/*
Theme Name: Resume WP
Theme URI: http://themeforest.net/user/europadns/portfolio
Description: Resume is a lightweight multi-purpose theme intended for modern business websites.
Author: EuropaDNS
Author URI: http://themeforest.net/user/europadns
Version: 1.0.9
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
Text Domain: europadns_theme

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ 

/* = 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;		
		}
		
	}