/*
Theme name: Q Theme
Theme url: http://www.craq.it
Version: 8.5
Author: <a href="http://www.craq.it" title="Craq Design Studio">Craq Design Studio</a>
Author url: http://www.craq.it
*/

/***********************************************************************************************************************
// STRUCTURE AND GLOBAL STYLE
/**********************************************************************************************************************/
/* Globals & Editor Rules
-------------------------------------------------------------- */
body{font-family: 'Lato', sans-serif; font-size: 18px; font-weight: 300; line-height: 1.4em; color: #000000; position: relative; z-index: 99999;}
h1{font-size: 60px;}
h2{font-size: 40px;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 22px;}
h6{font-size: 20px;}
h1,h2,h3,h4,h5,h6{font-family: 'Josefin Sans', sans-serif; text-transform: uppercase; line-height: 0.7em; padding-top: 10px;}
b, strong{font-weight: bold;}
em{font-style: italic;}
sup{vertical-align: text-top; font-size: 9px;}
sub{font-size: 9px;}
ul li{list-style: disc inside none;}
ul li{list-style: disc outside none;}
ul{margin-left: 15px;}
li{margin: 3px;}
p{margin: 10px 0;}
table{width: 100%;}
td{padding: 10px;}
a{color:#000000; text-decoration: none; transition: 0.5s ease;}
a:hover{color: #7c8bfc;}

/* Structure & Globals
-------------------------------------------------------------- */
body, #page{
    margin: 0;
    min-width: 1366px;
    overflow-x: hidden;
}
body:before{
    content: '1400';
    display: none;
}
#menuOverlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: rgba(0,0,0,0.8);
    display: none;
    cursor: pointer;
}
#main{
    /* margin-top: 250px; */
    display: block;
}
.home #main{
	/* margin-top: 550px; */
}
.centralWrapper{
    display: block;
    margin: auto;
    width: 1266px;
    padding: 0 50px;
}
.wideWrapper{
	display:block;
	position:relative;
	width:100%;
}
.colWrapper{
    display: flex;
    justify-content: space-between;
}
.flexWrap {
	flex-wrap:wrap;
}
.leftCol{
    width: 65%;
}
.rightCol{
    width: 25%;
}
.customTitle{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1em;
    color: #000000;
    text-transform: uppercase;
}
.colorTitle{
    color: #7c8bfc;
}
.aligncenter {
    text-align: center;
    margin: 0 auto;
}
img.alignleft, .wp-caption.alignleft  {
    float: left;
    margin-right: 15px;
}
img.alignright, .wp-caption.alignright  {
    float: right;
    margin-left: 15px;
}
div.wp-caption {
    display: inline-block;
}

/* Loading Wrapper
------------------*/
#loadingWrapper{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
#loadingWrapper img{
    width: 70px;
    height: auto;
}

/* Entry Content
------------------*/
.entryContent h1, .entryContent h2, .entryContent h3,
.entryContent h4, .entryContent h5, .entryContent h6 {
    margin: 40px 0 20px;
}
.entryContent p{
    margin: 15px 0;
}
.entryContent p:first-of-type{
    margin-top: 0;
}
.entryContent img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}
.entryContent img.alignleft{
    float: left;
    margin-right: 20px;
}
.entryContent img.alignright{
    float: right;
    margin-left: 20px;
}
.entryContent ol, .entryContent ul{
    margin-left: 20px;
}
.entryContent ul li{
    list-style: disc;
}
.entryContent ol li{
    list-style: decimal;
}
.entryContent .gallery-item{
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
}
.entryContent .gallery-item img{
    border:none!important;
}
.entryContent a{
    color: #7c8bfc;
}
.entryContent a:hover{
    color: #000000;
}

/* Global Element
------------------*/
.coverBg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.gradient{
    background: rgba(255,255,255,0.3);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}
.hidden{
    display: none;
}
.shadow{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.shadowHover:hover{
    box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    color: inherit!important;
    transition: 0.3s ease;
}
.round{
    width: 55px;
    height: 55px;
    -webkit-border-radius: 55px 55px 55px 55px;
    border-radius: 55px 55px 55px 55px;
}

/* Button & Material Design
------------------*/
.button{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    background: #000000;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    border: none;
    padding: 13px 40px 10px;
    font-family: 'Josefin Sans', sans-serif;
    transition: 0.5s ease;
}
.button:hover{
	color:#fff;
	background-color:#7c8bfc;
}
.arrowButton, .downloadButton{
    cursor: pointer;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    transition: 0.5s ease;
    text-transform: uppercase;
}
.downloadButton{
	color:#000;
    font-weight: bold;
}
.arrowButton{
	font-family: "Josefin Sans", sans-serif;
	margin-left: -8px;
}
.downloadButton{
	font-family:'Lato', sans-serif;

}
.arrowButton,.arrowButton:before{
	color:#7c8bfc;
}
.arrowButton:before{
    font-family: "Material Icons";
    content: "\e5cc";
    position: absolute;
    left: 0;
    transition: 0.5s ease;
	font-size:25px;
	top:-2px;
}
.arrowButton:hover, .arrowButton:hover:before{
	color:rgba(124, 139, 252, 0.7);
}
.downloadButton:before{
    font-family: "Material Icons";
    content: "\e2C4";
    position: absolute;
    left: 0;
    color: #000000;
    transition: 0.5s ease;
	line-height: 26px;
}
.arrowButton.color  .downloadButton.color,
.arrowButton.color:before,  .downloadButton.color:before{
    color: #7c8bfc;
}
.materialButton{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.materialButton:hover{
    box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
}
.rippleButton{
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.rippleButton .ink {
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.rippleButton .ink.animate {
    -webkit-animation:ripple 0.65s linear;
    -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
    -o-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;
}
@-webkit-keyframes ripple {100% {opacity: 0; -webkit-transform: scale(2.5);}}
@-moz-keyframes ripple {100% {opacity: 0; -moz-transform: scale(2.5);} }
@-o-keyframes ripple {100% {opacity: 0; -o-transform: scale(2.5);} }
@keyframes ripple {100% {opacity: 0; transform: scale(2.5);}}

/* Align
------------------*/
.flexContainer{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.justifyStart{
	justify-content:flex-start;
}
/* Pagination
------------------*/
.pagination {
    text-align: center;
    font-size: 20px;
}

span.page-numbers.current {
    color: #7c8bfc;
    font-weight: bold;
}

a.page-numbers {
    padding: 0 5px;
}
/***********************************************************************************************************************
// COOKIES POLICY
/**********************************************************************************************************************/
#cookieBanner{
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    line-height: 1.4em;
}
#cookieBanner .text{
    padding: 0 10%;
}
#cookieBanner .actionsButton{
    margin-top: 10px;
}
#cookieBanner .actionsButton a{
    text-transform: uppercase;
    margin: 0 15px;
}

/***********************************************************************************************************************
// HEADER STYLE
/**********************************************************************************************************************/
/* Header
-------------------------------------------------------------- */
/* Main Menu Desktop
------------------*/
#mainNav {
    width: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -ms-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 999;
    border-bottom: 1px solid #b0bfc7;
}
#mainNavContainer{
    height: 250px;
    position: relative;
    display: flex;
    position: relative;
    align-items: center;
}
.home #mainNavContainer{
	height:550px;
}
#mainNavContainer .flexContainer{
    align-items: center;
}
#mainLogo {
    flex-basis: 300px;
}
#mainLogo a{
    display: inline-block;
}
#mainMenu {
    text-align: right;
    padding-left: 40px;
    flex-grow: 1;
}
#mainLogo img{
    max-width: 100%;
    max-height: 70px;
    display: block;
}
div#socialHeaderContainer {
    position: relative;
    bottom: 50px;
}

