/*
Theme Name: Genesis Child
Theme URI: http://regexsolution.com/
Description: This is the child theme created for the Genesis Framework.
Author: Tutul M
Author URI: http://regexsolution.com/
Version: 1.0.4
Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, flexible-header, footer-widgets
Template: genesis
Text Domain: genesis-child
*/


/* BOX FIXING
=========================== */

*, 
::after, 
::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	box-sizing: border-box;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {box-sizing: inherit;}

/* LAYOUT
=========================== */

body {margin: 0;}

body,
.site-container,
header,
footer,
nav,
.site-inner,
.content-sidebar-wrap,
main,
aside,
article,
section,
figcaption,
figure,
form {display: block;}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

embed,
iframe,
img,
object,
video,
.wp-caption {max-width: 100%;}

img {height: auto;}

ol, 
ul {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}

/* CLEARING FLOATING ELEMENTS 
============================== */

.clearfix::after,
.row::after,
.author-box::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after,
.content-sidebar-wrap::after,
.content::after,
.menu::after {
	clear: both;
	content: " ";
	display: table;
}


/* TYPOGRAPHICAL ELEMENTS
=========================== */

html {font-size: 62.5%;}

body {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.625;
}

body > div {
	font-size: 14px;
	font-size: 1.4rem;
}

small {font-size: 80%;}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {bottom: -0.25em;}

sup {top: -0.5em;}

blockquote,
cite,
em,
i {font-style: italic;}

h1,
h2,
h3,
h4,
h5,
h6 {font-weight: 500;}

h1 {font-size: 48px;}

h2 {font-size: 36px;}

h3 {font-size: 30px;}

h4 {font-size: 24px;}

h5 {font-size: 22px;}

h6 {font-size: 20px;}

h1,
h2,
h3 {margin: 0 0 30px;}

h4,
h5,
h6 {margin: 0 0 20px;}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	font-family: 'Oswald', sans-serif;
	line-height: 1.25;
}

.h1,
.h2,
.h3 {
	display: block;
	font-weight: 600;
}

.h1 {font-size: 80px;}

.h2 {font-size: 62px;}

.h3 {font-size: 40px;}

p {margin: 0 0 20px;}


/* FORMS
=========================== */

label,
input[type=text],
input[type=email], 
input[type=password], 
select, 
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-family: 'Oswald', sans-serif; /* Overriding Browser's default style*/
	font-weight: 400; 
}

label {
    font-size: 14px;
    display: block;
}

input[type=text],
input[type=email], 
input[type=password], 
select, 
textarea {
    padding: 12px !important; /* Overriding Form plugin's style*/
    border-radius: 0;
  	width: 100%;
    font-size: 14px !important; /* Overriding Browser's default style*/     
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 0;
	cursor: pointer;
	padding: 12px 24px;
	margin-right: 0 !important; /* Fixing Form plugin's style*/
	font-size: 16px !important; /* Overriding Form plugin's style*/
	line-height: 1;
	font-family: 'Oswald', sans-serif;
}

/* TABLES
=========================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

td, 
th {height: 30px;}

td {text-align: center;}

/* SCREEN READER TEXT
=========================== */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 23px 14px;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
}

.more-link {position: relative;}

/* GENERAL
=========================== */

.pull-left {float: left;}

.text-left {text-align: left;}

.all-left {
	float: left;
	text-align: left;
}

.pull-right {float: right;}

.text-right {text-align: right;}

.all-right {
	float: right;
	text-align: right;
}

.center {
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

/* STRUCTURE & LAYOUT
=========================== */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {padding-top: 40px;}

.widget {word-wrap: break-word;}

h1.entry-title {font-size: 36px;}

@media only screen and (min-width: 1021px) {
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 980px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap {
		float: left;
	}

	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		float: right;
	}

	.content {
		float: right;
		width: 680px;
	}

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
		float: left;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 580px;
	}

	.full-width-content .content {
		width: 100%;
	}

	.sidebar-primary {
		float: right;
		width: 300px;
	}

	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		float: left;
	}

	.sidebar-secondary {
		float: left;
		width: 180px;
	}

	.content-sidebar-sidebar .sidebar-secondary {
		float: right;
	}
}


/* HEADER AREA
=========================== */

