#header #top-wrapper {
background-color: rgba(230, 34, 46, 1);
border: none !important;
}
h2 { font-weight: 500; }
h3 { font-weight: 400; }
h4 { font-size: 22px; font-weight: 200; }
h5 { font-size: 24px; line-height: 30px; font-weight: 500; }
h6 { font-size: 16px; line-height: 18px; font-weight: 400; }
#header #top-wrapper { color: #ffffff; }
#main-wrapper a { color: #53a4d8; }
#main-wrapper a:hover { color: #5066d3; }
#footer .widget-title { color: #ffffff; }
#footer, #footer .widget li { color: #ffffff; }
#footer a:hover { color: #d1d1d1; }
#middle-wrapper, .header-style-h2 .header-logo { line-height: 100px; }
/*body edits*/
p{
font-size: 14px;
}
.post-content strong{
color: #53A4D8;
}


h3{
color: #eb4b55;
}
h4{
font-weight: 400;
color: #eb4b55;
}
a{
font-weight: 600;
}
#top-wrapper a{
text-transform: lowercase;
font-weight: 400;
}
@media (max-width: 992px){
.title-holder{
height: 300px !important;
}
}


/*navigation*/
#primary-menu li a span{
border: 1px solid #ffffff;
padding: 10px;
}
.current-menu-item a span{
border: 1px solid #333 !important;
border-radius: 2px;
}
#primary-menu li a span:hover{
border: 1px solid #333;
border-radius: 2px;
}
.search-form{
z-index: 99;
}
#mobilephone{
display: none !important;
}
@media (max-width: 792px){
#mobilephone{
display: inherit !important;
}
#desktopphone{
display: none !important;
}
}



/*secondary nav*/
.primary-menu > li > ul{
background-color: #ffffff;
}
.primary-menu > li > ul ul.sub-menu{
background-color: #ffffff;
}
.sub-menu  li a:hover{
color: #333 !important;
}



/*top-wrapper*/
#top-wrapper a:hover{
color: #333;
}
#top-wrapper img{
margin-top: 10px !important;
padding-bottom: 0px !important;
}
#top-wrapper p{
margin-bottom: 10px !important;
}


/*Footer*/
footer h3{
text-transform: capitalize;
color: #dddddd;
}
footer .fa{
border: 2px solid #666666;
margin: 5px;
}
footer .fa:hover{
color: #E6222E;
}
#footer-wrapper{
padding: 10px 0 10px 0;
}
