/**
 * Theme Name:          Hysterectomy Fitness
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

	- Defaults
	- Structure and Layout
	- Common Classes
	- Content Area
		- Entry Meta
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/**
 * Retina Logo
 *
 * If uploading double sized (retina) image,
 * put exactly half the width in pixels for retina display.
 * Example: Retina (2x) image is 360px by 90px, CSS should be:
 * max-width: 180px;
 */
.wp-custom-logo .site-title a {
	max-width: 443px; 		/* max-width: 180px; */
}

body {
	font-family: Roboto, Helvetica, sans-serif;
	/*font-family: 'Muli', sans-serif;*/
	/*font-weight: 300;*/	
}

h2,
h3,
h4,
h5,
h6,
.site-title a,
.adjacent-entry-pagination a {
	font-family: Roboto, Helvetica, sans-serif;
	/*font-weight: 300;*/
	/*font-family: 'Muli', sans-serif; */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Roboto, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
	font-weight: 300 !important;
	margin: 0 0 15px; /* previously margin: 0 0 24px; */
}

.entry-content h2 {
	font-size: 1.8rem;
}

h2 {
    font-size: 1.75rem;
}

/*.entry-header h2.entry-title a {
	font-weight: bold;
}*/

.entry-content h3 {
  /*color: #ff0080;*/
  font-size: 1.53rem;
  font-weight: 400;
}

.entry-content h4 {
	color: #ff0080;
	font-weight: bold !important;
	line-height: 1.25;
}

.new-section:before,
.new-section:after {
	display: table;
	clear: both;
	content: "";
	margin-bottom: 10px;
}

div.lighter {
	font-family: Roboto, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
	/*font-weight: 200;*/
}

div.lighter p {
	font-size: 1.27rem;
}

div.lighter .button {
	font-size: 1.27rem !important;
}

@media screen and (min-width: 1024px) {
	.page-template-default.page main.content.content-no-sidebars {
    	min-width: 1000px !important;
	}
}

.blog .entry-meta,
.archive .entry-meta,
.category .entry-meta {
	display: none;
}

.blog .entry-content h2, .blog .entry-content h3, .blog .entry-content h4,
.archive .entry-content h2, .archive .entry-content h3, .archive .entry-content h4,
.category .entry-content h2, .category .entry-content h3, .category .entry-content h4 {
	font-family: Roboto, Helvetica, sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 0 16px;
	padding: 0;
}

.entry-content p {
	margin-bottom: 15px;
}

.entry-content .section-content p {
	font-size: 1.27rem;
}

.banner-area .archive-title,
.banner-area .author-box-title,
.banner-area .entry-title,
.heading,
h1 {
	font-family: Roboto, Helvetica, sans-serif;
	/*font-weight: 200;*/
    -webkit-font-smoothing: antialiased;
	/*font-family: 'Playfair Display', serif;*/
}

h1.banner-title {
	font-size: 1.85rem;
	font-weight: 200;
  	letter-spacing: 0.02em;
	margin: 10px 0;
}

.heading {
  	font-weight: 600;
}

.banner-area p {
	margin-bottom: 20px;
}

.section-content.width-md {
	background: none;	/*#a0a0a0;*/
}

.breadcrumb {
	font-size: 20px;
	/* font-size: 1.12rem; */
	/*font-weight: 400;*/
}

.breadcrumb-link-wrap {
	/*font-weight: 400;*/
}

.breadcrumb-link-wrap a {
	font-weight: bold;
}

.author-box-title,
.entry-comments h3,
.comment-respond h3,
.widget-title,
.related > h2,
.up-sells > h2 {
	font-family: Roboto, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
	/*font-family: 'Playfair Display', serif;*/
}

.sidebar .widget-title {
	font-weight: bold;
	text-align: left;
}

.sidebar li a {
	color: #000;
	font-size: 1.12rem;
	/*font-weight: 300;*/
	line-height: normal;
}

.sidebar li a:hover,
.sidebar li a:focus {
	color: #ff0080;
	font-weight: bold;
	text-decoration: underline;
}

