/*
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: 0.0.1
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: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
}

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

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: 400;}

h1 {font-size: 48px;}

h2 {font-size: 36px;}

h3 {font-size: 30px;}

h4 {font-size: 26px;}

h5 {font-size: 22px;}

h6 {font-size: 18px;}

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

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

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

.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: 'Helvetica Neue', Helvetica, Arial, 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;
}

/* 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: 960px;
	}

	.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: 660px;
	}

	.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 .menu li.menu-item:before {
	content: "\f139";
	width: 16px;
    height: 16px;
    font-size: 16px;
    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*/
}

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

	.footer-widget-area {
		float: left;
		width: 33.333333%;
		padding: 0 1%;
	}	
}

@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-desktop {}
.hide-mobile {}

article .entry-title {font-size: 26px;}

.blog .pagination ul {
	margin: 0;
	padding: 40px 0 0;
}

.blog .pagination ul li {
    list-style: none;
    display: inline-block;
}

.blog .pagination ul li a {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #4B4127;
    color: #000;
}

.blog .pagination ul li.active a {
    text-decoration: none;
    background-color: #4B4127;
    padding: 5px 10px;
    color: #fff;
}

.el-header .elementor-element-populated,
.el-header-nav .elementor-element-populated {
	padding: 0 !important;
}

.el-footer-widgets .elementor-container {
	background-color: #4B4127 !important;
	padding: 40px 0 20px !important;
}

.sidebar #webform_side_tab {
	background-color: #887b6b !important;
    color: #fff !important;
    position: static !important;
    box-shadow: none !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 10px !important;
    text-align: center;
    display: block;
}

.sidebar #webform_side_tab:hover {
	background-color: #90957f !important;
    color: #000 !important;
}

.sidebar h4.widget-title {font-size: 18px;}

.sidebar #narradio {text-align: center !important;}
/*
.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;}

.elementor-widget-nav-menu .elementor-nav-menu--main,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
}

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

.elementor-nav-menu--dropdown {font-size: 14px !important;}

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

.elementor-nav-menu--main .elementor-nav-menu a, 
.elementor-nav-menu--main .elementor-nav-menu a.highlighted, 
.elementor-nav-menu--main .elementor-nav-menu a:focus, 
.elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 0 15px !important;
    font-size: 16px !important;
    line-height: 50px !important;
    font-weight: 600 !important;
}

.elementor-nav-menu--main .elementor-item:hover, 
.elementor-nav-menu--main .elementor-item.elementor-item-active, 
.elementor-nav-menu--main .elementor-item.highlighted, 
.elementor-nav-menu--main .elementor-item:focus {
	background-color: #4b4127 !important;
}

.el-header-nav .elementor-nav-menu--dropdown .elementor-sub-item:hover, 
.el-header-nav .elementor-nav-menu--dropdown .elementor-sub-item.elementor-item-active, 
.el-header-nav .elementor-nav-menu--dropdown .elementor-sub-item.highlighted, 
.el-header-nav .elementor-nav-menu--dropdown .elementor-sub-item:focus {
	background-color: #bab796 !important;
	color: #000 !important;
}

.elementor-default .content-sidebar-wrap {
	max-width: 1200px;
	max-width: 960px;
    margin: 0 auto;
    padding-top: 40px;
    background-color: #fff;
}

.content-sidebar-wrap .content,
.content-sidebar-wrap .sidebar {
    padding: 25px;
    padding-top: 0;
}

.sidebar .widget_media_image,
.sidebar .widget-title {
	text-align: center;
}

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

	.hide-desktop {display: none !important;}
}

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

	.el-footer-widgets-nav {width: 50% !important;}
}

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

	.el-footer-widgets,
	.el-footer-copyright {
		max-width: 960px !important;
		margin: 0 auto;
		/*
		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-footer-widgets,
	.el-footer-copyright {
		padding-left: 3% !important;
    	padding-right: 3% !important;
	}

	.elementor-default .content-sidebar-wrap {
		margin-left: 3% !important;
		margin-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%;
	}

	.sidebar .widget-title,
	.sidebar .textwidget {text-align: center !important;}

	.elementor-menu-toggle {
	    font-size: 18px !important;
	    padding: 0 !important;
	    background-color: transparent !important;
	    color: #000 !important;
	    margin-top: 10px !important;
	}
}

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

	.hide-mobile {display: none !important;}

	.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;
}
*/

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

	
}

@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: #000;
    }

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

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

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

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