/*
*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 **/
  .recipe-timer {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 20px 0;
}

.recipe-timer  > div {
	float:left;
	width:33.33%;
	height:auto;
	padding-left:8%;
	background-image:url(images/clock_ico.png);
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:30px;
	min-height:100%;
}

.recipe_timer {
	width:90%;
}

.recipe-timer div span {
	font-weight:bold;
}

.recipe-ingredients {
	width:100%;
	margin-top:30px;
	font-size:18px;
	font-weight:bold;
	border-bottom:solid 1px #ccc;;
}


.recipe-ingredients ul {
	list-style: none;
	font-weight:normal;
	padding-left:0;
}

.recipe-ingredients ul li {
	list-style: none;
	border-top:solid 1px #ccc;
	margin:15px auto 0;
	padding-top:15px;
	font-size:14px;
}

.recipe-ingredients ul li {
	list-style: none;
}

.recipe-preparation {
	padding-top:30px;
}

.recipe-preparation ol{
	padding-left: 18px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 30px;
}

.recipe-preparation ol li{
	font-weight:bold;
	margin-top:10px;
}

.recipe-preparation ol li span{
	font-weight:normal;
}

.recipe-preparation ol li span img {
	margin: 10px 10px 10px 0;
}

.pinsh {
	width:50%!important;
	margin-left: 0px!important;
	float: left;
	height:auto;	
	margin-top:30px;
}

.recipe-nutrition {
	margin-top:25px;
	margin-bottom: 55px;
	padding: 5px;
}

.recipe-nutrition #title {
	font-weight:bold;
}

.recipe-nutrition span {
	
}

.page.page-template-1 .featured-media-section, .single.post-template-1 .featured-media-section {
	height: 800px;
}

/*instagram snippet*/
body .cookbook-instagram {
	border-style: double;
    border-color: #d6d6d6;
    border-radius: 0px;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
	margin: -20px auto 0;
	padding: 20px;
	background: #333;
	color: #fff;
}

body .cookbook-instagram h4 {
	margin: 3px 0 5px;
	color: #fff;
}

body .cookbook-instagram a {
	color: #fff !important;
	/* text-decoration: underline; */
}

body .cookbook-instagram a:focus,
body .cookbook-instagram a:hover {
	color: #55585a;
}

body .cookbook-instagram p {
	margin-bottom: 0;
}

@media screen and (min-width: 500px) {
	body .cookbook-instagram {
		margin: -20 auto 0;
		padding: 45px;
    }
}
/*end instagram snippet*/

.wprm-recipe-instructions img {
	display: inline-block;
	margin: 5px;
}

.wide-image img {
	width: 600px;
}

.video-gallery {
	width: 100% !important;
}

.video-gallery h2 {
	margin-bottom: 5px !important;
}

.video-gallery article {
    margin: 6px;
}

.video-gallery article img{
	max-width: 300px !important;
}

.category-videos {
	margin-bottom: 30px !important;
	display: flex;
	flex-direction: row;
}

.video-gallery article .featured-img {
	position: relative;
}

.video-gallery article .featured-img::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f04b";
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -25px;
	color: #fff;
	font-size: 50px;
	pointer-events: none;
	opacity: .8;
}

.pinvertical {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}


.pinvertical a {
    text-align: center;
    border: none !important;
    width: 130px;
}

.pinvertical a:hover {
    background: #EA9875 !important;
    border: none;
}

.vc-more {
	text-align: center;
}

.video-gallery h2 {
	text-align: center;
}

article .header-text {
	text-align: center !important;
}

#hca-categories .main-category {
    font-size: x-large;
    display: block;
    width: 100%;
    background-color:#ea987526;
}

#hca-categories ul {
  /*display: flex;*/
  /*flex-flow: row wrap;
  align-content: flex-start;*/
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

#hca-categories ul li {
    list-style-type: none;
    width: 25%;
    float: left;
}

.promo_banner {
    max-width:  1200px;
}
    
