/* 
 Theme Name:     Holiday for Divi
 Author:         Pennyblack Templates
 Author URI:     https://www.pennyblacktemplates.com/
 Template:       Divi
 Version:        1.4 
*/ 

/* ----------- Holiday CSS --------------------------- */ 


#footer-bottom {
	display:none !important;
}

.et_pb_blurb_container {
	word-wrap: normal;
}


/* BREAD CRUMB */

.crumb a {
	color:#ffffff;
}

/* -------------------------------------------------------  MENU START -----------------------------------------------------------------------*/
#logo {
	max-height:100%;
}
.holiday-menu.current_page_item a {
	color:#ffffff !important;
	background-color:#d35400;
}
.holiday-menu.menu-item-has-children a:first-child {
   
	padding-right:30px !important;
}

#top-menu .menu-item-has-children.current-menu-parent > a:first-child {
	 color:#ffffff !important;
	background-color:#d35400;	
}

#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a,
.sub-menu .current_page_item a,
.sub-menu .current_menu_item a {
	color:#ffffff !important;
	background-color:#d35400;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color:#012f5c;
		color:#ffffff !important;
    opacity: 1;
}

#et-top-navigation .et_mobile_menu .menu-item-has-children>a:hover,
.et-db #et-boc .et-l #et-top-navigation .et_mobile_menu .menu-item-has-children>a:hover,
#top-menu-nav > ul > li > a:hover {
	 background-color:#012f5c;
		color:#ffffff !important;
    opacity: 1;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, 
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding: 12px 15px;
  
}
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom:12px !important;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
   padding-top: 20px;
	padding-bottom: 20px;
}
.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
     padding-top: 20px;
	padding-bottom: 20px;
}


#et-secondary-nav .menu-item-has-children > a:first-child::after,
#top-menu .menu-item-has-children > a:first-child::after {
	top:12px;
	right:8px;
}
#top-menu li {
	padding-right:0;
}

#main-header {
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2) !important;	
}

.sub-menu {
	left:-50px;
}

#page-container {
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.et_mobile_menu,
.nav li ul {
	border-top-color:#d35400;	
}
/* -------------------------------------------------------  MENU END -----------------------------------------------------------------------*/

/* ------------------------------------------------------- HAMBURGER MENU SUBMENU COLLAPSE START -----------------------------------------------------------------------*/

/*change hamburger icon to x when mobile menu is open*/

.et-db #et-boc .et-l #et-top-navigation .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et-db #et-boc .et-l  #et-top-navigation.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
#et-top-navigation .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
#et-top-navigation.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

#et-top-navigation ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
#et-top-navigation ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l #et-top-navigation ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l #et-top-navigation ul.et_mobile_menu li.page_item_has_children .mobile-toggle {	
	position:relative;
}


/*remove default background color from menu items that have children*/

#et-top-navigation .et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l #et-top-navigation .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

#et-top-navigation ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header #et-top-navigation ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l #et-top-navigation ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header #et-top-navigation ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

#et-top-navigation ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header #et-top-navigation ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l #et-top-navigation ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header #et-top-navigation ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

#et-top-navigation ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l #et-top-navigation ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {	
	opacity: 1;
	position: relative;
}


/*submenu toggle icon when closed*/

#et-top-navigation ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l #et-top-navigation ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: absolute;
	font-family: "ETModules";
	content: '\4c';
	right: 20px;
}


/*submenu toggle icon when open*/

#et-top-navigation ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l #et-top-navigation ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\4b';
}

/* Cart icon */
#et-top-navigation .empty-wpmenucart, 
#et-top-navigation .hidden-wpmenucart {
    display: block !important;
}

.et_mobile_menu li a,
.nav li a,
.et_mobile_menu .menu-item-has-children > a {
	font-weight:400;
}
/* ------------------------------------------------------- HAMBURGER MENU SUBMENU COLLAPSE END --------------------------------------------------------- */

optgroup {
    background-color: black;
    color: white;
}
option {
    background-color: white;
    color: black;
}

/* ------------------------------------------------------- WHAT WE DO START ------------------------------------------------------- */

