/*
 Theme Name: OmniHyper
 Theme URI: https://omnihyper.com/
 Description: Divi Child Theme
 Author: OmniHyper
 Author URI: https://omnihyper.com/
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
.hu-revoke-button {
    background: #e5e5e524!important;
    border: none;
    border-radius: 50px;
    box-shadow: none;
    height: 10px!important;
    margin: 0;
    min-height: 10px!important;
    min-width: 10px!important;
    outline: none;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    touch-action: manipulation;
    white-space: nowrap;
    width: 10px!important;
}


body {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.traffic-figure {
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0 !important;
}

#newsletter-form input {
	border: none;
    background: #161617;
    border-radius: 100px;
    padding: 10px 15px;
	margin-bottom: 12px;
	font-size: 16px;
	color: #f9f9f9;
}
#newsletter-form button {
	background: none;
    color: #7a7a7a;
    border: 1px solid #7a7a7a;
    border-radius: 100px;
    padding: 8px 17px;
    font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}
#newsletter-form button:hover {
	background: #7a7a7a;
	color: #000;
	border: 1px solid #7a7a7a;
}
.hotel-logo-display {
	display: flex;
}
.hotel-logo-display .et_pb_column {
	display: flex;
	align-items: center;
}
.custom-22-gap-column {
  gap: 16px;
}
.custom-gap-column:after {
  display: none !important
}
#work-row .et_pb_column {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (min-width: 980px) {
.custom-22-gap-column {
  gap: 22px;
}
.custom-138-gap-column {
  gap: 138px;
}
.custom-160-gap-column {
  gap: 160px;
}
.accommodation-2-columns {
	display: flex;
}
}
#custom-revenue-form .input-text {
	background-color: #262626;
	color: #9C9C9C;
	font-size: 16px;
	padding: 10px 16px;
	border-radius: 30px;
	border: none;
	margin-bottom: 16px;
	width: 100%;
}
#custom-revenue-form label:last-child .input-text {
	margin-bottom: 27px !important;
}
#custom-revenue-form .radio-label {
	color: #fff;
	margin-bottom: 26px !important;
	font-weight: 500;
	font-size: 18px;
}
#custom-revenue-form p {
	padding-bottom: 0 !important;
}
#custom-revenue-form .input-radio {
	color: #fff;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
#custom-revenue-form .input-radio span {
	margin-left: 0 !important;
}
#custom-revenue-form button {
	background: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 25px;
    font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}
#custom-revenue-form button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.image-desc {
	font-weight: 500 !important;
}
#custom-revenue-form input[type="radio"]:not(:checked) {
    appearance: none;
    border: solid #fff 1px;
    width: 13px;
    height: 13px;
    border-radius: 100px;
}
#custom-revenue-form input[type="radio"]:checked {
    accent-color: #fff;
}
#custom-revenue-form .input-radio {
	font-weight: 300;
	font-size: 18px;
}
#page-container {
	overflow-y: initial !important;
}
.featured-solutions-microsites h3, .featured-solutions-microsites .et_pb_main_blurb_image {
	margin-bottom: 30px !important;
	padding-bottom: 0 !important;
}
.proven-success-microsites .et_pb_blurb_container {
	vertical-align: middle;
}
.proven-success-microsites h3 {
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
}
.search-hero-section-image {
max-width: 447px !important;
}

.custom-blog-module .et_pb_post {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border-radius: 22px;
    height: 619px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.custom-blog-module .et_pb_post .et_pb_image_container img {
    display: none;
}

.custom-blog-module .et_pb_post h2,
.custom-blog-module .et_pb_post .post-meta,
.custom-blog-module .et_pb_post .post-content {
    position: relative;
    z-index: 2;
    color: white;
	margin-bottom: 20px;
}
.custom-blog-module .et_pb_post .post-meta {
	margin-bottom: 10px !important;
}

.custom-blog-module .et_pb_post::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.77));
    z-index: 1;
}
.custom-blog-module .more-link{
	text-transform: capitalize;
	border: 1px solid #fff;
	padding: 9px 29px;
	border-radius: 100px;
}
.contact-form {
	font-size: 18px;
	font-weight: 300;
}
.contact-form .first-row-form {
	display:flex;
	gap: 72px;
	margin-bottom: 21px;
}
.contact-form .first-column-form {
	width: 100%;
	max-width: 607px
}
.contact-form .column-form-50 {
	width: 100%;
	max-width: 49%
}
.contact-form .contact-lp-form {
	gap: 23px !important;
}
.contact-form .button_submit_lp_form p {
	width: 100% !important;
}
.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form select, .contact-form textarea {
	width: 100%;
	border: 1px solid #C6C6C6;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 300;
	padding-left: 12px;
}
.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text] {
	height: 50px;
	margin: 10px 0 9px 0;
}
.contact-form textarea {
	min-height: 224px;
	padding-top: 5px;
	margin-top: 10px;
}
.contact-form .label-text span, .contact-form .label-checkbox span {
	color: #606060;
	font-weight: 300 !important;
}
.contact-form .label-checkbox {
	font-weight: 500;
	font-size: 18px;
}
.contact-form .wpcf7-checkbox span {
	margin-left: 0;
}
.contact-form .wpcf7-checkbox {
	display: flex;
    flex-direction: column;
	gap: 10px;
}
.contact-form input[type=checkbox] {
	height: 27px;
	width: 27px;
	border-radius: 7px;
	border: 1px solid #C6C6C6;
	margin: 0 12px 0 0;
}
.contact-form .wpcf7-list-item label {
	display: flex;
    align-items: center;
	margin-bottom: 5px;
}
.contact-form .wpcf7-list-item-label::after {
    content: attr(data-extra);
    color: #606060;
    display: inline-block;
}
.contact-form .first-column-form br {
	height: 0;
}
.contact-form .et_pb_button_form{
	cursor: pointer;
    background: #000;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 8px 29px;
    color: #fff;
    font-size: 18px;
	margin-right: 11px;
}
.contact-form .submit-message {
	color: #606060;
	font-weight: 300 !important;
}
.contact-form .button_submit {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.contact-form .button_submit p {
	padding-bottom: 0 !important;
}
.contact-form.contact-form-webcase input {
	margin-bottom: 30px;
}
.contact-form.contact-form-webcase .button_submit input {
	margin-bottom: 0 !important;
}
.contact-form .button_submit p:first-child{
	width: min-content;
    height: 40px;
}

.contact-form .second-column-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 27px;
    height: 27px;
    border: 1px solid #C6C6C6;
	border-radius: 7px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

.contact-form .second-column-form input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #C6C6C6;
}
.contact-form .second-column-form input[type="checkbox"]::after {
    content: "✔";
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.contact-form .second-column-form input[type="checkbox"]:checked::after {
    display: block;
}
.profit {
	font-size: 45px !important;
	line-height: 58px !important;
	font-weight: 700;
}
.image-desc p {
	font-size: 16px !important;
	line-height: normal !important;
}
.blog #post-3432 .entry-title {
	margin-bottom: 135px;
}
.blog #post-3787 .entry-title {
	margin-bottom: 72px;
}
/* TABLET VERSION*/
@media (max-width: 980px) {
	h1, .n2-section-smartslider .homepage-h1 p {
		font-size: 70px !important;
		line-height: 80px !important;
	}
	.n2-section-smartslider h2, .n2-section-smartslider .hero-subtitle p {
		font-size: 30px !important;
		line-height: 44px !important;
	}
	h2 {
		font-size: 54px !important;
		line-height: 70px !important;
	}
	h3 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	#work-row, #featured-solutions {
	display: flex;
    flex-direction: column;
		height: auto !important;
	}
	#work-row.custom-22-gap-column, #featured-solutions.custom-22-gap-column {
		gap: 30px !important;
	}
	#work-row .et_pb_column {
		min-height: 400px;
	}
	
	#featured-solutions .et_pb_column {
		min-height: 500px;
	}
	p, li {
		font-size: 20px !important;
		line-height: 34px !important;
	}
	.de-menu-row a, .de-submenu a {
		font-size: 32px !important;
		line-height: 54px !important;
	}
	a, button {
		font-size: 20px !important;
	}
	.image-desc p {
		font-size: 16px !important;
		line-height: normal !important;
	}
	.contact-form .first-row-form {
		gap: 40px;
		flex-direction: column;
}
	.contact-form .contact-lp-form {
		gap: 20px !important;
	}
	.contact-form .column-form-50 {
	width: 100%;
	max-width: 100%;
}
	.contact-form .button_submit_lp_form p {
    width: 100% !important;
}
	
	.contact-form .wpcf7-list-item label {
	display: block;
}
	.contact-form .wpcf7-list-item-label {
		vertical-align: top;
	}
}

