/* -------- TUTUL -------- */

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

/* Please activate the below section, if my Genesis Child theme is not actiavted 
in your theme */

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


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 {line-height: 1.25;}

p {margin: 0 0 20px;}


button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -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;
}

img {
    max-width: 100%;
    height: auto;
}

label,
input[type=text],
input[type=email], 
input[type=password], 
select, 
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {font-weight: 400;}

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

input[type=text],
input[type=email], 
input[type=password], 
select, 
textarea {
    padding: 12px !important;
    border-radius: 0;
  	width: 100%;
    font-size: 14px !important;  
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 0;
	cursor: pointer;
	padding: 12px 24px;
	margin-right: 0 !important;
	font-size: 16px !important;
	line-height: 1;
}

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

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

@media only screen and (min-width: 640px) {
    .msllcidx-column,
    .msllcidx-columns {float: left;}
    .msllcidx-col-1 {width: 8.333333%;}
    .msllcidx-col-2 {width: 16.666666%;}
    .msllcidx-col-3 {width: 25%;}
    .msllcidx-col-4 {width: 33.333333%;}
    .msllcidx-col-5 {width: 41.666666%;}
    .msllcidx-col-6 {width: 50%;}
    .msllcidx-col-7 {width: 58.333333%;}
    .msllcidx-col-8 {width: 66.666666%;}
    .msllcidx-col-9 {width: 75%;}
    .msllcidx-col-10 {width: 83.333333%;}
    .msllcidx-col-11 {width: 91.666666%;}
    .msllcidx-col-12 {width: 100%;}
}

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

.msllcidx-row::after,
.search-bar-design form::after,
.handbox::after {
    clear: both;
    content: " ";
    display: table;
}

/* SPECIAL CLASS
=========================== */

.msllcidx-hide {display: none;}

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

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

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

/* SIDEBAR WIDGETS
=========================== */
/*
.propertySearchForm .general-sidebar,
.propertySearchResult .general-sidebar,
.propertyDetails .general-sidebar,
.propertyDefault .sidebar {display: none;}
*/
.propertySearchForm .general-sidebar,
.propertySearchResult .general-sidebar,
.propertyDetails .general-sidebar {display: none;}

.sidebar .menu-item a {
    padding: 12px;
    display: block;
}

.sidebar .slick-slider .slick-slide {
	text-align: center;
	margin-bottom: 15px;
}

.sidebar .slick-slider .slick-slide .msllcidx-full {
	padding: 20px 10px;
}

.sidebar .slick-slider .slick-slide .msllcidx-img-wrp img {margin: 0 auto;}

.sidebar .slick-slider .slick-slide .msllcidx-price,
.sidebar .slick-slider .slick-slide .msllcidx-address,
.sidebar .slick-slider .slick-slide .msllcidx-address2 {
	font-size: 18px !important;
}

.sidebar .slick-slider .slick-slide .msllcidx-readmore-btn {
	font-size: 16px !important;
	margin-top: 10px;
}

.sidebar .slick-slider .slick-slide .msllcidx-readmore-btn a {
	text-decoration: none;
	padding: 4px 16px;
	font-size: 16px !important;
}

.full-width-details-page-sidebar .msllcidx-widget-nearby-slider .msllcidx-row {
	padding: 10px 0 0;
}

.full-width-details-page-sidebar .msllcidx-widget-nearby-slider .msllcidx-readmore-btn a {
	text-decoration: none;
	padding: 4px 16px;
}

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

	.sidebar .slick-slider .slick-slide .msllcidx-full {
		background-color: transparent;
	}
}

/* SEARCHBAR
=========================== */

.msllcidx-widget-search-form .search-bar-design {
	position: relative;
}

.msllcidx-widget-search-form .search-bar-design form {
	position: relative;
}

.search-bar-design .msllcidx-search-input {
    border-radius: 0;
    overflow: hidden;
    height: 50px;   
}

.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .text-input,
.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .text-input:focus,
.search-bar-design .msllcidx-search-input .msllcidx-search-wrp .text-input:active {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 50px;
    padding: 18px 12px;
    font-size: 14px;
    line-height: 1;
    font-family: 'Roboto Slab', serif; /* Overriding Browser's default style*/
}

.search-bar-design .msllcidx-s-msg {
	position: absolute;
	top: -36px;
	left: 0;
	right: 0;
	z-index: 999999;
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1;
	height: 36px;
}

.search-bar-design .msllcidx-widget-options .msllcidx-target {
	height: 50px;
    padding: 18px 12px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.search-bar-design .msllcidx-searc-cnt {
    position: relative;
    margin-left: -1px;
    float: left;
    width: 100%;
}

.search-bar-design .msllcidx-details .msllcidx-min, 
.search-bar-design .msllcidx-details .msllcidx-max {
    width: 45%;
    float: left;
}

.search-bar-design .msllcidx-details .msllcidx-tween {
    float: left;
    line-height: 50px;
    text-align: center;
    width: 10%;
    text-transform: lowercase;
}

.search-bar-design .msllcidx-selectbox {
    width: 100%;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    line-height: 45px;
    height: 44px;
    padding: 12px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.search-bar-design .msllcidx-widget-options button[type=submit] {
	height: 50px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    width: 100%;
}

.search-bar-design .msllcidx-widget-options button[type=submit] .fa-search {
	margin-right: 10px;
}

.search-bar-design .msllcidx-searc-cnt .msllcidx-search-box button[type=submit] {
	margin-top: 10px;
}

.search-bar-design .msllcidx-searc-cnt .msllcidx-search-box button[type=submit] .fa-search {
	margin-right: 10px;
}

.search-bar-design .msllcidx-searc-cnt .msllcidx-search-box {
    padding: 46px 20px 20px;
    text-transform: uppercase;
}

.search-bar-design .msllcidx-type .msllcidx-details {
    padding: 20px 0 0;
}

.search-bar-design .msllcidx-search-box label.msllcidx-check-label {
    text-transform: none;
}

.search-bar-design .msllcidx-type .msllcidx-details .msllcidx-column {
    margin-bottom: 10px;
}

.search-bar-design .msllcidx-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 10px;
    padding: 10px;
    z-index: 7;
}

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

	.search-bar-design .msllcidx-search-input,
	.search-bar-design .msllcidx-search-bar {
		float: left;
	}

	.search-bar-design .msllcidx-search-input {
		width: 33.333333%;
	}

	.search-bar-design .msllcidx-search-bar {
		width: 66.666666%;
	}

	.search-bar-design .msllcidx-search-bar .msllcidx-widget-options {
		float: left;
		width: 25%;
	}

	.search-bar-design .msllcidx-search-bar .msllcidx-searc-cnt .msllcidx-column {
		float: left;
	}

	.search-bar-design .msllcidx-search-bar .msllcidx-searc-cnt .msllcidx-col-6 {
		width: 50%;
	}
		
}


/* FIXING POST TYPE PAGES
=========================== */

.handouts-template-default .entry .entry-header .entry-meta,
.expages-template-default .entry .entry-header .entry-meta {display: none;}

.handbox a {text-decoration: none;}

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

	.handbox {
		position: relative;
		margin-left: -2%;
		margin-right: -2%;
	}

	.handbox-left,
	.handbox-right {
		float: left;
		width: 50%;
		padding: 20px 2% 0;
	}
}