.what-do.et_pb_blurb:hover {
	border-color:#012f5c;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.what-do.et_pb_blurb::before {
  border-bottom: 1px solid #012f5c;
  border-left: 1px solid #012f5c;
  -webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.what-do.et_pb_blurb::after {
  border-top: 1px solid #012f5c;
  border-right: 1px solid #012f5c;
  -webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.what-do.et_pb_blurb:hover::after, .what-do.et_pb_blurb:hover::before {
  -webkit-transform: scale(1);
	transform: scale(1);
}

/* ------------------------------------------------------- WHAT WE DO END ------------------------------------------------------- */

/* ------------------------------------------------------- POPULAR PACKAGES START ------------------------------------------------------- */

.packages-title .et_pb_blurb_container {
	background-color:#ffffff;
	padding:20px;
	position:relative;
	width:90%;
	margin:-30px auto 0 auto;
}

.star {
	position:absolute;
	top:0;
}

.packages-row.et_pb_row .et_pb_column:hover .star {
	z-index:999;
}

.packages-row.et_pb_row .et_pb_column:hover .packages-title .et_pb_main_blurb_image {
	position:relative;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.packages-row.et_pb_row .et_pb_column:hover .packages-title .et_pb_main_blurb_image:before {
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	content:"";
	left:0;
	width:100%;
	height:100%;
}

.star .et_pb_blurb_description,
.star .et_pb_module_header {
	display:inline-block;
}

.star .et_pb_blurb_description {
	padding-left:15px;
}

.star .et_pb_blurb_content {
	padding:10px;
}

/* ------------------------------------------------------- POPULAR PACKAGES END ------------------------------------------------------- */

/* ------------------------------------------------------- GALLERY START ------------------------------------------------------- */

.gallery .et_pb_gutters2 .et_pb_column, .gallery .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 1%;
}

.gallery .et_pb_gutters2 .et_pb_column_1_4, .gallery .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 23.75%;
}

.gallery .et_pb_row_inner_1.et_pb_gutters2.et_pb_row_1-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner.et_pb_column_inner_1,
.gallery .et_pb_row_inner_1.et_pb_gutters2.et_pb_row_1-4_1-4 .et_pb_column.et-first-child {
	 margin-right: 2% !important;
}


.gallery .et_pb_row_inner_1.et_pb_gutters2.et_pb_row_1-4_1-4 .et_pb_column {
	 width: 48.907% !important;
}

/* ------------------------------------------------------- GALLERY END ------------------------------------------------------- */

/* ------------------------------------------------------- BUTTON SAME LINE START ------------------------------------------------------- */

.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}

.btn-inline {
    text-align: center !important;
}

/* ------------------------------------------------------- BUTTON SAME LINE END ------------------------------------------------------- */

/* ------------------------------------------------------- TESTIMONIAL START ------------------------------------------------------- */

.et_pb_testimonial.tesimonial-col .et_pb_testimonial_meta {
    color:#ffed2e !important;
}
.tour-testi-row .et_pb_testimonial_author {
	color:#ffffff !important;
}

.tesimonial-col .et_pb_testimonial_description_inner > p {
    padding-bottom: 0;
}

/* ------------------------------------------------------- TESTIMONIAL END ------------------------------------------------------- */

/* ------------------------------------------------------- TEAM START ------------------------------------------------------- */