/* Mobile Menu
------------------*/
#closeMenu{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    cursor: pointer;
    z-index: 9999;
}
#mobLink{
    display: inline-block;
    position: absolute;
    left: -5px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
#mobLink img{
    max-height: 140px;
}
#mobLink.mobLinkSmall{
    display: none;
}
#mobLink .text{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #7c8bfc;
    text-transform: uppercase;
}
#mobNav{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #000000;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    z-index: 99999;
    width: 400px;
    box-sizing: border-box;
    overflow-y: scroll;
    display: none;
}
#mobNav .menuLogo{
    width: 100%;
    text-align: center;
    padding: 80px 20px;
    box-sizing: border-box;
}
#mobNav .menuWrapper{
    display: inline-block;
    position: relative;
    left: -5px;
    width: 100%;
    padding-right: 25px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
#mobNav .close{
    font-size: 46px;
    cursor: pointer;
    margin: 20px 0;
}
#mobNav .close:hover{
    color: #7c8bfc;
}
#mobNav ul{
    margin: 0;
}
#mobNav li{
    display: block;
    margin: 35px 0;
    font-size: 36px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1em;
    text-transform: uppercase;
}
#mobNav li a{
    color: #ffffff;
}
#mobNav li a:hover{
    color: #7c8bfc;
}

/* Small Menu
------------------*/
#mainNav.small #mainNavContainer {
    height: 100px;
}
#mainNav.small #mobLink.mobLinkLarge{
    display: none;
}
#mainNav.small #mobLink.mobLinkSmall{
    display: block;
}
ul.socials {
    margin-left: 0;
}

ul.socials li {
    list-style: none;
    display: inline-block !important;
}

