/*
Theme Name: BRC WPTheme
Theme URI: https://www.junction59.com/
Author: Junction59
Author URI: https://www.junction59.com/
Description: Theme for BRC
Version: 1.1
Text Domain: gaylea
*/



@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);

@font-face {
    font-family: iconFont;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(fonts/MaterialIcons-Regular.woff) format('woff'),
        url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}

/*
div.f-item-1{
    margin-top: 220px;
}

@media screen and (max-width: 1200px) {

    div.f-item-1 {
        margin-top: 240px !important;
    }

}

@media screen and (max-width: 991px) and (min-width: 480px) {

    div.f-item-1 {
        margin-top: 220px !important;
    }

}
*/

@media screen and (max-width: 767px)  {

    div.f-item-1 {
        margin-top: 230px !important;
    }

}

@media screen and (max-width: 620px) {
    div.f-item-1 {
        margin-top: 260px !important;
    }
}

@media screen and (max-width: 480px) {

    div.f-item-1 {
        margin-top: 260px !important;
    }
}

@media screen and (max-width: 460px)  {
    div.f-item-1 {
        margin-top: 300px !important;
    }
}

@media screen and (max-width: 991px) {
    .faq-container .col-md-5 {
        padding: 0;
        margin: 90px -35px !important;
    }
}