/*
Theme Name: Stockholm
Theme URI: http://demo.select-themes.com/stockholm
Description: Stockholm Theme
Tags: agency, business, ajax, portfolio, blog, shop, multi-purpose, clean, elegant, white, photography, modern, fullscreen, stylish, design
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 3.8
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.

*/

/* ------------------------------------------------- */
/* Custom Style Changes - Brian Anderson - Tahoe Web Company ------------------------------------------------- */
/* ------------------------------------------------- */


	/* Hide Class - add this class to an element to hide it from the front-end, but keep in VC for future use */
	div.hide {
		display:none;
		visibility:hidden;
	}

	/* Custom Media Query Changes ------------------------------------------------- */

	@media only screen and (max-width: 1000px){

		/* General Formatting Fixes ------ */
			.content .content_inner > .full_width > .full_width_inner {
				padding-top: 0px !important;
			}

		/* END General Formatting Fixes ------ */

		/* Rev Slider Fixes ------ */
			
			div.tp-parallax-wrap {
	`			
			}		

			div.tp-caption {
				max-width:70%!important;
				width:70%!important;	
				font-size:16px!important;
				line-height:16px!important;
				margin-top:-30px!important;
				padding:5px 0px 5px 0px!important;
			}
			
			div.tp-caption em {
				font-size:16px!important;
				margin-top:5px!important;
				padding-top:5px!important;
				display:block;
				height:auto!important;
				line-height:16px!important;
			}
		
		/* END Rev Slider Fixes ------ */

	}	

	@media only screen and (max-width: 480px){
			
		/* Rev Slider Fixes ------ */
			
			div.tp-parallax-wrap {
	`			
			}		

			div.tp-caption {
				margin-top:-40px!important;
				padding:5px 0px 5px 0px!important;
			}
			
			div.tp-caption em {

			}
		
		/* END Rev Slider Fixes ------ */


	}
	
	/* END Custom Media Query Changes ------------------------------------------------- */
	
	
	
	
/* ------------------------------------------------- */	
/* END Custom Style Changes - Brian Anderson - Tahoe Web Company ------------------------------------------------- */
/* ------------------------------------------------- */