ul.socials li a {
    font-size: 22px;
    margin-right: 20px;
}
.socialMenu {
    text-align: center;
}
/***********************************************************************************************************************
// QTHEME GALLERY
/**********************************************************************************************************************/
.galleryContainer {
    position: relative;
}
.qthemeWpGallery.default{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.qthemeWpGallery.default .imageWpWrapper{
    margin: 25px 0;
}
.qthemeWpGallery.default.col1 .imageWpWrapper{width: 100%;}
.qthemeWpGallery.default.col2 .imageWpWrapper{width: 48%; margin-right: 4%;}
.qthemeWpGallery.default.col3 .imageWpWrapper{width: 32%; margin-right: 2%;}
.qthemeWpGallery.default.col4 .imageWpWrapper{width: 23.5%; margin-right: 2%;}
.qthemeWpGallery.default.col5 .imageWpWrapper{width: 18.8%; margin-right: 1.5%;}
.qthemeWpGallery.default.col6 .imageWpWrapper{width: 15.83%; margin-right: 1%;}
.qthemeWpGallery.default .imageWpWrapper.last{margin-right: 0;}
.qthemeWpGallery.slider{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 40px;
}
.qthemeWpGallery.slider .imageWpWrapper {
    display: inline-block;
    margin-right: 25px;
}
.qthemeWpGallery .imageCover{
    height: 0;
    padding: 30% 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.qthemeWpGallery .caption{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.1em;
}
.qthemeSlickNavigator {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
}

.qthemeSlickNavigator .slick-next, .qthemeSlickNavigator .slick-prev{
    width: inherit;
    height: inherit;
    top: inherit;
    position: relative;
    left: inherit;
    right: inherit;
}
.qthemeSlickNavigator .slick-next, .qthemeSlickNavigator .slick-prev {
    width: 35px;
}
.qthemeSlickNavigator .slick-next:before, .qthemeSlickNavigator .slick-prev:before{
    font-family: 'Material Icons';
    content: '\e314';
    font-size: 35px;
    color: #212121;
    transform: none;
}
.qthemeSlickNavigator .slick-next:before{
    content: '\e315';
}

/***********************************************************************************************************************
// QTHEME FORM
/**********************************************************************************************************************/
.qthemeForm input[type=text],
.qthemeForm input[type=password],
.qthemeForm input[type=email],
.qthemeForm input[type=tel],
.qthemeForm input[type=url],
.qthemeForm textarea,
.simpleselect .placeholder{
    border: none;
    border-bottom: 1px solid #b0bfc7;
    padding: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    width: 100%;
    cursor: text;
}
.qthemeForm input.required,
.qthemeForm input.wpcf7-validates-as-required,
.qthemeForm .simpleSelect.required{
    background-image: url(img/required.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 5px 5px;
}
.qthemeForm input:not([type=submit]):focus,
.qthemeForm textarea:focus{
    border-bottom: 1px solid #7c8bfc;
}
.qthemeForm .qthemeFieldCheckbox input,
input[type=checkbox].qthemeFormCheckbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.qthemeForm .qthemeFieldCheckbox input + label,
input[type=checkbox].qthemeFormCheckbox + label.qthemeFormCheckboxLabel {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}
.qthemeForm .qthemeFieldCheckbox input:checked + label,
input[type=checkbox].qthemeFormCheckbox:checked + label.qthemeFormCheckboxLabel {
    background-position: 0 -20px;
}
.qthemeForm .qthemeFieldCheckbox label,
label.qthemeFormCheckboxLabel {
    background-image: url(img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.simpleselect{
    width: 100%;
}
.simpleselect .placeholder{
    color: #b0bfc7;
    cursor: pointer;
}
.simpleselect .placeholder::after{
    background-image: url(img/select.png);
    background-repeat: no-repeat;
    width: 15px;
    right: 5px;
    cursor: pointer;
}
.simpleselect .placeholder:hover{
    background: none;
}
.simpleselect .options{
    width: 100%;
}
.simpleselect .option:hover{
    background: #7c8bfc!important;
}
::-webkit-input-placeholder {
    color: #b0bfc7;
}
:-moz-placeholder {
    color: #b0bfc7;
}
::-moz-placeholder {
    color: #b0bfc7;
}
:-ms-input-placeholder {
    color: #b0bfc7;
}

/* Form Fields
-------------------------------------------------------------- */
.qthemeFormMessage{
    color: #d02d26;
    margin: 10px 0;
}
.qthemeFormMessage.success{
    color: green;
}
.qthemeField{
    margin: 20px 0;
}

/***********************************************************************************************************************
/* STRIPE CSS
/**********************************************************************************************************************/
/* Globals
------------------------------------------*/
.stripe{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #000000;
}
.stripe.mobileView{
    display: none;
}
.stripe .overlay{
    z-index: 1;
}
.stripe.stuckToTop{
    padding-top: 0;
}
.stripe.topBorder{
    border-top: 1px solid #b0bfc7;
}
.stripe.bottomBorder{
    border-bottom: 1px solid #b0bfc7;
}
.stripe.allBorder{
    border-top: 1px solid #b0bfc7;
    border-bottom: 1px solid #b0bfc7;
}
.stripe .centralWrapper{
    position: relative;
    z-index: 3;
}
.stripe .stripeTitle{
    margin-top: 0;
    margin-bottom: 50px;
}
.stripe .stripeTitle h2{
    font-size: 60px;
}
.stripe .buttonsContainer{
    margin-top: 40px;
}
.stripe.whiteText{
    color: #ffffff;
}
.stripe.whiteText .button{
    color: #000000;
    background: #ffffff;
}

/* Stripe Content Grid
------------------------------------------*/
.stripe .boxesContainer{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.stripe.leftStripeTitleHorizontalAlign .stripeTitle,.stripe.singleLeftStripeTitleHorizontalAlign .stripeTitle{text-align: left;}
.stripe.centerStripeTitleHorizontalAlign .stripeTitle,.stripe.singleCenterStripeTitleHorizontalAlign .stripeTitle{text-align: center;}
.stripe.rightStripeTitleHorizontalAlign .stripeTitle,.stripe.singleRightStripeTitleHorizontalAlign .stripeTitle{text-align: right;}
.stripe.stripeSingle.singleLeftStripeTitleHorizontalAlign .stripeTitle,
.stripe.stripeSingle.singleCenterStripeTitleHorizontalAlign .stripeTitle,
.stripe.stripeSingle.singleRightStripeTitleHorizontalAlign .stripeTitle{
    display: flex;
}
.stripe.stripeSingle.leftHorizontalAlign .stripeTitle,
.stripe.leftHorizontalAlign .boxesContainer{
    justify-content: flex-start;
}
.stripe.stripeSingle.centerHorizontalAlign .stripeTitle,
.stripe.centerHorizontalAlign .boxesContainer{
    justify-content: center;
}
.stripe.stripeSingle.rightHorizontalAlign .stripeTitle,
.stripe.rightHorizontalAlign .boxesContainer{
    justify-content: flex-end;
}
.stripe.stripeMultiple.adaptiveHorizontalAlign .boxesContainer {
    justify-content: space-between;
}
.stripe.topVerticalAlign .boxesContainer{
    align-items: flex-start;
}
.stripe.middleVerticalAlign .boxesContainer{
    align-items: center;
}
.stripe.bottomVerticalAlign .boxesContainer{
    align-items: flex-end;
}
.stripe.leftJustify .box .icon,
.stripe.leftJustify .box .title,
.stripe.leftJustify .box .content,
.stripe.leftJustify .box .buttonsContainer{
    text-align: left;
}
.stripe.centerJustify .box .icon,
.stripe.centerJustify .box .title,
.stripe.centerJustify .box .content,
.stripe.centerJustify .box .buttonsContainer{
    text-align: center;
}
.stripe.rightJustify .box .icon,
.stripe.rightJustify .box .title,
.stripe.rightJustify .box .content,
.stripe.rightJustify .box .buttonsContainer{
    text-align: right;
}
.boxesContainer .box.col1,.stripe.stripeSingle .stripeTitle .col1{width:100%;}
.boxesContainer .box.col12,.stripe.stripeSingle .stripeTitle .col12{width:48%;}
.boxesContainer .box.col13,.stripe.stripeSingle .stripeTitle .col13{width:30.6%;}
.boxesContainer .box.col14,.stripe.stripeSingle .stripeTitle .col14{width:22%;}
.boxesContainer .box.col23,.stripe.stripeSingle .stripeTitle .col23{width:65.4%;}
.boxesContainer .box.col34,.stripe.stripeSingle .stripeTitle .col34{width:74%;}

/* Stripe Content Boxes
------------------------------------------*/
.stripe.stripeNoPaddingBottom{
    padding-bottom: 30px;
}
.stripeContent .box{
    margin-bottom: 50px;
    margin-left: 4%;
}
.stripeContent .box.openLine, .stripeContent.adaptiveHorizontalAlign .box{
    margin-left: 0;
}
.boxesContainer .box > *{
    margin: 30px 0;
}
.boxesContainer .box > *:first-child{
    margin-top: 0;
}
.boxesContainer .box .icon i{
    font-size: 48px;
}
.boxesContainer .box img{
    max-width: 100%;
    height: auto;
}

/* Image Box
--------------------*/
.tile{
    display: block;
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.tile a{
    color: #000000;
}
.tile .tileImage {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	min-height:350px;
}
.tile .tileTitle  {
    flex-basis: auto;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    padding: 20px;
    background: #ffffff;
}
.imageWrapper .inside{
    flex-direction: column;
    height: 100%;
}
.imageWrapper.normal{
    position: relative;
}
.imageWrapper.normal .lightboxOpen{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}
.lightboxOpen{
    text-align: center;
    font-size: 48px;
    flex-basis: auto;

}
.lightboxOpen i{
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 0.8;
    padding: 16px;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
}
.lightboxOpen i,
.box:hover .lightboxOpen.dark i{
    color: #000000;
    background: #b0bfc7;
}
.lightboxOpen.dark i,
.box:hover .lightboxOpen i{
    background: #000000;
    color: #b0bfc7;
}

/* Stripe Slideshow
------------------------------------------*/
.stripeSlide{
    padding: 0;
}
.slideWrapper {
    height: 500px;
}
.slideWrapper.slick-dotted.slick-slider{
    margin: 0;
}
.slideWrapper .slideItem{
    height: 500px;
    width: 100%;
    display: inline-block;
}
.slideWrapper .slick-prev{
    left: 3%;
    z-index: 9;
}
.slideWrapper .slick-next{
    right: 2%;
    z-index: 9;
}
.slideWrapper .slick-prev,
.slideWrapper .slick-next {
    transition: 0.5s ease;
    opacity: 0;
    transform: none;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}
.slideWrapper .slick-prev svg,
.slideWrapper .slick-next svg{
    fill: #7c8bfc;
    width: 30px;
    height: 30px;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    transition: 0.5s ease;
}
.slideWrapper:hover .slick-prev,
.slideWrapper:hover .slick-next{
    opacity: 1;
}
.slideWrapper:hover .slick-prev:hover svg,
.slideWrapper:hover .slick-next:hover svg{
    background: #000000;
}
.slideWrapper .slick-prev::before,
.slideWrapper .slick-next::before{
    display: none;
}
.slideWrapper .caption{
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: 40px 30px 20px;
    max-width: 400px;
    position: absolute;
}
.slideWrapper .caption .title{
    color: #ffffff;
    font-size: 24px;
}
.slideWrapper .caption .content{
    font-size: 15px;
    line-height: 1.2em;
    margin: 20px 0;
}
.slideWrapper .caption .button{
    color: #ffffff;
}
.slideWrapper .caption .button:hover{
    color: #7c8bfc;
}
.slideWrapper .slick-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(0,0,0,0.7);
    padding: 10px 20px;
    width: auto;
    height: auto;
    line-height: 0;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}
.slideWrapper .slick-dots li{
    width: auto;
    height: auto;
    margin: 0 3px;
}
.slideWrapper .slick-dots li button{
    width: 5px;
    height: 5px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    background: #b0bfc7;
    cursor: pointer;
    transition: 0.3s ease;
    line-height: 1em;
}
.slideWrapper .slick-dots li button:hover,
.slideWrapper .slick-dots li.slick-active button{
    background: #7c8bfc;
}
.slideWrapper .slick-dots li button::before{
    display: none;
}
/* Stripe Video
------------------------------------------*/

.videoEmbed {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.videoEmbed iframe,
.videoEmbed object,
.videoEmbed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***********************************************************************************************************************
// WIDGET & RESOURCES
/**********************************************************************************************************************/
.widget{
    margin-top: 50px 0;
}
.widget:nth-child(1) {
    margin-top: 0;
}
.widgetTitle{
    border-bottom: 1px solid #bdccd4;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.widgetTitle i{
    font-size: 36px;
    color: #7c8bfc;
    margin-bottom: 10px;
}
.resourcesContainer .button{
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    color: #000000;
    font-weight: inherit;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    text-transform: none;
}
.resourcesContainer .button .icon {
    width: 24px;
    margin-right: 10px;
    height: 24px;
}
.resourcesContainer .button img {
    max-width: 100%;
    max-height: 100%;
}

/***********************************************************************************************************************
// PAGES STANDARD STYLE
/**********************************************************************************************************************/
/* Page / Single Standard
-------------------------------------------------------------- */
.pagePadding{
    padding: 50px 0;
}
.pageTitle{
    margin: 30px auto 70px;
    display: inline-block;
    width: 100%;
    font-size: 60px;
}
.pageCover img{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

/* Page Login
-------------------------------------------------------------- */
.qthemeLogin.recoverPwd,
.qthemeLogin.editPwd{
    display: none;
}
.qthemeLogin .actionUILogin {
    cursor: pointer;
}
.qthemeLogin #loginMessage{
    color: red;
}
.qthemeLogin #loginMessage.success{
    color: green;
}

/* Page 404
-------------------------------------------------------------- */
.content404{
    text-align: center;
    padding: 30px 0;
}
.content404 h1{
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 5px;
}
.content404 .pageNotFound{
    font-size: 30px;
    font-weight: bold;
}
.content404 .disclaimer{
    margin-top: 30px;
    font-size: 22px;
}
/* Page template content map
-------------------------------------------------------------- */
#contentContainer {
    margin-bottom: 80px;
}
.postTypeTitle {
    margin: 80px 0;
}
.contentMapResultsContainer .loopPost {
    margin-bottom: 60px;
}
/* Page template geomedia
-------------------------------------------------------------- */
.page-template-geomedia-archive .stripe.mapStripe {
    padding: 40px 0 0 0;
}

#geomap {

    margin: 0;
    height: calc(100vh - 134px);
}
.gm-style-iw iframe {
    display: block !important;
	width:100%;
}
/*.gm-style img {
    max-height: 300px;
}*/
.geomapContent{
	max-width: calc(100vw - 50px);
}
.geomapContent img{
	max-width:100% !important;
}
.geomapContent a {
	color:#7c8bfc;
}
.geomapContent a:hover {
	color:rgba(124, 139, 252, 0.7);
}
/***********************************************************************************************************************
// POST STYLE
/**********************************************************************************************************************/
/* Archive
-------------------------------------------------------------- */
.stripeFilters{
    margin: 50px 0;
}
.filterWrapper{
    display: flex;
    align-items: center;
}
.filterWrapper .customTitle{
    font-size: 18px;
    line-height: 1em;
    padding-top: 5px;
}
.filterSelect{
    position: relative;
}
.filterItem{
    display: flex;
    align-items: center;
    margin-right: 50px;
    cursor: pointer;
}
.filterItem i{
    margin-right: 10px;
}
.filterItem .label{
    margin-right: 5px;
}
.filterOptions{
    display: none;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 23px;
    min-width: 250px;
    max-height: 250px;
    overflow: auto;
    z-index: 5;
    padding: 0 15px;
}
.filterOption.customTitle{
    cursor: pointer;
    margin: 3px 0;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.5s ease;
    font-size: 16px;
}
.filterOption:hover,
.filterOption.active{
    color: #7c8bfc;
}
.stripe.stripeArchive{
    padding-top: 0;
}
.stripeArchiveStreamPost .postStreamWrapper{
    display: block;
    left: -1.5%;
}
.stripeArchiveStreamPost .loopPost,
.stripeArchiveStreamPost .loopPost:nth-child(4){
    margin-bottom: 80px;
    margin-top: 0;
    margin-right: 0;
    width: 33%;
    box-sizing: border-box;
    padding: 0 1.75%;
}

/* Single
-------------------------------------------------------------- */
.contentPage{
    margin-bottom: 50px;
}
.singleTitle .pageTitle{
    margin-bottom: 0px;
}
.pageTitle.stuckToTop {
    margin-top: 0;
}
.rightCol.marginTop {
    margin-top: 50px;
}
.backlink{
    margin-top: 10px;
}
.backlink,
.backlink:before{
    color: #7c8bfc;
}
.backlink:before{
    content: "\E314";
}
.contentInfo .customTitle{
    color: #b3b3b3;
}
.shareWrapper{
    margin-bottom: 80px;
    display: flex;
    align-items: center;
}
.shareWrapper .singleTitle{
    width: 70%;
}
#shareContainer{
	text-align:right;
}
.shareWrapper .shareLinks{
    width: 30%;
	position:relative;
}
.contentInfo{
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.contentInfo .left{
    width: 70%;
}
.contentInfo .right{
    width: 30%;
}
.relatedTitle{
    border-bottom: 1px solid #b0bfc7;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.single-post .entryContent{
	line-height:2;
}
/* Translations
-------------------------------------------------------------- */
ul.translations li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-family: "Josefin Sans", sans-serif;
    color: #b3b3b3;
    font-size: 22px;
}

ul.translations {

    text-align: right;
}

ul.translations li:last-child:after {
    display: none;
}

ul.translations li:after {
    content: '/';
    margin-left: 10px;
}

ul.translations li span {
    cursor: pointer;
}
ul.translations li span.active{
	color:#7c8bfc;
}
ul.translations li a{
	color:#b3b3b3;
}
ul.translations li a.active, ul.translations li a:hover{
	color:#7c8bfc;
}
.langSwitch ul.translations {
    display: inline;
}

.langSwitch {
    margin-bottom: 20px;
	font-size: 0.8em;
}

.langSwitch span {
    font-weight: bold;
    text-transform: uppercase;
}
/* Sharer
-------------------------------------------------------------- */
#sharerLinkContainer {
    position: absolute;
    right: 25px;
    background-color: #7c8bfc;
    padding: 15px 30px;
	margin-top:5px;
	display:none;
}
#shareContainer span {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
	cursor:pointer;
}
#sharerLinkInner a {
    color: #fff;
    font-size: 30px;
	line-height: 1;
}

