/* Custom CSS File for Buyers to Modify */


/*--General css --*/
iframe {
  width: 100%;
}
#contact-form input[type="text"],
#contact-form #comment, 
#respond input[type="text"], 
respond #comment {
  width: 100%;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#contact-form input[type="text"], 
#respond input[type="text"]{
    height:34px;
}
.contact-page .contact-form {
  width: 50%;
}

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


}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {

.img-box {
  float: none;
  margin-right: 0;
  width: 100%;
}
.news-content {
  float: none;
  width: 100%;
}
#footer-wrapper .social_tab{
	overflow: hidden;
	text-align: center;
        margin-left:0;
}
#footer-wrapper .social_tab li{
	display: inline-block;
        float:none;
}
#footer-wrapper .menu-bottom_tabs-container{
	text-align: center;
}
#footer-wrapper .menu-bottom_tabs-container select{
	display: inline-block;
}
.contact-page .contact-form {
  width: 100%;
}
.table{
overflow-x:scroll;
border:1px solid #ccc;
}
}