/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 2000px) {
	.page-id-8045 .video-with-bg,
	.page-id-8047 .video-with-bg {
		min-height: 1800px;
	}
}

@media only screen and (max-width: 1440px) {
	.page-id-8045 .video-with-bg,
	.page-id-8047 .video-with-bg {
		min-height: 1000px;
	}
}

@media only screen and (max-width: 1366px) {
	#fixed-header .fx-nav nav > div > ul > li{
		padding: 18px 0 24px;
	}
	#fixed-header .fx-nav nav > div > ul > li > a{
		padding: 10px 5px;
	}
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
	header#headerwrapper .custom-container{
		padding: 35px 25px 0;
	}

	#content .behind-scenes-wrap .behid-scene-list{
		width: 30%;
	}

	.header-logo img {
	    max-width: 65px;
	}

	nav.header-nav ul.menu{
		 gap: 25px;
    	font-size: 17px;
	}

	.header-smi-inner ul em img {
	    width: 25px;
	}

	.header-smi-inner ul em {
	    font-size: 31px;
	}

	.blog-wrap .blog-list .blog-description .blogcont a{
    	margin-top: 6px;
	}
	.ip-container #headerwrapper .header nav > div > ul > li > a {
	    color: #626262;
	    font-size: 11px;
	    font-weight: 300;
	    text-transform: uppercase;
	    padding: 10px 5px;
	    text-decoration: none;
	}


	#content .behind-scenes-wrap .behid-scene-big .behid-scene-heading h2{
	    font-size: 39px;
	    line-height: 51px;
	}
	    #content .behind-scenes-wrap .behid-scene-big .behid-scene-heading h2 span{
	        font-size: 74px;
	    }
	#content .behind-scenes-wrap .behid-scene-big .behid-scene-heading {
	    padding-bottom: 27px;
	}




	.booking-wrapper{
		padding: 15px;
	}

	#footer-area h2{
    	font-size: 42px;
	}
	#book-media h2{
	    font-size: 65px;
	}

	.about-us-bg {
        left: calc( (970px - 100vw) / 2 );
        right: calc( (970px - 100vw) / 2 );
    }

    .video-with-bg {
    	/*background-position: 280% 50%;*/
	margin-left: calc( (940px - 100vw) / 2 );
	margin-right: calc( (940px - 100vw) / 2 );
    }
    .page-id-8047 .video-with-bg {
	    /*background-position: 220% 50%;*/
	}

	.about-img-bg{
		left: calc( (940px - 100vw) / 2 );
		right: calc( (940px - 100vw) / 2 );
	}

	.page-id-8045 .video-with-bg,
	.page-id-8047 .video-with-bg {
		min-height: 700px;
	}

}

