/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #889095!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #889095!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #889095!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #889095!important;
}
.web-design-hero h4, .web-design-hero p {
    color: white;
}
.web-design-hero h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
}
.web-design-hero h1 {
    color: #00a79d;
    font-size: 3em;
}
#top .header_color .main_menu .menu ul li>a:hover {
    color: #000000!important;
}
.travel-block {
background: rgba(0,0,0,0.5);
    min-height: 25vh;
    padding: 40px;
}
.my-list-1 {
    float: left;
    width: 50%;
}
.box-link:before {
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.06) 16%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(top , rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.06) 16%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%);
    bottom: 0;
    content: " ";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
    width: 100%;
    opacity: 1;
}
.box-link {
	min-height: 75vh;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    background: rgba(0,0,0,0.4)!important;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
   
}
.box-content {
    text-align: center!important;
   -webkit-transform: scale(1);    
    -ms-transform: scale(1);     
    -moz-transform: scale(1);   
    transform: scale(1);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box-link:hover {
     background: none!important;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box-link:hover .box-content {
    -webkit-transform: scale(1.1);    
    -ms-transform: scale(1.1);     
    -moz-transform: scale(1.1);   
    transform: scale(1.1);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box-link .overlay {
    position: absolute!important;
    bottom: 10%;
    left: 10%;
    width: 80%;
    width: 80%;
    text-align: center!important;
    background: rgba(255,255,255,0.1);
    height: 80%;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 0px 20px!important;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box-link:hover .overlay {
    background: rgba(255,255,255,0.7);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box-link h3, .box-link p {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: white;
}
.box-link p {
    padding: 0 30px;
}
.box-link:hover h3, .box-link:hover p {
    color: #14213d;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.travel-box-link {
	min-height: 50vh;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
   
}
.travel-box-link .overlay {
    position: absolute!important;
    bottom: 10%;
    left: 10%;
    width: 80%;
    width: 80%;
    text-align: center!important;
    background: rgba(0,0,0,0.4);
    height: 80%;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 0px 20px!important;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.travel-box-link:hover .overlay {
    background: rgba(0,0,0,0.7);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.travel-box-link h2, .travel-box-link p {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: white;
}
.design-box-link {
	min-height: 40vh;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
   
}
.design-box-link .overlay {
    position: absolute!important;
    bottom: 10%;
    left: 10%;
    width: 80%;
    width: 80%;
    text-align: center!important;
    background: rgba(0,0,0,0.4);
    height: 80%;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 0px 20px!important;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity:0;
}
.design-box-link:hover .overlay {
    background: rgba(0,0,0,0.7);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
}
.design-box-link h2, .design-box-link p {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: white;
}
.design-box-link h4 {
    color: #00a79d;
    text-transform: uppercase;
}
.design-box-link .avia-size-large {
    background: #00a79d;
    color: white;
}
h2 {
    font-size: 35px;
}
.av-main-nav > li > a {
    font-family: 'Questrial', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal!important;
    letter-spacing: 1px;
}
h1, h2, h3 {
    text-transform: uppercase;
}
.avia-button {
    font-family: 'Questrial', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#top .avia-button.avia-color-light {
    color: #bea86e;
    border: 3px solid #bea86e;
    background: transparent;
}
.all-packages .avia-color-light {
    color: rgba(255,255,255,0.8)!important;
    border: 3px solid #ffffff!important;
    background: transparent!important;
}
.great-deals .avia-button.avia-size-large {
     border: 3px solid #f26522!important;
}
.pricing-table.avia-highlight-col .first-table-item {
    font-family: 'Questrial', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 1.2em;
}
#health .av-rotator-text-single span {
    color: rgb(90, 184, 185);
}
#health .av-rotator-text-single, #top .av-rotator-container-inner {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.call-the-doc-logo img {
    max-width: 70%;
}
.av-subheading {
    font-family: 'Questrial', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #cfba7f;
    letter-spacing: 1px;
}
#overview_icon .cls-1 {
    fill: #bea86e!important;
}
#overview_icon .cls-1:hover {
    fill: #ffffff!important;
}
.gateway h1 {
    font-size: 60px;
}
svg {
    display: block;
    margin: 0 auto -20px;
    text-align: center;
    max-height: 45px;
}
.custom-testimonial .avia-testimonial-content {
    font-size: 1em!important;
    line-height: 1.55em!important;
    text-align: left!important;
}


#travel-block h2 {
    color: white;
    font-size: 50px;
    padding: 30px 20px 0px 0px;
    line-height: 30px;
}
.book-now {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    line-height: 60px;
    font-size: 30px;
    font-family: 'Questrial', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 0 20px;
    width: 100%;
}
.book-now a {
    color: #e9f707;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.book-now a:hover {
    color: #ffffff;
    text-decoration: none;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;

}
#travel-block {
    height: 300px;
    background-size: cover;
    text-align: center;
	padding-top: 80px;
    margin-top: 5px;
    position: relative!important;
	
}
#travel-block p {
    color: white;
    font-size: 24px;
	font-weight: 800px;
    padding: 0 20px;
}

