/*
Theme Name:     Listify Child
Theme URI:      https://astoundify.com/products/listify/
Template:       listify
Version:        1.0
*/

.branches {margin: 20px 0px 0px 20px}
.branches h3 {text-decoration: underline}
.already-featured {background:#9fd06c;padding: 2px 8px;color: white !important;}
.primary-header {display: inline-block;}
.menu-item-821:before {content: url('https://api.iconify.design/et:heart.svg?height=15'); vertical-align: -0.125em;margin-right: 7px;}
.menu-item-821 a {margin-left: 0px !important; padding-left: 0px !important;}
.menu-item-821{padding-left: 22px;}
.menu-item-862:before {content: url('/wp-content/uploads/2020/07/promo.png'); vertical-align: -0.125em;margin-right: 7px;}
.menu-item-862 a {margin-left: 0px !important; padding-left: 0px !important;}
.menu-item-862{padding-left: 22px;}
.show-password-input{display: none}
.listings_dd {height: 200px !important; overflow-y: scroll !important}
.listings_dd div {display: none}
.listings_dd ul li label {font-size: 11px !important;}
.promo-heading{color: #b18f6a;}
#text-2 h2 {color: #b18f6a; font-size: 16px; line-height: normal;}
#text-2 h2:before { content: url('/wp-content/uploads/2020/07/promo.png'); }
.popmake-promotions {float: right}

/* Mobiles and tablet combined classes */

@media screen and (min-width: 300px) and (max-width: 992px){
    .main-navigation {width: 56%; float: right;}
    .primary-header {width: 44%;}
    .navigation-bar-toggle {float: right; margin-left: 20px;}
    .mobile-nav-menu-label {display: none}
    .primary-header {box-shadow: none;}
    .navigation-bar-wrapper:before{right: 13px;left: auto;}
    .navigation-bar-wrapper:after {right: 14px;left: auto;}

}

/* Mobiles */
@media only screen
and (min-width: 300px)
and (max-width: 767px) {

}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 992px){

}