/*
Theme Name: Wellness360 2021
Theme URI: https://wellness360coach.com
Author:  AbuBakar
Author URI: https://theweb-designs.com/
Description: A custom wordpress theme for https://wellness360coach.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: w360
Tags: light, two-columns, one-column, teal, levendar
*/

@font-face {
    font-family: 'ristheeregular';
    src: url('assets/webfonts/risthee-webfont.woff2') format('woff2'),
         url('assets/webfonts/risthee-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
:root {
	--color-base: #363636;
	--color-primary:#57486e;
	--color-heading:#343434;
	--color-logo:#ffffff;
	--color-navigation: #ffffff;
	--dark-bg-color:rgb(0 0 0 / 45%);
}
:focus,
:active {
	outline: none;
}
html {
	font-size: 62.5%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight:400;
	color: var(--color-base);
	line-height: 1.3;
    padding:0;
    margin:0;
}
h1,
h1 span,
h1 a { 
	font-size:36px;
	font-size:3.6rem;
}
h2,
h2 span, 
h2 a {
	font-size: 33px;
	font-size:3.3rem;
}
h3,
h3 span, 
h3 a { 
	font-size: 30px;
	font-size:3.0rem;
}
h4, 
h4 span,
h4 a { 
	font-size: 27px;
	font-size:2.7rem;
}
h5, 
h5 span,
h5 a {
	font-size: 24px;
	font-size:2.4rem; 
}
h6, 
h6 span,
h6 a {
	font-size: 21px;
	font-size:2.1rem; 
}
label,  
ul, 
ol, 
blockquote, 
input, 
textarea, 
select, 
[type=date], 
[type=text], 
[type=email], 
span {

}
img {
    display:inline-block;
    vertical-align: middle;
    max-width:100%;
    height: auto;
}
p {
	font-size: 18px;
	font-size:1.8rem;
	line-height:1.7;
	font-weight: 400;
	letter-spacing: 0.1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-family: 'Quattrocento', serif;
	font-weight:400;
	line-height: 1.2;
	letter-spacing: 0.08em;
	margin-bottom: 15px; 
}
a {
	text-decoration: none;
	color: var(--color-base);
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
a:hover {
	color: var(--color-primary);
	text-decoration:none;
}
iframe {
	width:100%;
	border:0px; 
}










.btn,
input[type="button"],
input[type="submit"] {
	display: inline-flex;
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-size: 18px;
	font-size:1.8rem;
	font-family: 'Quattrocento', serif;
	font-weight:400;
	border:0;
	padding:0 25px;
	letter-spacing: 0.1em;
	border-radius: 0;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.btn.btn-default,
input[type="button"],
input[type="submit"] {
	background-color:var(--color-primary);
	color: #ffffff;
	border: 1px solid var(--color-primary);
}
.btn.btn-default:hover,
.btn.btn-default:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #ffffff;
	color:var(--color-primary);
}
.btn.btn-primary {
	background-color:var(--color-primary);
	color: #ffffff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: #ffffff;
	color:var(--color-primary);
}
.btn.btn-secondary {
	background-color:#ffffff; 
	color:var(--color-primary);
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
	background-color:var(--color-primary);
	color: #ffffff;
}
.btn.btn-border {
	border: 2px solid var(--color-base);
}
.btn.btn-border.border-btm {
	border: 0;
	border-bottom: 2px solid var(--color-base);
	padding: 0;
}
span.btn-icon {
	padding-left: 15px;
	width: 41px;
	height: auto;
	font-size: 0;
}

.w360_default_btn {
	background: transparent !important;
	background-color: transparent !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom-width: 3px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #363636;
	border-left: 0 !important;
	padding-left: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-radius: 0 !important;
}
.w360_default_btn .vc_btn3-icon {
	right: 0 !important;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 0px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 1.1rem;
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* Galleries */
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.sticky {
    display: block;
}
/* Asides */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}
.wpb_single_image .vc_figure-caption {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 10px; 
	margin-bottom: 2px;
	letter-spacing: 1px;
}
.slider-arrow {
	display: flex;
	width: 80px;
	max-width: 80px;
	height: 80px;
	max-height: 80px;
	position: relative;
	left:0;
	z-index: 99;
	border: 2px solid #363636;
	padding: 20px;
	border-radius: 100%;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;	
}
.slider-arrow:hover,
.slider-arrow:focus {
	opacity: 1;
	-webkit-transform: scale(0.91);
    transform: scale(0.91);
}
.site-header {
	height: 80px;
    z-index: 9999;
	padding: 0px 40px;
	margin-top: 10px;
	transition: all 400ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.logged-in .site-header { 
	margin-top: 42px;
}
.logo {
	height: 100%;
}
.logo .site-title {
	font-family:'ristheeregular';
	font-size: 50px;
	font-size: 5.0rem;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 1.6px;
	text-transform: capitalize;
}
.logo .site-description {
	top: -7px;
	left: 75px;
    bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size:1.6rem;
	line-height: 1.2;
	font-weight: 400;
}
.logo .site-title a,
.logo .site-description a {
	color: #ffffff;
}
.logo .site-title,
.logo .site-description {
	margin-bottom: 0;
}
.logo_image {
	max-height: 80px;
	width: auto;
	padding: 10px;
}
.logo-fix {
	display: none;
}
.navigation {
	height: 100%;
}
ul.main-menu {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.main-menu li {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
ul.main-menu li a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 1.5rem;
    margin: 0 7px;
}
ul.main-menu .sub-menu {
	width: 200px;
	display: none;
	flex-direction: column;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 100%;
	background-color: #555;
	padding: 0;
	margin: 0;
	text-align: left;
	transition: all .2s ease-in-out;
}
ul.main-menu li:hover > .sub-menu {
	display: flex;
}
ul.main-menu .sub-menu > li {
	display: flex;
	align-items: flex-start;
	text-align: left;
}
ul.main-menu .sub-menu > li a {
	padding: 1.2rem 1rem;
}
ul.main-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}
.navigation a:hover,
.navigation a:focus {
    color:#c1c1c1;
}
.sticky-navigation.fixed-top {
    position: fixed !important;
	height: 65px;
    background-color: var(--color-primary);
	margin-top: 0;
	transition: all 400ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.sticky-navigation.fixed-top .logo {
	height: 65px;
}
.sticky-navigation.fixed-top .logo_image {
	max-height: 60px;
	width: auto;
}
.sticky-navigation.fixed-top .logo .site-title {
	font-size: 26px;
	font-size: 2.6rem;
}
.sticky-navigation.fixed-top .logo .site-description {
	top: -3px;
    left: 44px;
}
.sticky-navigation.fixed-top .logo .site-description {
	font-size: 13px;
	font-size: 1.3rem;
}
.sticky-navigation.fixed-top ul.main-menu li a {
	font-size: 14px;
	font-size: 1.4rem;
}
.logged-in .sticky-navigation.fixed-top {
	margin-top: 32px;
}
.vc_editor.logged-in .sticky-navigation.fixed-top {
	margin-top: 0;
}


/*mobile nav*/

#mobile-navigation {
    display: none;
    width: auto;
	align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.slicknav_nav ul {
    margin: 0;
}
.slicknav_menu {
	background: transparent;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
	align-items: center;
		-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
		justify-content: space-between;
}
.slicknav_brand {
	max-width: 185px;
	height: auto;
}
.slicknav_btn {
	background: var(--color-primary);
	border-radius: 0;
	margin: 0 10px 0 auto;
}

.slicknav_btn:hover,
.slicknav_btn:focus {
	
}

.slicknav_menu, .slicknav_btn {
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
    color: #fff;
    text-shadow: none;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.slicknav_nav {
    position: absolute;
    top: 100%;
    left: 0;
	right: 0;
    width: 100%;
    background-color: var(--color-primary);
    z-index: 999;
    padding: 20px 0;
	opacity: 0.9;
	border-bottom: 1px solid var(--color-base);
}
.slicknav_nav a {
    transition: none;
    color: #fff;
    cursor: pointer;
}
.slicknav_nav .slicknav_row:hover {
    background-color: var(--color-primary);
}
.slicknav_nav a:hover, .slicknav_nav a:focus {
    text-decoration: none;
}

#mobile-navigation ul.main-menu  {
	height: auto;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 15px;
}

#mobile-navigation ul.main-menu .sub-menu {
	position: relative;
	width: auto; 
	height: auto;
	transition: none;
	background-color: transparent;
}
#mobile-navigation li {
	padding: 1.2rem;
}
#mobile-navigation li ul li {
	padding: 0.5rem;
}
#mobile-navigation li a {
	padding: 0; 
	margin: 0;
}


/* 
.dropdown:hover>.dropdown-menu {
    display:flex;
}
.mega-menu-dropdown {
    padding: 30px 0px;
	background-color: rgb(255 255 255 / 80%);
}
.nav-menu ,
.mega-menu {
	display: flex;
	position: relative;
}
.nav-dropdown {
    display: flex;
	flex-direction: column;
    width: 200px;
}
.nav-menu h4 {
    display: flex;
    margin-bottom: 0px;
    position: absolute;
    left: -10px;
    top: 30px;
	transform: rotate(91deg);
}
.mega-menu-dropdown {
	font-size: 1.5rem;
	font-size: 15px;
	left:-200px;
}
.mega-menu .nav-menu:first-child{
	padding-left: 60px;
	padding-right: 20px;
	border-right: 1px solid var(--color-base);
}
.mega-menu .nav-menu:last-child{
	padding-left: 60px;
	padding-right: 27px;
}
.mega-menu .nav-menu .nav-dropdown:nth-child(2){
	margin-right: 18px;
}
.nav-dropdown a {
	display: inline-flex;
    flex-direction: column;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.08em;
	text-transform: capitalize;
}
.nav-dropdown a img {
	max-width: 100%;
	margin-bottom: 10px;
} */


/* 
.banner-content video {
	object-fit: cover;
	width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
} */

.logged-in .banner-content.bg-image {
	height: calc(100vh - 32px)!important;
}
.bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.banner-content:after,
.vc_video-bg-container:after { 
	content: "" !important;
    background-color: rgb(0 0 0 / 27%);
	background-blend-mode: overlay;
    height: 100% !important;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
	visibility: visible !important;
}
.banner-text {
	margin: 0 auto;
	z-index: 3;
}
.banner-text h2 ,
.banner-text p ,
.banner-text a {
	color: #ffffff;
}
.banner-text h2 {
	font-family: 'Quattrocento', serif;
	font-size: 75px;
	font-size: 7.5rem;
	letter-spacing: 0.08em;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}
.banner-text p {
	margin-bottom: ;
}
.banner-text-link {
	font-family: 'Quattrocento', serif;
	border-bottom: 2px solid #ffffff;
	letter-spacing: 0.15em;
	padding-top: 60px;
	padding-bottom: 10px;
}
span.bbtn-icon {
	width: 41px;
    height: auto;
	padding-left: 15px;
    font-size: 0;
}
.banner-text a:hover,
.banner-text a:focus {
	color:#c1c1c1;
	border-bottom-color: #c1c1c1;
}
.banner-btm-btn {
	padding-right: 25px;
	z-index: 99;
}
.banner-btm-btn a.btn {
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.banner-btm-btn a.btn:first-child {
	margin-right: 10px;
}
.banner-btm-btn a.btn:hover,
.banner-btm-btn a.btn:focus {
	background-color: none;
	border: none;
	padding-bottom: 75px;
}
.section{
	padding: 60px 0;
}

.wellness_blog #primary article {
	background-color: #f7f7f7;
	border-bottom: 1px solid var(--color-primary);
	padding: 25px;
	margin-bottom: 30px;
}
.wellness_blog article .post-img {
	display: flex;
	margin-bottom: 20px;
}
.home #content .content-area {
	padding: 0;
}
#content .content-area {
	padding: 60px 35px 60px 0;
}
#content .widget-area  {
	border-left: 1px solid #ccc;
	padding: 60px 0 60px 35px;
}
#content .content-area p a,
#content .widget-area p a {
	color: var(--color-primary);
}
#content .content-area p a:hover,
#content .content-area p a:focus,
#content .widget-area p a:hover,
#content .widget-area p a:focus {
	text-decoration: underline;
}
.single_post_img_wrap {
	height: 60vh;
}
.single_post_img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-title {
	color: #fff;
	z-index: 2;
	padding-left:15px; 
	padding-right: 15px;
}
#content img,
#content p {
	margin-bottom: 15px; 
}
#content ul {
	margin-bottom: 25px; 
	padding-left: 25px;
}
#content ul li {
	margin-bottom: 7px; 
}
aside.widget {
	margin-bottom: 35px;
}
.widget-title {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
}
.footer .widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 25px;
}


