/**
Theme Name: sutter_child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sutter_child
Template: astra
*/

.btn-center {
    text-align: center;
    padding-bottom: 30px;
}

.offer-box-top p {
    margin-bottom: 0em;
}
.offer-box-top div.wpforms-container-full {
    margin: 0px auto;
    position: relative;
}
.offer-box-top div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0px 0 0 0;
    clear: none;
    position: absolute;
    right: 1px;
    top: 10px;
}
.offer-box-top h3, .entry-content .offer-box-top h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1em;
    color:#fff;
    margin-bottom: -5px;
}
.offer-box-top {
    background: #ccc;
    background-color: #45992d;
    padding: 5px 20px 2px 20px;
    color: #fff;
}
.site-footer .footer-widget-area a{
    color: #000;
}
.site-footer h2.widget-title {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ababab;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.img-with-name .elementor-image-box-content {
    margin-top: -32px;
    text-decoration: none;
}
.ast-header-search .ast-search-menu-icon .search-submit {
    border-radius: 0px;
    background: #ededed;
    right: 0;
    padding: 6px 10px 5px 15px;
    border-left: 1px solid #d8d8d8;
}

.site-header .ast-inline-search.ast-search-menu-icon .search-form, 
.site-header .ast-inline-search.ast-search-menu-icon .search-field{
    background-color: rgba(0, 0, 0, .02);
}
.site-header .ast-inline-search.ast-search-menu-icon .search-field {
    width: 100%;
}
div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 1em;
    padding: 6.5px 15px;
}
.ast-left-sidebar #secondary {
    padding-right: 15px;
}
.ast-left-sidebar #primary {
    padding-left: 20px;
}
#secondary ul.product-categories li {
    line-height: 1em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
#secondary ul.product-categories li a {
	font-family: Roboto Slab;
    color: #1b1f20;
    font-weight: 300;
    text-transform: none;
}
#secondary ul.product-categories li a:hover{
	color: #6ba4b6;
}
.woocommerce .widget_product_categories .product-categories .count {
    font-size: 12px;
	color: #1b1f20;
}
.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar, 
.woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar {
    padding: 12px;
}

.woocommerce .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a, 
.woocommerce .widget .wc-block-checkbox-list li label {
    padding: 0em 0.3em;
    font-size: .8em;
}

.category_line h1{
	background: #fff;
    padding: 0 30px;
    margin: 0 auto;
    display: inline-block;
	font-family: Roboto Slab, sans-serif;
    font-weight: 300;
    text-transform: none;
    color: #1b1f20;
}
.category_line {
    margin-top: 40px;
}
body.tax-recipes.ast-separate-container, .ast-separate-container {
    background-color: #ffffff;
}
a, a:focus, a:hover, a:visited {
    text-decoration: none!important;
}
.category_link a strong{
	color: #6ba4b6;
    font-weight: 700;
    text-decoration: none;
}
.category_cont {
    margin-bottom: 30px;
}
.img__wrap {
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #BBB;
    padding: 10px;
}
.img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s, visibility .2s;
    text-align: center;
}
.img__description {
    transition: .2s;
    transform: translateY(1em);
}
.img__description_layer a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px #666, 0px 0px 2em #000;
    letter-spacing: 1px;
}
.img__wrap:hover {
    cursor: pointer;
}
.img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
    background: rgba(144, 163, 144, 0.6);
}
.img__wrap:hover .img__description {
    transform: translateY(0);
}
div#recipes_breadcrumbs {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.post-head {
    margin-bottom: 24px;
    position: relative;
}
.post-head h1 {
    font-size: 40px;
    font-weight: 300;
}
.post-title {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.2em;
    font-weight: inherit;
}
.post-media.recipe-post-media {
    display: flex;
    justify-content: center;
}
.figure {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 100%;
}
.figure-image, .figure-overlay {
    display: block;
    position: relative;
    overflow: hidden;
}
.figure-image img {
    transition: all .5s;
}
.fade-in .figure-overlay {
    opacity: 0;
}
.figure-overlay {
    background-color: rgba(95, 181, 198, 0.8);
    color: #fff;
}
.figure-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -mox-box-sizing: border-box;
    padding: 12px;
    -webkit-backface-visibility: hidden;
    transition: all .3s;
}
.figure-image, .figure-overlay {
    display: block;
    position: relative;
    overflow: hidden;
}
.ast-left-sidebar #secondary {
    display: inline-block;
}
body.page-id-213438 #primary, body.single-post #primary{
    margin: 0em 0em 4em 0;
}
.widget ul{
	padding:0px;
}
.post h1 {
    font-size: 40px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2em;
    text-align: center!important;
}
.post .featured-image-single{
	text-align:center;
}
.post {
    font-size: 18px;
    font-weight: 300;
	color: #303c40;
	font-family: Roboto, sans-serif;
}
.post a {
    color: #6ba4b6;
}
.post a:hover {
    color: #569aa7;
}
#img-pop-main.main-img-box {
    z-index: 9999!important;
    padding-top: 50px!important;
	padding-bottom: 50px!important;
}
.main-img-box .modal-content {
    width: auto!important;
    max-width: none!important;
    height: 100%!important;
}
.main-img-box .close {
    opacity: 1!important;
}
.previous-and-next-link{
	margin: 10px 0px 30px 0px;
    display: inline-block;
    width: 100%;
}
.previous-and-next-link a.clean-gray, .post-navigation .nav-previous a.prev, .post-navigation .nav-next a.next   {
    background: #000000;
	display: inline-block;
    padding: 6px 20px;
    line-height: 24px;
    border: 0;
    box-shadow: none;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	border-radius: 30px;
    color: #fff;
}
.previous-and-next-link a.prev{
	float:left;
}
.previous-and-next-link a.next{
	float:right;
}
.ast-comment-cite-wrap a {
    color: #000000;
}



