

/* Menu */ 
nav.main_menu>ul>li>a {
color: #ffffff !important;
padding: 0 14px;
}
.header_inner,
.page_header,
.header_bottom {
background-color: #0f4f7d !important;
}

/* Home Page */
.q_image_with_text_over .shader {
background-color: rgba(15, 79, 125, 0.5);
}

/* MENU */
#menu-main-menu-e { margin: 0 18px; }
.main-menu li#current a{ background-color: #00a651; }

nav.main_menu>ul>li>a {
padding: 0 8px;
font-size: 12px;
}

/* HOMEPAGE IMAGE TEXT OVER */
.q_image_with_text_over .shader { background-color: rgba(0,0,0,0.2) !important; }

/* FORM */
input { width:97%; background:none; border: solid 1px #a2a2a2; height: 20px; margin: 5px 0; }
textarea { width:97%; background:none; border: solid 1px #a2a2a2; height: 40px; margin: 5px 0; }

p { padding-bottom: 15px; }
h4 { padding-bottom: 15px; }

/*media queries*/
@media only screen and (max-device-width: 480px) {
div.textwidget { padding-top:10px; }
div#text-3.widget.widget_text { text-align: left; }
h3.caption.no_icon { font-size: 24px !important; }
}