/*
 Theme Name:   OceanWP Child
 Description:  OceanWP Child Theme
 Author:       Andris Blinde
 Template:     oceanwp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce, block-styles, wide-blocks, accessibility-ready
 Text Domain:  oceanwpchild
*/

.theme-heading .text::before, .theme-heading .text::after, #top-bar-content >a:hover, #top-bar-social li.oceanwp-email a:hover, #site-navigation-wrap .dropdown-menu >li >a:hover, #site-header.medium-header #medium-searchform button:hover, .oceanwp-mobile-menu-icon a:hover {
    color: #ffffff!important;
}

/*------------------------------------------------------------------
Top Bar
-------------------------------------------------------------------*/
.post-type-archive-product #top-bar-wrap {
    background-color: #ffffff;
}
.post-type-archive-product #top-bar-content img {
    filter: invert(1);
}
.top-cart {
    float: right;
}
.top-cart a {
        color: #ffffff;
    font-size: 1.6rem;
}

/*------------------------------------------------------------------
Home
-------------------------------------------------------------------*/
.page-id-309 .woocommerce ul.products .product, .page-id-438 .woocommerce ul.products .product {
    padding-bottom: 0;
}
.page-id-309 .product, .page-id-438 .product {
    margin: 0!important;
    padding: 0!important;
}
.page-id-309 .woocommerce ul.products li.product .woo-entry-inner li.image-wrap, .page-id-438 .woocommerce ul.products li.product .woo-entry-inner li.image-wrap {
    margin-bottom: 0;
}

/*------------------------------------------------------------------
Footer
-------------------------------------------------------------------*/
.site-footer {
    text-align: center;
}

.custom-menu-widget .oceanwp-custom-menu>ul>li {
    display: inline-block!important;
    border-bottom: none!important;
    padding: 0 12px;
}

.site-footer #media_image-2 img {
    width: 200px;
    padding-top: 20px;
}

/*------------------------------------------------------------------
Product Overlay
-------------------------------------------------------------------*/
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: rgba(255,255,255,0.8);
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
}

.overlay i {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 9px;
  line-height: 1;
  vertical-align: middle;
  margin-top: -4px;
}

.overlay-title {
    padding-top: 25%;
}

.woocommerce .products .product-inner:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------------
Newsletter Form
-------------------------------------------------------------------*/
.wpcf7 .left {
    display: inline-block;
    float: left;
    width: 70%;
}
.wpcf7 .right {
    display: inline-block;
    float: right;
    width: 30%;
}
.wpcf7 .wpcf7-submit {
    width: 100%;
}
.wpcf7 input[type="email"] {
    background-color: #f7f7f7;
    border-color: #e0dede;
    border-radius: 0;
    color: #989696;
}
.newsletter-form {
    margin: 0 auto;
    text-align: center;
}
.newsletter-form h2 {
    text-transform: uppercase;
}
@media screen and (min-width:768px) {
    .woocommerce .newsletter-form {
        width: 600px;
    }
}
.woocommerce .newsletter-form {
    padding-bottom: 20px;
}

.single-product .newsletter-form {
    margin-top: 40px;
}

/*------------------------------------------------------------------
Woocommerce
-------------------------------------------------------------------*/