#sharerLinkInner a:first-child {
    margin-right: 30px;
}
.arrowUp {
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #7c8bfc;
    position: absolute;
    top: -7px;
    right: calc(50% - 8px );
}
/* Loop
-------------------------------------------------------------- */
.postStreamWrapper {
    display: flex;
    flex-wrap: wrap;
}
.postStreamWrapper .excerpt{
	margin-bottom:25px;
}
.loopPost{
    width: 22%;
    margin-right: 4%;
}
.loopPost:nth-child(4){
    margin-right: 0;
}
.loopPost .image{
    width: 100%;
    height: 0;
    padding: 50% 0;
}
.loopPost .image{
    margin-bottom: 20px;
}

/***********************************************************************************************************************
// EVENT STYLE
/**********************************************************************************************************************/
/* Single
-------------------------------------------------------------- */
.contentInfo .row.icon{
    display: flex;
    align-items: center;
}
.contentInfo .row.icon i{
    color: #000000;
    margin-right: 10px;
}
.contentInfo .row.icon span{
    padding-top:5px;
}
.artistHighlight{
    margin-bottom: 25px;
	width: calc(100% - 190px);
}
.involvedArtist .flexContainer{
	margin-bottom:30px;
    align-items: flex-start;
    justify-content: space-between;
}
.artistPic{
    width: 150px;
    height: 150px;
	position:relative;
	border-radius:100%;
}
.artistPic a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.artistHighlight .item{
    display: flex;
    align-items: center;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 21px;
}
.artistHighlight .item .label{
    flex-basis:170px;
}
.artistHighlight .item .value{
    color: #7c8bfc;
    margin-left: 25px;
	flex-basis:calc(100% - 170px);
}
.content a {
    color: #7c8bfc;
}