.team-col-main .team-icon {
	opacity:0;
	left: 0;
	position: absolute;
	right: 0;	
	transform: translate(0px, -95px);
	-webkit-transform: translate(0px, -95px);
	-ms-transform: translate(0px, -95px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: calc(100% - 195px);
	z-index:1;
	
}
.team-col-main:hover .team-icon {
	opacity:1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team-col {
	position:relative;
}

.team-col .et_pb_team_member_description {
	padding:30px 20px;
	text-align: center;
}

.team-col .et_pb_member_position:after {
	content: ' ';
	display: block;
	width: 20px;
	margin:2px auto;
	border: 1px solid #d35400;
	text-align: center;
}
.team-col .et_pb_member_position {
	margin-bottom:20px;
}
.team-col .et_pb_module_header {
	padding-bottom:5px;
}

.team-col:hover img {
-ms-transform: scale(1.00) !important;
-webkit-transform: scale(1.00) !important;
transform: scale(1.00) !important;
-webkit-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
-moz-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
-o-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
}
.team-col {
border: none !important;
overflow: hidden;
width: 100%;
position: relative;
z-index: 1;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
box-shadow:0 20px 150px rgba(0,0,0,0.2);
-webkit-box-shadow:0 20px 150px rgba(0,0,0,0.2);
-moz-box-shadow:0 20px 150px rgba(0,0,0,0.2);
}
.team-col img {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-ms-transform: scale(1.03);
-webkit-transform: scale(1.03);
transform: scale(1.03);
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
}

/* ------------------------------------------------------- TEAM END ------------------------------------------------------- */

/* ------------------------------------------------------- DESTINATION START ------------------------------------------------------- */

.destination-price .et_pb_module_header,
.desti-date .et_pb_module_header {
	padding:0;
}

.desti-date2 .et_pb_blurb_container,
.desti-date1 .et_pb_blurb_container,
.desti-date .et_pb_blurb_container {
	padding-left:5px;
}
.desti-date2 .et_pb_main_blurb_image,
.desti-date2 .et_pb_blurb_container,
.desti-date1 .et_pb_main_blurb_image,
.desti-date1 .et_pb_blurb_container,
.desti-date .et_pb_main_blurb_image,
.desti-date .et_pb_blurb_container {
	vertical-align:middle !important;
}

.packages-points .et_pb_blurb_content,
.desti-date2 .et_pb_blurb_content,
.desti-date1 .et_pb_blurb_content {
	width:auto;
}

.destination-price .et_pb_blurb_description {
	background-color:#012f5c;
	box-shadow:0 8px 6px -6px rgba(0,0,0,0.6);
	border-radius:100%;
	color:#ffffff;
	position:absolute;	
	top:-10px;
	left:-20px;	
	width:60px;
	height:60px;
	line-height:60px;		
}


.sale-div .et_pb_blurb_description {
	padding:10px 15px;
	background-color:#012f5c;
	box-shadow:0 8px 6px -6px rgba(0,0,0,0.6);
	position:absolute;
	right:0;
	top:0;
	color: #ffffff;
}

.sale-div .et_pb_module_header {
	padding-bottom:0;
}

/* ------------------------------------------------------- DESTINATION END ------------------------------------------------------- */

/* ------------------------------------------------------- POPULAR PRICE START ------------------------------------------------------- */

.popular-price .et_pb_blurb_description {
	position:absolute;
	width:70px;
	height:70px;	
	background-color:#d35400;
	top:-20px;
	border-radius:100%;
	left:-20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.popular-star .et_pb_blurb_container,
.popular-date .et_pb_blurb_container {
	padding-left:5px;
}

/* ------------------------------------------------------- POPULAR PRICE END ------------------------------------------------------- */

/* ------------------------------------------------------- ROOM AVAILABLE START ------------------------------------------------------- */

.room-row .et_pb_blurb_content {
	max-width:100% !important;
}
.room-row .et_pb_blurb_container,
.room-row .et_pb_main_blurb_image {
	width:50%;
}

.room-row .room-col-2 .et_pb_module,
.room-row .room-col-2  .et_pb_blurb_container {
	width:100%;
}

.room-row .room-col-2  .et_pb_module_header {
	padding-bottom:0;
}
.room-col-1  .et_pb_blurb_container {
	padding-left:30px;
}

/* ------------------------------------------------------- ROOM AVAILABLE END ------------------------------------------------------- */

/* ------------------------------------------------------- TOUR PACKAGES START ------------------------------------------------------- */

.packages-row .et_pb_button_module_wrapper {	
	width:100%;
}

.top-packages-row .et_pb_blurb_content,
.packages-row .et_pb_blurb_content {
	display:table;
}

.packages-price.et_pb_module {
	display:inline-block !important;
}

/* ------------------------------------------------------- TOUR PACKAGES END ------------------------------------------------------- */

/* ------------------------------------------------------- PRICE TABLE START ------------------------------------------------------- */

.packages-col-1 .et_pb_blurb_description {
	background-color: #012f5c;
    box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.7);  
    left: -10px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    position: absolute;
    top: 0;
}

/* ------------------------------------------------------- PRICE TABLE END ------------------------------------------------------- */

/* ------------------------------------------------------- VACATION START ------------------------------------------------------- */

.vacation-row  .et_pb_blurb_container {
	padding-left:20px;
	padding-right:20px;
	
}

.vacation-row .vacation-col-3  .et_pb_blurb_container,
.vacation-row .vacation-col-2  .et_pb_blurb_container,
.vacation-row .vacation-col-1  .et_pb_blurb_container {
	position:relative;
}

.vacation-row .vacation-col-3  .et_pb_blurb_container:before,
.vacation-row .vacation-col-1  .et_pb_blurb_container:before {
	position:absolute;
width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-bottom: 5px solid #ffffff;
	content:"";
	top:-109px;
}

.vacation-row .vacation-col-2  .et_pb_blurb_container:before {
	position:absolute;
width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-top: 5px solid #ffffff;
	content:"";
	bottom:-109px;
	z-index:1;
}

/* ------------------------------------------------------- VACATION END ------------------------------------------------------- */

/* ------------------------------------------------------- REGULAR PACKAGES START ------------------------------------------------------- */

.regular-packages-right .et_pb_blurb.et_pb_module {
	display:inline-block;
	margin-bottom: 0;
}

.regular-packages-right .regular-pack-date  .et_pb_blurb_container {
	padding-left:8px;
}

.regular-packages-right .et_pb_text_inner h3,
.regular-packages-right .et_pb_text_inner h4,
.regular-packages-right .et_pb_text_inner h5 {
	padding-bottom:0;
}
/* ------------------------------------------------------- REGULAR PACKAGES END ------------------------------------------------------- */

/* ------------------------------------------------------- TIMER START ------------------------------------------------------- */

/* TIMER */

.holiday-timer.et_pb_countdown_timer .section.values {
	background-color:rgba(211, 84, 0,0.6) !important;
	padding:20px 20px;
	margin-right:10px;
}

.holiday-timer.et_pb_countdown_timer .sep {
	display:none;
}

/* ------------------------------------------------------- TIMER END ------------------------------------------------------- */
	
/* ------------------------------------------------------- FOOTER START ------------------------------------------------------- */

.footer-col-4  .et_pb_module.et_pb_button_module_wrapper {
    display: inline-block;
}
.footer-icons.et_pb_social_media_follow li a.icon::before {
	font-size:20px;
	width:50px !important;
	line-height:50px  !important;
	height:50px !important;
}

/* FOOTER */
.footer h5 {
	padding-bottom:0 ;
}

/* ------------------------------------------------------- FOOTER END ------------------------------------------------------- */

/* ------------------------------------------------------- SUBSCRIBE START ------------------------------------------------------- */

.coming-subscribe .et_bloom_header_outer,
.footer-col-2 .et_bloom_header_outer {
	display:none !important;
}

.coming-subscribe .et_bloom_inline_form,
.footer-col-2 .et_bloom_inline_form {
	margin:0 !important;
}

.footer-col-3 .et_pb_text_inner p,
.footer-col-2 .et_pb_text_inner p {
	padding-bottom:0 !important;
}

.footer-col-4 .et_pb_text_inner,
.footer-col-2 .et_pb_text_inner {
	padding-bottom:5px;
}

.coming-subscribe .et_bloom_form_content,
.footer-col-2 .et_bloom_form_content {
	background-color:transparent !important;
	padding:0 !important;
}


.coming-subscribe .et_bloom_form_container,
.coming-subscribe.et_bloom_form_container .et_bloom_form_content,
.footer-col-2 .et_bloom_form_container,
.footer-col-2 .et_bloom_form_container .et_bloom_form_content {
	background-color:transparent !important;
}

.coming-subscribe {
	margin:0 auto;
	width:40% !important;
}

.coming-subscribe .et_bloom_popup_input.et_bloom_subscribe_email input{
	background-color:rgba(0,0,0,0.3) !important;
	border-radius:0 !important;
	color:#ffffff !important;
}

.footer-col-2 .et_bloom_popup_input {
	width:100% !important;
	padding-right:0 !important;
	margin-bottom:20px !important;
}

.coming-subscribe  .et_bloom_popup_input {	
	padding-right:0 !important;
	margin-bottom:20px !important;
}

.footer-col-2 .et_bloom_form_content button {
	background-color:#d35400 !important;
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
	width:100% !important;
	font-weight:400;
}

.coming-subscribe .et_bloom_form_content button {
	background-color:#d35400 !important;
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
	border-radius:0 !important;
	font-weight:400;
}

.coming-subscribe .et_bloom_form_content button:hover,
.footer-col-2 .et_bloom_form_content button:hover {
	background-color:#ffffff !important;
	color:#d35400 !important;
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}

.coming-subscribe .et_bloom_form_content button:hover span ,
.footer-col-2 .et_bloom_form_content button:hover span {
	color:#d35400 !important;
}
/* ------------------------------------------------------- SUBSCRIBE END ------------------------------------------------------- */

/* ------------------------------------------------------- HOTEL BOOKING PLUGIN START ------------------------------------------------------- */
.holi-form .mphb_sc_search-form {
	max-width:100%;
	margin: 0 auto;
}

.holi-form .mphb_sc_search-form .mphb-required-fields-tip {
	width:100%;
}
.holi-form .mphb_sc_search-form > p {
	width:50%;
}
.holi-form .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper {
	margin: 0 auto;
	float: none;
	width: 100%;
	text-align: center;
}

.holi-form .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper .button {
	background-color: #d35400;
	color: #ffffff;
	border: 0;
	border-radius: 0;
	text-transform:uppercase;
}

.holi-form .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper .button:hover {
	background-color: #ffffff;
	color: #d35400;	
}

.datepick-ctrl {
	background-color: #d35400;
}

.datepick {
	border-radius:0;
}
.datepick-ctrl .datepick-cmd:hover {
    background-color: #012f5c;
}

.holi-form input.text,
.holi-form input.title,
.holi-form input[type="email"],
.holi-form input[type="password"],
.holi-form input[type="tel"],
.holi-form input[type="text"],
.holi-form select,
.holi-form textarea {
	background-color: rgba(0,0,0,0.6);
	border: 1px solid #333333;
	color: #fff;
}

/* ------------------------------------------------------- HOTEL BOOKING PLUGIN END ------------------------------------------------------- */

/* ------------------------------------------------------- BLOG START ------------------------------------------------------- */

#sidebar {
    float: right;
}
.holiday_blog_content {
	margin-top:30px;
}
.et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}
.holiday_blog_content .et_pb_post {
    text-align: left;
    border: 1px solid #eeeeee;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    padding: 20px 20px;
}
body.single-post .holiday_blog_content  .et_pb_section .et_pb_row,
body.single-post .holiday_blog_content  .et_pb_section {
	padding: 0 !important;
}
.search.search-results .et_pb_post,
.archive .et_pb_post,
.holiday-blog .et_pb_post,
.category .et_pb_post,
.blog-post .et_pb_post {
	border:1px solid #eeeeee;
    box-shadow:0 8px 6px -6px rgba(0, 0, 0, 0.2);
    margin-bottom:40px;
}
#commentform {
    padding-bottom: 0;
}
.search.search-results .et_pb_post,
.archive .et_pb_post,
.holiday-blog .et_pb_post,
.category .et_pb_post {
	text-align:left;
	padding:20px 20px;
}

