/* #Media Queries
================================================== */

/* Retina Images */
@media all and (-webkit-min-device-pixel-ratio: 2) {


}

/* Widescreens (devices and browsers) 1200px*/
  @media only screen and (min-width : 1224px) {


}

/* Specific Widescreen Only (devices and browsers) 1280px*/
  @media only screen and (max-width: 1280px) {
	  
 
}

@media only screen and (max-width: 1700px) {
	a.creative-phone, .ruler-click { font-size: 20px !important; font-weight: bold; line-height: 62px }
}

/* .col-lg < 1200px*/
  @media only screen and (max-width: 1199px) {
 	#creative-nav-container .toggle-btn { display: block }
	#creative-nav { display: none; }
	#creative-nav-container .logo { width: 230px; display: block}
	#creative-nav-container .navigation-menu { display: none; }
	.creative-service-block h3 { font-size: 2.375em }
	.creative-service-block { min-height: 300px; }
	.js .tinynav { display: block }
    .js #menu-footer-menu { display: none }
	.creative-booking { display: none; }
	.creative-booking-mobile { display: block; }
	#cookie-notice { margin-bottom: 45px; }
	.copyright { margin-bottom: 50px }
	h1, h2, h3, h4, h5, h6 { text-align: center}
	a.creative-phone, .ruler-click { float: right; font-size: 30px !important; }
	
}

/* Tablet Landscape + (devices and browsers - main 960) 1024px*/
  @media only screen and (max-width: 1024px) {


}


/* Smaller than standard 960 (devices and browsers) 959px*/
   @media only screen and (max-width: 959px) {


}

/* .col-md < 992px*/
  @media only screen and (max-width: 991px) {
	.creative-post-img { height: 250px; } 
	.creative-service-block { min-height: 200px; }
	  .creative-external-button .row { padding-bottom: 30px }
	  .booking-box { margin: 0px 0 !important; }
	  .booking-box-border { margin: 10px 0; }
}

/* .col-sm < 768px*/
  @media only screen and (max-width: 767px) {
	/*#creative-nav-container .social-icons { display: none; } */
	#creative-nav-container .social-icons { position: absolute; top: 0px; right: 10px; width: 50%; } 
	.creative-phone-mob { display: none; }
 	#creative-nav-container .logo { float: none; margin: 0 auto; } 
}


/* Tablet Portrait size to standard 960 (devices and browsers) 768px*/
   @media only screen and (min-width: 768px) and (max-width: 959px) {
	
}

/* All Mobile Sizes (devices and browser) 480px */
  @media only screen and (max-width: 767px) {
	
	.header-video__close-trigger { display: none !important; }
}

/* .col- < 576px*/
  @media only screen and (max-width: 575px) {
    .pagination .next, .pagination .prev { width: 100%; text-align: center; margin: 10px 5px 10px 5px }
	.fb-reviews-widget, .google-reviews-widget { width: 100%; margin: 20px auto }
}


/* Mobile Landscape Size to Tablet Portrait - Nexus (devices and browsers)  480px*/
  @media only screen and (min-width: 480px) and (max-width: 767px) {

/* Styles */

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) 320px */
  @media only screen and (max-width: 479px) {
	  /* Fit to screen Images on Mobile */
	  .creative-content img { width: 100%;  height: auto; margin: 20px 0 }
	  .creative-team-content .qualifications li { width: 98%; }
}

/* Logo menu Fix */
  @media only screen and (max-width: 420px) { 
	.creative-hero-banner h2, .creative-subscribe h2, .creative-page-banner h1, .creative-service-block h3, .creative-booking h2, .creative-team-content h2, .creative-page-content h2, .creative-external-button h2 { font-size: 2em }
	#creative-separator h2 { font-size: 0.875em }
	#creative-nav-container .logo { width: 220px; margin: 0 22%; }
	#banner_video img { min-height: 150px }
	.creative-page-banner .row { height: 50vh; }
}

 @media only screen and (max-width: 380px) { 
	 #creative-nav-container .logo { width: 170px; }
}