.content a:hover {
    color: #000;
}
.single-event .entryContent{
	line-height:2;
}
/* Loop
-------------------------------------------------------------- */
.loopEvent{
    width: 100%;
    display: flex;
    height: 500px;
    margin-bottom: 50px;
}
.loopEvent .image{
    width: 50%;
    height: 500px;
    position: relative;
}
.loopEvent .image a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.loopEvent .info{
    width: 50%;
    box-sizing: border-box;
    background: #000000;
    color: #ffffff;
    padding: 50px;
}
.loopEvent.past .info {
    background: #cccccc;
}
.nextEventWrapper {
    margin: 50px 0;
}
.nextEventWrapper > .title{
    margin-bottom: 30px;
}
.nextEvent{
    color: #ffffff;
    height: 450px;
    display: flex;
    align-items: center;
    position: relative;
}
.nextEvent .info{
    width: 50%;
    position: relative;
    z-index: 3;
}
.nextEvent .opacity{
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.loopEvent .info .date,
.nextEvent .info .date{
    color: #ffffff;
    margin-bottom: 10px;
}
.loopEvent .info h2,
.nextEvent .info h2{
    margin-bottom: 30px;
}
.loopEvent .info .excerpt,
.nextEvent .info .excerpt{
    margin-bottom: 0;
}
.loopEvent .info .arrowButton,
.loopEvent .info .arrowButton:before,
.nextEvent .info .arrowButton,
.nextEvent .info .arrowButton:before{
    color: #ffffff;
}
.loopEvent .category {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    color: #7c8bfc;
}
/* Loop stream home
-------------------------------------------------------------- */
.home .eventStreamWrapper , #relatedEvents .eventStreamWrapper {
    display: flex;
	flex-wrap:wrap;
}