.site-header {
	border-bottom: none;
	min-height: 40px;
}

.title-area {padding: 20px 0;}

.header-image h1.site-title,
.header-image p.site-title {margin-bottom: 0;}

.header-image .site-description {display: none;}

.header-image .site-title > a {
	width: 100%;
    text-indent: -1200px;
    color: transparent;
    overflow: initial;
    display: inline-block;
    min-height: 93px;
}

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

	.title-area {
		float: left;
		width: 180px;
	}

	.site-header .header-widget-area {
		float: right;
		width: calc(100% - 180px);
		padding-top: 44px;
	}

	.header-widget-area .widget:first-child {		
		float: right;
		width: 240px;
	}

	.header-widget-area .widget:last-child {
		float: left;
		width: calc(100% - 240px);
	}

	.header-widget-area .h3 {text-align: right;}

	#mega-menu-wrap-primary #mega-menu-primary {text-align: center;}
}

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

	.title-area .site-title {
		width: 150px;
    	margin: 0 auto;
	}

	.header-widget-area .widget {
		padding-top: 20px;
		text-align: center;
	}
}

/* NAVIGATION
=========================== */

.nav-primary, 
.nav-secondary {display: none;}

ul.menu {
	padding: 0;
    margin: 0;
}

ul.menu li {list-style: none;}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 0;
    vertical-align: baseline;
    width: auto;
    display: block;
    text-align: left;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 16px;
    line-height: 50px;
    height: 50px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:after, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
	margin: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    width: 210px;
    padding: 0px 0px 0px 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 14px;
    padding: 0px 16px;
    line-height: 40px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
	margin-bottom: 20px;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 1280px) and (min-width: 1021px) {
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 6px;
		font-size: 16px;
	}
}


/* FOOTER WIDGETS
=========================== */

.footer-widgets {
	padding: 60px 0;
	font-size: 14px;
}

.footer-widgets-1 {text-align: center;}

.footer-widget-area .simple-social-icons ul {
	float: none;
	text-align: center;
}

.footer-widget-area .simple-social-icons ul li {
    float: none;
    display: inline-block;
}
/*
.footer-widget-area li.menu-item {
	float: left;
	width: 50%;
	padding-right: 2%;
	margin-bottom: 10px;
}
*/
.footer-widget-area li.menu-item {
	display: block;
}

.footer-widget-area li.menu-item a {
	display: inline-block;
	line-height: 30px;
    height: 30px;
}

.footer-widget-area li.menu-item a:hover,
.footer-widget-area li.menu-item a:active {
	opacity: 0.6;
}

.footer-widget-area .menu li.menu-item:before {
	content: "\f139";
	width: 16px;
    height: 16px;
    font-size: 16px;
    font-weight: 600;
    font-family: dashicons;
    margin-right: 10px;
}

.el-footer-widgets-nav li.menu-item {
    display: block;
}
.el-footer-widgets-nav li.menu-item a {
    display: inline-block;
	line-height: 30px;
    height: 30px;
}
.el-footer-widgets-nav li.menu-item:before {
    content: "\f139";
    width: 16px;
    height: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: dashicons;
    margin-right: 10px;
    vertical-align: middle;
}
/*
.el-footer-widgets-nav li.menu-item {
    float: left;
    width: 50%;
    padding-right: 2%;
    margin-bottom: 5px;
}
.el-footer-widgets-nav li.menu-item a {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px !important;
}
.el-footer-widgets-nav li.menu-item:before {
    content: "\f139";
    width: 16px;
    height: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: dashicons;
    margin-right: 10px;
}
*/
.footer-widget-area .gfield_label {
	display: none !important; /* Fixing Form plugin's style*/
}

.footer-widgets .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
    line-height: 0;
}

.standard-form-field-size {
	width: 302px;
	max-width: 100%;
	padding-right: 0 !important; /* Fixing Form plugin's style*/
}

.footer-widgets .gform_wrapper .gform_footer {
    margin: 0; /* Fixing Form plugin's style*/
}

