/*
Theme Name: Curefest
Theme URI: https://fullstackdigital.com
Description: CureFest theme built by fullstackdigital.com
Author: Fullstack Digital
Author URI: https://fullstackdigital.com
Version: 1.0.0
Template: fair
*/
@import url("../fair/style.css");
.black  input[type=text], input[type=email] {
    width: 100%;
    outline: 0;
    line-height: 28px;
    height: 42px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: inherit;
    background-color: transparent;
    border: 1px solid #000;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.black textarea {
    height: 120px;
    width: 100%;
    outline: 0;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: inherit;
    background-color: transparent;
    border: 1px solid #000;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.black input[type=submit] {
	padding: 15px 30px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 165, 223);
    font-size: 14px;
    letter-spacing: 1.6px;
    border: 2px solid rgb(0,165,223);
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 1;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.black input[type=submit]:hover {
	background-color: #ffffff !important;
	color: rgb(0, 165, 223) !important;
}
.white input[type=text], input[type=email] {
    width: 100%;
    outline: 0;
    line-height: 28px;
    height: 42px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: inherit;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.white textarea {
    height: 120px;
    width: 100%;
    outline: 0;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: inherit;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.white input[type=submit] {
	padding: 15px 30px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 165, 223);
    font-size: 14px;
    letter-spacing: 1.6px;
    border: 2px solid rgb(0,165,223);
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 1;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.white input[type=submit]:hover {
	background-color: #ffffff !important;
	color: rgb(0, 165, 223) !important;
}
input[type=text], input[type=email] {
    width: 100%;
    outline: 0;
    line-height: 28px;
    height: 42px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    font-family: inherit;
    background-color: transparent;
    border: 1px solid #8c8c8c;
    padding: 10px 15px;
    margin-bottom: 20px;
}
textarea {
    height: 120px;
    width: 100%;
    outline: 0;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    font-family: inherit;
    background-color: transparent;
    border: 1px solid #8c8c8c;
    padding: 10px 15px;
    margin-bottom: 20px;
}
input[type=submit] {
	padding: 15px 30px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 165, 223);
    font-size: 14px;
    letter-spacing: 1.6px;
    border: 2px solid rgb(0,165,223);
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 1;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
input[type=submit]:hover {
	background-color: #ffffff !important;
	color: rgb(0, 165, 223) !important;
}
.edgtf-header-standard .edgtf-side-menu-button-opener {
display: none;
}
.ctct-custom-form .ctct-button {
    font-family: "cabin";
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.6px;
}
.background-contain .edgtf-elements-holder .edgtf-elements-holder-item {
background-size: contain;
background-repeat: no-repeat;
}
.background-cover-center .edgtf-elements-holder .edgtf-elements-holder-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.opacity-0 {
opacity: 0;
}
@media only screen and (max-width: 1625px) {
.edgtf-main-menu.edgtf-default-nav > ul > li > a, .edgtf-page-header #lang_sel > ul > li > a, .edgtf-page-header #lang_sel_click > ul > li > a, .edgtf-page-header #lang_sel ul > li:hover > a {
font-size: 12px;
}
}
@media only screen and (max-width: 1400px) {
.edgtf-main-menu.edgtf-default-nav > ul > li > a, .edgtf-page-header #lang_sel > ul > li > a, .edgtf-page-header #lang_sel_click > ul > li > a, .edgtf-page-header #lang_sel ul > li:hover > a {
font-size: 11px;
}
.edgtf-main-menu>ul>li>a span.edgtf-item-inner {
    padding: 0 10px;
}
}
@media only screen and (max-width: 1211px) and (min-width: 1181px) {
.edgtf-main-menu.edgtf-default-nav > ul > li > a, .edgtf-page-header #lang_sel > ul > li > a, .edgtf-page-header #lang_sel_click > ul > li > a, .edgtf-page-header #lang_sel ul > li:hover > a {
font-size: 10px;
}
}
@media only screen and (max-width: 1180px) {
.edgtf-header-standard .edgtf-side-menu-button-opener {
display: inline-block !important;
}
.edgtf-main-menu {
display: none;
}
@media only screen and (max-width: 1024px) {
.edgtf-vertical-align-containers .edgtf-position-center:before, .edgtf-vertical-align-containers .edgtf-position-left:before, .edgtf-vertical-align-containers .edgtf-position-right:before {
display: none;
}
}
@media only screen and (max-width: 1000px) {
.edgtf-vertical-align-containers .edgtf-position-center:before, .edgtf-vertical-align-containers .edgtf-position-left:before, .edgtf-vertical-align-containers .edgtf-position-right:before {
display: none;
}
.edgtf-header-standard .edgtf-right-from-main-menu-holder {
display: inline-block;
}
.edgtf-vertical-align-containers .edgtf-position-center:before, .edgtf-vertical-align-containers .edgtf-position-left:before, .edgtf-vertical-align-containers .edgtf-position-right:before {
display: none;
}
}
@media only screen and (max-width: 768px) {
.edgtf-image-gallery-grid edgtf-gallery-columns-3 .edgtf-gallery-image {
    clear: none !important;
    width: 33.33%;
}
.edgtf-image-gallery .edgtf-image-gallery-grid.edgtf-gallery-columns-3 .edgtf-gallery-image:nth-child(2n+1) {
clear: none;
width: 33.33%;
}
.edgtf-image-gallery .edgtf-image-gallery-grid.edgtf-gallery-columns-3 .edgtf-gallery-image {
clear: none;
width: 33.33%;
}
}
@media only screen and (max-width: 480px) {
.edgtf-btn {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12px;
    max-width: 100%;
}
.hide-mobile {
    display: none;
}
.edgtf-vertical-align-containers .edgtf-position-center:before, .edgtf-vertical-align-containers .edgtf-position-left:before, .edgtf-vertical-align-containers .edgtf-position-right:before {
display: none;
}
.mobile-strip-padding {
padding-left: 0px !important;
padding-right: 0px !important;
}
@media only screen and (max-width: 320px) {
.edgtf-btn {
    width: 280px;
}
}