.sidebar .widget-title a, 
.sidebar .widgettitle a {
	
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

.adjacent-entry-pagination a,
.after-entry .widget,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings,
.sidebar .widget,
.sticky-header.scroll .site-header {
	-webkit-box-shadow: 0 4px 24px rgba(0,0,0,0.025);
	box-shadow: 0 4px 24px rgba(0,0,0,0.025);
}

.admin-bar.has-sticky-header .site-header {
	border-bottom: 1px solid #e1e1e1;
}

.adjacent-entry-pagination .pagination-next .adjacent-post-link {
    -webkit-box-pack: end;
    justify-content: normal;
    margin-right: -4px;
}

/* ## Entry Meta
--------------------------------------------- */

.entry-comments .comment-meta {
	-webkit-font-smoothing: antialiased;
}

.text-md {
    font-size: 1rem;
}

article.entry .entry-content {
	font-family: Roboto, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
	/* font-family: 'Lato', sans-serif;*/
	/*font-family: 'Avant Garde', 'Century Gothic', 'Open Sans';*/
}

/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1160px) {}

@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 545px) {}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1159px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 544px) {}



/************ Shop ***************/

/* === Equal-height product cards (desktop) === */
@media (min-width: 1024px) {
  /* Make each card fill its grid row and align CTA to bottom */
  .hf-grid { align-items: stretch; }
  .hf-card { display: flex; flex-direction: column; height: 100%; }

  /* Uniform image area (crop to consistent aspect) */
  .hf-card .hf-thumb { aspect-ratio: 4 / 5; overflow: hidden; display: block; }
  .hf-card .hf-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

  /* Clamp long titles so cards stay even */
  .hf-title {
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; min-height: calc(1.25em * 2 + 6px);
	font-size: 1.15re;
	text-align: center;
  }

  .hf-grid.hf-cols-3 {
		margin-bottom: 3em;
  }
	
  /* Push the CTA to the bottom of the card */
  .hf-card .hf-details { margin-top: auto; }
	
  .hf-tab-panels ul li {
		list-style-type: circle !important;
	    margin-left: 3em;
	}
}

/********************special page additions****************/



/***** SLIDER IN CAROUSEL *****/

/*
.slick-next,
.slick-next:link,
.slick-prev,
.slick-prev:link {
	background-color: #ff0080;
	color: #fff !important;
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
	background-color: #000;
}
*/

/****home page****/

  	/***My journey section***/
	#featured-journey .overlay.overlay-light {
	  background-color: rgba(255,255,255,.7);
	}

	#featured-journey .section-content h2 {
	  display: inline-block;
	  /*background: #000;*/
	  color: #000;
	}

	#featured-journey .section-content {
	  color: #000;
	}

	/**Healthy Recipes section***/
	#introduction {
		margin-bottom: -1.75rem;
	}

/* Banner background on home page and pages */

body.home .has-bg-image .inner-light {
    background-color: rgba(255, 255, 255, 0.9);
}

.has-bg-image .inner-light {
    background-color: rgba(255, 255, 255, 0.5);
}

/************/

.text-lg {
	font-size: 1.21rem;
}

}
.height-lg {
	padding: 4rem 0 1rem;
}

	/*****NAVIGATION*****/

	.genesis-nav-menu a:hover {
		color: #ff0080;
	}
	.genesis-nav-menu ul#menu-main li ul.sub-menu li {
	   background: #ff0080;
	   color: #fff;
	}
	.nav-header a, .nav-header a:link {
		color: #323232 !important;
	}
	.nav-header a:hover {
		color: #ff0080 !important;
	}

	/* Primary navigation background color */
	.home .nav-primary .current-menu-item > a,
	.nav-primary {
		background-color: #323232;
	}
	/* Primary navigation link color */
	.home .nav-primary .current-menu-item > a,
	.nav-primary .nav-search,
	.nav-primary .nav-search:focus,
	.nav-primary a {
		color: #000; /* e4e4e4 */
	}
	/* Primary navigation current/hover link color */
	.genesis-nav-menu .sub-menu a {
		background: #000;
		color: #fff !important;
	}
	.nav-header .sub-menu .current-menu-item > a, .nav-header .sub-menu .current-menu-item > a:focus, .nav-header .sub-menu .current-menu-item > a:hover, .nav-header .sub-menu a:focus, .nav-header .sub-menu a:hover {
		background: #ff0080;
		color: #fff !important;
	}

