/***** FONTS *****/
/*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Lato', sans-serif;
*/

/* # Global Styes
   # Please insert all GLobal Styles below, avoid inserting anywhere.
---------------------------------------------------------------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}
body {
	background-color: rgba(218, 223, 226, 1);
	color: #000;
	font-family: 'Open Sans', sans-serif; /* change to desired global font */
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.45;
}
body > div {
	font-size: 1.8rem;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif; /*change to desire font*/
	font-weight: 700;
}
h1 {
	font-size: 7.2rem;
}
h2 {
	font-size: 5.4rem;
}
a:focus, button:focus, input:focus {
	outline: none !important;
}

/* # Genesis Overwrite
---------------------------------------------------------------------------------------------------- */
.site-container {
	margin:0 auto;
	max-width:192rem;
	overflow:hidden;
	width:100%;
}
.site-header {
	padding: 0px 15px;
}
.site-header .wrap {
	display:flex;
	-moz-display:flex;
	-webkit-display:flex;	
	align-items:center;
    -moz-align-items:center;
    -webkit-align-items:center;
	padding: 0;
}
.header-image .site-title > a {
	height: 26px;
    min-height: 0;
    width: 163px;
}
.title-area {
	padding: 0;
}
.title-area img {
	margin: 0;
	padding: 0;
}
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 100%;
}
.site-header .widget-area .widget {
	display: inline-flex;
	margin-bottom: 0;
	vertical-align: middle;
	width: auto;
}
.site-inner,  .wrap {
	max-width: 1170px;
}
.content {
	width: 68%;
}
.entry {
	padding: 4rem;
}
.content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {
	width: 68%;
}
.sidebar-primary {
	margin-bottom: 0;
	width: 29.35%;
	position: relative;
}
.site-footer {
	padding: 4rem 0;
}
.site-footer .widget {
	margin-bottom: 0;
}
/* # Global Styles
   # Please insert all Global styles below, avoid creating and new inserting anywhere.
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color:#0d0d0d;
	color:#fff;
	padding: 2.5rem 1.5rem 2rem 1.5rem;
	position: relative;
}
.footer-widgets-1 {
	width:17.487%;
}
.footer-widgets-1 img {
    padding-top: 2rem;
}
.footer-widgets-2 li {
    float: left;
	text-align: center;
	padding: 0 1.25rem 0 1.25rem;
	margin-bottom: 0 !important;

}
.footer-widgets-2 li a {
	font-size: 1.8rem;
	text-decoration: none;
	color: #797979;
}
.footer-widgets-2 .widget {
	text-align: center;
	display: inline-block;
	margin-bottom: 0;
}
.footer-widgets-2 {
	width:64.606%;
	padding: 0 2rem;
	margin-top: 1rem;
	text-align: center;
}
.footer-widgets-2 h4 a {
	color:#ffffff;
	font-size:2.4rem;
	text-transform:uppercase;
}
.footer-widgets-2 h4  {
    border-bottom: 1px solid #fff;
    margin-bottom: 3rem;
	display:block;
}
.footer-widgets-3 {
	width:17.905%;
}
.footer-widgets-1 {
	margin-right:0;
	text-align: center;
}
.footer-widgets p {
	font-size: 1.6rem;
}
.footer-widgets p, .footer-widgets a {
	color:#fff;
	text-align: center;
}
.footer-widgets a {
	text-decoration: underline;
}
.footer-widgets .widget-title {
	color:#fff;
	font-size:2.4rem;
	text-transform:uppercase;
}
.social-icons img {
    display: inline-block;
    vertical-align: middle;
}
.custom-footer {
	background-color:#161616;
	color:#fff;
	padding:2rem 0;
}
.custom-footer .widget {
	margin-bottom:0;
}
.footer-bottom .wrap {
	font-family: 'Poppins', sans-serif;
	display:flex;
	-moz-display:flex;
	-webkit-display:flex;	
	align-items:center;
    -moz-align-items:center;
    -webkit-align-items:center;
	padding: 0;
}
.footer-right {
	text-align:center;
	width:100%;
}

/**** Back to Top ****/
.cd-top {
	display: inline-block;
	height: 4rem;
	width: 4rem;
	position: fixed;
	bottom: 8rem;
	right: 1rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(197, 173, 91, 0.8) url(/wp-content/uploads/2017/11/cd-top-arrow.svg) no-repeat center 50%;
	background-size: 1.6rem;
	visibility: hidden;
	opacity: 0;
	z-index: 20;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #c5ad5b;
	opacity: 1;
}
.entry {
	padding: 0;
	margin: 0;
}
.template-fullwidth .site-inner {
	max-width: none;
	padding: 0;
}
.site-header {
	background-color: #090601;
	padding: 0 1rem;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item a {
	border: 1px solid #f7d373;
	text-decoration: none;
	color: #fff;
}
.genesis-nav-menu a {
	padding: 1rem 2rem;
	color: #fff;
	border: 1px solid transparent;
	margin: 1.5rem 0;
}
.footer-widgets::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(/wp-content/uploads/2017/12/gold-edge-left.png);
	background-repeat: no-repeat;
    height: 170px;
    width: 169px;
    left: 0;
	bottom: 0;
}
.footer-widgets::after {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(/wp-content/uploads/2017/12/gold-edge-right.png);
	background-repeat: no-repeat;
    height: 169px;
    width: 168px;
    right: 0;
	bottom: 0;
}