.specialities {
	height: 700px;
	padding: 60px 25px;
}
.specialities .speciality-text-blocks {
	width: 40%;
	height: 100%;
	position: relative;
	top:75px;
	right: -75px;
	margin-left: 20px;
	z-index: 2;
}
.specialities .speciality-text-block {
	width: 100%;
	height: auto;
	background-color: #c5beb6;
	color: #fff;
	padding: 20px;
}
.specialities .speciality-text-wrap {
}
.specialities .speciality-text {
	padding: 60px 25px;
}
.specialities .speciality-text h2 {
	margin-bottom: 25px;
}
.specialities .speciality-text p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.specialities .speciality-text .vc_btn3-container {
	margin-bottom: 0;
}

.specialities .speciality-text a.vc_btn3 {
	color: #fff;
	border: 2px solid #fff;
	margin-top: 25px;
}
.specialities .speciality-text a.vc_btn3:hover,
.specialities .speciality-text a.vc_btn3:focus {
	background-color: #fff;
	color: #c5beb6;
	border-color:#c5beb6 ;
}
.speciality-text-blocks .pp_link {
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: 'Quattrocento', serif;
	font-weight:400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.specialities .speciality-img-blocks {
	width: 60%;
	height: 100%;
}
.speciality-img-block .speciality-img {	
}
.speciality-img-block .post-thumbnail {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	background-color: transparent;
}
.speciality-img-block .post-thumbnail .fig_inner {
	width: 100%; 
	height: 600px;
}
.speciality-text-block-arrows{
	margin-left: -25px;
}
.speciality-text-block-arrows img {
	margin-bottom: 10px;
}
.speciality-text-block-arrows img.slick-disabled {
	display: ;
}

.testimonials{
	height: 600px;
}
.single .testimonials {
	height: auto; 
}
.testimonials-block {
	height: 100%;
}
.testimonial-text {
	position: relative;
	padding: 25px;
	width: 95%;
	margin: auto;
	text-align: center;
}
.testimonial-text p {
	padding: 40px 60px;
	letter-spacing: 0.02em;
	font-style: italic;
	margin: -25px auto 10px;
}
.testimonial-text img.qLeftimg ,
.testimonial-text img.qRightimg {
	max-height: 40px;
	line-height: 1;
	opacity: 0.3;
	filter: invert(94%) sepia(81%) saturate(1%) hue-rotate(193deg) brightness(110%) contrast(101%);
}
.testimonial-text img.qRightimg {
	margin-top: -60px;
}
.testimonial-text h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
	margin-top: -25px;
}
.resources-wrap {
	padding: 60px 0;
	background: linear-gradient(to bottom, #57486e 45%, #dedede 0%);
}
.resource-section-title {
	font-size: 45px;
	font-size: 4.5rem;
	text-align: center;
	padding: 40px 15px;
}
.resource-item-wrap {
	/* width: 35%;*/
	margin-left: 15px;
	margin-right: 15px; 
}
.resource-item {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;	
}
.resource-item:hover {
	-webkit-transform: scale(1.05);
    transform: scale(0.91);
}
.resource-img {
	width: 100%;
	height: 500px;
	background-color: #ccc;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.resource-img:before {
    content: "";
    background-color: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;	
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
.resource-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px;
	word-break: break-word;
}
.resource-text h2 {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 16px;
	margin-bottom: 20px;
}
.resource-text h2,
.resource-text h2 a {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 0.8;
}
.resource-text p {
    margin-right: 10px;
	margin-bottom: 10px;
}
.resource-btm {
    padding-top: 36px;
    padding-bottom: 40px;
    padding-left: 74px;
}
.resource-btm .border-btm ,
.resource-border-left {
    border-bottom: 3px solid #363636;
}
.resource-border-right {
    padding: 0 50px;
}

.resource-slider-arrow {
	position: absolute;
	left: 25px;
	filter: invert(94%) sepia(81%) saturate(1%) hue-rotate(193deg) brightness(110%) contrast(101%);	
}
.resource-slider-arrow.arr-right {
	left: auto;
	right: 25px;
}





.site-footer {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 15px 12px;
	background-color: #f8f8f8;
	font-size: 15px;
	font-size: 1.5rem;
}
.footer a {
    text-transform: capitalize;
}
.footer a:hover,
.footer a:focus {
	text-decoration: underline;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.footer ul {
	list-style: none;
}
.footer-logo {
	padding: 30px 0px;
    text-align: center;
    background-color: #efefef;
	margin-right: -15px;
	margin-left: -15px;
}
.footer-logo img {
	max-width:330px;
}
.footer-widgets {
	padding: 40px 0;
}
.footer-Copyright{
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 13px;
	font-size: 1.3rem;
}
.footer-info > div {
	padding-right: 15px;
}
.footer ul li:not(.footer_social_icon_single) {
	margin-bottom: 10px;
}
.footer_social_icons {
	margin-bottom: 0;
}
.footer_social_icons .footer_social_icon_single img {
	max-height: 16px;
	filter: invert(15%) sepia(3%) saturate(299%) hue-rotate(315deg) brightness(99%) contrast(83%);
}
.footer_social_icons .footer_social_icon_single.fb:hover img {
	filter: invert(37%) sepia(12%) saturate(2691%) hue-rotate(183deg) brightness(86%) contrast(89%);
}
.footer_social_icons .footer_social_icon_single.utube:hover img {
	filter: invert(12%) sepia(96%) saturate(6311%) hue-rotate(1deg) brightness(102%) contrast(114%);
}
.footer_social_icons .footer_social_icon_single.insta:hover img {
	filter: invert(25%) sepia(66%) saturate(2299%) hue-rotate(261deg) brightness(91%) contrast(87%);
}
.footer_social_icons .footer_social_icon_single.pin:hover img {
	filter: invert(14%) sepia(88%) saturate(7412%) hue-rotate(346deg) brightness(88%) contrast(107%);
}
.footer_social_icons .footer_social_icon_single.linkin:hover img {
	filter: invert(32%) sepia(52%) saturate(1985%) hue-rotate(173deg) brightness(93%) contrast(89%);
}
.footer_social_icons .footer_social_icon_single.twt:hover img {
	filter: invert(51%) sepia(94%) saturate(1463%) hue-rotate(160deg) brightness(93%) contrast(103%);
}



/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-left: 4px solid #444;
}
.entry-comments h3{
    font-size: 30px;
	font-size: 3.0rem;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
	font-size: 2.0rem;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
    border-left: none !important;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
	font-size: 1.4rem;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
	font-size: 1.6rem;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
li.comment {
    background-color: #fff;
    border-right: none;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list li {
    font-size: 14px;
	font-size: 1.4rem;
    padding: 20px 30px 20px 50px;
}
.comment-list .children {
    margin-top: 40px;
    border: 1px solid #ccc;
}
.comment-list li li {
    background-color: #f5f5f6;
}
.comment-list li li li {
    background-color: #fff;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
	font-size: 1.6rem;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
	font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    display:none;   
}

h3#comments {
    display: inline-block;
    background: #f9f9f9;
    color: #be4037;
    font-weight: bold;
    border-bottom: 2px solid #be4037;
    /* border-top: 2px solid #be4037; */
    padding: 10px;
}


ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {  }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { font-size:; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.hustle-input {
	min-height: unset !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea {
	max-width: 100%;
	min-height: 55px;
	border: 1px solid #888;
	outline: none;
	box-shadow: none;
	padding-left: 10px;
	padding-right: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: var(--color-primary);
}




.slick-dots {
	width: auto;
	display: flex;
	justify-content: center;
	padding: 10px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ffffff;
	border-radius: 100%;
}
.slick-dots li.slick-active button {
	background-color: var(--color-primary);
}

.slick-dots li button:before {

}









.social-icons {

}
.social-icons li a {

}

.social-icons {

}




/* css code from old theme */

.quote-section {
	position: relative;
	display: flex;
	padding:50px 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.quote-section.quote_border{
	border-top:2px solid #c44a37;
	border-bottom:2px solid #c44a37;
}
.quote-text {
	width: 100%;
	text-align:center;
	color:#f57716;
	font-family: 'Dancing Script', cursive;
	font-weight:300;
	font-size:35px;
	font-size:3.5rem;
	line-height:1.3;
}

.grp_checklist  {
	list-style:none;
	color:#757575;
	font-weight:bold;
	line-height:2.5;
	font-size:18px;
	font-size:1.8rem;
	padding-left:40px;
	position:relative;
}
.grp_checklist > span:before {
	content:'';
	background-image: url("assets/images/icon.png");
	width:25px;
	height:23px;
	position:absolute;
	left:0;
	bottom:10px;
}

.grp_cta_wrap {
	display: block;
	color: #9bddd1;
	line-height: 1.2;
	text-align: center;
}

.grp_cta_wrap > a {
	outline: none;
	text-decoration: none;

}

.grp_cta_wrap > a:hover,
.grp_cta_wrap > a:focus {
	text-decoration: none;
}

.grp_cta, 
.cta_icon {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
.cta_icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 0;
	border-radius: 100%;
	font-size: 0;
}

.cta_icon i {
	font-size: 25px;
	vertical-align: middle;
}


.vc_grid-filter {
	margin-bottom: 40px !important;
}

.vc_grid-filter .vc_grid-filter-item {
	padding: 1px 30px !important; 
	border-radius: 0 !important; 
	margin-right: 15px !important;
	font-family: 'Dancing Script', cursive;
	font-size: 18px !important;
}

.vc_grid-filter .vc_grid-filter-item {
	background-color: var(--color-primary) !important;
}


.vc_grid-filter .vc_grid-filter-item.vc_active {
	background-color: #f57716 !important;
}
.hustle-input {
	min-height: unset !important;
}
.search-form {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 15px;
}
.search-form input {
	width: 100%;
	margin-bottom: 10px;
	justify-content: center;
}
.wpopup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 700px;
	margin: 20px auto;
  }
.site-pagination {
	display: flex;
	position: relative;
	padding: 40px 10px;
	margin-bottom: 25px;
}
	
/* Media Queries */

@media only screen and (min-width: 1600px) {
	
}
@media only screen and (max-width: 1200px) {
	.testimonials {
		height: auto;
	}
	.specialities {
		height: auto; 
	}
	.speciality-img-block .post-thumbnail .fig_inner {
		height: 450px;
	}
}

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

}

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

}

@media only screen and (max-width: 991px) {
	#site-navigation {
		display: none !important;
	}
	#mobile-navigation {
		display: flex;
	}
	.slicknav_nav ul ul {
		padding-left: 15px;
	}
	.slicknav_nav ul ul ul {
		padding-left: 30px;
	}
	.banner-text h2 {
		font-size: 48px;
		font-size: 4.8rem;
		margin-bottom: 15px;
	}
	.specialities {
		flex-direction: column-reverse;
		padding:  25px 15px;
	}
	.speciality-text-block-arrows {
		width: 100%;
		position: absolute !important;
		top: 0;
		margin: 10px 0;
	}
	.speciality-text-block-arrows > img {
		display: inline-flex;
		margin-left: 7px;
		margin-right: 7px;
		position: absolute;
		left: 0;
	}
	.speciality-text-block-arrows > img:last-child{
		left:auto;
		right:0;
	}
	.specialities .speciality-text-blocks {
		width: 100%;
		margin: 0;
		left: auto;
		right: auto;
		top: auto;
	}
	.specialities .speciality-img-blocks {
		background-color: #c5beb6;
	}
	.specialities .speciality-text-block {
		padding: 25px;
	}
	.specialities .speciality-text {
		padding: 15px;
	}
	.specialities .speciality-text-blocks .pp_link_wrap {
		text-align: center;
	}
	.speciality-img-block .speciality-img {
		max-height: 400px;
	}
	.speciality-img-block .post-thumbnail {
		margin: 0;
	}
	.speciality-img-block .post-thumbnail .fig_inner {
		height: 300px;
	}


}

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