@media only screen and (max-width: 1024px) {
	.home #main-banner #headerwrapper .header .smi a.teal-bg {
	    /*display: block;*/
	}
	#fixed-header .fx-nav nav > div > ul > li > a {
		font-weight: 300;
		padding: 10px 5px 7px;
		font-size: 12px;
	}
	.blog-wrap .blog-list .blog-description .blogcont h3{
	    font-size: 18px;
	}

	#book-media h2{
	    font-size: 71px;
	}
	#content .behind-scenes-wrap .behid-scene-list h2{
		font-size: 19px;
	}

	#content .television-headlines-big .television-main-list .television-video-holder > div {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100% !important;
	    height: 100% !important;
	}
	#content .television-headlines-big .television-main-list .television-video-holder iframe{
		height: 100% !important;
	}
	.featured-image img {
		width: 100%;
	}
	#content .partnership-wrapper .partnetship-list .partnertship-content img {
		width: auto;
		padding: 20px 0;
		max-width: 200px;
	}
	.category .mobile-blog{
		display: none;
	}
	div.wpcf7-response-output{
		margin: 0;
	}
	#content .behind-scenes-wrap .behid-scene-list{
		min-height: auto;
	}
	.blog-wrap .blog-list .blog-description .blogcont a.read-more{
	    margin-top: 10px;
	}

	.post-image img{
	    width: 100%;
	}
	.shop-img {
	    margin-left: calc( (940px - 100vw) / 2 );
	    margin-right: calc( (940px - 100vw) / 2 );
	}
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
	.amh-fixed-header-nav{
		color: #b072b0;
	}
	.amh-header-buttons.amh-1a .amh-center .amh-phone-text, .amh-header-buttons.amh-1a .amh-center .amh-phone-text a{
	    color:#868686;
	}

	.mobile-header{
		display: block;
	}
	/** Header **/
	header#headerwrapper{
		display: none !important;
	}

	.mobile-header .header-left img{
		width: auto;
	    max-width: 100%;
	    max-height: 30px;
	    filter: brightness(0);
	}

	#fixed-header{
		display: block;
	    width: 100%;
	    height: 100%;
	    z-index: 140;
	    top: 0 !important;
	    background-color: rgba(255,255,255,.93);
	    right: -100%;
	    left: auto;
	    overflow: hidden;
	    overflow-y: scroll;
	    opacity: 0;
	    -webkit-overflow-scrolling: touch;
	}

	#fixed-header .header-logo img {
	    filter: brightness(0);
	}

	#fixed-header .custom-container > .row {
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    gap: 25px;
	}

	nav.header-nav ul.menu {
	    flex-direction: column;
	    gap: 15px;
	    color: #000;
	}

	.header-smi-inner ul em {
	    filter: brightness(0);
	}

	.mobile-close-nav em {
	    font-size: 25px;
	}
	.mobile-close-nav{
		display: block;
	    position: absolute;
	    right: 7px;
	    top: 5px;
	    font-size: 24px;
	    color: #4FB1A2;
	}
	/** Header **/
	#main-banner .slideshow{
	    margin-top: 53px;
	}
	#main-banner .slideshow .slide-text{
		width: 100%;
		text-align: center;
	}
	#main-banner .slideshow .slide-text img{
		width: 100%;
		max-width: 90%;
	}

	#main-banner .slideshow .slide-text span {
	    font-size: 20px;
	    width: 100%;
	    justify-content: center;
	    gap: 5px;
	    position: relative;
	    padding-top: 23px;
	}

	#book-media .the-book{
		width: 100%;
		padding: 0 15px;

	}
	#book-media .hp-media{
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}
		#book-media .hp-media .mediawrap{
			padding-right: 0;
			padding-left: 9.18%;
			padding-top: 71px;
		}
		#book-media .hp-media h2 {
		    padding-left: 9.18%;
		    padding-right: 0;
		}

		#footer-area .footer-navigation,
		#footer-area #footer-form,
		#footer-area .footer-logo{
			border: none;
			height: auto !important
		}
		#footer-area .footer-logo{
			margin-top: 40px;
		}

		#footer-area .footer-logo .textwidget{
			width: 100%;
		}
		.footer-navigation:after {
			display: block;
			content: "";
			clear: both;
		}
			#footer-area .footer-logo a img{
				max-width: 331px;
				width: 48%;
			}
			#footer-area .footer-form {
			    margin-top: 40px;
			}
			.pull-right{
				float: none !important;
			}

	#footer-area .footer-form form {
		padding: 0;
	}
	#footer-area .footer-form .footer-smi {
		padding-left: 0;
		width: 135px;
		margin: 31px auto 0;
	}

	#content .about-us-wrap img.ip-siganature {
		width: 218px;
		float: none;
		display: block;
		margin: 0 auto;
	}

	#copyrightsection{
	    margin-top: 50px;
	}
	#copyrightsection .container > div p {
		text-align: center;
		padding: 0;
	}
		#copyrightsection .container > div p span{
			display: block;
		}
	#copyrightsection img {
		float: none;
		margin: 20px auto;
   	}

   	.mobile-blog{
   		display: block;
   	}
   	#blog{
   		display: none;
   	}
		#content .television-thumb a{
			padding: 0 5px;
		}
		 .television-headlines-thumbs {
		    margin-top: 40px;
		    border: 1px solid #e5e5e5;
		    padding: 15px;
		}
			#content .television-headlines-big .television-main-list .television-heading .share-this{
			    width: 65%;
			}
				#content .television-headlines-big .television-main-list .television-heading .share-this .share-button a {
				    font-size: 17px;
				    border: none;
				    width: 20px;
				}
	#content .television-headlines-thumbs .slick-arrow{
		display: none !important;
	}
	#content .television-headlines-big .television-main-list .television-heading h3{
		width: 100%;
		text-align: center;
	}
	#content .television-headlines-big .television-main-list .television-heading .share-this{
		position: static;
		text-align: center;
		width: 100%;
	}
	.back-to-top{
		display: block;
	}
	#content .partnership-wrapper .partnetship-list .partner-ship-image{
		width: 100%;
		height: auto !important;
	}
		#content .partnership-wrapper .partnetship-list .partnertship-content img{
			width: auto;
			padding: 20px 0;
			max-width: 200px;
			margin: 0 auto;
		}
	#content .partnership-wrapper .partnetship-list .partnertship-content{
		width: 100%;
	}
	#content .page-banner .banner-title h1, #content .page-banner .banner-title h2{
		font-size: 40px;
	}
	#content .ip-content-wrapper {
    	padding: 20px 0;
	}
	#content .television-headlines-wrap h2{
		margin: 0;
		padding-bottom: 20px;
	}
	#content  .page-banner .banner-image canvas{
		height: 200px;
	}
	#content .television-headlines-big .television-main-list .television-video-holder *{
		height: auto !important;
	}
	#content .about-us-wrap img {
	    margin-bottom: 25px;
	}
	.behid-scene-list.behid-scene-big{
		width: 100% !important;
	}
	.booking-wrapper{
		background: none;
	}
	img.booking-mobile-photo{
		display: block;
		width: 100%;
		height: auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#content .partnership-wrapper .partnetship-list{
		margin-bottom: 60px;
	}
	#content .partnership-wrapper .partnetship-list.right-align .partnertship-content{
		width: 100%;
		height: auto !important
	}
	#content .entry-title{
	    line-height: 35px;
        font-size: 30px;
	}
	#content .booking-wrapper .booking-content .contact-info{
		width: 100%;
	}
	        #content .print-headlines img.desktop-headlines{
            display: none;
        }
        #content .print-headlines img.mobile-headlines{
            display: block;
        }
	.menu-item-438,  .menu-item-439{
		display: none !important;
	}
	.featured-image img{
		width: 100%;
	}
	#content .about-us-wrap img{
		width: 100%;
	}

	#content .about-us-wrap p{
		line-height: 35px;
	}
		#content p {
		    line-height: 32px;
		}
	.whats-new .whats-new-list .news-content p{
	    line-height: 32px;
	}

	#content .booking-wrapper .booking-content p{
		font-size: 13px;
	}
	.postid-84 iframe {
	    height: 300px;
	}
	#content .booking-wrapper .booking-form .wrapform{
		height: auto;
	}
	#footer-area .footer-form h2{
		margin-left: 0;
	}
	.about-us-bg {
	    left: calc( (750px - 100vw) / 2 );
	    right: calc( (750px - 100vw) / 2 );
	}
	#content .about-us-wrap .col-md-12 {
	    width: auto;
	    margin: 0 15px;
	}
	#content .about-us-wrap .about2 img:not(.ip-siganature) {
        float: none;
        margin-right: 0;
    }

	.page-id-8045 #content-full #content,
	.page-id-8047 #content-full #content,
	.page-id-117 #content-full #content,
	.page-id-8340 #content-full #content {
		padding-top: 0;
	}

	.video-with-bg {
	    background-image: none!important;
	    padding: 0;
	    margin-left: 0;
	    margin-right: 0;
	}
		.video-with-bg .behid-scene-list {
		    padding-bottom: 0!important;
		}
	    #content .behind-scenes-wrap {
	        max-width: 500px;
	        margin-left: auto;
	        margin-right: auto;
	    }
	    
	    .video-with-bg h2 {
	        color: #000;
	    }

		.video-with-bg img {
			margin-top: 0!important;
		}

	.shop-img {
	    margin-left: 0;
	    margin-right: 0;
	}
	#content .shop-img h2 {
		text-shadow: none;
		position: relative;
		transform: none;
		top: 0;
		width: 100%;
		color: #000;
	}

	.about-img-bg {
	    margin-left: 0;
	    left: 0;
	    right: 0;
	    position: relative;
	    background: none;
	}
	    #content .about-img-bg img {
	        position: relative;
	        float: none!important;
	        opacity: 1;
	    }
	.about-img-canvas {
	    display: none;
	}

	.page-id-111 #content .about-us-wrap .col-md-12 {
	    width: 100%;
	    margin: 0;
	}

	.page-id-8045 .video-with-bg,
	.page-id-8047 .video-with-bg {
		min-height: auto;
	}

	.page-id-8045 #content .behind-scenes-wrap {
		margin-top: 50px;
	}

	.aiosp-wrap .aiosp-container.aiosp-ref-\#tvshow-popup .aios-popup-body .tvshow-title{
		font-size: 25px;
	}


	.hp-indigo-road-inner {
	    flex-direction: column;
	}

	.hp-indigo-road-inner > div {
	    width: 100%;
	    text-align: center;
	    padding: 25px 15px;
	}

	.hp-indigo-road-left-heading{
		font-size: 25px;
	}

	.hp-indigo-road-left-content{
		font-size: 14px;
	}

	.custom-agentimage {
		display: flex;
		justify-content: center;
		margin: 25px auto 0;
	}

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) | Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 767px) {
	
	#fixed-header .fx-logo{
		max-width: 200px;
		padding: 10px 0;
	}
	#fixed-header .fx-nav nav > div > ul{
		text-align: center;
	}
	#fixed-header .fx-nav nav > div > ul > li{
		padding: 14px 0 10px;
		border-bottom: 1px solid #c5c5c5;
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}
	#fixed-header .fx-nav nav > div > ul > li > a{
		font-size: 11px;
	}

	.pull-right{
		float: none !important
	}
	.home #main-banner #headerwrapper .header .logo img{
		max-width: 250px;
	}
	.ip-container #headerwrapper .header .logo a img{
		max-width: 250px;
		display: block;
		margin: 0 auto;
	}


	.whats-new h2{
	    font-size: 35px;
        padding-top: 12px;
        margin-bottom: 25px;
	}

	.whats-new h2 span{
	    padding-bottom: 10px;
	}

	#book-media{
		    padding: 30px 0;
	}
		#book-media h2{
		    font-size: 45px;
			padding-left: 0;
			text-align: center;
			margin-bottom: 30px;

		}
	#book-media .hp-media{
		margin-top: 20px;
	}

	#book-media .the-book .bookwrap .book-img{
		width: 100%;
	}
		#book-media .the-book .bookwrap .book-img img{
			max-width: 200px;
			margin: 0 auto;
		}
		#book-media .the-book .bookwrap {
		    padding: 0 15px;
		}
			#book-media .the-book .bookwrap .book-content{
				margin-left: 0;
				width: 100%;
			}


		#book-media .hp-media .mediawrap .videogallery{
			width: 100%;
		}
		#book-media .hp-media h2 {
		    padding-left: 0;
		    padding-right: 0;
		    text-align: center;
		    margin-bottom: 0;
		    margin-top: 50px;
		}
		#book-media .hp-media .mediawrap .video-content{
			width: 100%;
			margin-left: 0;
		}
			#book-media .hp-media .mediawrap{
				padding:0;
			}
	#content .behind-scenes-wrap .behid-scene-list {
    	width: 100%;
	}
	#content .behind-scenes-wrap .behid-scene-big{
		width: 100%;
	}
	#content .behind-scenes-wrap .behid-scene-big-sec{
		width: 100%;
	}
	.featured-image img{
		width: 100%;
	}

	.single-pagination a{
	    width: 119px;
        font-size: 12px;
	}

	#content .booking-wrapper .booking-form .wrapform div.wpcf7-response-output {
	    font-size: 11px;
	}
	#content .booking-wrapper .booking-form .wrapform span{
	    font-size: 11px;
	}
	#content .tag-cloud .similar-list a{
		height: auto;
		margin-bottom: 10px;
	}

	#content .page-banner .banner-title h1, #content .page-banner .banner-title h2 {
	    font-size: 23px;
	    line-height: 30px;
	}

	#footer-area h2 {
	    font-size: 32px;
	}
	.view-button a{
		margin-bottom: 20px;
	}

	#content .booking-wrapper .booking-form .wrapform .formwrap div{
		width: 100%;
	}
	#footer-area .footer-form .footer-smi{
		width: 100%;
	}

	#footer-area .footer-form h2 {
  	  margin-left: 0;
	}

	#footer-area .footer-form h2{
		margin-left: 0;
	}
	
	.custom-agentimage {
		display: flex;
		justify-content: center;
		margin: 25px auto 0;
	}

	.about-us-bg {
	    left: 0;
	    right: 0;
	}
}

