/*-----------------------------------------------------------------*/
/* Large Devices (Desktops & Laptops) -----------------------------*/
/*-----------------------------------------------------------------*/

@media (max-width: 1299px){

/*************** TESTIMONIALS *************************/
/******************************************************/      
#testimonials-cover {
	background: url("../img/testimonials/testimonial-bg-md-landscape.jpg") no-repeat fixed center;
	background-size: cover;
}
	
}





/*----------------------------------------------------------------*/
/* Medium Devices (Landscape Tablets & Medium Desktops) ----------*/
/*----------------------------------------------------------------*/

@media (max-width: 1199px) {
	
html, body { font-size: 19px; }

h2 { font-size: 230%;  }
h3 { font-size: 135%; }
h4 { font-size: 125%; }
h5 { font-size: 130%; }
	
section { padding-top: 60px; }
	
nav.nav-wrapper .logo img { max-width: 80%; }  /*-- Change size logo --*/


/*------------ Contact + Accessibility wrappers (same spacing) ---------*/
/*------------------------------------------------------------------------*/
#contact-wrapper,
#accessibility-wrapper { 
	margin: 0 20px;
	padding-bottom: 40px; 
}



	
	
/*************** ABOUT SECTION ****************/
/**********************************************/

/*---- About remove diagonal border ----*/
#about-bg-diagonal { border-left: 100px solid #080708 }	
.about-item p { margin: 20px 5px 0px 5px;  }

.about-item h3 { font-size: 90%; }

	
	
/*************** TESTIMONIALS *************************/
/******************************************************/      
#testimonials-cover {
	background: url("../img/testimonials/testimonial-bg-md-landscape.jpg") no-repeat fixed center;
	background-size: cover;
}
	
	

/*************** MEDIA ************************/
/**********************************************/
#media {  padding-bottom: 20px; }

	
}





/*------------------------------------------------------------------*/
/* Small Devices (Landscape Phones & Portrait Tablets) -------------*/
/*------------------------------------------------------------------*/

@media (max-width: 991px) {

html, body { font-size: 19px; }
section { padding-top: 50px; }
	
nav.nav-wrapper .logo img { max-width: 75%; }  /*-- Change size logo --*/

	

/*************** ABOUT ************************/
/**********************************************/	

	/*---- About remove diagonal border ----*/
	/*--------------------------------------*/
	#about-bg-diagonal { display: none; }


	/*---- About 02 ------------------------*/
	/*--------------------------------------*/
	#about-02 { padding-bottom: 30px; }
	#about-02 .row { padding-bottom: 30px; }
	#about-bg-sm02 img { width: 100%; height: auto; margin:0 auto; }
	.about-item { padding: 30px 15px 15px 15px; }

	#about-content-box {
		width: 100%;
		float: none;
		margin: 0; 
		padding: 0px 30px 20px 30px;
	}
	
	

/****************** PORTFOLIO *************************/
/******************************************************/ 
.portfolio-item-details p {
    font-size: 90%;
	padding-top: 5px;
}
	
.horizontal-heading h2 { 
	font-size: 220%; 
}	


/*************** TESTIMONIALS *************************/
/******************************************************/      
#testimonials-cover {
	background: url("../img/testimonials/testimonial-bg-md.jpg") no-repeat fixed center;
	background-size: cover;
}
	
.item h4 { font-size: 130%; }
	
	/*------------ Blockquote --------------*/
	/*---------------------------------------*/
	.item blockquote { padding: 10px 70px; }   /*-- Adjust padding of paragraph --*/
	.item blockquote::before { left: 50px; }   /*-- Adjust position left blockquote --*/
	.item blockquote::after { right: 50px; }  /*-- Adjust position right blockquote --*/

	.item p { 
		font-size: 95%;
		padding: 0 25px;        /*-- Adjust the space quote & paragraph --*/
	}
	
	
	
/*------------ Contact ------------------*/
/*---------------------------------------*/
	
#contact-left { margin-right: 0%; }
	
#contact-left p { 
	margin: 25px 0 20px 0; 
}
	
/*-- Change font size & text color of Contact section --*/
#contact-wrapper p,
#contact-wrapper #contact-left .office-details li,
#contact-wrapper #contact-right p,
#contact-wrapper #contact-left .social-list li a
{ font-size: 17px; }


/* Accessibility statement text size (match contact sizing at this breakpoint) */
#accessibility p { font-size: 17px; }
	

	
#contact-right form .form-control {
	padding: 2% 2%;
	font-size: 90%;
	line-height: 145%;
}
	
	
	
/*************** RESPONSIVE MENU START ****************/
/******************************************************/

