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


/*-----------------------
General CSS starts
------------------------ */

html {
	font-size: 62.5%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	font-size:1.7rem;
	font-weight:400;
    padding:0;
    margin:0;
    font-style:normal;
	position:relative;
	width:100%;
	color:#000;
	line-height:1.8;
}

a {
	color: inherit;
}

a:hover,
a:focus {
	color: #cb5435;
}

img {
	max-width: 100%;
	height: auto;
}


/* =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;
}
/* Comments */
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

.block {
	display: block !important;
}

input[type="text"],
input[type="email"],
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="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #36c4af;
}


input[type="submit"],
input[type="button"], 
button,
.button,
.primary-btn {
	display: inline-block;
	position: relative;
	height: 55px;
	padding: 0 55px;
	font-weight:600;
	line-height: 55px; 
	background-color: #36c4af;
	color: #fff;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #36c4af;
	transition: all .2s ease-in-out; 
	cursor: pointer;
}

button a,
.button a,
.primary-btn a {
	color: #fff;
	text-decoration: none;
}



input[type="submit"]:hover, 
input[type="submit"]:focus,
input[type="button"]:hover, 
input[type="button"]:focus, 
button:hover,
button:focus,
.button:hover,
.button:focus,
.primary-btn:hover,
.primary-btn:focus {
	background-color: #fff;
	border-color: #36c4af;
	color: #36c4af;
}


button:hover > a,
button:focus > a,
.button:hover > a,
.button:focus > a,
.primary-btn:hover > a,
.primary-btn:focus > a {
	color: #36c4af;
}

.secondary-btn {
	background-color: #fff;
	border:1px solid #cc390d;
}

.secondary-btn a {
	color:#cc390d;
}

.secondary-btn:hover,
.secondary-btn:focus {
	background-color: #cc390d;
	border-color: #cc390d;;
}

.secondary-btn:hover > a,
.secondary-btn:focus > a {
	color: #fff;
}



.section-title {
	font-size:40px;
	font-size:4rem;
	text-transform:uppercase;
	color:#be4037;
	font-weight:600;
	margin-bottom:15px;
}
/*-----------------------
General CSS Ends
------------------------*/

/*-----------------------
Header CSS Starts
------------------------*/
.site-header {
	position:relative;
}
.logo {
	position:absolute;
	left:100px;
	top:0;
	z-index:999;
}

.logo.hl_two {
	position:relative;
	margin-left:100px;
	left: auto;
	top:auto;
	z-index:999;
}

.logo img {
	max-width:200px;
	height:auto;
}

.logo.hl_two img {
	max-width: 300px;
	padding-top:7px;
}

.main-menu {
	position:relative;
}
.main-menu > ul {
	display:block;
	padding:30px 0px;
	text-align:;
	margin-bottom: 0;
}
.main-menu ul li {
	position: relative;
	list-style:none;
	display:inline-block;
	
}
.main-menu ul li a {
	color:#a9a9a9;
	font-weight:700;
	font-size:16px;
	font-size:1.6rem;
	padding:30px 20px;
	position:relative;
	text-transform:uppercase;
}
.main-menu ul li > a:hover, 
.main-menu ul li.current_page_item > a {
	color:#be4037;
	text-decoration:none;
}
.main-menu ul li a::after {
	content:'';
	height:3px;
	background-color:#be4037;
	position:absolute;
	left:0;
	bottom:-3px;
	width:100%;
	opacity:0;
}
.main-menu > ul > li:hover > a:after, 
.main-menu > ul > li.current_page_item > a:after {
	opacity:1;
}

.main-menu li ul.sub-menu {
	width: 200px;
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 60px;
	background-color: #efefef;
	padding: 10px;
	margin: 0;
	text-align: left;
	transition: all .2s ease-in-out;
}

.main-menu li:hover > ul.sub-menu {
	display: block;
}

.main-menu li ul.sub-menu li {
	display: block;
}

.main-menu li ul.sub-menu li a {
	display: block;
	padding: 5px;
}

.main-menu > ul > li:last-child > ul.sub-menu {
	right: 0;
	left: auto;
}

/*mobile nav*/

#mobile-navigation {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-top: 0px;
    display: none;
}
.mb_nav_wrap {
    display: none;
    padding: 0;
}

.mb_nav {
    display: block;
    float: none;
}
.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: #36c4af;
	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: #36c4af;
    z-index: 999;
    padding: 20px 0;
}
.slicknav_nav a {
    transition: none;
    color: #fff;
    cursor: pointer;
}
.slicknav_nav .slicknav_row:hover {
    background-color: #961310;
}
.slicknav_nav a:hover, .slicknav_nav a:focus {
    text-decoration: none;
}

.site-header .nav-btn {
	display: inline-block;
	position: relative;
	height: 41px;
	padding: 0 50px;
	line-height: 41px; 
	background-color: #be4037;
	color: #fff;
	text-decoration: none;
	margin-top: 21px;
	
}

