/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


/*
 Do not show "add to cart" button on product preview images in merchandising store
*/

.woocommerce ul.products li.product .add-to-cart-button-outer {
	display: none;
}

@media only screen and (max-width: 420px) {
	body.boxed .carousel-inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
	    width: 100%;
	}
}


@media only screen and (max-width: 600px) {
	body.boxed .carousel-inner, body.boxed .footer_inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
    	width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	body.boxed .carousel-inner, body.boxed .footer_inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
    	width: 100%;
	}
}



@media only screen and (max-width: 480px) {
	.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .full_width .parallax_content, .steps_holder_inner, div.grid_section .section_inner, nav.content_menu ul {
    	width: 85%;
	}
}

@media only screen and (max-width: 600px) {
	.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    	width: 85%;
	}
}

@media only screen and (max-width: 768px) {
	.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    	width: 90%;
	}
}

.wpb_wrapper ul li:not(.testimonial_content) {
	list-style-position: outside;
	margin-left: 1em;
}