.blog-post .entry-featured-image-url {
	padding:20px 20px 0 20px;
}

#comment-wrap {
    padding-top: 10px;
}

.widget_recent_entries li a {
	display:table;	
}


.tagcloud a {
	background-color:#012f5c;	 
	border:0;
	color:#ffffff !important;
	font-weight:600;
	 box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}
	
.tagcloud a:hover {
	background-color:#d35400;
	color:#ffffff;
}

.widget_search input#searchsubmit {
	background-color:#d35400;	 
	color:#ffffff;	
	font-weight:600;
}

.holiday_blog_content #left-area{
	padding-right: 0 !important;
	width: 64.833%;	
}
.holiday_blog_content #sidebar{
	padding-left: 0 !important;
	margin-right: 0 !important;
	width: 29.666%;	
}

.holiday_blog_content#main-content .container::before {
	background-color:transparent !important;
}
.holiday_blog_content .et_pb_post img {
    margin-bottom: 20px;
}
.holiday_blog_content .entry h1,
.holiday_blog_content .comment-reply-title,
.holiday_blog_content h2.entry-title,
.single-post .et_post_meta_wrapper h1.entry-title {
	font-size: 30px;
	color: #333333 !important;
	font-family: "Roboto",Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
}
#left-area .post-meta {
	font-size:13px;	
	letter-spacing:0.5px;	
}
body.single-post .holiday_blog_content article.et_pb_post .entry-content {
    padding-top: 0 !important;
}
.holiday_blog_content .form-submit #submit.submit.et_pb_button {
	background-color: #d35400;
    border: 0 !important;
    color: #ffffff !important;   
	display:inline-block !important;
	border-radius: 3px;
	padding: 8px 15px !important;
	text-transform: uppercase !important;
	box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}