/*-----------------------
Header CSS Ends
------------------------*/

/*-----------------------
Main Banner CSS Starts
------------------------*/
.main-banner {
	width: 100%;
	height: 570px;
	background-size:cover !important;
	background-position:top center !important;
	background-repeat: no-repeat !important;
	padding-top:120px;
	padding-bottom:120px;
	position:relative;
}
.banner-text {
	text-align:center;
}
.banner-text h2 {
	font-family: 'Montserrat', sans-serif;
	color:#be4037;
	font-size:44px;
	font-size:4.4rem;
	font-weight:700;
	padding-bottom:15px;
	text-transform: uppercase;
}
.banner-text p {
	color:#757575;
	margin-bottom:20px;
	font-weight: 600;
}
.banner-right-img {
	position:relative;
}
.banner-right-img img {
	position:absolute;
	max-width:240px;
	height:auto;
	top:0;
}


.banner-btn {
	height: 60px;
	padding: 0 60px;
	font-weight:700;
	line-height: 60px; 
	margin-top: 21px;
}



/*-----------------------
Main Banner CSS Ends
------------------------*/


.content-area {
	position:relative;
	padding-top:60px;
	padding-bottom: 60px;
}




/*-----------------------
Right Place Section CSS starts
------------------------*/
.right-place {
	position:relative;
	padding:120px 0px;
}
.right-place .left-side {
	display:table;
	height:100%;
	margin:auto;
}
.right-place .left-side h2 {
	font-size:40px;
	font-size:4.0rem;
	color:#36c4af;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	font-weight:300;
}
.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;
}

/*-----------------------
Right Place Section CSS Ends
------------------------*/

/*-----------------------
Meet Coach Section CSS Starts
------------------------*/
.meet-coach {
	position:relative;
	background-color:#f1f1f1;
	text-align:center;
}
.meet-coach-right {
	display:table;
	height:100%;
	margin:auto;
}
.meet-coach-right-content {
	display:table-cell;
	vertical-align:middle;
}
.meet-coach-right p {
	margin-bottom:30px;
}

/*-----------------------
Meet Coach Section CSS Ends
------------------------*/

/*-----------------------
Wellness Coaching Section CSS Starts
------------------------*/
.wellness-coaching {
	position:relative;
	text-align:center;
	padding:100px 0px;
	background-image: url("assets/images/img4.jpg");
	background-size:cover;
	background-position:center center;
}
.wellness-coaching-text p {
	padding-bottom:40px;
}

/*-----------------------
Wellness Coaching Section CSS Ends
------------------------*/

/*-----------------------
Home Posts Section CSS Starts
------------------------*/
.home-post {
	position:relative;
	text-align:center;
	padding:60px 0px;
}
.home-blog-post p {
	padding-bottom:20px;
}
/*-----------------------
Home Posts Section CSS Ends
------------------------*/

/*-----------------------
Catalog Section CSS Starts
------------------------*/
.catalog-wrapper {
	position:relative;
	padding:80px 0px;
	text-align:center;
	background-color:#c44a37;
}
.catalog-inner-wrapper a:hover {
	color:transparent;
}
.catalog-text-wrapper {
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	color:#9bddd1;
	font-size:30px;
	font-size:3rem;
	font-weight:400;
}
.catalog-btn-image-wrapper {
	display:inline-block;
	vertical-align:middle;
	padding-left:20px;
}
.catalog-btn-image-wrapper img {
	max-width:40px;
}

/*-----------------------
Catalog Section CSS Ends
------------------------*/

/*-----------------------
Footer Section CSS Starts
------------------------*/
.footer {
	position:relative;
}
.footer-logo {
	padding:30px 0px;
	text-align:center;
	background-color:#efefef;
}
.footer-logo img {
	max-width:330px;
}
.footer-copyrights {
	font-size:13px;
	font-size:1.3rem;
	padding:10px 30px;
	color:#474747;
	font-weight:400;
}
.footer-menu {
	text-align:right;
}
.footer-menu ul {
	padding:0;
	margin: 0;
}

.footer-menu ul li {
	list-style:none;
	display:inline-block;
	padding:0px 20px;
	border-left:1px solid #474747;
}
.footer-menu ul li:first-child {
	border:none;
}
.footer-menu ul li a {
	color:#474747;
}
/*-----------------------
Footer Section CSS Ends
------------------------*/


