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

/* # Global Styes
   # Please insert all GLobal Styles below, avoid inserting anywhere.
---------------------------------------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}
body {
	color: #626262;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.45;
	
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
	
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body > div {
	font-size: 1.8rem;
}


/* # Genesis Overwrite
---------------------------------------------------------------------------------------------------- */
.site-header {
		padding:2rem 0;
}
.site-header .wrap {
		padding: 0;
}
.title-area {
		padding: 0;
}
.title-area img {
		margin:0;
		padding:0;
}
.header-image .site-title > a {
		min-height:90px;
}
.header-image .title-area {
		max-width:253px;
}
.site-header .widget-area {
		float: right;
		text-align: right;
		width: auto;
}
.site-header .widget-area .widget {
		display: inline-flex;
		margin-bottom: 0;
		vertical-align: middle;
		width: auto;
}
.site-inner, 
.wrap {
		max-width: 117rem;
}
.content {
		width: 68%;
}
.full-width-content.elementor-page .content {
		width: 100%;
}
.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;
}

/* #Elementor Overwrites
---------------------------------------------------------------------------------------------------- */
.transparent-header .site-header {
    background-color: transparent;
    position: relative;
    width: 100%;
	z-index:3;
}
.full-width-content.elementor-page .site-inner {     
	max-width: none;    
	padding-bottom: 0;     
	padding-left: 0;     
	padding-right: 0;
}
.full-width-content.elementor-page .entry {     
	padding: 0;
   	margin: 0;
}
 body .elementor-section.elementor-section-boxed>.elementor-container {
     max-width: 117rem;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 2rem;
}
.full-width-content.elementor-page .site-inner {
	padding-top: 0;
}
.custom-footer .widget {
    margin-bottom: 0;
}
.p-nomargin p {
	margin-bottom: 0;
}
.post-edit-link {
	display: none;
}


/* # Global Styles
   # Please insert all Global styles below, avoid creating and new inserting anywhere.
---------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 0;
	color: #000;
}
p {
     margin-bottom: 2.8rem;
}
a {
	transition: background-color 0.5s linear 0s, color 0.5s linear 0s;
}
a:focus, 
input:focus, 
button:focus {
	outline: none;
}
.genesis-nav-menu a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	padding: 32px 18px;
}

.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 {
	color: orange;
	text-decoration: none;
}
.step-two {
	background-image:url(/wp-content/uploads/2018/10/light-blue-pattern.jpg);
	background-repeat:repeat;
	background-position:center top;
}
.testimonial-content p {
	font-size:2.2rem;
}











/* # 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 {		
		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%;
	}
}

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

}

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

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

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

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

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