.popup-box {
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 32px;
    left: 0;
    right: 0;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.popup-box .inner {
    position: relative;
    margin: 0 auto;
    width: 340px;
    padding: 40px 40px 20px;
    background-color: #fff;
}

.popup-box .close {
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
    color: #232323;
    font-size: 20px;
}

.popup-box h3.center {
    text-align: left;
    color: #222;
}

.footer-cb {
    padding: 20px 0 0;
}

.footer-cb .button {
    padding: 12px 60px !important;
    background-color: #fff !important;
    color: #111 !important;
    border: none !important;
    box-shadow: none !important;
}

.footer-cb .button:focus,
.footer-cb .button:active,
.footer-cb .button:hover {
    background-color: #666 !important;
    border: none !important;
    box-shadow: none !important;
}

.footer-cb .button:focus {
    outline: 0 !important;
}

.popup-box p {
	display: none;
}

.popup-box .wpforms-field-container {
	color: #323232;
}

@media only screen and (min-width: 1021px) {
	.footer-widget-area {
		float: left;
		width: 33.333333%;
		padding: 0 1%;
	}

	.el-footer-widgets {

	}	
}

@media only screen and (max-width: 1280px) and (min-width: 1021px) {

	.footer-widget-area li.menu-item {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
}

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

	.footer-widgets {text-align: center;}

	.footer-widget-area {
		margin: 0 auto 40px;
		max-width: 80%;
	}

	.footer-widgets .widget .gform_wrapper li {
	    margin-left: auto!important;
	    margin-right: auto!important;
	}

	.footer-widgets .widget .gform_wrapper .gform_footer {text-align: center;}
	
}

/* SITE FOOTER
=========================== */

.site-footer {
    border: none;
    font-size: inherit;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
}

.site-footer p {margin-top: 10px;}

.entry-title a,
.menu a,
.footer-widgets a,
.site-footer a {text-decoration: none;}


/* SIDEBAR WIDGETS
------------------ */

.sidebar .widget {margin: 0 0 40px;}


/* FRONT PAGE
=========================== */

.home .site-inner,
.home .content .entry-title {display: none;}

.fp-slider .wrap {max-width: 100%;}

.fp-banner-fake {
	height: 500px;
	display: block;
}

/* --- FP TOP --- */


/* --- FP SEC-1 --- */

.fp-sec-1 {
	text-align: center;
	padding: 80px 0;
}

.fp-sec-1 .widget {padding: 40px 20px 60px;}

.fp-sec-1 .h3 {line-height: 1.6;}

.fp-sec-1 .h3 a {
	text-decoration: none;
	padding: 10px 0;
}


/* --- FP SEC-2 --- */


/* --- FP SEC-3 --- */


/* --- FP SEC BOTTOM --- */


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

	.fp-sec-1 .widget {
		float: left;
		width: 31.333333%;
		margin: 0 1%;
	}	
}

@media only screen and (max-width: 1020px) {
	
	.fp-sec-1 .widget {
		max-width: 80%;
		margin: 0 auto 40px;
	}	
}


/* FIXING CALCULATOR PLUGIN
=========================== */

.calculators9601.inner nav {max-width: 100%;}

.calculators9601.inner nav ul {
	margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.calculators9601.inner nav li {
	list-style: none;
    width: 100%;
    text-align: center;
    height: auto;
}

.calculators9601.inner nav li a {
	text-decoration: none;
    padding: 10px;
	display: block;
}

.calculators9601.inner #main-content {padding: 0;}

.calculators9601.inner #main-content iframe {
	width: 100%;
    height: 740px;
}


/* FIXING ELEMENTOR
------------------------- */

.hide {display: none;}
.hide-desktop {}
.hide-mobile {}

.el-header-nav .elementor-column-wrap {
	padding: 0 !important;
}

.el-header-tagline h3 {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 300 !important;
}

.el-header-contact {
	text-align: center;
    color: #fff;
}