.latest-blog.feautred {
    display: flex;
    margin-bottom: 3rem;
    position: relative;
	color: #fff;
}
.latest-blog-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 3rem;
	font-family: "Roboto", Sans-serif;
	font-weight: 300;
	border: 2px solid #d9a14a;
	border-left: 0;
}
.latest-blog-more {
    text-align: right;
    position: absolute;
    bottom: 23px;
    right: 0px;
}
.latest-blog-content a {
    color: #fff;
}
.latest-blog-content h2 {
    font-size: 3rem;
    font-family: "Playfair Display", Sans-serif;
	font-weight: 400;
	margin-bottom: 3rem;
}
.latest-blog-image img {
    max-width: 48.5rem !important;
    max-height: 370px !important;
	margin-bottom: -7px;
	outline: 2px solid rgba(255,255,255,.5);
    outline-offset: -17px;
}
.latest-blog-more a::after {
    content: "\f178";
    font-family: FontAwesome;
    padding: 25px;
    border: 2px solid #d9a14a;
    margin-left: 2rem;
	border-bottom: 0;
}
.social-icons a {
    padding: 0 3px;
}

/* # HOMEPAGE STYLES
---------------------------------------------------------------------------------------------------- */

.arrow-right .elementor-button::before {
    font-family: FontAwesome;
    content: '\f178';
    padding: 13px;
    background-color: #a61717;
    margin-right: 15px;
    color: #fff;
    margin-left: -1px;
}
.contact-form .elementor-button-text::before {
    font-family: FontAwesome;
    content: '\f178';
    padding: 18px;
    background-color: #a61717;
	color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
a, .entry-title a:focus, .entry-title a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
	color: #fff;
	text-decoration: none;
}

.header-image .title-area {
	margin: 0; 
}

.genesis-nav-menu {
	padding: 0;
}
    
.header-image .title-area {
	width: 163px;
}

/* # blog STYLES
---------------------------------------------------------------------------------------------------- */

.sidebar .sidebar-posts {
    background-color: transparent !important;
    margin-bottom: 0;
}
.sidebar .sidebar-posts img {
    width: 70px;
    display: inline-block;
    float: left;
    margin-right: 2rem;
}
.sidebar .sidebar-posts a {
    color: #000;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    display: initial;
	position: relative;
	padding-bottom: 2rem;
}
.sidebar .featured-content .entry:last-of-type {
    margin-bottom: 2.5rem !important;
}
.sidebar .genesis-club-posts.featured-content.widget {
	padding: 15px !important;
}
.sidebar .genesis-club-posts .entry {
    vertical-align: top;
    margin: 0;
    padding: 2.5rem 0;
    border-bottom: 1px solid #000;
	position: relative;
}
.sidebar .sidebar-posts .entry a:last-child:after {
	content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2018/01/recent-post-arrow.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 10px;
    bottom: 0;
    left: 0;
}

