/*
Theme Name: Younginvested
Theme URI: #1
Author: #
Author URI: #
Description: Best Wordpress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: younginvested
Tags: custom-logo, custom-menu, featured-images, translation-ready
*/

/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	background: #f8f8f8;
	color: #444;
	font-size: 18px;
	line-height: normal;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-weight: 400;
}

ul,ol { list-style:none; }
img,fieldset { border:none; }
a {text-decoration:none;}
a:hover { text-decoration:none; }
.skip { position:absolute; left:-9999px; }
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary { display: block; }
figure { margin:0; padding:0; }
.clearfix {
	clear: both;
	height:0;
	width:100%;
	overflow:hidden;
}
embed, iframe, object, video { max-width: 100%; }
input, textarea { /*-webkit-appearance: none;*/ -webkit-border-radius: 0; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; }
.entp-blog-img,
.logo,
.header-info,
.email-submit input[type="submit"],
.articles-col-cont,
.articles-col-info img,
.main-menu ul ul,
.main-menu ul li a,
a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	font-size: 18px;
	line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1d1d1d;
	line-height: normal;
	font-weight: 700;
}
h1 { font-size: 50px }
h2 { font-size: 44px }
h3 { font-size: 30px }
h4 { font-size: 26px }
h5 { font-size: 22px; }
h6 { font-size: 16px; }

