/*
Theme Name: Videozoom Child
Theme URI: http://www.wpzoom.com/themes/videozoom
Template: videozoom
Author: WPZOOM
Author URI: http://www.wpzoom.com
Description: Videozoom is an elegant theme with a video slider, ready to play any videos you want.
Tags: two-columns,theme-options,dark,light
Version: 4.0.6.1459674389
Updated: 2016-04-03 01:06:29



Set's full width for Woo Commerce Single-product pages
*/


body.single-product #content {
      width: 100%;
	 
}

.navbar-brand { margin:0 auto; float:none; width:75%; font-family:"Ropa Sans", Arial, sans-serif; text-transform:uppercase; }

.recent-posts .post-thumb img:hover {
    opacity: .7;
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}


	
	/*********************************************************************************************

8. Sidebar & Widgets

*********************************************************************************************/

.widget h3.title {
    margin: 0 0 25px;
    border-bottom: 2px solid #3C3C3C;
    padding: 0 0 10px;
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}


/* Non-aligned images not responsive bug (videozoom)  */

.entry-content img {
    max-width: 100%;
    height: auto;
}

/* responsive icons top menu  */

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

    .top-navbar .inner-wrap { width: 96%; }

}






