/* social icon facebook */
.fl-page-bar .text-right .fl-social-icons .fa {
    display: inline-block;
    font-size: 2.3rem !important;
    background: #2570bd !important;
    border-radius: 3px;
    margin-left: 10px !important;
    padding-left: 3px !important;
  color:#fff !important;
}

/* custom color Fontawesome in top header */
.fl-page-bar .fa, .card .fa, .fl-page-header-text .fa {
  color: #f80000 !important;
}
.phone {
  font-size:2.3rem !important;
  line-height:1.6rem !important; 
  font-weight: 900 !important;
}
.adress {
  font-size:1.4rem !important;
  line-height:1.6rem !important;
}

.clock {
}

/* FIXED NAV MENU size */
.fl-page-nav-right.fl-page-header-fixed .fl-logo-text, .fl-page-header-fixed .fl-logo-text {
    font-size: 10px !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 8px !important;
    font-size: 14px !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 .navbar-nav > li > a {
   text-decoration: none;
}
.fl-page-nav-wrap .navbar-nav > li > a::after {
 content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #00363e;
    transition: width .6s;
}

.fl-page-nav-wrap .navbar-nav > li > a:hover::after,  .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a::after  {
    width: 100%;
}
}

/* custom margin inverted */
@media (min-width: 768px) {
.radius {
 height: auto;
 position: relative;
 top: -75px; 
  border-radius:15px !important;
}
}

.shadow-color-light-grey {
    box-shadow: 0px 34px 90px 0px rgba(112,114,110,0.5);
}

/* CONTENT */

.button {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
    text-decoration: none;
    position: relative;
}

.button.size-small {
    font-family: inherit !important;
    font-size: 2.4rem !important;
    line-height: 4.6rem !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    padding: 0 45px !important;
    transition: all .3s;
    border: 0 solid #0081ff;
    border-radius: 40px;
    color: #fff !important;
    background-color: #2570bd !important;
    box-shadow: 0px 10px 30px 0px rgba(37,112,189,0.5);
}
.button.size-small2 {
    font-family: inherit !important;
    font-size: 2.4rem !important;
    line-height: 4.6rem !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    padding: 0 45px !important;
    transition: all .3s;
    border: 0 solid #0081ff;
    border-radius: 40px;
    color: #fff !important;
    background-color: #319cc4 !important;
    box-shadow: 0px 10px 30px 0px rgba(49,156,196,0.5);
}

.button.size-small a, .button.size-small2 a {
    color: #fff !important;
}

.button.size-small:hover {
    background-color: #2570bd !important;
    box-shadow: 0px 15px 50px 0px rgba(37,112,189,0.5);
}
.button.size-small2:hover {
    background-color: #319cc4 !important;
    box-shadow: 0px 15px 50px 0px rgba(49,156,196,0.5);
}

@media (max-width: 767px) {
.button.size-small, .button.size-small2 {
  display:none !important
}
}

/* custom embed code */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

h1, h2, h3 {
}
h1 strong, h2 strong, h3 strong {
  font-size:1.6rem !important;
}

/*--- service box ---*/
.single-service {
    border: 1px solid #db8f50;
    padding: 40px 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-service:hover {
    border: 1px solid transparent;
    background:#ffffff;
    box-shadow: 0 0 25px #e8e8e8;
}
.single-service:hover i {
  color: #b20135 !important;
}
.single-service::after {
    background: #b20135 none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    height: 3px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/* Custom Table */
#price {
width: 100% !important;
}

#price td {
padding: 10px;
}

#price th {
  background-color: #0a0a0a;
  color:#f5f5f5;
  padding: 10px;
  font-size:2rem !important;
}


#price tr:nth-child(odd) {
  background-color: #f5f5f5;
  color:#3f3f3f;
}

#price tr:hover {
  background-color: #0a0a0a;
  color: #f5f5f5 !important;
  font-weight:700;
}

.imghover img:hover {
opacity:0.7;
}

.img-cards {
    box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

.box {
    -webkit-box-shadow: 0 8px 10px rgba(0,0,0,0.08);
    box-shadow: 0 8px 10px rgba(0,0,0,0.08);
    border-radius: 20px;
    position: relative;
}

/* 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;
    text-transform: uppercase !important;
    letter-spacing: 5px;
    color: #fff !important;
}

.fl-page-footer-row {
 border-top: 1px solid #fff !important;;
 padding: 10px 0;
}

.fl-widget {
    padding: 10px 0;
}
#text-3, #text-3 h4, #text-10, #text-10 h4, #text-19, #text-19 h4 {
  text-align:center;
}

.fl-page-footer .navbar-nav > li > a {
    padding: 10px 10px !important;
}

/* 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 contactform custom */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}
.wpcf7-form select {
    min-width: 100%;
    border-bottom: 1px solid #ededed !important;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    border-radius: 0% !important;
    border-right: 1px solid #ffffff !important;
    border-left: 1px solid #ffffff !important;
    border-top: 1px solid #ffffff !important;
    box-shadow: none !important;
}

/* ---- 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: 1px 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: #222 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;
    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;
}
