/*
Theme Name: Strata
Theme URI: http://demo.qodeinteractive.com/strata/
Description: Strata Theme
Tags: portfolio, multi-purpose, clean, retina, responsive, corporate, parallax, mega menu, business, fullscreen, animations, white, creative, modern, ecommerce
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt

*/

/*
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

1.1
- Updated Visual Composer to version 4.1.2
- Fixed WP 3.9 Qode Shortcodes bug
- Fixed WP 3.9 Qode Options image browser field bug
- Fixed bug fith Qode like
- Fixed admin CSS - Added "qode" prefix to admin style id
- Fixed bug with drop down menu background colors in Qode Options
- Fixed link in title for blog single post - type link
- Fixed font-family option for title and text in Qode Slider
- Fixed bug with Qode Custom fields saving zero values

1.0.2
- Updated Visual Composer to version 4.0.2
- Updated Layer Slider to version 5.1.1
- Fixed top header background color per page
- Fixed bug with hover color of first level menu item in Qode Options
- Fixed "Line Graph" shortcode
- Fixed css for wide menu with four columns
- Fixed Animated icons with text shortcode on touch devices
- Fixed input filed class for some fields in Qode Options
- Fixed Qode Slider, Qode Carousel and Testimonials exclude from search
- Fixed dropdown menu click for IE
- Fixed twitter share character numbering
- Fixed background color and positioning of content menu
- Fixed testimonials text color

1.0.1
- Fixed icons line-height in side menu
- Fixed arrow hover color on resent posts widget in sidebar
- Fixed content overlaping on qode slider and footer
- Fixed woocommerce css styles
- Fixed woocommerce placeholder translate
- Fixed related product number woocommerce filter
- Fixed navigation thumbs flickering in Chrome
- Fixed bug with tumblr icon field
- Fixed self hosted video on single portfolio for "Portfolio gallery" view
- Fixed woocommerce css style issue
- Fixed global header background color settings from page to page
- Fixed quotes for chosen fonts in Qode Options

*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

.front__footer .speedrent__footer-width {
    margin-bottom: inherit !important;
    margin-top: inherit !important;
    overflow: inherit !important;
    padding-right: inherit !important;
}

.speedrent__footer-half-width--bigger{
    margin-bottom: 5% !important;
    margin-top: inherit !important;
    overflow: inherit !important;
    padding-right: inherit !important;
} 

.footer-title{
font-size:1.5em;
color: #3f4d65;
 font-weight: 700;
display:inline-block;
margin-bottom:10px;

}
.padding-bottom {padding-bottom:40px;}
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

.front__footer .speedrent__footer-half-width{
  width:32% !important;
  margin-right:20px !important;
}
.footer-title{
  font-size:1.0em !important;
  color: #3f4d65 !important;
  font-weight: 700 !important;
  
}

.footer-desc {
	font-size: 0.5em !important;
	color: #8d8d8d !important;
	line-height:15px !important;
}

.speedrent__footer a{
font-size: 0.5em !important;
line-height:15px !important;
}

}


