/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
body a:focus{
	outline: none !important;
}
body a {
    text-decoration: none;
}
body #site-header-inner {
    max-width: 100%;
    padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .after-header-content {
	float: none;
	display: flex;
	width: 20%;
	order: 2;
	justify-content: flex-end;
}
header #site-logo,
header #site-navigation-wrap {
    float: none;
}
header #site-navigation-wrap{
	width: 40%;
}
header #site-logo{
	width: 20%;
}
#site-header-inner::after {
    display: none;
}
#site-navigation-wrap .dropdown-menu>li{
	float: none;
}
header #site-navigation-wrap .dropdown-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
body #site-logo a.site-logo-text {
    color: #7db37d;
    font-family: "Georgia", Sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
}
body #site-logo #site-logo-inner{
	max-width: none;
}
header #site-navigation-wrap .dropdown-menu>li>a {
    font-weight: 500;
    letter-spacing: normal;
    font-size: 16px;
    color: #121212;
}
header .after-header-content .after-header-content-inner>a,
header .after-header-content .after-header-content-inner>div>a {
    line-height: normal;
}
header .after-header-content .after-header-content-inner {
    display: flex;
    align-items: center;
    height: auto;
}
.header_btn a {
    background-color: #7db37d;
    border: 2px solid #7db37d;
    padding: 7px 15px;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
}
.header_btn a.header_btn_left,
.header_btn a:hover{
    background-color: transparent;
    color: #7db37d;
}
.header_btn a.header_btn_left:hover {
    background-color: #7db37d;
    color: #fff;
}
.post-descripition{
	padding-top: 20px;
}
.yoga_slider_title{
	margin-bottom: 10px;
}
.yoga_slider_title a:hover {
    color: #7DB37D;
}
.post-thumbnail a {
    position: relative;
    overflow: hidden;
}
.post_lock_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 50%);
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 15px 0;
	padding: 20px 20px;
	display: none;
}
.owl-carousel .owl-item .post_lock_box img {
	margin: 0 auto;
	max-width: 40px;
}
.post_lock_box span {
    line-height: 1.6;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.post_lock .post_lock_box{
	display: flex;
	display: none;
}
.workout-grid {
    display: flex;
    flex-wrap: wrap;
	gap: 32px 0;
	margin: 0 -16px;
}
.workout-card {
    width: 33.33%;
    padding: 0 16px;
}
.workout-image {
    position: relative;
	border-radius: 12px;
    overflow: hidden;
}
.workout-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(178deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
}
.workout-label {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #f05;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 6px;
}
.workout-card-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.workout-content {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	max-width: 340px;
	padding: 0 10px 48px;
}
.workout-title {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.workout-author {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding-top: 5px;
}
.duration_text{
	padding-top: 10px;
}
.duration_text span {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}
.duration_img {
    max-width: 40px;
    margin: 0 auto;
}
.target_link_worout {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.header_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
#site-logo #site-logo-inner {
    height: auto;
    max-width: 110px;
    display: block;
}
body #site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.child-nutrition_sub {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
	gap: 30px 0;
}
.child-nutrition_sub .single-post {
    width: 33.33%;
    padding: 0 15px;
}
.child-nutrition_sub .single-post img {
    width: 100%;
}
.child-nutrition_sub .post-excerpt p {
    margin-bottom: 0;
}
section#comments,.recipes-template-default aside#right-sidebar {
    display: none;
}
.recipes-template-default #primary {
    width: 100%;
    padding: 0;
	border: 0;
}
@media screen and (max-width: 1024px){
	header .after-header-content{
		width: 25%;
		margin-left: auto;
	}
	.oceanwp-mobile-menu-icon.mobile-right {
		order: 2;
		margin-left: 20px;
	}
}
@media screen and (max-width: 767px){
	header .after-header-content{
		width: auto;
	}
	.header_btn a{
		padding: 5px 7px;
		font-size: 12px;
	}
	.oceanwp-mobile-menu-icon.mobile-right {
		margin-left: 10px;
	}
	.workout-card {
		width: 100%;
	}
	.workout-title{
		font-size: 25px;
	}
	.workout-content{
		padding: 0 10px 20px;
	}
	.workout-label {
		font-size: 12px;
		padding: 8px 12px;
	}
	.child-nutrition_sub .single-post {
		width: 100%;
	}
}
@media (min-width: 575px) and (max-width: 767px){
	.workout-grid{
		margin: 0 -5px;
		gap: 10px 0;
	}
	.workout-card {
		width: 50%;
		padding: 0 5px;
	}
	.child-nutrition_sub .single-post {
		width: 50%;
	}
}
#footer-widgets {
    padding: 0;
}














