- /*
 Theme Name:   WPResidence Child Theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WPResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      5.6.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* ADDITION EDITT */

/*Adjusting Header Layout for Mobile*/
@media only screen and (max-width: 768px) {

.header_wrapper {

padding: 10px 0;

}

.logo {

max-width: 150px;

}

.navbar-nav > li > a {

padding: 5px 10px;

}

}



/*Implementing a Mobile Menu*/

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

.mobile_header {

display: block;

}

.navbar-toggle {

display: block;

}

.navbar-collapse.collapse {

display: none !important;

}

.navbar-collapse.collapse.in {

display: block !important;

}

}


/*Adjusting Font Sizes Responsively*/

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

.navbar-nav > li > a {

font-size: 14px;

}

}

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

.navbar-nav > li > a {

font-size: 12px;

}

}
/*Media only Screen*/

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

.mobile-search-wrapper {

display: none;

position: absolute;

top: 100%;

left: 0;

right: 0;

background: #fff;

padding: 10px;

box-shadow: 0 2px 5px rgba(0,0,0,0.1);

}

.mobile-search-trigger {

display: block;

cursor: pointer;

}

}
