/*!
Theme Name: addis_agents
Theme URI: http://seofied.com/
Author: Underscores.me
Author URI: http://seofied.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: addis_agents
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
## Small menu
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	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;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.addis-features {
	display: flex;
	flex-wrap: wrap;
}
.addis-features li {
    width: 33.33%;
}

.prop-typ {
    font-size: 12px !important;
    position: relative;
    top: -3px;
}

ul#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
}

ul#menu-footer-menu li {
    width: 49%;
}

/*.addis-partner {
    display: flex;
    flex-wrap: wrap;
}*/

.addis-partner .col-sm-6.item {
    text-align: center;
    border: 1px solid #ddd;
    padding: 45px;
    display: unset !important;
    flex-direction: unset !important;
}

.addis-partner .col-sm-6.item img.lazyloaded {
    margin-bottom: 30px;
    align-self: center;
}

/*.row.addis-partner {
    display: flex;
    flex-wrap: wrap;
}
*/
.pro-trash {
    top: 8px;
    background: #323232ed;
    width: 28px;
    height: 30px;
    color: #ffffff;
    padding: 6px;
    right: 8px;
    position: absolute;
    z-index: 9999;
}

.pro-trash:hover{
    background: #ea0202;
    width: 28px;
    height: 30px;
    color: #ffffff;
    padding: 6px;
}

.favorite h3 a{
	font-size: 17px !important;
}

.print101{
	padding: 4px 8px;
	float: right;
	margin-bottom: 10px;
	border-radius: 4px;
    background: #d2d2d2;
}

.print101:hover{
	color: #ffffff;
	background: #a8cf45;
}

.print102 a{
	padding: 4px 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	border-radius: 4px;
	 background: #d2d2d2;
}

.print102 a:hover{
	color: #ffffff;
	background: #a8cf45;
}

.add-property .acf-field input[type="text"], .add-property .acf-field input[type="password"], .add-property .acf-field input[type="number"], .add-property .acf-field input[type="search"], .add-property .acf-field input[type="email"], .add-property .acf-field input[type="url"], .add-property .acf-field textarea, .add-property .acf-field select {
    width: 100%;
    padding: 5px 5px;
    resize: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #d2d2d2;
}

.add-property .acf-field input{
 height: 42px;
}

.add-property .acf-field select{
 height: 42px;
}

.add-property .acf-fields > .acf-field {
  border-top: #EEEEEE solid 0px !important;
}
.add-property {
margin-bottom: 40px;
}

.add-property .acf-form-submit .acf-button{
  background: #a8cf45;
  color: #fff;
  padding: 5px 15px;
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 12px;
}

.add-property .acf-form-submit .acf-button:hover{
  background: #323232;
   color: #fff;
}

.acf-field-5ed24f0f61d27{
	height: 120px !important;
}

.add-property #acf-form .acf-fields.acf-form-fields.-top {
    display: initial !important;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8px !important;
}

.property_item .image img{
   height:250px;
}
.proerty_content .proerty_text {
    padding: 32px 20px 5px;
    min-height: 110px !important;
    max-height: 110px !important;
}

#property-d-1-2 .item > img {
    opacity: 0.4;
    width: 100%;
    height:100%;
}

#property #property-d-1 .owl-prev, #property #property-d-1 .owl-next {
    top: 42px  !important;
}

@media screen and (min-width:1024px) and (max-width: 1200px) {
.sticked .navbar-brand {
	display: block !important; 
}
.addis_newsletter input[type="submit"] {
    margin-top: 8px !important;
}	
}

@media screen and (min-width:641px) and (max-width: 990px) {
.layout_boxed nav.navbar.bootsnav.navbar-sticky .navbar-brand{
	display: block !important; 
}	

.addis_newsletter input[type="submit"] {
    margin-top: 8px !important;
}
}

@media screen and (min-width:992px) and (max-width: 1024px) {
.callus .btn-blue{
	padding: 8px 20px !important;
	font-size: 13px !important;
}

.property_item .property_head h3{
  font-size:16px !important;
  padding: 0 14px;
  line-height:22px !important;
}

.addis_newsletter input[type="submit"] {
    margin-top: 8px !important;
}

.p-image {
    width: 100px !important;
    padding: 5px;
}
.feature-p-text > h4 a {
    font-size: 15px;
    color: #1f1f1f;
    font-weight: 300 !important;
    line-height: 24px;
}
.header-upper .logo {
    display: block !important;
}
/*.layout_boxed nav.navbar.bootsnav.navbar-sticky .navbar-brand{
	display: none !important; 
}*/

.sticked .navbar-brand {
	display: block !important; 
}
/*.property_item .property_head h3 {
    font-size: 16px !important;
    padding: 0 18px;
    line-height: 24px !important;
}*/
}




