/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */


button.slick-next.slick-arrow {
    display: none !important;
}
button.slick-prev.slick-arrow {
    display: none !important;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.address {
    width: 55% !important;
}
.row.foo {
    display: flex !important;
}
.row.foo .col-md-6 {
    width: 50% !important;
}
footer .copy {
    width: 30% !important;
}
footer .social {
    width: 15% !important;
	padding-top: 35px;
}

@media screen and (max-width: 768px) {
body footer .address, body footer .copy, body footer .social {
    width: 100% !important;
}
.row.foo {
    display: block !important;
}
.row.foo .col-md-6 {
    width: 100% !important;
}	
	
}