.bg-white { background-color: #fff; }
.bg-black { background-color: #1d1d1d; }
.bg-gray { background-color: #f4f4f4; }
.bg-blue { background-color: #04599f; }
.bg-green { background-color: #186752; }
img {
	max-width: 100%;
	height: auto;
	display: block;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin:15px auto 15px;
}
.alignright {
	margin: 2px 0px 10px 15px;
	display: inline;
}
.alignleft {
	margin: 2px 15px 10px 0px;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }

img.aligncenter {
	max-width: 100%;
	height: auto;
}
.aligncenter img {
	margin: 0 auto;
}

/*----------------------*/
/*     Page structure   */
/*----------------------*/
#wrapper {
	overflow: hidden;
	/*padding-left: 20px;*/
	/*padding-right: 20px;*/
}
.main-wrapper {
	max-width: 1214px;
	margin: 0 auto 15px auto;
	position: relative;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.container {
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.center-content {
	max-width: 1112px;
	margin: 0 auto;
}

/*----------------------*/
/*  #df                 */
/*----------------------*/
.entp-blog-post-main a.entp-link,
.blog-table-btn-area,
.counter-number,
.articles-col-cont a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.entp-blog-area,
.entp-blog-post-cont,
.recm-col-area,
.counterup-col-area,
.blog-post-area,
.blog-content-area,
.best-resources-col-area,
.top-resources-area,
.about-row,
.email-contact-area,
.articles-col-area,
.focus-col-area,
.header-area,
.main-menu ul,
.header-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.blog-table-btn-area,
.blog-content-area,
.header-area {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.entp-blog-post-main a.entp-link,
.entp-blog-post-cont,
.counter-number,
.articles-col-cont a {
	-webkit-justify-content: center;
	justify-content: center;
}
.entp-blog-post-main a.entp-link,
.entp-blog-post-cont,
.best-resources-col-area,
.top-resources-area,
.about-row,
.articles-col-cont a {
	-webkit-align-items: center;
	align-items: center;
}

figure.wp-caption{
	max-width: 100%;
}

figcaption.wp-caption-text{
	font-size: 12px;
	font-style: italic;
	margin: 5px 0 15px 0;
}
	
.logo img, img {
	max-width: 100%;
	height: auto;
	display: block;
}
/*.logo img {
	max-width: 165px;
}*/

/*----------------------*/
/*  header-container    */
/*----------------------*/
.header-info {
	background-color: #fff;
	max-width: 1214px;
	margin: 0 auto;
	padding: 28px 20px 0 20px;
}
.header-area {
	width: 100%;
	max-width: 1117px;
	margin: 0 auto;
}
.logo {
	width: 100%;
	max-width: 55px;
}

/*----------------------*/
/*   main-menu          */
/*----------------------*/
.main-menu {
	padding: 0 18px 0 0;
}
.main-menu ul {
	padding: 8px 0 0 0;
}
.main-menu ul li {
	color: #888;
	font-size: 16px;
	line-height: inherit;
	padding: 8px 0 43px 0;
	margin: 0 18px 0 18px;
	text-transform: capitalize;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-weight: 500;
}
.main-menu ul li a {
	color: #888;
	padding: 0;
	display: inline-block;
	position: relative;
	transition: opacity 0.2s ease,color 0.2s ease;
}
.main-menu ul li a:after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -4px;
	z-index: 1;
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    -moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #f4806d;
}
.main-menu ul li:hover > a:after,
.main-menu ul li a:hover:after,
.main-menu ul li.current-menu-item > a:after {
	backface-visibility: hidden;
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	border-color: #f4806d;
}
.main-menu ul ul {
	background: #fff;
	width: 240px;
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: -18px;
	padding: 20px 0;
	margin: 0;
	display: block;
	visibility:hidden;
	opacity:0;
	transform: translateY(30px);
	-webkit-transition: opacity  0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity  0.3s, visibility 0.3s, transform 0.3s;
	box-shadow: 0 19px 35px rgba(0,0,0,.11);
	-webkit-box-shadow: 0 19px 35px rgba(0,0,0,.11);
}
.main-menu ul li ul li {
	color: #999;
	display: block;
	border: none;
	padding: 0 20px;
	margin: 0;
	font-size: 16px;
	text-align: left;
}
.main-menu ul li ul li a {
	color: #999;
	padding: 6px;
	margin: 0;
	display: block;
	line-height: 18px;
}
.main-menu ul li ul li a:hover:after {
    display: none;
}
.main-menu ul ul li:hover > a:after,
.main-menu ul ul li a:hover:after,
.main-menu ul ul li.current-menu-item > a:after { display: none; }
.main-menu ul ul li:hover > a,
.main-menu ul ul li a:hover,
.main-menu ul ul li.current-menu-item > a {
	background-color: #f4806d;
	color: #fff;
}
.main-menu ul ul ul {
	left: 100%;
	top: -20px;
}
.main-menu ul ul > li.menu-item-has-children > a {
	position: relative;
}
.main-menu ul ul > li.menu-item-has-children > a:before {
	content: '\f054';
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	right: 5px; top: 6px;
	z-index: 1;
	color: #999;
	font-size: 8px;
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
}
.main-menu ul ul > li:hover.menu-item-has-children > a:before,
.main-menu ul ul > li > a:hover:before {
	color: #fff;
}
.main-menu li:hover > ul {
	visibility:visible;
	opacity:1;
	transform: inherit;
}

/*smaller*/

.header-container .main-menu ul li a {
	opacity: 0.75 !important;
}
.header-container .main-menu ul li a,
.header-container .main-menu ul ul li:hover > a,
.header-container .main-menu ul ul li a:hover,
.header-container .main-menu ul ul li.current-menu-item > a {
	color: #fff;
}
.header-container .main-menu ul li a::after {
	border-color: #fff;
}

.header-container .main-menu ul li ul li,
.header-container .main-menu ul li ul li a {
	color: #999;
}

/*-----------------------*/
/* home-banner-container */
/*-----------------------*/
.home-banner-container {
	background-image: url(../jpg/bgr-home-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 273px 20px 189px 20px;
}
.banner-content {
	padding: 0 20px;
	text-align: center;
}
.banner-content h1 {
	color: #fff;
	font-size: 36px;
	line-height: 1.3;
	padding-bottom: 22px;
	font-weight: 700;
}
.banner-content p {
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	padding-bottom: 15px;
	text-transform: capitalize;
	font-weight: 700;
}

/*-----------------------*/
/*  brand-logo-area      */
/*-----------------------*/
.brand-logo-area {
	background-color: #eeee22;
	padding: 12px 7px 13px 7px;
}
.brand-logo-area img {
	margin: 0 auto;
}

/*-------------------------*/
/* email-contact-container */
/*-------------------------*/
.email-contact-container {
	padding: 25px 20px 25px 20px;
}
.email-contact-area {
	max-width: 980px;
	margin: 0 auto;
}
.email-col {
	width: 50%;
}
.email-title {
	padding: 28px;
}
.email-title h2 {
	color: #fff;
	font-size: 42px;
	line-height: 1.3;
}
.email-title h3 {
	color: #fff;
	font-size: 28px;
	line-height: 1.3;
}
.lets-stay-content p,
.email-title p {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.lets-stay-content p strong,
.email-title p strong,
.email-title span {
	background-color: #f4806d;
	color: #fff;
	font-size: 12px;
	line-height: normal;
	display: inline-block;
	padding: 5px 10px;
	font-weight: normal;
}
.email-contact {
	background-color: #fff;
	padding: 30px 10px 37px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.email-field .form-group { position: relative; height: 63px; }
.email-field .form-group label {
	background: #fff;
	display: inline-block;
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: auto;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 14px;
	color: #acacac;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	height: 15px;
	line-height: 15px;
	position: relative;
	z-index: 1;
}
.email-field .form-group .form-control {
	background: #fff;
	width: 100%;
	height: 48px;
	font-size: 14px;
	color: #acacac;
	border: none;
	border-bottom: 2px solid #e0e0e0;
	outline: none;
	padding: 0 0 0 0;
	resize: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.email-field .form-group.is-completed .form-control { height: 63px; }
.email-field .form-group.is-active::after {
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.email-field .form-group.warning label,
.email-field .form-group.is-completed label {
	background: #fff;
	font-size: 14px;
	color: #acacac;
	width: auto;
	height: auto;
	line-height: inherit;
	padding: 0 0;
	margin-left: 0;
	display: inline-block;
	-ms-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	z-index: 1;
}
.email-field .form-group.warning input[type="email"],
.email-field .form-group.warning input[type="text"],
.email-field .form-group.is-active input[type="email"],
.email-field .form-group.is-active input[type="text"] {
	background: transparent;
	color: #acacac;
	font-size: 14px;
	-ms-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
.email-field .form-group.is-active textarea,
.email-field .form-group.warning textarea {
	background: transparent;
	color: #acacac;
	font-size: 16px;
	-ms-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
.email-field .form-group.warning textarea,
.email-field .form-group.warning input,
.email-field .form-group.is-active textarea,
.email-field .form-group.is-active input {
	background: #fff;
	border-color: #f4806d;
}
.email-field .form-group.describe.is-active textarea {
	background: transparent;
	width: 100%;
}
.email-submit {
	width: 100%;
	max-width: 86px;
	margin: 24px auto 0;
}
.email-submit input[type="submit"] {
	background: #f4806d;
	width: 100%;
	height: 44px;
	font-size: 12px;
	color: #fff;
	border: none;
	outline: none;
	padding: 0 5px;
	resize: none;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.email-submit input[type="submit"]:hover {
	box-shadow: 0 20px 38px rgba(0,0,0,.16) !important;
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.checkbox-area {
	text-align: center;
	height: 24px;
	line-height: 24px;
}
.checkbox-area label {
	display: inline-block;
	font-size: 0;
}
.checkbox-area label span {
	color: #f4806d;
	font-size: 16px;
}

/*----------------------------*/
/*   mini-title               */
/*----------------------------*/
.mini-title {
	text-align: center;
	padding-bottom: 15px;
}
.mini-title h2 {
	color: #000;
	font-size: 28px;
	line-height: 1.7;
	padding-bottom: 19px;
	margin-bottom: 14px;
	border-bottom: 3px solid #f4806d;
	font-weight: 700;
}
.mini-title p {
	color: #bbb;
	font-size: 16px;
	line-height: 1.3;
	padding-bottom: 10px;
}

.focus-container {
	padding-top: 108px;
	padding-bottom: 50px;
}
.focus-col-area {
	margin: 0 -12px;
}
.focus-col {
	width: 33.333%;
	padding: 0 12px 25px 12px;
	text-align: center;
}
.focus-col a {
	height: 100%;
	display: block;
	padding: 63px 15px 54px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.focus-col h3 {
	color: #444;
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 8px;
	font-weight: 700;
}
.focus-col p {
	max-width: 255px;
	margin: 0 auto;
	color: #444;
	font-size: 16px;
	line-height: 1.62;
	padding-bottom: 10px;
	opacity: .75;
}
.focus-col a:hover {
	background-color: #186752;
	-webkit-box-shadow: 10px 0px 50px -12px rgba(159,4,11,1);
	-moz-box-shadow: 0px 10px 50px -12px rgba(159,4,11,1);
	box-shadow: 0px 10px 50px -12px rgba(159,4,11,1);
}
.focus-col a:hover h3,
.focus-col a:hover p {
	color: #fff;
}

/*----------------------------*/
/*  articles-container        */
/*----------------------------*/
.articles-container {
	padding-top: 22px;
	padding-bottom: 12px;
}
.articles-area-info {
	max-width: 1220px;
	margin: 70px auto 0;
}
.articles-col-area {
	margin: 0 -22px;
}
.articles-col {
	width: 33.333%;
	padding: 0 12px 12px 12px;
}
.articles-col-info {
	position: relative;
	overflow: hidden;
}
.articles-col-cont,
.articles-col-info img {
	width: 100%;
	transform: scale(1);
}
.articles-col-info:hover .articles-col-cont,
.articles-col-info:hover img {
	transform: scale(1.1);
}
.articles-col-cont {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
}
.articles-col-cont a {
	width: 100%;
	height: 100%;
	padding: 10px;
	background-color: rgba(40,40,40,.65);
	transition: all 0.45s cubic-bezier(.25,1,.2,1);
}
.articles-col-cont h4 {
	width: 100%;
	max-width: 250px;
	color: #fff;
	font-size: 24px;
	line-height: 1.36;
	text-align: center;
}
.articles-col-cont a:hover {
	background-color: rgba(40,40,40, 0);
}

/*----------------------------*/
/*  lets-stay-container       */
/*----------------------------*/
.lets-stay-container {
	background: url(../jpg/bgr-lets-stay.jpg) no-repeat 0 center / cover;
}
.lets-stay-content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 35px 0 36px 0;
}
.lets-stay-container .email-contact-area {
	max-width: 100%;
	margin-top: 32px;
}
.lets-stay-container .email-contact {
	width: 100%;
	max-width: 550px;
}
.lets-stay-container .email-submit {
	margin: 24px 0 0 0;
}
.lets-stay-container .checkbox-area {
	text-align: left;
	margin-left: 16px;
}
.lets-stay-content h3 {
	max-width: 550px;
 	color: #fff;
 	font-size: 28px;
 	padding-bottom: 6px;
}

/*----------------------------*/
/*  footer-menu               */
/*----------------------------*/
.footer-menu {
	background-color: #fff;
	padding: 22px 10px 22px 10px;
}
.footer-menu ul {
	text-align: center;
}
.footer-menu ul li {
	color: #f4806d;
	font-size: 16px;
	line-height: normal;
	display: inline-block;
	padding: 5px 13px;
	font-weight: 600;
}
.footer-menu ul li a {
	color: #f4806d;
}
.footer-menu ul li a:hover {
	color: #000;
}
.adthrive-footer-message {
	padding: 50px 0 36px 0;
	margin-top: 0 !important;
	margin-bottom: 70px !important;
	text-align: center;
}
.adthrive-footer-message span {
	color: #b2b2b2;
	font-size: 13px;
	text-transform: uppercase;
	border-top: 1px solid #b2b2b2;
	padding-top: 5px;
	position: relative;
	z-index: -2;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.footer-bottom-area {
	width: 100%;
	position: fixed;
	bottom: 0; left: 0;
	z-index: -1;
}
.footer-bottom {
	background-color: #fff;
	max-width: 1214px;
	margin: 0 auto;
	padding: 25px 20px 22px 20px;
}
.footer-bottom-cont {
	width: 100%;
	max-width: 1117px;
	margin: 0 auto;
}
.footer-bottom-cont p {
	color: #777;
	font-size: 12px;
}

/*----------------------------*/
/*   backtop                  */
/*----------------------------*/
.backtop {
    background-color: #bababa;
    height: 29px;
	width: 29px;
    line-height: 30px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 17px;
    bottom: 17px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.backtop:hover {
	background-color: #f4806d;
	color: #fff;
}
.skip_swing.show_icon {
    visibility: visible;
    opacity: 1;
}

/*----------------------------*/
/*   about-container          */
/*----------------------------*/
.about-container {
	padding-top: 107px;
}
.about-col {
	width: 50%;
}
.about-col-reverse {
	flex-direction: row-reverse;
}
.about-col-content {
	padding: 60px 60px 60px 60px;
}
.about-img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.about-col-content h1 {
	color: #000;
	font-size: 40px;
	line-height: 1.25;
	padding-bottom: 7px;
}
.about-col-content h6 {
	line-height: 1.7;
	padding-bottom: 7px;
}
.about-col-content p {
	color: #000;
	line-height: 1.62;
	padding-bottom: 24px;
}
.about-col-content p:last-child { padding-bottom: 0; }
.about-col-content p strong { font-weight: 700; }
.about-col-content p a {
	color: #f4806d;
}
.about-col-content p a:hover {
	color: #000;
}
.about-mini-title { padding-bottom: 17px; }
.about-mini-title strong {
	background-color: #f4806d;
	color: #fff;
	font-size: 32px;
	padding: 22px 30px 22px 30px;
	line-height: normal;
	display: inline-block;
	font-weight: 700;
}

.about-fullwidth-row {
	padding: 25px 50px 20px 50px;
}
.about-fullwidth-row p {
	color: #000;
	line-height: 1.62;
	padding-bottom: 24px;
}
.about-fullwidth-row p:last-child { padding-bottom: 0; }
.about-fullwidth-row p a {
	color: #f4806d;
}
.about-fullwidth-row p a:hover {
	color: #000;
}
.about-mini-title strong {
    font-size: 24px;
	padding: 8px 16px;
}

/*----------------------------*/
/*  best resources            */
/*----------------------------*/
.top-resources-area {
	padding: 20px 0 10px 0;
}
.top-resources-left {
	width: 61.36%;
}
.top-resources-right {
	width: 38.64%;
}
.top-resources-cont {
	padding: 20px 50px;
}
.top-resources-cont h1 {
	color: #000;
	font-size: 62px;
	line-height: 1;
	padding-bottom: 19px;
	font-weight: 700;
}
.top-resources-cont p {
	padding: 12px 0;
	line-height: 1.62;
}

.best-resources-row-area {
	padding: 20px 20px 20px 0;
}
.best-resources-row-info {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
.best-resources-col-area {
	padding: 20px 0 20px 0;
}
.best-resources-col {
	width: 25.5%;
	padding: 0 0 15px 20px;
	text-align: center;
}
.best-resources-col2 {
	width: 49%;
}
.best-rsc-img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.best-resources-col h2 {
	color: #f4806d;
	font-size: 28px;
	line-height: 1.34;
	font-weight: 700;
}
.best-resources-col p {
	color: #000;
	line-height: 1.57;
	padding-bottom: 25px;
}
.best-resources-col p a,
.best-resources-col h2 a {
	color: #f4806d;
}
.best-resources-col p a:hover,
.best-resources-col h2 a:hover { color: #000; }

.investment-content { padding: 20px 0px 20px 20px; }
.investment-content h2 {
	color: #000;
	font-size: 28px;
	line-height: 1.34;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #555;
	font-weight: 700;
}
.investment-content p {
	color: #000;
	line-height: 1.57;
	padding-bottom: 25px;
}
.investment-content p a {
	color: #f4806d;
}
.investment-content p a:hover { color: #000; }

.best-resources-bottom-content {
	padding: 60px 0 0 20px;
}
.best-resources-bottom-content h6 {
	color: #999;
	font-size: 16px;
	line-height: normal;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: normal;
}
.best-resources-bottom-content p {
	color: #999;
	font-size: 16px;
	line-height: 1.73;
	padding-bottom: 25px;
	font-style: italic;
}

/*----------------------------*/
/*  blog page                 */
/*----------------------------*/
.blog-banner {
	padding: 175px 20px 105px 20px;
}
.blog-container {
	padding: 78px 20px 25px 20px;
}
.blog-content-area {
	max-width: 1112px;
	margin: 0 auto;
}
.blog-left {
	width: 67.09%;
}
.right-sidebar {
	width: 27.72%;
}
.blog-post-area {
	margin: 0 -12px;
}
.blog-post-col {
	width: 50%;
	padding: 0 12px 24px 12px;
}
.blog-post-fullwidth .blog-post-col { width: 100%; }
.blog-post-main {
	width: 100%;
	min-height: 310px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.blog-img {
	width: 100%;
	min-height: 310px;
}
.blog-img a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 310px;
	display: block;
}
.blog-post-main:hover .blog-img a {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}
.blog-post-cont {
	background: linear-gradient(to bottom,rgba(35,35,35,0),rgba(35,35,35,.65) 100%);
	width: 100%;
	height: auto;
	padding: 30px 30px 30px 30px;
	position: absolute;
	left: 0; bottom: 0;
	cursor: pointer;
}
.blog-post-cont h6,
.search-cont h6 {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	padding-bottom: 9px;
	font-weight: normal;
}
.blog-post-cont h3 a,
.blog-post-cont h6 a {
	color: #fff;
}
.blog-post-cont h3,
.search-cont h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1.38;
	font-weight: 700;
}
.blog-post-cont h6 a,
.search-cont h6 a {
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .4s ease;
    text-decoration: none !important;
    padding-bottom: 5px;
    margin-right: 10px;
    opacity: .72;
}
.blog-post-cont h6 a:hover,
.search-cont h6 a:hover {
    background-size: 100% 2px;
    text-decoration: none !important;
    cursor: pointer !important;
    opacity: 1;
}

/* right-sidebar */
/*search-field*/
.widget_search { margin-bottom: 40px; }
.right-sidebar .search-field-area {
	position: relative;
	height: 54px;
}
.right-sidebar .search-field-area .email-submit {
	margin-top: 18px;
	position: absolute;
	top: 0; right: 0;
}
.right-sidebar .search-field-area .email-field .form-group .form-control {
	padding-right: 95px;
	height: 52px;
}
.right-sidebar .search-field-area .email-field .form-group label {
	-ms-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
}
.right-sidebar .search-field-area .email-field .form-group.warning label,
.right-sidebar .search-field-area .email-field .form-group.is-completed label {
	-ms-transform: translateY(12px);
	-moz-transform: translateY(12px);
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}
.right-sidebar .search-field-area .email-field .form-group.is-completed .form-control { height: 52px; }
.right-sidebar .search-field-area .email-submit input[type="submit"] {
	height: 54px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.right-sidebar .search-field-area .email-submit input[type="submit"]:hover {
	box-shadow: 0 20px 38px rgba(0,0,0,.16);
	opacity: .85;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.right-sidebar .widget_recent_entries {
	padding: 30px 0;
}
.right-sidebar .widget_recent_entries h4,
.right-sidebar .widget_younginvested_widget h4,
.widget_text h4 {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
}
.right-sidebar .widget_recent_entries ul li {
	color: #000;
	font-size: 16px;
	line-height: 1.59;
	padding: 4px 0;
}
.right-sidebar .widget_recent_entries ul li a {
	color: #000;
}
.right-sidebar .widget_recent_entries ul li a:hover {
	color: #f4806d;
}
.right-sidebar .widget_text {
	padding: 30px 0;
}
.right-sidebar .textwidget p {
	color: #000;
	font-size: 16px;
	line-height: 1.59;
	padding-bottom: 15px;
}
.right-sidebar .investing-posts {}
.right-sidebar .investing-posts h5 ,
.textwidget p strong {
	color: #000;
	font-size: 17px;
	padding-bottom: 20px;
	font-weight: 600;
}
.right-sidebar .investing-posts h5 a,
.textwidget p strong a {
	color: #f4806d;
}
.right-sidebar .investing-posts h5 a:hover
.textwidget p strong a:hover {
	color: #000;
}
.right-sidebar .investing-posts ul li,
.textwidget p {
	padding-bottom: 15px;
}
.right-sidebar .investing-posts ul li a,
.textwidget p a {
	color: #f4806d;
}
.right-sidebar .investing-posts ul li a:hover,
.textwidget p a:hover {
	color: #000;
}

/*contact-page-area*/
.contact-page-area {
	padding: 50px 20px;
}
.counterup-area {
	max-width: 1112px;
	margin: 0 auto;
}
.counterup-top-content {
	padding: 20px 0;
}
.counterup-top-content h3 {
	max-width: 750px;
	margin: 0 auto;
	color: #000;
	font-size: 24px;
	line-height: 1.36;
	text-align: center;
	font-weight: 700;
}
.counterup-col-area {
	max-width: 930px;
	margin: 0 auto;
}
.counterup-col {
	width: 33.333%;
	padding: 30px 10px 55px 10px;
	text-align: center;
}
.counter-number {}
.counterup {
	color: #000;
	display: inline-block;
	font-size: 92px;
	line-height: 1.2;
	font-weight: 700;
}
.counterup-col sup {
	font-size: 42px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
}
.counterup-col p {
	color: #000;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: normal;
	padding: 10px 0;
	font-weight: 300;
}
.young-kit-img {
	max-width: 700px;
	margin: 0 auto 20px;
}
.contact-for-content {
	max-width: 735px;
	padding-top: 130px;
}
.contact-for-content h3 {
	color: #000;
	font-size: 28px;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 40px;
	font-weight: 700;
}
.contact-for-content ul { padding: 10px 0 28px 0; }
.contact-for-content ul li {
	color: #000;
	font-size: 16px;
	line-height: 1.55;
	position: relative;
	padding: 0 0 2px 38px;
}
.contact-for-content ul li:before {
	content: '';
	background-color: #f4806d;
	width: 27px;
	height: 1px;
	position: absolute;
	left: 0; top: 13px;
}
.contact-for-content ul li a {
	color: #f4806d;
}
.contact-for-content ul li a:hover {
	color: #000;
}
.contact-for-content ul li a strong { font-weight: 700; }
.contact-for-content p {
	color: #000;
	font-size: 16px;
	line-height: 1.58;
	padding: 0 0 25px 0;
}

/*single-blog*/
.single-blog-banner {
	position: relative;
	padding: 320px 20px 250px 20px;
}
.single-blog-banner:after {
	background-color: rgba(45,45,45,.35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: ' ';
	z-index: 1;
	display: block;
}
.banner-content {
	position: relative;
	z-index: 10;
}
.single-blog-banner .banner-content h1 { letter-spacing: -1px; }
.investing-btn {
	color: #fff;
	border: 2px solid rgba(255,255,255,.4);
	padding: 4px 10px;
	margin: 5px 3px 38px 3px;
	display: inline-block;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 18px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.investing-btn:hover {
	background-color: #f4806d;
	border-color: #f4806d;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 20px 38px rgba(0,0,0,.16) !important;
	box-shadow: 0 20px 38px rgba(0,0,0,.16) !important;
}
.banner-menu {
	padding: 3px 0 20px 0;
}
.banner-menu span {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	padding: 0 7px 0 10px;
	border-left: 1px solid rgba(255,255,255,.25);
}
.banner-menu span:first-child {
	border-left: 0;
	padding-left: 0;
}
.banner-menu span a {
	color: #fff;
}

/*single-blog-content*/
.single-blog-content { padding-bottom: 50px; }
.single-blog-content p {
	color: #000;
	font-size: 16px;
	line-height: 1.65;
	padding-bottom: 25px;
}
.single-blog-content p strong { font-weight: 600; }
.single-blog-content p strong a {
	color: #f4806d;
}
.single-blog-content p strong a:hover {
	color: #000;
}
.single-blog-content h3,
.single-blog-content h2 {
	color: #000;
	font-size: 28px;
	line-height: normal;
	padding: 0 0 8px 0;
	font-weight: 700;
}
.single-blog-content h3 {
	font-size: 24px;
	margin-bottom: 5px;
}

/* blog-table-content-area */
.blog-table-content-area {
	background: #f9f9f9;
	width: auto;
	border: 1px solid #aaa;
	display: table;
	margin-bottom: 1em;
	padding: 10px;
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.blog-table-btn-area {
	width: 100%;
}
.blog-table-btn-area p {
	color: #000;
	font-size: 17px;
	line-height: normal;
	padding-bottom: 0;
	font-weight: 500;
}
.blog-table-btn-area span {
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	background-repeat: repeat-x;
	width: 30px;
	height: 24px;
	color: #444;
	font-size: 12px;
	margin: 0 0 2px 10px;
}
.blog-table-btn-area span a {
	background: url(../png/bgr-blog-table-btn-a.png) no-repeat center center;
	width: 30px;
	height: 24px;
	border: 1px solid #ccc;
	color: #444;
	padding: 1px 5px;
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.blog-table-btn-area span:hover {
	background-image: linear-gradient(to bottom,#e0e0e0 0,#e0e0e0 100%);
	background-repeat: repeat-x;
}
.blog-table-list {
	display: none;
	padding: 6px 0 0 0;
}
.blog-table-list ul li {
	color: #444;
	font-size: 14px;
}
.blog-table-list ul li a {
	color: #444;
	display: inline-block;
	margin-bottom: 5px;
}
.blog-table-list ul ul {
	padding-left: 15px;
}
.blog-table-list ul li a:hover { text-decoration: underline; }
.single-blog-content ol {
	padding: 0 0 0 30px;
}
.single-blog-content ol li {
	color: #000;
	font-size: 16px;
	list-style: decimal;
	vertical-align: middle;
	margin-bottom: 5px;
}
.single-blog-content ol li:last-child {
	margin-bottom: 0;
}
.single-blog-content ol li a {
	color: #f4806d;
	font-weight: 700;
}
.single-blog-content ol li a:hover {
	color: #000;
}

/* .recm-container */
.recm-container {
	padding: 90px 20px;
}
.recm-container h2 {
	color: #000;
	font-size: 24px;
	line-height: normal;
	padding-bottom: 20px;
	font-weight: 700;
}
.recm-col-area {
	margin: 27px -15px 0 -15px;
}
.recm-col {
	width: 33.333%;
	padding: 0 15px 30px 15px;
}
.recm-col-info {
	background-color: #f5f5f5;
	height: 100%;
	padding-bottom: 74px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 30px 90px rgba(0,0,0,.14);
	box-shadow: 0 30px 90px rgba(0,0,0,.14);
	overflow: hidden;
	position: relative;
}
.recm-cont {
	padding: 24px 31px 20px 31px;
}
.recm-cont h6 {
	color: #f4806d;
	font-size: 14px;
	line-height: 19px;
	padding-bottom: 7px;
	font-weight: normal;
}
.recm-cont h6 a {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	transition: background-size .4s ease;
	text-decoration: none !important;
	padding-bottom: 4px;
	color: #f4806d;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.recm-cont h6 a:hover {
	background-size: 100% 2px;
	text-decoration: none !important;
	cursor: pointer !important;
}
.recm-cont h3 {
	color: #000;
	font-size: 20px;
	line-height: 1.46;
	font-weight: 700;
}
.recm-cont h3 a {
	color: #000;
}
.cdate {
	width: 100%;
	position: absolute;
	left: 0; bottom: 0;
	padding: 20px 30px 30px 30px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.cdate a {
	color: #000;
	font-size: 14px;
	display: inline-block;
}
.cdate span { display: block; }

/*----------------------*/
/*   entry-content      */
/*----------------------*/
.entry-content {width:100%;}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #000;
    line-height: normal;
	padding: 0 0 8px 0;
	margin: 0;
    font-weight: 700;
}
.entry-content h1 {
	font-size: 36px;
}
.entry-content h2 {
	font-size: 28px;
}
.entry-content h3 {
	font-size: 24px;
}
.entry-content h4 {
	font-size:22px;
}
.entry-content h5 {
	font-size: 20px;
}
.entry-content h6 {
	font-size: 16px;
}
.entry-content p {
	color: #000;
	font-size: 18px;
	line-height: 1.65;
	padding-bottom: 25px;
}
.entry-content p a {
	color: #f4806d;
}
.entry-content p strong { font-weight: 700; }
.entry-content p strong a {
	color: #f4806d;
}
.entry-content p a:hover {
	text-decoration: none;
	color: #000;
}
.entry-content ul {
	padding: 0 0 25px 18px;
	margin: 0;
}
.entry-content ul ul {
	padding: 0 0 0 18px;
}
.entry-content ul li {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	padding: 0 0 5px 15px;
	position: relative;
}
.entry-content ul li:before {
	background: #000;
	width: 5px;
	height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    color: #000;
    font-size: 14px;
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.entry-content ul li a {
	color: #f4806d;
}
.entry-content ul li li {
	list-style: circle;
	padding-left:0
}
.entry-content ul li li:before {
	display: none;
}
.entry-content ol {
	padding: 0 0 25px 17px;
	margin: 0;
}
.entry-content ol li {
	list-style-type:decimal;
	color: #000;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 4px 10px;
}
.entry-content ol li a {
	color: #f4806d;
	font-weight: normal;
}
.entry-content ul li a:hover,
.entry-content ol li a:hover {
	color: #000;
}
.entry-content a {
	color: #f4806d;
}
.entry-content blockquote {
	max-width: 100%;
    margin: 20px auto 20px;
    padding: 5px 0 10px 0;
    color: #000;
    font-size: 16px;
	line-height: 1.4;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.entry-content blockquote p {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 0;
}
.entry-content table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry-content table,
.entry-content table tr th,
.entry-content table tr td {
	color: #000;
    font-size: 16px;
    border: 1px solid #000;
	line-height: 24px;
	text-align: center;
	padding: 10px;
}

/* entrepreneurship-blog */
.entrepreneurship-blog-banner {
	padding-top: 160px;
	padding-bottom: 545px;
}
.entrepreneurship-blog-banner .banner-content h1 {
	color: #0a0202;
}
.entp-blog-container {
	padding-left: 20px;
	padding-right: 20px;
}
.entp-blog-area {
	margin: 10px -16px 0 -16px;
	padding-bottom: 55px;
}
.entp-blog-post-col {
	width: 50%;
	padding: 16px 16px;
}
.entp-blog-post-main {
	width: 100%;
	min-height: 634px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.entp-blog-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 634px;
	display: block;
}
.entp-blog-post-main a.entp-link {
	background-color: rgba(0,0,0,.55);
	/*display: block;*/
	width: 100%;
	height: 100%;
	min-height: 634px;
	color: #fff;
	position: absolute;
	left: 0; top: 0;
	padding: 20px 20px;
}
.entp-blog-post-main:hover .entp-blog-img {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}
.entp-blog-post-cont span {
	max-width: 360px;
}
.entp-blog-post-cont h6 {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	padding-bottom: 9px;
	font-weight: normal;
}
.entp-blog-post-cont h3 a,
.entp-blog-post-cont h6 a {
	color: #fff;
}
.entp-top-btn {
	width: auto;
	height: auto;
	position: absolute;
	left: 20px; top: 20px;
	z-index: 5;
}
.entp-top-btn a {
	color: #fff;
	border: 2px solid rgba(255,255,255,.5);
	padding: 2px 10px;
	margin: 3px 8px 3px 0;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.entp-top-btn a:hover {
	background-color: #f4806d;
	border-color: #f4806d;
}

.entp-date {
	color: rgba(255,255,255,.9);
	font-size: 12px;
	padding-bottom: 3px;
	display: block;
}
.entp-blog-post-cont strong {
	color: #fff;
	font-size: 24px;
	line-height: 1.33;
	padding-bottom: 11px;
	display: block;
	font-weight: 700;
}
.entp-blog-post-cont strong a {
	color: #fff;
}
.entp-blog-post-cont p {
	color: rgba(255,255,255,.9);
	line-height: 1.63;
	padding-bottom: 10px;
}
.entp-blog-post-cont p a {
	color: rgba(255,255,255,.9);
}
.entp-bottom-content {
	border-top: 1px solid #ddd;
	padding: 36px 0 25px 0;
}
.entp-bottom-content p {
	color: #000;
	line-height: 1.63;
	padding-bottom: 24px;
}
.email-submit {
	position: relative;
}
.email-submit .wpcf7-spinner {
	position: absolute;
	left: 100%;
	top: 7px;
	margin: 0 0 0 5px;
}
.checkbox-area .wpcf7-list-item {
	margin-left: 0;
}
.email-field { position: relative; }
.email-field .form-group span.wpcf7-not-valid-tip {
    background: transparent;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -35px;
    font-size: 14px;
}
.email-field .form-group.is-completed span.wpcf7-not-valid-tip {
	bottom: -30px;
}
.email-contact .wpcf7 form .wpcf7-response-output {
	margin: 10px 0 0 0;
}
.blog-load-more-area .alm-reveal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.error404-cont {
	padding: 100px 0;
}
.error404-cont h1 {
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
}
.load-more-area .alm-reveal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.search-cont h6 a { color: #000; }
.search-cont h3 a { color: #000; }
.search-result-not-found { padding-bottom: 30px; }
.search-result-not-found p {
	color: #000;
	font-size: 18px;
	line-height: 1.65;
	font-weight: 700;
}
.entry-content .lasso-description ul li {
	padding: 0;
}
.entry-content #ez-toc-container ul li::before,
.entry-content .lasso-description ul li::before {
	position: unset;
}
.entry-content .review-wu-content ul {
	padding-bottom: 0;
}
.entry-content .review-wu-content ul li::before {
	position: unset;
	background: unset;
	font-size: unset;
}
.entry-content #review-statistics .review-wrap-up .review-wu-right h2 {
	line-height: 38px;
}
.entry-content #review-statistics .review-wrap-up .review-wu-right ul {
	margin-bottom: 30px;
}
.entry-content #review-statistics .review-wrap-up .review-wu-right ul li {
	padding-bottom: 0;
}
.entry-content .tablepress ul li {
  	padding: 0 0 12px 12px;
  	display: inline-block;
}
.entry-content .tablepress ul li:last-child {
	padding-bottom: 0;
}
.entry-content .tablepress ul li::before {
	top: 9px;
}
.tablepress-scroll-wrapper .tablepress .column-2 li  {
	list-style: none;
}

.advertiser-disclosure-area {
	position: relative;
	padding-bottom: 20px;
}
.ad-dis-btn {
	font-size: 16px;
	color: #434242 !important;
	font-weight: 300;
	line-height: 1.28;
	text-decoration: underline;
}
.ad-dis-btn:hover {
	text-decoration: underline;
}
.advertiser-disclosure-cont {
	max-width: 458px;
	width: 100%;
	background: #434242;
	padding: 20px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99999;
	display: none;
}
.advertiser-disclosure-cont p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.28;
	color: #fff;
	padding-bottom: 0;
}
.close-btn {
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 7px;
}



/* table styling */
body:not(.woocommerce-cart) .main-content table{ margin:0 0 20px;  padding:0;  width:100%;  border-collapse:collapse;  border-spacing:0;  background-color:#fff;  border-top:1px solid #ececec}

body:not(.woocommerce-cart) .main-content tr th:first-child, body:not(.woocommerce-cart) .main-content tr td:first-child{ border-left-style:solid;  border-left-width:1px;  border-color:#ececec}

body:not(.woocommerce-cart) .main-content tr th:first-child, body:not(.woocommerce-cart) .main-content tr td:first-child{ border-left-style:solid;  border-left-width:1px}

body:not(.woocommerce-cart) .main-content th{ border-left:medium none;  border-style:none solid solid none;  border-top:medium none;  border-width:medium 1px 1px medium;  font-weight:bold;  padding:10px;  text-align:left;  border-color:#ececec}

body:not(.woocommerce-cart) .main-content td{border-color:#ececec;  border-left:none;  border-style:none solid solid none;  border-top:medium none;  border-width:medium 1px 1px medium;  font-size:13px;  padding:10px}

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1){ background-color:#fcfcfc}


.blog-left.full-width-article {
	width: 100%;
}