_child_theme.scss 1.85 KB
html, body {
    overflow-x:hidden 
  } 
  body {
    overflow-x: hidden;
    overflow-y: scroll !important;
}

.home.page-template-default {
    #main-nav {
        background:none 
    }
    .entry-header {
        display: none;
    }

}
#page{
    overflow-x: hidden;
    @media only screen and (max-width: 768px) {
        min-height: auto;
        padding-bottom: 50px;
    }
}
#error-404-wrapper,
#content,
#full-width-page-wrapper,
#page-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    //width: calc(100% - 280px);
    width: 100%;
    padding-left:280px;
    padding-top: 0px;
    min-height: 95vh;
    @media only screen and (max-width: 1260px) {
        width: 100%;
        min-height: 90vh;
        padding-left:0px;
        margin-top: -20px;
    }
    #content {
        position: relative;
        width: 100%;
        padding-left:0px;
        min-height: 80vh;
        @media only screen and (max-width: 1260px) {
            padding-left:15px;
        }
    }
}

.wrapper .container{
    padding:0 60px 0 0;
    margin:0px 50px;
    
    @media only screen and (max-width: 1260px) {
        margin:0px;
        padding:0 15px;
        max-width: 100%;
    }
}
.um-um_account_id {
    margin-top: 50px;
    width: 80%!important;
}

h1{
    color: #1A3668;
    font-size: 39px;
    line-height: 49px;
    font-family:"trade-gothic-next";
}
.um-row-heading{
    color: #1A3668 !important;
    font-size: 39px !important;
    line-height: 49px !important;
    font-family:"trade-gothic-next";
}

h2{
    color: #1A3668;
    font-size: 28px;
    line-height: 36px;
    font-family:"trade-gothic-next";
    
}
h3{
    font-family:"trade-gothic-next";
}
p{
    color: #1A3668;
    font-size: 16px;
    line-height: 24px; 
    font-family:"trade-gothic-next";
}
h1 + p {  font-size: 20px; }

#full-width-page-wrapper{
    padding-top:70px;
}