@media (min-width:768px){
    .site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center, 
    .offer-box-top, 
    .ast-search-menu-icon.ast-inline-search{
        width:500px;
    }
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}
	
.sidebar-main ul.product-categories {
    padding: 0;
}
.ast-left-sidebar #primary {
    padding-left: 20px;
    display: inline-block;
    width: 79%;
    border-left: 0px solid var(--ast-border-color);
    vertical-align: top;
}
.single-recipesindex .post {
    width: 80%;
    margin: 50px auto;
    text-align: center;
}
}



@media (max-width:768px){
    .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1{
        display: block;
    }
.site-header-below-section-center.site-header-section.ast-flex.ast-grid-section-center{
    display: block;
    width: 100%;
}
.st-below-header-bar.ast-below-header{
    padding: 0px;
}
.ast-search-menu-icon.ast-inline-search {
    width: 100%;
    margin: 10px 0px;
}
.ast-above-header-wrap  .ast-flex {
    display: block;
    text-align: center;
}
	.main-header-menu .menu-item.menu-item-heading a.menu-link span.menu-text{
		font-weight:700;
	}
	.main-header-menu .menu-item.menu-item-heading ul.sub-menu a.menu-link span.menu-text{
		font-weight:normal;
	}
	
.shop-menu-2cols li.mm-layout-cols {
    width: 49%!important;
    display: inline-block;
	float: left;
	padding: 15px 0px 0px 0px;
}
.ast-header-break-point .main-navigation .sub-menu .shop-menu-2cols li.mm-layout-cols .menu-link {
    padding-left: 6px;
}
.ast-builder-menu-mobile .main-navigation .main-header-menu .shop-menu-2cols.ast-submenu-expanded ul.sub-menu{
		display:block!important;
	}
.ast-builder-menu-mobile .main-navigation .main-header-menu .shop-menu-2cols.ast-submenu-expanded ul.sub-menu .icon-arrow:first-of-type, 
.ast-builder-menu-mobile .main-navigation .main-header-menu .shop-menu-2cols.ast-submenu-expanded ul.sub-menu .ast-menu-toggle{
    display: none;
}
	
.ast-builder-menu-mobile .main-navigation .main-header-menu .shop-menu-2cols.ast-submenu-expanded ul.sub-menu .menu-item .menu-link, 
.ast-builder-menu-mobile .main-navigation .main-header-menu .shop-menu-2cols.ast-submenu-expanded ul.sub-menu .menu-item .menu-item .menu-link{
    padding-left: 20px;
	padding-right: 0px;
}
	
.ast-builder-menu-mobile .main-navigation .main-header-menu .shop-menu-2cols.ast-submenu-expanded ul.sub-menu{
    line-height: 2.1;
    margin-bottom: 10px;
	background: #f1f1f1;
}
.main-header-menu .shop-menu-2cols.ast-submenu-expanded .menu-item.menu-item-heading a.menu-link span.menu-text {
    font-size: 14px;
}
	
}