/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.1
Text Domain: stockholm
Template: stockholm
*/
html:not(.skrollr-desktop):not(.fp-enabled) {
	overflow: visible !important;
}

.q_logo a {
	max-height: 40px;
}

.footer_border_columns {
	float: left;
	display: block;
	clear: both;
}

@media (max-width: 1024px) {
	.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-slider-content-info {
		overflow: scroll !important;
	}

	.owl-stage-outer {
		float: left;
	}

	.portfolio_container {
		padding: 0px !important;
	}
}

@media only screen and (max-width: 480px) {
	.portfolio_single.portfolio_fullscreen_slider {
		margin-top: 0px !important;
	}

	.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content {
		height: 160px !important;
	}

	.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content.opened {
		height: 70% !important;
	}

}

/* code for single portfolio page 
*/
.portfolio_page-template-default.single .content {
	margin-top: 0;
}

.portfolio_page-template-default.single .header_bottom,
.portfolio_page-template-default.single .header_top {
	background-color: white;
}

.lv-cs.flexslider {
	width: 1100px;
	float: none;
	margin: 0 auto !important;
	max-width: 100%;
}

/**
BEGIN: Sticky element inner pages
*/

.lv-sticky-template .wrapper_inner {
	overflow-x: unset;
	overflow-y: unset;
}

.lv-sticky-template .lv-sticky-element {
	/* position: sticky;
	display: flex;
	top: 0;
	justify-content: space-around;
	height: auto; */
	position: sticky !important;
	top: 0;
	/* border: 1px red solid; */
	flex: 0 0 auto;
	display: inline-block;
	max-height: auto;
}

.lv-sticky-template div.section {
	/* border: 1px #75d69c solid; */
	display: inline-block;
	float: left;
	width: 100%;
	clear: both;
}

/**
END: Sticky element inner pages
*/

@media only screen and (max-width: 1200px) {
	.lv-cs.flexslider {
		width: 950px;
	}

	.content .container .container_inner.default_template_holder {
		padding: 20px 0px !important;
	}
}

@media only screen and (max-width: 1000px) {
	.lv-cs.flexslider {
		width: 768px;
	}
}

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

	.content .container_inner.default_template_holder h2,
	.content .full_width h2 {
		font-size: 65px !important;
		line-height: 36px !important;
	}

	.lv-sticky-template div.section {
		/* border: 1px #75d69c solid;
		display: inline-block;
		float: left;
		width: 100%;
		clear: both; */
		width: auto;
		display: block;
		float: none;
	}

	.lv-sticky-template .lv-sticky-element {
		height: auto !important;
		position: relative !important;
	}

	.lv-sticky-template .lv-sticky-container {
		display: block !important;
	}

	.lv-sticky-template .wrapper_inner {
		overflow-x: hidden;
		overflow-y: hidden;
	}
}
}
/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */