.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//gerenciaadministradora.com.br/wp-content/themes/reality/assets/owl-carousel2-dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}body{
font-size:13px;
line-height:2.15em;
font-weight:normal;
color:#333;
font-family: Rubik, Arial, "Times New Roman", "Bitstream Charter", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
line-height: 1.2em;
color: #333;
margin: 0 0 20px;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 14px;
}
p:last-child{
margin:0;
}
img{
max-width:100%;
height:auto;
}
pre{
background: #232323 linear-gradient(#fff 50%, #f1f1f1 50%);
background-size: 38px 38px;
border: 1px solid #e5e5e5;
width: 100%;
overflow: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
color: #838383;
display: block;
line-height: 19px;
margin: 5px 0;
padding: 0 10px;
border-radius: 4px;
}
.clear{
clear:both;
}
dl, dd{
margin-bottom:20px;
}
address {
font-style: italic;
margin: 0 0 15px;
}
a{
color: #2980b9;
outline: none!important;
}
a:hover, a:focus{
text-decoration: none;
color: #333;
}
.post-text ul,.post-text li,
.entry-content ul,.entry-content li{
list-style:inherit;
}
.page-links{
margin:5px 0;
clear: both;
}
.page-links > a,.page-links > span{
padding: 3px 10px;
margin: 0 5px 5px 0;
border: 1px solid rgba(51, 51, 51, 0.1);
}
.page-links-title{
margin-right: 5px;
}
.post-text ul,.entry-content ul{
margin-left:15px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="url"], input[type="tel"], textarea {
height: 42px;
border-radius: 3px;
background-color: #f0f0f0;
font-size: 13px;
line-height: 22px;
text-align: left;
color: #333333;
border: none;
padding: 0 13px;
transition: all 0.15s linear 0s;
-webkit-transition: all 0.15s linear 0s;
}
textarea {
height: auto;
min-height: 100px;
padding-top: 10px;
padding-bottom: 10px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus {
outline: none; box-shadow: none;
-webkit-box-shadow: none;
border: none;
}
::placeholder {
color: #777;
opacity: 1; font-weight: 300;
}
:-ms-input-placeholder { color: #777;
font-weight: 300;
}
::-ms-input-placeholder { color: #777;
font-weight: 300;
}
input[type="button"], input[type="submit"], button {
border: medium none;
cursor: pointer;
display: inline-block;
font-size: 13px;
font-weight: 700;
margin-bottom: 15px;
margin-right: 5px;
outline: medium none;
padding: 3px 25px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
ul{
list-style: disc;
}
ol{
list-style: decimal;
}
ul, ol{
list-style-position: inside;
}
.iw-image-holder {
position: relative;
width: 100%;
background: #ccc;
display: inline-block;
vertical-align: top;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
} .iw-display-table {
display: table;
table-layout: fixed;
width: 100%;
}
.iw-display-table-cell {
display: table-cell;
}
.modal-body {
position: relative;
padding: 20px 15px;
}
.modal-footer{
border-top: none;
padding-top: 0;
}
@media screen and (max-width: 480px) {
body .iw-hide-bg-image-vc-mobile,
body .iw-hide-bg-image-vc-mobile.iw-parallax {
background-image: none !important;
}    } .iw-effect-image-v1 > img {
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.iw-effect-image-v1:hover > img {
-webkit-transform: scale(1.12);
transform: scale(1.12);
}  .iw-effect-button-v1 {
display: inline-block;
-webkit-border-radius: 4px;
border-radius: 4px;
height: 44px;
line-height: 40px;
text-transform: uppercase;
font-weight: 500;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
border: 2px solid !important;
padding: 0 30px;
color: #ffffff;
}
.iw-effect-button-v1:hover {
background: #ffffff !important;
}
.iw-effect-button-v1 span {
display: inline-block;
font-size: 13px;
}
.iw-effect-button-v1 i {
display: inline-block;
font-size: 15px;
margin-left: 5px;
position: relative;
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.iw-effect-button-v1:hover i {
-webkit-transform: translate3d(7px,0,0);
-moz-transform: translate3d(7px,0,0);
transform: translate3d(7px,0,0);
}
.iw-effect-button-v2 {
height: 40px;
line-height: 40px;
background: #33aa58;
-webkit-border-radius: 4px;
border-radius: 4px;
text-transform: uppercase;
font-weight: 500;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
border: 2px solid;
padding: 0 30px;
color: #ffffff;
}
.iw-effect-button-v2 i {
display: inline-block;
margin-right: 5px;
position: relative;
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.iw-effect-button-v2:hover i {
-webkit-transform: translate3d(-7px,0,0);
-moz-transform: translate3d(-7px,0,0);
transform: translate3d(-7px,0,0);
}
.iw-effect-button-v3 {
-webkit-border-radius: 4px;
border-radius: 4px;
text-transform: uppercase;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
border: 2px solid;
padding: 6px 30px;
color: #ffffff;
}
.iw-effect-button-v3:hover {
background: #ffffff !important;
} .enscroll-track.track-dashboard-sidebar{
width: 8px;
background: #D6D8E0;
border: 1px solid #d6d8e0;
-webkit-transition: background 250ms linear;
transition: background 250ms linear;
}
.enscroll-track.track-dashboard-sidebar:hover{
background: #fff;
opacity: 1;
}
.enscroll-track.track-dashboard-sidebar:hover .handle3{
width: 10px;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 10px auto 10px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
*{
outline:none;
}
mark, .mark {
padding: .2em 0.5em;
background-color: #fcf8e3;
}
.wp-caption {
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 0 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text {
line-height: 17px;
margin: 0;
font-style:italic;
background:#f1f1f1;
text-align:left;
padding: 12px 20px;
font-weight: normal;
font-size: 13px; }
body pre{
background: #f5f5f5;
padding: 10px;
}
table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
}
thead tr th, tbody tr td, tbody tr th, tfoot tr td, thead tr th{
padding: 8px;
line-height: 1.62857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
thead tr th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
border-top: none;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.post-text ol{
padding-left:15px;
line-height:36px;
}
.post-text ol ol{
padding-left:30px;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.gallery-caption {
font-weight: normal;
}
.bypostauthor {
font-weight: normal;
}
.sticky{
font-weight: normal;
}
blockquote{
padding-bottom: 0;
padding-top: 0;
font-size: 22px;
border-width: 3px;
}
dt{
font-weight: 600;
} .sticky .post-icon i::before{
content: '\f08d'!important;
}
.iw-parallax,.iw-parallax-overlay{
position: absolute;
width:100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
} body .select2-container--open .iwp-find-jobs-dropdown.select2-dropdown {
border: none;
background-color: #f0f0f0;
} .panel-tools {
position:fixed;
left: auto;
right: -350px;
top: 0;
z-index:9999;
color:#848484;
font-size:11px;
height: 100%;
-webkit-transition: right 0.3s ease;
transition: right 0.3s ease;
overflow: visible !important;
}
.panel-tools:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -54px;
width: 100%;
background-color: #ffffff;
z-index: -1;
}
.panel-tools.active {
right: 0;
padding-left: 54px;
-webkit-transition: right 0.3s ease;
transition: right 0.3s ease;
overflow: hidden !important;
}
.panel-tools .panel-content{
padding:30px;
width:350px;
background:#fff;
-webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.05);
box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.05);
}
.admin-bar .panel-tools .panel-content {
padding-top: 70px;
}
.panel-tools a:active > span.button-command {
top:2px;
}
.panel-tools h3{
font-size:13px;
margin-top:12px;
text-transform:uppercase;
}
.panel-tools .panel-buttons {
right: auto;
left: -52px;
position: absolute;
text-align: center;
top: 40%;
padding: 0;
background: #fff;
border-radius: 6px 0 0 6px;
-webkit-border-radius: 6px 0 0 6px;
-webkit-box-shadow: -3px 0 10px 2px rgba(0,0,0,0.05);
box-shadow: -3px 0 10px 2px rgba(0,0,0,0.05);
}
.panel-tools.active .panel-buttons {
left: 2px;
}
.panel-tools .panel-buttons > a, .panel-tools .panel-buttons > span{
display: block;
cursor: pointer;
font-size:18px;
color: #777;
padding: 0;
border-bottom: 1px solid #f1f1f1;
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
}
.panel-tools .panel-buttons > a:last-child{
border-bottom: none;
}
.off-canvas-enabled body.rtl .panel-tools{
left: 0!important;
right: auto!important;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
.panel-tools .panel-button:hover i{
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.panel-tools .panel-button.active i{
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.panel-tools .panel-rows{
}
.panel-tools .row-setting{
margin-bottom: 35px;
}
.panel-tools .purchase-row{
margin-bottom: 0;
}
.panel-tools .purchase-row a {
color: #fff;
padding: 10px;
text-transform: uppercase;
display: block;
font-size: 14px;
border-radius: 4px;
text-align: center;
}
.panel-tools .purchase-row{
padding-bottom: 20px;
margin-bottom: 20px;
}
.panel-tools h3{
margin:5px 0 25px;
text-align: center;
text-transform: uppercase;
color: #777;
}
.panel-tools .layout-setting .setting{
display: table;
width: 100%;
}
.panel-tools .button-command-wrap{
display: table-cell;
width: 50%;
padding-right: 7px;
}
.panel-tools .button-command-wrap:last-child{
padding-right: 0;
padding-left: 7px;
}
.panel-tools .button-command{
background:#eaeaea;
width:100%;
margin-right:0;
line-height:42px;
font-size:14px;
color:inherit;
text-transform:uppercase;
border-radius: 4px;
font-weight: normal;
}
.panel-tools .button-command.active,.reset-button button{
color:#fff;
}
.panel-tools .color-setting{
text-align: center;
}
.panel-tools .color-setting button{
width:31px;
height:31px;
margin-right:12px;
margin-bottom: 5px;
padding: 0;
border-radius: 4px;
}
.panel-tools .color-setting button.active{
border:1px solid #eee;
}
.panel-tools .color-setting button:last-child{
margin-right:0;
}
.panel-tools .row-setting .description{
margin-top: -10px;
margin-bottom: 15px;
text-align: center;
line-height: 2;
padding: 0 15px;
}
.panel-tools .overlay-setting{
position:relative;
}
.panel-tools .overlay-setting.disabled:after{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
content:'';
background:#fff;
z-index:1;
opacity:0.7;
}
.panel-tools .demo-list .demo-item{
float: left;
width: 50%;
}
.panel-tools .demo-list .demo-item img{
padding: 3px;
}
@media (min-width: 1200px) {
.container, .iw-container {
width: 1200px;
}
}
@media (max-width: 767px) {
.vc_row .container {
padding-left:30px;
padding-right:30px;
}
} body .vc_col-has-fill > .vc_column-inner,
body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner{
padding-top: 0;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat{
background: #f7f7f7;
color: #232323;
}
a.vc_btn3.vc_btn3-shape-rounded{
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
}
a.vc_btn3.vc_btn3-size-sm{
padding: 10px 27px;
font-size: 14px;
font-weight: 400;
}
.iw-btn a.vc_btn3.vc_btn3-shape-rounded{
border-radius: 4px;
}
.iw-has-parallax{
position: relative;
}
.iw-has-parallax .iw-parallax{
background-size: cover !important;
}
@media (min-width: 1024px) {
}
.woocommerce form .form-row .input-checkbox{
position: relative !important;
}
.woocommerce a.button:hover {
background-color: #33aa58;
} #iw-loader-wrapper{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background-color: #000;
}
#iw-loader-wrapper .iw-loader{
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #3498db;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
z-index: 1001;
}
#iw-loader-wrapper .iw-loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #e74c3c;
-webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; }
#iw-loader-wrapper .iw-loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #f9c922;
-webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; }
@-webkit-keyframes spin {
0%   {
-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
0%   {
-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
} .modal-header {
color: #ffffff;
text-transform: uppercase;
padding: 25px 15px;
text-align: center;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-bottom: none;
}
.modal-header .close {
color: #ffffff;
opacity: 1;
width: 24px;
z-index: 9;
margin-top: -23px;
display: none;
}
.modal-title {
font-weight: 500;
color: #fff;
}
.modal-content{
-webkit-box-shadow: 0 15px 50px rgba(0,0,0,.3);
-moz-box-shadow: 0 15px 50px rgba(0,0,0,.3);
box-shadow: 0 15px 50px rgba(0,0,0,.3);
border: none;
}
.modal-content form{
text-align: left;
}
.bg-iwp-about-reality{
background-size: cover;
}
body .entry-content .vc_row.bg-iwp-about-reality_ipt{
background-size: cover !important;
}
.background-scroll{
-webkit-animation:100s bgscroll infinite linear;
-moz-animation:100s bgscroll infinite linear;
-o-animation:100s bgscroll infinite linear;
-ms-animation:100s bgscroll infinite linear;
animation:100s bgscroll infinite linear;
background-repeat: repeat-x;
}
@-webkit-keyframes bgscroll{
100%{
background-position:3000px 0px;
}
}
@-moz-keyframes bgscroll{
100%{
background-position:3000px 0px;
}
}
@-o-keyframes bgscroll{
100%{
background-position:3000px 0px;
}
}
@-ms-keyframes bgscroll{
100%{
background-position:3000px 0px;
}
}
@keyframes bgscroll{
100%{
background-position:3000px 0px;
}
}  .body-boxed .wrapper {
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
margin: auto;
max-width: 1300px;
overflow: hidden;
position: relative;
}
.wrapper{
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
overflow: hidden;
}
.wrapper.for-header-v3 {
-webkit-transition: padding 0.3s ease 0s;
transition: padding 0.3s ease 0s;
}
.canvas-menu-open .iw-overlay{
position: absolute;
background: rgba(0,0,0, 0.3);
width: 100%;
height: 100%;
z-index: 99999;
display: none;
}
.contents-main, .main-content {
padding-bottom: 95px;
padding-top: 95px;
}
body.has-page-heading.page-heading-style1 .contents-main, body.has-page-heading.page-heading-style1 .main-content{
padding-top: 0;
}
.page-template-home-page .contents-main, .page-template-home-page .main-content {
padding-bottom: 0;
padding-top: 0;
}
.page-template-full-width-page .contents-main, .page-template-full-width-page .main-content {
padding-bottom: 0;
padding-top: 0;
} .slide-container rs-module-wrap {
z-index: 0;
} .header-style-v7  .iw-effect-button-v1{
padding-left: 20px;
}
.header.header-default.header-style-v7  .iw-logo{
line-height: 112px;
}
.header-style-v7 .iw-phone-number a{
padding: 44px 0;
display: inline-block;
padding-left: 50px;
color: #FFFFFF;
font-size: 18px;
font-weight: bold;
line-height: 24px;
text-align: right;
font-family: "Open Sans";
}
.header-style-v7 .is-sticky .iw-phone-number a{
color: #838383;
}
.header-style-v7 .iw-phone-number{
display: inline-block;
}
.header.header-default.header-style-v7 .navbar-default .navbar-nav > li > a{
height: 112px;
line-height: 112px;
}
.header-style-v7 .iw-contact-top{
margin: 34px 0px;
margin-left: 20px;
}
.header-style-v7 .iw-phone-number,
.header-style-v7 .iw-contact-top{
display: none;
}  @media (min-width: 1200px){
.container-contentbar.col-lg-8,.container-contentbar.col-md-8,.container-contentbar.col-sm-8,
.container-contentbar.vc_col-lg-8,.container-contentbar.vc_col-md-8,.container-contentbar.vc_col-sm-8 {
width: 70%;
}
.container-sidebar.col-lg-4,.container-sidebar.col-md-4,.container-sidebar.col-sm-4,
.container-sidebar.vc_col-lg-4,.container-sidebar.vc_col-md-4,.container-sidebar.vc_col-sm-4{
width: 30%;
}
.container-sidebar.sidebar-right{
padding-left: 10px;
}
.container-sidebar.sidebar-left{
padding-right: 10px;
}
}   .iw-top-bar-wrapper {
color: #ffffff;
padding: 6px 0;
background-color: #383838;
}
.iw-top-bar-wrapper .top-bar-right {
text-align: right;
}
.iw-top-bar-wrapper .phone-contact {
margin-right: 22px;
}
.iw-top-bar-wrapper .phone-contact > span,
.iw-top-bar-wrapper .email-contact > span,
.iw-top-bar-item span {
font-weight: 500;
}
.iw-top-bar-item .icon {
margin-right: 10px;
font-size: 18px;
}
.iw-top-bar-item .icon:before {
-moz-transform: translateY(2px);
-webkit-transform: translateY(2px);
-o-transform: translateY(2px);
-ms-transform: translateY(2px);
transform: translateY(2px);
}
.iw-top-bar-item .ion-ios-location {
font-size: 16px;
}
.iw-top-bar-wrapper .iw-social-all {
list-style: none;
padding: 0;
margin: 0;
}
.iw-top-bar-wrapper .iw-social-all > li {
display: inline-block;
vertical-align: top;
}
.iw-top-bar-wrapper .iw-social-all > li a {
font-size: 17px;
color: #ffffff;
display: inline-block;
vertical-align: top;
padding: 3px 10px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
} .header.header-default .iw-canvas-btn, .off-canvas-menu {
display: none;
}
.header.header-default {
z-index: 999;
}
.header.header-default .iw-logo {
line-height: 85px;
margin: 0;
}
.header.header-default.header-style-v5 .iw-logo.logo-v5-mobile {
margin: 0;
line-height: 55px;
}
.header.header-default .sticky-wrapper,
.header.header-default .iw-header {
width: 100% !important;
}
.header.header-default .iw-header {
border-radius: 0;
border: none;
background: #ffffff;
min-height: 0;
margin-bottom: 0;
}
.header.header-default .navbar:before,
.header.header-default .navbar:after {
display: none;
}
.header.header-default.header-style-default .is-sticky.iw-header {
border-bottom: none !important;
-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);
box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.header.header-default .is-sticky.iw-header {
animation: smoothScroll 0.3s forwards;
-webkit-animation: smoothScroll 0.3s forwards;
}
@keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}
@-webkit-keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}
body.admin-bar .header.header-default.header-style-default .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v3,
body.admin-bar .header.header-default.header-style-v2 .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v4 {
top: 32px !important;
}
.header.header-default .is-sticky.navbar-default .iw-logo .main-logo,
.header.header-default .navbar-default .iw-logo .sticky-logo,
.header.header-default .navbar-default .iw-logo .logo-mobile {
display: none;
}
body .header.header-default .iw-header-sticky.iw-header {
max-width: none !important;
left: 0 !important;
right: 0 !important;
margin: 0 auto;
}
body .header.header-default .iw-header-sticky.sticky-placeholder.iw-header {
border-color: transparent !important;
}
.header.header-default .is-sticky.navbar-default .iw-logo .sticky-logo {
display: inline-block;
}
.header.header-default .navbar-default .navbar-nav li.menu-item > a {
color: #838383;
}
.header.header-default .navbar-default .navbar-nav > li > a {
font-size: 15px;
font-weight: 500;
height: 85px;
line-height: 85px;
text-transform: capitalize;
padding: 0 15px;
outline: none;
background: none;
}
.header.header-default .icon-arrow {
padding: 0 5px;
}
.header.header-default .icon-arrow:before {
content: "\f3d0";
display: inline-block;
font-family: "Ionicons";
color: #838383;
}
.header.header-default .iw-header .iw-user-property {
display: block;
height: 85px;
line-height: 85px;
}
.header.header-default .iw-header .iw-user-property a.login {
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
margin: 0 20px;
}
.header.header-default .iw-header .iw-user-property a.login i {
position: relative;
top: 3px;
font-size: 22px;
line-height: 1;
margin-right: 5px;
}
.header.header-default .iw-header .iw-user-property .add-property-button {
display: inline-block;
position: relative;
}
.header.header-default .iw-header .iw-user-property .add-property-button .action-button { }
.header.header-default .iw-header .iw-user-property a.add-property {
margin-left: 20px;
}
.header.header-default .iw-header .iw-user-property a.add-property.buy-reality{
text-transform: inherit;
}
.header.header-default .iw-header .iw-user-property .buy-reality-button a i {
font-size: 18px;
}
.header.header-default .iw-header .iw-user-property a.add-property.schedule-visit i {
display: none;
}
.header.header-default .author-login {
margin: 0 0 0 20px;
position: relative;
padding-right: 15px;
display: inline-block;
}
.header.header-default .author-login .author-content {
cursor: pointer;
}
.header.header-default .author-login .author-name:after {
position: absolute;
content: "\f3d0";
font-family: "Ionicons";
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
right: 0;
}
.header.header-default .author-login.open-menu .author-name:after {
content: "\f3d8";
}
.header.header-default .author-login .author-avatar {
display: inline-block;
width: 35px;
height: 35px;
margin-right: 5px;
-webkit-border-radius: 50%;
border-radius: 50%;
position: relative;
line-height: 35px;
}
.header.header-default .author-login .author-avatar img {
width: 100%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.header.header-default .author-login .author-name {
color: #777777;
text-transform: capitalize;
font-weight: 500;
}
.header.header-default .author-login .header-dashboard-menu {
display: none;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
background: #ffffff;
-webkit-border-radius: 4px;
border-radius: 4px;
min-width: 200px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
border-top: 1px #e1e1e1 solid;
z-index: 999;
}
.header.header-default .author-login .header-dashboard-menu ul {
padding: 10px 0;
margin: 0;
}
.header.header-default .author-login .header-dashboard-menu li {
list-style: none;
line-height: 24px;
}
.header.header-default .author-login .header-dashboard-menu li a {
display: block;
font-size: 14px;
font-weight: 400;
padding: 5px 25px;
position: relative;
text-transform: capitalize;
-webkit-transition: padding 0.3s linear;
transition: padding 0.3s linear;
color: #838383;
}
.header.header-default .iw-header .header-dashboard-menu a i,
.header.header-default.header-style-v6 .header-dashboard-menu a i {
margin-right: 9px;
} .header .navbar-nav > li > .sub-menu {
position: absolute;
top: 100% !important;
left: 0;
z-index: 999;
padding: 10px 0;
}
.header .navbar-nav > li > .sub-menu .sub-menu {
padding: 0;
}
.header .navbar-nav > li.sub-menu-position-left-new > .sub-menu {
left: auto;
right: 0;
}
.header .navbar-nav > li.sub-menu-position-center-new > .sub-menu {
right: auto;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.header .navbar-nav > li > .sub-menu {
box-shadow: 0 0 5px rgba(0,0,0,.12);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.12);
background-color: #ffffff;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
}
.iw-nav-menu li .sub-menu li {
position: relative;
list-style: none;
}
.iw-nav-menu li .sub-menu li a {
font-weight: 400;
}
.header .iw-header .iw-menu-main .navbar-nav ul.sub-menu > li > a { display: block;
font-weight: 400;
padding: 5px 20px;
position: relative;
text-transform: capitalize;  }
.header .iw-header .iw-menu-main .navbar-nav > li > .sub-menu {
display: none;
border-top: 1px #e1e1e1 solid;
}
.iw-nav-menu li .sub-menu li{
position: relative;
}
.header .iw-header .iw-menu-main .navbar-nav > li:hover > .sub-menu > li > a,
.header .iw-header .iw-menu-main .navbar-nav ul.sub-menu > li > .sub-menu > li > a {
padding: 5px 20px;
}
.header .iw-header .iw-menu-main .navbar-nav > li > ul.sub-menu > li ul.sub-menu > li > a > i{
display: inline-block;
padding-right: 10px;
}
.header.header-default .sub-menu .icon-arrow:before {
content: "\f3d1";
display: none;
}
.header.header-default li.wrap-1-column .sub-menu .icon-arrow:before {
display: inline-block;
float: right;
}
.header-style-default .iw-top-bar-wrapper .social-header{
display: inline-block;
}
.header-style-default .iw-top-bar-wrapper .text-right-header{
display: inline-block;
vertical-align: middle;
position: relative;
padding-top: 2px;
}
.header-style-default .iw-top-bar-wrapper .text-right-header,
.header-style-default .iw-top-bar-wrapper .text-right-header a{
color: #ffffff;
}
.header-style-default .iw-top-bar-wrapper .text-right-header i{
font-size: 18px;
vertical-align: middle;
margin-right: 2px;
}
.top-bar-right {
position: relative;
}
.top-bar-right > div {
padding-right: 24px;
}
.top-bar-right > div:last-child {
padding-right: 0;
}
.top-bar-right > div:after {
content: '';
position: absolute;
right: 0;
top: 50%;
width: 1px;
height: 18px;
background: #CCCCCC;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.top-bar-right > div:last-child:after {
display: none;
} .header .navbar-nav > li.wrap-1-column > .sub-menu {
width: 200px;
}
.header .navbar-nav li.wrap-1-column .sub-menu {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
background-color: #ffffff;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 10px 0 !important;
}
.header .navbar-nav > li.wrap-1-column > .sub-menu li .sub-menu {
left: 150px;
opacity: 0;
position: absolute;
top: 0;
visibility: hidden;
z-index: 0;
width: 226px;
-webkit-transition: opacity 0.3s linear, left 0.3s linear;
transition: opacity 0.3s linear, left 0.3s linear;
}
.header .navbar-nav > li.wrap-1-column.sub-menu-position-left-new > .sub-menu li .sub-menu,
.header .navbar-nav > li.wrap-1-column.sub-menu2-position-left-new > .sub-menu li .sub-menu {
left: auto;
right: 150px;
-webkit-transition: opacity 0.3s linear, right 0.3s linear;
transition: opacity 0.3s linear, right 0.3s linear;
}
.header .navbar-nav > li.wrap-1-column > .sub-menu li:hover > .sub-menu {
left: 100%;
opacity: 1;
visibility: visible;
z-index: 10;
}
.header .navbar-nav > li.wrap-1-column.sub-menu-position-left-new > .sub-menu li:hover > .sub-menu ,
.header .navbar-nav > li.wrap-1-column.sub-menu2-position-left-new > .sub-menu li:hover > .sub-menu {
left: auto;
right: 100%;
} .header .iw-header .iw-menu-main .navbar-nav > li.wrap-2-column > .sub-menu{
width: 420px;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-2-column > ul.sub-menu > li{
position: relative;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-2-column > ul.sub-menu > li:after{
display: block;
content: '';
clear: both;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-2-column > ul.sub-menu > li {
float: left;
width: 50%;
}
.header .iw-header .iw-menu-main .navbar-nav > li > ul.sub-menu > li > ul > li:last-child > a{
border-bottom: 0;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-columns > .sub-menu > li > a {
font-size: 14px;
color: #777777 !important;
font-weight: 500 !important;
position: relative;
margin-bottom: 10px;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-columns > .sub-menu > li > a:before {
content: "";
position: absolute;
width: calc(100% - 40px);
height: 1px;
left: 20px;
bottom: 0;
background: #efefef;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-columns > .sub-menu > li > a:after {
content: "";
position: absolute;
width: 40px;
height: 1px;
left: 20px;
bottom: 0;
} .header .iw-header .iw-menu-main .navbar-nav > li.wrap-3-column > .sub-menu{
width: 678px;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-3-column > ul.sub-menu > li{
position: relative;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-3-column > ul.sub-menu > li:after{
display: block;
content: '';
clear: both;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-3-column > ul.sub-menu > li {
float: left;
width: 33.33333333%;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-3-column > ul.sub-menu > li > ul > li:last-child > a{
border-bottom: 0;
} .header .iw-header .iw-menu-main .navbar-nav > li.wrap-4-column{
position: static;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-4-column > ul.sub-menu{
position: absolute;
top: 100%;
left: 0;
width: 100%;
}
.header .iw-header .iw-menu-main .navbar-nav > li.menu-item-has-children.wrap-4-column:hover > ul.sub-menu{
top: 53px;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-4-column > ul.sub-menu > li {
float: left;
width: 25%;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-4-column > ul.sub-menu > li > ul > li:last-child > a{
border-bottom: 0;
}
.header .iw-header .iw-menu-main .navbar-nav > li.wrap-4-column > ul.sub-menu > li > ul > li > a > i{
display: inline-block;
padding-right: 15px;
}
.header .form-search-header {
padding: 14px 0;
} .header.header-default.header-style-v2 {
border: none;
position: absolute;
width: 100% !important;
top: 0;
left: 0;
}
.header.header-default.header-style-v2 .sticky-wrapper {
width: 100% !important;
}
.header.header-default.header-style-v2 .iw-header {
padding: 0 30px;
background: none !important;
-webkit-transition: background 0.2s ease, padding 0.2s ease;
transition: background 0.2s ease, padding 0.2s ease;
position: relative;
z-index: 0;
}
.header.header-default.header-style-v2 .iw-header:after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.22;
z-index: -1;
}
.header.header-default.header-style-v2 .navbar-default-inner:after {
content: "";
display: table;
clear: both;
}
.header.header-default.header-style-v2.yes-page-heading {
position: relative !important;
top: auto !important;
left: auto;
}
body.admin-bar .header.header-default.header-style-v2 {
top: 32px !important;
}
body.admin-bar .header.header-default.header-style-v2.yes-page-heading {
top: 0 !important;
}
.header.header-default.header-style-v2.yes-page-heading .iw-header {
background: #ffffff;
}
.header.header-default.header-style-v2.yes-page-heading .sticky-transition.is-sticky.iw-header {
-webkit-transition: transform 0.3s ease 0s;
transition: transform 0.3s ease 0s;
position: fixed;
-webkit-transform:translateY(0);
transform:translateY(0);
}
@media screen and (min-width: 992px) {
.header.header-default.header-style-v2 .is-sticky.iw-header {
background: #ffffff !important;
padding-top: 0;
border-bottom: 1px #f1f1f1 solid;
}
}
.header.header-default.header-style-v2 .is-sticky.iw-header:after {
display: none;
}
.header.header-default.header-style-v2 .navbar-default .navbar-nav > li > a,
.header.header-default.header-style-v2 .navbar-nav > li > a .icon-arrow:before {
color: #ffffff;
}
.header.header-default.header-style-v2 .is-sticky .navbar-nav > li > a .icon-arrow:before {
color: #838383;
}
.header.header-default.header-style-v2.yes-page-heading .navbar-default .navbar-nav > li > a,
.header.header-default.header-style-v2.yes-page-heading .navbar-nav > li > a .icon-arrow:before,
.header.header-default.header-style-v2 .is-sticky.navbar-default .navbar-nav > li > a,
.header.header-default.header-style-v2 .is-sticky.navbar-default.icon-arrow:before {
color: #838383;
}
.header.header-default.header-style-v2 .iw-header .iw-user-property a.login {
color: #ffffff;
}
.header.header-style-v2 .author-login .author-name{
color: #fff;
}
.header.header-style-v2 .is-sticky .author-login .author-name{
color: #777;
}
.header.header-default.header-style-v2 .iw-header .iw-user-property a.add-property.schedule-visit {
border: 2px rgba(255, 255, 255, 0.2) solid;
background: none;
}  .header.header-default.header-style-v3 {
border: none;
width: 100%;
z-index: 9999;
}
.header.header-default.header-style-v3 .iw-header {
-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
}
.header.header-default.header-style-v3 .iw-logo {
width: 332px;
background: #333333;
padding: 0 30px;
}
.header.header-default.header-style-v3 .navbar-default-inner {
height: 85px;
}
.header.header-default.header-style-v3 .navbar-default-inner:after {
content: "";
clear: both;
display: table;
}
.header.header-default.header-style-v3 .navbar-content-right {
padding: 0 30px 0 362px;
}
.header.header-default.header-style-v3 .author-login .author-name,
.header.header-default.header-style-v3 .author-login .author-name::after {
color: #777777;
}  .for-header-v4 {
padding-top: 85px;
}
.header.header-default.header-style-v4 {
border: none;
position: fixed;
width: 100%;
top: 0;
padding: 0 30px;
background: #343434;
}
.header.header-default.header-style-v4 .navbar-default .navbar-nav > li > a,
.header.header-default.header-style-v4 .navbar-default .navbar-nav > li > a .icon-arrow:before ,
.header.header-default.header-style-v4 .author-login .author-name,
.header.header-default.header-style-v4 .author-login .author-name:after,
.header.header-default.header-style-v4 .iw-header .iw-user-property a.login {
color: #ffffff;
}
.header.header-default.header-style-v4 .iw-header{
background-color: inherit;
}  .header.header-default.header-style-v5 .iw-top-bar-wrapper {
background: #ffffff;
padding: 0;
}
.header.header-default.header-style-v5 .iw-logo {
margin-right: 70px;
}
.header.header-default.header-style-v5 .contact {
height: 85px;
display: table;
}
.header.header-default.header-style-v5 .contact > span {
display: table-cell;
vertical-align: middle;
padding: 0 40px;
line-height: 22px;
position: relative;
color: #767676;
text-align: left;
}
.header.header-default.header-style-v5 .contact > span:last-child {
padding-right: 0;
}
.header.header-default.header-style-v5 .contact > span i {
position: absolute;
top: calc(50% - 18px);
left: 0;
font-size: 36px;
text-align: center;
}
.header.header-default.header-style-v5 .contact > span span {
display: block;
}
.header.header-default.header-style-v5 .contact > span span:last-child {
font-weight: 500;
text-transform: uppercase;
}
.header.header-default.header-style-v5 .author-login .header-dashboard-menu {
text-align: left;
}
.header.header-default.header-style-v5 .navbar-default .navbar-nav > li > a {
color: #ffffff;
height: 55px;
line-height: 55px;
padding: 0 20px;
}
.header.header-default.header-style-v5 .icon-arrow:before {
color: #ffffff;
}
.header.header-default.header-style-v5 .is-sticky .iw-top-bar-wrapper {
display: none !important;
}
.header.header-default.header-style-v5 .iw-header .iw-user-property {
height: 55px;
line-height: 55px;
}
.header.header-default.header-style-v5 .author-login {
height: 55px;
}
.header.header-default.header-style-v5 .author-login .author-name,
.header.header-default.header-style-v5 .iw-header .iw-user-property a.login {
color: #ffffff;
}
.header.header-default.header-style-v5 .author-login .author-content {
height: 55px;
}
.header.header-default.header-style-v5 .navbar-default .navbar-nav > li.menu-item[class*="current-menu"] > a,
.header.header-default.header-style-v5 .navbar-default .navbar-nav > li.menu-item > a:hover,
.header.header-default.header-style-v5 .navbar-default .navbar-nav > li.menu-item > a:focus {
color: #ffffff !important;
background: rgba(255, 255, 255, 0.2);
}
.header.header-default.header-style-v5 .navbar-default .navbar-nav > li.menu-item.active > a .icon-arrow::before,
.header-default.header-style-v5 .iw-header .iw-menu-main .navbar-nav > li.menu-item.current-menu-ancestor a .icon-arrow::before,
.header.header-default.header-style-v5 .navbar-default .navbar-nav > li.menu-item[class*="current-menu"] > a .icon-arrow::before,
.header.header-default.header-style-v5 .navbar-default .navbar-nav > li.menu-item > a:hover .icon-arrow::before,
.header.header-default.header-style-v5 .navbar-default .navbar-nav > li.menu-item > a:focus .icon-arrow::before {
color: #ffffff !important;
}
.header.header-default.header-style-v5 .iw-header .iw-user-property a.add-property {
border: 2px rgba(255, 255, 255, 0.2) solid !important;
}  .header .navbar-default-inner:after,
.header .navbar-default-inne .iw-menu-main{
display: table;
clear: both;
content: "";
}
.header-style-v6 .iw-top-bar-wrapper {
padding: 0;
background-color: #222222;
box-shadow: 0 1px 0 0 #333333;
}
.header-style-v6 .iw-top-bar-wrapper .iw-top-bar-row,
.header-style-v6 .iw-top-bar-wrapper .top-bar-right {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
.header-style-v6 .iw-top-bar-wrapper .contact span {
display: inline-block;
font-size: 12px;
color: #9B9B9B;
font-weight: 500;
line-height: 1.5em;
text-transform: uppercase;
}
.header-style-v6 .top-bar-right > div:after {
display: none;
}
.header-style-v6 .iw-top-bar-wrapper .contact > span {
padding: 0 20px;
line-height: 50px;
border-left: 1px solid #333333;
}
.header-style-v6 .iw-top-bar-wrapper .contact span i {
font-size: 16px;
margin-right: 15px;
}
.header-style-v6 .iw-top-bar-wrapper .top-bar-left {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.header-style-v6 .iw-top-bar-wrapper .top-bar-right .iw-user-property {
padding: 0;
line-height: 50px;
float: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
.header-style-v6 .iw-top-bar-wrapper .top-bar-right .iw-user-property .author-login {
padding: 0;
margin: 0;
height: auto;
}
.header-style-v6 .iw-top-bar-wrapper .top-bar-right .iw-user-property .author-login .author-content {
text-align: left;
}
.header-style-v6 .iw-top-bar-wrapper .top-bar-right .iw-user-property .author-login .author-content .author-name {
position: relative;
padding-right: 25px;
}
.header-style-v6 .iw-top-bar-wrapper .top-bar-right .iw-user-property .author-login .author-content .author-name:after {
right: 10px;
}
.header-style-v6 .header-dashboard-menu {
text-align: left;
}
.header-style-v6 .header-dashboard-menu ul li a {
margin-right: 5px;
}
.header.header-default.header-style-v6 .iw-header {
background-color: #111111;
}
.header.header-default.header-style-v6 .iw-logo {
line-height: 115px;
}
.header.header-default.header-style-v6 .navbar-default .navbar-nav > li > a {
height: 115px;
line-height: 115px;
}
.header.header-default.header-style-v6 .navbar-default .navbar-nav > li.menu-item > a {
color: #ffffff;
font-size: 14px;
text-transform: uppercase;
}
.header.header-default.header-style-v6 .top-multi-language {
margin-left: 20px;
line-height: 50px;
}
.header-style-v6 .iw-menu-main .navbar-nav > li:after {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 0;
height: 3px;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.header-style-v6 .iw-menu-main .navbar-nav > li:hover:after {
width: 100%;
opacity: 1;
}
.header-style-v6 .iw-user-property .register-login {
line-height: 50px;
}
.header-style-v6 .iw-user-property .register-login .login {
font-size: 12px;
text-transform: uppercase;
}
.header-style-v6 .iw-user-property .register-login .login i {
margin-right: 10px;
font-size: 16px;
position: relative;
top: 2px;
}
.top-multi-language {
padding: 0 20px;
border-left: 1px solid #333333;
}
.top-multi-language .title-language {
display: inline-block;
margin-right: 15px;
font-size: 12px;
color: #9B9B9B;
text-transform: uppercase;
font-weight: 500;
}
.top-multi-language .list-language {
display: inline-block;
}
.top-multi-language ul {
padding: 0;
margin: 0;
list-style: none;
}
.top-multi-language .list-language .list-language__item {
position: relative;
line-height: 50px;
}
.top-multi-language ul li.item-has-children-language:after {
position: relative;
content:"\f104";
font-family:"Ionicons";
top: 0;
right: -5px;
color: #FF8357;
font-size: 12px;
}
.top-multi-language .list-language li a {
color: #ffffff;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
}
.top-multi-language .list-language .list-language__item .sub-menu-language {
position: absolute;
top: 120%;
left: 0;
z-index: 5;
background-color: #222222;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.top-multi-language .list-language .list-language__item:hover .sub-menu-language {
top: 100%;
opacity: 1;
visibility: visible;
}
.top-multi-language .list-language .list-language__item .sub-menu-language li {
padding: 5px 10px;
line-height: 1.5em;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.top-multi-language .list-language .list-language__item .sub-menu-language li:hover {
background-color: #F26C61;
}
.header-style-v6 .add-property-button {
margin-left: 10px;
}
.header-style-v6 .add-property-button:last-child {
margin-right: 0;
}
.header-style-v6 .add-property-button .add-property {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
padding: 0;
border: none !important;
}
.header-style-v6 .add-property-button .add-property i {
margin: 0;
line-height: normal;
}
.header-style-v6 .add-property-button .add-property:hover {
background-color: #F26C61 !important;
color: #ffffff !important;
}
.header-style-v6 .add-property-button .add-property:hover i {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.header-style-v6 .add-property-button .tooltip .tooltip-inner {
background-color: #F26C61;
}
.header-style-v6 .add-property-button .tooltip.bottom .tooltip-arrow {
border-bottom-color: #F26C61;
}  body.admin-bar.body-boxed .header.header-default.header-style-v2 {
top: 0 !important;
}
body.body-boxed .header.header-default .iw-header-sticky.iw-header {
max-width: 1300px !important;
}
.body-boxed .header.header-default.header-style-v3,
.body-boxed .header.header-default.header-style-v4 {
max-width: 1300px;
}
.body-boxed .header.header-default .iw-header .iw-user-property a.add-property {
padding: 0;
border: none !important;
height: auto;
line-height: 1;
}
.body-boxed .header.header-default.header-style-v5 .iw-header .iw-user-property a.add-property {
border: none !important;
}
.body-boxed .header.header-default .iw-header .iw-user-property a.add-property i {
display: inline-block;
margin: 0;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
color: #ffffff !important;
}
.body-boxed .header.header-default .iw-header .iw-user-property a.add-property:hover i {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.body-boxed .header.header-default .iw-header .iw-user-property a.add-property i.ion-plus-circled {
font-size: 17px;
}
.body-boxed .header.header-default .iw-header .iw-user-property a.add-property.schedule-visit i {
display: inline-block;
}
.body-boxed .header.header-default.header-style-v5 .iw-header .iw-user-property a.add-property {
border: none;
}
.body-boxed .header.header-default.header-style-v5 .iw-header .iw-user-property a.add-property i {
border: 2px rgba(255, 255, 255, 0.2) solid;
-webkit-border-radius: 4px;
border-radius: 4px;
line-height: 31px;
}
.body-boxed .header.header-default .iw-header .iw-user-property a.add-property span {
display: none;
}  .off-canvas-menu, .off-canvas-btn {
display: none;
}
.off-canvas-btn{
-webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
}
.off-canvas-menu {
position: fixed;
top: 0;
right: -310px;
z-index: 999999;
width: 310px;
height: 100%;
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.off-canvas-menu ul {
margin: 0;
padding: 0;
}
.off-canvas-menu .canvas-menu li {
list-style: none;
}
#off-canvas-close i {
color: #ffffff;
position: absolute;
right: 21px;
top: 20px;
font-size: 12px;
}
.off-canvas-menu .canvas-menu .icon-arrow {
right: 0;
top: 50%;
position: absolute;
float: right;
padding: 0 10px;
margin-top: -9px;
transition: transform 0.3s linear 0s;
-webkit-transition: transform 0.3s linear 0s;
}
.off-canvas-menu .canvas-menu .icon-arrow::before {
color: #ffffff;
content: "\f3d0";
font-family: "Ionicons";
margin: 0 10px;
}
.off-canvas-menu .canvas-menu > li.open > a .icon-arrow {
-webkit-transform:rotate(180deg);
transform:rotate(180deg);
}
.off-canvas-menu .canvas-menu .sub-menu > li.open .icon-arrow {
-webkit-transform:rotate(180deg);
transform:rotate(180deg);
}
.iw-canvas-icon {
position: absolute;
right: 30px;
top: 50px;
}
.off-canvas-menu h2.canvas-menu-title {
border-bottom: 1px solid rgba(255,255,255,0.05);
color: #ffffff;
font-size: 18px;
font-weight: 300;
line-height: 30px;
margin: 0;
padding: 17px 18px 19px;
text-transform: uppercase;
}
.off-canvas-menu .canvas-menu li > a {
border-bottom: 1px solid rgba(255,255,255,0.05);
color: #ffffff;
display: block;
font-size: 11px;
font-weight: 500;
line-height: 50px;
margin: 0;
position: relative;
padding: 0 20px;
text-transform: uppercase;
outline: none !important;
}
.off-canvas-menu .canvas-menu li ul.sub-menu {
border-bottom: 1px solid rgba(255,255,255,0.05);
padding-bottom: 10px;
}
.off-canvas-menu .canvas-menu li ul.sub-menu li ul.sub-menu {
border-bottom: none;
padding-bottom: 0;
}
.off-canvas-menu .canvas-menu li ul.sub-menu li a {
font-size: 13px;
font-weight: 400;
padding-top: 18px;
padding-bottom: 15px;
} .off-canvas-menu .canvas-menu > li.open {
border-width: 0;
}
.off-canvas-menu .canvas-menu .sub-menu li > a {
border-bottom: none;
}
.off-canvas-menu .canvas-menu li ul.sub-menu li ul.sub-menu a{
padding-top: 3px;
}
.off-canvas-menu .canvas-menu .sub-menu .sub-menu li > a {
padding: 3px 55px 18px;
}
.off-canvas-menu .canvas-menu .sub-menu .sub-menu li:last-child a {
padding-bottom: 6px;
}   .page-heading .title-desc{
border-left: solid 5px #e3e3e3;
padding-left: 10px;
}
.page-heading.default {
position: relative;
}
.page-heading.default .container-inner {
position: relative;
z-index: 3;
padding-top: 60px;
padding-bottom: 50px;
}
.page-heading.default.not-heading .container-inner {
padding-top: 25px;
padding-bottom: 25px;
}
.page-heading.default .container-inner > .container {
position: relative;
}
.page-heading.default .iw-heading-title h2{
font-size: 42px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
letter-spacing: normal;
text-align: left;
margin: 0;
color: #333;
}
.page-heading.default .iw-heading-title .page-sub-title {
font-size: 13px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
line-height: 2.23;
letter-spacing: normal;
text-align: left;
color: #ffffff;
text-transform: uppercase;
margin-top: -6px;
}
.page-heading.default .breadcrumbs-top .breadcrumbs {
list-style: none;
padding: 0;
margin: 0;
}
.page-heading.default .breadcrumbs-top .breadcrumbs li {
display: inline-block;
vertical-align: top;
}
.page-heading.default .breadcrumbs-top .breadcrumbs li,
.page-heading.default .breadcrumbs-top .breadcrumbs li a {
font-size: 12px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
letter-spacing: normal;
color: #777;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
} .page-heading.default.style2:after {
width: 100%;
height: 100%;
content: "";
position: absolute;
left: 0;
top: 0;
pointer-events: none;
background: rgba(0, 0, 0, 0.7);
}
.page-heading.default.style2 .breadcrumbs-top .breadcrumbs li,
.page-heading.default.style2 .breadcrumbs-top .breadcrumbs li a {
font-size:13px;
color: #ffffff !important;
}
.page-heading.style2 .container-inner .iw-heading-title h2{
color: #ffffff !important;
font-size: 60px;
font-weight: 300 !important;
}
.page-heading.style2 .container-inner .breadcrumbs-wrap,
.page-heading.style2 .container-inner .iw-heading-title h2{
text-align: center;
}
.page-heading.style2 .container-inner {
padding-top: 115px;
padding-bottom: 160px;
}   .property-page-title .page-title {
font-size: 22px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: 1.32;
letter-spacing: normal;
text-align: left;
color: #333333;
margin: -5px 0 0;
}
.property-page-title .porperty-results {
font-size: 12px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
line-height: 1.33;
letter-spacing: normal;
text-align: left;
margin: 4px 0 0;
}
.property-page-title .iw-dropdown {
float: right;
}
.property-page-title #circularG {
float: right;
margin-top: 5px;
margin-right: 10px;
}
.property-page-title .iwp-sortby .iw-display-table-cell {
width: 250px;
padding-right: 15px;
}
.iwp-sortby .title-form {
color:#33aa58;
} aside.widget,
.iwp-sidebar-1 .widget {
border-radius: 4px;
background-color: #ffffff;
margin-bottom: 25px;
padding: 20px 24px;
}
aside.widget:last-child,
.iwp-sidebar-1 .widget:last-child {
margin-bottom: 0;
}
aside.widget .widget-title {
font-style: normal;
font-stretch: normal;
text-align: left;
position: relative;
color: #333333;
font-size: 18px;
font-weight: 500;
line-height: 1.3;
margin: 0 0 23px;
padding-bottom: 15px;
border-bottom: 1px solid #f5f5f5;
}
aside.widget .widget-title::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 65px;
height: 1px;
}
aside.widget .widget-title .sub-title {
font-size: 12px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
line-height: 1.33;
letter-spacing: normal;
text-align: left;
text-transform: uppercase;
display: block;
vertical-align: top;
margin-top: 3px;
}
aside.widget .iw-no-list-style {
padding: 0;
margin: 0;
list-style: none;
}
aside.widget .iw-no-list-style li i {
margin-right: 10px;
}
.iwp-sidebar-1 .widget .iw-dropdown {
max-width: 100%;
}
aside.widget_pages ul li ul.children {
padding-left: 15px;
margin-top: 25px;
}  .page-template-default article{
background: #fff;
padding: 20px 30px;
border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #eee;
}
.post-item .post-content form label input[type="text"],
.post-item .post-content form label input[type="email"],
.post-item .post-content form label input[type="password"],
.post-item .post-content form label input[type="number"],
.post-item .post-content form label input[type="url"],
.post-item .post-content form label input[type="tel"]{
height: auto;
line-height: normal;
padding: 9px 10px;
border-radius: 0;
}
.post-item .post-content form input[type="button"],
.post-item .post-content form input[type="submit"] {
color: #ffffff;
font-weight: 400;
}
.blog-list .blog-masonry { }
.blog-list .blog-masonry .element-item {
padding: 0;
}
.blog-list .post-item, .related-post article .post-item{
position: relative;
margin: 0 15px 30px;
border: 1px solid #eee;
border-radius: 4px;
-webkit-border-radius: 4px;
}
.related-post .related-post-list article .post-item{
margin: 0 30px 30px 0;
}
.related-post .related-post-list article:last-child .post-item{
margin-right: 0;
}
.blog-list .post-item .post-image, .related-post article .post-image {
width: 100%;
overflow: hidden;
background-color: #fff;
position: relative;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}                            .blog-list .post-item .post-video, .related-post article .post-video {
width: 100%;
text-align: center;
overflow: hidden;
background-color: #fff;
}
.blog-list .post-item .post-gallery, .related-post article .post-gallery{
width: 100%;
text-align: center;
overflow: hidden;
position: relative;
background-color: #fff;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}
.blog-list .post-item .post-gallery ul, .related-post article .post-gallery ul{
list-style: none;
padding: 0;
margin: 0;
}
.blog-list .post-item .post-gallery .owl-nav,
.related-list-carousel .owl-carousel .owl-nav {
margin: 0;
}
body .post-gallery .gallery-carousel.owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: calc(50% - 15px);
top: -webkit-calc(50% - 15px);
left: 30px;
margin: 0;
color: #ffffff;
}
body .post-gallery .gallery-carousel.owl-carousel .owl-nav button.owl-next {
position: absolute;
top: calc(50% - 15px);
top: -webkit-calc(50% - 15px);
margin: 0;
right: 30px;
color: #ffffff;
}
.blog-list .post-item .post-content, .related-post article .post-content{
z-index: 9;
background: #ffffff;
padding: 25px 35px 10px;
border-radius: 0 0 4px 4px;
}
.blog-list .post-item .post-meta, .related-post article .post-meta{
margin-bottom: 15px;
overflow: hidden;
text-overflow: ellipsis;
}
.blog-list .post-item .post-meta i, .related-post article .post-meta i{
font-size: 16px;
margin-right: 4px;
}
.blog-list .post-item .post-meta >span:not(.feature-post), .related-post article .post-meta >span:not(.feature-post){
display: inline-block;
margin-right: 4px;
color: #777;
}
.blog-list .post-item .post-title, .related-post article .post-title {
font-size: 16px;
margin: 0 0 12px;
line-height: 26px;
overflow: hidden;
text-overflow: ellipsis;
}
.blog-list .post-item .post-title a, .related-post article .post-title a {
font-weight: 500;
color: #333333;
}
.blog-list .post-item .post-desc, .related-post article .post-desc{
margin-bottom: 20px;
}
.blog-list .post-item .post-desc a, .related-post article .post-desc a {
font-weight: 500;
margin-left: 3px;
}
.post-content .feature-post {
position: absolute;
top: 0;
right: 0;
width: 44px;
height: 44px;
-webkit-border-radius: 0 4px 0 0;
border-radius: 0 4px 0 0;
margin: 0;
overflow: hidden;
}
.post-content .feature-post:before {
content: "";
position: absolute;
top: 0;
left: 0;
border-left: 44px solid transparent;
border-right: 44px solid transparent;
border-top: 44px solid #fab909;
}
.post-content .feature-post:after {
content: "\f3e6";
font-family: "Ionicons";
position: absolute;
top: 0;
right: 8px;
font-size: 22px;
color: #ffffff;
}
.blog-content.single-content .post-meta .feature-post,
.related-post article .feature-post {
color: #ffffff;
padding: 0 8px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
position: absolute;
top: 6px;
right: 6px;
}
.blog-content.single-content .post-main-content.is-sticky .feature-post {
display: none;
}
.blog-content.single-content .related-post article .post-meta .feature-post{
background: transparent;
position: absolute;
top: 0;
right: 0;
width: 44px;
height: 44px;
-webkit-border-radius: 0 4px 0 0;
border-radius: 0 4px 0 0;
margin: 0;
overflow: hidden;
}
.blog-content.single-content .post-meta .feature-post i,
.related-post article .feature-post i{
margin: 0 !important;
}
.blog-list .post-item .post-bar, .related-post article .post-bar {
padding: 10px 0 0;
border-top: 1px solid #f5f5f5;
}
.blog-list .post-item .post-bar ul, .related-post article .post-bar ul{
margin: 0;
padding: 0;
}
.blog-list .post-item .post-bar ul li, .related-post article .post-bar ul li{
list-style: none;
display: inline-block;
line-height: 17px;
}
.blog-list .post-item .post-bar-left, .related-post article .post-bar-left{
float: left;
font-size: 11px;
width: 65%;
}
.blog-list .post-item .post-bar-left a, .related-post article .post-bar-left a {
font-weight: 500;
font-size: 13px;
}
.blog-list .post-item .post-bar-left li.post-author, .related-post article .post-bar-left li.post-author{
margin-right: 3px;
}
.blog-list .post-item .post-bar-left li.post-author img, .related-post article .post-bar-left li.post-author img{
border-radius: 100%;
margin-right: 10px;
width: 35px;
display: inline-block;
}
.blog-list .post-item .post-bar-right, .related-post article .post-bar-right {
float: left;
width: 35%;
text-align: right;
line-height: 35px;
}
.blog-list .post-item .post-bar-right li a, .related-post article .post-bar-right li a{
color: #777777;
}
.blog-list .post-item .post-bar-right li.post-comment-count, .related-post article .post-bar-right li.post-comment-count{
margin-left: 10px;
}
.blog-list .post-item .post-bar-right li.post-social-share, .related-post article .post-bar-right li.post-social-share{
position: relative;
cursor: pointer;
}
.blog-list .post-item .post-bar-right .wrap-social-share, .related-post article .wrap-social-share{
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
background-color: rgb(255, 255, 255);
box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
min-width: 150px;
padding: 5px 20px;
position: absolute;
bottom: 30px;
left: 50%;
visibility: hidden;
opacity: 0;
}
.blog-list .post-item .post-bar-right .wrap-social-share::after, .related-post article .wrap-social-share::after{
content: "";
position: absolute;
left: 50%;
bottom: -10px;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-top: 12px solid #ffffff;
border-right: 12px solid transparent;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.blog-list .post-item .post-bar-right li.post-social-share:hover .wrap-social-share, .related-post article .post-bar-right li.post-social-share:hover .wrap-social-share{
visibility: visible;
opacity: 1;
z-index: 9999999;
}
.blog-list .post-bar-right .wrap-social-share a, .related-post article .post-bar-right .wrap-social-share a{
text-align: left;
display: block;
color: #999999;
font-size: 10px;
text-transform: uppercase;
font-weight: 700;
padding:15px 0;
line-height: 20px;
} .blog-list .post-bar-right .wrap-social-share i, .related-post article .post-bar-right .wrap-social-share i{
font-size: 13px;
margin-right: 10px;
color: #777777;
}
.blog-list .post-bar-right .wrap-social-share a:not(:last-child), .related-post article .post-bar-right .wrap-social-share a:not(:last-child){
border-bottom: 1px solid #e7e7e7;
}
.blog-list .page-nav-blog{
text-align: left;
font-size: 15px;
font-weight: 500;
padding: 23px 0 0;
margin: 0;
}
.blog-list .page-nav-blog .page-numbers{
background: #ebebeb;
color: #777777;
padding: 0;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 4px;
-webkit-border-radius: 4px;
display: inline-block;
margin: 0 3px;
font-size: 14px;
font-weight: 500;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.blog-list .page-nav-blog .page-numbers i{
font-weight: 700;
}
.blog-list .page-nav-blog span.current {
color: #ffffff;
}
.blog-list .page-nav-blog a.page-numbers:hover{
background: #ffffff;
}
.blog-list .page-nav-blog .page-numbers.dots{
background: transparent;
} .iw-pagination {
clear: both;
}
.iw-pagination ul.page-numbers {
padding-top: 23px;
}
.iw-pagination ul.page-numbers li {
margin: 0;
}
.iw-pagination ul.page-numbers li span.page-numbers,
.iw-pagination ul.page-numbers li a {
background: none;
font-size: 15px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: 1em;
letter-spacing: normal;
text-align: center;
color: #cccccc;
width: auto;
height: auto;
margin-right: 14px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.iw-pagination ul.page-numbers li span.page-numbers,
.iw-pagination ul.page-numbers li a.page-numbers:hover {
background: none;
}
.iw-pagination ul.page-numbers li .prev,
.iw-pagination ul.page-numbers li .next {
display: none;
}  .blog-content.single-content article{
margin-bottom: 30px;
}
.blog-content.single-content article:last-child{
margin-bottom: 0;
}
.blog-content.single-content .post-item{
position: relative;
overflow: hidden;
}
.blog-content.single-content .featured-image{
background: #ffffff;
overflow: hidden;
border: 1px solid #eee;
border-radius: 4px 4px 0 0;
border-bottom: none;
position: relative;
}
.blog-content.single-content .featured-image .post-title-feature {
position: absolute;
width: 100%;
left: 0;
bottom: 76px;
}
.blog-content.single-content .post-main-content {
background: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #eee;
}
.blog-content.single-content .post-main-content.is-sticky {
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-top: none;
}
.blog-content.single-content .post-main-content .post-content-top{
position: relative;
padding: 30px 45px 30px;
}
.blog-content.single-content .post-meta ul{
margin: 0;
padding: 0;
display: inline-block;
}
.blog-content.single-content .post-meta ul li{
list-style: none;
display: inline-flex;
line-height: 17px;
margin-right: 10px;
color: #999;
}
.blog-content.single-content .post-meta ul li i{
font-size: 16px;
margin-right: 4px;
}
.blog-content.single-content h2.post-title{
border-bottom: 1px solid #f5f5f5;
margin: 15px 0 30px;
padding-bottom: 10px;
position: relative;
}
.blog-content.single-content h2.post-title::after{
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 142px;
height: 1px;
}
.blog-content.single-content .post-text{
font-size: 15px;
color: #555;
}
.blog-content.single-content .post-text p{
margin-bottom: 16px;
}
.blog-content.single-content .post-text p:last-child{
margin-bottom: 0;
}
.blog-content .post-item .owl-theme .owl-controls {
margin: 0;
position: absolute;
width: 100%;
top: calc(50% - 22px);
}
.blog-content .post-item .owl-theme .owl-controls .owl-buttons div {
height: 44px;
line-height: 44px;
width: 44px;
padding: 0;
margin: 0;
position: absolute;
top: 0;
color: #777;
background: #fff;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
font-size: 14px;
opacity: 1;
}
.blog-content .post-item .gallery.owl-theme .owl-controls .owl-buttons div {
border: none;
}
.post-item .owl-theme .owl-controls .owl-buttons div:hover {
color:#fff !important;
}
.blog-content .post-item .owl-theme .owl-controls .owl-buttons i.fa {
line-height: inherit;
}
.blog-content .post-item .owl-theme .owl-controls .owl-buttons .owl-prev {
left: 30px;
}
.blog-content .post-item .owl-theme .owl-controls .owl-buttons .owl-next {
right: 30px;
}
.blog-content .post-item .related-post .related-list-carousel > .owl-carousel > .owl-nav {
top: -82px;
right: 2px;
position: absolute;
margin: 0;
}
.blog-content .post-item .related-post .related-list-carousel .item {
padding: 0;
}
.blog-content.single-content .post-main-content .post-social-share{
padding: 15px 50px 15px;
border-top: 1px solid #f5f5f5;
}
.blog-content.single-content .post-main-content .post-social-share > a{
color: #ffffff;
border-radius: 4px;
display: inline-flex;
margin-right: 10px;
width: 33px;
justify-content: center;
}
.post-main-content .post-social-share > a.share-buttons-fb{
background: #2980b9;
}
.post-main-content .post-social-share > a.share-buttons-tt{
background: #3ac1f1;
}
.post-main-content .post-social-share > a.share-buttons-linkedin{
background: #f16e8e;
}
.post-main-content .post-social-share > a.share-buttons-gg{
background: #DB4437;
}
.post-main-content .post-social-share > a.share-buttons-tumblr{
background: #36465d;
}
.post-main-content .post-social-share > a.share-buttons-pinterest{
background: #BD081C;
}
.post-main-content .post-social-share > a.share-buttons-email{
background: #f0483e;
}
.blog-content.single-content .post-social-share > a > span{
display: none;
}
.blog-content.single-content .post-social-share > a > i{
font-size: 17px;
color: #ffffff;
}
.blog-content.single-content .post-main-content .post-bar{
border-top: 1px solid #f5f5f5;
margin-top: 15px;
color: #777777;
padding: 15px 50px 10px;
}
.blog-content.single-content .post-bar .post-back-to-top{
cursor: pointer;
font-size: 13px;
color: #999999;
}
.blog-content.single-content .post-tags .tag-title, .blog-content.single-content .post-social-share .share-title{
margin-right: 24px;
text-transform: uppercase;
}
.blog-content.single-content .post-tags > a{
border: 1px dashed #d7d7d7;
padding: 1px 10px;
margin-right: 5px;
display: inline-block;
margin-bottom: 4px;
border-radius: 4px;
}
.blog-content.single-content .post-tags > a:hover{
color: #ffffff;
}
.blog-content.single-content .post-text .alignnone {
width: 100%;
margin: 15px 0;
} .blog-content.single-content .post-text blockquote p:last-child {
margin-bottom: 0;
}
.blog-content.single-content .post-text .gallery{
margin: 35px 0;
}
.blog-content.single-content .post-item .blog-author{
margin-top: 35px;
background: #ffffff;
padding: 40px 30px;
border-radius: 4px;
border: 1px solid #eee;
}
.blog-author .authorAvt{
float:left;
}
.blog-author .authorAvt img.avatar{
border: 1px solid #eee;
border-radius: 100%;
}
.blog-author .authorAvt + .authorDetails{
margin-left: 160px;
}
.blog-author .author-name{
line-height: 24px;
padding-bottom: 10px;
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.blog-author .author-name::after{
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 142px;
height: 1px;
}
.blog-author .author-name a {
font-size: 22px;
}
.blog-content.single-content .comments{
margin: 15px 0 0;
}
.comments-content .comments-title {
margin-bottom: 25px;
font-size: 18px;
color: #333333;
border-bottom: 1px solid #eeeeee;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}
.comments-content .comments-title::before{
position: absolute;
content: '';
bottom: -1px;
left: 0;
width: 142px;
height: 1px;
}
.comments-content .comment_list {
margin: 0;
padding: 0;
list-style: none;
}
.comments-content .comment_list > li {
padding: 30px 35px;
background: #fff;
list-style: none;
margin-bottom: 10px;
border: 1px solid #eee;
border-radius: 4px;
}
.comments-content .comment_list li ul li.comment {
padding: 0;
list-style: none;
}
.comments-content .comment_list > li > ul > li{
margin-top: 15px;
padding: 30px 35px;
border-radius: 4px;
}
.comments-content .comment_list > li > ul li:first-child{
margin-top: 25px;
}
.comments-content .comment_list > li ul.children{
margin-left: 65px;
}
.comments-content .comment_list .commentAvt {
float: left;
width: 70px;
height: 70px;
-webkit-border-radius: 4px;
border-radius: 4px;
overflow: hidden;
margin-right: 35px;
margin-top: 10px;
}
.comments-content .comment_list .commentRight {
overflow: hidden;
}
.comments-content .comment_list .name-cmt {
font-weight: 500;
color: #333333;
text-transform: uppercase;
}
.comments-content .comment_list .date-cmt {
margin-left: 5px;
}
.comments-content .comment_list .content-reply {
margin-top: 5px;
}
.comments-content .comment_list .content-reply ul {
margin-left: 15px !important;
}
.comments-content .comment_list .content-reply li{
padding: 0 !important;
list-style: inherit !important;
background: inherit !important;
}
.comments-content .comment_list .content-reply > p {
margin-bottom: 10px;
}
.comments-content .comment_list .comment_reply a {
font-weight: 400;
color: #333333;
display: inline-block;
margin-right: 15px;
font-size: 12px;
}
.comments-content .comment_list .comment_reply a i {
font-size: 15px;
}
.comments-content .form-comment .comment-respond{
background: #ffffff;
padding: 20px 30px;
border: 1px solid #eee;
border-radius: 4px;
-webkit-border-radius: 4px;
margin-top: 25px;
}
.comments-content .comment_list li .comment-respond{
margin-top: 30px;
}
.blog-content.single-content .comments-content .form-comment {
background: none;
padding: 0;
border: none;
border-radius: 0;
-webkit-border-radius: 0;
margin-top: 0;
}
.blog-content.single-content .comments-content .form-comment .comment-respond{
background: #ffffff;
padding: 20px 30px;
border: 1px solid #eee;
border-radius: 4px;
-webkit-border-radius: 4px;
margin-top: 25px;
}
.comment-respond .comment-reply-title {
margin-top: 0px;
margin-bottom: 20px;
font-size: 18px;
color: #333333;
border-bottom: 1px solid #eeeeee;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}
.comment-respond h3.comment-reply-title::before{
position: absolute;
content: '';
bottom: -1px;
left: 0;
width: 142px;
height: 1px;
}
.comment-respond .comment-reply-title a {
float: right;
margin-top: 10px;
font-weight: 500;
}
.comment-respond .commentFormField textarea, .comment-respond .commentFormField input, .comment-respond .commentFormField input[type='url'] {
height: auto;
line-height: 20px;
border: 0;
color: #9e9e9e;
margin-bottom: 25px;
width: 100%;
outline: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.comment-respond .commentFormField input:focus,
.comment-respond .commentFormField input[type='url']:focus {
background: #f0f0f0;
}
.comment-respond .commentFormField input[type="checkbox"]{
width: auto;
margin: 0 10px 25px 0;
position: relative;
top: 3px;
}
.comment-respond .commentFormFieldCookies{
margin-top: -10px;
}
.comment-respond .commentFormField label{
font-weight: normal;
}
.comment-respond .commentFormField textarea {
padding: 20px;
resize: vertical;
}
.comment-respond .commentFormField input {
padding: 15px 35px;
}
.comment-respond input.btn-submit {
color: #fff;
font-weight: normal;
height: 35px;
line-height: 35px;
margin: 0;
padding: 0 15px;
text-transform: uppercase;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.comments .logged-in-as{
margin-bottom: 15px;
}
.comments .logged-in-as a{
color: #333;
}
.commentList ul.children ul.children ul.children  ul.children{
padding: 0;
}
.commentList ul.children ul.children ul.children ul.children li{
padding-left: 0;
}
.blog-content.single-content .related-post{
margin: 75px 0 0;
}
.blog-content.single-content .related-post .related-post-title-list h3{
margin-bottom: 30px;
font-size: 18px;
color: #333333;
border-bottom: 1px solid #eeeeee;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}
.blog-content.single-content .related-post .related-post-title-list h3::before{
position: absolute;
content: '';
bottom: -1px;
left: 0;
width: 142px;
height: 1px;
}
.blog-content.single-content .related-post .post-social-share{
margin: 0;
}
.blog-content.single-content .screen-reader-text {
display: none;
}
.blog-content.single-content .nav-links {
display: table;
width: 100%;
margin-top: 40px;
}
.blog-content.single-content .nav-links > div {
float: left;
width: 50%;
}
.blog-content.single-content .nav-links > div.nav-next {
text-align: right;
}
.blog-content.single-content .nav-links > div .nav-subtitle {
display: block;
color: #777777;
text-transform: uppercase;
font-weight: 500;
}
.blog-content.single-content .nav-links > div .nav-title {
color: #333333;
font-size: 15px;
text-transform: capitalize;
font-weight: 500;
margin-left: 1px;
}
.blog-content.single-content .nav-links > div .nav-title .nav-title-icon-wrapper {
font-size: 30px;
display: inline-block;
margin-right: 10px;
position: relative;
top: 6px;
}
.blog-content.single-content .nav-links > div.nav-next .nav-title .nav-title-icon-wrapper {
margin: 0 0 0 10px;
}  aside.widget {
margin-bottom: 30px;
background: #ffffff;
border-radius: 4px;
clear: both;
display: inline-block;
width: 100%;
border: 1px solid #eee;
}
aside.widget:last-child {
margin-bottom: 0;
}
abbr[title] {
text-decoration: none;
}
.search-box{
position:relative;
}
.search-box input.top-search{
height: 42px;
line-height: 42px;
border: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: none;
width: 100%;
padding:0 20px 0 20px;
font-size: 14px;
color: #ffffff;
outline: 0;
}
.search-box input.top-search::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.8);
}
.search-box input.top-search:-moz-placeholder { color:    rgba(255, 255, 255, 0.8);
opacity:  1;
}
.search-box input.top-search::-moz-placeholder { color:    rgba(255, 255, 255, 0.8);
opacity:  1;
}
.search-box input.top-search:-ms-input-placeholder { color:   rgba(255, 255, 255, 0.6);
}
.search-box input.top-search::-ms-input-placeholder { color:    rgba(255, 255, 255, 0.6);
}
.search-box input.top-search::placeholder { color:    rgba(255, 255, 255, 0.6);
}
.search-box .sub-search{
position:absolute;
top:1px;
right:0;
}
.widget-area .widget_archive select{
display: table;
width: 88%;
}
aside.widget > form,
aside.widget > select,
aside.widget > ul,
aside.widget ul.menu {
margin: 0;
padding: 0;
}
aside.widget select {
width: 100%;
padding: 10px;
border: 1px solid rgba(0, 0, 0, 0.05);
}
aside.widget_rss ul {
list-style: none;
}
aside.widget_rss ul li {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
aside.widget_rss ul li cite {
font-style: normal;
font-weight: 500;
}
aside.widget_rss ul li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
aside.widget_text .wp-caption {
margin: 0;
padding: 0;
max-width: 100%;
}
.widget_categories ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_nav_menu ul li{
display: inline-block;
width: 100%;
padding: 0;
list-style: none;
text-align: right;
font-size: 15px;
line-height: 20px;
}
.widget_categories ul li > a,
.widget_meta ul li > a,
.widget_archive ul li > a,
.widget_pages ul li > a,
.widget_nav_menu ul li > a{
color: #4c4c4c;
float: left;
}
.default-sidebar aside.widget_nav_menu ul.menu li a{
padding: 0;
color: #4c4c4c;
}
.widget_categories ul li ul.children {
padding-left: 15px;
}
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child{
padding-bottom: 0;
}
.widget_nav_menu ul.sub-menu {
margin: 30px 0 0 15px;
padding-left: 0;
}
.widget_categories ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
line-height: 40px;
}
.widget_categories ul li:not(:last-child),
.widget_meta ul li:not(:last-child),
.widget_archive ul li:not(:last-child),
.widget_pages ul li:not(:last-child),
.widget_nav_menu ul li:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
footer .widget_categories ul li{
line-height: 30px;
}
.tagcloud a{
color: #4c4c4c;
margin: 0 0 10px 0;
padding: 0 12px;
text-transform: capitalize;
display:inline-block;
background: #eee;
font-size: 12px !important;
line-height: 23px;
}
.tagcloud a:hover{
color: #fff;
}
.widget_recent_comments ul{
margin-top:10px;
}
.widget_recent_comments ul li.recentcomment{
padding: 12px 0;
list-style: none;
clear: both;
}
.widget_recent_comments ul li.recentcomment:after {
display: table;
clear: both;
content: '';
}
.widget_recent_comments .recentcomment .comment-avatar{
float: left;
}
.widget_recent_comments .recentcomment .comment-avatar img{
max-width: 80px;
border-radius: 4px;
}
.widget_recent_comments .recentcomment .comment-info{
margin-left: 94px;
}
.widget_recent_comments .recentcomment .comment-author{
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
margin: 0 0 5px;
}
.widget_recent_comments .recentcomment .comment-author a{
color: #333;
font-size: 13px;
font-weight: 500;
}
.widget_recent_comments .recentcomment .comment-author .comment-on{
color: #777;
font-size: 12px;
font-weight: 400;
margin-left: 5px;
text-transform: none;
}
.widget_recent_comments .recentcomment .comment-title{
color: #777;
font-style: italic;
line-height: 21px !important;
display: inline-block !important;
}
.widget_recent_entries .recent-blog-posts-default a.recent-blog-post-thumnail{
max-width: 80px;
float:left;
margin-right: 15px;
overflow: hidden;
}
.widget_recent_entries .recent-blog-posts-default li.recent-blog-post{
padding: 0 0 12px;
font-size: 13px;
display: table;
width: 100%;
}
.widget_recent_entries .recent-blog-posts-default li.recent-blog-post:last-child {
padding-bottom: 0;
}
.widget_recent_entries .recent-blog-posts-default li.recent-blog-post img{
border-radius: 4px;
}
.widget_recent_entries .recent-blog-posts-default .recent-blog-post-detail{
overflow: hidden;
margin-left: 95px;
}
.widget_recent_entries .recent-blog-posts-default .recent-blog-post__not-thumnail .recent-blog-post-detail {
margin-left: 0;
}
.widget_recent_entries .recent-blog-posts-default h3.recent-blog-post-title{
margin: 0;
font-size: 13px;
line-height: 23px;
}
.widget_recent_entries .recent-blog-posts-default h3.recent-blog-post-title a{
color: #4c4c4c;
font-weight: 500;
}
.widget_recent_entries .recent-blog-posts-default .post-date{
color: #8c8c8c;
}
.widget_recent_entries .recent-blog-posts-default .post-date i{
margin-right: 4px;
}
footer aside.widget select,
footer aside.widget_text .wp-caption p.wp-caption-text,
footer aside.widget_tag_cloud a {
color: #333333;
}
footer .widget_recent_comments .recentcomment .comment-title,
footer .widget_recent_comments .recentcomment .comment-author,
footer .widget_recent_comments .recentcomment .comment-author a,
footer .widget_recent_entries .recent-blog-posts-default h3.recent-blog-post-title a {
color: #cccccc;
}
footer aside.widget_tag_cloud a:hover {
color: #ffffff !important;
} body.error404 .wrapper{
background: none !important;
}
.page-content-404{
padding: 116px 0 168px;
text-align:center;
color: #fff;
background-image: url(//gerenciaadministradora.com.br/wp-content/themes/reality/assets/images/bg-404.jpg);
background-position: bottom center;
background-size: cover;
}
.page-content-404 .text_404 {
background-image: url(//gerenciaadministradora.com.br/wp-content/themes/reality/assets/images/bg-title-404.png);
background-position: center center;
padding: 110px 0;
background-repeat: no-repeat;
background-size: auto;
margin-bottom: 55px;
}
.page-content-404 .text_label_404 {
margin-bottom: 17px;
}
.page-content-404 .text_label_404 span {
display: block;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.page-content-404 .home_link{
font-size: 32px;
color: #4a4a4a;
font-weight: 300;
line-height: 1.5em;
margin-bottom: 50px;
}
.search-404 {
width: 65%;
margin: 0 auto;
}
.search-404 .search-box input.top-search {
background-color: #ffffff;
border-radius: 3px;
padding: 11px 15px;
height: auto;
line-height: inherit;
color: #4a4a4a;
}
.search-404 .search-box .search-submit {
margin: 0;
font-size: 14px;
color: #ffffff;
font-weight: 400;
text-transform: uppercase;
background-color: #33aa58;
border-radius: 3px;
padding: 5px 35px 5px 20px;
letter-spacing: 2px;
position: absolute;
right: 5px;
top: 50%;
margin-top: -20px;
}
.search-404 .search-box .search-submit i {
font-size: 18px;
margin-right: 7px;
}
.search-404 .search-box .search-submit i:before {
-moz-transform: translateY(1px);
-webkit-transform: translateY(1px);
-o-transform: translateY(1px);
-ms-transform: translateY(1px);
transform: translateY(1px);
}
.contents-main .iwj-candidate-non-permission{
padding: 35px;
background: #ffffff;
border-radius: 5px;
}
.contents-main .iwj-candidate-non-permission.iwj-padding-no-permission{
margin: 120px 0 90px;
}  .iwp-slider-contact{
max-width: 470px;
}
.iwp-slider-contact .form-content input,
.iwp-slider-contact .form-content textarea,
.iwp-slider-contact .iwp-respon-msg .alert{
display: block;
width: 100%;
position: relative;
padding: 17px 30px;
color: #555555;	font-family: Rubik;
font-size: 12px;
line-height: 14px;
border: 1px solid rgba(230,234,238, .1);
background-color: rgba(239,243,246, .1);
margin-top: 15px;
}
.iwp-slider-contact .iwp-respon-msg .alert.alert-success{
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.iwp-slider-contact .iwp-respon-msg .alert.alert-danger{
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.iwp-slider-contact .iwp-contact-btn{
margin-right: 0;
width: 50%;
float: left;
border-radius: 0;
border: 0;
margin-top: 15px;
}
.iwp-slider-contact .contact-form_content{
color: #FFFFFF;
font-size: 36px;
font-weight: 300;
line-height: 43px;
}
.iwp-slider-contact .contact-form_content em{
color: #F26C61;
font-size: 16px;
line-height: 30px;
margin-top: 25px;
font-style: inherit;
}  .button-custom-contact i{
font-size: 28px !important;
margin-left: 20px;
right: 0px !important;
}
.button-custom-contact a{
font-size: 24px !important;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 4px;
background: none !important;
}
.button-custom-contact a:hover{
background: none;
background-image:none;
}  .flex-container{
display: flex;
}
.flex-container.wrap{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.Properies--slide-style4 .main-image{
text-align: center;
}
.Properies--slide-style4 h3.title{
margin-top: 0;
}
.Properies--slide-style4 h3.title a{
color: #000000;
font-size: 36px;
font-weight: 500;
line-height: 43px;
margin-bottom: 18px;
}
.Properies--slide-style4 .number-price{
color: #F26C61;
font-size: 16px;
font-weight: 500;
line-height: 25px;
}
.Properies--slide-style4 .iw-meta-price{
margin-bottom: 18px;
display: inline-block;
}
.Properies--slide-style4 .propertiesBlock--meta{
color: #333333;
font-size: 13px;
line-height: 15px;
}
.Properies--slide-style4 .iw-property-address{
margin-bottom: 21px;
display: flex;
align-items: center;
}
.Properies--slide-style4 .iw-property-address svg{
margin-right: 10px;
}
.Properies--slide-style4 .iw-property-meta > span span i{
padding-right: 10px;
}
.Properies--slide-style4 .iw-property-meta > span > span{
padding-right: 20px;
}
.Properies--slide-style4 .propertiesBlock--des p{
color: #111111;
font-size: 14px;
line-height: 28px;
margin-bottom: 35px;
}
.Properies--slide-style4 .propertiesBlock--des a{
color: #fff;
border: 5px;
padding: 15px 25px;
text-align: center;
border-radius: 5px;
font-size: 13px;
font-weight: 500;
}
.Properies--slide-style4 .propertiesBlock--des a span{
padding-right: 5px;
display: inline-block;
}
.iw--category_link{
float: right;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
line-height: 17px;
padding: 10px 0;
}
.iw--category_link i{
padding-right: 10px;
display: inline-block;
}
.propertiesBlock > div{
margin-top: 50px;
}
@media screen and (min-width:991px){
.propertiesBlock > div{
width: 50%;
padding: 0 15px;
}
}
@media screen and (min-width: 1366px){
.header-style-v7 .iw-phone-number,
.header-style-v7 .iw-contact-top{
display: inline-block;
}
.Properies--slide-style4 .propertiesBlock--meta{
padding-left: 105px;
}
}   .search-no-results .no-results > h3{
margin-top: 0;
}
.search-results article{
margin-bottom: 30px;
background: #fff;
padding: 36px;
}
.search-results article .entry-summary{
overflow: hidden;
}
.search-results .entry-header h3{
margin-top: 0;
}
.search-results .entry-header h3 a{
color: #333;
font-weight: 500;
}
.search-results .entry-meta ul{
display: inline-block;
list-style: none;
padding: 0;
}
.search-results .entry-meta ul li{
display: inline-block;
font-style: italic;
margin-right: 15px;
color: #777;
}
.search-results .entry-meta ul li i{
font-size: 16px;
margin-right: 1px;
}
.search-results .entry-meta ul li a{
color: #777;
}
.search-results .page-nav-blog > * {
display: inline-block;
font-size: 15px;
font-weight: 600;
text-align: center;
color: #cccccc;
margin-right: 15px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.search-results .page-nav-blog > .dots {
color: #cccccc;
}
.search-results .page-nav-blog > .next,
.search-results .page-nav-blog > .prev {
display: none;
}  .wpcf7-form .cf-contact-us br{
display: none;
}
.wpcf7-form .cf-contact-us {
background-color: #ffffff;
padding: 60px 50px;
}
.wpcf7-form .cf-contact-us .title-contact-us {
color: #000000;
text-align: center;
font-weight: 300;
margin-bottom: 50px;
}
.wpcf7-form .cf-contact-us label {
width: 100%;
display: block;
margin-bottom: 15px;
}
.wpcf7-form .cf-contact-us .wpcf7-form-control-wrap {
display: block;
}
.wpcf7-form .cf-contact-us .wpcf7-form-control-wrap input {
display: block;
height: auto;
width: 100%;
line-height: 48px;
padding: 0 30px;
border: 1px solid #E6EAEE;
background-color: #EFF3F6;
border-radius: 0;
}
.wpcf7-form .cf-contact-us .wpcf7-form-control-wrap textarea {
display: block;
width: 100%;
border: 1px solid #E6EAEE;
background-color: #EFF3F6;
border-radius: 0;
margin-bottom: 15px;
height: 215px;
}
.wpcf7-form .cf-contact-us .btn_submit {
position: relative;
display: block;
width: 100%;
text-align: center;
}
.wpcf7-form .cf-contact-us .wpcf7-submit {
margin: 0;
background-color: #79CEED;
color: #ffffff;
font-weight: 400;
line-height: 48px;
width: 185px;
padding: 0 10px;
text-transform: uppercase;
}
.wpcf7-form .cf-contact-us .btn_submit .ajax-loader {
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}  .iw-footer.iw-footer-default .iw-footer-top {
padding: 18px 0;
background-color: #3c3c3c;
border-bottom: 1px solid rgba(248, 248, 248, 0.1);
}
.iw-footer.iw-footer-v2 .iw-footer-top {
background: #222222;
padding: 80px 0 0;
}
.iw-footer.iw-footer-v2,.iw-footer.iw-footer-v2 .iw-footer-top,.iw-footer.iw-footer-v2 .iw-footer-middle{
color: #777777;
}
.iw-footer.iw-footer-v2 .iw-footer-top .container{
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
padding-bottom: 40px;
}
.iw-footer .iw-footer-menu li a{
color: #ffffff;
}
.iw-footer-menu .nav > li > a:hover, .nav > li > a:focus{
background: transparent;
}
.iw-footer-middle {
background: #333333;
padding: 60px 0;
color: #cccccc;
font-size: 14px;
}
.iw-footer.iw-footer-v2 .iw-footer-middle{
background: #222222;
}
.iw-footer.iw-footer-default .iw-footer-middle{
background: rgba(51, 51, 51, 1) url(//gerenciaadministradora.com.br/wp-content/themes/reality/assets/images/bg-middle-footer.jpg) no-repeat top center;
background-size: cover;
}
.iw-footer aside.widget {
margin-bottom: 30px;
background-color: transparent;
border: none;
border-radius: 0;
padding: 0;
display: block;
}
.iw-footer  .widget:last-child {
margin-bottom: 0;
}
.iw-footer .widget_calendar .calendar_wrap tr th,
.iw-footer .widget_calendar .calendar_wrap tr td {
background-color: transparent;
color: #ffffff;
}
.iw-footer .widget_calendar .calendar_wrap caption,
.iw-footer .widget_calendar .calendar_wrap tfoot tr td a {
color: #ffffff;
}
.iw-footer .widget_calendar .calendar_wrap tfoot tr td#prev,
.iw-footer .widget_calendar .calendar_wrap tfoot tr td#next {
padding: 10px 0 0;
}
footer.iw-footer .widget .widget-title {
font-size: 16px;
font-weight: 500;
line-height: 1.28;
text-align: left;
color: #ffffff;
text-transform: uppercase;
position: relative;
margin: -5px 0 45px;
padding-bottom: 36px;
border-bottom: none;
}
footer.iw-footer .widget .widget-title:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
border-bottom: 1px solid #555555;
width: 100%;
}
footer.iw-footer .widget .widget-title:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
z-index: 1;
border-bottom: 1px solid;
}
.iw-footer-middle .widget_archive ul,
.iw-footer-middle .widget_categories ul,
.iw-footer-middle .widget_pages ul,
.iw-footer-middle .widget_meta ul,
.iw-footer-middle .widget_recent_comments ul,
.iw-footer-middle .widget_recent_entries ul,
.iw-footer-middle .widget_nav_menu ul {
list-style: none;
padding: 0;
}
.iw-footer-middle .widget_archive ul li a,
.iw-footer-middle .widget_categories ul li a,
.iw-footer-middle .widget_pages ul li a,
.iw-footer-middle .widget_meta ul li a,
.iw-footer-middle .widget_recent_comments ul li a,
.iw-footer-middle .widget_recent_entries ul li a,
.iw-footer-middle .widget_nav_menu ul li a {
font-size: 14px;
text-align: left;
color: #cccccc;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
footer.iw-footer .widget_text .textwidget{
padding: 0;
}
.iw-footer-middle .iw-recent-property ul li {
padding: 0;
border-bottom: none;
}
.iw-footer-middle .iw-recent-property .iw-property-thumb {
border-radius: 5px;
}
.iw-footer-middle .iw-recent-property .iw-property-title {
font-size: 14px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
letter-spacing: normal;
text-align: left;
color: #ffffff;
}
.iw-footer-middle .iw-recent-property .iw-property-title a {
color: inherit;
}
.iw-footer-middle .iw-recent-property .iw-property-address {
font-size: 13px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.29;
letter-spacing: normal;
text-align: left;
color: #cccccc;
text-transform: none;
margin-top: 5px;
}
.iw-footer-middle .iw-recent-property .iw-property-price {
font-size: 14px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: 30px;
letter-spacing: normal;
text-align: left;
color: #ffffff;
display: inline-block;
vertical-align: top;
padding: 0 15px;
border-radius: 5px;
margin-top: 12px;
}
aside.widget .social_icon {
margin-top: 40px;
}
aside.widget .social_icon p {
margin: 0;
}
aside.widget .social_icon a{
margin: 0 6px;
}
aside.widget .social_icon a:nth-of-type(1) {
margin-left: 0;
}
aside.widget .social_icon.social_list_style2{
margin-top: 30px;
}
aside.widget .social_icon.social_list_style2 a{
background: #E6EAEE;
width: 25px;
height: 25px;
display: inline-block;
border-radius: 4px;
text-align: center;
line-height: 25px;
margin: 0 2px;
}
aside.widget .social_icon.social_list_style2 a:nth-of-type(1){
margin-left: 0;
}
.iw-copy-right {
padding: 24px 0;
background: #ffffff;
position: relative;
}
.iw-copy-right.dashboard{
padding: 40px 0 20px;
}
.iw-copy-right.v2{
background: #000;
padding: 17px 0;
}
.iw-footer #scroll-to-top {
font-size: 17px;
line-height: 30px;
text-align: center;
border-radius: 90px;
display: inline-block;
vertical-align: top;
width: 30px;
height: 30px;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
right: -30px;
}
.iw-footer #scroll-to-top i {
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
color: #ffffff;
}
.iw-footer #scroll-to-top:hover i {
-webkit-transform: translateY(-30%);
transform: translateY(-30%);
}
.iw-copy-right:not(.v2) .copyright {
color: #333333;
}
.footer-contact-title {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.iwp-dashboard-page .iw-footer {
margin-left: 332px;
}
.iwp-dashboard-page .iw-footer-top,
.iwp-dashboard-page .iw-footer-middle,
.iwp-dashboard-page .iw-copy-right.default,
.iwp-dashboard-page .iw-copy-right.v2,
.iw-copy-right.dashboard {
display: none;
}
.iwp-dashboard-page .iw-copy-right.dashboard {
display: block;
background: #eff3f6;
padding: 0 50px 50px;
}
.iwp-dashboard-page .iw-copy-right .copyright {
text-align: center;
margin: 0;
}
.iwp-dashboard-page .iw-footer #scroll-to-top {
top: 15px;
left: auto;
right: 50px;
}
footer.iw-footer .iw-categories-property ul li a{
color: #ffffff;
}
footer.iw-footer .iw-categories-property ul li b {
font-size: 13px;
}
footer.iw-footer .widget_iwp_categories_property .sub-title{
display: none;
}
footer.iw-footer ul.iw-no-list-style{
margin: 0;
padding: 0;
}
footer.iw-footer ul.iw-no-list-style li{
list-style: none;
}
footer.iw-footer ul.iw-no-list-style li i {
margin-right: 12px;
}
.iw-footer.iw-footer-v3 #scroll-to-top {
position: relative;
top: auto;
transform: translateY(0);
-webkit-transform: translateY(0);
right: auto;
margin-top: 20px;
}  body .wrapper .select2-container {
width: 100% !important;
}
body .select2-container .select2-selection--single {
height: 42px;
border: none;
background: #f0f0f0;
}
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 42px;
padding-left: 30px;
padding-right: 46px;
font-size: 12px;
font-weight: 400;
color: #333333;
text-transform: capitalize;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
width: 40px;
height: 42px;
}
body .select2-container--open .select2-dropdown {
border: 1px #eee solid;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
background: #ffffff;
position: relative;
display: inline-table;
}
body .select2-container--open .select2-dropdown.select2-dropdown--below:after {
content: '';
display: block;
position: absolute;
top: -6px;
left:30px;
width: 10px;
height: 10px;
background: #FFFFFF;
border-top:1px solid #eeeeee;
border-right:1px solid #eeeeee;
transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option[aria-selected="true"] {
background: none;
}
body .select2-container--default .select2-results__option {
background: none;
border-bottom: 1px #eeeeee solid;
color: #333;
}
body .select2-container--default .select2-results__option:last-child {
border: none;
}
body .select2-results__option {
padding: 12px 20px;
}
body .select2-container--default .select2-search--dropdown {
padding: 10px;
position: relative;
}
body .select2-container--default .select2-search--dropdown:after {
content: "\f002";
font-family: "fontAwesome";
position: absolute;
top: 14px;
right: 20px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #eeeeee;
padding: 4px 10px;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option[aria-selected="true"] {
background-color: #eee;
}  .widget_calendar .calendar_wrap,
.widget_text .textwidget {
padding: 0;
}
.widget_calendar .calendar_wrap caption {
padding-top: 0;
font-weight: 500;
font-size: 14px;
color: #333333;
}
.widget_calendar .calendar_wrap tr th,
.widget_calendar .calendar_wrap tr td {
padding: 10px 0;
text-align: center;
background-color: #fafafa;
color: #333333;
border-bottom: none;
}
.widget_calendar .calendar_wrap tfoot tr td {
text-align: inherit;
font-weight: 500;
}
.widget_calendar .calendar_wrap tfoot tr td a {
color: #333333;
}
.widget_calendar .calendar_wrap tfoot tr td#prev {
padding-left: 10px;
}
.widget_calendar .calendar_wrap tfoot tr td#next {
padding-right: 10px;
}
body .widget_archive .select2-container {
margin: 0 24px 20px;
width: calc(100% - 44px) !important;
}  .reality-subscrible-form{
text-align: center;
}
.reality-subscrible-form .mc4wp-form-fields{
display: flex;
justify-content: center;
}
.reality-subscrible-form .mc4wp-form-fields > label{
display: none;
}
.reality-subscrible-form .mc4wp-form-fields > input[type="email"]{
width: 580px;
border-radius: 3px 0 0 3px;
}
.reality-subscrible-form .mc4wp-form-fields > button[type="submit"] {
height: 42px;
border-radius: 0 3px 3px 0;
position: relative;
text-transform: uppercase;
color: #ffffff;
font-size: 16px;
font-weight: 500;
padding-left: 46px;
margin: 0;
}
.reality-subscrible-form .mc4wp-form-fields > button[type="submit"]::after{
content: "\f423";
font-family: Ionicons;
position: absolute;
left: 18px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
color: #ffffff;
font-size: 24px;
}
aside.widget form.mc4wp-form .mc4wp-form-fields {
position: relative;
}
aside.widget form.mc4wp-form .mc4wp-form-fields input {
width: 100%;
}
.iw-footer form.mc4wp-form .mc4wp-form-fields input{
background: transparent;
color: #fff;
border: 1px solid rgba(248, 248, 248, 0.17);
}
.iw-footer form.mc4wp-form .mc4wp-form-fields input[type="email"]{
padding-right: 80px;
}
aside.widget form.mc4wp-form .mc4wp-form-fields button[type="submit"] {
position: absolute;
right: 4px;
bottom: 4px;
margin: 0;
color: #fff;
border-radius: 3px;
padding-left: 13px;
padding-right: 13px;
width: unset;
font-weight: 500;
}
.iw-footer form.mc4wp-form .mc4wp-response{
margin-top: 14px;
} .entry-content .vc_row.bg_position_bottom {
background-position: center bottom !important;
}
.entry-content .bg-position-center-right{
background-position: center right !important;
}
.entry-content .bg-position-top-right{
background-position: top right !important;
}
.iw-footer.iw-footer-v3{
text-align: center;
}
.iw-footer.iw-footer-v3 .iw-footer-middle {
position: relative;
padding-bottom: 45px;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
}
.iw-footer.iw-footer-v3 .iw-footer-middle:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: -1;
}
.iw-footer.iw-footer-v3 .iw-footer-middle .logo-footer {
margin-bottom: 25px;
}
.iw-footer.iw-footer-v3 .iw-footer-middle .widget{
margin: 0 0 10px;
background: none;
border: none;
}
.iw-footer.iw-footer-v3 .textwidget p{
font-size: 36px;
line-height: 36px;
color: #ffffff;
}
.iw-footer.iw-footer-v3 .iw-get-reality {
font-size: 14px;
padding: 8px 23px;
letter-spacing: 2px;
margin-top: 20px;
display: inline-block;
text-transform: uppercase;
border-radius: 3px;
font-weight: 300;
color: #ffffff;
}
.iw-footer.iw-footer-v3 .iw-get-reality:hover{
background: #ffffff;
}
.iw-footer.iw-footer-v3 .iw-copy-right {
background: transparent;
padding: 10px 0;
color: #ffffff;
}
.iw-footer.iw-footer-v3 .iw-footer-middle .iw-social-all {
margin-top: 25px;
padding:0;
}
.iw-footer.iw-footer-v3 .iw-footer-middle .iw-social-all li {
display: inline-block;
list-style: none;
font-size: 24px;
padding: 0 12px;
}
.iw-footer.iw-footer-v3 .iw-footer-middle .iw-social-all a {
color: #ffffff;
} .iw-footer.iw-footer-v4 .iw-footer-top {
background-color: #111111;
padding: 50px 0;
box-shadow: inset 0 -1px 0 0 #252525;
}
.iw-footer-v4 .iw-footer-top__box {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
.iw-footer-v4 .iw-footer-top__menu {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.iw-footer.iw-footer-v4 .iw-footer-top .iw-footer-menu .nav {
float: none;
margin: 0;
}
.iw-footer.iw-footer-v4 .iw-footer-top .iw-footer-menu .nav li {
margin-right: 60px;
}
.iw-footer.iw-footer-v4 .iw-footer-top .iw-footer-menu .nav li:last-child {
margin-right: 0;
}
.iw-footer.iw-footer-v4 .iw-footer-top .iw-footer-menu .nav li a {
padding: 0;
font-size: 12px;
text-transform: uppercase;
}
.iw-footer-v4 .iw-footer-top__social .iw-social-all {
padding: 0;
margin: 0;
list-style: none;
}
.iw-footer-v4 .iw-footer-top__social .iw-social-all li {
display: inline-block;
margin-right: 10px;
}
.iw-footer-v4 .iw-footer-top__social .iw-social-all li:last-child {
margin-right: 0;
}
.iw-footer-v4 .iw-footer-top__social .iw-social-all li a {
display: block;
width: 30px;
height: 30px;
line-height: 30px;
color: #000000;
font-size: 16px;
text-align: center;
background-color: #333333;
border-radius: 50%;
overflow: hidden;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.iw-footer-v4 .iw-footer-top__social .iw-social-all li a:hover i {
-webkit-animation: toTopFromBottom 0.4s forwards;
-moz-animation: toTopFromBottom 0.4s forwards;
animation: toTopFromBottom 0.4s forwards;
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
.iw-footer-v4 .iw-copy-right {
padding: 30px 0;
background-color: #000000;
}
.iw-footer-v4 .iw-copy-right .iw-copy-right__box {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
.iw-footer.iw-footer-v4 .iw-copy-right .copyright {
color: rgba( 255,255,255,0.5 );
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.iw-footer.iw-footer-v4 #scroll-to-top {
position: static;
-moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}  .vc_row.vc_row_custom_index {
z-index: 1;
}
.iw-footer.iw-footer-v5 .iw-copy-right {
padding: 50px 0;
background-color: #EFF3F6;
}
.iw-footer.iw-footer-v5 .iw-copy-right .copyright {
color: #555555;
font-weight: 500;
font-size: 12px;
}
.iw-footer.iw-footer-v5 .iw-copy-right #scroll-to-top {
position: static;
-moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}  body .owl-carousel .owl-nav,
body .owl-carousel .owl-dots {
margin-top: 25px;
text-align: center;
}
body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next {
height: 30px;
width: 30px;
line-height: 26px;
text-align: center;
padding: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 2px solid #e1e1e1;
background: transparent;
font-size: 20px;
color: #807f7f;
opacity: 1;
margin: 5px;
}
body .owl-carousel button.owl-dot {
margin: 0;
}
body .owl-carousel button.owl-dot span {
display: block;
-webkit-border-radius: 50%;
border-radius: 50%;
width: 9px;
height: 9px;
background-color: #a1a1a1;
margin: 0 3px;
transition: all .3s linear 0s;
-webkit-transition: all .3s linear 0s;
}  .header-content-slider{
font-weight: 400 !important;
letter-spacing: 2px !important;
color: #e5e5e5 !important;
}
.footer-content-slider{
color: #C1C1C1 !important;
}
.bottom-block-slider-top{
display: block;
}
.bottom-block-slider:before{
content: "\f375";
font-family: "ionicons";
display: inline-block;
float: left;
margin-right: 10px;
font-size: 50px;
position: relative;
top: 9px;
}
.bottom-block-slider div{
display: inline-block;
}
.bottom-block-slider-top{
font-size: 24px;
font-weight: 600 !important;
}
.bottom-block-slider-bottom{
font-size: 13px;
letter-spacing: 3px !important;
font-weight: 400 !important;
}
a.button-slider:hover{
background: #ffffff !important;
}
a.button-slider{
color: #ffffff;
padding: 13px 18px !important;
border-radius: 4px;
-webkit-border-radius: 4px;
font-size: 16px !important;
}
.header-slider2{
font-size:16px;
font-weight:400;
color:#e9e9e9;
letter-spacing:1px;
text-transform: uppercase;
}
.title-slider2{
font-weight:300;
color:#ffffff;
}
.bottom-slider2{
font-size:14px;
font-weight:400;
color:#ffffff;
text-transform: uppercase;
}
.block-top-slider{
position: relative;
margin-top: -500px;
}
.title-slider3{
color:#ffffff;
}
.header-slider3{
color:#e9e9e9;
}  .item-demo-animation {
max-height: 280px;
position: relative;
overflow: hidden;
}
.item-demo-animation img{
-webkit-transition: all 0.8s;
transition: all 0.8s;
-webkit-transform: translateY(0);
transform: translateY(0);
margin-top: 0;
}
.item-demo-animation:hover img{
margin-top: 280px;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} rs-fullwidth-wrap{
z-index: 0;
} @media (min-width: 768px){
.iw-row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.iw-border-right{
border-right: 1px solid rgba(225, 225, 225, 0.1);
}
.iw-footer-top .iw-border-right{
align-self: center;
}
.iw-footer-menu .nav > li > a{
padding: 15px 30px;
}
}
@media (min-width: 1024px) and (max-width: 1600px) { .iwp-slider-landing-page > .tp-parallax-wrap.iwp-landing-left{
left: 25px !important;
}
.iwp-slider-landing-page > .tp-parallax-wrap.iwp-landing-left2{
left: 220px !important;
}
}
@media screen and (max-width: 1366px){
}
@media screen and (max-width: 1280px) {
.header.header-default .navbar-default .navbar-nav > li > a {
padding: 0 10px;
font-size: 15px;
}
.header.header-default .author-login {
margin: 0 10px;
}
.header.header-default .iw-header .iw-user-property a.login {
margin: 0 10px;
font-size: 15px;
}
.header.header-default .iw-header .iw-user-property a.add-property {
margin-left: 10px;
font-size: 15px;
}
.header.header-default .iw-header .iw-user-property a.add-property {
padding: 0;
}
.header.header-default .iw-header .iw-user-property a.add-property span {
display: none;
}
.header.header-default .iw-header .iw-user-property a.add-property {
border: none !important;
height: auto;
line-height: 1;
}
.header.header-default .iw-header .iw-user-property a.add-property i {
display: inline-block;
margin: 0;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
color: #ffffff !important;
}
.header.header-default.header-style-v5 .iw-header .iw-user-property a.add-property i {
line-height: 31px;
}
.header.header-default .iw-header .iw-user-property a.add-property:hover i {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
color: #ffffff !important;
}
.body-boxed .header.header-default .iw-header .iw-user-property a.add-property i.ion-plus-circled {
font-size: 17px;
}
.header.header-default .iw-header .iw-user-property a.add-property.schedule-visit i {
display: inline-block;
}
.header.header-default.header-style-v5 .iw-header .iw-user-property a.add-property,
.header.header-default.header-style-v5 .iw-header .iw-user-property a.add-property {
border: none !important;
}
.header.header-default.header-style-v5 .iw-header .iw-user-property a.add-property i {
border: 2px rgba(255, 255, 255, 0.2) solid;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.header.header-default.header-style-v3 .iw-logo {
width: auto;
background: none;
}
.header.header-default.header-style-v3 .navbar-content-right {
padding: 0 30px 0 0;
}
.widget_inwave-mortgage_calculator .iwp-mortgage-calculator-form button[type="submit"] i{
display: none;
}
.header.header-default.header-style-v4{
top:0px;
}
}
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1080px){
}
@media (max-width: 1024px) {
div.iw-has-parallax .iw-parallax{
display: none;
}
.contents-main, .main-content {
padding-top: 60px;
}
}
@media screen and (max-width: 991px) {
body .header.header-default .iw-header-sticky.sticky-placeholder.iw-header {
border: none !important;
height: 0 !important;
}
body.admin-bar .header.header-default.header-style-default .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v2,
.header.header-default.header-style-v2 .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v2.yes-page-heading .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v2 .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v4 {
top: 0 !important;
}
.header.header-default.header-style-default .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v2.yes-page-heading .is-sticky.iw-header,
.header.header-default.header-style-v2,
.header.header-default.header-style-v2 .is-sticky.iw-header {
position: relative !important;
-webkit-transform: translateY(0) !important;
transform: translateY(0) !important;
top: auto !important;
left: auto !important;
}
body .for-header-v4 {
padding: 0 !important;
}
.header.header-default.header-style-v4 {
position: relative;
top: auto;
display: table;
}
.header.header-default .iw-header {
background: #ffffff;
-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);
box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);
}
.header.header-default.header-style-v2 {
background: #000000;
-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);
box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);
}
.header.header-default.header-style-v2 .iw-header:after {
display: none;
}
.wrapper.for-header-v3 {
padding-top: 0;
}
body.admin-bar .header.header-default.header-style-v3,
.header.header-default.header-style-v3 {
position: relative;
top: auto !important;
}
.header.header-default.header-style-v2 {
position: absolute;
}
.header.header-default .iw-menu-header-default {
display: none;
}
.header.header-default .iw-header .iw-user-property a.login {
margin-right: 0;
}
.header.header-default .iw-logo .main-logo {
display: none;
}
.header.header-default .navbar-default .iw-logo .logo-mobile {
display: inline-block;
}
.header.header-default .is-sticky.navbar-default .iw-logo .sticky-logo {
display: none;
}
.header-style-v5 .iw-top-bar-wrapper .top-bar-right {
float: none;
} .header.header-default.header-style-v5 .iw-canvas-btn {
line-height: 55px;
}
.header.header-default .iw-canvas-btn {
display: block;
line-height: 85px;
}
.menu-mobile {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
position: absolute;
right: 20px;
top: 25px;
z-index: 9;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
color: #fff;
cursor: pointer;
}
.header .off-canvas-btn {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
cursor: pointer;
margin-left: 10px;
font-size: 14px;
color: #ffffff;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.header.header-default.header-style-v5 .off-canvas-btn {
line-height: 31px;
}
.header.header-style-v5 .off-canvas-btn {
border: 2px rgba(255, 255, 255, 0.2) solid;
}
.canvas-menu-open .iw-overlay{
display: inline-block;
}
.canvas-menu-title {
position: relative;
}
.wrapper {
position: relative;
right: 0;
}
.canvas-menu-open .wrapper {
right: 240px;
}
.canvas-menu-open .off-canvas-menu {
right: 0;
background-color: #333333;
}
.off-canvas-menu .canvas-menu li > a {
font-size: 14px;
text-transform: none;
line-height: normal;
padding: 20px 20px;
}
.off-canvas-menu .canvas-menu li.active > a {
color: #f46c5c;
}
.rev_slider_wrapper {
left: 0 !important;
}
.page-nav.page-nav-blog {
margin: 0 0 35px;
}
body .row-top-in-revolution {
margin-top: -250px !important;
margin-bottom: 210px !important;
} .iw-footer-middle .widget,
.iw-footer-middle .widget:last-child {
margin-bottom: 30px;
}
.vc_row.search-agency-home{
margin-top: 0 !important;
}
.commentList ul.children ul.children ul.children{
padding: 0;
margin-left: 0;
}
.commentList ul.children ul.children ul.children li{
padding-left: 0;
}
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
.iw-footer-menu .nav > li > a {
padding: 15px;
}
}
@media screen and (max-width: 782px) {
body.admin-bar .header.header-default.header-style-default .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v2,
.header.header-default.header-style-v2 .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v2.yes-page-heading .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v4 {
top: 0 !important;
}
}
@media ( min-width: 768px ) and ( max-width: 1365px ) {
.vc_custom_padding_contact .vc_column-inner {
padding-top: 60px !important;
padding-left: 40px !important;
}
}
@media ( min-width: 768px ) and ( max-width: 1200px ) {
.header-style-v6 .iw-top-bar-wrapper .top-bar-left {
display: none;
}
}
@media screen and (max-width: 767px) {
.header.header-default .iw-top-bar-wrapper {
display: none;
}
.page-template-home-page .header.header-default.header-style-v2 .iw-header {
padding: 0 15px;
}
.header.header-default .author-login,
.header.header-default .author-login .author-avatar {
margin: 0;
padding: 0;
}
.header.header-default .author-login .author-name {
display: none;
}
body .iw-background-home {
padding-top: 120px !important;
padding-bottom: 80px !important;
}
.iw-footer #scroll-to-top{
right: 0;
}
.reality-subscrible-form .mc4wp-form-fields > input[type="email"]{
width: 290px;
}
a.button-slider {
font-size: 13px !important;
padding: 6px 18px !important;
}
.iw-property-types.style-3.types-block-in-revolution .iw-property-types-wrap .title-block,
.iw-property-types.style-3.types-block-in-revolution .iw-property-item .iw-property-title a {
color: #333333;
}
.vc_row.vc_custom_style_margin_1 {
margin-top: 50px !important;
}
.vc_custom_padding_contact .vc_column-inner {
padding-top: 60px !important;
padding-left: 40px !important;
}
.element-contact .subscribe-from {
margin-top: 20px;
}
.iw-footer-v4 .iw-footer-top__box {
-webkit-align-items: flex-start;
align-items: flex-start;
flex-direction: column;
-webkit-flex-direction: column;
}
.iw-footer-v4 .iw-footer-top__menu {
margin-bottom: 15px;
}
.iw-footer.iw-footer-v4 .iw-footer-top .iw-footer-menu .nav li {
display: inline-block;
margin-right: 15px;
}
.iw-footer-v4 .iw-copy-right .iw-copy-right__box {
flex-direction: column;
-webkit-flex-direction: column;
}
.iw-footer.iw-footer-v4 #scroll-to-top {
margin-top: 15px;
}
}
@media (max-width: 640px){
body .iw-background-home .iw-heading.style1 .iwh-title {
font-size: 55px !important;
line-height: 55px;
}
.iw-heading {
margin: 0 auto 40px;
}
.reality-subscrible-form .mc4wp-form-fields > button[type="submit"] {
font-size: 13px;
}
}
@media screen and (max-width: 600px) {
body.admin-bar .header.header-default.header-style-default .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v2,
.header.header-default.header-style-v2 .is-sticky.iw-header,
body.admin-bar .header.header-default.header-style-v2.yes-page-heading .is-sticky.iw-header {
top: 0 !important;
}
}
@media screen and (max-width: 480px) {
.header.header-default .iw-header .iw-user-property a.login {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #ffffff;
font-size: 14px;
}
.header.header-default .iw-header .iw-user-property a.login i {
margin: 0;
}
.header.header-default .iw-header .iw-user-property a.login span {
display: none;
}
.header.header-default.header-style-v3 .iw-logo {
padding: 0 15px;
}
.header.header-default.header-style-v3 .navbar-content-right {
padding: 0 15px 0 0;
}
.header.header-default.header-style-v5 .iw-header .iw-user-property a.login {
border: 2px rgba(255, 255, 255, 0.2) solid;
line-height: 31px;
}
.header.header-default .iw-header .iw-user-property a.login i {
font-size: 19px;
color: #ffffff;
}
.reality-subscrible-form .mc4wp-form-fields > input[type="email"]{
width: unset;
}
aside.widget .widget-title {
font-size: 18px;
}
a.button-slider {
padding: 8px 18px;
}
.reality-subscrible-form .mc4wp-form-fields > button[type="submit"] {
font-size: 10px;
padding: 3px 8px 3px 30px;
}
.reality-subscrible-form .mc4wp-form-fields > button[type="submit"]::after {
font-size: 20px;
left: 10px;
}
.comments-content .comment_list > li{
padding: 15px 20px;
}
.comments-content .comment_list .commentAvt{
margin-right: 20px;
}
.comments-content .comment_list > li > ul li:first-child{
margin-top: 20px;
}
.commentList ul.children ul.children{
padding: 0;
margin-left: 0;
}
.commentList ul.children ul.children li{
padding-left: 0;
}
.blog-list .post-item .post-content, .related-post article .post-content{
padding-left: 20px;
padding-right: 20px;
}
.blog-content.single-content .post-main-content .post-content-top{
padding-left: 20px;
padding-right: 20px;
}
.blog-author .authorAvt {
float: none;
text-align: center;
}
.blog-author .authorAvt + .authorDetails {
margin: 25px 0 0;
} .panel-tools {
right: -270px;
}
.panel-tools .panel-content{
width: 270px;
padding: 15px;
}
.panel-tools .purchase-row a {
padding: 5px 10px;
font-size: 12px;
}
.panel-tools .row-setting.layout-setting {
display: none;
}
.panel-tools .color-setting button {
margin-right: 5px;
}
.panel-tools .panel-buttons > a {
display: none;
}
.panel-tools .panel-buttons > span {
border: none;
}
}
@media screen and (max-width: 360px) {
.blog-author .author-name::after{
width: 70px;
}
.comments-content .comment_list .commentAvt{
float: none;
margin-right: 0;
margin-bottom: 10px;
}
.comments-content .comment_list > li ul.children{
margin-left: 0;
}
}