header.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: height .3s;
}
.header-h {
    height: 203px;
    background-color: white;
}
header.header {
    box-shadow: 0px 2px 6px -1px rgba(39, 39, 39, 0.2);
}

/* changes by Kevin */
.main-menu-box ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu-box ul li a {
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 20px;
}

.retina-logo {
    margin-left: -80px;
    margin-top: 40px;
}

/*main*/
.getsocial li:nth-child(1) a{
    margin-left: 0;
}
span.separate {
    width: 2px;
    height: 22px;
    background: #636362;
    display: inline-block;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 3px;
}
.header-contact {
    display: inline-block;
    float: left;
}
.getsocial {
    float: left;
}
header form.s-form {
    clear: both;
}
.top-right {
    padding-top: 20px;
}
.header-contact a {
    color: #7d7c7b;
    line-height: 1.6;
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-bottom: 6px;
}
.header-contact.phone a{
    background-image: url(../images/mobiel-phone.png);
    padding-left: 30px;
}
.header-contact.mail a{
    background-image: url(../images/mail-envelop.png);
    padding-left: 40px;
}
header input.search-field {
    background-color: #e5e5e5;
    border: none;
    box-shadow: inset 2px 2px 4px 0px #adadad;
}
header .s-form button.search-submit {
    background-color: white;
    background: url(../images/search-icon.png) no-repeat center white;
    width: 32px;
    height: 32px;
    box-shadow: 0 0 3px 1px #adadad;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px; 
    border-radius: 2px;
} 
.top-right-top {
    float: left;
    margin-bottom: 24px;
}
.top-right-bottom {
    clear: both;
}
.header-bottom {
    background-color: #ea0e17;
    height: 60px;
}
header ul.sub-menu {
    display: none;
}
.header-main-menu > li {
    display: inline-block;
    float: left;
}
.header-main-menu > li > a {
    display: inline-block;
    font-size: 18px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    padding: 21px 20px;
    line-height: 1;
}
.header-main-menu > li.menu-item-has-children > a {
    background: url(../images/arrow-down-img.png) no-repeat right;
    padding-right: 50px;
    background-position: center right 15px;
}
.header-top {
    height: 144px;
}
ul.sub-menu > li > a {
    font-size: 18px;
    color: #7d7c7b;
    display: block;
    padding: 10px;
}
.header-main-menu {
    position: relative;
}
header ul.sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    padding: 36px 47px 60px 47px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    background: url(../images/sub-menu-shape.png)  center bottom -36px no-repeat white;
}
ul.sub-menu > li:nth-child(3n+1):before {
    content: "";
    background: #7d7c7b;
    width: 2px;
    height: 300%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
ul.sub-menu > li {
    position: relative;
}
ul.sub-menu > li > a {
    font-size: 18px;
    color: #7d7c7b;
    display: block;
    padding: 5px 10px 5px 40px;
}
 ul.sub-menu > li > a:before {
    content: "•";
    position: absolute;
    left: 24px;
	top: 6px;
}
.header-main-menu > li.menu-item-has-children:hover > a {
    background: url(../images/arrow-down-img.png) no-repeat, url(../images/arrow-up-img.png) no-repeat;
    padding-right: 50px;
    background-position: center right 15px, bottom right 8px;
}
.header-main-menu > li.menu-item-has-children:hover  ul.sub-menu {
	display: block;
}
.load-more-wrapper {
    clear: both;
    text-align: center;
    margin-bottom: 45px;
    padding-top: 15px;
}
.lb-data .lb-close {
    position: absolute;
    right: -45px;
    top: -30px;
}
header.header.nav-up {
    top: -144px !important;
}
.lb-foto {
    background-color: #f7f7f7;
    padding-bottom: 50px;
}
body{
	overflow-x: hidden;
}
.blog-img-wrapper{
	background-color: white;
}

.gangster-dots  p:before {
    content: "";
    position: relative;
    top: 11px;
    padding-right: 30px;
    background-image: url(/wp-content/uploads/2017/03/png-bullet.png);
    background-repeat: no-repeat;
}
.gangster-dots p {
    position: relative;
    padding-left: 20px;
}