.sidebar .widget {
	position: relative;
    background-color: transparent;
    padding: 15px;
}
.sidebar .widget-title {
	font-size: 4rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.sidebar .tagcloud a {
    color: #000;
}
.sidebar .tagcloud a:hover {
    color: #daa24b;
}
.blog-banner-wrapper {
	background-image: url(/wp-content/uploads/2018/01/blog-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 250px;
	padding-left: 70px;
}
.blog-banner-wrapper h2 {
	font-size: 15rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
	color: #fff;
}
.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
	background-image: url(/wp-content/uploads/2018/01/search-btn.jpg);
	background-repeat: no-repeat;
	width: 67px;
	height:67px;
	right: 16px;
    bottom: 16px;
	clip: unset;
	color: transparent;
	margin: 0;
}
.sidebar input {
	background-color: transparent;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
	background-image: url(/wp-content/uploads/2018/01/search-btn.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 67px;
	color: transparent;
	height: 67px;
}
.post-password-form input[type="submit"], .search-form input[type="submit"] {
    margin-top: 10px;
}
.search-form input[type="search"] {
	padding: 20px;
	border: 1.3px solid #000;
	border-radius: 0px !important;
}
.page-id-35, .blog, .single-post, .archive {
	background-color: #fff;
}
.blog-item {
	padding: 5rem;
    color: #fff;
	margin-bottom: 3rem;
	border: 2px solid #cc8c3a;
	position: relative;
}
.blog-title a{
	font-size: 4rem;
	font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.single-post h2 {
	font-size: 4rem;
	font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.single-post .entry-title {
	display: none;
}
.atest-blog-author i, .atest-blog-date i {
	color: #f8d777;
}
.btn-readmore {
    border: 2px solid #daa24b;
    padding: 1rem 2rem;
    display: inline-block;
    margin-top: 2rem;
    line-height: 1em;
}
.blog-excerpt {
    font-weight: 300;
}
.blog-item::before {
    content: "";
    width: 100%;
    height: 100%;   
    position: absolute;
    left: 0;
    top: 0;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0, rgb(0, 0, 0)),
	color-stop(1, rgb(255, 255, 255))
);
background-image: -o-linear-gradient(right, rgb(0, 0, 0) 0%, rgb(255, 255, 0) 100%);
background-image: -moz-linear-gradient(right, rgb(0, 0, 0) 0%, rgb(255, 255, 0) 100%);
background-image: -webkit-linear-gradient(right, rgb(0, 0, 0) 0%, rgb(255, 255, 0) 100%);
background-image: -ms-linear-gradient(right, rgb(0, 0, 0) 0%, rgb(255, 255, 0) 100%);
background-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(255, 255, 0) 100%);
}
.archive-pagination a {
    border: 2px solid #daa34c;
	padding: 1rem 1.5rem;
}
.archive-pagination a:focus, .archive-pagination a:hover, .archive-pagination .active a {
    background-color: #daa34c;
}
.pagination {
	text-align: center;
}
li.pagination-omission {
    vertical-align: -webkit-baseline-middle;
}
.single-post .site-inner {
	padding-bottom: 5rem;
}
.single-post .pagination a {
    color: #000;
}
.single-post .previous a, .single-post .next a {
    border: 2px solid #daa34c;
    padding: 2rem;
	text-transform: uppercase;
}
.single-post .previous a:hover, .single-post .next a:hover {
	background-color: #daa34c;
}
.single-post .next {
    width: 49%;
    text-align: right;
}
.single-post .previous {
    width: 49%;
    text-align: left;
}
.single-post .previous, .single-post .next {
    display: inline-block;
}
.single-post .entry-header p {
    display: inline-flex;
    vertical-align: middle;
}
.blog .post-share {
	width: 32%;
	position: absolute;
	z-index: 6;
	bottom: 1.5rem;
	right: 0;
	display: flex;
	align-items: center;
}
.share-title {
    font-size: 3rem;
	font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-right: 1rem;
	color: #fff;
}
.blog .entry-author-name:hover {
	color: #f8d676;
}
.mobile-img img {
	display: none;
}
.single-post .entry-content a {
    color: #daa24b;
}
.single-post .entry-content a:hover {
    color: #000;
}
.blog article.post, .archive article.post, .search article.post {
	background: rgba(0,0,0, .3);
}

/** Blog & Archive page & Search **/
.blog .site-inner, .archive .site-inner, .search .site-inner {
    padding: 10rem 0 5rem 0;
}
.blog article.post,
.archive article.post,
.search article.post {
    border: 2px solid #d49d48;
	padding: 5.5rem 17rem 1.9rem 6rem;
    position: relative;
	margin-bottom: 3rem;
	overflow: hidden;
}
.blog article.post::before,
.archive article.post::before,
.search article.post::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: block;
    pointer-events: none;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0, rgba(0, 0, 0, 1)),
	color-stop(1, rgba(255, 255, 255, 0))
);
background-image: -o-linear-gradient(right, rgb(0, 0, 0) 0%, rgb(255, 255, 255, 0) 100%);
background-image: -moz-linear-gradient(right, rgb(0, 0, 0) 0%, rgb(255, 255, 255, 0) 100%);
background-image: -webkit-linear-gradient(right, rgb(0, 0, 0) 0%, rgb(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(right, rgb(0, 0, 0) 0%, rgb(255, 255, 255, 0) 100%);
background-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(255, 255, 255, 0) 100%);
}
.blog article.post .entry-image-link,
.archive article.post .entry-image-link,
.search article.post .entry-image-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: block;
	pointer-events: none;
    width: 100%;
    background: center center no-repeat;
    background-size: cover;
}
.blog article.post .entry-header, .blog article.post .entry-content p, .blog article.post .entry-footer,
.archive article.post .entry-header, .archive article.post .entry-content p, .archive article.post .entry-footer,
.search article.post .entry-header, .search article.post .entry-content p, .search article.post .entry-footer {
    position: relative;
    z-index: 5;
    color: #fff;
}
.blog article.post .entry-header .entry-title a,
.archive article.post .entry-header .entry-title a,
.search article.post .entry-header .entry-title a {
    color: #fff;
    font-size: 3.5rem;
    font-family: "Playfair Display", Sans-serif;
    font-weight: bold;
}
.more-link {
	border: 2px solid #daa24b;
    padding: 1rem 2rem;
    display: block;
    margin-top: 2rem;
    line-height: 1em;
    max-width: 230px;
    text-align: center;
    width: 100%;
	font-weight: normal;
}
.more-link:focus {
	color: #fff;
}
.more-link:hover {
	color: #fff;
	background-color: #daa24b;
}
.more-link::after {
    content: "\f178 ";
    font-family: fontawesome;
    margin-left: 1rem;
}
article.post .entry-content p {
    font-weight: 300;
}
.post .entry-time::before {
    content: "\f073";
    font-family: fontawesome;
    margin-right: 1rem;
    color: #f8d676;
}
.post .entry-author::before {
    content: "\f040";
    font-family: fontawesome;
    margin-right: 1rem;
    color: #f8d676;
}
.meta-sep {
    margin: 0 1rem;
}
.blog .archive-description.posts-page-description {
    display: none;
}
.archive-description {
    padding: 0;
}
.archive-description .archive-title {
    font-size: 4.5rem;
    font-family: 'Playfair Display', serif;
}
.single-post-banner-wrapper {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 31rem 2rem 5rem;
    text-align: center;
    color: #fff;
	position: relative;
}
.single-post-banner-wrapper .single-post-title {
    color: #fff;
    font-family: 'Playfair Display', serif;
}
.single-post-banner-wrapper::before {
    content: "";
    background: url(/wp-content/uploads/2018/01/single-hero-shadow.png) bottom center repeat-x;
    background-size: auto;	
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.single-post .entry-header, .blog .entry-meta {
	display: none;
}
.single-post-banner-wrapper .wrap {
	position: relative;
	z-index: 5;
}
.search .entry {
	background-color: transparent;
}
.after-entry, .archive-description, .author-box {
	background-color: transparent;
}
.archive-pagination a {
	background-color: transparent;
}
/* # Single */
.single .entry-author-link {
    color: #000;
}
.video-div {
  max-width: 786px;
  width: 100%;
  margin: 0 auto 3rem auto;
}
.video-div .replaceable {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 56.25%;
}
.video-div .replaceable iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section#nav_menu-2 {
    width: 100%;
    text-align: center;
    display: inline-block;
    max-width: 885px;
}

