/*
Theme Name: SiNube
Theme URI: http://sinube.be
Description: SiNube
Author: Sidekick
Author URI: http://sidekick.be
Version: 1.0.0
Template: Impreza
*/
/* @import url("../impreza/style.css"); */

/*__ COOKIE CONSENT */
#cookie-notice {
	min-width: 26em;
	max-width: 26em;
    padding: 1.5rem;
    margin: 1rem;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
#cookie-notice .cookie-notice-container {
	padding: 0;
	text-align: left;
}
#cookie-notice #cn-notice-text {
	font-family: "Abel", sans-serif;
	text-align: left;
	display: block;
	margin-bottom: 1rem;
}
#cookie-notice #cn-notice-text a {
	color: #F15A22;
}
#cookie-notice #cn-notice-text a:hover {
	color: #F99C22;
}
#cn-accept-cookie {
	border-radius: 0;
	border: solid 1px #F15A22;
	background: #F15A22;
	color: #FFFFFF;
	margin: 0;
}
#cn-accept-cookie:hover {
	background: #F99C22;
	border: solid 1px #F99C22;

}
#cn-more-info {
	margin-left: 1rem !important;
	background: none;
	border-radius: 0;
	border: solid 1px #FFF;
}
#cn-more-info:hover {
	background: rgba(255,255,255,.2);
	border: solid 1px #FFF;
	color: #FFF;
}
#cookie-notice .cn-button {
	margin: 0;
}
/*__ END COOKIE  */

body{
	background-color: rgb(241, 90, 34) !important;
}

.Backdrop{
    -webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0 5px 10px 0px rgba(0,0,0,0.4);
}

h5{
    color:white !important;
}
.wpb_text_column h5 {
	 color:black !important;
}

.hermes .tp-bullet{
	width:8px !important;
	height:8px !important;
}

a.splite_sideEnquiry:hover{
	color:black !important;
}

#location-identifier .wpb_text_column  {
    width: 13em;
    padding: 1em 1.5em 1em 4em;
    background: #FFF;
    box-shadow: 0 5px 20px rgba(27,27,27,.1);
    border: solid 1px #e8e8e8;
    border-radius: .25rem;
    margin-bottom: -6em;
    margin-left: 2rem;
    z-index: 200;
    position: relative;
    pointer-events: none;
    color: rgba(52,52,52,0.9);
}
#location-identifier .wpb_text_column:before {
    width: 4em;
    height: 100%;
    content: '\f3c5';
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 7.25rem;
    font-family: 'FontAwesome';
    font-weight: 300;
}
#footer-map {
    position: relative;
}
.c_map {
    width: 100%;
    height: 40vh;
    position: relative;
    box-shadow: 0 5px 20px rgba(27,27,27,.1);
    border-radius: .25rem;
    overflow: hidden;
}
.c_map_inner {
    background-position: center;
    display: block;
    height: 100%;
    background-image: url('https:///sinube.be/wp-content/uploads/2018/06/map-2320x760.jpg');
    background-size: 2320px 760px;
    visibility: inherit;
    opacity: 1;
}
.c_map_marker {
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #253140;
    box-shadow: 0 0 0 35px rgba(27,27,27,.1);
    animation: pulse 2.5s ease infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(27,27,27,.15);
    }
    70% {
        box-shadow: 0 0 0 35px rgba(27,27,27,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(27,27,27,0);
    }
}

#footer-map .l-section-h {
    border: solid 1px rgba(0,0,100,0.1);
    box-shadow: 0 2px 4px rgba(3,27,78,.06);
    border-radius: .25em;
    z-index: 10;
}

.no-touch body:not(.btn_hov_none) .button:hover{

	background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0 !important;
}

#cn-refuse-cookie{
	border-radius: 0 !important;
	padding-bottom: 2px !important;
	margin-left:5% !important;

}

a.splite_sideEnquiry.pos_right{
	padding:10px !important;
}


.wpml-ls-display{
	color:grey;
}

@media screen and (max-width: 601px){
	header nav{
		margin-left: 0 !important;
	}
	header .w-dropdown.source_wpml{
		margin-left: 0.6rem !important;
	}
	.smallerPadding > .vc_column-inner{
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	footer .w-image-h img{
		max-width: 150px;
	}
}

/* ===NAVIGATION==== */

@media screen and (min-width: 601px){
	.contact-mobile {
		display:none !important;
	}
}

@media screen and (max-width: 601px){
	.hide-mobile {
		display:none !important;
	}
}


/* ===ORACLE FUSION=== */

.align-right-content-padding {
    padding-right: calc((100vw - 1140px) / 2);
}

/* ===SOLUTIONS==== */
@media (min-width: 1140px) {
    #solutions .g-cols .g-cols > .wpb_column:nth-child(1), #faq .g-cols .g-cols > .wpb_column:nth-child(1) {
        position: absolute;
        width: calc(((100vw - 1140px) / 2) + 150px + 2rem);
        height: 100%;
        z-index: 1;
        left: 0;
        top: 6rem;
        display: flex;
        justify-content: flex-end;
    }
	
@media (min-width: 1140px) {
    #solutions .g-cols .g-cols > .wpb_column:nth-child(2), #faq .g-cols .g-cols > .wpb_column:nth-child(2) {
        width: calc(100vw - ((100vw - 1140px) / 2) + -3rem);
    }
}