/*stylesheet resolution gate*/
@media only screen and (max-width: 1400px) {
	
.slideContainer{
	height: 600px;
}

.slide-text{
  top: 270px;
}
	
}

@media only screen and (max-width: 1100px) {
	
.slideContainer{
  
  height: 400px;
  background-image: url("../img/bottomGrunge.png"), url("../img/slideBkg2.png");
  background-size: contain, cover;
  background-position:bottom, top;
  background-repeat: no-repeat;

}

.slide-text{
  top: 185px;
}

.slide-text h1{
	font-size: 28px;
}

.slideContainer video{
	display: none;
}
	
}

@media only screen and (max-width: 961px) {

.hamburger{
  display: block;
  background: none;
  color: #333;
  font-size: 25px;
  border: none;
  position:absolute;
  margin: 10px;
  z-index: 100;
}

.hamburger:hover{
  color: #ff523c;
}

.top-bar-container{
  padding: 0;
  height: 60px;

}

.top-left-content{
  float:none;
  margin: 8px auto;
  position: relative;
  width: 260px;
}

.top-left-content img{

}

.top-right-content{
  display: block;
  float: none;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
}

.top-right-content li{
  display: block;
  text-align: center;
  padding: 20px 0px;
  border-top: solid 1px #eee;
}

.main-menu{
	display:block;
}

}

@media screen and (max-width: 782px) {
.logged-in .navbar-fixed-top {
top: 46px;
}
}

@media only screen and (max-width: 667px) {

.hamburger{
  display: block;
	}
	
.top-left-content{
	margin: 12px auto;
   	width: 240px;
}
	
.top-left-content img{
	width:270px;
}
	
.slideContainer{
  height: 400px;
}

.slide-text{
  top: 180px;
}

.slide-text h1{
  font-size: 22px;
}

.title-container{
  text-align: center;
}

.title-container img, h1{
  display: inline-block;
}

.title-container img{
  width: 35px;
}

h3{
	font-size: 15px;
}

text{
  font-size: 14px;
}

/*works*/
	
.works-section-container .content-container{
	width: 100%;		
}
	
.works-card-container{
  cursor: default;
  position: relative;
  display: block;
  width: 80%;
  max-width: 100%;
  min-width: 150px;
  height: 60px;
  color: #666;
  border: solid 1px #aaa;
  padding: 15px;
  margin: 5px auto;
  overflow: visible;
  text-align: left;
}

.works-card-container img{
  width: 55px;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #aaa;
}

.works-card-text{
  position: relative;
  top: -5px;
}

.works-card-text div{
	/*display: none;*/
	padding: 0px !important;
}

.works-card-container h3{
  margin: 0px;
  /*width: 200px;*/
}

.works-card-container h4{
  font-weight: 400;
  margin: 5px;
}

.works-card-container hr{
  border: 0;
  display: none;
}

/*portfolio cards*/
.portfolio-section-container .content-body{

}

.portfolio-card-container{
  width: 120px;
  height: 120px;
  background-size: 120px;
}

.portfolio-card-container:hover{
  background-size: 130px;
}

.portfolio-card-layer{
  display:none;
}

/*clients*/
.clients-section-container .content-body{
	
}
	
	.clients-section-container .content-container{
		width: 100%;
	}
	
	.client-card{
		margin: 5px;	
	}
	
.client-card img{
	width: 75px;	
}

/*contact*/
.form-container{
	margin-right: 50px;
}

div.wpcf7{
  display: block;
  width: 100%;
}

.contact-text-container{
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 0px;
  text-align: center;
  vertical-align: top;
}

.contact-form input, .wpcf7-textarea{
  background-color: #333;
  border: solid 1px #444;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 20px;
  color: #eee;
  width: 100%;
}

.contact-form .wpcf7-textarea{
    height: 150px;
    min-width: 100%;
    min-height: 100px;
    max-width: 100%;
}

.contact-form .button{
  width: 100%;
  padding: 10px;
  margin: 10px 20px;
  border-radius: 5px;
  background-color: #ff523c;
  border: none;
  color: #fff;
  font-size: 15px;
  transition: background-color 0.2s;
}

/*footer*/
footer{
  font-size: 13px;
}

.social-media img{
  width: 30px;
}

#footer-logo{
  width: 40px;
}

}
