/*
 Theme Name:        Shrink Child Theme
 Theme URI:         https://shrink.ancorathemes.com/
 Description:       Shrink is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 Author:            AncoraThemes
 Author URI:        https://ancorathemes.com/
 Template:          shrink
 Version:           1.0
 Tested up to:      6.7
 Requires at least: 5.0
 Requires PHP:      7.0
 License:           GNU General Public License v2 or later
 License URI:       http://www.gnu.org/licenses/gpl-2.0.html
 Tags:              flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:       shrink
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.single-post .post_featured.post_featured_bg,
.post_header_wrap_style_style-7 .post_header .post_meta_categories {
    display: none;
}

.trx_addons_scroll_to_top {
    color: #ffffff !important;
}

.sc_services_qw-nodes .sc_services_item:hover .sc_services_item_marker {
    background-color: #bfbef7;
}

.home .uagb-tm__desc {
    color: #b4a598;
}

/*
.cust-slider {
    max-height: 500px;
}*/

.cust-slider .swiper-wrapper {
    max-height: 300px;
}

/*
.cust-slider .slider_container:not(.slider_height_fixed) .slider-slide {
    max-height: 500px;
}*/

.post_featured.hover_link.with_thumb>.bg_in,
.post_featured.hover_link img,
.post_featured.hover_link .link {
    max-height: 300px;
}

.sc_portfolio.sc_portfolio_qw-simple .slider_outer_one .slider-slide.swiper-slide-active .post_featured, .sc_portfolio.sc_portfolio_qw-simple .slider_outer_one .slider-slide.swiper-slide-duplicate-active .post_featured {
    max-height: 300px;
}

.slider_container:not(.slider_height_fixed) .slider-slide {
    height: inherit;
}

/*
.cust-slider .slider_container:not(.slider_height_fixed) .slider-slide {
    height: auto;
}

.cust-slider .slider_outer_controls_outside .slider_container:not(.slider_controller_container):not(.slider_multi) .slider-slide {
    min-height: 3em;
    max-height: 300px;
}*/

.menu_mobile .sc_button.sc_button_size_small:not(.sc_button_simple) {
    
        -webkit-appearance: none;
    cursor: pointer;
    display: inline-flex
;
    align-items: center;
    vertical-align: top;
    line-height: var(--theme-font-button_line-height);
    font-weight: var(--theme-font-button_font-weight);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    text-transform: var(--theme-font-button_text-transform);
    letter-spacing: var(--theme-font-button_letter-spacing);
    white-space: nowrap;
    height: auto;
    max-width: 100%;
    color: var(--theme-color-inverse_link);
    border-color: #ffffff;
    background-color: #ffffff;
    border-width: 0 !important;
    
		font-size: 15px;
		padding: 13px 40px;
		margin-top: 40px;
}

.home .sc_blogger_list.sc_blogger_list_hover_2 .sc_blogger_item {
    background-color: #deeefe;
}

.home .sc_blogger_list.sc_blogger_list_hover_2 .sc_blogger_item .sc_blogger_item_excerpt {
    color: #5b5e57;
}

.portfolio_page.portfolio_page_details_left .portfolio_page_content_wrap {
    width: 100%;
}

.wp-singular .sc_price_item {
    background-color: #DEEEFE;
}

.wp-singular .sc_price_simple_shadow .sc_price_item.sc_price_active .sc_price_item_link,
.wp-singular .sc_price_simple_shadow .sc_price_item .sc_price_item_link{
    color: #384442 !important;
    background-color: #ffffff !important;
    border-color: #384442 !important;
}