#masthead .inside-header { padding-bottom: 20px; } #content { padding-top: 0px; } /*Subscribe box*/ .wcsatt-options-wrapper { padding-left: 12px; padding-top: 6px; padding-bottom: 6px; background-color: ghostwhite; } .wcsatt-options-wrapper h3 { margin-bottom: 0px; } /* Subscription text formatting on Page*/ span.price.subscription-price { font-size: 1.2em; font-variant: small-caps; } .subscription-option { font-size: .6em; } /* Subscription inline Price Text */ small.wcsatt-sub-options { font-size: .5em; } span.wcsatt-sub-discount { font-size: .6em; font-weight: bold; } /* MAINPRICE ON PAGE */ .woocommerce div.product span.price, .woocommerce div.product p.price { font-size: 200%; background-color: ghostwhite; } /* Points Area */ .wc-points-rewards-product-message { background-color: lemonchiffon; } /*html buttons*/ .button { background-color: #ff1000; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; font-weight: 700; font-family: Raleway; } .button:hover { background-color: #ff2000; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; font-weight: 700; font-family: Raleway; } .button a{ color: white; } /* Small Devices, Tablets */ @media only screen and (max-width : 768px) { .animated { /*CSS transitions*/ -o-transition-property: none !important; -moz-transition-property: none !important; -ms-transition-property: none !important; -webkit-transition-property: none !important; transition-property: none !important; /*CSS transforms*/ -o-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -webkit-transform: none !important; transform: none !important; /*CSS animations*/ -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important; } }