/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

h1 {
    font-size: 108px !important;
}
h2 {
    font-size: 52px !important;
}
h3 {
    font-size: 52px !important;
}
.panel-overlay.active{
    background-color: white !important;
}

#side-nav-panel{
    width: 260px !important;
}

.header-side-nav header{
    box-shadow: 0 0 30px rgba(0,0,0,0.25) !important;
}

.ex-flex{
	display: flex;
	justify-content: space-between;
}
.ex-flex a {
	margin-left: auto !important;
}
.ex-flex div{
	margin: auto !important;
}

#header li a {
	text-align: center !important;
}

#mindfulness{
    background-color: #80B08D !important;
    background-size: max(425px, 50%) !important;
    background-position-x: 100% !important;
}

#yoga {
	background-position: -20% 65% !important;
	background-size: 50% !important;
}
#yoga:before {
	content: " ";
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	height: 100%;
	width: 100%;
	top: 0;
}
@media screen and (max-width: 2460px) {
    #mindfulness {
        background-position-y: 0px;
    }
}
@media screen and (max-width: 990px) {
	.ex-flex div{
		margin-left: 0px !important;
		margin-bottom: 5px !important;
	}
	
    .overlay:before {
        content: '';
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-color: var(--porto-primary-color, #08c) !important;
        z-index: 2 !important;
        opacity: .8 !important;
    }
    #mindfulness *, #about * {
        text-align: center !important;
        
    }
    #yoga {
        background-position: 50% 65% !important;
        background-size: 150% !important;
    }
    #mindfulness {
        background-position-x: 0% !important;
        background-position-y: 500px !important;
    }
}
.wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element {
	margin: auto;
	margin-bottom: 1rem;
}

.ex-shadow{
	box-shadow: 0px 0px 25px -8px rgba(0,0,0,0.5);
}

.ex-contact div {
	font-size: 15px;
	margin-bottom: 15px !important;
	color: #444;
}
.ex-contact h2 {
	margin-bottom: 8px !important;
}
input, textarea {
	background-color: whitesmoke !important;
	color: black !important;
	border: 1px solid rgba(0, 0, 0, 0.5) !important;
	border-radius: 4px !important;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25) !important;
}
input[type="submit"]{
	background-color: rgb(168, 220, 171) !important;
}
img {
border: 1px solid;
padding: 1px;
border-radius: 3px;
box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.5);
}
.ex-lined{
	width:150px;
	margin: auto;
  text-align:center; 
  position: relative;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.ex-lined:before, .ex-lined:after{
	position: absolute;
	top: 20px;
	content: " ";
	border-bottom: 1px solid black;
	display: block;
	width: 250%;
	height: 0px;
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.25);
	background: transparent;
}
.ex-lined:before {
	left: calc(50% + 75px);
}
.ex-lined:after {
	right: calc(50% + 75px);
}
#header .row {
	align-items: center;
}
#header img {
	margin-top: 15px;
}
.header-wrapper header {
	max-height: 175px;
}
@media screen and (max-width: 990px) {
	#header img {
		max-width: 100px;
	}
	.header-wrapper header {
		max-height: 125px;
	}
}


.intro-section .porto-ibanner:after {
	background-color: rgba(75, 50, 50, 1.0) !important;
}

.wpb_custom_a4348e6692b93c01b6e829be1dc262f8.main-menu > li.menu-item.active > a {
	color: #777 !important;
}

#menu-main-menu a{
    border: solid 2.5px white;
	padding: 10px !important;
	
}
#menu-main-menu li.active > a{
	border: solid 2.5px #32B1E7;
	padding: 10px !important;
	background-color: white !important;
	color: #32B1E7 !important;
}
#menu-main-menu a{
	color: #333 !important;
}
#menu-main-menu a:hover{
		border: solid 2.5px  #32B1E7;
	padding: 10px !important;
	background-color: white !important;
	color: #32B1E7 !important;
	box-shadow: 2px 2px 2px 2px lightgray;
  transition: box-shadow 0.3s linear;
}
.header-main .vc_btn3{
	
	background-color: #32B1E7;
	color: white !important;
	border: solid 3px;
}
.header-main .vc_btn3:hover{
	background-color: white;
	border: solid 3px;
	color: #32B1E7 !important;
	box-shadow: 2px 2px 2px 2px lightgray;
  transition: box-shadow 0.3s linear;
}
#header .top-row{
	background-color: #B1E7 !important;
}
#header .header-main{
	background: white !important;

}