/* MOBILE VERSION */
@media (max-width: 640px) {
	h1, .n2-section-smartslider .homepage-h1 p {
		font-size: 50px !important;
		line-height: 60px !important;
	}
	.n2-section-smartslider .apps-hero-mobile, .n2-section-smartslider .apps-hero-mobile p {
		text-align: center !important;
	}
	.n2-section-smartslider h2, .n2-section-smartslider .hero-subtitle p {
		font-size: 30px !important;
		line-height: 44px !important;
	}
	h2 {
		font-size: 40px !important;
		line-height: 54px !important;
	}
	h3 {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	p, li {
		font-size: 18px !important;
		line-height: 32px !important;
	}
	.image-desc p {
		font-size: 16px !important;
		line-height: normal !important;
	}
	.de-menu-row a, .de-submenu a {
		font-size: 24px !important;
		line-height: 44px !important;
	}
	a, button {
		font-size: 18px !important;
	}
	.hotel-logo-display {
		display: flex;
		flex-direction: column;
		gap: 30px;
		height: auto !important;
	}
	.hotel-logo-display .et_pb_column {
		min-height: 150px;
	}
	.contact-form-webcase .button_submit {
		flex-direction: column;
	}
	.contact-form-webcase .submit-message {
		margin-top: 15px;
	}
	.profit {
	font-size: 26px !important;
	line-height: 28px !important;
	font-weight: 700;
	}
	.contact-form .button_submit_lp_form p {
	width: 100% !important;
	}
	.blog #post-3787 .entry-title {
	margin-bottom: 130px;
	}
}