/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.footer_bottom_column p {
    font-family:  'Karla', sans-serif;
    font-size:  15px;
    font-weight: normal;
    color: #ffffff
}

.contacts-paragraph p{
     font-family:  'Karla', sans-serif;
     font-size:  15px;
     font-weight: 700 !important;
     color: #000000;
     text-align: center;
}
.contacts-paragraph p a {
    color: #000000;
    font-weight: 700;
}
.contacts-paragraph p a:hover {
     color: #ee7a5c !important
}

.footer_bottom_column p a {
    color: #ffffff;
    font-weight: normal;
}
.footer_bottom_column p a:hover {
     color: #ee7a5c !important
}

a#back_to_top {
    bottom: 150px
}
.js--hide {
    display: none;
}
div.pp_default #pp_full_res .pp_inline p {
    color: #fff;
}
.header-color h1{
     color: #ffffff;
     font-weight: 900;
     border: 7px solid #ffffff;
     display: inline-block;
     padding: 10px 40px;
     text-transform: uppercase;
}

body.page.page-template-full_width .page-content{
     margin-top: -11.5%;
     background-color: #fff;
     padding: 60px 40px;
}
body.page.page-template-full_width .page-content h3{
     margin-bottom: 20px;

}

body.page.page-template-full_width p{
     font-family: 'Karla', sans-serif;
     font-weight: normal;
}

@media only screen and (max-width: 1023px) {
    #menu-section .section_inner_margin {
        display:  flex;
        flex-direction:  column-reverse;
    }
}