.el-header-contact h1 {
	font-weight: 400;
	font-size: 42px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.el-header-contact h4 {
	font-weight: 300;
	margin-bottom: 5px;
}

.el-header-2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.el-header-2 .el-header-tagline h3 {
	color: #e11b22 !important;
}

.el-header-2 .el-header-contact {
	text-align: right;
    color: #000;
}

.el-header-2 .el-header-contact h1 {
	margin-top: 0;
	color: #e11b22 !important;
	font-size: 36px;
}

.el-header-2 .el-header-contact h4 {
	color: #0054a4 !important;
	font-size: 22px;
}

.el-fp-banner {display: none;}

.home .el-fp-banner {display: block;}
/*
.el-header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.el-header-nav {padding-top: 24px;}

.el-header-site-title {
	padding-top: 20px;
	text-align: right;
}

.el-footer-widgets {
	padding-top: 60px;
	padding-bottom: 60px;
}

.el-footer-widgets-nav li.menu-item {
    float: left;
    width: 50%;
    padding-right: 2%;
    margin-bottom: 15px;
}
.el-footer-widgets-nav li.menu-item a {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px !important;
}
.el-footer-widgets-nav li.menu-item:before {
    content: "\f139";
    width: 16px;
    height: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: dashicons;
    margin-right: 10px;
}
.el-footer-copyright {
	padding-top: 40px;
	padding-bottom: 40px;
    text-align: center;
    color: #fff;
}
.el-footer-copyright a {
    color: #fff;
}
*/
.el-footer-widgets .gform_wrapper label {display: none !important;}

.el-header-nav .elementor-nav-menu,
.el-header-nav .elementor-nav-menu--dropdown {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px;
}

.el-header-nav .elementor-nav-menu--dropdown a {
    border-left: 0 !important;
}

.el-header-nav .elementor-nav-menu a.highlighted, 
.el-header-nav .elementor-nav-menu a.elementor-item-active,
.el-header-nav .elementor-nav-menu a:focus, 
.el-header-nav .elementor-nav-menu a:hover {
	background-color: #e11b22 !important;
}

.el-header-nav .elementor-nav-menu--main .menu-item .sub-menu {
    min-width: 230px !important;
}

.el-header-nav .elementor-nav-menu--dropdown a.highlighted,
.el-header-nav .elementor-nav-menu--dropdown a:focus, 
.el-header-nav .elementor-nav-menu--dropdown a:hover {
	background-color: #0054a4 !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: normal !important;
}

.elementor-menu-toggle {background-color: transparent !important;}

.elementor-default .content-sidebar-wrap {
	max-width: 1020px;
    margin: 0 auto;
    padding-top: 40px;
}
/*
.home .content-sidebar-wrap {
    padding-top: 0 !important;
}
*/
.home article,
.blog article {
	margin-bottom: 40px !important;
}

.home article .entry-header .entry-meta,
.home article .entry-footer,
.blog article .entry-header .entry-meta,
.blog article .entry-footer {
	display: none !important;
}

.el-footer-widgets {
	margin-top: 40px;
	background-color: #0054A4;
	padding: 60px 0;
	color: #fff;
}

.el-footer-widgets h5 {
	color: #fff !important;
}

.el-footer-widgets p {
	color: #fff !important;
	margin-top: 15px;
	font-family: 'Oswald', sans-serif !important;
}

.el-footer-widgets .hfe-menu-item {
	font-family: 'Oswald', sans-serif !important;
	color: #fff !important;
	font-weight: 400 !important;
	padding: 0 !important;
}

.el-footer-copyright p {
	color: #000 !important;
	font-family: 'Oswald', sans-serif !important;
}

.el-footer-widgets a {
	color: #fff;
}

#schoolmenu {
    margin: 0;
    padding: 0;
}

#schoolmenu li {
    list-style: none;
    display: inline-block;
}

#schoolmenu li a {
    text-decoration: none;
    padding: 5px 20px;
    display: block;
    background-color: #0054a4;
    color: #fff;
}

#schoolmenu li a:hover,
#schoolmenu li a:active {
	background-color: #e11b22;
	color: #fff;
}

.el-fp-content-area {margin-top: 40px;}

.el-sidebar-widget {margin-bottom: 40px;}

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

	
}

@media only screen and (min-width: 1021px) {
	/*.el-footer-widgets-nav {width: 50% !important;}*/
}

