//COMMON IMPORTS
@import "../config/imports";
// Title With Video
@media (min-width: 748px) {
.title-with-video-custom {
margin-top: -245px !important;
h1 {
color: #FFF;
}
p {
color: #e6e6e6;
}
}
}
// Section Custom Color
section.section-color-custom {
border-top: 0;
background: #E8E8E8;
}
// Social Icons
.social-icons {
li {
box-shadow: none;
a {
background: transparent;
color: #FFF !important;
}
}
}
// Tabs
.custom-tabs-style-1 {
.nav-tabs {
> li.active {
> a {
p {
font-weight: 900 !important;
}
}
}
}
}
// Divider
.divider-top-section-custom {
margin-bottom: -51px !important;
}
.divider-custom {
position: relative;
height: 10px;
width: 35px;
display: inline-block;
&:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
border-right: 1px solid #CCC;
height: 240%;
transform: translate3d(-50%, -50%, 0);
}
}
// Google Map
.google-map {
margin: 35px 0 -50px !important;
}
// Footer
#footer {
.logo {
img {
max-width: 100px;
opacity: 0.5;
}
}
hr.solid {
background: #1b1b1b none repeat scroll 0 0;
margin-top: -10px;
}
h5 {
font-size: 15px;
}
.fa-phone {
position: relative;
top: 1px;
margin-right: 2px;
}
.footer-email-custom {
margin: 2px 10px 0 0;
font-size: 13px;
border-right: 1px solid #1b1b1b;
padding: 0 20px 3px 0 ;
display: block;
}
}