/*! Place your custom styles here */

.nav-container{
    min-height: auto !important;
}

#menu1 .btn__text{
    /*font-family: 'Black Ops One', cursive;*/
    font-family: 'Roboto', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

#menu1 .btn__text strong{
    /*font-weight: 400;*/
}

#menu1 .btn__text a{
    color:#3c3739;
    text-decoration: none;
}

#menu1 .btn__text a:hover{
    text-decoration: underline;
}

.feature h3{
    position: relative;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 1.4rem;
}

.feature h3:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background: #ffdf09;
    bottom: -15px;

}

.boxed.boxed--border{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border:1px solid #e0e0e0;
    padding-top: 30px;
    height: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.boxed-img{
    height: 130px;
    margin-bottom: 30px;
}

.boxed-img img{
    max-height: 100%;
}

.boxed.boxed--border p{
    font-size: 14px !important;
    line-height: 1.6;
}

.comments__list li{
    border-radius: 6px !important;
    border:1px solid #dfdfdf !important;
}

.comment__avatar{
    padding-right: 7px;
}

.comment__body{
    font-family: 'Open Sans', sans-serif !important;
}

.comment__body p{
    font-size: 1.2rem;
}

.feature iframe{
    vertical-align: middle;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.phone-col img{
    margin-bottom: 0 !important;
    margin-right: 6px;
}

@media(max-width:1200px) {
    .block-phone{
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}

@media(max-width:992px){
    .btn .btn__text, .btn i{
        font-size: 1.2em;
    }
}