/*
Theme Name: Sunway - Child
Theme URI: http://tropicana.freevision.me/
Author: freevision
Author URI: http://themeforest.net/user/freevision/portfolio
Description: Sunway is a vacation rental WordPress theme crafted to help you build a profitable vacation rental business. If you rent out a chalet, cabin, inn, resort residence, hotel, B&B, guest house or the like, the theme is going to fully suit your needs!
Version: 7.1
Text Domain: sunway
Domain Path: /lang
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
Template: sunway
*/


/*
 * Overwrite .mobile-maybe class and cancel behavior in order for the top menu to 
 * work better. 
 */
@media only screen and (min-width: 812px) {
	body.mobile-maybe .sunway-primary-nav > li { height:130px; }
	body.mobile-maybe.admin-bar:not(.non-sticky-menu) .nav-container { top: 32px !important; }
	body.mobile-maybe.admin-bar #primary-menu{top:32px;}
	body.mobile-maybe.admin-bar .animsition{margin-top:32px;}
	
	/* First level appear */
	body.mobile-maybe .sunway-primary-nav > li.active-hover > ul,
	.sunway-primary-nav > li.open > ul {
		visibility: visible !important;
		display: block !important;
		opacity: 1 !important;

		animation: fadeSlideUp .2s;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
	}
	/* Second and third level appears */
	body.mobile-maybe .sunway-primary-nav > li ul li:hover > ul,
	.sunway-primary-nav > li ul li.open > ul {
		visibility: visible !important;
		display: block !important;
		opacity: 1 !important;

		animation: fadeSlideLeft .2s;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
	}
	/* megadrop appears */
	body.mobile-maybe .sunway-primary-nav > li.active-hover .megadrop,
	.sunway-primary-nav > li.open .megadrop {
		visibility: visible !important;
		display: block !important;
		opacity: 1 !important;

		animation: fadeSlideUp .2s;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
	}
	/* column drop appears */
	body.mobile-maybe .sunway-primary-nav > li.active-hover .columndrop,
	.sunway-primary-nav > li.open .columndrop {
		visibility: visible !important;
		display: block !important;
		opacity: 1 !important;

		animation: fadeSlideUp .2s;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
	}
}
@media only screen and (max-width: 959px) {
	/* and (min-width: 769px)  */
	.sunway-primary-nav > li > a {
		font-size: 10px !important;
	}
	body.mobile-maybe .sunway-primary-nav .col h3 {
		font-size: 14px !important;
	}
	body.mobile-maybe .sunway-primary-nav > li * > a {
		font-size: 100% !important; 
	}
}
/*
 * = = END MENU OPENING for screens bigger than mobile until 1780 
 */

/*
 * FirtsPage arrowimage on chrome fix.. 
 *
.home .vc_row .wpb_single_image figure img, 
.page-id-1066 .vc_row .wpb_single_image figure img {
    width: revert-layer;
}
*/

/*
 * MOBILE FIXES 
 * Smaller SLIDER size in Mobile phones 
 * On multiple accomodations, adjust mobile layout after dates selection: 
*
@media only screen and (max-width: 359px) {
	.hero-background-slider {
		height: 400px !important;
	}
	body.single-mphb_room_type .mphb-reserve-room-section {
		display: block !important;
	}
}
*
 * MOBILE FIXES 
 * 
 * On multiple accomodations, adjust mobile layout after dates selection: 
*
@media only screen and (max-width: 540px) {
	body.single-mphb_room_type .mphb-reserve-room-section {
		display: block !important;
	}
	select.mphb-rooms-quantity {
		max-width:60px; 
	}
}
*/