.home .eventStreamWrapper .loopPost , #relatedEvents  .eventStreamWrapper .loopPost{
    width: 30%;
    margin-right: 3%;
	margin-bottom:60px;
}
.home .eventStreamWrapper .loopPost .title, #relatedEvents .eventStreamWrapper .loopPost .title{
	margin-bottom:40px;
}
.home .eventStreamWrapper .loopPost .excerpt, #relatedEvents .eventStreamWrapper .loopPost .excerpt{
	margin-bottom:30px;
}
.home .eventStreamWrapper .date, #relatedEvents  .eventStreamWrapper .date{
    color: #b3b3b3;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 19px;
    margin-bottom: 15px;
}
/***********************************************************************************************************************
// PARTNER STYLE
/**********************************************************************************************************************/
/* Single
-------------------------------------------------------------- */
.coverTitle{
    height: 350px;
    position: relative;
}
.coverTitle .opacity{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
	top:0;
}
.coverTitle .pageTitle{
    margin: 0;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.stripePartnerDesc .logo{
    margin-bottom: 40px;
}
.stripePartnerDesc .description{
    margin-top: 40px;
	line-height:2;
}
.videoCover{
    display: flex;
    align-items: center;
}
.videoCover a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
	top:0;
}
.videoCover i{
    font-size: 70px;
    color: #ffffff;
}
.videoCover .title{
    color: #ffffff;
    align-items: center;
    font-size: 60px;
    line-height: 0.7em;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
.videoCover .centralWrapper{
    position: relative;
}
.staffStreamWrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.loopStaff{
    width: 15%;
    margin-right: 5%;
    margin-bottom: 50px;
}

.loopStaff .header{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.loopStaff .roundImage{
    width: 110px;
    height: 110px;
    border-radius: 110px 110px 110px 110px;
    -moz-border-radius: 110px 110px 110px 110px;
    -webkit-border-radius: 110px 110px 110px 110px;
    margin-right: 20px;
}
#related {
    margin-top: 60px;
}
#related h3.supRelatedTitle {
    font-size: 50px;
    margin-bottom: 115px;
}
#related .related {
    margin-bottom: 115px;
}


/* Loop
-------------------------------------------------------------- */
.stripeStreamPartner .stripeTitle{
    margin-bottom: 0;
}
.partnerStreamWrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.loopPartner{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 80px;
}
.loopPartner:nth-child(3n){
    margin-right: 0;
}
.loopPartner .logo{
    height: 70px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.loopPartner .logo img{
    max-width: 100%;
    max-height: 70px;
}
.loopPartner .title h3{
    line-height: 1.1em;
    font-size: 24px;
}
.loopPartner .colorTitle{
    margin: 20px 0;
}
.loopPartner .arrowButton{
    margin-top: 20px;
}
/* Archive
-------------------------------------------------------------- */
#archivePartners h1{
	margin-bottom:150px;
}
#archivePartners #content .leftCol{
	line-height:2;
}

/***********************************************************************************************************************
// INDEPTH STYLE
/**********************************************************************************************************************/
/* Loop
-------------------------------------------------------------- */
.loopIndepth{
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #b0bfc7;
}
.loopIndepth:nth-child(1){
    margin-top: 0;
    padding-top: 0;
    border: none;
}
.loopIndepth .left{
    width: 55%;
}
.loopIndepth .right{
    width: 35%;
}
.loopIndepth .image{
    height: 0;
    padding: 30%;
}
.loopIndepth .title{
    margin-bottom: 25px;
}
.loopIndepth .arrowButton{
    margin-top: 25px;
}
/* Single
-------------------------------------------------------------- */
.single-indepth .entryContent{
	line-height:2;
}
/***********************************************************************************************************************
// NEWSLETTER STYLE
/**********************************************************************************************************************/
/*
#newsletter{
	display:none;
}
*/
.stripe.stripeStream.stripeArchive.stripeArchiveStreamPost {
    border-bottom: 1px solid #b0bfc7;
}
.newsletter {
    width: 100%;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #b0bfc7;
}

.newsletter:first-child {
    border-top: 1px solid #b0bfc7;
}

.newsletterContainer {
    margin: 80px 0;
}

.nlTitle {
    flex-basis: 65%;
}

.date {
    flex-basis: 20%;
}

.open {
    flex-basis: 15%;
    text-align: right;
}
/***********************************************************************************************************************
// FOCUS STYLE
/**********************************************************************************************************************/
/* Single
-------------------------------------------------------------- */
.single-focus #content {
    color: #fff;
    background-color: #1A1A1A;
}
.single-focus #content .stripeContent {
    line-height: 2;
}
.single-focus ul.translations {
    text-align: left;
}
.single-focus #content .stripe, .single-focus #content .stripe a:hover{
	color: #fff;
}
#author {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #7c8bfc;
}
/* Archive
-------------------------------------------------------------- */
.page-template-focus #main, .tax-focus_category #main {
    background-color: #1A1A1A;
    color: #fff;
}
.focusPageTitle {
    margin-bottom: 50px;
}

.focusPageTitle h1 {
    margin-bottom: 50px;
}

.focusPageTitle h1 i {
    font-size: 36px;
}


.loopFocus{
    height: 550px;
    width: 100%;
    margin: 100px 0;
}
.hoverFocus {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: relative;
	transition: 0.5s ease;
}
.infoFocus {
    height: 100%;
    align-items: center;
    padding: 0 100px;
    color: #8c8c8c;
}

.infoFocus .title {
    width: 48%;
    text-align: left;
	padding-right: 2%;
}

.infoFocus a {
    color: #8c8c8c;

}

.infoFocus .excerpt {
    width: 48%;
	text-align: right;
	padding-left: 2%;
	transition: 0.5s ease;
}
.infoFocus .title h2 {
    font-size: 60px;
}

.loopFocus:hover .infoFocus, .loopFocus:hover .infoFocus a  {
    color: #fff;
}
.loopFocus:hover .hoverFocus{
	background-color: rgba(0,0,0,0.5);
}
.focusDescriptionHide{
	display:none;
}
/***********************************************************************************************************************
// REPORT STYLE
/**********************************************************************************************************************/

.loopReport .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid #b0bfc7;
	text-transform:uppercase;
	transition: 0.5s ease;
}
.reportTitle{
	width:38%;
	padding-right:2%;
	text-align:left;
	cursor:pointer;
}
.loopReport a.downloadButton {
    text-align: right;
	font-weight:normal;
	font-size:20px;
}

.loopReport .author,.loopReport .label,.loopReport .date {
    width: 9%;
	padding-right:1%;
	font-size:20px;
}
.loopReport .info.active , .loopReport .info.active a.downloadButton, .loopReport .info.active a.downloadButton:before{
    color: #7c8bfc;
}
.moreInfo{
	display:none;
}

.moreInfoContent {
    width: 40%;
    padding-bottom: 20px;

}


