/**
 * Turquoise4 color scheme
*/

body {}

::selection {
    background: #00aeff;
    color: #FFF;
}
::-moz-selection {
    background: #00aeff;
    color: #FFF;
}

/* Color style */
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a,
.header-top a:hover,
.site-branding h1.site-title a,
#colophon .widget_calendar table a:hover {
    color: #00aeff;
}

/* Background color style */
.wp-calendar-table th,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .lost_reset_password button.woocommerce-Button,
.woocommerce .edit-account button.woocommerce-Button,
.woocommerce .woocommerce-address-fields button.button,
.wc-block-components-checkout-place-order-button,
.wp-block-search__button,
.wc-block-components-shipping-calculator-address__button,
.wc-block-components-totals-coupon__button,
.wc-block-cart__submit-button,
.woocommerce .cart button.button.alt,
.woocommerce ul.products li.product .button,
.woocommerce .products .add_to_cart_button,
.read-more,
.read-more.black:hover,
.pager li > a:hover, .pager li > a:focus,
#home-slider .slide-content .btn,
table thead,
a#scroll-top,
.post-meta-info .entry-meta .comments_count,
body input[type="submit"]:hover,
body input[type="submit"]:focus,
.mean-container .mean-bar,
.mean-container .mean-bar .mean-nav ul li a.meanmenu-reveal,
.mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
    background-color: #00aeff;
}

/* Background style */
nav.main-menu ul > li:hover > a, nav.main-menu ul > .current-menu-item > a,
nav.main-menu ul .current_page_item > a,
nav.main-menu ul > li:hover > a,
nav.main-menu ul > .current-menu-item > a,
.mean-container a.meanmenu-reveal,
.comment a.btn,
.error-404,
.mean-container .mean-bar .meanmenu-reveal  {
    background: #00aeff;
}

/* Border Color style */
.wp-caption,
.header-top,
nav.main-menu ul > li ul,
.pager li > a:hover, .pager li > a:focus,
#colophon,
.entry-content blockquote,
.post-meta-info .entry-meta,
.comment a.btn,
body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="tel"]:focus,
body input[type="number"]:focus,
body input[type="date"]:focus,
body input[type="range"]:focus,
body input[type="password"]:focus,
body input[type="text"]:focus,
body textarea:focus,
body .form-control:focus,
select:focus {
    border-color: #00aeff;
}
.gallery .gallery-item img {
    border-color: #00aeff!important;
}
table thead th {
  border-color: #acd8f3;
}
table thead th:first-child {
  border-left: 1px solid #acd8f3;
}
table thead th:last-child {
  border-right: 1px solid #acd8f3;
}

/* Light color style */
.nav > li > a:hover, .nav > li > a:focus,
.post-meta-info .entry-meta,
.comment-form .alert-info  {
    background-color: #eff9ff;
}
.entry-content blockquote {
    background: #eff9ff;
}
.error-404 a {
    color: #eff9ff;
}
.comment-form .alert-info {
    border-color: #acd8f3;
    color: #1f7ab1;
}
#home-slider .owl-dots .owl-dot.active span,
#home-slider .owl-dots .owl-dot:hover span {
  background: #00aeff;
}


/* WooCommerce Style */
.woocommerce-message {
    border-top-color: #00aeff;
}
.woocommerce-message::before {
    color: #00aeff;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #00aeff;
}
.woocommerce div.product .stock {
    color: #00aeff;
}
.woocommerce span.onsale {
    background-color: #00aeff;
}
.woocommerce ul.products li.product .price {
    color: #00aeff;
}
 #add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #00aeff
}

.woocommerce div.product form.cart .button {
    padding: 10px 30px;
    line-height: 1.42857143;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #00aeff;
    color: #FFF;
    font-weight: normal;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #049ce2;
    color: #FFF;
}


/* Responsive style */
@media (max-width: 991px) and (min-width: 0px){
    .post-meta-info .entry-meta .comments_count,
    .post-meta-info .entry-meta {
        background: none;
        border-color: transparent;
        background-color: transparent;
    }
    .post-meta-info .entry-meta .comments_count a  {
        background: none;
    }
}