.holiday_blog_content #commentform.comment-form textarea { 
	background-color:transparent;
	border:1px solid #eeeeee;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    padding: 10px 15px !important;
    color: #666666;
    font-size: 14px;
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;	
	line-height: 24px;
	letter-spacing: 1px; 
	border-radius: 3px;	
}


.single.single-post .entry-content {
	padding-top:0;
	padding-bottom:20px;
}

 .widget_categories li,
 .widget_recent_entries li {
	border-bottom:1px solid #dedede;
	padding-bottom:5px;
}

.comment-form-author {
	float:left !important;
	width:49% !important;
}

.comment-form-url {
	display:none !important;
}

.comment-form-email {
	float:right !important;
	width:49% !important;
}
#commentform input[type=email], #commentform input[type=text] {
	background-color:transparent;
	border:1px solid #eeeeee;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	width:100% !important;
	 color: #666666 !important;
    font-size: 14px !important;
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;	
}

.et_pb_widget_area_left {
	border-right:0 !important;
}


.holiday-sidebar .et_pb_widget {
	border:1px solid #eeeeee;
	padding:30px 20px;
	margin-bottom:30px !important;
} 

.holiday-sidebar .et_pb_widget .widgettitle{
	border-bottom:1px solid #eeeeee;
	position:relative;
	text-align:center;
	margin-bottom:30px;
	padding-bottom:20px;
}
.holiday-sidebar .et_pb_widget .widgettitle::before {
    background-color: #d35400;
    bottom: -2px;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;    
    position: absolute;
    right: 0;
    width: 70px;
}

.et_pb_widget.widget_categories li a,
.et_pb_widget.widget_recent_entries li a{
	position:relative;
	padding-left:30px;
}

.et_pb_widget.widget_categories li a:before,
.et_pb_widget.widget_recent_entries li a:before {
content: "5";
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;
    position: absolute;
    left: 0;
    top: 0;

}

.pagination a {
	box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
	color:#d35400;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:10px 25px;
}

.holiday-sidebar .widget_search input#searchsubmit {
	font-size:13px !important;
}

.holiday_search input[type=text] {
	height:40px;
	border:0;
	color:#333333;
	font-weight:600;
	letter-spacing:1px;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;	
	padding-left:15px;
	padding-right:15px;
	width:100%;
}

.holiday_search input[type=submit] {
	background-color:#d35400;
	width:100%;
	padding:10px 20px;
	color:#ffffff;
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;	
	border:0;
	font-weight:600;
	text-transform:uppercase;
}

.holiday_search select {
	height:40px;
	border:0;
	color:#333333;
	font-weight:600;
	letter-spacing:1px;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;	
	width:100%;
}

.searchandfilter li {
	margin-bottom:15px;
	padding:0;
	width:100%;
}

.searchandfilter ul {
	padding:0;
}

.logged-in-as a {
	color:#d35400;
}
blockquote {
	border-color:#d35400;
}


/* ------------------------------------------------------- BLOG END ------------------------------------------------------- */

/* ------------------------------------------------------- PAGE 404 START ------------------------------------------------------- */

.error404 .head-404{
    background-color: #f5f5f5;
    text-align: center;
    padding: 200px;	
}
.error404 #main-content .container, 
.error404 #content-area, 
.error404 #left-area {
    width: 100% !important;
    max-width: none;
	box-shadow: none !important;
}
.error404 #main-content .container {
	padding-top: 0 !important;
	
}
.error404 #left-area  {
	padding-right: 0 !important;
	padding-bottom: 0 !important;	
}
.error404 #main-content .container::before {
	display: none;
}
.error404 #sidebar {
 display: none;
}

.error404 .et_pb_post:last-child {
margin-bottom: 0;
}

/* ------------------------------------------------------- PAGE 404 END ------------------------------------------------------- */

/* ------------------------------------------------------- COMING SOON START ------------------------------------------------------- */

.coming-form .et_contact_bottom_container {
	float:left;
	margin-top:0;
}