a {
	/* color: #ff0080; */
	color: #E60073;
}

.screenreader {
  	clip: rect(0 0 0 0); 
  	height: 1px;
	overflow: hidden;
  	padding: 0;
  	position: absolute;
  	white-space: nowrap; 
  	width: 1px;
}

.entry-content a {
	/* font-weight: 400;
	text-decoration: none; */
}
.entry-content a:hover,
.entry-content a:focus {
	color: #000;
	/* color: #ff0080; */
	text-decoration: underline;
}

.entry-terms {
	font-size: 1rem;
}

.entry-terms a {
	color: #000;
	text-decoration: underline;
}

a.button, a.more-link {
	color: #fff !important;
	background-color: #ff0080 !important;
	font-size: 16px !important;
	font-weight: bold !important;
	/*font-weight: 400;*/
}

a.button:hover, a.more-link:hover {
	background-color: #000 !important;;
}

button, input[type=button], input[type=reset], input[type=submit] {
	color: #fff !important;
    font-size: 1rem;
    padding: 14px 20px;
    background: #ff0080 !important;
}

.button[type='submit'] {
	background-color: #ff0080 !important;
	color: #fff !important;
	padding: 9px 20px;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button.button[type='submit']:hover, button.button[type='submit']:focus {
    background: #000 !important;
	color: #fff !important;
}

input, textarea, select {
	background-color: #f8f8f8;
	color: #ff0080 !important;
	font-weight: bold;
	border: 1px solid #ff0080;
}

select {
    padding: 5px;
}

::-webkit-input-placeholder { /* Edge */
	color: #ff0080 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ff0080 !important;
}

::placeholder {
	color: #ff0080 !important;
}

#commentform .form-submit input[type="submit"] {
	color: #fff !important;
}

#commentform .form-submit input[type="submit"]:hover,
#commentform .form-submit input[type="submit"]:focus {
	color: #fff !important;
}

.last-nav-menu-item {
	color: #fff;
    background-color: #ff0080 !important;
	/*font-weight: 400;*/
    padding: 5px 10px;
}

.last-nav-menu-item:hover,
.last-nav-menu-item:focus {
	color: #fff;
	background-color: #000 !important;
}

a.padding {
	display: inline-block;
	/*font-weight: 400;*/
	margin-top: 20px;
	padding: 10px 15px;
}

.breadcrumb {
	font-size: 1.15rem;
}

.breadcrumb a {
	color: #ff0080;
	text-decoration: underline;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #ff0080;
	text-decoration: underline;
}

article .entry-content p,
article .entry-content ul,
article .entry-content ol {
	font-size: 1.15rem;
}

article .entry-content a {
	font-weight: bold;
}

article .entry-content img.border {
	border: 2px solid #ff0080;
	max-width: 500px;
}

article .entry-content img.border-tall {
	border: 2px solid #ff0080;
	max-height: 300px;
}

/* Pagination */
.adjacent-entry-pagination .pagination-next a, .adjacent-entry-pagination .pagination-previous a {
    color: rgba(0,0,0,0.8);
}

/* Form */
.ml-embedded,
#mlb2-4462845.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
	line-height: 1.25;
    padding: 0;
}

#mlb2-4462845.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-4462845.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
    font-family: Roboto, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.563em !important;
	font-weight: 400 !important;
}

#mlb2-4462845.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-4462845.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 0 20px 0 0 !important;
}

.ml-error input, .ml-error textarea, .ml-error select {
    border: 3px solid red !important;
}

.ml-error input::before, .ml-error textarea, .ml-error select {
    content: "required";
	color: #f00;
}

