/*
Theme Name: Modish WP
Theme URI: http://themeforest.net/user/europadns/portfolio
Description: A strikingly stylish theme, created with models in mind. Get inspired with Modish and have things your way.
Author: EuropaDNS
Author URI: http://themeforest.net/user/europadns
Text Domain: modish-wp
Domain Path: /languages
Version: 1.1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ 

@-moz-document url-prefix() { .header-style-2 .sf-menu > li > a span:before,.header-style-2 .sf-menu > li.dropdown > a span:before { border-bottom: 40px solid transparent;}}

@media (max-width: 380px) {#logo {  max-width: 280px;}}

/* = VC old spacing
   ========================================================================== */        
        .wpb_button, .wpb_column>.vc_column-inner>.wpb_wrapper>:last-child {
            margin-bottom: 0;
        }
        
        .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid>li {
            margin-bottom: 35px;
        }
        
/* = New parallax effects
   ========================================================================== */   
        /**
 	 *
	 * 1. We add background-size cover so the parallax looks ok if you provide smaller images
	 *
	 */
	
	.parallax.parallax-enabled { 
		background-attachment: fixed !important;
		-webkit-background-size: cover;
				background-size: cover;	/* 1 */
	}
	
	.horizontal-parallax { 
            background-repeat: repeat; 
            background-position: 0px 0px; 
        }
	
	.animated-parallax { 
            background-repeat: repeat; 
            background-position: 0px 0px;
        }
	
	@media (max-width: 767px) {

		.fullwidth-section {
			-webkit-background-size: cover;
					background-size: cover;		
		}
		
	}