/**
Theme Name : Minimal
Author : Marius Melagne
**/



/* ------------------------------------------------------------------------------- */
/*  1. General
/* ------------------------------------------------------------------------------- */
*{ outline:none !important;}
body{ color:#000; }

/*---------------------------------------------- 
General ID's or Classes
------------------------------------------------*/
.hide, .min-device{display: none;}
.l-block{display: block;}
.l-inline{display: inline !important;}
.no-bg{background: none !important;}
.no-border{border: none !important;}
.no-margin{margin: 0 !important;}
.no-padding{padding: 0 !important;}
.no-transform { text-transform: none !important;}
.to-uppercase { text-transform: uppercase;}
.bold { font-weight: bold !important;}
.no-bold { font-weight: normal !important;}
.none{ display:none !important;}

a {text-decoration: none;}
a: hover {text-decoration: none;}

ol, ul {
  padding-left: 0;
}

img{ width: 100%; }

.action {
  margin-top: 30px;
  display: table;
  position: relative;
  vertical-align: middle;
}

.action > a {
  background: #1fa300;
  border : 2px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
padding: 15px 20px;
-webkit-animation-duration: 3s;
border-radius: 12px;
}

.action > a:hover {
background: #fff;
border : 2px solid #1fa300;
color: #1fa300;
}



.related.products { display: none;}
.error-message {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

/* Headings
---------------------------------------- */ 
h1, h2, h3, h4, h5, h6{ font-family: "Open Sans", serif; font-weight: 800;}
h1 { font-size: 72px; line-height: 75px; font-weight: bold; margin-bottom: 12px;}
h1 span{ display: none; visibility: hidden; }
h2 { font-size: 60px; line-height: 62px; }
h3 { font-size: 40px; line-height: 40px; }
h4 { font-size: 30px; line-height: 30px; }
h5 { font-size: 20px; line-height: 26px;}
h6 { font-size: 15px; line-height: 25px; }

/* Backgrounds Colorz
---------------------------------------- */
.white {background-color: #fff; color:#003566;}
.grey {background-color: #f2f1f1; color: #333;}
.dark-blue {background-color: #003566; color:#fff;}
.middle-blue {background-color: #005a8c; color:#fff;}
.light-blue {background-color: #7195b8; color:#003566;}

/* Font Colorz
---------------------------------------- */
.branded {color: #4df2c9;}
.orange {color: #f26a51;}
.blue-title {color: #003566; }


/* ------------------------------------------------------------------------------- */
/*  1.Header
/* ------------------------------------------------------------------------------- */

/* Header
---------------------------------------- */
/******************** 
///Header ///
***************************/
#header {
    padding-top : 14px;
    position: sticky; 
    top: 0; 
    background: #4df2c9; 
    z-index: 1;
}
#header .row {  justify-content: space-between; }
#header .logo { margin : 0; padding: 0 0 14px 0;}
#header .logo  a { color: #0600dc;
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 20px;
  text-transform: uppercase;}

#header .navigation ul { margin-top: 4px; z-index: 100; position: relative;}

#header .navigation li { 
    display: inline; 
    margin-right : 15px; 
}

#header a#schedule {
  background: #fff;
  border : 2px solid #0000ec;;
  color: #0000ec;
  font-size: 14px;
  font-weight: bold;
padding: 12px 30px;
-webkit-animation-duration: 3s;
border-radius: 100vh;
}

.action > a:hover {
background: #fff;
border : 2px solid #0600dc;
color: #0700ff;
}


#header .navigation a{ 
    color : #000750;
font-size: 14px;
font-weight: bold;
padding: 16px 25px;
border-radius: 60px;
}

#header .navigation a:hover,  #header .navigation .current_page_item a{
    color : #0600dc;
}


#header #contact a, #main-content a { 
    background: #f9b018; 
    border-radius: 10px;
}

#header #contact a:hover, #main-content a:hover {
    background: #f2a400; 
    color : #fff;
}

/*
#header .menu-icon { color: #ff2321; font-size: 42px; padding-right: 4px; display: none; margin-top: -76px; position: relative; z-index: 100;}
#header .menu-icon a{ background: #e9e9ed; border : 1px solid #8f8f9d;  color: #353535; text-decoration: none; border-radius: 3px;
padding: 0 4px; left: 85%; position: relative; top: -17px;} */

#header .menu-toggle { border-radius : 10px; background : #000750; display: none; height: 50px; width: 50px; padding: 16px 11px; position: fixed; cursor: pointer; right: 24px; top : 32px; z-index: 100;}
#header .menu-toggle .mask{ /* background: #fff; */ height: 100%; position: absolute; top: 0; width: 0; left: 2%; transition: all 0.1s ease; z-index: 10;}
#header .menu-toggle:hover .mask{ width :100%; left: 0;}
#header .menu-toggle:hover .line{ background: #fff; z-index: 10;}

/* Menu Hamburger
---------------------------------------- */
.menu-hamburger { display: table; height: 14px; margin : 0 auto; position: relative; width: 27px; }
.menu-hamburger .line.line-1 { top: 0;}
.menu-hamburger .line.line-2 { top: 50%;}
.menu-hamburger .line.line-3 { top: 100%;}
.menu-hamburger.active .line-1 { transform: translateY(7px) translateX(0px) rotate(-45deg);}
.menu-hamburger.active .line-2 { opacity: 0;}
.menu-hamburger.active .line-3 { transform: translateY(-7px) translateX(0px) rotate(45deg);}
.menu-hamburger .line { background-color: #181818;}
.menu-hamburger .line { background-color: #222222; color: #fbfbfb;}
.white .menu-hamburger .line { background: #000; }
.menu-hamburger .line { background: #fff; display: block; height: 2px; left: 0; position: absolute;
transition: all 0.22s ease 0s; width: 27px;}




.responsive .overlay {
  background: #5151c6;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

#header.tiny { }


/* ------------------------------------------------------------------------------- */
/*  2.Content
/* ------------------------------------------------------------------------------- */
#content{  background: #fff;}
.home #content{ background: #ffe6d7;}

/* Book section
-------------------------------------------------------------- */
.book-section {padding-top: 40px; text-align: center; margin-bottom: 20px; color: #ff471a;}
.book-section h1 { color: #ff4b20; font-size: 50px; line-height: 60px; margin-top: 0; font-weight: 900; text-transform: uppercase;}
.book-section .intro{ color: #ff4b20; font-size: 20px; line-height: 20px; text-transform: uppercase;}
.book-section img{ /* border-radius : 30px; box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3); */}
.book-section .action{ margin-top: 0; display: inline-block;}

.book-summary{ padding: 60px 0; }
.book-summary .list-icon {margin-top: 30px;}


/* ------------------------------------------------------------------------------- */
/*  3. Footer
/* ------------------------------------------------------------------------------- */
#footer{ background: #fff; color: #000; }
#footer h5{ text-transform: uppercase; letter-spacing: 0.1em; margin : 28px 0;}
#footer a{ color: #fff;}
#footer .logo {
 padding-top: 60px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px;
}
#footer .social { 
    display: flex; 
    padding-top: 60px; 
    justify-content: space-around;
}

#footer .social a { 
    color : #fff; 
    font-size: 22px; 
    line-height: 30px; 
    text-align: center;
}
#footer .social a:hover { 
    color: #fff; 
}

.copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  padding-top: 12px;
}

/* ------------------------------------------------------------------------------- */
/*  3. Woo
/* ------------------------------------------------------------------------------- */

.woocommerce button, .woocommerce ul.products li.product .button  {
  background: #1fa300 !important;
  border : 2px solid transparent !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold;
padding: 15px 20px !important;
-webkit-animation-duration: 3s;
border-radius: 12px !important;
}

.woocommerce  button:hover, .woocommerce ul.products li.product .button:hover {
background: #fff !important;
border : 2px solid #1fa300 !important;
color: #1fa300 !important;
}

.woocommerce .price .amount{
  color: #ff4b20 !important;
  font-size: 1.25em;
  font-weight: 900;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 3.331em;
  border-radius: 6px;
  border: 1px solid #a8a8a8;
  margin-top: 1px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #1fa300 !important;
  font-weight: bold;
}




/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

#header .logo {
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 20px;
}

#header .menu-icon, #header .menu-toggle{ display: block;}
.hero-content .intro { padding-top: 40px; padding-bottom: 70px;}

.page .hero-content .mask {
  height: 60px;
}

.page .hero-content .intro {padding-top: 40px;}

.about .about-section {
  padding-top: 60px;
  margin-bottom: inherit;
}

.about .desc {
  padding-left: 30px;
  padding-top: 0;
}

.page .about .about-section .picture{ overflow: hidden;}
.about .img_float {
  position: relative;
  left: 0;
  top: inherit;
} 

.hero-content .intro h5{ font-weight: normal; }
.hero-content .mask {position :inherit; height: inherit;}
.hero-content .picture {display: none;}
.case .description { padding-top: 30px;}

h1 { font-size: 42px; line-height: 42px; margin-bottom: 8px;}

h2 { font-size: 32px; line-height: 36px;}
.case {
  padding-top: 40px;
  padding-bottom: 60px;
}

header .menu-bar {display: none;}
.menu-bar.responsive {position: relative; background: #fff; left: 0; 
    display: block; float: none; position: absolute; top: 84px; width: 100%; }
.menu-bar.responsive ul {text-align: inherit; 
    padding: 0 12px; top: 31px;}

#header .menu-bar.responsive li { float: none; display: block; }
#header .menu-bar.responsive li a { color: #fff; display: block; text-transform: inherit; font-size: 24px;}

#header .navigation a:hover,  #header .navigation .current_page_item a{
    color : #acacf9;
    background: inherit;
}


.sub-title {  margin-bottom: 6px;}
.recent-article h2, .newsletter-section h2 { font-size: 56px; margin-bottom: 20px; line-height: 46px;}
.newsletter-section .desc { line-height: 26px;}


.newsletter-section .mc-field-group input {
  font-size: 14px;
}

.newsletter-section .optin input[type="submit"] {
  font-size: 11px;
}




.page .hero-content .mask h1{
  display: none;
}


.contact-section h2 {
  text-align: left;
  padding-top: 30px;
}

.contact-section .form-content {
  padding-top: 20px;
}

.contact-section .form-content input{
  width: 100%;
}

.offer .intro p {
  font-size: 16px;
  font-weight: 500;
}



}