@media only screen and (max-width: 1280px) {
	.content-sidebar-wrap,
	.el-header,
	.el-header-2,
	.el-footer-widgets,
	.el-footer-copyright {
		padding-left: 3%! important;
    	padding-right: 3% !important;
	}
}
/*
@media only screen and (max-width: 1280px) and (min-width: 1021px) {

	.el-header,
	.el-footer-widgets,
	.el-footer-copyright {
		padding-left: 3%! important;
    	padding-right: 3% !important;
	}

	.el-header-nav .elementor-nav-menu--main .elementor-item {
	    padding-left: 10px !important;
	    padding-right: 10px !important;
	    font-size: 14px;
	}
}
*/
@media only screen and (max-width: 1020px) {
	/*

	.el-header,
	.el-footer-widgets,
	.el-footer-copyright {
		padding-left: 3%! important;
    	padding-right: 3% !important;
	}
	*/
	.el-header .elementor-column.elementor-col-16,
	.el-header .elementor-column.elementor-col-66 {
		width: 33.333% !important;
	}

	.el-footer-widgets .elementor-row {
		display: block !important;
		width: 100% !important;
		max-width: 440px;
		margin: 0 auto;
		text-align: center;
	}
	.el-footer-widgets .elementor-column {
		width: 100% !important;
		display: block !important;
	}

	.el-footer-widgets .gform_wrapper form li, 
	.el-footer-widgets .gform_wrapper li {
	    margin: 0 auto!important;
	}

	.el-footer-widgets .gform_wrapper form {text-align: center;}
	.el-footer-widgets .gform_wrapper form .standard-form-field-size {
	    width: 100%;
	}

	.el-header-nav .elementor-nav-menu--dropdown {
		margin-top: 0 !important;
		background-color: #0054a4 !important;
	}

	.el-header-nav .elementor-nav-menu--dropdown a.highlighted,
	.el-header-nav .elementor-nav-menu--dropdown a:focus, 
	.el-header-nav .elementor-nav-menu--dropdown a:hover {
		background-color: #e11b22 !important;
	}

	.el-header-contact,
	.el-header-tagline {text-align: center !important;}
}

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


	.el-header .elementor-row {
		display: block !important;
		width: 100% !important;
		max-width: 100%;
		text-align: center;
	}

	.el-footer-widgets .elementor-row {
		max-width: 100%;
	}

	.el-header .elementor-column.elementor-col-16,
	.el-header .elementor-column.elementor-col-66 {
		width: 100% !important;
		display: block !important;
	}

	.elementor-image,
	.el-header-site-title {text-align: center !important;}
}

/* FRONT PAGE */
/*
.home.elementor-default .content-sidebar-wrap {
	max-width: 100%;
    margin: 0 auto;
    padding-top: 0;
}
*/
.home .entry-content .post-edit-link {display: none;}

.msllcidx-search-form-wrp {position: relative;}
.msllcidx-search-form-wrp::after {
	clear: both;
	content: " ";
	display: table;
}
.msllcidx-search-wrp {}
#msllcidx-msg-1 {
	top: -40px !important;
	height: 40px;
}



/*
.el-fp-banner {min-height: 500px;}

.el-fp-search-bar .elementor-widget-container h5 {display: none;}

.el-fp-link-boxes {padding: 80px 0;}

.el-fp-link-box {
	text-align: center;
	padding: 60px 20px 80px;
    background-color: #444;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}

.el-fp-link-box h2 {
	margin-bottom: 0;
	font-weight: 600;
}

.el-fp-link-box h2 a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
*/
.fp-slider img {
	width: 100%;
}

.archive-pagination ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.archive-pagination li {
	display: inline-block;
}

.sidebar-about-box {
	padding: 5px;
	border: 1px solid #999;
	color: #000;
}

.sidebar-about-box .one-half:first-child,
.sab-right-top {
	line-height: 0;
}

.sab-right-top {
	margin-bottom: 15px;
	margin-top: 15px;
}

.sab-right-bottom p {
	font-weight: 600;
	margin-bottom: 5px;
}

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

	.sidebar-about-box .one-half:first-child {
		padding-right: 10px;
	}

	.sab-right-top img {width: 120px;}

	.sab-right-bottom p {
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 2px;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1021px) {


}

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

	.elementor-menu-toggle:after {
	    position: relative;
	  	content: "Menu";
	    padding-left: 10px;
	    bottom: 0;
	    color: #fff;
    }

	.el-fp-link-box h2 {font-size: 30px;}

	.sidebar-about-box .one-half {
		float: left;
		width: 50%;
	}

	.sidebar-about-box .one-half:first-child {
		padding-right: 20px;
	}

	.sab-right-top img {width: auto;}

	.sab-right-bottom p {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 10px;
	}

}

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

	.el-fp-link-box {
		margin: 0 auto;
		max-width: 360px;
	}
}

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

	.sidebar-about-box .one-half {
		float: none;
		width: 100%;
	}

	.sidebar-about-box {
		text-align: center;
	}
}

