/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/


/* Child theme CSS
--------------------------------------------------------------- */
a{
	color: #000;
}
.nm-row{
	padding: 0 !important;
}
.oe_post{
	padding: 5px 10px;
	max-width: 500px;
	margin: 0 auto;
}
.oe_post_container{
	border-bottom: 1px solid #a4a4a4;
	padding: 25px 0;
}
.oe_post_content h2{
	margin-top: 5px;
	margin-bottom: 0;
}
.oe_post_content span{
	font-size: 0.85em;
}
.oe_post_content a.oe-btn{
	display: block;
	width: 110px;
	margin-top: 10px;
}
.primary-sidebar div ul li a{
	color: #000 !important;
}
.wigtet{
	text-align: left !important;
}
@media screen and (min-width: 768px){
	.oe_post{
		max-width: 1200px;
	}
	.oe_post_container{
		display: flex;
	}
	.oe_post_image{
		flex-grow: 1;
		flex-basis: 30%;
	}
	.oe_post_content{
		flex-grow: 2;
		flex-basis: 70%;
		display: flex;
		flex-direction: column;
		margin-left: 20px;
		margin-top: -15px;
	}
	.oe_post_content a{
		margin-top: auto !important;
	}
}
@supports (grid-area: auto) {
	@media screen and (min-width: 768px){
		#press-image-box>div{
			display: grid;
			grid-row-gap: 10px;
			grid-column-gap: 10px;
			grid-template-columns: auto auto;
			margin-top: 50px;
		}
		.event-intro{
			height: 100%;
		}
		#press-image-box img{
			width: 100%;
		}
	}
}
@media (min-width: 1300px) {
	.owl-carousel .owl-item img {
	    max-width: 540px !important;
	    margin: 0 auto !important;
	}
	.col-lg-6.vc_custom_1505207167728 {
	    padding-bottom: 0px !important;
	}
}

@media (max-width: 1300px) {
	#owl-slider-2 .owl-stage-outer .owl-stage .owl-item h1 {
	    font-size: 32px !important;
	}
	#owl-slider-2 .owl-stage-outer .owl-stage .owl-item p {
	    font-size: 14px !important;
	}
	#owl-slider-2 .owl-item > .item ul li {
	    font-size: 14px !important;
	}
	.col-lg-6.vc_custom_1505207167728 {
		padding-top: 30px !important;
	    padding-bottom: 10px !important;
	}

}
@media (max-width: 990px) {
	.col-lg-6.vc_custom_1505207167728 {
		width: 100% !important;
	    max-width: 100% !important;
	}
}

@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

/* Cookie Bot */

#CybotCookiebotDialogBodyButtons a{
	padding: 0.3rem;
}

#CybotCookiebotDialogBodyContentTitle{
	font-size: 18pt !important;
}