.site-header .main-navigation{
  border:none;
  background-color : #03418a !important;
}
.site-header .main-navigation ul li a { color: #fff !important; }
.site-header .main-navigation ul li a:hover {color: #dac45f !important;}
.site-header .site-container{
   /* background: #fefbc6; */
    text-align:inherit !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-header-topbar{box-shadow:none;}
.site-footer-bottom-bar{
background: #e4cd68;
color: #000;
}
.site-footer-widgets h2.widgettitle {
    font-size: 20px !important;
    font-weight: bold !important;
}
.header_right{
    float: right;
    width: 50%;
    text-align: right;
}
.header_right h2 {
    font-family: Roboto;
    font-weight: 500;
}
.header_right p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
}
.header_right a {
    color: #fff;
    background: #03418a;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
}
.site-footer-widgets {   background: #fefbc6; }
@media (max-width: 768px){
.site-branding{width: 50%;}
.header_right p {
    font-size: 10px;
    margin-bottom: 5px;
}
.header_right h2 {   font-size: 8px; }
.header_right a {  font-size: 10px; }
}
.site-topbar-left {
    width: 100%;
}
.site-header-topbar {
    background: #03418a ;
    color: #fff;
    text-transform: capitalize;
}
.site-header-topbar ul li a {   text-transform: capitalize;  padding: 8px 12px;    font-size: 14px;}
.site-header-topbar ul li a:hover {color:#dac45f !important; }
.header_right a:hover {color:#dac45f !important; }

header.entry-header {
    display: none;
}
div#primary {
    padding: 0;
}

body p 
{
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
}
.main-navigation ul.sub-menu li a:hover {
    background-color: #fff;
}
.main-navigation ul.sub-menu li a
{
    color: #03418A !important;
}
/*.main-navigation ul.sub-menu li a:focus {    color: #fff !important;}*/
.main-navigation ul ul li.current-menu-item > a, .main-navigation ul ul li.current_page_item > a 
{    
      background: #03418A !important;color:#fff!important;
}

.single-post header.entry-header 
{
    display: block;
    margin-top: 50px;
}
.single-post div#primary 
{
    padding: 30px 2% 30px 0;
}

@media only screen and (max-width: 782px)
{
   div#primary
  {
     padding:0!important;
  }
}

/*.site-footer-widgets li ul.sub-menu {
    display: none;
}*/

/*.site-footer-widgets li:hover ul.sub-menu {
    display: block !Important;
}*/



input.wpcf7-form-control.wpcf7-text {
    padding: 10px;
    font-size: 14px;
    color: #212121;
    background: #f5f5f5;
    width: 48%;
    border: 1px solid #E6E6E6;
    margin-bottom: 1em;
    border-radius: 0;
    float: left;
    margin-right: 2%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
    font-size: 14px;
    color: #212121;
    background: #f5f5f5;
    width: 98%;
    border: 1px solid #E6E6E6;
    margin-bottom: 1em;
    border-radius: 0;
    float: left;
    //margin-right: 20px;
}
input.wpcf7-form-control.wpcf7-submit {
    outline: none;
    padding: 14px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    width: 98%;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
}



/*------*/


@media(max-width:980px){
.site-header-topbar {
        display: none;
}
.header_right {
    display: none;
}
nav#site-navigation {    
    z-index: 999;  
    float: left;
    background: transparent !important;
    width: 25%;
    padding: 10% 0;
}
#masthead .site-container {
    width: 75%;
    float: left;
    margin: 0;
padding:10px;
}
.site-branding {
    width: 40%;
}
}
.schedule-button2 {
    color: #343e47;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    /* top: 30px; */
    left: 40%;
    display: inline-block;
    padding: 9% 0%;
}
.schedule-button2 a {
    text-decoration: none;
    color: #343e47;
}
.schedule-button2 .call-bt {
    background-color: #0F3A8E;
    color: #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-left: 5px;
}
@media(min-width:981px){
.schedule-button2{
display:none;
}
.vc_row.wpb_row.vc_row-fluid.hideunder.vc_custom_1525266183608 {
    display: none;
}}
.mybtn a {
    background: #02418d !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}