/*
*Theme Name:     Lemon & Limes Child Theme
*Theme URI: 	 http://lemonlimes.loftocean.com/
*Description:    Lemon & Limes child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       lemon-limes
*Text Domain: 	 lemon-limes-child
*Version:        1.0
*/

 /** Add your styles below **/
.social-navigation{
    margin-top:5px;
}
#menu-secondary-menu a {
    color: black;
}
#menu-social-menu a[href*="facebook"]{
    color: white;
    background-color: red;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 6px;
    background: #3c538e;
    color: #fff;
    text-align: center;
    font: 32px Arial, sans-serif;
    margin-right: 5px;
}
#menu-social-menu a[href*="instagram"]{
    color: white;
    background-color: red;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 6px;
    background:#32629b;
    color: #fff;
    text-align: center;
    font: 32px Arial, sans-serif;
    margin-right: 5px;
}
#menu-social-menu a[href*="pinterest"]{
    color: white;
    background-color: red;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 6px;
    background:#bc1211;
    color: #fff;
    text-align: center;
    font: 32px Arial, sans-serif;
}
.header-top-bar{
    background-color: #f2f3ed;
    padding-bottom:5px;
    padding-top:10px;
}
.format-label{
    display:none;
}
.cat-links {
    background-color: #000000;
}
.tag-index-pilot td{
    padding: 5px;
}
.ingmain ul{
    padding: 0;
    margin: 0 0 20px 25px;
}
.ingh4{
    margin-bottom: 5px !important;
    font-size: 1.2rem !important;
}
.ingtitle{
    padding-bottom: 5px;
    background-image: linear-gradient(#CEA525,#CEA525);
    background-size: 100% 2px;
    background-position: bottom left;
    background-repeat: no-repeat;
    margin-top:10px !important;
}
.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 33.33%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 33.33%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.flex-item:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 33.33%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
    }
    .flex-item {
        width: 100%;
    }
    .page.page-template-1 .featured-media-section, .single.post-template-1 .featured-media-section {
        height: 0;
        padding-top: 40%;
    }
    .page .entry-header, .single .entry-header {
        margin-bottom: 15px;
    }
}
/*** Simple conventer ***/
.simple-converter h4.post-box-title {
    margin-bottom: 10px;
}
.simple-converter input#amount {
    font:12px sans-serif;
    border:1px solid #ddd;
    color:#555;
    padding:7px 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    width:30px;
}
.simple-converter select.styled.shorter {
    width: 100px;
}
.simple-converter div.select-row {
    margin-bottom: 20px;
}
#respond #submit, .simple-converter button {
    font-family: "Lato", serif;
    text-transform:uppercase;
    letter-spacing:2px;
    background:#eee;
    font-size:11px;
    color:#666;
    padding:12px 19px 14px;
    margin-top:6px;
    display:inline-block;
    border:none;
    -o-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    cursor:pointer;
    border-radius:3px;
    width:auto;
}
.simple-converter button:hover {
    background:#333;
    color:#FFF;
}
.simple-converter div#result {
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    color: #555555;
    font: 12px sans-serif;
    padding: 7px 9px;
    width: 185px;
    font-weight: bold;
}
.simple-converter table.temp-converter {
    color:#555555;
    border-width: 1px;
    border-color: #DDDDDD;
    border-collapse: collapse;
}
.simple-converter table.temp-converter thead td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #DDDDDD;
    background-color: #EEEEEE;
    color: #555555;
}
.simple-converter table.temp-converter tbody td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #DDDDDD;
    color: #666666;
}
.simple-converter h4.post-box-title {
    margin-bottom: 10px;
    border-bottom: 2px solid #444;
    font-size: 1.2rem;
}
.page .primary, .single .primary {
    position: relative;
    max-width: 100%;
}
.cat-links{
    background-color:#f99f6f;
}
.featured-slider.slider-style-3 .slider-bg .slider-link img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post-navigation .nav-links .post-thumb {
    filter: none !important;
}
@media screen and (max-width: 1023px){
    .header-top-bar {
        padding-bottom: 0;
        padding-top: 10px;
    }
    #menu-item-25608{
        display:none;
    }
    #menu-item-2560{
        display:none;
    }
    #menu-item-22898{
        display:none;
    }
    #menu-item-22898{
        display:none;
    }
    #menu-item-22823{
        display:none;
    }
    #menu-social-menu a{
        width: 30px !important;
        height: 30px !important;
        padding: 5px !important;
    }
    .home-widget.search-keywords .search+.keywords {
        margin-top: 15px;
    }
    .comment-reply-title-wrap, .comments-title-wrap, .section-header {
        margin-bottom: 15px;
    }
    .archive.with-search-filter .recipe-ajax-filter {
        margin-bottom: 20px;
    }
    .archive.with-search-filter .recipe-ajax-filter .recipe-filter-button {
        padding: 0 20px;
        font-size: 15px;
        font-size: .8375rem;
        line-height: 15px;
    }
    .archive.with-search-filter .recipe-ajax-filter .recipe-filter-button {
        padding: 0px 5px;
    }
    .home-widget {
        padding: 20px 0;
    }
    .header-top-bar .site-header-search, .header-top-bar .sub-menu, .site-header .secondary-navigation, .site-header .social-navigation {
        display:block !important;
    }
    .header-top-bar .secondary-navigation ul li {
        margin-right: 5px;
    }
    .site-header .secondary-navigation a {
        font-size: .9125rem;
    }
    .header-top-bar .secondary-navigation {
        margin-left: 0;
        width: 70%;
    }
    .header-top-bar .social-navigation {
        width: auto;
    }
    .featured-slider.slider-style-3 .slider {
        width: calc(25% - 12px);
    }
    .featured-slider.slider-style-3 .slider-bg, .featured-slider.slider-style-4 .slider-bg {
        padding-top: 66%;
    }
    .featured-slider.slider-style-3 .slider-content {
        padding-bottom: 0px;
    }
    .featured-slider.slider-style-3 .slider-content, .featured-slider.slider-style-4 .slider-content {
        padding: 5px 0;
    }
    .site-branding {
        padding: 10px 0;
        font-size: 0;
    }
}
.footer-info1{
    background-color: #F2F3EE;
    margin-top: 20px;
    margin-bottom: 20px;
}

