/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.0.3.1620301909
Updated: 2021-05-06 11:51:49

*/

.bt-single-page-wrapper .bt-single-summary .bt-content-summary .bt-feature-row table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #efefef;
    font-family: 'Source Sans Pro', sans-serif;
}

.bt-single-page-wrapper .bt-single-summary .bt-content-summary .bt-feature-row table th {
    background: #7878a2;
    color: #ffffff;
    padding: 0 10px !important;
    border: 1px solid #6262a9;
    font-size: 17px;
}

.bt-single-page-wrapper .bt-single-summary .bt-content-summary .bt-feature-row table tbody tr td {
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    font-size: 16px;
    color: #888888;
    text-align: left;
}

.reviews-related-posts {
    margin-top: 30px;
}

.equipment-template-default .product-main-description {
    margin-top: 0;
}

.m-t-30 {
    margin-top: 30px;
}

.products_reviews-template-default #page.grid-container #content.site-content {
    padding-top: 30px;
}

.equipment-template-default .product-main-description {
    margin-top: 0;
}

.show-block-on-mobile {
    display: none !important;
}

.product-detail-container .product-row .product-summary h2 {
    font-weight: 400 !important;
}

.theme-btn {
    background: #192B80;
    display: block;
    text-align: center;
    padding: 16px 15px;
    border-radius: 0;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 0 !important;
}
.im-text-center{
    text-align: center;
}
.owl-carousel .owl-dots.disabled{
    display: block !important;
}
@media(max-width: 768px) {
    .equipment-template-default .disclaimer {
        top: 80px;
    }

    .equipment-template-default .product-detail-container {
        padding-top: 0;
    }

    .show-block-on-mobile {
        display: block !important;
    }

    .hide-block-on-mobile {
        display: none !important;
    }

    .cocktails-posts-container .cocktail-row .cocktails-inner-content ul,
    .product-detail-container .product-row,
    .related-posts ul {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .cocktails-posts-container .cocktail-row .cocktails-inner-content h2,
    .question-answers .accordion,
    .question-answers h2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .related-posts ul li a i img {
        height: 200px !important;
    }

    .product-detail-container .product-row.bordered {
        margin-bottom: 0 !important;
    }

    .bt-single-page-wrapper .bt-single-summary .bt-content-summary .bt-feature-row .prosCons-section {
        padding-top: 20px !important;
    }

    body.products-template-default .page-hero {
        padding-bottom: 20px;
    }

    body.products-template-default .breadcrumb {
        margin-bottom: 0;
    }

    body.products-template-default .product-slider .carousel-inner .item img {
        height: 200px !important;
    }
    body.products-template-default .disclaimer{
        font-size: 12px;
    }
    .table-content-heading{
        font-size: 18px !important;
    }
}
.single-post footer.entry-meta{
    display: none;
}
.single-post #page.grid-container{
    padding-left: 15px;
    padding-right: 15px;
}
.single-post .custom-col.custom-col-1{
    width: calc(100% - 300px) !important;
}
.single-post .custom-col.custom-col-2{
    width: 300px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media only screen and (max-width: 991px){
	.single-post .custom-col.custom-col-1,
    .single-post .custom-col.custom-col-2{
    	width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .custom-col.custom-col-1{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .custom-blog-layout{
        width: 100%;
    }
}