/* 
Created on : 15-aug-2018, 13:49:21
Theme Name: Test Themes
Theme URI: http://awwwesome.nl/
Author: Thomas Scheper 
Author URI: http://awwwesome.nl/
Description: Theme for Test company developed by awwwesome in 2018
Version: 1.0
Text Domain: testwebsite
*/

body,html{
    margin:0;
    padding:0;
    border:0;
}

body *{
    font-family: 'Montserrat Alternates', sans-serif;
    color:#546e82;
    outline: none;
}

p,li{
    font-size: 16px;
    line-height: 27px;
}

h1, h2, h3, h4, h5, h6, h7, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, h7 *{
    font-family: 'Arbutus Slab', serif;
    color: #ffc801;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h7 span{
    color: #96a0af;
}

a{
    color: #ffc801;
}

a.singleService *{
    color: #645e82;
}

strong, strong * {
    font-weight: bold;
    color: #000000;
}

h2{
    font-size:28px;
    margin-top:40px;
    font-weight: normal;
} 

h3{
    font-size: 22px;
    font-weight: normal;
    margin: 40px 0 10px 0;
}

h4{
    font-size: 20px;
    font-weight: normal;
    margin: 40px 0 8px 0;
}

a:hover{
    color:#36f8a4;
}

.imgHolder{
    width:100%;
    overflow:hidden;
    display:flex;    
    height: auto;
}

.imgHolder img{
    width: 100%;
    height: auto;
    align-self: center;
}

.imageTitleDescContainer .imgHolder img{
    min-width: 100%;
    min-height: 100%;
    align-self: center;
    object-fit: cover;
}

.wp-block-image{
    margin: 15px;
}

.wp-block-image img{
    margin: auto;
    display: block;
}

.awww-col{
    position:relative;
}

.is-style-absolute-top-left{
    position:absolute;
    left: 100px;
    top: 100px;
}

.is-style-absolute-bottom-right{
    position:absolute;
    right: -130px;
    bottom: -200px;
}

.bokehEffectHolder{
    width: 100%;
    height: 120vh;
    overflow: hidden;
    position: fixed;
    z-index: 0;
    min-height: 800px;
    top: -150px;
}

#bgHolder{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #ffc801;
    background: -moz-linear-gradient(-45deg, #ffc801 0%, #ffae01 100%);
    background: -webkit-linear-gradient(-45deg, #ffc801 0%,#ffae01 100%);
    background: linear-gradient(135deg, #ffc801 0%,#ffae01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc801', endColorstr='#ffae01',GradientType=1 );
}

.traveler{
    z-index:2;
}

.mover{
    overflow:hidden;
    border-radius:300px;
}

.no-animation, .no-animation *{
    animation-name: noanimation !important;
}

#contentHolder{
    position:relative;
    float: left;
    width: 100%;
}

#bgSquare{
    background-color: rgba(24,148,106, 0.2);
    width: 800px;
    height: 800px;
    position: absolute;
    left: -433px;
    opacity:0
}

#bgSquare.active{
    -webkit-animation: rotateToFourtyFive 1s ease; /* Safari 4+ */
    -moz-animation:    rotateToFourtyFive 1s ease; /* Fx 5+ */
    -o-animation:      rotateToFourtyFive 1s ease; /* Opera 12+ */
    animation:         rotateToFourtyFive 1s ease; /* IE 10+, Fx 29+ */

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#wrapper{
    width:100%;
    position: relative;
}


.headerTextHolder {
    font-family: 'Arbutus Slab',serif;
    text-align: center;
    font-weight:normal;
    display:block;
    width:100%;
    margin:0;
    padding:20px 0;
}

.wp-block-awww-bokeh-header .headerTextHolder{
    padding: 120px 0 20px 0;
}

.wp-block-awww-bokeh-header .headerSloganHolder {
    margin-top: -30px;
}


.headerTextHolder span{
    overflow: hidden;
    display: inline-block;
    position:relative;
}

.headerTextHolder span b{
    letter-spacing: 3px;
    position:relative;
    display:inline-block;
    font-weight:normal;
    font-size:300px;
    line-height: 345px;
    color: #41210a;
    transform: translateY(-100%);
    letter-spacing: -1px;   
    font-size: 105px;
    line-height: 203px;
    font-family: 'Amaranth', sans-serif;
}

.headerTextHolder span.active b {
    -webkit-animation: horizontalSwipeIn 1s ease; /* Safari 4+ */
    -moz-animation:    horizontalSwipeIn 1s ease; /* Fx 5+ */
    -o-animation:      horizontalSwipeIn 1s ease; /* Opera 12+ */
    animation:         horizontalSwipeIn 1s ease; /* IE 10+, Fx 29+ */

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}

.headerTextHolder, headerSloganHolder{
    position:relative;
}

.headerSloganContainer{
    color:#ffffff;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
}

.headerSloganContainer span{
    overflow:hidden;
    display:inline-block;
    margin: 0 2px;
    font-family: 'Arbutus Slab', serif;
}

.headerSloganContainer span b{
    position:relative;
    display:inline-block;
    transform: translateX(-120%);
    color:#ffffff;
    font-family: 'Arbutus Slab', serif;
}

.headerSloganContainer b.active{
    -webkit-animation: verticalSwipeIn 1s ease; /* Safari 4+ */
    -moz-animation:    verticalSwipeIn 1s ease; /* Fx 5+ */
    -o-animation:      verticalSwipeIn 1s ease; /* Opera 12+ */
    animation:         verticalSwipeIn 1s ease; /* IE 10+, Fx 29+ */

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;  
}

.headerSloganContainer span.secondColor{
    color:#137b58;
    font-weight:bold;
}

.headerSloganContainer span.secondColor b{
    color:#137b58;
}

#amnimatedWave01{
    padding: 390px 0 0 0;
    position:relative;
}

svg{
    position: absolute;
    bottom: 0;
}

.content{
    min-height:300px;
}

.overview-solution{
    overflow:hidden;
}


.headerSloganContainer span b{
    position:relative;
    display:inline-block;
    transform: translateX(-120%);
    color:#ffffff;
    font-family: 'Arbutus Slab', serif;
}

.overviewItemHolder:nth-child(1).startAnimation, .overview-service .overviewContainer .overviewItemHolder:nth-child(1).startAnimation{
    transform: translateX(-120%);
}


.overviewItemHolder:nth-child(1).startAnimation.animate, .overview-service .overviewContainer .overviewItemHolder:nth-child(1).startAnimation.animate{
    -webkit-animation: verticalSwipeIn 1s ease; /* Safari 4+ */
    -moz-animation:    verticalSwipeIn 1s ease; /* Fx 5+ */
    -o-animation:      verticalSwipeIn 1s ease; /* Opera 12+ */
    animation:         verticalSwipeIn 1s ease; /* IE 10+, Fx 29+ */

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;  
}


.overviewItemHolder:nth-child(2).startAnimation, .overview-service .overviewContainer .overviewItemHolder:nth-child(2).startAnimation{
    transform: translateY(100%);
}