.hotel-form .et-pb-contact-message,
.tour-form .et-pb-contact-message,
.coming-form .et-pb-contact-message {
	color:#ffffff;
	font-weight:600;
	letter-spacing:1px;
	
}

/* ------------------------------------------------------- COMING SOON END ------------------------------------------------------- */

.mphb_sc_account .mphb-account-menu ul,
.mphb_sc_account .mphb-account-menu ul li{
	list-style: none;
}

.mphb_sc_account .mphb-account-menu ul li{
	margin: 5px 0;
}

.mphb-account-menu ul li > a {
  	 font-weight: 700;
    font-style: normal;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding: 10px 0;
}

.mphb-account-menu ul li > a:hover{
	  color: #d35400;
}

.mphb_sc_account .mphb-account-content a{
	  color: #d35400;
}



/* ------------------------------------------------------- MEDIA QUERIES START ------------------------------------------------------- */

@media only screen  and (max-width:479px) {
.budget-row.et_pb_row .et_pb_column.deal-col  {
		width:220px !important;
		margin-left:auto;
		margin-right:auto;
	}

}

@media only screen  and (max-width:360px) {
	.why-with-col .et_pb_blurb.et_pb_module {
		border-radius:0;
		width:100%;
		height:100%;
	}
	
}

@media only screen and (min-width: 480px) and (max-width:767px) {
	.room-row .et_pb_column {
		float:none;
		margin-left:auto !important;
		margin-right:auto !important;
		 width:380px !important;
	}
	.room-row .et_pb_column.et-last-child {
		margin:0 auto !important;
	}
	
	
}

@media only screen and (min-width: 440px) and (max-width:479px) {
	
	.offer-row.et_pb_row .et_pb_column.offer-col  {
		 margin-left:auto !important;
		margin-right:auto !important;
		 width:80% !important;
	}
}

@media only screen  and (max-width:767px) {
	.header-tab .et_pb_tabs_controls li {
		display:table-cell;
	}
	.client-row .et_pb_column {
		text-align:center !important;
		width:auto !important;
	}
	.room-row .et_pb_blurb_container, .room-row .et_pb_main_blurb_image {
    width: 100%;
}
	
	.room-row .et_pb_blurb_position_left .et_pb_main_blurb_image, 
	.room-row .et_pb_blurb_position_right .et_pb_main_blurb_image {
		display: table !important;
		line-height: 0;
	}
	
	.room-col-1 .et_pb_main_blurb_image {		
		margin-bottom:0;
	}
	.holiday-timer.et_pb_countdown_timer .section.values {
		margin-bottom:5px;
		width:49%;
	}
	.holiday-timer.et_pb_countdown_timer .sep.section {
		display:none;
		
	}
	.coming-form.et_pb_module {
		max-width:80% !important;
	}
	.room-row .et_pb_column .et_pb_blurb.et_pb_module {
		padding-right:0 !important;
	}
	.room-row .et_pb_column .et_pb_blurb_container {
		padding-right:10px;
	}
	.coming-subscribe {
	margin:0 auto;
	width:100% !important;
}
	.coming-subscribe .et_bloom_popup_input {
		margin-bottom:10px !important;
	}
	.regular-packages-right {
		padding-top:20px !important;
	}
	.regular-packages-right .et_pb_text_inner h3,
	.regular-packages-right .et_pb_text_inner h4,
	.regular-packages-right .et_pb_text_inner h5 {
		padding-bottom: 10px;
	}
	.room-row .et_pb_column.et-last-child {   
		padding: 20px;
	}
}

