/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.0.69
Description: Child theme for the Divi theme
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* start from header and footer */
body.safari {
  background: none;
  background-color: #1f2024;
}
#main-content {
  background: none;
  background-color: #1f2024;  
}
  
.audiocontainer {
  border-radius: 10px;
  color: #ffffff;
  margin-top: 10px;
  margin-right: 3em;
  margin-left: 3em;
  padding: 20px;
  text-align: center;
  background-color: #252934;  
}
.audiocontainer h1 {
  font-weight: bold;
  color: #ffffff;
  font-size: .8em;
}
.audiocontainer p {
  color: #ffffff;
}
.small-audiocontainer {
  padding: .5em;
  background-color: #252934;
  border-radius: 10px;
  color: #999999;
}

a#ready-to-shop {
  font-weight: bold;
  color: #444444;
  display: inline-block;
  padding: .5em 2em;
  margin: auto;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background: #ffffff;
}
a#ready-to-shop:hover {
  background-color: #666 !important;
  border: 1px solid #666 !important;
  color: #ffffff;
}
a.I-got:first-child{
  margin-top: 2em !important;
}
a.I-got {
  display: inline-block;
  margin-bottom: 2em !important;
  padding: .5em 2em;
  text-align: center;
  color: #444444 !important;
  margin: auto;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background: #ffffff;
}  
a.I-got:hover {
  background-color: #666 !important;
  border: 1px solid #666 !important;
  color: #ffffff !important;
}

.sim-uk {
  text-align: center !important;
}
a.simultaneous {
  float: left;
  vertical-align: top;
  border-radius: 10px;
  text-align: center;
  padding: 1em 2em;
  background-color: #fcbc26;
  color: #444444;
  font-weight: bold;
  font-size: 1em;
}
a.uk-number {
  float: right;
  vertical-align: baseline;
  border-radius: 10px;
  text-align: center;
  padding: 1em 2em;
  background-color: #ffffff;
  color: #444444;
  font-weight: bold;
  font-size: 1em;
  margin-top: 2em;
}
a.uk-number img {
  vertical-align: middle;
  max-width: 50px;
  margin-left: 20px;
}

.bot-container {
  text-align: -webkit-center !important;
}
.whitey {
  background-image: url("/wp-content/uploads/2017/10/whitey-whitebeard.png");
}
  
#et-footer-nav {
  background-color: #1f2024;  
}
  
/* blog */
h2.entry-title {
  margin-top: 1em;
}
h1.entry-title, h2.entry-title a {
  color: #fcbc26;  
}
h4.widgettitle {
  color: #ffffff;  
}
.entry-content a {
  color: #fcbc26;
}

/* aMember signup screens */
  .am-copyright {
    display: none;
  }
  .am-body-content-top {
    text-align: center;
    margin: 2em 0;
  }
  .am-body-content-top {
    margin: 0 3em;
  }

@media screen and (min-width:750px) and (max-width:1321px) {
    #member-subscriptions {
      text-align: center;
  }
    .upgrade-subscription  {
      line-height: 4em;   
  }
  
}
  
@media screen and (max-width:699px) {
    #member-subscriptions {
      text-align: center;
  }
    .upgrade-subscription  {
      line-height: 4em;   
  }
}
/* end from header and footer */

/* aMember Thanks page  */
.am-thanks-status-success {
	font-size: x-large;
	text-align: center;
    padding-top: 20px;
}

.getting-started {
    display: block;
	text-align: center;
}

.getting-started {
    margin-top: 2em;
    margin-bottom: 1em;
}
.getting-started a {
    border-radius: 10px;
    background-color: #e93421;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    padding: .5em 1em;
}
.getting-started a:hover {
    background-color: #a72518;
}

/* aMember toolbar */

#menu-member {
    width: 100% !important;
    text-indent: 0 !important;
    background: none !important;
}

/* aMember titles */
.am-body-content h1 {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 28px;
    color: #fcbc26 !important;
}

/* aMember login/lost password */
#am-login-form legend, #am-sendpass-form legend {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 28px;
    color: #fcbc26 !important;
}
#am-login-form input[type="submit"], #am-login-form a, #am-sendpass-form input[type="submit"], #am-sendpass-form a {
    background: none;
    border: none;
    text-shadow: none;
    border-radius: 10px;
    background-color: #e93421;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
}
#am-login-form input[type="submit"], #am-login-form a, #am-sendpass-form input[type="submit"], #am-sendpass-form a {
    padding: 7px 20px;
}
#am-login-form a:after, #am-sendpass-form a:after {
    border-bottom: none;
}
#am-login-form input[type="submit"]:hover, #am-login-form a:hover, #am-sendpass-form input[type="submit"]:hover, #am-sendpass-form a:hover {
    background: none;
    border: none;
    text-shadow: none;
    border-radius: 10px;
    color: #ffffff;
    background-color: #a72518;
}