/***********************************************************************************************************************
// FACEBOOK STYLE
/**********************************************************************************************************************/
.facebookStreamWrapper{
    display: flex;
	justify-content:space-between;
}
.loopFacebook{
    width: 30%;
    box-sizing: border-box;
}
.loopFacebook a{
    padding: 20px;
    display: block;
}
.loopFacebook .header{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.loopFacebook .text{
    margin-left: 20px;
    font-size: 14px;
    line-height: 1em;
}
.loopFacebook .text .title{
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
.loopFacebook .message{
    font-size: 16px;
    line-height: 1.2em;
	word-wrap: break-word;
}
.loopFacebook .image{
    margin-top: 20px;
    height: 0;
    padding: 28%;
}
/* Loop sidebar
-------------------------------------------------------------- */
.newsSidebar .facebookStreamWrapper{
	display:block;
}
.newsSidebar .loopFacebook {
    width: 100%;
    margin-bottom: 40px;
}

/***********************************************************************************************************************
// MAP STYLE
/**********************************************************************************************************************/
#map, #mapFilter{
	width:100%;
	height:500px;
	margin:60px 0;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
/*.gmnoprint div {
    background:none !important;
}*/
.gm-style-iw div {
    overflow: hidden !important;
    padding: 5px 0;
}
h3#mapFilterTitle {
    margin-bottom: 80px;
}
#loading{
	display:none;
}
/* Form
-------------------------------------------------------------- */
input[type=email], input[type=text] {
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin: 30px 0;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid rgb(219,227,230);
    color: #7c8bfc;
    font-size:15px;
    font-weight:lighter;
	background-color:#fff !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7c8bfc;
  font-size:15px;
  font-weight:lighter;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7c8bfc;
  font-size:15px;
  font-weight:lighter;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #7c8bfc;
  font-size:15px;
  font-weight:lighter;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7c8bfc;
  font-size:15px;
  font-weight:lighter;
}
input.button {
    padding: 18px 40px 15px;
}
.privacy {
	display:none;
    margin-bottom: 20px;
    font-size: 14px;
}
.privacy a{
	color:#7c8bfc;
}
/***********************************************************************************************************************
// FOOTER STYLE
/**********************************************************************************************************************/
/* Footer
-------------------------------------------------------------- */
.footerTop{
    padding: 80px 0;
    border-top: 1px solid #b0bfc7;
}
.footerTop .logoWrapper{
    margin-bottom: 30px;
}
.footerTop .left{
    width: 50%;
    box-sizing: border-box;
    padding-right: 15%;
}
.footerTop .footerTitle{
    font-size: 36px;
    line-height: 0.7em;
    margin-bottom: 15px;
}
.footerTop .left .text{
    margin-top: 50px;
}
.footerTop .menuFooter{
    display: flex;
}
.footerTop .menuFooter .menuLeft{
    margin-right: 50px;
}
.footerTop .menuFooter a{
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 15px 0;
}
.footerBottom{
    background-color: #000000;
    padding: 20px 0;
}
.footerBottom .inside{
    justify-content: space-between;
    align-items: center;
}
.footerBottom .arrowButton,
.footerBottom .arrowButton:before{
    color: #ffffff;
    margin-right: 80px;
}
.footerBottom .arrowButton:hover,
.footerBottom .arrowButton:before:hover{
    color: #7c8bfc;
}
.footerBottom .logoFooter{
    display: inline-block;
    line-height: 1;
}

/***********************************************************************************************************************
// WORDPRESS CLEAN
/**********************************************************************************************************************/
#wp-admin-bar-wp-logo,
#wp-admin-bar-search,
#wp-admin-bar-customize{
    display: none;
}
/* .admin-bar #mainNav{
    top: 32px;
}
.admin-bar #main{
    margin-top: 250px;
}
.admin-bar.home #main{
    margin-top: 550px;
}
*/
/***********************************************************************************************************************
// RESPONSIVE STYLE
/**********************************************************************************************************************/
@media only screen and (max-width: 1366px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 1120px; padding: 0 40px; }
}
@media only screen and (max-width: 1200px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 980px; padding: 0 22px; }
}
@media only screen and (max-width: 1024px) {
    .centralWrapper{width: 90%; padding: 0 5%;}
    #mainMenu{display: none;}
    #mobLink{display: block;}
    .stripe.desktopView{display: none;}
    .stripe.mobileView{display: block;}
    .boxesContainer{display: block;}
    .boxesContainer .box.col12 {display: block; width: 100%!important; margin: 30px 0!important;}

	/* Structure & Globals
	-------------------------------------------------------------- */
	.leftCol, .rightCol{
		width:100%;
	}
	/* Home
	-------------------------------------------------------------- */
	.home #mainNavContainer {
	    height: 350px;
	}
	.home #main {
	    margin-top: 350px;
	}
	/* News
	-------------------------------------------------------------- */
	.pageTitle{
		font-size:50px;
	}
	/* News in stripe
	-------------------------------------------------------------- */
	.postStreamWrapper .loopPost, .postStreamWrapper .loopPost:nth-child(4){
		width: 46%;
	}
	.postStreamWrapper .loopPost .image{
		padding: 35% 0;
	}
	/* News in archive
	-------------------------------------------------------------- */
	.stripeArchiveStreamPost .loopPost, .stripeArchiveStreamPost .loopPost:nth-child(4){
		width: 50%;
	}
	.colWrapper{
		display:block;
	}


	/* InDepth
	-------------------------------------------------------------- */
	.loopIndepth{
		width:100%;
	}
	.loopIndepth .right {
	    width: 45%;
	}
	.loopIndepth .left {
	    width: 45%;
	}
	/* Focus
	-------------------------------------------------------------- */
	.infoFocus {
		padding: 20px;
	}

	.infoFocus .title h2 {
	    font-size: 48px;
	}
	.loopFocus .hoverFocus {
	    background-color: rgba(0,0,0,0.5);
	}
	.loopFocus .infoFocus, .loopFocus .infoFocus a {
	    color: #fff;
	}

	/* Partners
	-------------------------------------------------------------- */
	.loopPartner{
		width:45%;
	}
	.loopPartner:nth-child(3n){
		margin-right:5%;
	}
	.loopReport .info{
		display:block;
	}
	.reportTitle{
		width:98%;
		margin-bottom:30px;
	}
	.loopReport .author,.loopReport .label,.loopReport .date{
		width:99%;
	}
	.loopReport a.downloadButton{
		margin-top:30px;
	}
	.videoCover .centralWrapper {
	    position: relative;
	    align-self: flex-start;
	    margin: 20px auto;
	}
	.videoCover .title {
	    font-size: 34px;
	}
	#archivePartners h1{
		margin-bottom:50px;
	}
	/* Facebook
	-------------------------------------------------------------- */
	.facebookStreamWrapper, .newsSidebar .facebookStreamWrapper{
	    display: flex;
	    justify-content: space-between;
	}
	.loopFacebook {
	    width: 45%;
	}

	.loopFacebook:nth-child(3) {
	    display: none;
	}

	.loopFacebook .message {
	    word-wrap: break-word;
	}
	/* Loop sidebar
	-------------------------------------------------------------- */
	.newsSidebar .loopFacebook {
	    width: 45%;
	    margin-bottom: 40px;
	}
}
@media only screen and (max-width: 782px) {
    #wpadminbar{position: fixed;}
    /*.admin-bar #mainNav:not(.navUp){top: 46px;} */
    /*.admin-bar #main{margin-top: 146px;}        */
}
@media only screen and (max-width: 768px) {
    .boxesContainer .box {display: block; width: 100%!important; margin: 30px 0!important;}

    .boxesContainer .box{margin: 20px 0!important;}
    .slideWrapper .caption{max-width: 300px;}
    .qthemeWpGallery.default:not(.col1) .imageWpWrapper{width: 44%!important; margin-right: 3%!important; margin-left: 3%!important;}
	/* News
	-------------------------------------------------------------- */
	.loopIndepth{
		width:100%;
	}
	.loopIndepth .image{
		padding:50%;
	}
	/* Events
	-------------------------------------------------------------- */

	.loopEvent {
	    flex-direction: column;
	    height: auto;
	}

	.loopEvent .image {
	    width: 100%;
	    height: 350px;
	}

	.loopEvent .info {
	    width: 100%;
	    height: auto;
	    margin-bottom: 30px;
	}

	h2 {
	    font-size: 30px;
	}
	.home .eventStreamWrapper{
		display:block;
	}
	.home .eventStreamWrapper .loopPost, #relatedEvents .eventStreamWrapper .loopPost{
		width:100%;
		margin-bottom:30px;
	}

	/* Single staff
	-------------------------------------------------------------- */
	.staffStreamWrapper{
		flex-wrap: wrap;
	}
	.loopStaff {
		width:30%;
		margin-right:3%;
		margin-bottom:20px;
	}

}