.promo_banner h3 {
    font-size: 1.75rem;
    margin-bottom: 34px;
}
    
.promo_banner .button {
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 11.5px 35px;
    background: #ea9875;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.6;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
}

@media (max-width: 800px) {
	.category-videos {
		flex-direction: column;
	}

	.video-gallery article img{
		max-width: 100% !important;
	}

	.page.page-template-1 .featured-media-section, .single.post-template-1 .featured-media-section {
		height: auto;
	}
}

/*----------------------*/


/* Wrapper for the account icon */
#masthead .hca-acc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: auto !important;
  padding-left: 14px !important;
  border-left: 1px solid rgba(255,255,255,.4);
  float: none;
  width: 50px;
}

/* The icon button */
#masthead .hca-acc__btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

#masthead .hca-acc__btn img {
  width: 30px;
  height: 30px;
  display: block;
  transition: opacity .2s ease;
}

#masthead .hca-acc:hover .hca-acc__btn img {
  opacity: .85;
}

/* Login button specific styles */
#masthead .hca-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#masthead .hca-login-btn .login-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

/* Dropdown menu (hidden by default) */
#masthead .hca-acc__menu {
  position: absolute;
  right: 0px; /* was 0, move it closer to the icon */
  top: 100%; 
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
  min-width: 180px;
  padding: 6px 0;
  z-index: 10000;

  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease;
}

/* Show dropdown only on hover */
#masthead .hca-acc:hover .hca-acc__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Dropdown links */
#masthead .hca-acc__menu a {
  display: block;
  padding: 10px 14px;
  color: #111;
  text-decoration: none;
}
#masthead .hca-acc__menu a:hover {
  background: #f5f5f7;
}

#masthead .header-top-bar,
#masthead .header-top-bar .container {
  overflow: visible;
}

#masthead .header-top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* #masthead .social-navigation { */
.header-top-bar .social-navigation {
  display: flex;
  margin-left: auto;
  align-items: center;
}

#masthead .header-top-bar .container > * {
  margin: 0;
  padding: 0;
}

#masthead .secondary-navigation {
  flex: 1;
}
/*************************************************************
 HCA — GO AD-FREE CTA
**************************************************************/

/* Desktop: absolutely center the button in the top bar */
@media (min-width: 769px) {
    .header-top-bar .hca-go-adfree {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        z-index: 10000 !important;
    }
}

/* Mobile: social icons left, button center, account icon right */
@media (max-width: 768px) {
    .header-top-bar .container {
        flex-wrap: nowrap !important;
        position: relative !important;
        padding: 10px 14px !important;
        min-height: 52px !important;
    }

    .header-top-bar .hca-go-adfree {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex: 0 0 auto !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        order: 2 !important;
        z-index: 2 !important;
    }

    .header-top-bar .hca-acc {
        order: 3 !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        float: none !important;
        width: auto !important;
        padding-left: 0 !important;
        border-left: 0 !important;
        position: relative !important;
        z-index: 3 !important;
    }

    .header-top-bar .social-navigation {
        display: none !important;
    }

    .header-top-bar .secondary-navigation {
        display: none !important;
    }
}

/* Pill styling */
.header-top-bar .hca-go-adfree__link {
    display: inline-flex !important;
    align-items: center !important;
    gap: .6rem !important;
    background: #e50914 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: .55rem 1rem !important;
    border-radius: 9999px !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 14px rgba(0,0,0,.18) !important;
}

.header-top-bar .hca-go-adfree__link:hover,
.header-top-bar .hca-go-adfree__link:focus {
    filter: brightness(1.06) !important;
}

/* Hide subline on mobile */
@media (max-width: 768px) {
    .header-top-bar .hca-go-adfree__sub {
        display: none !important;
    }
}

/* Safety */
.header-top-bar a.hca-go-adfree__link,
.header-top-bar .hca-go-adfree {
    color: #fff !important;
}