/* custom color Fontawesome in top header */
.fl-page-bar .fa, .card .fa {
  color: #263377!important;
}
.phone {
  font-size:2rem !important;
  font-weight:700 !important;
  line-height:1.6rem !important;
}

/* FIXED NAV MENU size */
.fl-page-nav-right.fl-page-header-fixed .fl-logo-text, .fl-page-header-fixed .fl-logo-text {
    font-size: 22px !important;
}
.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a {
    padding: 10px 7px !important;
    font-size: 13px !important;
}

/* Nav bottom centered */
.fl-page-nav-bottom {
  text-align: center;
}
.fl-page-nav-bottom ul.nav {
  float: none;
}
.fl-page-nav-bottom ul.nav > li {
  display: inline-block;
  float: none;
}
.fl-page-nav-bottom ul.sub-menu {
  text-align: left;
}

.fl-page-bar {
    border-bottom: 0px solid #e6e6e6 !important;
}

/* --- Custom active menu --- */
@media (min-width: 768px){
.fl-page-nav-wrap, .fl-page-footer {
    border-bottom: 0 solid #e6e6e6 !important; 
    border-top: 0 solid #e6e6e6 !important;  
}
.fl-page-nav-wrap .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    background-color: #8cbe21;
    bottom: 0;
    height: 1px;
    transition-property: left,right;
    transition-duration: 0.33s;
    transition-timing-function: ease-out;
}

.fl-page-nav-wrap .navbar-nav > li > a:hover:before, .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a:before  {
    left: 0px;
    right: 0px
}
}

/* THEME COLOR ACCENT */
.themecolor, .themecolor a, .fl-widget .fl-widget-title strong {
  color: #263377 !important;
}


/* CONTENT */
h1 strong, h2 strong, h3 strong {
  font-size:2.8rem !important;
  text-transform: lowercase !important;
  font-weight: 400 !important;
}

/* Custom Table */
#price td {
padding: 10px;
}

#price tr:nth-child(odd) {
  background-color: #eaeaea;
  color:#333;
}
#price tr:hover {
  background-color: #53d7eb;
  color: #333!important;
  font-weight:700;
}

.border--round {
    overflow: hidden;
}
.border--round {
    border-radius: 6px;
}
.box-shadow-wide {
    box-shadow: 0 23px 40px rgba(0,0,0,0.2);
}

/* FOOTER */
.fl-page-footer {
    border-top: 0px solid #e6e6e6 !important;
}
/* footer style */
.fl-widget .fl-widget-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  letter-spacing: 4px;
  text-transform: uppercase !important;
  color: #8cbe21 !important;
}

.fl-widget .fl-widget-title:after {
    display: block;
    width: 75%;
    margin-top: 10px;
    border-top: 1px solid #fff;
    content: '';
}

#text-3, #text-3 h4, #text-10, #text-10 h4, #text-15, #text-15 h4 {
  text-align:center;

}

/* CF 7 custom column */
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

/* ---- Specific design --- */
a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

/* Map design with Snazzy */
.mapp-layout {
    border: 0px solid black !important;
    margin: 0px !important;
    padding: 0px !important;
}
.mapp-map-links {
    border-top: 0px solid lightgray !important; 
    border-bottom: 0px solid lightgray !important;
}
.mapp-iw a, .mapp-iw a:link, .mapp-iw a:active, .mapp-iw a:visited {
    border: none !important;
    color: #202020 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 500;
}
.mapp-iw .mapp-title {
    text-align: center;
}

/* ---- CF7 material style look a like--- */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="range"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="week"], .wpcf7 input[type="time"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="color"], .wpcf7 textarea {
    border-bottom: 2px solid #ededed !important;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    border-radius: 0% !important;
    border-right: 0px solid #ffffff !important;
    border-left: 0px solid #ffffff !important;
    border-top: 0px solid #ffffff !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #6a6a6a !important;
      background-color: #ffffff !important;
}
/* ---- Form focus --- */
.wpcf7 input[type=text]:focus, .wpcf7 input[type=password]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=week]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=url]:focus, .wpcf7 textarea:focus {
    border-bottom: 1px solid #343434 !important;
} 

input:focus::-webkit-input-placeholder { 
  color:transparent !important; 
  -moz-transition:0.8s all ease;
    -o-transition:0.8s all ease;
    -webkit-transition:0.8s all ease;
    transition:0.8s all ease;
    -moz-transition:0.6s;
    -o-transition:0.6s;
    -webkit-transition:0.6s;
    transition:0.6s; 
}
input:focus:-moz-placeholder { 
  color:transparent !important; 
 -moz-transition:0.8s all ease;
    -o-transition:0.8s all ease;
    -webkit-transition:0.8s all ease;
    transition:0.8s all ease;
    -moz-transition:0.6s;
    -o-transition:0.6s;
    -webkit-transition:0.6s;
    transition:0.6s;
} /* FF 4-18 */
input:focus::-moz-placeholder { 
  color:transparent !important; 
 -moz-transition:0.8s all ease;
    -o-transition:0.8s all ease;
    -webkit-transition:0.8s all ease;
    transition:0.8s all ease;
    -moz-transition:0.6s;
    -o-transition:0.6s;
    -webkit-transition:0.6s;
    transition:0.6s;
} /* FF 19+ */
input:focus:-ms-input-placeholder { 
  color:transparent !important; 
 -moz-transition:0.8s all ease;
    -o-transition:0.8s all ease;
    -webkit-transition:0.8s all ease;
    transition:0.8s all ease;
    -moz-transition:0.6s;
    -o-transition:0.6s;
    -webkit-transition:0.6s;
    transition:0.6s;
} /* IE 1
 

 /* ---- CF7 --- */
div.wpcf7 .wpcf7-form-control { 
  max-width: 100%; 
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    min-width: 100%;
}

legend {
    display: block;
    line-height: inherit;
    color: inherit !important;
    border: 0;
    border-bottom: 1px solid #333 !important;
}

.wpcf7-submit {
    width: 100%;
}

/* ---- BEAVER DEFAULT --- */

 /* --- fix wrap issue ---*/
.fl-row-content-wrap {
    padding: 0px;
}

/* --- ADMIN BAR CLEANER --- */
#wp-admin-bar-wp-rocket, #wp-admin-bar-my-sites, #wps_about_postbox, #wps_referring_postbox, #wps_top_visitors_postbox, #wps_recent_postbox, .error, #blogsynthesisshfswidget,  #wp-admin-bar-wpseo-menu, #wps_nag, #wp-admin-bar-edit, #wp-admin-bar-new_draft {display:none !important;}

/* Hide advanced tab */
#fl-builder-settings-section-responsive, #fl-builder-settings-section-visibility, #fl-builder-settings-section-css_selectors, .fl-builder-tools-button {
display: none;
} 

/* Hide specific advanced option */
#fl-builder-settings-section-responsive, #fl-builder-settings-section-visibility, #fl-builder-settings-section-css_selectors, .fl-builder-tools-button {
display: none;
}
  
/* Hide "a" feature */
.fl-page-header a, .fl-page-header a *, .fl-page-header a.fa, .fl-page-footer-widgets a, .fl-page-footer-widgets a *, .fl-page-footer-widgets a.fa, .fl-page-footer a, .fl-page-footer a *, .fl-page-footer a.fa, a:hover, a:focus  {
    text-decoration: none !important;
}