.featured-img{
    background-color: white;
    padding: 10px;
}
.entry-content blockquote p{
    margin-left: -35px;
}
.incontentshare{
    margin-top: 20px;
    margin-bottom: 20px;
}
.post_format-post-format-gallery > .entry-content{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #ffffff;
    color: #000000;
    padding: 35px 9px;
    font-size: 16px;
}
.page .primary .entry-content, .page .primary>*, .single .primary .entry-content, .single .primary>* {
    margin-bottom: 0;
}
.primary .article-share .article-share-container a i {
    font-size: 1.8rem;
}
.primary .article-share .article-share-container a {
    width: 70px;
}
.primary .article-share .article-share-title {
    font-size: 1.05rem;
}

.post-25611 .category-name{
    font-size: 0.95rem !important;
}

@media screen and (min-width: 100px) and (max-width: 480px) {

    .post-25611 .category-name{
        font-size: 3.7vw !important;
    }

    .single .related-posts .slick-arrow {
        position: absolute;
        top: calc((100vw)/3);
    }
}
@media screen and (max-width: 800px) and (min-width: 480px)  {
    .single .related-posts .slick-arrow {
        position: absolute;
        top: calc((100vw - 40px) * 1 / 5);
    }
}
@media screen and (min-width: 800px) {
    .single .related-posts .slick-arrow {
        position: absolute;
        top: calc((100vw - 40px) * 1 / 7);
    }
}
@media screen and (max-width: 767px) {
	.posts .featured-img img {
		aspect-ratio: 550/368;
		object-fit: cover;
	}   
}
@media screen and (min-width: 768px) {
	.posts .featured-img img {
		aspect-ratio: 1/1;
		object-fit: cover;
	}   
}
@media screen and (max-width: 667px){
    .posts.large-title .post-title {
        font-size: 1.325rem;
    }
    .widget.lemon-limes-widget_cat .category-name {
        padding: 5px;
    }
    .posts.img-ratio-4-5 {
        --img-ratio: 60%;
        --ratio: 1.25;
    }
    .posts.layout-grid.style-overlay.small-gap .post {
        margin-top: 15px;
    }
    .home-widget.promo-blocks .section-content .promo-block .promo-block-img {
        padding-top: 30%;
    }
    .archive-header-default .page-header-bg {
        height: 220px;
    }
    .round-img .widget.lemon-limes-widget_cat .cat a {
        max-width: 130px;
    }
    .posts.style-overlay.overlay-modern .post-title a {
        padding: 0px 5px 4px;
    }
    .posts.img-ratio-1-1 {
        --img-ratio: 60%;
        --ratio: 1;
    }
    .posts {
        --post-gap: 0px;
    }
    .page .primary .entry-content, .page .primary>*, .single .primary .entry-content, .single .primary>* {
        margin-bottom: 0;
    }
    .single .related-posts .related-post .featured-img {
        max-height: 450px;
    }

    .container {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: var(--site-width);
        padding: 0px 10px;
    }
    .square-img .widget.lemon-limes-widget_cat .cat-bg {
        height: 0;
        padding-top: 100%;
    }
    .home.front-page .main>.container {
        padding-top: 20px;
    }
    .posts.style-normal .featured-img+.post-content {
        padding-top: 5px;
    }
    .archive .page-header {
        margin-bottom: 20px;
    }
    .posts .post-title {
        font-size: 21px;
        font-size: 1.2125rem;
        margin-top: 0px;
    }
    .home-widget .post-header {
        margin-top: 15px;
    }
    .main .post-header {
        margin-top: 0px;
    }
    .posts .post .post-content {
        padding: 0 0 5px;
    }
    .primary {
        padding-bottom: 25px;
    }
}
.archive-header-default .page-header-bg+.page-header-text {
    background: var(--bg-color);
    margin-top: -90px;
    padding-top: 25px;
    min-height: 185px;
    background-color: #f2f3ed;
}
.archive-header-default .page-header-bg+.page-header-text {
    background-color: #fff;
}