.overviewItemHolder:nth-child(2).startAnimation.animate, .overview-service .overviewContainer .overviewItemHolder:nth-child(2).startAnimation.animate{
    -webkit-animation: horizontalSwipeOut 1s ease; /* Safari 4+ */
    -moz-animation:    horizontalSwipeOut 1s ease; /* Fx 5+ */
    -o-animation:      horizontalSwipeOut 1s ease; /* Opera 12+ */
    animation:         horizontalSwipeOut 1s ease; /* IE 10+, Fx 29+ */

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;  
}


.overviewItemHolder:nth-child(3).startAnimation, .overview-service .overviewContainer .overviewItemHolder:nth-child(3).startAnimation{
    transform: translateX(120%);
}

.overviewItemHolder:nth-child(3).startAnimation.animate, .overview-service .overviewContainer .overviewItemHolder:nth-child(3).startAnimation.animate{
    -webkit-animation: verticalSwipeOut 1s ease; /* Safari 4+ */
    -moz-animation:    verticalSwipeOut 1s ease; /* Fx 5+ */
    -o-animation:      verticalSwipeOut 1s ease; /* Opera 12+ */
    animation:         verticalSwipeOut 1s ease; /* IE 10+, Fx 29+ */

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;  
}

.home .wp-block-button{
    overflow:hidden;
}

.home .wp-block-button .wp-block-button__link.startAnimation{
    transform: translateY(100%);
}

.home .wp-block-button .wp-block-button__link.startAnimation.animate{
    -webkit-animation: horizontalSwipeOut 1s ease; /* Safari 4+ */
    -moz-animation:    horizontalSwipeOut 1s ease; /* Fx 5+ */
    -o-animation:      horizontalSwipeOut 1s ease; /* Opera 12+ */
    animation:         horizontalSwipeOut 1s ease; /* IE 10+, Fx 29+ */

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;  
}

.is-style-wrapper{
    overflow:hidden;
}

.is-style-service-holder.startAnimation > div:nth-child(2){
    transform: translateX(120%);
}

.is-style-service-holder.startAnimation > div:nth-child(1){
    transform: translateX(-120%);
}

.is-style-service-holder.startAnimation.animate > div:nth-child(2){
    -webkit-animation: verticalSwipeOut 1s ease; /* Safari 4+ */
    -moz-animation:    verticalSwipeOut 1s ease; /* Fx 5+ */
    -o-animation:      verticalSwipeOut 1s ease; /* Opera 12+ */
    animation:         verticalSwipeOut 1s ease; /* IE 10+, Fx 29+ */

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;  
}

.is-style-service-holder.startAnimation.animate > div:nth-child(1){
    -webkit-animation: verticalSwipeIn 1s ease; /* Safari 4+ */
    -moz-animation:    verticalSwipeIn 1s ease; /* Fx 5+ */
    -o-animation:      verticalSwipeIn 1s ease; /* Opera 12+ */
    animation:         verticalSwipeIn 1s ease; /* IE 10+, Fx 29+ */

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;  
}


@-webkit-keyframes horizontalSwipeIn {
    0%   { transform: translateY(-100%) }
    100% { transform: translateY(0) }
}
@-moz-keyframes horizontalSwipeIn {
    0%   { transform: translateY(-100%) }
    100% { transform: translateY(0) }
}
@-o-keyframes horizontalSwipeIn {
    0%   { transform: translateY(-100%) }
    100% { transform: translateY(0) }
}
@keyframes horizontalSwipeIn {
    0%   { transform: translateY(-100%) }
    100% { transform: translateY(0) }
}

@-webkit-keyframes horizontalSwipeOut {
    0%   { transform: translateY(100%) }
    100% { transform: translateY(0) }
}
@-moz-keyframes horizontalSwipeOut {
    0%   { transform: translateY(100%) }
    100% { transform: translateY(0) }
}
@-o-keyframes horizontalSwipeOut {
    0%   { transform: translateY(100%) }
    100% { transform: translateY(0) }
}
@keyframes horizontalSwipeOut {
    0%   { transform: translateY(100%) }
    100% { transform: translateY(0) }
}


@-webkit-keyframes verticalSwipeIn {
    0%   { transform: translateX(-120%) }
    100% { transform: translateX(0) }
}
@-moz-keyframes verticalSwipeIn {
    0%   { transform: translateX(-120%) }
    100% { transform: translateX(0) }
}
@-o-keyframes verticalSwipeIn {
    0%   { transform: translateX(-120%) }
    100% { transform: translateX(0) }
}
@keyframes verticalSwipeIn {
    0%   { transform: translateX(-120%) }
    100% { transform: translateX(0) }
}

@-webkit-keyframes verticalSwipeDisapear {
    0%   { transform: translateX(0) }
    100% { transform: translateX(-120%) }
}
@-moz-keyframes verticalSwipeDisapear {
    0%   { transform: translateX(0) }
    100% { transform: translateX(-120%) }
}
@-o-keyframes verticalSwipeDisapear {
    0%   { transform: translateX(0) }
    100% { transform: translateX(-120%) }
}
@keyframes verticalSwipeDisapear {
    0%   { transform: translateX(0) }
    100% { transform: translateX(-120%) }
}

@-webkit-keyframes verticalSwipeOut {
    0%   { transform: translateX(120%) }
    100% { transform: translateX(0) }
}
@-moz-keyframes verticalSwipeOut {
    0%   { transform: translateX(120%) }
    100% { transform: translateX(0) }
}
@-o-keyframes verticalSwipeOut {
    0%   { transform: translateX(120%) }
    100% { transform: translateX(0) }
}
@keyframes verticalSwipeOut {
    0%   { transform: translateX(120%) }
    100% { transform: translateX(0) }
}


@-webkit-keyframes rotateToFourtyFive {
    0%   { transform: rotate(0deg); opacity:0 }
    100% { transform: rotate(45deg); opacity:1 }
}
@-moz-keyframes rotateToFourtyFive {
    0%   { transform: rotate(0deg); opacity:0 }
    100% { transform: rotate(45deg); opacity:1 }
}
@-o-keyframes rotateToFourtyFive {
    0%   { transform: rotate(0deg); opacity:0 }
    100% { transform: rotate(45deg); opacity:1 }
}
@keyframes rotateToFourtyFive {
    0%   { transform: rotate(0deg); opacity:0 }
    100% { transform: rotate(45deg); opacity:1 }
}

.content{
    float:left;
    width: 100%;
}

.contentHead{
    max-width:760px;
    margin: 70px auto;
    text-align:center;
}

.contentSection{
    display:flex;
}

.contentHolder{
    position:relative;
    float: left;
    width: 100%;
}

.contentHolder .contentContainer{
    position:relative;
    background-color: #ffffff;
    padding-bottom: 120px;
    float: left;
    width: 100%;
}

.contentHolder:nth-child(2) .contentContainer{
    background-color: #eff5f7;
}

.awww-col-3{
    width:33.333%
}

.capitalContainer{
    display:flex;
    margin: 35px 0;
}

.singleServiceHolder {
    display: flex;
    flex-wrap: wrap;
}

.singleService, .wp-block-awww-icon-holder.iconHolder{
    text-align: center;
    padding: 15px;
    display: block;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #ffffff;
    margin: 0 15px;
    max-width: 100%;
}

.wp-block-awww-icon-holder.iconHolder .iconItem i{
    color:#10b6b5;
}