@media only screen and (max-width: 736px) {
	/* Structure & Globals
	-------------------------------------------------------------- */
	.loopPost, .loopPost:nth-child(4) {
	    width: 100%;
	    margin: 30px 0;
	}
	.left,  .right, .footerTop .left, .footerTop .right{
		width:100%;
	}
	h1, .pageTitle {
	    font-size: 38px;
	}
	h2, .stripe .stripeTitle h2 {
	    font-size: 34px;
	}
	h3 {
	    font-size: 30px;
	}
	.flexContainer {
	    flex-direction: column;
	}
	.stripe{
		padding:30px 0;
	}
	img {
	    max-width: 100%;
	}
	img.alignright, .wp-caption.alignright, img.alignleft, .wp-caption.alignleft {
	    float: none;
	    margin: 10px 0;
		display:block;
	}
	/* Header
	-------------------------------------------------------------- */
	.home #mainNavContainer ,#mainNavContainer {
	    height: 130px;
	}
	#mainLogo img{
		max-height: 30px;
	}
	#mobLink img {
	    max-height: auto;
	    max-width: 30px;
	}
	.centralWrapper.menuContainer {
	    width: 80%;
		padding:0 10%;
	}
	.home #main, #main{
		margin-top: 130px;
	}
	#socialHeaderContainer {
	    display: none;
	}
	/* News
	-------------------------------------------------------------- */
	.postStreamWrapper .loopPost, .postStreamWrapper .loopPost:nth-child(4){
	    width: 100%;
	    margin: 30px 0;
	}
	.postStreamWrapper .loopPost .image {
	    padding: 20% 0;
	}
	.shareWrapper {display: block;}

	.shareWrapper .singleTitle {
	    width: 100%;
	}

	.shareWrapper .shareLinks {
	    width: 100%;
	    margin-top: 30px;
	}
	/* In depth
	-------------------------------------------------------------- */
	.loopIndepth{
		display:block;
	}
	.loopIndepth .left, .loopIndepth .right{
		width:100%;
	}
	.loopIndepth .image {
	    padding: 30%;
	}
	/* Facebook
	-------------------------------------------------------------- */
	.facebookStreamWrapper{
	    display: flex;
	    flex-direction:column;
	}
	.loopFacebook {
	    width: 100%;
	    margin: 20px 0;
	}

	.newsSidebar .facebookStreamWrapper {
	    display: block;
	}
	/* Page template geomedia
	-------------------------------------------------------------- */
	/*
	.gm-style img {
	    max-height: 150px;
	}
	*/
	.geomapContent{
		max-width: calc(100vw - 50px);
	}
	.geomapContent img{
		max-width:100% !important;
	}
	/* Loop sidebar
	-------------------------------------------------------------- */
	.newsSidebar .loopFacebook {
	    width: 100%;
	    margin-bottom: 40px;
	}
	/* partner
	-------------------------------------------------------------- */
	.partnerStreamWrapper {
	    flex-direction: column;
	}

	.loopPartner {
	    width: 100%;
	    margin-right: 0;
	}
	/* Event
	-------------------------------------------------------------- */
	.loopEvent {
	    flex-direction: column;
	    height: auto;
	}

	.loopEvent .image {
	    width: 100%;
	    height: 200px;
	}

	.loopEvent .info {
	    width: 100%;
	    height: auto;
	    margin-bottom: 30px;
	}
	/* Single Event
	-------------------------------------------------------------- */
	.artistHighlight .item {
	    justify-content: space-between;
	}

	.artistHighlight .item .label {
	    flex-basis:auto;
	}

	.artistHighlight .item .value {
	    flex-basis:auto;
	}
	.artistHighlight {
	    width: 100%;
	    margin-top: 30px;
	}

	.artistHighlight .item {
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    margin-bottom: 20px;
	}
	/* Filters
	-------------------------------------------------------------- */
	.centralWrapper.filterWrapper {
	    display: list-item;
	}

	.filterItem {
	    margin: 15px 0px;
	}
	/* Footer
	-------------------------------------------------------------- */
	#pageFooter .right{
		margin-top:30px;
	}
	/* Focus
	-------------------------------------------------------------- */
	.infoFocus .title {
	    width: 100%;
	    padding-right: 0;
	}

	.infoFocus .title h2 {
	    font-size: 34px;
	}

	.infoFocus .excerpt {
	    width: 100%;
	    padding-left: 0;
	    margin-top: 30px;
	    text-align: left;
	}

	.loopFocus {
	    height: auto;
	}
	/* Staff
	-------------------------------------------------------------- */
	.loopStaff{
		width:45%;
	}
}
@media only screen and (max-width: 480px) {
    #mobNav{max-width: 95%}
    .boxesContainer .box{margin: 5px 0!important;}
    .qthemeWpGallery.default:not(.col1) .imageWpWrapper{width: 100%!important; margin-right: 0%!important; margin-left: 0%!important;}

	.entryContent img.alignleft, .entryContent img.alignright{
	    float: none;
	    margin-left: 0;
		width:100%;
	}

}
