/*
* Skeleton V1.2
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */



/*  #Theme Pre-installed Styles ============================================================================= */

a {
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   text-decoration: none;
}
:focus {
  outline: none;
  -moz-outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
#slideSearch {
  float: right;
  margin-top: 19px;
  overflow: hidden;
  width: 0;
  -webkit-transition:0.4s;
  -moz-transition:0.4s;
  -ms-transition:0.4s;
  -o-transition:0.4s;
  transition:0.4s;
  margin-right: 0.7rem;
  margin-bottom: 0;
}
#slideSearch input.search-field {
  font-size: 1rem !IMPORTANT;
  padding: 5px 1rem !IMPORTANT;
  width: auto !IMPORTANT;
  max-width: 159px !IMPORTANT;
  margin: 0 !IMPORTANT;
  font-family: "Open Sans";
  height: 32px;
}
#slideSearch.expand {
  width: 193px !IMPORTANT;
  -webkit-transition:0.4s;
  -moz-transition:0.4s;
  -ms-transition:0.4s;
  -o-transition:0.4s;
  transition:0.4s;
}

.navSearchIcon {
  float: right;
  margin-top: 26px;
  color: #404040;
  cursor: pointer;
}
.navSearchIcon.desktop {
  display: block;
}
.navSearchIcon.mobile {
  display: none;
  font-size: 2rem;
  margin-top: 23px;
  margin-right: 5rem;
}
.navDivider {
  width: 1px;
  height: 25px;
  border-left: 1px solid #404040;
  margin: 21px 0.8rem 0 1rem;
  float: right;
}
a.menu-search, a.menu-search:visited {
    float: right;
    margin-top: 39px;
    margin-right: 20px;
    color: #111;
}
a.menu-search:before {
  content: "\f002";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
}



#preloader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 99999999999;
    height: 100%;
    height: 100vh;
 }

#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(../img/ajax-loader.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
     z-index: 9999999999999;
 }
.mobile-logo {
  display: none;
}
.nav-logo {
  float: left;
  width: 240px;
  margin-top: 26px;
}


.parent-element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.child-element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}



input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background-color: #fff;
}

a.backtotop	{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	position: expression("absolute");
	bottom: expression(eval(document.body.scrollTop)+(eval(document.body.height)-10));
	background-color: #333;
	color: #fff;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	padding: 12px 12px 11px 12px;
	background: #000 url(../img/goup.png) 12px 14px no-repeat;
	width: 28px;
	height: 30px;
}



/* HEADER MENU ===================================== */

header {
	/*margin-bottom: 14px;*/
  height: 110px;
}
.mainMenu ul {
	list-style: inside none;
}
.mainMenu ul li {
	float: left;
}
.mainMenu ul li a,
.mainMenu ul li a:visited {
	text-decoration: none;
	padding: 0.5rem;
}







/* FOOTER MENU ===================================== */

footer {
  width: 100%;
  background: #000;
  box-sizing: border-box;
  padding: 7rem 0 10rem;
  color: #777;
  font-family: "Playfair Display",sans-serif;
  font-size: 1.3rem;
  margin-top: 7rem;
}