/* END FIXING ELEMENTOR
------------------------- */



/* MEDIA QUERIES
================================================ */

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

	.full,
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.one-seventh,
	.one-eighth,
	.two-third,
	.two-fifth,
	.two-seventh,
	.three-fourth,
	.three-fifth,
	.three-seventh,
	.three-eighth,
	.four-fifth,
	.four-seventh,
	.five-sixth,
	.five-seventh,
	.five-eighth,
	.six-seventh,
	.seven-eight {float: left;}

	.full {width: 100%;}
	.one-half {width: 50%;}
	.one-third {width: 33.333333%;}
	.one-fourth {width: 25%;}
	.one-fifth {width: 20%;}
	.one-sixth {width: 16.666666%;}
	.one-seventh {width: 14.2857%;}
	.one-eighth {width: 12.5%;}
	.two-third {width: 66.666666%;}
	.two-fifth {width: 40%;}
	.two-seventh {width: 28.5714%;}
	.three-fourth {width: 75%;}
	.three-fifth {width: 60%;}
	.three-seventh {width: 42.857%;}
	.three-eighth {width: 37.5%;}
	.four-fifth {width: 80%;}
	.four-seventh {width: 57.142857%;}
	.five-sixth {width: 83.333333%;}
	.five-seventh {width: 71.42857%;}
	.five-eighth {width: 62.5%;}
	.six-seventh {width: 85.714%;}
	.seven-eight {width: 87.5%;}
}


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

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary {
		width: 300px;
	}

}

@media only screen and (max-width: 1280px) and (min-width: 1021px) {
 
	.wrap,
	.site-inner,
	.site-header .wrap {
	    padding-left: 3%;
	    padding-right: 3%;
	}

	.sidebar .wrap,
	.fp-slider .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
}

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

	.wrap,
	.site-inner,
	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.sidebar {padding: 40px 0;}

	.sidebar .wrap,
	.fp-slider .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

}

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

}

.msllcidx-template-default .site-inner article .entry-meta,
.single-msllcidx .site-inner article .entry-meta,
.home .site-inner article .entry-meta,
.blog .site-inner article .entry-meta {
	display: none;
}

.msllcidx-searchform .special-buttons ul {
	padding: 0;
}

body .slick-slide {
    min-height: 300px !important;
}

body .slick-slide img {
	position: static;
    transform: none;
    width: 100%;
    overflow: hidden;
}

body .msllcidx-img-wrp {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    border: none;
    background-color: #ccc;
    line-height: 0;
}

body .msllcidx-img-wrp img {
    position: static;
    transform: none;
    width: 100%;
    overflow: hidden;
}

.listings_iframe .site-inner {
	padding: 0;
}

.hide_title .content .entry-title {
	display: none;
}

.el-section-hide {
	display: none;
}

.el-footer-widgets .elementor-widget {
	margin: 0 auto !important;
}

.el-footer-widgets-first .elementor-widget {
    text-align: center;
    width: 290px !important;
}

.el-footer-widgets-nav .elementor-widget {
    width: 210px !important;
}

.el-footer-widgets-last .elementor-widget {
    width: 210px !important;
}

.site-inner {
	max-width: 100%;
	padding: 0;
}

.el-header-nav {
    
}

.el-header-nav .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.el-header-nav .hfe-nav-menu {
	justify-content: center;
    width: 100%;
}

.el-header-nav li {
	font-size: 18px !important;
}

.el-header-nav .hfe-menu-item {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 400 !important;
	padding: 15px 20px !important;
}

.el-header-nav li .sub-menu li,
.el-header-nav li .sub-menu a {
	background-color: #0054A4 !important;
	font-family: 'Oswald', sans-serif !important;
	font-weight: 400 !important;
}

.el-header-nav li .sub-menu a {
	padding-left: 20px !important;
}