.quote-section {
	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 {
	text-align:center;
	color:#f57716;
	font-family: 'Dancing Script', cursive;
	font-weight:300;
	font-size:35px;
	font-size:3.5rem;
	line-height:1.3;
}


.top-gradient {
	height:100px;
	background: rgba(209,93,51,1);
	background: -moz-linear-gradient(45deg, rgba(209,93,51,1) 0%, rgba(228,126,47,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(209,93,51,1)), color-stop(100%, rgba(228,126,47,1)));
	background: -webkit-linear-gradient(45deg, rgba(209,93,51,1) 0%, rgba(228,126,47,1) 100%);
	background: -o-linear-gradient(45deg, rgba(209,93,51,1) 0%, rgba(228,126,47,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(209,93,51,1) 0%, rgba(228,126,47,1) 100%);
	background: linear-gradient(45deg, rgba(209,93,51,1) 0%, rgba(228,126,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15d33', endColorstr='#e47e2f', GradientType=1 );
}

.title_area {
	padding-top: 50px;
	text-align: center;
}

.content-top-logo {
	width: 100%;
	padding:20px 0 50px 0;
}
.content-top-logo .content-logo img {
	max-width:320px;
	height:auto;
}



.vc_btn3 {
	font-weight:700;
	padding:15px 60px !important;
	font-size:16px !important;
}
.page-title {
	font-size:30px;
	font-weight:600;
	color:#cb5435;
	margin-bottom: 40px;
}

.page .page-title {
	margin-bottom: 0;
}


.w360-sec-btn a:hover {
	background-color:#ffffff !important;
	color:#36c4af !important;
	border-color:#36c4af !important;
	background-image:none;
}

.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: #e5822e !important;
}


.vc_grid-filter .vc_grid-filter-item.vc_active {
	background-color: #be4037 !important;
}


.blog_title h3 {
	font-weight: bold;
}


/* .blog_item {
	background-image: url('/wp-content/themes/wellness360/assets/images/blog_item_border.png');
	background-position: center right!important;
	background-repeat: no-repeat !important;
	background-size: 2px 280px !important;
	
}

.vc_grid-item:nth-child(3n) .blog_item {
	background-image: none !important;
} */




.single #primary {
	border-right: 1px solid #be4037;
	padding-top: 20px;
	padding-right: 40px;
}

.single #primary article {
	padding-bottom: 40px;
}


#secondary {
	border-left: 1px solid #be4037;
	padding-left: 25px;
	margin-left: -1px;
}

.widget-title {
	font-size: 2.2rem;
	font-size: 22px;
	color: #cb5435;
	font-weight: 600;
	margin-bottom: 15px;
}

#secondary aside {
	padding: 10px 0;
	margin-bottom: 30px;
}

#secondary aside a {
	
}

.wellness_blog .content-area {
	padding-top: 0;
}


.home.wellness_blog .content-area,
.home.wellness_blog #secondary  {
	padding-top: 50px;
}





.wellness_blog #primary article {
	background-color: #f7f7f7;
	border-bottom: 1px solid #cb5435;
	padding: 25px;
	margin-bottom: 30px;
}

.wellness_blog #primary article:hover,
.wellness_blog #primary article:focus {
	
}

.wellness_blog article .post-img {
	display: block;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 2.1rem;
	font-size: 21px;
	text-decoration: none;
	font-weight: bold;
	color: #cb5435;
}


.entry-title a {
	font-weight: bold;
	color: #cb5435;
}

.single .entry-title {
	font-size: 3.2rem;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 10px;
}










/* ## 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;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    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;
    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;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    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;
}

.wpopup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 700px;
	margin: 20px auto;
  }
	
/* Media Queries */


@media only screen and (min-width: 1600px) {
	.main-banner {
		height: 650px;
	}
	
}
@media only screen and (max-width: 1200px) {
	.logo.hl_two {
		margin-left: 0;
	}
}

@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-branding {
	display:none;
}
.logo {
	left: 10px;
}		
#site-navigation {
    display: none;
}
.mb_nav_wrap,
#mobile-navigation {
    display: block;
}
.slicknav_nav ul ul {
    padding-left: 15px;
}
.slicknav_nav ul ul ul {
    padding-left: 30px;
}

}

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

@media only screen and (max-width: 767px) {
	body {
		font-size: 1.5rem;
		font-size: 15px;
	}
	.sml_left_padding {
		padding-left: 15px !important;
	}

.sml_right_padding {
	padding-right: 15px !important;
}

.no_left_padding {
	padding-left: 0 !important;
}

.no_right_padding {
	padding-right: 0 !important;
}

.no_left_border {
	border-left: none !important;
}

.no_right_border {
	border-right: none !important;
}
	
	.single #primary {
		padding-right: 15px;
		border-right: 0;
	}
	
	#secondary {
		padding-left: 15px;
		border-left: 0;
	}
	
	.logo img {
		max-width: 175px;
	}
	
	.banner-text h2 {
		font-size: 2.8rem;
		font-size: 28px;
	}
	
	.quote-text {
		font-size: 2.6rem;
		font-size: 26px;
	}
	
	
	.comment-respond, .entry-pings, .entry-comments {
		padding: 20px;
	}
	
	
	.copyrights-text,
	.footer-menu {
		text-align: center;
	}
	
	
}

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

@media only screen and (max-width: 599px) {
	.logged-in #page {
		padding-top: 46px !important;
	}

}

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

}