@media screen and (max-width: 600px){

    .archive.with-search-filter .recipe-ajax-filter .recipe-filters .filter-wrapper {
        margin: 0px;
    }
    .header-top-bar {
        padding-top: 0px;
    }
    .featured-slider.slider-style-3 .slick-arrow {
        top: calc((100vw)/3);
    }
    .social-navigation {
        margin-top: 10px;
    }
    .header-top-bar .social-navigation a:before {
        font-size: 1rem;
    }
    #menu-social-menu a{
        width: 22px !important;
        height: 22px !important;
        padding: 2px !important;
    }
}
.post-25667 .mc4wp-form-fields{
    text-align:center;
}
.post-25667 .mc4wp-form .fields-container {
    position: relative;
    display: block;
    text-align:center;
}
.posts .overlay-label.like, .posts .overlay-label.post-share, .posts .overlay-label.recipe-rating {
    right: 20px;
}
.posts .overlay-label.like {
    top: 15px;
}
img[class*=wp-image-] {
    margin-bottom: 10px;
}
.shareincontent{
    margin: 15px 0 15px !important;
}
.shareincontent a {
    width: 50px !important;
}
.widget_recent_entries li {
    text-align:center;
}
.layout-grid article{
    margin-bottom:10px;
}
@media screen and (max-width: 480px){
    .pagination .page-numbers:not(.prev):not(.next) {
        width: 30px;
    }
}
.scenter{
    text-align:center;
}
.gridman-container {
    column-count:auto;
    column-width:250px;
    column-gap:0;
    padding:10px;
}
.gridman-item {
    display:inline-block;
    flex:auto;
    width:200px;
    margin: 0 5px 5px 0;
    overflow:clip;
    background:#fff;
}
.posts {
    --post-gap: 0px;
}
.posts.style-normal .featured-img+.post-content {
    padding-top: 0px;
}
.posts .post .post-content {
    padding: 0px 0 10px;
}
.archive .page-header {
    margin-bottom: 5px;
}
.archive.with-search-filter .recipe-ajax-filter {
    margin-bottom: 5px;
}
#loftocean-homepage-widget-posts-3 .featured-img+.post-content{
    padding-top:30px;
}
.page .entry-header, .single .entry-header {
    margin-bottom: 10px;
}
@media (max-width: 1023px){
    .site-branding {
        padding: 30px 0;
    }
}
.post_format-post-format-gallery > .entry-content {
    margin-top: 0px;
    padding-top: 10px;
}
.site-footer-signup .container .widget {
    padding: 25px;
}
.page .primary .signup-form .widget_mc4wp_form_widget, .single .primary .signup-form .widget_mc4wp_form_widget {
    padding: 20px;
}
@media screen and (max-width: 1023px){
    .header-top-bar {
        padding-top: 2px;
    }
}
.toppostwidget{
    padding-top:34px;
}
@media screen and (min-width: 768px){
    .catwidgetbt > .posts.layout-grid.column-4 {
        --post-gap: 90px;
    }

}