.menu-trigger {  /* menu button trigger */
	background: url('../img/menu/hamburger-icon.svg') no-repeat center / cover;
	background-color: transparent;
	border: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;

	z-index: 20;
}

.main-overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.72);

	z-index: 30;

	display: none;
}

 .main-overlay:after {  /* close button */
	background: url('../img/menu/close-icon.svg') no-repeat center / cover;
	width: 35px;
	height: 35px;
	display: block;
	content: "";
	position: fixed;
	top: 10px;
	right: 20px;
	cursor: pointer;

	z-index: 40;
  }


 nav.nav-wrapper .menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -300px;
	background: #080708;
	width: 100%;
	max-width: 300px;

	height: 2500px;			/* important */

	z-index: 50;
  }

 nav.nav-wrapper ul li {
	display: block;
	margin-top: 20px;
	padding: 0 0 10px 0;
  }

 nav.nav-wrapper ul li a {
	font-size: 70%;
  }

 nav.nav-wrapper ul li a:hover {
	border-color: transparent;
  }



	/*  When the body has class menu-is-active   */
	/*-------------------------------------------*/

	 body.menu-is-active .main-overlay { display: block; }
	 body.menu-is-active .menu-trigger { display: none; }

	
}




/*------------------------------------------------------*/
/* Extra Small Devices ---------------------------------*/
/*------------------------------------------------------*/

@media (max-width: 480px){
	
html, body {
    font-size: 18px;
}
	
h2 { font-size: 200%;  }
h3 { font-size: 140%; }
h4 { font-size: 130%; }
h5 { font-size: 125%; }
	
section { padding-top: 30px; }
	
	
.horizontal-heading h2 { 
	font-size: 180%; 
}
	
.horizontal-heading { margin-bottom: 20px;}
.horizontal-heading h5 { 
	font-size: 16px;
	margin-bottom: 5px;
}
	
	
nav.nav-wrapper .logo img { max-width: 60%; }  /*-- Change size logo --*/


/*************** HOME VIDEO *******************/
/**********************************************/	

	
	
/*------------ About --------------------*/
/*---------------------------------------*/
#about-02 { padding-top: 30px; padding-bottom: 0px; }
#about-content-box p { margin-bottom: 30px; }



/*------------ Porfolios ---------------*/
/*---------------------------------------*/
#portfolio {  
	top: -10px;   /* remove white space bottom div */
}
	
.portfolio-item-details h3 {
	font-size: 100%;

}

.portfolio-item-details p { font-size: 100%; }



/*------------ Testimonials --------------*/
/*---------------------------------------*/
	
#testimonials-cover {
	background: url("../img/testimonials/testimonial-bg-xs.jpg") no-repeat fixed center;
	background-size: cover;
}

	
#testimonials {
	top: -10px;  /* remove white space bottom div */
}
	
#testimonials-box { padding: 30px 0; }
	

	/*------------ Blockquote --------------*/
	/*---------------------------------------*/
	.item blockquote { padding: 6px 20px; }
	.item blockquote::before { left: 10px; }
	.item blockquote::after { right: 10px; }
	
	.item h4 { font-size: 110%; }
	.item p { 
		font-size: 95%;
		padding: 0 25px;        /*-- Adjust the space quote & paragraph --*/
	}
	
	
 /*------------ Slideshow --------------*/
/*---------------------------------------*/
#slideshow { padding-bottom: 0px; }




 /*------------ Media --------------*/
/*---------------------------------------*/
.media-item {
	margin: 0 0 30px 0; 
}

#media-popup .col-xs-4{         /* Hide  col-xs-4 */
	width: 90%; 
	float: none;  
	left: 18px;
}



/*------------ Contact ------------------*/
/*---------------------------------------*/

#contact-wrapper,
#accessibility-wrapper { 
	margin: 0 10px;
	padding-bottom: 40px; 
}

/*-- Change font size & text color of Contact section --*/
#contact-wrapper p,
#contact-wrapper #contact-left .office-details li,
#contact-wrapper #contact-right p,
#contact-wrapper #contact-left .social-list li a
{ font-size: 16px; }	

/* Accessibility statement text size on small screens */
#accessibility p { font-size: 16px; }
	
#contact-right form .form-control {
	padding: 1% 1%;
	font-size: 80%;
	line-height: 145%;
}
	

#contact-left { 
	margin-right: 10px 0; 
	padding-left: 10px; 
}
#contact-left p { margin: 0; }
#contact-right form .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
#contact-right { padding: 10px 15px 5px 15px;}


.btn-general {
	border-radius: 24px;
	font-size: 80%;
	margin: 0 4px;
	padding: 6px 30px;
}

#footer-wrap p { font-size: 75%; }
	
}
