/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.single div#content{
    padding: 15px;
}
.srp-flex{
    display: flex;
}
.srp-fullheight{
    height: 100vh;
}
.header-wrapper{
    max-width: 1000px;
    margin: auto;
}
header#masthead.fixed {
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 4px #d3d3d3;
}
footer{
    margin-top: 60px;
}

/*  Footer styles  */


#masthead ul#secondary-menu {
    display: flex;
    font-size: 12px !important;
    list-style: none;
    justify-content: center;
       margin-top: 20px;
}
.main-navigation li {
    font-family: Source Sans Pro;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
}


ul.sub-menu {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
}
.sub-menu a.menu-image-title-after{
    margin: auto;
}

ul.footer-menulegals {
    margin: 0;
    padding: 0;
    width: auto;
    font-weight: 600;
    text-align: right;
    min-width: 280px;
    clear: both;
    font-size: 12px;
    line-height: 30px;
    list-style: none;
}

ul.footer-menulegals li {
    font-family: Source Sans Pro;
    font-weight: 600;
    float: left;
    position: relative;
    display: list-item;
    text-align: -webkit-match-parent;
    padding-right: 3%;
    padding-left: 3%;
}

ul.footer-menulegals li a {
    text-decoration: none;
    color: #444;
}

#secondary-menu > .menu-item::after, .footer-menulegals > li::after {
    content: "/";
    position: absolute;
    top: 0;
    right: -3px;
}

.srp-main-row {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.srp-full-col {
    width: 100%;
    text-align: center;
}
.srp-half-col {
    width: 100%;
    text-align: center;
    height: auto !important;
    min-height: 300px;
        position: relative;
}
.srp-half-col > img {
    width: 100%;
    height: 100vh;
}
.site-footer .menu-item {
    list-style: none;
    padding: 0 !important;
}
.site-footer .menu-item a, .site-footer .menu-item p{
    text-decoration: none;
    color: #4a4a4a;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
footer#colophon {
    background: #f3f3f3;
    padding: 0 10%;
    padding-top: 30px;
    padding-bottom: 40px;
}
.page-template-custom-companyia footer#colophon {
    margin-top: 0;
}
.site-footer ul#secondary-menu {
    margin: 0;
    padding: 0;
}
.site-footer .site-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}

.left-footer {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.right-footer {
    /* float: right; */
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    align-items: center;
}
.srp-main-row.motor-tab {
    min-height: 935px;
}
.flex {
    flex-direction: column;
    justify-content: center;
}
.srp-main-row.srp-recent-posts {
    padding: 0 30px;
}

/* Mobile conts */

.maintest.fullheight-mobile{
     height: 80vh; 
     display: flex;
    justify-content: center;
}
.maintest.fullheight-mobile > div {
    align-self: center;
}
.srp-info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*--------------------------------------------------------------
# Txt Styles
--------------------------------------------------------------*/

.section-heading{
    color: #4a4a4a;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
.thetitle{
    line-height: 25px;
}
.section-heading > .thetitle{
    line-height: 36px !important;
}
.section-txt{
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
    max-width: 485px;
    margin: auto;  
    margin-bottom: 30px;  
}
.srp-info-wrap .section-txt {
    margin: 0;
    align-self: center;
    text-align: left;
}
.section-link{
    color: #f8ce4a;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    
}
.section-link:visited{
    color: #f8ce4a;
}

/*              Colors               */

.grey{
    background: #f3f3f3;
}


/*--------------------------------------------------------------
# Media & misc
--------------------------------------------------------------*/

.srp-main-row.company-quote {
    height: 80vh;
    background: url(http://devsiroppe.d866.dinaserver.com/norton/wp-content/uploads/2017/10/hall.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.srp-quote-cont {
    display: flex;
    justify-content: center;
    max-width: 950px;
    margin: auto;
    position: relative;
    height: 100%;
}
.srp-quote-cont p {
    align-self: center;
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-weight: 700;
    font-style: italic;
    font-size: 17px;
    padding: 0 20px;
}
p.quote-author {
    bottom: 0;
    right: 0;
    color: #fff;
    position: absolute;
}
img.quotesign {
    position: absolute;
    left: 0;
    top: -45px;
    
}
.srp-quote-cont p span {
    background-color: #f8ce4a;
        padding: 0 6px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.home-video {
    backface-visibility: hidden;    
    background: #000;    
    background-size: cover;    
    min-height: 100%;    
    min-width: 100%;    
    perspective: 1000;    
    position: initial;
    height: 80vh;
    right: 0;    
    max-width: 100%;
    top: 0;    
    width: auto;    
    z-index: -1
}
#the-map{
    height: 80vh;
    overflow: hidden;
}