@import url(style.css);
@import url(forms.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.banner-image{
	display: none;
}
/*Things to do*/
.row_divider:nth-child(5), .row_divider:nth-child(6), .row_divider:nth-child(7){
width:101%!important;
}
.new_widget.width33:nth-child(2){
background-color: #f2f3c7!important;
height: auto;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 1700px){
.new_widget.width33{
height: auto!important;
}
}
@media only screen and (max-width: 810px){
.new_widget.width33{
height: auto!important;
}
}
@media only screen and (min-width: 768px){
.width33 {
width: 33%!important;
}
}
@media only screen and (max-width: 801px){
.new_widget.width50:nth-child(2){
margin-left:0!important;
}
.new_widget.width50, .new_widget.width50:first-child{
height: auto!important;
}
}
@media only screen and (max-width: 767px){
.new_widget.width33{
width: 100%!important;
height: auto!important;
}
}

/* End of stylesheet */