/* aMember buttons */
.am-body-content .buttons input[type="submit"], .am-body-content .buttons a, #row-qfauto-5 input[type="submit"] {
    background: none;
    border: none;
    text-shadow: none;
    border-radius: 10px;
    background-color: #e93421;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
}
.am-body-content .buttons input[type="submit"], .am-body-content .buttons input[type="submit"]:active, #row-qfauto-5 input[type="submit"] {
    padding: 10px 30px;
}
.am-body-content .buttons a {
    padding: 7px 30px;
}
.am-body-content .buttons input[type="submit"]:hover, .am-body-content .buttons input[type="submit"]:active, .am-body-content .buttons a:hover, #row-qfauto-5 input[type="submit"]:hover {
    background: none;
    border: none;
    text-shadow: none !important;
    border-radius: 10px;
    color: #ffffff !important;
    background-color: #a72518 !important;
}

/* aMember payment info page */
div.am-receipt {
    border: none;
    box-shadow: none;
    padding: 0;
    margin-left: 3em;
    margin-right: 3em;
}
div.am-receipt tbody tr {
    display: none;
}
div.am-receipt tbody tr:first-child {
    display: table-row;
}
div.am-thanks-status-success, div.am-thanks-payment-details, div.am-thanks-login-offer {
    margin-left: 3em !important;
    margin-right: 3em !important;
}
/* div.am-receipt {
    border: none;
    box-shadow: none;
    margin: 0 3em;
    display: none;
} */
form#cc div.element-title {
    width: 49%;
}
form#cc div.element {
    margin-left: 49%;
}
#qfauto-2-legend {
    text-align: center;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 22px;
    color: #fcbc26 !important;
}
.am-form #row-qfauto-1 select, .am-form #row-qfauto-3 input {
    margin-right: .5em;
}

/* aMember all forms */
.am-form form {
    box-shadow: none !important;
}
.am-form div.row {
    border-bottom: none !important;
}

/* aMember payment history page */
#am-block-active-subscriptions {
    margin: 1em 3em;
}
.am-active-invoice {
    border: 1px solid white !important;
}
.am-active-invoice-header {
    color: white;
}
.am-active-invoice-product {
    color: white !important;
}
#am-block-payments {
    margin: 1em 3em;
}
#am-block-payments div.grid-container {
    box-shadow: none;
}
.grid.am-member-payment-history th {
    background: none;
    border: none;
    text-align: left;
}
.grid.am-member-payment-history .grid-row.even td, .grid.am-member-payment-history .grid-row.odd td, .grid.am-member-payment-history .grid-row.even:hover, .grid.am-member-payment-history .grid-row.odd:hover {
    background: none !important;
    color: white;
}

/* aMember login page and lost password page */
.am-auth-form form {
    box-shadow: none !important;
}
.am-form form {
    border: none !important;
    border-top: none !important;
    background: none !important;
}
.am-form fieldset legend, .am-auth-form div.row {
    background: none !important;
    color: white !important;
    border-bottom: none !important;
}
.am-form div.element-title {
    background: none !important;
}
.am-form div.element-title label {
    color: white !important;
}
div.am-signup-link {
    display: none;
}

/* logo */
#logo {
    max-height: 100%;
}

/* media player */
@media screen and (max-width: 425px) {
    .audiocontainer, #audio-block {
        margin: auto;
    }
}

/* bottom social follows */
#social-follows a {
    display: inline-block;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    width: 33.33%;
    color: #ffffff;
}
#social-follows a.twitter {
    background-color: #60c2f1;
}
#social-follows a.facebook {
    background-color: #4c7be5;
}
#social-follows a.youtube {
    background-color: #e76c5c;
}
#social-follows a.twitter:hover {
    background-color: #4b99bd;
}
#social-follows a.facebook:hover {
    background-color: #3b5fb0;
}
#social-follows a.youtube:hover {
    background-color: #b55547;
}
#social-follows img {
    vertical-align: middle;
    max-width: 40px;
}
#social-follows a.youtube img {
    margin-right: 20px;
}
@media screen and (max-width: 980px) {
    #social-follows a {
        width: 100%;
    }
}

/* footer */
.footer-widget .et_pb_widget {
    float: none;
}
#footer-info {
    float: none;
    text-align: center;
}
#footer-1 {
    text-align: left;
}
#footer-2 {
    text-align: right;
}
#footer-1 img, #footer-2 img {
    max-height: 90px;
}
@media screen and (max-width: 767px) {
    #footer-1, #footer-2 {
        text-align: center;
    }
}
#menu-footer-menu {
    text-align: center;
}