@media only screen and (max-width: 782px) {
	.logged-in .sticky-navigation.fixed-top {
		margin-top: 46px;
	}
}

@media only screen and (max-width: 767px) {
	body,
	p,
	.btn {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.site-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner-text h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	.banner-btm-btn {
		right: auto !important;
		padding-right: 0;
	}
	.testimonial-text img.qLeftimg, .testimonial-text img.qRightimg {
		max-height: 25px;
	}
	.testimonial-text p {
		padding: 15px;
	}
	.testimonial-text h3 {
		margin-bottom: 20px;
	}
	.resource-btm {
		padding: 25px 15px;
	}
	.resource-border-left {
		display: none;
	}
	#content .content-area {
		padding:15px;
	}
	#content .widget-area  {
		border-left: 0;
		padding: 15px;
	}
	.comment-respond, 
	.entry-pings, 
	.entry-comments {
		padding: 15px;
	}
	.footer-info {
		text-align: center;
	}
	.footer-info > div {
		width: 100%;
		padding-right: 0;
		padding-bottom: 15px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 599px) {
	.logged-in .sticky-navigation.fixed-top {
		margin-top: 0;
	}

}

@media only screen and (max-width: 480px) {
	.testimonial-text img.qLeftimg, .testimonial-text img.qRightimg {
		max-height: 15px;
	}
}