.footerMenu {
  list-style-type: none;
  margin-bottom: 0;
}
.footerMenu li {
  display: inline-block;
  margin-bottom: 0;
}
.footerMenu li:first-of-type a {
  padding-left: 0;
}
.footerMenu li a {
  color: #777;
  font-family: "Playfair Display",sans-serif;
  font-size: 1.3rem;
  padding: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footerMenu li a:hover {
  color: #fff;
}
  










/* BUTTONS ======================================== */

.solid-button,
a.solid-button,
a.solid-button:visited {
  display: inline-block;
  margin: 1rem 1rem 1rem 0;
  font-family: "Playfair Display",sans-serif;
  font-size: 1.3rem;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: var(--color-blue, #617eff);
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.solid-button:hover,
a.solid-button:hover {
  color: #fff;
  background: #222;
}

a.ghost-button,
a.ghost-button:visited {
  display: inline-block;
  margin: 1rem 0;
  font-family: "Playfair Display",sans-serif;
  font-size: 1.3rem;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--color-blue, #617eff);
  position: relative;
  padding: 1rem 1rem 1rem 0;
  -webkit-appearance: none;
}
a.ghost-button:after {
  background: var(--color-blue, #617eff);
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.ghost-button:hover {
  color: var(--color-blue, #617eff);
}
a.ghost-button:hover:after {
  width: 90%;
}






/* FAQ CSS ======================================== */

.question-bar {
    /*height: 50px;*/
    background: #f3f3f3;
    text-transform: uppercase;
    padding-left: 4rem;
    cursor: pointer;
    margin-top: 1rem;
    position: relative;
    box-sizing: border-box;
    line-height: 1.5rem;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   padding: 2rem 3rem;
}
.question-bar.closed:after {
  content: "\f13a";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
  position: absolute;
  right: 4rem;
  top: 22px;
  font-size: 1.2rem;
  webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
}
.question-bar.closed {
  background: #f3f3f3;
  color: #222;
}
.question-bar.open:after {
  content: "\f139";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
  position: absolute;
  right: 4rem;
  top: 22px;
  font-size: 1.2rem;
  webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
}
.question-bar.down {
  background: var(--color-blue, #617eff);
  color: #fff;
}
.question-bar:hover {
  /*font-size: 1.6rem;*/
  /*transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);*/
  background: var(--color-blue, #617eff);
  color: #fff;
}
.answer-wrap {
  display: none;
}
.answer-content {
	box-sizing: border-box;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem;
}








/* Gravity forms styling */
label.gfield_label {
  display: none !IMPORTANT;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0.8rem 1rem !IMPORTANT;
}
input.gform_button:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 11px;
  margin-left: 2px;
  margin-right: 5px;
}
input.gform_button {
  text-decoration: none;
  /*color: #fff;*/
  display: inline-block;
  /*background: #ff0000;*/
  text-transform: uppercase;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.8rem 1rem;
  transition: all 0.5s ease;
  margin-bottom: 7px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  -moz-outline: none;
}
input.gform_button:hover {
  background: #000000;
  color: #fff;
  border: none;
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  display: inline-block;
  margin: 1rem 1rem 1rem 0;
  font-family: "Playfair Display",sans-serif;
  font-size: 1.3rem;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: var(--color-blue, #617eff);
  color: #fff;
  border: none;
  cursor: pointer;
  height: auto;
}
input#gform_submit_button_1:before {
  content: "\f138";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
}
input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover {
  background: #222;
}



.ginput_container input[type="text"],
.ginput_container input[type="email"],
.ginput_container textarea {
  background: transparent;
  border-color: #555;
  color: #666;
  width: 100% !IMPORTANT;
}
















/* Gravity forms error handling */

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !IMPORTANT;
  border: none !IMPORTANT;
}
.gform_wrapper .validation_message {
  color: #f00 !IMPORTANT;
}
.validation_error {
  display:none;
}
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #f00 !IMPORTANT;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !IMPORTANT;
}
.gform_wrapper .validation_message:after {
  content: "\f077";
  font-family: "FontAwesome";
  font-weight: 100;
  margin-left: 0.5rem;
}






  /* SIMPLE DROPDOWN CUSTOM STYLING (NON GRAVITY FORMS) ============ */
  
.styled-select {
    padding: 0;
    margin: 0;
   margin-bottom: 1rem;
   position: relative;
 }
 .styled-select select {
   padding: 8px;
   width: 90% !IMPORTANT;
   cursor: pointer;
   /*max-width: 100px;*/
   background-color: transparent;
   background-image: none; 
   -webkit-appearance: none;
 }
 .styled-select select:focus {
   outline: none;
 }
.styled-select:after {
    top: 36%;
    right: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #999;
    border-width: 7px;
    margin-top: -2px;
    z-index: 100;
}
.prod-dropdown-wrapper .styled-select {
  width: 90%;
}
.prod-dropdown-wrapper .styled-select select {
  max-width: none;
}
.prod-dropdown-wrapper .styled-select:after {
  top: 48%;
  right: 5%;
}

/* GRAVITY FORMS CUSTOM SELECT BOX STYLING ================================= */


 .styled-select .ginput_container {
  padding: 0;
     margin: 0;
     border: 1px solid #ccc;
     width: 270px;
     overflow: hidden;
     background-color: #fff;
     background: #fff;
     position: relative;
     margin-bottom: 1.5rem;
 }
 .styled-select .ginput_container:after {
  top: 48%;
     left: 90%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-color: rgba(0, 0, 0, 0);
     border-top-color: #999;
     border-width: 7px;
     margin-top: -2px;
     z-index: 100;
 }
 .styled-select .ginput_container select {
     padding: 1rem !IMPORTANT;
     width: 190% !IMPORTANT;
     border: none;
     box-shadow: none;
     background-color: transparent;
     background-image: none;
     -webkit-appearance: none;
        -moz-appearance: none;
             appearance: none;
             margin-bottom: 0;
 }
 .styled-select .ginput_container select:focus {
  outline: none;
 }







