/*
Theme Name: Child of Architect
Version: 1.0
Description: A child theme of Architect by MyThemeShop
Template: architect
*/
@import url("../architect/style.css");
h1 {
  font-size: 26px !important; }
.logo-wrap {margin: 30px 0 0;}
#social-icons {float: right;margin-top:10px;}
#social-icons img {padding-right:10px;}
.btn_blue:hover, .btn_blue a:hover {color:#fff !important; text-decoration: underline;} 
#client_logins {clear: right; margin-top: 25px;}
.btn_blue {background-color: #0F173E;}
.contact_map {display:none;}
.left {float:left; clear:left;}

#menu-footer {float:right;}
#menu-footer li {
  float: left;
  padding-right: 20px;
  margin-top: 20px;
}

#call_now {display:none;}
@media screen and (max-width:865px){
	#call_now {
		display:block;
	}
	#client_logins {clear: none; margin-top: 0;}
}

#header_buttons {
    position: absolute;
    width: 93%;
    top: 20px;
}