Homepage Content
HEADER
/* Code for Desktop */
@media only screen and (min-width: 900px) {
#agentLogo {
width: 375px;
height: 184px;
}
}
/* Code for Tablet */
@media only screen and (max-width: 900px) {
.c-header-centered {
padding-top: 60px;
}
}
/* Code for Mobile */
@media only screen and (max-width: 500px) {
.c-header-centered {
padding-top: 75px;
}
#agentLogo {
padding-bottom: 15px;
height: 100%;
width: 100%;
}
.c-header-centered .c-topbar-email--link {
width: 100%;
padding-top: 10px;
}
.c-header-centered .c-social-media {
padding-bottom: 10px;
margin-top: 15px;
}
}
/*@supports (-ms-accelerator:true){*/
/* .c-header-centered .c-topbar-phone{*/
/* margin-right:50px !important;*/
/* }*/
/*}*/
/**/
@media screen and (min-width:0\0) {
.c-header-centered .c-topbar-email{
text-align:center;
}
}
.c-header-centered .c-topbar-email--link, .c-header-centered .c-topbar-phone--link, .c-header-centered .c-topbar-address--link {
white-space: nowrap;
color: #fff;
}
.leftAgentLogo {
width: 250px;
}
.logoText {
text-align: center;
color: #203253;
}
.logoText span {
font-size: 24px;
}
@media only screen and (min-width: 992px) {
.c-header-centered .c-template__logo {
flex-flow: row nowrap;
justify-content: space-between;
}
/* Topbar phone weird on IE Fix */
.c-header-centered .c-topbar-location--primary .c-topbar-phone {
width: auto;
}
}
.page-blog .c-page--header {
display: none;
}