@media only screen  and (max-width:980px) {
	.mobile_menu_bar:before {
		color:#d35400 !important;
		top:15px;
	}
	.heading-row .et_pb_column {
		margin-bottom:0 !important;
	}
	
	.what-do-row-2 .et_pb_column,
	.what-do-row-1 .et_pb_column {
		margin-bottom:90px;
	}
	.gallery .et_pb_column:last-child,
	.what-do-row-2 .et_pb_column:last-child {
		margin-bottom:0 !important;
	}
	.what-do-row-1 {
		padding-bottom:0;
	}
	.what-do-row-2.et_pb_row {
		padding-top:0 !important;
	}	
	.star {
		left: 0;  
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: 0;
	}
	.gallery .et_pb_column:nth-child(2),
	.gallery .et_pb_column:first-child {
		margin-bottom:12px !important;
	}
	
	
	.take-off-row .et_pb_column,
	.gallery .et_pb_column .et_pb_row_inner .et_pb_column{
		margin-bottom:0 !important;
	}
	btn-inline.et_pb_row {
		padding-top:20px !important;
	}
	
	.footer-col-1 .et_pb_module.et_pb_image,
	.footer-col-4 .et_pb_text.et_pb_module,
	.footer-col-3 .et_pb_text.et_pb_module,
	.footer-col-2 .et_pb_text.et_pb_module {
		margin-bottom:20px;
	}
	.holiday-about-row {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		flex-direction:column;
		
	}
	.holiday-about-col-1 {
		-webkit-order:2;
		order:2;
		margin-bottom:0px;
	}
	.holiday-about-col-2 {
		-webkit-order:1;
		order:1;
		margin-bottom:30px !important;
	}
	.why-with-col {
		margin-bottom:50px !important;
	}
	.why-with-col:last-child {
		margin-bottom:0px !important;
	}
	.counter-row .percent {
		height:auto;
	}
	.cta-heading {
		margin-bottom:10px !important;
	}
	.budget-row.et_pb_row,
	.dest-row-2.et_pb_row,
	.dest-row-1.et_pb_row {
		overflow:unset !important;
	}
	
	.room-col-2 .et_pb_text.et_pb_module {
		margin-left:0 !important;
		margin-top:20px;
	}
	.room-row:nth-child(3) {
		margin-top:20px;
		margin-bottom:20px;
	}
	.room-col-1 .et_pb_blurb_container {
		padding-bottom:20px;
	}
	.top-packages-row:nth-child(3) {
		padding-top:0 !important;
	} 
	.top-packages-price,
	.top-packages-col-1 {
		margin-bottom:10px !important;
	}
	
	.vacation-col-3 .et_pb_main_blurb_image,
	.vacation-col-1 .et_pb_main_blurb_image {
		margin-bottom:20px !important;
	}
	.vacation-row .vacation-col-2.et_pb_column,
	.vacation-row .vacation-col-1.et_pb_column {
		margin-bottom: 30px !important;
	}
	
	.vacation-col-3 .et_pb_blurb.et_pb_module,
	.vacation-col-1 .et_pb_blurb.et_pb_module{
		padding-bottom:30px !important;
	}
	.vacation-col-3.et_pb_column.et-last-child {
		margin:0 auto !important;
	}
	.vacation-col-2 .et_pb_blurb_content {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display:flex;	
		flex-direction:column-reverse !important;
		-webkit-flex-direction:column-reverse !important;
	}
	.vacation-col-2 .et_pb_main_blurb_image {
		-webkit-order:1;
		order:1;
		margin-top:0 !important;
		margin-bottom:20px !important;
	}
	
	.vacation-col-2 .et_pb_blurb_container {
		-webkit-order:2;
		order:2;
	}
	.vacation-col-2 .et_pb_blurb.et_pb_module {
		padding-top:0 !important;
		padding-bottom:30px !important;
	}
	.vacation-row .vacation-col-3 .et_pb_blurb_container::before, 
	.vacation-row .vacation-col-1 .et_pb_blurb_container::before {
		top:-25px;
	}
	.vacation-row .vacation-col-2 .et_pb_blurb_container::before {
		bottom:-35px;	
	}
	
	.vacation-col-2 .et_pb_blurb.et_pb_module {
		padding-top:20px !important;
		padding-bottom:0 !important;
	}
	.vacation-col-2 .et_pb_module.et_pb_image {
		padding-top:30px !important;
	}
	
	.regular-packages-row.et_pb_row.et_pb_row_10 {
		padding-bottom:0 !important;
		padding-top:0 !important;
	}
	
	.deal-row .et_pb_blurb.et_pb_module:first-child {
		margin-bottom:10px;
	}
	
	.deal-row .et_pb_blurb.et_pb_module:nth-child(3),
	.deal-row .et_pb_text.et_pb_module:nth-child(2) {
		margin-bottom:10px;
	}
		.deal-row .et_pb_module:nth-child(5),
	.deal-row .et_pb_text.et_pb_module:nth-child(4) {
			margin-bottom:20px;
	}
	.popular-hotel-row .et_pb_blurb.et_pb_module:first-child {
		margin-bottom:15px;
	}
	h1 {
		font-size: 34px !important;
		line-height: 45px !important;
	}
   
	h2 {
		font-size: 30px !important;
		line-height: 38px !important;
	}
	h3 {
		font-size: 26px !important;
		line-height: 32px !important;
	}
	
	.custom-singleprod-tab h2,
	.woocommerce-loop-category__title,
	.single-home-addinfo h2,
	h4 {
		font-size: 20px !important;
		line-height: 28px !important;
	}
	
	
}


@media only screen and (min-width: 480px) and (max-width:767px) {
	 
	
	.regular-packages-row  .et_pb_column {
		float:none;
		margin-left:auto !important;
		margin-right:auto !important;
		 width:380px !important;
	 }
	
	.regular-packages-row  .et_pb_column.et-last-child {
		margin:0 auto !important;
	}
}

@media only screen and (min-width: 480px) and (max-width:980px) {
	
	.packages-row.pricing-row .et_pb_column, 
	.popular-hotel-row .et_pb_column,
	.deal-row .et_pb_column {
		float:none;
		margin-left:auto !important;
		margin-right:auto !important;
		width:350px !important;
		
	}
	.team-row .et_pb_column,
	.packages-row.popular-packages .et_pb_column,
	.top-packages-row .et_pb_column {
		float:none;
		margin-left:auto !important;
		margin-right:auto !important;
		width:380px !important;		
	}
	.vacation-col-3.et_pb_column,
	.vacation-col-2.et_pb_column,
	.vacation-col-1.et_pb_column {
		float:none;
		margin-left:auto !important;
		margin-right:auto !important;
		width:400px !important;		
	}
	.team-row .et_pb_column:last-child,
	.packages-row.pricing-row .et_pb_column:last-child,
	.top-packages-row .et_pb_column:last-child,
	.popular-hotel-row .et_pb_column:last-child,
	.deal-row .et_pb_column:last-child {
		margin:0 auto !important;
	}
	
}

