/***************************
Add your custom styles below
****************************/

body {
	color:#333;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

section, footer {
    padding-top: 6.5em;
    padding-bottom: 6.5em;
}


section ul {
	list-style-type: disc;
	padding:0 0 20px;
}

section ul li {
	line-height: 1.34375em;
    margin: 20px 0;
}

.bg--primary {
	background-color: #f2e60e;
	color: #333;
}

.bg--primary p, .bg--primary h1, .bg--primary h2, .bg--primary h4, .bg--primary h4 {
	color: #333;
}

.bg--primary .btn--primary {
    background-color: #fff;
}

.bg--primary .btn .btn__text {
    color: #333;
}

btn--primary .btn__text, .btn--primary:visited .btn__text {
    color: #333!important;
}

/*--------------Featuer box---------------*/

.box {
	border: 3px solid #f2e60e;
}



.divider {
	border-top: 3px solid #f2e60e;
	margin:60px 0;
}


/*--------------Navbar----------------*/


.nav-bar {
    will-change: scroll-position, transform;
    height: 85px;
    max-height: 85px;
    line-height: 62px;
}

.nav-bar .logo {
    max-height: 100%;
    margin: 0;
}

.nav-bar .nav-module {
    display: inline-block;
    height: 85px;
    padding: 10px 1em;
}

.nav-bar .phone {
    font-size: 2em;
    line-height: 2.5em;
    color: #fff;
}

.menu > li a {
    letter-spacing: 0px;
    font-weight: 600;
}

.menu > li {
    font-size: 14px;
    letter-spacing: 0px;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}


/*--------------Header----------------*/
#header h1 {
	font-size: 3.6em;
	letter-spacing: 0px;
	line-height:1.3em;
}

#header btn {
	margin:60px 0 0;
}

.ailments ul li {
	display: inline;
	margin: 0 20px 0 0;
	font-size:1.34em;
	line-height:1em;
}

.ailments .fa {
	font-size:1.4em;
	margin:0 10px 0 0;
}


/*-------------Spacing----------------*/

.space-40 {
	margin-top:40px;
}

.space-60 {
	margin-top:60px;
}

.space-120 {
	margin-top:120px;
}



/*--------------Images----------------*/

.large-right {
    max-width: 140%;
    margin-left: 100px;
}


/*-------------Buttons----------------*/


.btn .btn__text {
	text-transform: none;
    font-weight: bold;
    letter-spacing: 0;
}

.btn--primary {
	background-color:#f2e60e;
	color:#333!important;
	border:none;
	border-color:transparent;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, .1);
}

.btn--primary:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}




.btn--primary .btn__text, .btn--primary:visited .btn__text {
    color: #333!important;
}

.btn {
    border-color: rgba(35, 35, 35, .8);
}


.btn--lg .btn__text {
	font-size: 1.2em;
}

.imagebg:not(.image--light) .btn:not(.btn--primary) {
    border-color: rgba(255, 255, 255, 1);
}

/*---------------Forms---------------------*/


.webform {
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .1);
    border-radius: 20px;
    background-color: #fff;
}

input.cat_textbox {
	width:100%!important;
	margin:-20px 0;
}

.input-with-icon em {
	position: absolute;
    font-size: 1.4375em;
    margin-left: 1.1304347826087em;
    top: 13px;
    left: 0;
}

::-webkit-input-placeholder { /* Chrome */
  color: red;
}
:-ms-input-placeholder { /* IE 10+ */
  color: red;
}
::-moz-placeholder { /* Firefox 19+ */
  color: red;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: red;
  opacity: 1;
}

.form--square input[type="submit"] {
	width:100%!important;
}


input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
    width: 100%;
    border: 1px solid #c0c0c0;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    cursor: pointer;
    position: relative;
    -webkit-transition: .15s;
    border-radius: 2em;
    margin: 10px 20px -7px 0;
    line-height: 2em;
    border: 1px solid #c0c0c0;
}

input[type="checkbox"]:checked {
    background-color:#ff9c00;
}

input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 line-height:2em;
 text-align:center;
 color:#fff;
 content: '✘';
}

input[type="checkbox"]:checked:before {
 content: '✔';
}

label {
    color: #343434;
    font-weight: 600;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-top: 40px!important;
    display: block;
    margin: 0;
    margin-left: 0;
    text-transform: none;
}


input[type="checkbox"]:hover:before {
 background:rgba(255,255,255,0.3);
}

textarea {
    max-width: 100%;
    margin: 0px 0px;
    border-radius: 20px;
}

input[type="submit"] {
    background: #ff9c00;
}

.form label, .webform label {
    font-size: 16px;
}

/*--------------CTA----------------*/

#cta {
	padding: 4em;
}

/*-------------Recovery----------------*/

#recovery {
	padding-top: 6em;
	padding-bottom:0em;
}

#recovery img {
    max-width: 100%;
    margin-bottom: 0;
}