.wp-block-awww-icon-holder.iconHolder .iconHolder{
    max-width:100%;
}

.singleService h4, .wp-block-awww-icon-holder.iconHolder h4{
    margin: 0;
    font-weight: normal;
    height: 43px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 12px;
    color: #645e82;
}

.wp-block-awww-icon-holder.iconHolder h4{
    font-size: 14px;
}

.singleService i, .wp-block-awww-icon-holder.iconHolder .iconItem{
    font-size: 53px;
    height: 53px;
    display: block;
    margin: auto;
    width: 53px!important;
}

.wp-block-awww-icon-holder.iconHolder .iconItem {
    font-size: 38px;
    height: 44px;
}

.singleService .livicon-evo-holder .lievo-svg-wrapper{
    width: 53px!important;
    padding-bottom: 53px!important;
}

.is-style-variable .singleService i{
    color: #ffc801;
    max-width: 60px;
    margin: auto ;
    border-radius: 100px;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 6px -4px rgba(76,229,183,1);
    -moz-box-shadow: 2px 2px 6px -4px rgba(76,229,183,1);
    box-shadow: 2px 2px 6px -4px rgba(76,229,183,1);
    background: -moz-linear-gradient(top, #b21370 0%, #4f1d5c 100%);
    background: -webkit-linear-gradient(top, #b21370 0%,#4f1d5c 100%);
    background: linear-gradient(to bottom, #b21370 0%,#4f1d5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21370', endColorstr='#4f1d5c',GradientType=0 );
}

.is-style-variable .singleService{
    max-width: 180px;
    margin: auto;
    padding: 50px 20px;
    background-color: #eff5f7;
}

.is-style-variable .singleServiceHolder{
    margin-top:50px;
}

.is-style-wrapper > .awww-col > div.is-style-variable:nth-child(even) .singleService{
    background-color: #ffffff;
}

.singleService .livicon-evo-holder .lievo-svg-wrapper{
    float:left;
}

.is-style-service-holder{
    max-width:1200px;
    margin: 70px auto;
    position:relative;
}

.is-style-service-holder h2{
    font-size: 112px;
    margin: 0;
    line-height: 96px;
    background: linear-gradient(to right, #2ce7a8 0%, #10b6b5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:normal;
    margin-top: 20px;
    padding-left:30px;
}

.is-style-variable .is-style-service-holder h2{
    margin-top: 10px;
}

.is-style-variable .is-style-service-holder h2{
    font-size: 71px;
}

.awww-col .is-style-service-holder:first-child h2{
    letter-spacing: 39px;
}

.is-style-variable .awww-col .is-style-service-holder:first-child h2{
    letter-spacing: 36px;
}


.awww-col .is-style-service-holder:nth-child(2) h2{
    letter-spacing: 21px;
}

.is-style-variable .awww-col .is-style-service-holder:nth-child(2) h2{
    letter-spacing: 30px;
}

.is-style-variable .awww-col .is-style-service-holder:nth-child(3) h2{
    letter-spacing: 0;
}

.fromContainer p{
    display: inline-block;
}

.fromContainer .formControl{
    display: inline-block;
}

.awww-col-2{
    width: 50%;
}

.contentHolder .contentContainer.formContainer{
    padding:0;
}

[data-formname="Contact Form Normal"]{
    padding:36px;
}

[data-formname="Contact Form"] p{
    display:inline;
    margin: 5px;
}

[data-formname="Contact Form"] .formControl{
    display:inline-block;
    margin: 5px;
}

[data-formname="Contact Form"] .inputHolder input{
    display: inline-block;
    height: 10px;
    padding: 12px 4px 12px 10px;
    font-size: 14px;
    min-width: 200px;
    background-color: #eff5f7;
    border: 0;
    border-left: 2px solid #ffc801;
    box-sizing: content-box;
}

.is-style-wrapper > .awww-col > div:nth-child(even) [data-formname="Contact Form"] .inputHolder input{
    background-color:#ffffff;
}

[data-formname="Contact Form"] .inputHolder{
    display:flex;
}

[data-formname="Contact Form"] .wp-block-awww-submit-button{
    display:block;
    text-align:right;
}

[data-formname="Contact Form"] .wp-block-awww-submit-button .formButton{
    display: inline-block;
}

[data-formname="Contact Form"] .wp-block-awww-submit-button .formButton input[type=submit]{
    display: inline-block;
    font-family: 'Arbutus Slab',serif;
    color: #ffc801;
    font-size: 23px;
    font-weight: 100;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    border:none;
    cursor: pointer;
    background-color: transparent;
}

[data-formname="Contact Form"] h4{
    font-family: 'Arbutus Slab',serif;
    color: #ffc801;
    font-size: 28px;
    margin: 0 0 30px 0;

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #96a0af;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #96a0af;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #96a0af;
}

.bokehHeaderHolder{
    position:relative;
    min-height:580px;
    background: #ffc801;
    background: -moz-linear-gradient(-45deg, #ffc801 0%, #ffae01 100%);
    background: -webkit-linear-gradient(-45deg, #ffc801 0%,#ffae01 100%);
    background: linear-gradient(135deg, #ffc801 0%,#ffae01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc801', endColorstr='#ffae01',GradientType=1 );
}

.bokehHeaderHolder.wp-block-awww-bokeh-logo-header{
    min-height:680px;
}

.bokehHeaderHolder .logoHolder{
    text-align:center;
    margin-top: -56px;
    margin-bottom: 69px;
    padding-top: 130px;
    margin:0;
}

.wp-block-awww-bokeh-logo-header .headerSloganHolder{
    margin-top: -36px;
}

.bokehHeaderHolder .logoHolder .logoInner{
    display:inline-block;
    max-width: 180px;
    opacity:0;
    transition: opacity 2s;
}


.bokehHeaderHolder .logoHolder .logoInner.active{
    opacity:1;
}

.page-template-tmpl-homepage #wrapper > .wp-block-columns{
    position:relative;
    background-color:#eff5f7;
}

.page-template-tmpl-homepage #wrapper > .wp-block-columns:nth-child(even){
    background-color: #ffffff;
}

.titleDescContainer{
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
    position:relative;
}

.titleDescContainer h1:before, .titleDescContainer h2:before ,.titleDescContainer h3:before, .titleDescContainer h4:before,.titleDescContainer h5:before{
    content: " ";
    width: 64px;
    display: block;
    height: 3px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -32px;
    background-color: #ffc801;
}


.titleDescContainer h1, .titleDescContainer h2, .titleDescContainer h3, .titleDescContainer h4, .titleDescContainer h5{
    position:relative;
    margin-bottom: 60px;
    background: #ffffff;
    color: #546e82;
}

.titleDescContainer h1 strong, .titleDescContainer h2 strong,.titleDescContainer h3 strong,.titleDescContainer h4 strong, .titleDescContainer h5 strong{
    color:#546e82;
}

.titleDescContainer p{
    color:#96a0af;
    display: inline;
    background: #ffffff;
    box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
}

.catHolder{
    position: relative;
    z-index: 1;

}

[data-colorsetting="tijdsbesparing"] .catHolder i, [data-colorsetting="tijdsbesparing"] .overviewBtn i, [data-colorsetting="tijdsbesparing"] .overviewBtn span{
    color: #b21370;
}

[data-colorsetting="tijdsbesparing"] .catContainer{
    background: #b21370;
    background: -moz-linear-gradient(left, #b21370 0%, #4f1d5c 100%);
    background: -webkit-linear-gradient(left, #b21370 0%,#4f1d5c 100%);
    background: linear-gradient(to right, #b21370 0%,#4f1d5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21370', endColorstr='#4f1d5c',GradientType=1 );

}

[data-colorsetting="tijdsbesparing"] .catHolder i, [data-colorsetting="tijdsbesparing"] .overviewBtn i{
    border: 1px solid #b21370;
}



[data-colorsetting="tijdsbesparing"] .btnLine{
    border-bottom: 2px solid #b21370;
}

[data-colorsetting="coding"] .catHolder i, [data-colorsetting="coding"] .overviewBtn i, [data-colorsetting="coding"] .overviewBtn span{
    color: #efa536;
}

[data-colorsetting="coding"] .catContainer{
    background: #ffc45d;
    background: -moz-linear-gradient(left, #ffc45d 0%, #efa536 100%);
    background: -webkit-linear-gradient(left, #ffc45d 0%,#efa536 100%);
    background: linear-gradient(to right, #ffc45d 0%,#efa536 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc45d', endColorstr='#efa536',GradientType=1 );

}

[data-colorsetting="coding"] .catHolder i, [data-colorsetting="coding"] .overviewBtn i{
    border: 1px solid #efa536;
}

[data-colorsetting="coding"] .btnLine{
    border-bottom: 2px solid #efa536;
}




[data-colorsetting="tips-tricks"] .catHolder i, [data-colorsetting="tips-tricks"] .overviewBtn i, [data-colorsetting="tips-tricks"] .overviewBtn span{
    color: #3498DB;
}

[data-colorsetting="tips-tricks"] .catContainer{
    background: #3498DB;
    background: -moz-linear-gradient(left, #3498DB 0%, #2874A6 100%);
    background: -webkit-linear-gradient(left, #3498DB 0%,#2874A6 100%);
    background: linear-gradient(to right, #3498DB 0%,#2874A6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498DB', endColorstr='#2874A6',GradientType=1 );

}

[data-colorsetting="tips-tricks"] .catHolder i, [data-colorsetting="tips-tricks"] .overviewBtn i{
    border: 1px solid #3498DB;
}


[data-colorsetting="tips-tricks"] .btnLine{
    border-bottom: 2px solid #3498DB;
}

.overviewHolder{
    position:relative;
}

.overviewItemHolder .overviewItemContainer {
    margin: 15px;
    padding: 15px 20px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
}

.overviewContainer{
    padding:15px 18px;
    position:relative;
}

.overviewItemHolder{
    list-style:none;
    position: relative;
}

.overviewHolder .bgIcon{
    position: absolute;
    width: 88%;
    height: 217px;
    overflow: hidden;
    top: 50px;
    text-align: center;
}

.wp-block-button.aligncenter{
    width:100%;
}

.overviewHead h3{
    font-size:20px;
    font-weight: normal;
    margin: 0;
    color:#546e82;
    line-height:24px;
}

.overviewFoot{

}

.overviewHead{
    min-height:66px;
}

.overview-service .overviewHead{
    text-align:center;
}

.overview-service .overviewItemHolder .overviewContainer {
    border-left: 0px solid #ffc801;
    padding-left: 0;
}

.overview-service .contentIcon{
    width:80px;
    margin:0 auto 30px auto;
}

.overviewContent{
    height:158px;
    overflow:hidden;
}

.overviewContent p {
    padding:0;
    margin:0;
    color:#96a0af;
}

.overviewContent ul{
    padding-left:15px;
}

.overviewBtn{
    text-decoration:none;
    display:inline-block;
    padding:20px 40px 20px 0;
    position:relative;
}

.overviewBtn i{
    float: none;
    margin: 0;
    position:absolute;
    top:20px;
    right:0;    
    line-height: 30px;
}

.overviewBtn span, .overviewBtn i{
    color: #ffc801;
}

.btnLine{
    display: inline-block;
    width: 30px;
    height: 14px;
    border-bottom: 2px solid #ffc801;
    float: left;
    margin-right: 10px;
    -webkit-transition: width .4s; /* For Safari 3.1 to 6.0 */
    transition: width .4s;
}

.overviewBtn:hover .btnLine{
    width: 50px;
}

.overviewItemHolder .iconHolder {
    position: absolute;
    width: 250px;
    height: 250px;
    overflow: hidden;
    right: 20px;
    top: 40px;
}

.overviewItemHolder .iconHolder i {
    position: absolute;
    font-size: 250px;
    right: -100px;
    color: #f7f7f7;
}

.capitalContainer .overviewContainer{
    width:50%;
}

.capitalContainer .overviewContainer .overviewContent{
    display:flex;
}

.bgIcon i{
    display:inline-block;
    font-size:218px;
    color:#f9f9f9;
}

.catHolder i, .overviewBtn i{
    color: #ffc801;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 22px;
    height: 22px;
    margin: auto;
    text-align: center;
    border: 1px solid #ffc801;
    border-radius: 20px;
    float: left;
    margin-right: 10px;
    margin-left: -13px;

}

.overviewBtn i{
    float:none;
    margin:0;
}

.overviewItemHolder .overviewContainer {

    padding:0;
    margin-top: 0;
}

.catContainer{
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    padding: 1px 11px;
    color: #ffffff;
    max-height: 22px;
    font-size: 12px;
    line-height: 22px;

    background: #ffc801;
    background: -moz-linear-gradient(left, #ffc801 0%, #ffae01 100%);
    background: -webkit-linear-gradient(left, #ffc801 0%,#ffae01 100%);
    background: linear-gradient(to right, #ffc801 0%,#ffae01 100%);
    filter: progid:DXImageTransform.MicrosiconHolderoft.gradient( startColorstr='#ffc801', endColorstr='#ffae01',GradientType=1 );
}

.wp-block-button{
    text-align:center;
    display:inline-block;
}

.is-style-with-padding{

}

.map{
    height:450px;
}

.iconHolder{max-width:60px;}

.imageTitleDescHolder{
    width:100%;

}

.imageTitleDescContainer{
    position: relative;
}

.imgHolderContainer{
    position: absolute;
    top: 0;
    left: 46%;
    right: 0;
    bottom: 0;
}

.imgHolderContainer .imgHolder{
    height:100%;
}

.titleDescInnerHolder{
    position: relative;
    padding: 80px 0 100px 0;
    width: 54%;
}
.titleDescInnerContainer{
    margin-left: 60px;
}

.titleDescInnerHolder *{
    color:#ffffff;
}

.titleDescInnerHolder h1{
    font-size: 40px;
    text-shadow: 0px 0px 10px #4f1d5c;
}

.titleDescInnerHolder h2{
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    line-height: 24px;
    text-shadow: 0px 0px 10px #4f1d5c;
}

.uspHolder{
    text-align: center;
}

.uspContainer{
    padding: 45px 0px;
    display:inline-block;
    width: 260px;
}

.uspContainer .iconHolder{
    color: #ffc801;
    max-width: 60px;
    margin: auto;
    border-radius: 100px;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 6px -4px rgba(76,229,183,1);
    -moz-box-shadow: 2px 2px 6px -4px rgba(76,229,183,1);
    box-shadow: 2px 2px 6px -4px rgba(76,229,183,1);
    background: -moz-linear-gradient(top, #b21370 0%, #4f1d5c 100%);
    background: -webkit-linear-gradient(top, #b21370 0%,#4f1d5c 100%);
    background: linear-gradient(to bottom, #b21370 0%,#4f1d5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21370', endColorstr='#4f1d5c',GradientType=0 );
}

.uspContainer .titleHolder h4{
    margin: 0;
    color: #96a0af;
    font-size: 16px;
    font-weight: 100;
}

.uspContainer .titleHolder{
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.uspContainer .descHolder p{
    margin:0;
}

.is-style-wrapper{
    z-index:10;
    background-color:#ffffff;
    position:relative;
}

.is-style-wrapper > .awww-col > div:nth-child(even){
    background-color:#eff5f7;
}

.awww-col > .wp-block-awww-variable-columns.is-style-normal-col-behavior{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eff5f7+80,ffffff+82 */
    background: #eff5f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #eff5f7 70%, #ffffff 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #eff5f7 70%,#ffffff 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #eff5f7 70%,#ffffff 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    float: left;
    width:100%;
}

.is-style-wrapper > .awww-col > div:nth-child(odd){
    background-color:#ffffff;
    background-size:contain;
}

.is-style-wrapper > .awww-col > div:nth-child(even) .titleDescContainer p{
    background: #eff5f7;
    box-shadow: 10px 0 0 #eff5f7, -10px 0 0 #eff5f7;
}


.is-style-wrapper > .awww-col > div:nth-child(even) .titleDescContainer h1, 
.is-style-wrapper > .awww-col > div:nth-child(even) .titleDescContainer h2,
.is-style-wrapper > .awww-col > div:nth-child(even) .titleDescContainer h3,
.is-style-wrapper > .awww-col > div:nth-child(even) .titleDescContainer h4,
.is-style-wrapper > .awww-col > div:nth-child(even) .titleDescContainer h5{
    background: #eff5f7;
}

.is-style-wrapper > .awww-col > .awww-row{
    padding:0px 0 70px 0;
}


.textBackgroundHolder{
    position: absolute;
    height: 100%;
    width: 70%;
}

.textBackgroundContainer{
    width: 100%;
    height: 100%;
    background: #b21370;
    background: -moz-linear-gradient(left, #b21370 0%, #4f1d5c 100%);
    background: -webkit-linear-gradient(left, #b21370 0%,#4f1d5c 100%);
    background: linear-gradient(to right, #b21370 0%,#4f1d5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21370', endColorstr='#4f1d5c',GradientType=1 );
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%,  0 100%);
}

.is-style-partner-holder{
    padding:0 !important;
    background: #b21370;
    background: -moz-linear-gradient(left, #b21370 0%, #4f1d5c 100%);
    background: -webkit-linear-gradient(left, #b21370 0%,#4f1d5c 100%);
    background: linear-gradient(to right, #b21370 0%,#4f1d5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21370', endColorstr='#4f1d5c',GradientType=1 );
}

.is-style-client-holder{
    padding:0 !important;
    background: #ffc801;
    background: -moz-linear-gradient(left, #ffc801 0%, #ffae01 100%);
    background: -webkit-linear-gradient(left, #ffc801 0%,#ffae01 100%);
    background: linear-gradient(to right, #ffc801 0%,#ffae01 100%);
    filter: progid:DXImageTransform.MicrosiconHolderoft.gradient( startColorstr='#ffc801', endColorstr='#ffae01',GradientType=1 );
}

.is-style-partner-holder .wp-block-button__link{
    min-width:220px;
    background: #ffc801;
    background: -moz-linear-gradient(left, #ffc801 0%, #ffae01 100%);
    background: -webkit-linear-gradient(left, #ffc801 0%,#ffae01 100%);
    background: linear-gradient(to right, #ffc801 0%,#ffae01 100%);
    filter: progid:DXImageTransform.MicrosiconHolderoft.gradient( startColorstr='#ffc801', endColorstr='#ffae01',GradientType=1 );
}

.wp-block-button__link, .btn{
    overflow:hidden;
    position:relative;
    z-index: 1;
    min-width:220px;
    background: #b21370;
    background: -moz-linear-gradient(left, #b21370 0%, #4f1d5c 100%);
    background: -webkit-linear-gradient(left, #b21370 0%,#4f1d5c 100%);
    background: linear-gradient(to right, #b21370 0%,#4f1d5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21370', endColorstr='#4f1d5c',GradientType=1 );
}

.wp-block-button__link:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffae01;
    background: -moz-linear-gradient(left, #ffae01 0%, #ffc801 100%);
    background: -webkit-linear-gradient(left, #ffae01 0%,#ffc801 100%);
    background: linear-gradient(to right, #ffae01 0%,#ffc801 100%);
    filter: progid:DXImageTransform.MicrosiconHolderoft.gradient( startColorstr='#ffae01', endColorstr='#ffc801',GradientType=1 );
    opacity: 0;
    transition: opacity 0.4s;
    z-index: -1;
}

.wp-block-button__link:hover::before{
    opacity:1;
}

.is-style-client-holder .wp-block-button__link:hover, .btn:hover{
    min-width:220px;
    background: #4f1d5c;
    background: -moz-linear-gradient(left, #4f1d5c 0%, #b21370 100%);
    background: -webkit-linear-gradient(left, #4f1d5c 0%,#b21370 100%);
    background: linear-gradient(to right, #4f1d5c 0%,#b21370 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f1d5c', endColorstr='#b21370',GradientType=1 );
}

.btn {
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word;
}


.btn span{
    color:#ffffff;
}

.btn i{
    color:#ffc801;
    font-size: 28px;
    float: right;
    margin-top: 0;
    margin-left: 10px;
}

.titleDescInnerContainer .btn{
    margin-top:30px;
    display:inline-block;
    padding:20px 40px;
    border-radius:50px;
    overflow:hidden;
    text-decoration:none;
    background: #ffc801;
    background: -moz-linear-gradient(left, #ffc801 0%, #ffae01 100%);
    background: -webkit-linear-gradient(left, #ffc801 0%,#ffae01 100%);
    background: linear-gradient(to right, #ffc801 0%,#ffae01 100%);
    filter: progid:DXImageTransform.MicrosiconHolderoft.gradient( startColorstr='#ffc801', endColorstr='#ffae01',GradientType=1 );
}

.titleDescInnerContainer .btn:hover{
    background: #ffae01;
    background: -moz-linear-gradient(left, #ffae01 0%, #ffc801 100%);
    background: -webkit-linear-gradient(left, #ffae01 0%,#ffc801 100%);
    background: linear-gradient(to right, #ffae01 0%,#ffc801 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae01', endColorstr='#ffc801',GradientType=1 );
}

.is-style-client-holder .wp-block-image, .is-style-partner-holder .wp-block-image{
    text-align:center;
}

.is-style-client-holder .wp-block-button, .is-style-partner-holder .wp-block-button{
    margin:0;
}

.is-style-client-holder .awww-col, .is-style-partner-holder .awww-col{
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-style-padding-side{
    padding-left:50px !important;
    padding-right:50px !important;
}

.is-style-with-padding{
    padding:20px!important;
}



.menu{
    margin:0;
    padding:0;
}

.menuHolder{
    text-align:center;
    position:relative;
}

.menuHolder li{
    list-style:none;
}

.menuHolder ul{
    padding:0 10px;
    margin:0;
    display:inline-block;
}

.menuHolder li{
    display:inline-block;
}

.menuHolder li a{
    text-decoration:none;
}

#footer{   
    position: relative;
    background-color:#293133;
    padding: 30px 0;
}

.menuHolder span, .menuHolder i{
    color:#ffc801;
}

#footerMenu.menuHolder span{
    color:#ffffff;
}

.menuHolder a:hover span{
    color:#ffffff;
}

#footerMenu.menuHolder a:hover span{
    color:#ffc801;
}

.menu-head-menu-container a{
    text-decoration:none;
    color:#ffffff;
    text-shadow: 0px 0px 3px #000000;
    padding: 15px 12px;
    border-bottom: 3px solid transparent;
    position:relative;
}

.menuHolder li > *{
    display:inline-block;
    padding: 15px 12px;
    position:relative;
}

.contactMenu li i{
    color: #ffffff;
    font-size: 20px;
    padding: 7px;
    border: 1px solid #ffc801;
    border-radius: 40px;
    margin-bottom:10px;
}

.contactMenu li span{
    display:block;
    font-size: 13px;
}

#footerMenu li a{
    font-size:16px;
}

.menu-head-menu-container a{
    display:inline-block;
    text-decoration:none;
    color:#ffffff;
    text-shadow: 0px 0px 3px #000000;
    padding: 15px 12px;
    border-bottom: 3px solid transparent;
    position:relative;
}

.menu-head-menu-container ul li:first-child a:before{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: url(assets/logo-awwwesome-white.png) no-repeat 50% 50% transparent;
    background-size: 42px 42px;
    opacity:0;
    transition: opacity 2s;
}

.menu-head-menu-container ul li:first-child a.animate:before{
    opacity:1;
}

.menu-head-menu-container ul li:first-child a.animate span{
    opacity:0;
}

.menu-head-menu-container a:hover{
    border-bottom: 3px solid #b21370;
}

.menu-head-menu-container .current-menu-item a{
    border-bottom: 3px solid #ffc801;
}

.menu-head-menu-container .current-menu-item a span{
    color:#ffffff;
}

#headMenu{
    z-index:20;
    position:fixed;
    right: 0;
    top:0;
    width:100%;
    -webkit-box-shadow: -1px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -1px 0px 3px 0px rgba(0,0,0,0.5);
    box-shadow: -1px 0px 3px 0px rgba(0,0,0,0.5);
    min-height: 60px;
}

.menuBg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #293133;
    opacity: 0.9;
}

#contactMe{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    margin:0 10px 0 0;
    padding:0;
}

#contactMe li{
    list-style:none;
    display:inline-block;
    float: left;
    margin: 10px 5px;
}

#contactMe li a{
    display: block;
    color: #ffffff;
    padding: 3px 7px;
    text-decoration: none;
    border-radius: 40px;
    border:1px solid #ffffff;
}

.facebbokMessenger{
    background: url(assets/facebook-messenger.png) no-repeat 50% 41%;
    background-size: contain;
    display: inline-block;
    width: 22px;
    height: 30px;
}

.facebook{
    border-color:#0084FF!important;
}

.mail{
    border-color:#b21370!important;
}

.phone{
    border-color:#ffc801!important;
}

#contactMe li a.whatsapp{
    border-color:#25D366!important;
}

.facebooksite{
    border-color:#4267b2!important;
}  

.facebooksite:hover{
    background-color:#4267b2;
}  

.facebook:hover{
    background-color:#0084FF;
}

.mail:hover{
    background-color:#b21370;
}

.phone:hover{
    background-color:#ffc801;
}

#contactMe li a.whatsapp:hover{
    background-color:#25D366;
}

.isMobile #contactMe li a.whatsapp{
}

#contactMe li a i{
    color: #ffffff;    
    font-size: 24px;
    line-height: 28px;
}

#wpadminbar{
    display:none;
}

[id*="scrollGalleryHolder"]{
    position:absolute;
    left: -40px;
}

.scrollGalleryHolder .scrollGalleryContainer img{
    left:0px;
    top:200px;
}
.scrollGalleryHolder{
    overflow:visible!important;

}

.is-style-no-padding, .is-style-no-padding .awww-col{
    padding:0 !important;
}

.wp-block-awww-contactform{
    padding: 40px 40px 15px 40px;

}

.is-style-variable .wp-block-awww-contactform{
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #eff5f7;
    max-width: 600px;
    margin: auto;
}

.is-style-variable [data-formname="Contact Form"]{
    background-color:#ffffff;
    margin:30px auto 60px auto;
}

.is-style-variable [data-formname="Contact Form"] .inputHolder input{
    background-color:#eff5f7 !important;
}


.paginationHolder{
    position:relative;
    text-align:center;
}

.pagination{
    margin:15px 0 30px 0;
    padding:0;
    text-align:center;
}

.pagination li{
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}

.pagination li a{
    display:block;
    padding: 3px 12px;
    border: 1px solid #ffc801;
    border-radius: 4px;
    text-decoration:none;
}

.pagination li.active a{
    display:block;
    padding: 3px 12px;
    border: 1px solid #ffc801;
    border-radius: 4px;
    text-decoration:none;
    background-color:#ffc801;
    color:#ffffff;
}

.pagination li span{
    display:block;
    padding: 3px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.overviewtype-withicon{
    padding: 0 30px;
    margin: 50px 0 20px 0;
    overflow:hidden;
}

.awww-col{
    padding:0;
}

.is-style-no-padding .wp-block-awww-contactformcol{
    max-width: 600px;
    margin: auto;
}

.overview-service.overviewtype-withicon{
    margin:auto 80px;
}

.awwwModalHolder .modalContent{
    padding:25px;
}

.awwwModalHolder .wp-block-awww-contactform{
    padding:0;
}

.awwwModalHolder .wp-block-awww-contactform p{
    margin:0;
    display:block;
}

.awwwModalHolder .formControl{
    display:block;
}

.awwwModalHolder textarea{
    height:93px;
}

.awwwModalHolder  h4 {
    font-size: 23px;
    margin: 4px 0 8px 0;
    font-weight: normal;
}

.awwwModal{
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.75);
}

.awwwModalHolder{
    display:none;
    z-index:9999;
    background-color:rgba(0,0,0,0.6);
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    bottom:0;
    right:0;
    overflow:auto;
}

.awwwModalBg{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    bottom:0;
    right:0;
    overflow:auto;
    opacity:0;
}

.awwwModal{
    width:740px;
    height:auto;
    margin:100px auto 30px auto;
    position:relative;
    background-color:#ffffff;
    opacity:0;
}

.closeModal{
    position:absolute;
    top:0;
    right:0;
    padding: 8px 10px;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 0 black;
}

.awwwModalHolder.open{
    display:block;
}

.awwwModalHolder.open .awwwModalBg, 
.awwwModalHolder.open .awwwModal{
    opacity:1;
}

#openContact{
    text-decoration: none;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 3px 5px 5px 5px;
    margin-right: 10px;
}

#openContact i{
    display: inline-block;
}

#openContact span{
    color:#96a0af;
    font-size:12px;
    display:block;
}

#openHeadMenu{
    text-decoration: none;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 9px 5px 9px 5px;
    margin-left: 5px;
}

#openHeadMenu *{
    color:#ffc801;
}

#mobileLogo{
    display:none;
}

.isMobile{
    display:none;
}

.imageAnchorHolder{
    display:block;
}

.anchorContentHolder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.anchorContentHolder .anchorContentItem{
    text-align: center;
    margin-top: 40%;
}

.anchorContentItem h3{
    color:#ffffff;
    -webkit-text-shadow: 0px 0px 7px rgba(0,0,0,0.6);
    -moz-text-shadow: 0px 0px 7px rgba(0,0,0,0.6);
    text-shadow: 0px 0px 7px rgba(0,0,0,0.6);
}

.anchorContentHolder .catHolder{
    display:inline-block;
}

.anchorContentHolder .catHolder i{
    margin-left: 0;
    background-color: #ffffff;
}

#igHeader{
    padding-top: 75px;
}

#igHeader .is-style-outline .wp-block-button__link{
    background:transparent;
}


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

    .wp-block-awww-variable-column.usp-holders{
        margin-left: 0;
        flex-basis: 100%;
    }

    .overviewContent {
        height: 179px;
    }

    .is-style-service-holder h2 {
        font-size: 93px;
    }

    .is-style-variable .is-style-service-holder h2 {
        font-size: 60px;
    }

    .awww-col .is-style-service-holder:nth-child(2) h2 {
        margin-right: -16px;
        letter-spacing: 17px;
    }

    .awww-col .is-style-service-holder:first-child h2 {
        margin-right: -32px;
        letter-spacing: 32px;
    }

    .is-style-variable .awww-col .is-style-service-holder:first-child h2 {
        letter-spacing: 30px;
    }

    .is-style-variable .awww-col .is-style-service-holder:nth-child(2) h2 {
        letter-spacing: 24px;
    }

    .headerSloganContainer span {
        margin: 0 1px;
    }

    .scrollGalleryHolder .scrollGalleryContainer img {
        left: 40px;
    }
    .headerTextHolder span b {
        font-size: 100px;
    }

    .overview-service.overviewtype-withicon{
        margin:auto 20px;
    }

    .overviewItemHolder.awww-col-3 {
        flex-basis:50%;
    }
}

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

    .overviewContent {
        height: 120px;
    }

    .is-style-normal-col-behavior .awww-col-4{
        flex-basis:33.33%;
    }

    .overview-service.overviewtype-withicon{
        margin:auto 00px;
    }

    .overviewtype-withicon{
        padding: 0 10px;
    }

    .bokehHeaderHolder.wp-block-awww-bokeh-logo-header {
        max-height: 550px;
        min-height: 550px;
    }

    .bokehHeaderHolder .logoHolder .logoInner {

        max-width: 114px;
        margin-bottom: -16px;
    }

    .headerTextHolder span b {
        font-size: 73px;
        line-height: 100px;
    }

    .headerSloganContainer {
        font-size: 20px;
    }

    .is-style-service-holder h2 {
        text-align: center;
    }

    .is-style-service-holder .wp-block-awww-variable-column:nth-child(1){
        text-align:center;
    }

    .is-style-service-holder .wp-block-awww-variable-column:nth-child(1)  h2{
        display:inline-block;
    }

    .singleServiceContainer.awww-col-4{
        flex-basis: 33.333%;
    }

    .is-style-variable .is-style-service-holder .wp-block-awww-variable-column .awww-col-4{
        flex-basis: 33.333%;
    }

    .is-style-variable .is-style-service-holder .wp-block-awww-variable-column .awww-col-6{
        flex-basis: 50%;
    }

    .is-style-client-holder .awww-col:nth-child(4), .is-style-partner-holder .awww-col:nth-child(4){
        display:none;
    }

    .is-style-client-holder .awww-col:nth-child(5), .is-style-partner-holder .awww-col:nth-child(5){
        flex-basis: 100%;
    }

    .is-style-client-holder .awww-col-2, .is-style-partner-holder .awww-col-2 {
        padding-bottom: 0;
    }

    .is-style-client-holder .awww-col-4, .is-style-partner-holder .awww-col-4 {
        padding-bottom: 25px;
    }

    .is-style-partner-holder{
        margin-bottom:15px;
    }

    .map {
        height: 200px;
    }

    .scrollGalleryHolder{
        display:none;
    }

    .is-style-variable .singleService {
        padding: 40px 10px;
    }

    .titleDescInnerHolder {
        position: relative;
        padding: 20px 0 40px 0;
        width: 54%;
    }

    .uspContainer {
        width:auto;
    }

    .wp-block-column {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .titleDescInnerHolder h1{
        font-size:28px;
    }

    .titleDescInnerContainer .btn {
        padding: 15px 23px;
        font-size: 16px;
    }


    .titleDescInnerHolder {
        width: 57%;
    }

    #contactMe li {
        margin: 13px 3px;
    }

    #contactMe li a {
        padding: 1px 5px;
    }

    #contactMe li a i {
        font-size: 22px;
        line-height: 28px;
    }

    .facebbokMessenger {
        width: 18px;
        height: 27px;
        margin: 2px;
    }
}

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

    .overviewHolder .bgIcon{
        display:none;
    }

    .page-template-tmpl-homepage .is-style-variable [data-formname="Contact Form"]{
        display:none;
    }

    .anchorContentItem h3{
        font-size: 19px;
        margin: 11px;
    }

    .bgIcon i{
        font-size: 200px;
    }
    h1, h1 *{
        font-size:23px;
    }

    h2, h2 *, .titleDescContainer h2{
        font-size:20px;
    }

    h1, h2, h3, h4, h5{
        font-weight:normal;
    }

    h3{
        font-size:18px;

    }
    h4, h5{
        font-size:18px;
    }


    .awww-row{
        padding-left:0;
        padding-right:0;
    }

    .is-style-wrapper > .awww-col > .awww-row{
        padding: 30px 10px 20px 10px;
    }

    .overviewItemHolder .overviewContainer {
        border-left: 0px solid #ffc801 !important;
        padding-left: 0; 
        margin-top: 10px;
    }

    .overviewItemHolder .overviewItemContainer {
        margin: 20px auto;
        padding: 10px 20px;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
        border-radius: 10px;
        background-color: #ffffff;
    }
    .singleService{
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        border-radius: 10px;
        margin: 0 6px;
    }

    .singleServiceHolder, .wp-block-awww-icon-holder{
        margin-top:20px;
    }

    .overviewContent {
        min-height: 0;
        margin-bottom: 30px;
        text-align: left;
        height:auto;
    }

    .is-style-service-holder h2 {
        font-size:50px;
        line-height: 50px;
    }

    .awww-col .is-style-service-holder h2{
        margin-right: auto !important;
        letter-spacing: 0 !important;
        padding:0;
    }

    .is-style-variable .awww-col .is-style-service-holder h2{
        font-size:30px;
    }

    .is-style-service-holder .singleService h4 {
        display: none;
    }

    .is-style-service-holder .wp-block-awww-variable-column:first-child{
        padding-bottom:0;
    }

    .is-style-with-padding, .is-style-with-padding > .wp-block-awww-variable-column{
        padding:0 !important;
    }

    .headerTextHolder {
        padding: 17px 0 20px 0;
    }

    .headerTextHolder span b {
        font-size: 54px;
        line-height: 80px;
    }

    .headerSloganContainer {
        margin: 0 10px;
    }

    .headerSloganContainer span {
        margin: 0;
    }

    .is-style-wrapper > .awww-col > div.is-style-variable .singleService {
        margin-bottom: 30px;
    }

    .titleDescInnerContainer{
        margin:0 15px;
        text-align: center;
    }

    .titleDescInnerHolder{
        width:100%;
        padding: 40px 0 40px 0;
    }

    .wp-block-column {
        flex-basis: 100%;
    }

    .uspContainer {
        width: 100%;
        padding: 0;
    }

    .uspContainer .iconHolder{
        display:none;
    }

    .overviewtype-withicon {
        padding: 0 0px;
    }

    .overview-service .contentIcon {
        width: 50px;
        margin: 0 auto;
    }

    .overviewHead {
        min-height: 0;
    }

    .overviewItemHolder.startAnimation, 
    .overview-service .overviewContainer .overviewItemHolder.startAnimation{
        transform: translateX(0) !important;
        transform: translateY(0) !important;
    }


    .overviewItemHolder.startAnimation.animate, 
    .overview-service .overviewContainer .overviewItemHolder.startAnimation.animate{
        -webkit-animation: none !important; /* Safari 4+ */
        -moz-animation:    none !important; /* Fx 5+ */
        -o-animation:      none !important; /* Opera 12+ */
        animation:         none !important; /* IE 10+, Fx 29+ */

    }

    .overviewtype-withicon{
        overflow:visible;
    }

    .overviewHolder{
        position: relative;
        margin: 0 15px;
    }

    .is-style-padding-side{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .is-style-padding-side .overviewHolder{
        margin: 0;
    }

    [data-formname="Contact Form"] .formControl, [data-formname="Contact Form"] p{
        display:block;
    }

    .titleDescInnerHolder h1 {
        font-size: 20px;
        margin-top: 48px;
    }

    .titleDescInnerContainer .btn {
        padding: 13px 17px;
        font-size: 13px;
    }


    .awwwModal{
        width:90%;
        margin:15px auto 15px auto;
    }

    #headMenu{
        text-align:center;
    }

    .menu-head-menu-container{
        overflow:hidden;
        overflow-y:auto;
    }


    #headMenuCol{
        display:block;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0px;
        right: 0;
        background-color: rgba(41,49,51,0.9);
        transform: translateX(-120%);

        -webkit-animation: verticalSwipeDisapear 0.4s ease; /* Safari 4+ */
        -moz-animation:    verticalSwipeDisapear 0.4s ease; /* Fx 5+ */
        -o-animation:      verticalSwipeDisapear 0.4s ease; /* Opera 12+ */
        animation:         verticalSwipeDisapear 0.4s ease; /* IE 10+, Fx 29+ */

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;  
    }

    #menu-head-menu{
        display:block;
        margin:0;
        padding: 10px;
        text-align:center;
    }

    #menu-head-menu li{
        display:block;
    }

    #menu-head-menu li a{
        display:block;
        padding: 0;
        transform: translateX(120%);
    }

    #menu-head-menu li a.moveIn{
        display:block;
        padding: 0;
        -webkit-animation: verticalSwipeOut 0.3s ease; /* Safari 4+ */
        -moz-animation:    verticalSwipeOut 0.3s ease; /* Fx 5+ */
        -o-animation:      verticalSwipeOut 0.3s ease; /* Opera 12+ */
        animation:         verticalSwipeOut 0.3s ease; /* IE 10+, Fx 29+ */

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;  
    }

    .menu-head-menu-container .current-menu-item a{
        border-bottom: 0px solid transparent;
    }

    .menu-head-menu-container a span{
        display:inline-block;
        padding: 10px 30px 10px 20px;
        border-bottom: 3px solid transparent;
    }

    .menu-head-menu-container a:hover span{
        display:inline-block;
        padding: 10px 30px 10px 20px;
        border-bottom: 3px solid #b21370;
    }

    .menu-head-menu-container a, .menu-head-menu-container a:hover{
        border-bottom: 0px solid transparent;
    }

    .menu-head-menu-container .current-menu-item a span{
        border-bottom: 3px solid #ffc801;
    }

    #contactMe{
        display:none;
        background-color: #293133;
        top:60px;
        padding: 0 10px;
        margin: 0;
    }

    #contactMe li {
        margin: 13px 10px;
    }


    #contactMe.isOpen{
        display:block;
    }

    #headMenuCol.isOpen{
        -webkit-animation: verticalSwipeIn 0.5s ease; /* Safari 4+ */
        -moz-animation:    verticalSwipeIn 0.5s ease; /* Fx 5+ */
        -o-animation:      verticalSwipeIn 0.5s ease; /* Opera 12+ */
        animation:         verticalSwipeIn 0.5s ease; /* IE 10+, Fx 29+ */

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;  
    }

    #mobileLogo{
        position:relative;
        display:inline-block;
        background: url(assets/logo-awwwesome-white.png) no-repeat 50% 50% transparent;
        background-size: 42px 42px;
        height: 56px;
        width: 56px;
    }

    .isMobile{
        display:block;
    }

    .menu-head-menu-container ul li:first-child a.animate:before{
        opacity:0;
    }

    .menu-head-menu-container ul li:first-child a.animate span{
        opacity:1;
    }


    .overviewItemHolder.awww-col-3 {
        flex-basis:100%;
    }
}

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

    .bokehHeaderHolder {
        min-height: 440px;
    }

    .anchorContentItem h3{
        font-size: 22px;
    }

    .is-style-normal-col-behavior .awww-col-4{
        flex-basis:100%;
    }

    #headMenu{
        text-align:center;
    }

    .headerTextHolder {
        padding: 17px 0 20px 0;
    }

    .headerTextHolder span b {
        font-size: 37px;
        line-height: 60px;
    }

    .bokehHeaderHolder .logoHolder .logoInner {
        max-width: 94px;
        margin-bottom: 0;
    }

    .bokehHeaderHolder.wp-block-awww-bokeh-logo-header {
        max-height: 460px;
        min-height: 460px;
    }

    .is-style-variable .is-style-service-holder .wp-block-awww-variable-column .awww-col-4, .is-style-variable .is-style-service-holder .wp-block-awww-variable-column .awww-col-6{
        flex-basis: 100%;
    }

    .wp-block-awww-icon-holder.iconHolder{

        margin: 10px;
    }

    .menu-head-menu-container a {
        padding: 15px 4px;
    }

    .menu-head-menu-container a span {
        font-size: 12px;
    }
}