.pay-the-price .single-post-banner-wrapper {
	background-position: center -16.1rem;
}
.what-i-did .single-post-banner-wrapper {
	background-position: center -43.5rem;
}

/* # Font Sizing
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1600px) {
	html {
		font-size: 56.3%;
	}
}
@media only screen and (max-width:1440px) {
	.widget_search input[type="submit"], .screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
		height: 63px;
	}
}

@media only screen and (max-width: 1280px) {
	.not-found-content {
		padding-top:80px !important;
		padding-bottom:80px !important;
	}
	.elementor-element-49b3e944 {
		padding-top:60px !important;
		padding-bottom:60px !important;
	}
	.not-found-middle .elementor-element-ff1fe23 img{
		max-width:50% !important;
	}
	.not-found-middle .elementor-element-d6b69db img {
		max-width:30% !important;
	}
	.footer-widgets::before, .footer-widgets::after {
		height: 60px;
	}
	.footer-optin-headline .elementor-heading-title {
		font-size: 5rem !important;
		text-align:center;
	}
	.footer-optin-subheadline {
		font-size: 2.5rem !important;
		text-align:center;
	}
	.footer-optin-form .elementor-button {
		font-size: 1.4rem !important;
	}
	section#nav_menu-2 {
		max-width: 97.5rem;
	}
	.pay-the-price .single-post-banner-wrapper {
	    background-position: center 25%;
	}
	.what-i-did .single-post-banner-wrapper {
    	background-position: center center;
	}
	
}
@media only screen and (max-width: 1190px) {
	section#nav_menu-2 {
		max-width: 84.5rem;
	}
}

/* # Media Queries 
   # Please insert all media queries below, avoid creating new and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
	.header-image .title-area {
		max-width:167px;
	}
	.footer-widgets-2 {
		padding: 0;
	}
	.header-image .site-title > a {
    	min-height: 70px;
	}
	.sect1 br {
		display:none;
	}
	.elementor-post__title {
    	min-height: 0 !important;
	}    	
	.footer-widgets-1 {
    	padding: 0 2rem;
	}
	.footer-bottom {
		padding:0 2rem;
	}
	.header-image .title-area {
    	margin: 0 auto;
	}
	
	.site-header {
		padding: 0 1rem;
	}
	.footer-optin-headline .elementor-heading-title {
		font-size: 4rem !important;
	}
	.footer-optin-subheadline {
		font-size: 2rem !important;
	}
	.footer-optin-form .elementor-button {
		font-size: 1.4rem !important;
	}
	.blog .site-inner, .archive .site-inner, .search .site-inner {
		padding: 5rem 1.5rem;
	}
	.single-post .entry {
		padding-left: 15px;
	}
	.genesis-nav-menu a {
    	padding: 1rem 1.5rem;
	}
	section#nav_menu-2 {
		max-width: 690px;
	}
	.genesis-nav-menu a {
    	padding: 1rem 1rem;
	}
}

/* # will apply this css starting 1023px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {		
	.site-header .wrap {
		display:block;
		max-width: none;
	}
	.site-header .widget-area,  .site-header .widget-area .widget,  .content,  .content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap,  .sidebar-primary {
		display: block;
		width: 100%;
	}		
	.menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
		border-top: 0;
		background-color: #000;
		cursor: pointer;
	}
	.menu-toggle, .sub-menu-toggle {
		background-color: #000;
		color: #fff;
	}
	.social-icons {
    	text-align: center;
    	padding: 2rem 0;
		margin-left: 10px;
		display: none;
	}
	.site-header {
		padding: 0;
	}
	.single-post .entry {
		padding: 0px;
	}
	section#nav_menu-2 {
		max-width: none;
	}
}
@media only screen and (max-width:960px) {
	html {
		font-size: 50%;
	}	
}

@media only screen and (max-width:768px) {
	br {
		display: none;
	}
	.footer-widgets .wrap {
		display:block;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width:100%;
		max-width:none;
	}	
	.footer-widgets-1 {
		padding:0;
		margin:0;
	}
	.footer-widgets-2 {
		border:none;
		margin:0;
		padding:0;
		text-align: center;
	}
	.footer-widgets-2 p {
		margin-bottom: 2rem !important;
	}
	.footer-widgets-3 {
		margin:0;
    	padding-left: 0;
		text-align: center;
	}
	.footer-widgets-3 img {
    	max-width: 200px;
	}
	.footer-widgets-1 img{
		margin-bottom: 2rem;
	}
	.footer-widgets-2 li {
		float: none;
		display: inline-block;
	}
	.latest-blog-image img {
		height: 340px !important; 
	}
	.latest-blog-more {
		bottom: 24px;
	}
	.latest-blog.feautred {
    	display: block;
		max-width: 490px;
    	margin: 0 auto 3rem auto;
	}
	.latest-blog-content {
    	width: 100%;
    	border-left: 2px solid #d9a14a;
	}
	.latest-blog-excerpt {
    	margin-bottom: 7rem;
	}
	.latest-blog-image img {
		width: 100% !important;
		max-height: none !important;
		max-width: none !important;
		height: auto !important;
	}
	.footer-optin-headline .elementor-heading-title {
		font-size: 3.2rem !important;
	}
	.footer-optin-subheadline {
		font-size: 1.6rem !important;
	}
	.footer-optin-form .elementor-button {
		font-size: 1.4rem !important;
	}
	.sidebar .sidebar-posts .alignnone::before {
		bottom: -40px;
	}
	.footer-widgets-1 img {
    max-width: 200px !important;
	}
	.widget_search input[type="submit"] {
		right: 10px;
		bottom: 14px;
	}
}

@media only screen and (max-width:767px) {
	br {
		display: none;
	}	
	.footer-bottom .wrap {
		display:block;
	}
	.footer-bottom-left p {
		margin-bottom:20px ;
	}
	.footer-bottom-left,
	.footer-bottom-right {
		text-align:center;
	}
	.footer-widgets .wrap {
		padding: 0;
	}
	.latest-blog-meta .share-icons {
    	padding-left: 0;
    	display: block;
    	margin-bottom: 2rem;
	}
	.post-share {
		width: 100%;
	}
	.share-title {
		display: block;
		width: 100%;
	}
	.single-post .entry-header p {
		display: block;
		text-align: center;
	}
	.sidebar .genesis-club-posts.featured-content.widget  {
		padding: 5rem 0 0 0 !important;
	}
	.sidebar .widget {
		padding: 4rem 0 0 0;
	}
	.widget_search input[type="submit"], .screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
		width: 67px;
    	height: 61px;
    	right: 1px;
    	bottom: 1px;
	}
	.blog-banner-wrapper h2 {
    	font-size: 8rem;
		text-align: center;
		margin-bottom: 2rem;
	}
	.blog-banner-wrapper {
    	background-position: center left;
    	padding-top: 100px;
    	padding-bottom: 0px;
		padding-left: 0;
	}
	.blog article.post, .archive article.post, .search article.post {
		padding: 5.5rem 5rem 1.9rem 5rem;
		background: #000;
	}
	.single-post-banner-wrapper {
		padding: 10rem 2rem 5rem;
	}
	.mobile-img img {
		display: block;
		text-align: center;
	}
	.blog article.post .entry-header .entry-title a {
		font-size: 2.4rem;
	}
	.more-link {
		margin: 2rem auto;
	}
	.footer-widgets-1 img {
		max-width: 22rem;
	}
	.header-image .site-title > a {
		width: 160px;
	}
	.blog .post-share {
		display: inline-block;
    	align-items: center;
    	position: relative;
		width: 100%;
		text-align: center;
	}
	.share-title {
		display: inline;
	}
}

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