@media screen and (min-width: 1120px){
    .featured-categories.column-4 .widget.lemon-limes-widget_cat .cat a .category-name, .featured-categories.column-5 .widget.lemon-limes-widget_cat .cat a .category-name {
        font-size: 1.15rem !important;
    }
}
.widget.lemon-limes-widget_cat .category-name {
    text-transform: none;
}
.primary {
    padding-bottom: 34px;
}
.comment-reply-title-wrap, .comments-title-wrap, .section-header {
    margin-bottom: 34px;
}
.comment-reply-title, .comments-title{
    font-weight:bold;
}

.post_format-post-format-gallery > .entry-content {
    padding-bottom: 0px;
}

.search .page-header {
    margin-bottom: 15px;
}

.site-header {
    margin-bottom: 15px;
}

.sidemenu .secondary-navigation {
    border-top: 1px solid;
    border-bottom: none;
    padding: 20px 0;
}

.ratinglabel{
    font-size:17px;
}

.comment-form-wprm-rating{
    text-align:left;
}
@media screen and (min-width: 768px){
    .comments-area .comment-respond form.comment-form>* {
        padding: 5px 5px;
    }
}


.stable{
    text-align: center;
}

.stable td{
    padding: 0.5vw;
    clear: both;
    display: inline-block;
    text-align: center;
}
.go-to-comments button{
    cursor:pointer;
    font-family: "Lato", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 12px 19px 14px;
    margin-top: 6px;
    display: inline-block;
    border: none;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    border-radius: 3px;
    width: auto;
    background: #000 !important;
    color: #fff !important;
    box-shadow: none;
    line-height: 1.6;
    text-align: center;
}
.search .page-title {
    text-transform: none;
}

@media screen and (min-width: 768px){
    .comments-area .comment-respond form.comment-form .comment-form-author, .comments-area .comment-respond form.comment-form .comment-form-email, .comments-area .comment-respond form.comment-form .comment-form-url {
        float: left;
        width: 50%;
    }
}

.sidemenu .primary-menu > li > a {
    padding: 5px 0;
}
#sidemenu-secondary-navigation{
    margin-bottom: 0px;
}

.title-section{
    margin-bottom: 34px !important;
}

.single .primary > article, .page .primary > article {
    margin-bottom: 34px;
}

.single .related-posts .featured-img img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

/* Additional ads styles */
.adfoxly-wrapper {
    text-align: center;
}

.adfoxly-wrapper.margin-top {
    margin-top: 20px;
}

.adfoxly-wrapper.margin-top-10 {
    margin-top: 10px;
}

.adfoxly-wrapper.margin-bottom {
    margin-bottom: 20px;
}

.adfoxly-wrapper .post.type-ads {
    margin-bottom: 20px;
}

.adfoxly-wrapper.margin-top-and-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

.adfoxly-ads-info {
    font-size: 0.7rem;
    color: #888;
    text-align: left;
}

/* Prevent dynamic ads from causing too much CLS, as well as featured-slider on front page */
@media(max-width: 480px) {
	.featured-slider {
		min-height: 360px;
	}
	
	#page .adfoxly-wrapper {
		min-height: 280px;
	}
	
	#page .adfoxly-wrapper ~ .adfoxly-wrapper {
		min-height: 1px;
	}
}
/* EOL ADS styles */