.travel-1 {
    background: url(/wp-content/uploads/2024/07/plane-flight-e1722029280810.jpg) no-repeat center center;      
  
}
.travel-2 {
    background: url(/wp-content/uploads/2024/07/pool-couple-scaled-e1722030194111.jpg) no-repeat center center;    
    
}
#webdesign .av-subheading, #marketing .av-subheading {
    color: #00a79d;
}
#digital .av-subheading {
    color: #009876;
}
#digital .av_one_fifth {
    margin-left: 1%;
    width: 19%;
}
#marketing .avia-icon-list-container {
    padding-left: 30px;
}
#digital .iconbox_top .iconbox_content {
    min-height: 255px!important;
}
.av-rotator-text-single {
    text-align: center;
}
#finance .av-subheading {
    color: #09575e;
}
.solutions h1 {
    text-align: center;
    text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}
#hero-overlay {
    margin-top: -100px;
}
.hero-text-1 h4 {
    color: #cfba7f;
    font-weight: normal;
    font-size: 24px;
}
#top label {
    display: block;
}
#top .alternate_color .input-text, #top .alternate_color input[type='text'], #top .alternate_color input[type='input'], #top .alternate_color input[type='password'], #top .alternate_color input[type='email'], #top .alternate_color input[type='number'], #top .alternate_color input[type='url'], #top .alternate_color input[type='tel'], #top .alternate_color input[type='search'], #top .alternate_color textarea, #top .alternate_color select {
    border-color: #000000;
    background-color: rgba(255,255,255,0.8);
    color: #121212;
    padding: 10px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #121212!important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #121212!important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #121212!important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #121212!important;
}
.gform_wrapper .gform_footer input[type=submit] {
    padding: 15px 30px 13px;
    font-size: 16px;
    min-width: 139px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: -20px auto 0px!important;
    display: block!important;
}
.gform_wrapper .gform_footer {
    margin: 0px!important;
}
.main_menu {
    clear: none;
    position: absolute;
    z-index: 100;
    line-height: 30px;
    height: 100%;
    margin: 0;
    right: 0;
    margin-top: -100px;
}


@media (min-width: 320px) and (max-width: 990px) {
.responsive #top #wrap_all .main_menu {
    top: 100px !important;
    height: 80px;
    left: auto;
    right: 0;
    display: block;
    position: absolute;
}