/* footer section */

.footer-widgets {
    margin-bottom: -70px;
}

footer.site-footer.text-sm {
    font-size: 0.95rem;
}

footer.site-footer.text-sm a:hover,
footer.site-footer.text-sm a:focus {
    color: #ff0080;
}


/* shop loop */

.flex-entry .woocommerce-loop-product__title {
    color: #000;
}

/* video */

.video {
	border: 2px solid #ff0080 !important;
    position: relative;
    height: auto;
}

@media screen and (min-width: 1024px) {
	.video {
		width: 700px;
	}
}

iframe {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* tab container for shop */

/* HF tabs fallback styling */
/*.hf-first-paragraph { display: none; } */
.hf-tabs { margin-top: 1.5rem; }
.hf-tab { display:block; }
.hf-tab input { position:absolute; opacity:0; pointer-events:none; }
.hf-tab label {
  display:inline-block; cursor:pointer; padding:.6rem 1rem; border:1px solid #e5e7eb;
  border-bottom:none; border-radius:10px 10px 0 0; background:#f9fafb; margin-right:.25rem; font-weight:600;
}
.hf-tab-panel {
  display:none; border:1px solid #e5e7eb; border-radius:0 10px 10px 10px; padding:1rem; background:#fff;
}
.hf-tab input:checked + label { background:#fff; border-bottom:1px solid #fff; }
.hf-tab input:checked + label + .hf-tab-panel { display:block; }



/* recipe styles */

.wprm-recipe-template-chic p, .wprm-recipe-template-chic li {
    font-family: Roboto, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
	font-size: 0.875rem !important;
}

.wprm-template-chic-buttons a.wprm-color-accent {
	color: #ffffff !important;
	background-color: #ff0080 !important;
	border-color: transparent !important;
	font-family: Roboto, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
	font-size: 1rem !important;
	font-weight: bold !important;
}

.wprm-recipe-template-chic .wprm-recipe-header {
	margin-bottom: 0.5em !important;
	font-weight: bold !important;
}

.wprm-block-text-normal {
	color: #000 !important;
	/*font-weight: 300 !important;*/
	font-size: 1rem !important;
}

.wprm-recipe-template-chic .wprm-call-to-action {
	border-radius: 3px;
	color: #ffffff !important;
	background-color: #000 !important;
	border-color: transparent !important;
	font-family: Roboto, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
	font-weight: bold !important;	
}

.wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container {
    flex-basis: 230px !important;
}

/* Hide nutrition label */
.wprm-recipe-template-chic .wprm-recipe-header,
.wprm-recipe-template-chic .wprm-nutrition-label-container {
    display: none;
}

.wprm-block-text-uppercase-faded,
.wprm-block-text-faded {
    opacity: 1 !important;
}

.wprm-recipe.wprm-recipe-snippet.wprm-recipe-template-snippet-basic-buttons a,
a.wprm-recipe-print {
   color: #fff !important;
   text-decoration: none !important;
}

.wprm-recipe.wprm-recipe-snippet.wprm-recipe-template-snippet-basic-buttons a:hover,
.wprm-recipe.wprm-recipe-snippet.wprm-recipe-template-snippet-basic-buttons a:focus,
a.wprm-recipe-print:hover,
a.wprm-recipe-print:focus {
   background: #ff0080 !important;
   border: 1px solid #ff0080 !important;
   color: #fff !important;
   text-decoration: none !important;
}
}


/******slider*******/

.flex-entry.boxed .entry-image-before-entry.alignnone {
    margin: 0 auto;
}

/*
.mai-slider .flex-entry img {
    padding-left: 5px;
    padding-right: 5px;
}
*/

.mai-slider .flex-entry img:last-child {
	padding-right: 0;
}

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

	.mai-slider .has-post-thumbnail {
		max-width: 100% !important;
	}

	.entry.mai-slide .has-post-thumbnail.category-exercises {
		margin-right: 0 !important;
	}
	
	.mai-slider .flex-entry img {
		padding-left: 0;
		padding-right: 0;
	}
}