@media screen and (min-width:320px) and (max-width: 769px) {

#menu-header-menu .menu-item-has-children:after {
    content: "\f107" !important;
    font-family: 'FontAwesome' !important;
    color: #ffffff !important;
    float: right;
    top: 11px;
    position: absolute;
    right: 0;
}
 
 #property #property-d-1 .owl-prev, #property #property-d-1 .owl-next {
    display: none;
 }

 .padding280 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.property-mobile .property_item .image img{
   height:auto !important;
}

.property-mobile .proerty_content .proerty_text {
    padding: 25px 20px 20px;
    min-height: auto !important;
    max-height: 100% !important;
}

.pr0 {
    padding-right:15px !important;
}
.pl0 {
    padding-left: 15px !important;
}

.addis-partner .col-sm-6.item img.lazyloaded {
    margin-bottom: 20px;
    align-self: center;
    height: 80px !important;
}

}

@media screen and (min-width:768px) and (max-width:1020px) {
.header-upper .logo {
    display: none;
}

.property-mobile .proerty_content .proerty_text {
    padding: 25px 20px 25px;
    min-height: auto !important;
    max-height: 100% !important;
}

.property-home .proerty_content .proerty_text {
    padding: 25px 20px 15px;
    min-height: auto !important;
    max-height: 100% !important;
}



.pr0 {
    padding-right:15px !important;
}
.pl0 {
    padding-left: 15px !important;
}

	}

@media screen and (min-width:990px) and (max-width:1200px) {
	.layout_boxed nav.navbar.bootsnav.navbar-sticky .navbar-brand, .layout_default nav.navbar.bootsnav.navbar-sticky .navbar-brand, .layout_dark nav.navbar.bootsnav.navbar-sticky .navbar-brand, .layout_double nav.navbar.bootsnav.navbar-sticky .navbar-brand {
    display: none;
}

.tp-parallax-wrap{
	margin-left: 120px !important;
}
.navbar .container{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

}
@media screen and (min-width:641px) and (max-width:1024px) {
     .layout_boxed, .bottom_header {
	    left: 0;
	    right: 0;
	    z-index: 999;
	    position: relative !important;
	}

	.topbar {
	    color: #fff;
	    background: #323232;
    }

    /*.layout_boxed nav.navbar.bootsnav.navbar-sticky .navbar-brand, .layout_default nav.navbar.bootsnav.navbar-sticky .navbar-brand, .layout_dark nav.navbar.bootsnav.navbar-sticky .navbar-brand, .layout_double nav.navbar.bootsnav.navbar-sticky .navbar-brand {
    display: block;
}
*/
.padding280 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pr0 {
    padding-right:15px !important;
}
.pl0 {
    padding-left: 15px !important;
}

.page-banner {
    /*background: url(../images/page-benner-bg.jpg) no-repeat;*/
    background-size: unset !important;
}

}

.intro .dropdown li {
    padding: 0px;
    color: #0f0f0f;
}

.intro .dropdown li span {
		display: block;
	    padding: 8px 12px;
}

.intro .dropdown li span.parent {
    background-color: #03A9F4;
    color: #fff;
}

.intro .dropdown li span.parent {
    background-color: #03A9F4;
    color: #fff;
}

.intro .dropdown li.current {
    background-color: #1F3F81 !important;
    color: #fff !important;
}


.property_item .property_head h3{
  font-size:18px;
  padding: 0 14px;
  line-height:22px !important;
}

.listing_full_bg {
    
    margin: 0 15px !important;
    top: -50px !important;
}

.listing_full_bg h3{
  font-size: 16.5px !important;
  padding: 0px !important;
  line-height:22px !important;
}

#acf-field_5ed24f0f61d27{
	height: 90px;
    margin-bottom: 15px;
    clear: both;
    padding: 10px;
}

.acf-field-5ed24f0f61d27{
	height: 145px !important;
}

.property_head {
    overflow: hidden;
    position: unset;
    max-height: 120px !important;
    min-height: 120px !important;
}

.user-registration-message a {
    background-color: #0078e7;
    color: #fff;
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    padding: .5em 1em;
    border-radius: 2px;
    margin-left: 4px;
}