@media only screen and (min-width: 350px) and (max-width:479px) {
	 .news-row .et_pb_column .et_pb_blurb.et_pb_module {
		margin:0 auto;
		 width:270px !important;
	}
	
}

@media only screen and (min-width: 600px) and (max-width:767px) {
	 .news-row .et_pb_column .et_pb_blurb.et_pb_module {
		width:auto !important;
	}
	.budget-row.et_pb_row .et_pb_column {
		width:250px !important;
		margin-left:auto;
		margin-right:auto;
	}
	.budget-row.et_pb_row {
		 width:530px;
	 }
	 .dest-row-2.et_pb_row,
	 .dest-row-1.et_pb_row {
		 width:560px !important; 
	 }
}

 @media only screen and (min-width: 768px) and (max-width:980px) {
	 .gallery .et_pb_row_inner.et_pb_row_inner_1.et_pb_gutters2.et_pb_row_1-4_1-4  {
		 margin:0 auto;
		 width:80%;
	 }
	 .team-row .et_pb_column .et_pb_team_member_image {
		 float:none;
	 }
	
	 .regular-packages-row  .et_pb_column {
		 width:50% !important;
	 }
	 .news-row .et_pb_column .et_pb_blurb.et_pb_module {
		width:270px !important;
	}
	 .news-row.et_pb_row {
		 width:600px !important;
	 }
	 .offer-row.et_pb_row{
		 width:75% !important;
		 margin:0 auto;
	 }
	.budget-row.et_pb_row {
		 width:530px !important;
	 }
	 .holiday-timer.et_pb_countdown_timer .section.values {
		margin-bottom:5px;
		width:120px;
	}
	 .holiday-timer.et_pb_countdown_timer .section .value {
		 font-size:30px !important;
	 }
	 
	  .dest-row-2.et_pb_row,
	 .dest-row-1.et_pb_row {
		 width:580px !important; 
	 }
	 .coming-subscribe {
	margin:0 auto;
	width:70% !important;
}
}

 @media only screen and (min-width: 981px) and (max-width:1010px) {
	 .et_header_style_left #et-top-navigation nav > ul > li > a,
	 .et_header_style_split #et-top-navigation nav > ul > li > a  {
		 padding-left:10px;
		 padding-right:10px;
	 }
	 .counter-row .percent p {
		 font-size:55px !important;
	 }
	
}

 @media only screen and (min-width: 981px) and (max-width:1190px) {
.why-with-col .et_pb_blurb.et_pb_module {
		padding:20px 10px !important;
		border-radius:0;
		width:100%;
		height:100%;
	}
	 .room-col-1 .et_pb_blurb_container {
		padding-bottom:20px;
	}
	 .regular-packages-row .et_pb_column {
    width: 50% !important;
}
	 .regular-packages-row.et_pb_row {
		 width:760px;
	 }
 .coming-subscribe {
	margin:0 auto;
	width:60% !important;
}
}
@media only screen and (min-width: 768px) and (max-width:1324px) {
	.client-row .et_pb_module {
		display:table-cell;
	}
}
@media only screen and (min-width: 981px) and (max-width:1324px) {
	.vacation-row.et_pb_row {
		width:800px;
		margin:0 auto;
	}
	
	.vacation-col-3 .et_pb_blurb.et_pb_module,
	.vacation-col-1 .et_pb_blurb.et_pb_module {
		padding-bottom:59px !important;
	}
	
	.vacation-col-3 .et_pb_main_blurb_image,
	.vacation-col-1 .et_pb_main_blurb_image {
		margin-bottom:50px !important;
	}
	.vacation-col-2 .et_pb_blurb.et_pb_module {
		padding-top:45px !important;
	}
	.vacation-col-2 .et_pb_module.et_pb_image {
		padding-top:64px !important;
	}
	.vacation-row .vacation-col-3 .et_pb_blurb_container::before, .vacation-row .vacation-col-1 .et_pb_blurb_container::before {
		top:-54px;
	}
	.vacation-row .vacation-col-2 .et_pb_blurb_container::before {
		bottom:-69px;
	}
	.regular-packages-row .regular-packages-right {
		padding-top:16px;
		padding-bottom:23px;
	}
	.room-col-2 .et_pb_text.et_pb_module {
		padding-top:64px !important; 
		padding-bottom:64px !important; 
	}
	
	.holiday-about-col-1 .et_pb_blurb_description,
	.holiday-about-col-1 .et_pb_text_inner {
		font-size:13px;
	}
	.counter-row h3 {
		font-size:17px;
	}
}
 @media only screen and (min-width: 981px) and (max-width:1319px) {
	 .footer-col-3  .et_pb_module.et_pb_image{
		 width:33%;
	 }
	 .footer-col-4 .et_pb_button.links {
		 font-size:12px !important;
	 }
}
/* ------------------------------------------------------- MEDIA QUERIES END ------------------------------------------------------- */