.member_info {
	text-align: center;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.1em;
    margin-bottom: 8px;
    position: initial;
    left: 32%;
    top: 65%;
}
#hero-overlay {
    margin-top: 0px; 
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: .875em;
    vertical-align: middle;
    max-width: 50%;
    white-space: normal;
}
.talexes_form label {
    display: block;
    float: left;
    width: 22%;
}
.talexes_form input[type='text'], .talexes_form input[type="email"], .talexes_form input[type='tel'] {
    border-color: #fdc689 !important;
    background-color: #fcfcfc !important;
    color: #889095 !important;
    border-width: 2px !important;
    width: 78% !important;
}
	.talexes_form input[type='submit'] {
	background-color: #f57e20 !important;
    color: #ffffff !important;
    border-color: #f57e20 !important;
    width: 50%!important;
    font-size: 1.4em !important;
    text-transform: none !important;
}
}
@media (min-width: 1080px) {
.solutions h1 {
    width: 40%;
    font-size: 50px;
    margin: 0 auto;    
}
.gform_wrapper .gform_footer input[type=submit] {
    width: 30%!important;
    
}

.talexes_form input[type=submit] {
	width: 20%!important;
}
.talexes_form input[type='text'],.talexes_form input[type="email"],.talexes_form input[type='tel'] {
	border-color: #fdc689 !important;
    background-color: #fcfcfc !important;
    color: #889095 !important;
    border-width: 2px !important;
	width: 90% !important;
}
.talexes_form label {
    display: block;
    float: left;
    width: 10%;
}
.talexes_form input[type='submit'] {
	background-color: #f57e20 !important;
    color: #ffffff !important;
    border-color: #f57e20 !important;
    width: 20%!important;
    font-size: 1.4em !important;
    text-transform: none !important;
}
}
@media (min-width: 1024px) and (max-width: 1280px) { 
.member_info {
	text-align: center;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.1em;
    margin-bottom: 8px;
    position: initial;
    left: 42%;
    top: 65%;
}

#hero-overlay {
     margin-top: -80px; 
}
#field_15_6 {
	margin-left: 8vh !important;
}
.talexes_form label {
    display: block;
    float: left;
    width: 10%;
}
.talexes_form input[type='submit'] {
	background-color: #f57e20 !important;
    color: #ffffff !important;
    border-color: #f57e20 !important;
    width: 20%!important;
    font-size: 1.4em !important;
    text-transform: none !important;
}
#top .gform_wrapper .gfield_checkbox li label, #top .gform_wrapper .gfield_radio li label {
    margin: 1px 0 0 15px;
}
.talexes_form input[type='text'], .talexes_form input[type="email"], .talexes_form input[type='tel'] {
    border-color: #fdc689 !important;
    background-color: #fcfcfc !important;
    color: #889095 !important;
    border-width: 2px !important;
    width: 90% !important;
}
.talexes_form label {
    display: block;
    float: left;
    width: 10%;
}
}
@media (min-width: 1280px) and (max-width: 1600px) {  
.member_info { 
	text-align: center;
    margin-top: -25px;
    font-size: 16px;
    line-height: 1.1em;
    margin-bottom: 8px;
    position: absolute;
    left: 40%;
    top: 65%;
}

#hero-overlay {
    margin-top: -100px; 
}
	.talexes_form label {
    display: block;
    float: left;
    width: 10%;
}
.talexes_form input[type='submit'] {
	background-color: #f57e20 !important;
    color: #ffffff !important;
    border-color: #f57e20 !important;
    width: 20%!important;
    font-size: 1.4em !important;
    text-transform: none !important;
}
}
@media (min-width: 1601px) {  
.member_info {
	text-align: center;
    margin-top: -22px;
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
    position: absolute;
    left: 42%;
    top: 65%;
}

#hero-overlay {
     margin-top: -100px; 
}
#field_15_6 {
	margin-left: 32vh !important;
}
	.talexes_form label {
    display: block;
    float: left;
    width: 10%;
}
.talexes_form input[type='submit'] {
	background-color: #f57e20 !important;
    color: #ffffff !important;
    border-color: #f57e20 !important;
    width: 20%!important;
    font-size: 1.4em !important;
    text-transform: none !important;
}
}
.tml p {
    margin: 0 0 1.5em 0;
    padding: 0;
    color: #fff;
}
.login_txt {
	color: #fff;
    font-size: 18px;
}
.tml-rememberme-wrap label {
	display: inline-block !important;
}
.tml-login .tml-rememberme-submit-wrap {
    display: table;
    margin-bottom: 0em;
    width: 100%;
}
.talexes_form input[type="checkbox"] {
    display: inline !important;
    margin: 0 5px;
	margin-left: 5px;
}
#top .gform_wrapper input, #top .gform_wrapper select {
    margin-bottom: 0;
    min-width: auto;
    margin-left: 5px;
}
.main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type='submit'], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2, .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover, .main_color .av-colored-style .av-countdown-cell-inner, .main_color .wc-block-components-button:not(.is-link) {
    background-color: #fcbf49;
    color: var(--enfold-main-color-constant-font);
    border-color: var(--enfold-main-color-button-border);
}

div .logo {
padding-top: 10px!important;
	padding-bottom: 10px!important;
}



#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
    color: #000000;
    font-weight: 600;
	font-size: 16px;
}

#digital .iconbox_top .iconbox_content {
    min-height: 400px !important;
}
#top label {
    font-weight: normal!important;
    font-size: 0.92em;
}

.bold-text {
	font-weight: 900!important;
}