.property_item .image{
	height: 220px !important;
	background-size: 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.listing_full .image{
	height: 220px !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.fe-img .image{
	height: 220px !important;
	background-size: cover !important;
	background-position:center center; 
	background-repeat: no-repeat;
	overflow: unset !important;
}

.fe-img .image .bg-feimg {
	height: 220px !important;
	background-size: cover !important;
	background-position:center center !important; 
	background-repeat: no-repeat !important;
	overflow: unset !important;
}


.fe-img .price {
    display: inline-block;
    float: unset !important;
    color: #535353;
    font-size: 14px;
    position: relative !important;
    bottom:unset !important;
}



@media screen and (min-width: 320px) and (max-width:569px){


.property_item .image{
	height: 220px !important;
	background-size: 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.listing_full .image{
	height: 220px !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
}

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

.proerty_text {
    padding: 20px 15px 20px 15px !important;
    
}
.property-mobile .proerty_content .proerty_text {
    padding: 32px 20px 25px 0;
    min-height: 120px !important;
    max-height: 100% !important;
}
.bt-new8{
	padding: 4px 8px; 
	float: left !important; 
	margin-top:0px !important; 
	border-radius: 4px;
	margin-right: unset !important;
	margin-bottom: 10px;
	position: relative;
	z-index: 999;

}

.bt-new9{
	padding: 4px 8px; 
	float: left; 
	margin-top:0px !important;
	border-radius: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 999;
}

nav.navbar.bootsnav ul.nav > li > a {
    
    padding: 20px 8px !important;
    
}

/*.fe-img .image{
	height: 420px !important;
}

.fe-img .image .bg-feimg{
	height:420px !important;
}*/


}

.addis-partner .col-sm-6.item {
    min-height: 350px !important;
    max-height: 350px !important;
    height: 350px !important;
}

.partner-box{
	text-align: center;
    border: 1px solid #dadada;
    padding: 35px 20px;
    margin-bottom: 20px;
    min-height: 320px !important;
    max-height: 320px !important;
    
}

.partner-box img{
	margin-bottom: 20px;
}

.bt-new8{
	padding: 4px 8px; 
	float: right; 
	margin-top: -38px; 
	border-radius: 4px;
	margin-right: 75px;

}

.bt-new9{
	padding: 4px 8px; 
	float: right; 
	margin-top: -38px; 
	border-radius: 4px;
	margin-bottom: 10px;
}

/*.fe-img .image .bg-feimg{
	height:300px !important;
}
*/

@media screen and (min-width: 320px) and (max-width: 768px){
.layout_boxed nav.navbar.bootsnav {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
	.bt-new8{
	padding: 4px 8px; 
	float: left !important; 
	margin-top:0px !important; 
	border-radius: 4px;
	margin-right: unset !important;
	margin-bottom: 10px;
	    position: relative;
    z-index: 99;
}

.bt-new9{
	padding: 4px 8px; 
	float: left; 
	margin-top:0px !important;
	border-radius: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	    position: relative;
    z-index: 99;
}

.pro-trash {
    top: 0px;
    right: 15px;
    position: absolute;
    z-index: 9;
}

#property-d-1 .item > img{
	height:340px !important;
	margin: 0 auto;
	width: auto !important;	
}

.bottom30 {
    margin-bottom: 5px !important;
}

.property-details .pro-list {
    margin-left: 0px !important;
}
}

/*.fe-img .image {
	height:450px !important;
}

.fe-img .image .bg-feimg{
	height:450px !important;
}*/




@media screen and (min-width: 768px) and (max-width: 1000px){
.pro-768{
	position: relative !important;
}

.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider {
    visibility:unset !important;
    display: block!important;
}

.tp-parallax-wrap{
	margin-left: 100px !important;
}

#property-d-1 .item > img{
	height: 440px !important;
	margin: 0 auto;
	width: auto !important;	
}

.pro-769{
	position: absolute !important;
	z-index: 9;
}

.pro-770{
	position: relative !important;
}

.pro-771{
	position: relative !important;
	z-index: 99;
}

}

#property-d-1 .item > img{
	height: 540px;
	margin: 0 auto;
	width: auto !important;	
}

#property-d-1 .item {
	background: #000000 !important;
}

#agent-2-slider .property_item .price .tag {
    height: 100px !important;
}


.addis-partner .col-sm-6.item img.lazyloaded {
    height: 85px !important;
    width: auto !important;
}

.single-query .btn-group .dropdown-menu {
    width: auto !important;
    padding: 12px;
    max-height: 186px;
    overflow-y: scroll;
    z-index: 99999!important;
    position: absolute; !important;
}

.multiselect-container>li>a>label {
    padding: 3px 8px 3px 10px !important;
}

.addis_newsletter input[type="submit"] {
    background: #a8cf45;
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    height: 33px !important;
}

.addis_newsletter input[type="email"] {
    background: #ffffff;
    border: none;
    padding: 5px 0px 5px 5px;
    height: 33px;
    font-size: 16px;
}

ul.social_share li a:hover, ul.social_share li a:focus, .pager li > a:hover, .pager li > a:focus, .pager li.active > a {
    color: #a8cf45 !important;
}

.tparrows.tp-leftarrow{
	opacity: 1 !important;
	visibility: visible !important;
}

.tparrows.tp-rightarrow{
	opacity: 1 !important;
	visibility: visible !important;
}

#property #property-d-1-2 .item {
    margin: 5px 3px !important;
    height: 100px;
    overflow: hidden;
}

#property-d-1-2 .item > img {
    opacity: 0.4;
    width:auto !important;
    height: 100px !important;
    vertical-align: middle;
}

/*#partner-slider .item > a img, #partners .item > a img{
    display: inline-block !important;
    max-width: 140px !important;
    width: 100% !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    
}
*/

/*.dropdown-menu li input[type=checkbox] {
  -webkit-appearance: none !important;
  -moz-appearance:    none !important;
  appearance:         none !important;
}*/

