/*
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");


.colTop {
    margin: -83px 0 0;
}

.colcol .vc_column-inner .wpb_wrapper {
    background-color: #eaf1f9;
    padding: 1px 11px;
    border-radius: 9px;
}

nav.main_menu.left {
    position: relative;
    left: auto;
    float: left;
    z-index: 101;
    left: 0 !important;
    width: 94%;
}

.logo_wrapper {
    display: none !important;
}

nav.main_menu a {
    line-height: normal !important;
}

.header_inner_right .side_menu_button {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

.header_top {
    height: auto;
    padding: 15px 0;
    line-height: normal;
}

.header_bottom {
    padding: 9px 0;
    background-color: #ffcc00;
}
.login a, #menu-riettemenu a{
    font-size: 19px;
    color: #0f5fa8 !important;
    font-weight: 600;
    text-transform: none;
    padding: 5px 0 0px;
    display: inline-block;
}


footer {
    padding: 65px 0 0;
}
.rowSide {
    position: fixed !important;
    right: 13px;
    text-align: right;
    z-index: 999999999 !important;
    top: 147px !important;
    margin: 0 !important;
    border: 2px solid #0f5fa8;
    width: 150px;
    background-color: #fff;
    color: #0f5fa8;
    text-align: center;
    border-radius: 5px;
    transform: rotate(-90deg);
    transform-origin: right center;
    padding: 6px 3px;
    font-size: 17px;
}

.iconSide {
    text-align: center;
    padding: 0 0 4px 0;
}


nav.main_menu > ul > li > a {
    color: #0f5fa8;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}
nav.main_menu>ul>li.active>a {
    color: #0f5fa8;
}

.side_menu_button a:last-child {
    top: -5px;
    color: #0f5fa8;
}
@media (max-width : 767px) {
.colcol {
    margin: 0 0 18px;
}
}
@media (max-width : 480px) {
	.header_bottom {
    padding: 0 16px;
}
	.logo_wrapper, .mobile_menu_button {
    display: inline-block;
    height: auto;
    padding: 0 0 10px;
}
	.mobile_menu_button span {
    display: inline-block;
}
	.side_menu_button a:last-child {
    top: 2px;
    color: #0f5fa8;
}
}