/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
  background: #292929;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

#navbar-top {
  background-color: #055a8e;
}

#navbar-main {
  background-color: #1d84c3;
}

a,
.link {
  color: #0071b3;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}

a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

/*
.site-footer {
  background: #292929;
}*/

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}



/* ---------- FOOTER SECTION START CSS ----------- */
.site-footer .block{margin:0;}
.site-footer .block h2 {color: #222;text-transform: capitalize;}
.site-footer .content{color: #222;}
.site-footer .content a, .site-footer .content a.is-active {color: #7d7d7d;}
.site-footer .content a {font-size: 12px;}

.webform-submission-form fieldset.form-item-name {width: 47%;float: left;}
.webform-submission-form fieldset.form-item-phone{}
.webform-submission-form fieldset.form-item-email,.webform-submission-form fieldset.form-item-message {margin-right: 0;}
.webform-submission-form fieldset.form-item-message{}
.webform-submission-form fieldset.form-item-phone {display: inline-block;width: 50%;margin-right: 0;}
.form-actions button#edit-submit--2 {float: right;font-size: 12px;border-radius: 0;padding: 2px 10px;}
#block-contactdetailsmasterton,#block-contactdetailsfeilding,#block-webform{background:#f4f4f4;height:320px;padding:25px 15px;
}

#block-contactdetailsfeilding {background-color: #efefef;}
#block-webform{background-color:#ebebeb;}


.region-footer-fourth fieldset {margin: 0 10px 0 0px;}
.region-footer-fourth fieldset .form-control {padding: 0px;border:0px;border-radius: 0;
}
.site-footer {padding:0;
    background: #fff !important;
    background: -moz-linear-gradient(left,#ffffff 35%,#ffffff 35%,#ebebeb 68%)!important;
    background: -webkit-linear-gradient(left,#ffffff 35%,#ffffff 35%,#ebebeb 68%)!important;
    background: linear-gradient(to right,#ffffff 35%,#ffffff 35%,#ebebeb 68%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ebebeb',GradientType=1)!important;
}
#block-copyrightinformation .text-formatted {
    color: #FFF;
}

.site-footer .site-footer__bottom {margin-top: 0;background-color: #222;}

.region-footer-fifth .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    color: #7d7d7d;
font-size:12px;
}

.region-footer-fourth fieldset textarea.form-control {
    height: 40px;
}
.site-footer .content a:hover {
    color: #7d7d7d;
}

#block-contactdetailsmain {
    position: relative;
    padding-left: 140px;
}

section.row.region.region-footer-fifth {
    justify-content: space-around;
}

#block-bakerag-base-block-6,
#block-bakerag-base-block-48 {/*width: 780px;*/}
#block-bakerag-base-block-6 h3 {font-size: 16px; font-weight: 600;}
#block-bakerag-base-block-48 {margin-bottom: 54px;}
/*#block-highlightfirst-2 img { height: 184px !important;}*/

#block-highlightfirst-2.block-block-content h2,
#block-highlightfirst-2.block-block-content a,
#block-highlightcenter-2 h2,
#block-highlightright h2,
#block-highlightfourth-2 h2 {
    font-size: 1.1em;
    position: relative;
    top: -60px;
    left: 4px;
    margin-bottom: -20px;
    color: #FFF;
    text-shadow: 2px 2px 4pxrgba(0,0,0,0.5);
    vertical-align: baseline;
}

@media (max-width: 767px) {
#block-contactdetailsmasterton, #block-contactdetailsfeilding, #block-webform{height: auto;} 
.region-footer-first,.region-footer-second,.region-footer-third,.region-footer-fourth,.webform-submission-form fieldset.form-item-name,.webform-submission-form fieldset.form-item-phone{width:100% !important;}
.site-footer {background: #fff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fff',GradientType=1)!important;
}

}





/* ---------- FOOTER SECTION END CSS ----------- */


/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}
