/*
Theme Name: EWS Group
Theme URI: #
Author: Ruud Smeets
Author URI: http://www.aandachttrekkers.nl
Description: Custom WordPress thema voor EWS Group
Version: 1.0.5
License: GNU General Public License
License URI: licensing/README_License.txt
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template, theme-options
Text Domain: wvm
*/
/* ====================================================
                StyleSheet Index
/*=====================================================
    * 01. Common CSS
    * 02. Header CSS
    * 03. Breadcroumb CSS
    * 04. Page CSS
    * 05. 404 CSS
    * 06. WooCommerce CSS
    * 07. Blog CSS
    * 08. Footer CSS
    * 09. Responsive CSS
    *
==================================================== */
/* ================================== */
/* 01. Common CSS
/* ================================== */

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.7;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    float: none;
    margin: 0 auto 15px;
    display: block
}
img {
    max-width: 100%;
    height: auto
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600
}
input[type="submit"] {
    background: #f9722f none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 8px 30px;
}
input[type="submit"]:hover {
    background-color: #333
}
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    border: 1px solid #ddd;
    padding: 7px 10px;
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
    border-color: #666
}
.edit-link {
    display: inline-block;
    padding: 20px 0;
}
.edit-link a {
    color: #333;
}
blockquote {
    font-size: inherit;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 15px;
}
.screen-reader-text {
    display: none;
}
.factory-btn.filled-btn:hover {
    background-color: #ff6000;
    border-color: #ff6000
}
a.factory-btn.bordered-btn:hover {
    color: #4e82c2;
    border-color: #4e82c2;
}
dd {
    margin-bottom: 10px;
}
.factory-btn {
    border: 1px solid;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
}
.factory-btn.filled-btn {
    background-color: #f9722f;
    border-color: #f9722f;
    color: #fff;
}
/* ================================== */
/* 02. Header CSS
/* ================================== */

.header-top-area {
    background-color: #0b0b0b;
    color: #fff;
    padding: 10px 0;
}
.header-top-area i.fa {
    color: #f9722f;
}
.social-icon {
    border: 1px solid #5d5c5c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
a.social-icon i.fa {
    color: #fff;
}
.header-right-content {
    padding-top: 4px;
}
.header-right-content a {
    color: #fff;
    margin-right: 20px;
}
.header-right-content a.social-icon {
    margin-right: 5px;
}
.header-location {
    padding: 5px 0;
}
.text-logo {
    border: 1px solid;
    color: #333;
    display: inline-block;
    font-size: 20px;
    padding: 4px 15px;
    text-transform: uppercase;
}
.header-bottom-area {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.header-bottom-area ul {
    list-style: outside none none;
    margin: 10px 0;
    padding: 0;
    text-align: right;
}
.header-bottom-area li {
    display: inline-block;
    position: relative;
}
.header-bottom-area ul li a {
    color: #333;
    display: block;
    margin-left: 5px;
    padding: 5px 15px;
    font-weight: 600
}
.header-bottom-area ul li:hover > a,
.header-bottom-area ul li.current_page_item > a,
.header-bottom-area ul li.current-page-ancestor > a {
    text-decoration: none;
}
.header-bottom-area ul li {
    position: relative;
}
.header-bottom-area ul li a {
    margin-left: 0;
}
.header-bottom-area ul li ul {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 300%;
    width: 260px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 9;
    font-size: 13px;
}
.header-bottom-area ul > li:nth-last-child(1) > ul,
.header-bottom-area ul > li:nth-last-child(2) > ul,
.header-bottom-area ul > li:nth-last-child(3) > ul {
    right: 0;
    left: auto;
}
.header-bottom-area ul li ul li {
    display: block;
}
.header-bottom-area ul li ul li a {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 15px;
    line-height: 30px;
    font-size: 12px;
}
div.header-bottom-area ul li ul li a:before {
    content: '\f105';
    font-family: 'fontawesome';
    margin-right: 10px;
    color: #f9722f;
    margin-left: 5px;
    background-color: transparent;
}
.header-bottom-area ul li ul li:hover > a,
.header-bottom-area ul li ul li.current_page_item > a,
.header-bottom-area ul li ul li.current-page-ancestor > a {
    border-color: transparent;
    background-color: #f3f2f2;
    border-left-color: #f9722f;
}
.header-bottom-area ul li ul li ul {
    left: 100%;
    top: 200%;
}
.header-bottom-area ul > li:nth-last-child(4) ul > li > ul,
.header-bottom-area ul > li:nth-last-child(5) ul > li > ul,
.header-bottom-area ul > li:nth-last-child(1) ul > li > ul,
.header-bottom-area ul > li:nth-last-child(2) ul > li > ul,
.header-bottom-area ul > li:nth-last-child(3) ul > li > ul,
.header-bottom-area ul > li > ul > li > ul > li > ul {
    left: auto;
    right: 100%;
}
.header-bottom-area ul > li:nth-last-child(1) > ul > li > ul > li > ul,
.header-bottom-area ul > li:nth-last-child(2) > ul > li > ul > li > ul,
.header-bottom-area ul > li:nth-last-child(3) > ul > li > ul > li > ul,
.header-bottom-area ul > li:nth-last-child(4) > ul > li > ul > li > ul,
.header-bottom-area ul > li:nth-last-child(5) > ul > li > ul > li > ul {
    right: auto;
    left: 100%;
}
.header-bottom-area .sub-siblings:after {
    content: "\f105";
    font-family: "fontawesome";
    margin-left: 7px;
    position: absolute;
    top: 50%;
    right: 7px;
    line-height: 20px;
    margin-top: -10px;
}
.header-bottom-area ul li ul li a.sub-siblings:after {
    right: 20px;
}
.header-bottom-area ul > li:hover > ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.header-bottom-area ul > li:hover > ul > li:hover > ul,
.header-bottom-area ul > li:hover > ul > li:hover > ul > li:hover > ul {
    top: -1px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.header-bottom-area ul > li:hover > a.sub-siblings:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.header-bottom-area ul > li > a.sub-siblings {
    padding-right: 20px;
}
.logo {
    margin: 6px 0;
}
..header-location {
    padding: 2px 0;
}
.header-location i,
.header-right-content a:not(.social-icon) i {
    margin-right: 5px;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
.logo a:hover {
    color: #4e82c2;
    border-color: #4e82c2;
}
ul.menu li a {
    font-weight: 700;
}
.header-right-content .social-icon:hover {
    background-color: #4e82c2;
    border-color: #4e82c2;
}
.logo img {
    /*height: 35px;*/
}
/* ================================== */
/* 03. Breadcroumb CSS
/* ================================== */

.factory-breadcroumb-area {
    position: relative;
    background-size: cover;
    background-position: center center
}
.factory-breadcroumb-area:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.factory-breadcroumb-area h2 {
    color: #fff;
    margin: 0;
    padding: 100px 0;
    text-align: center;
    text-transform: uppercase;
}
.page-entry-header h1 {
    margin: 15px 0;
}
.factorycrumbs-area {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    width: 100%
}
#factorycrumbs {
    background: #f9722f none repeat scroll 0 0;
    color: #fff;
    padding: 20px 40px;
    display: inline-block;
    min-width: 300px
}
#factorycrumbs a {
    color: #fff;
}
#factorycrumbs {
    position: relative;
}
#factorycrumbs:before,
#factorycrumbs:after {
    border-bottom: 0 solid #cc5912;
    border-left: 15px solid #cc5912;
    border-top: 35px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    z-index: 1;
}
#factorycrumbs:before {
    border-right: 15px solid #cc5912;
    right: auto;
    left: -15px;
    border-left: none;
}
#factorycrumbs:before,
#factorycrumbs:after {
    border-left-color: #cc5912;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* ================================== */
/* 04. Page CSS
/* ================================== */

.service-menu ul li a {
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;
    color: #333333;
    display: block;
    padding: 10px 0;
    position: relative;
    margin-top: -1px
}
.service-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.service-menu ul {
    margin-top: 30px;
}
.service-menu ul li a:after {
    content: "\f105";
    float: right;
    font-family: fontawesome;
}
.service-menu ul li a:hover,
.service-menu ul li.current_page_item a {
    border-color: #f9722f;
    color: #f9722f;
    z-index: 2
}
.bordered-btn.iconic-btn {
    border: 1px solid #f4f4f4;
    color: #f9722f;
    display: block;
    margin: 25px 0 15px;
    padding: 10px 20px;
}
.bordered-btn.iconic-btn i.fa {
    float: right;
    line-height: 25px;
}
.internal-content-area.internal-single-post-area {
    padding: 100px 0 80px;
}
.factory-contact-form textarea,
.factory-contact-form input[type="text"],
.factory-contact-form input[type="email"],
.factory-contact-form input[type="tel"] {
    width: 100%;
}
.factory-contact-form textarea {
    height: 120px;
}
/* ================================== */
/* 05. 404 CSS
/* ================================== */

.not-found-content-area {
    padding: 100px 0 80px;
    text-align: center;
}
.not-found-content-area h4 {
    font-size: 20px;
}
.not-found-content-area h1 {
    color: #f9722f;
    font-size: 150px;
    font-weight: 700;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
/* ================================== */
/* 06. WooCommerce CSS
/* ================================== */

.factory-shop-content-area,
.woocommerce-page .internal-content-area,
.factory-blog-content-area {
    padding: 100px 0 80px;
}
.factory-shop-content-area h1.page-title {
    display: none;
}
.woocommerce-ordering select {
    border: 1px solid #e6e5e5;
    color: #868585;
    font-size: 16px;
    height: 45px;
    padding: 0 25px;
    margin-bottom: 60px;
}
.woocommerce-result-count {
    color: #868585;
    font-size: 16px;
}
.woocommerce ul.products li.product h3 {
    padding: 15px 0;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price {
    font-weight: 600;
    color: #333333;
    font-size: 16px;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: inline-block;
}
.woocommerce ul.products li.product .price del {
    margin-right: 5px;
}
.woocommerce span.onsale {
    background-color: #4e82c2;
}
.woocommerce .star-rating {
    color: #4e82c2;
}
.woocommerce ul.products li.product .button {
    line-height: 45px;
    padding: 0 35px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    background: #ffffff;
    border: 1px solid #4e82c2;
    border-radius: 3px;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #4e82c2;
    color: #fff;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: auto;
}
.woocommerce a.added_to_cart {
    background: #4e82c2;
    border: 1px solid #4e82c2;
    color: #fff;
    margin-top: 10px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 11px;
}
.woocommerce a.added_to_cart:hover {
    background-color: #fff;
    color: #4e82c2;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    background: none;
    margin-right: 9px;
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
    margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    border: 1px solid #9c9b9b;
    height: 40px;
    min-width: 40px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    color: #333;
    box-shadow: none;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    border-radius: 50%;
    background-color: #dedada;
    border-color: #dedada;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
    background-color: #4e82c2;
    border-color: #4e82c2;
    color: #ffffff;
}
.woocommerce table.shop_table td {
    height: 90px;
    font-size: 16px;
    color: #333;
}
.woocommerce table.shop_table td a {
    color: #333;
    font-weight: 600;
}
.woocommerce a.remove {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 34px;
    border-radius: 5px;
}
.woocommerce table.shop_table td.product-remove {
    padding-left: 40px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 60px;
}
.woocommerce table.shop_table th {
    height: 60px;
    font-size: 20px;
    font-weight: 600;
}
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount.amount {
    font-weight: 600;
    font-size: 20px;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    line-height: 35px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 220px;
    height: 45px;
    text-indent: 30px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    padding: 0 30px;
    height: 45px;
    background-color: #4e82c2;
    margin-left: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
    padding: 0 30px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    margin-top: 40px;
}
.cart_totals.calculated_shipping .shop_table.shop_table_responsive tr td,
.cart_totals.calculated_shipping .shop_table.shop_table_responsive tr th {
    vertical-align: middle!important;
    height: 60px!important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #4e82c2;
    margin-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #dd5300;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.woocommerce-info {
    border-color: #4e82c2;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-info:before,
.woocommerce-info a {
    color: #4e82c2;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
.woocommerce-MyAccount-navigation li a {
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation li:hover a,
.woocommerce-MyAccount-navigation li.is-active a {
    color: #4e82c2;
}
.woocommerce-MyAccount-content {
    font-size: 16px;
}
.woocommerce-MyAccount-content a {
    color: #4e82c2;
    font-style: italic;
}
.woocommerce-MyAccount-content a:hover {
    background-color: #4e82c2;
    color: #fff;
    text-decoration: none;
}
.woocommerce form .form-row input:not([type="checkbox"]),
woocommerce form .form-row textarea {
    box-sizing: border-box;
    margin: 0;
    outline: 0 none;
    width: 100%;
    height: 40px;
    border: 1px solid #666;
    text-indent: 20px;
    padding: 0;
}
.woocommerce form .form-row input[type="checkbox"] {
    margin-right: 5px;
}
.woocommerce form .form-row input[type="submit"] {
    background-color: #4e82c2;
    color: #fff;
    border-color: #4e82c2;
    width: 200px;
    text-indent: 0;
    margin-right: 10px;
}
.woocommerce form .form-row input[type="submit"]:hover,
.woocommerce form .form-row input[type="submit"]:active,
.woocommerce form .form-row input[type="submit"]:focus {
    background-color: #fff;
    color: #4e82c2;
}
.woocommerce form .form-row input:not([type="checkbox"]):focus,
woocommerce form .form-row textarea:focus {
    border-color: #4e82c2;
}
.woocommerce-LostPassword.lost_password a {
    color: #4e82c2;
    font-style: italic;
    font-size: 16px;
}
.woocommerce-LostPassword.lost_password a:hover {
    text-decoration: underline;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-color: #4e82c2;
}
/* ================================== */
/* 07. Blog CSS
/* ================================== */

section.widget {
    margin-bottom: 55px;
    padding-left: 70px;
}
section.widget h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
section.widget ul {
    list-style: outside none none;
    padding: 0;
}
section.widget.widget_categories ul li,
section.widget.widget_archive ul li {
    text-align: right;
    overflow: hidden;
}
section.widget.widget_categories ul li *,
section.widget.widget_archive ul li * {
    float: left;
}
section.widget ul li a,
section.widget ul li span {
    color: #282727;
    font-size: 16px;
}
section.widget ul li span {
    color: #666;
}
section.widget li {
    padding: 2px 0;
}
section.widget ul li:hover,
section.widget ul li:hover a {
    color: #4e82c2;
}
.post-featured-content {
    margin-bottom: 45px;
}
.factory-blog-post-title {
    margin-bottom: 20px;
}
.factory-blog-post-title > a {
    text-transform: capitalize;
    color: #282727;
}
.entry-meta span {
    font-size: 15px;
    margin-left: 18px;
}
.entry-meta span:first-child {
    margin-left: 0;
}
.entry-meta span i {
    color: #4e82c2;
    margin-right: 12px;
}
.entry-meta span a {
    color: #333;
}
.entry-meta span a:hover {
    color: #4e82c2;
}
.entry-meta {
    margin-bottom: 25px;
}
.read_more {
    background-color: #4e82c2;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 45px;
    margin-top: 10px;
    padding: 0 45px;
    border: 1px solid #4e82c2;
}
.read_more:hover {
    background-color: #fff;
    color: #4e82c2;
}
.post-featured-content img {
    width: 100%;
}
.post-featured-content {
    margin-bottom: 20px;
}
article:not(:first-child) {
    margin-top: 50px;
}
.edit-link a.post-edit-link {
    background: #4e82c2;
    line-height: 30px;
    padding: 0 20px;
    margin: 10px 0 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid #4e82c2;
    margin-right: 5px;
}
.edit-link {
    padding: 0;
}
.edit-link a.post-edit-link:hover {
    background-color: #fff;
    color: #4e82c2;
}
.navigation.post-navigation .nav-links {
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 20px;
    background-color: #666;
}
.navigation.post-navigation .nav-links > div {
    float: left;
    width: 50%;
}
.navigation.post-navigation .nav-links > div.nav-next {
    float: right;
    text-align: right;
}
.navigation.post-navigation a {
    padding: 10px 15px;
    display: block;
    color: #fff;
}
.navigation.post-navigation {
    position: relative
}
.navigation.post-navigation:after {
    position: absolute;
    content: "";
    background: #a8a8a8;
    left: 50%;
    margin-left: -.5px;
    width: 1px;
    height: 100%;
    top: 0
}
.navigation.post-navigation .nav-previous a:before {
    content: '\f137';
    font-family: 'fontawesome';
    margin-right: 5px;
}
.navigation.post-navigation .nav-next a:after {
    content: '\f138';
    font-family: 'fontawesome';
    margin-right: 5px;
    margin-left: 5px;
}
.navigation.post-navigation .nav-links > div:nth-child(2) a {
    border-left: medium none;
    text-align: right;
}
h2.blog-hedding-main {
    font-size: 35px;
    font-weight: 700;
}
.entry-title a {
    color: #333;
}
.factory-social-icons a {
    display: inline-block;
    font-size: 18px;
    padding: 5px 7px;
    text-align: center;
    width: 30px;
}
.factory-post-share li {
    display: inline-block;
    padding: 0;
}
.internal-content .factory-post-share ul {
    padding: 0;
}
.factory-post-share li a {
    color: #4e82c2;
    padding-left: 10px;
}
.wp-caption {
    max-width: 100%
}
.wp-caption-text {
    background: #f1f1f1;
    padding: 5px 10px;
    margin-bottom: 10px
}
.sticky {} .gallery-caption {} .bypostauthor {} nav.posts-navigation {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 10px;
}
nav.posts-navigation a {
    color: #f9722f;
}
nav.posts-navigation .nav-links {
    overflow: hidden;
}
nav.posts-navigation .nav-links .nav-previous {
    float: left;
    width: 50%;
}
nav.posts-navigation .nav-links .nav-next {
    float: right;
    width: 50%;
    text-align: right
}
.entry-content table {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}
.entry-content table td,
.entry-content table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.tabled-space {
    display: none
}
.hide-tablet {
    display: block
}
.comment-content table,
.internal-content table {
    margin-bottom: 20px
}
.internal-content ol.comment-list {
    padding-left: 0;
}
.internal-content ol.comment-list li.pingback {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    margin: 0 0 20px;
    padding: 10px;
}
.widget_calendar table {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
}
.widget_calendar table td,
.widget_calendar table th {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}
.widget_calendar table caption {
    font-weight: 700;
}
.comment-content table {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.comment-content table td,
.comment-content table th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.comment-content ol {
    padding-left: 15px;
}
.internal-content table {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.internal-content table th,
.internal-content table th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.internal-content dd {
    margin-bottom: 10px;
}
.internal-content ol,
.internal-content ul {
    padding-left: 15px;
}
.internal-content .gallery {
    overflow: hidden;
}
.internal-content .gallery .gallery-item {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
}
.internal-content .gallery .gallery-item figcaption {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.internal-content .gallery.gallery-size-thumbnail .gallery-item {
    width: 150px;
}
.internal-content .gallery.gallery-size-thumbnail .gallery-item {
    position: relative;
}
.internal-content .gallery.gallery-size-thumbnail .gallery-item figcaption {
    bottom: 0;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.internal-content .gallery.gallery-size-thumbnail .gallery-item:hover figcaption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.entry-footer {
    clear: both;
}
.comments-title {
    margin: 60px 0 30px;
}
.comment-list,
.comment-list ol {
    list-style: none;
    padding: 0;
}
.comment-list > li:not(:last-child) {
    margin-bottom: 50px;
}
.comment-author.vcard img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #4e82c2;
    margin-right: 20px;
    float: left
}
.comment-list .children {
    margin-left: 40px;
    margin-top: 40px;
}
.comment-content {
    padding-left: 90px;
}
.comment-metadata {
    padding-left: 90px;
}
.comment-list .reply {
    padding-left: 90px;
}
.comment-author b,
.comment-author span {
    font-size: 18px;
}
.comment-author b {
    color: #4e82c2;
    margin-right: 5px;
}
.comment-author b a {
    color: #4e82c2;
}
.comment-metadata > a {
    color: #666;
    font-weight: 600;
    font-size: 90%;
}
.comment-metadata > a:hover {
    color: #4e82c2;
    text-decoration: underline;
}
.comment-metadata .edit-link a {
    padding: 0 5px;
    margin-left: 6px;
}
.comment-metadata {
    margin-bottom: 40px;
}
.reply .comment-reply-link {
    color: #4e82c2;
}
.reply .comment-reply-link:hover {
    background-color: #fff;
    color: #4e82c2;
}
.comment-respond {
    margin-top: 40px;
}
.comment-list .children li {
    margin-bottom: 25px;
}
.comment-respond .comment-form .logged-in-as a {
    display: inline-block;
    color: #666;
    margin-left: 10px;
}
.comment-respond .comment-form .logged-in-as a:first-child {
    margin-left: 0;
}
.comment-respond .comment-form .logged-in-as a:last-child {
    color: red;
}
.comment-respond .comment-form label {
    display: block;
}
#reply-title a#cancel-comment-reply-link {
    border: 1px solid red;
    color: red;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: middle;
}
.comment-list .comment-respond {
    padding-left: 90px;
}
.comment-respond form textarea {
    width: 100%;
    height: 200px;
    resize: none;
}
.internal-content-area.no-visual-composer-used {
    padding: 80px 0 50px;
}
.search-form input[type="search"] {
    text-indent: 10px;
    width: 180px;
    border: 1px solid #ddd;
    padding: 7px 0
}
.search-form input[type="search"]:focus {
    border: 1px solid #4e82c2;
}
.entry-footer .cat-links {
    display: block;
    margin-top: 20px;
}
.entry-footer .cat-links a,
.entry-footer .tag-links a {
    color: #666;
    margin-left: 5px;
    text-decoration: underline;
}
.entry-footer .cat-links a:hover {
    color: #4e82c2;
}
.entry-footer .tag-links a:after {
    content: ',';
}
.entry-footer .tag-links {
    font-size: 15px;
}
.entry-footer .tag-links a:last-child:after {
    display: none;
}
.entry-footer .tag-links a:hover {
    color: #4e82c2;
}
.entry-footer .cat-links a,
.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation li a,
.entry-footer .cat-links a,
section.widget ul li,
.reply .comment-reply-link,
.comment-metadata a,
.edit-link a,
.read_more,
.header-right-content .social-icon,
ul.menu li a,
.logo a,
.factory-service-box,
.factory-service-box a,
.factory-service-box:before,
.factory-service-box a i,
.single-factory-project .factory-project-img:before,
.single-factory-project .factory-project-content a,
.single-factory-project .factory-project-content h3,
.single-factory-project .factory-project-content a i,
.factory-single-staff .factory-staff-img img,
.factory-single-staff .factory-staff-img:before,
.factory-single-staff .factory-staff-img:before,
.factory-staff-social-link li a,
.factory-slide-buttons a,
.factory-btn.factory-cta-btn,
.site-footer .widget_nav_menu li a,
.factory-project-categories li,
.header-bottom-area ul li ul,
.header-bottom-area .sub-siblings:after,
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce a.remove,
section.widget ul li a,
.entry-meta span a {
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-animation-timing-function: cubic-bezier(.65, -0.04, .53, .98);
    animation-timing-function: cubic-bezier(.65, -0.04, .53, .98);
}
.slicknav_menu {
    display: none;
}
/* ================================== */
/* 08. Footer CSS
/* ================================== */

.site-footer {
    background:#0B162A none repeat scroll 0 0;
}
.site-info {
    color: #8f8c8c;
    font-weight: 300;
    padding: 20px;
    text-align: center;
}
.site-info a {
    color: #fff;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.footer-sep {
    background: #0f0f0f none repeat scroll 0 0;
    height: 1px;
}
.site-footer .widget {
    color: #8e8c8c;
    padding-bottom: 60px;
    padding-top: 85px;
}
.footer-widget-title {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
}
.site-footer .widget a {
    color: #8c8c8c;
}
.site-footer .widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.site-footer .widget.widget_recent_entries span {
    color: #686767;
    display: block;
    font-weight: 300;
}
.site-footer .widget.widget_recent_entries li {
    margin-bottom: 20px;
}
.site-footer .widget.widget_recent_entries li:last-child {
    margin: 0;
}
.site-footer .widget i.fa {
    color: #b15120;
    margin-right: 5px;
}
.site-footer .widget_nav_menu li a:hover {
    color: #4e82c2;
}
#page.site.boxed-layout {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px #999;
    margin: 10px auto;
    max-width: 1170px;
    overflow: hidden;
}
/* ================================== */
/* 09. Responsive CSS
/* ================================== */

@media only screen and (min-width: 0) and (max-width: 991px) {
    .responsive_menu_wrap {
        position: relative;
    }
    .slicknav_menu {
        top: 0;
        position: absolute;
        right:15px;
        display: inline-block;
        z-index: 999;
        width: 280px;
        padding: 18px 0;
        background-color: transparent;
    }
    .slicknav_menu ul {
        background-color: grey;
    }
    #primary-menu {
        display: none;
    }
}
/*mediam device*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    section.widget {
        padding-left: 0;
        margin-bottom: 0;
    }
}
/*Tablet device*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-footer .widget {
        color: #8e8c8c;
        padding-bottom: 35px;
        padding-top: 45px;
    }
    .woocommerce ul.products li.product .button {
        font-size: 12px;
        line-height: 37px;
        padding: 0 15px;
    }
    section.widget {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 40px;
    }
    #page.site.boxed-layout {
        max-width: 750px;
    }
    .tabled-space {
        display: block
    }
    .hide-tablet {
        display: none
    }
}
/*Mobile device*/

@media only screen and (max-width: 767px) {
    #page.site.boxed-layout {
        max-width: 90%;
        margin: 10px 5%;
    }
    .slicknav_menu {
        margin-right: 0;
        right: 15px;
    }
    .factory-btn {
        padding: 8px 10px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products li.last,
    .woocommerce-page ul.products li.last {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none;
    }
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 10px;
    }
    section.widget {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 40px;
    }
    .comment-content {
        padding-left: 0;
        text-align: left;
    }
    .comment-list .children {
        margin-left: 0;
        text-align: left;
    }
    .navigation.post-navigation .nav-next a,
    .navigation.post-navigation .nav-previous a {
        width: 100%;
    }
    .comments-title {
        margin: 0 20px 30px 0;
        font-size: 30px;
    }
    .comment-metadata,
    .comment-list .reply {
        padding-left: 0;
    }
    footer.site-footer .widget {
        padding: 0 0 40px;
    }
    footer.site-footer {
        padding: 40px 15px 0;
    }
    .no-space .vc_column-inner {
        padding: 0 15px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .slicknav_menu {
        margin-right: 0;
    }
}

/* Custom CSS Ruud Smeets */
/* Globals */
body{
    font-size:15px !important;
    overflow-x:hidden;
}

.entry-content p,
.entry-content p span{
    font-size:15px !important;
}

a{
    outline:0 !important;
}

article > .entry-footer{
    display:none !important;
}

.factory-btn:hover{
    background:#4e82c2 !important;
}

.factory-btn:after{
    margin-left:8px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f178";
}

.factory-partner-logos .owl-item{
    padding:0 50px;
}

.factory-partner-logos .owl-item > img{
    width:auto !important;
}

.factory-partner-logos .owl-controls{
    margin-top:20px;
}

.factory-section-title{
    max-width:100% !important;
}

.slider-preloader-wrap,
.single-factory-slide-item{
    height:696px;
}

.factory-service-box{
    border:none;
}

.factory-service-box:before{
    display:none;
}

.factory-service-img{
    height:80px;
    background-size:75px 75px;
    background-repeat:no-repeat;
}

.factory-service-box-image h2{
   background:none !important;
   margin:20px 0 0 0;
   padding:0;
   font-size:17px;
   color:#182D4D;
   text-transform:uppercase;
}

.factory-service-box-content{
    padding:20px 15px 0 15px;
}

.factory-service-box-content > a{
    display:none;
}

.tparrows{
    background:#4B7CA4 !important;
    width:50px;
    height:50px;
}

.tparrows:before{
    font-size:25px;
    line-height:50px;
}

.tp-leftarrow{
    transform:matrix(1, 0, 0, 1, 0, -20) !important;
}

.tp-rightarrow{
    transform:matrix(1, 0, 0, 1, -50, -20) !important;
}

@media (max-width:768px){
    .tparrows{
        width:25px;
        height:25px;
    }
    
    .tparrows:before{
        font-size:14px;
        line-height:24px;
    }
    
    .tp-rightarrow{
        transform:matrix(1, 0, 0, 1, -25, -20) !important;
    }
}

.tp-bullet-title{
    display:none;
}

.internal-content-area h2{
    font-weight:bold;
}

.internal-content > h2{
    display:none;
}

@media (max-width:768px){
    .internal-content-area h2{
        font-size:24px !important;
        line-height:32px !important;
    }
}

.internal-content-area.no-visual-composer-used{
    padding:0;
}

article:not(:first-child){
    margin:0;
}

.internal-content-area  .row,
.internal-content-area  .vc_row{
    margin:0;
}

.vc_separator{
    background:#c6c6c6;
}

h2.vc_custom_heading{
    padding-bottom:20px;
    font-size:30px;    
}

.rev-btn,
.rev-btn:hover{
    background-color:transparent !important;
    padding:17px 24px !important;
    color:#fff !important;
    border:1px solid #fff !important;
}

.single-post .col-md-8{
    width:100%;
}

@media (min-width:768px){
    .single-post .col-md-8 .entry-content > h2,
    .single-post .col-md-8 .entry-content > .entry-meta,
    .single-post .col-md-8 .entry-content > blockquote,
    .single-post .col-md-8 .entry-content > p{
        /*float:left;*/
        width:47.5%;
    }

    .single-post .col-md-8 .entry-content > p > iframe{
        width:100%;
    }

    .single-post .col-md-8 .entry-content .post-featured-content{
        float:right;
        width:47.5%;
		margin-left:5%;
    }
}

.entry-content table td, 
.entry-content table th,
.internal-content table{
    border:none;
}

table{
    margin:0 auto;
}

.tp-caption{
    text-shadow:2px 2px 4px #000000;
    letter-spacing:2px !important;
}

.tp-caption > a{
    letter-spacing:1px !important;
}

@media only screen and (max-width: 768px){
    ul{
        list-style-type:none;
    }
    
    .wpb_text_column > .wpb_wrapper > p{
        text-align:center;
    }
    
    .tp-mask-wrap > .rev-btn{
        padding:10px !important;
    }
}

@media only screen and (max-width: 768px){
    .page .entry-content > .vc_row{
        padding:20px 0 0 0 !important;
    }
    
    .wpb_content_element{
        margin-bottom:20px !important;
    }
    
    .home .entry-content > #ews-home-slider{
        padding:0px !important;
    }
}

@media (max-width:768px){
    .row{
        margin-left:0px !important;
        margin-right:0px !important;
    }
}

/* Header */
/* Header - Logo */
@media (min-width:992px){
    #ews-logo{
        position:absolute;
        z-index:10;
        top:15px;
        left:30px;
         -webkit-filter:drop-shadow(0 0 10px rgba(255, 255, 255, 0.75));
        filter:drop-shadow(0 0 10px rgba(255, 255, 255, 0.75));
    }

    #ews-logo > img{
        height:180px;
    }

    .header-bottom-area .logo > a > img{
        display:none;
    }
}

@media (max-width:991px){
    #ews-logo{
        display:none;
    }
    
    .header-bottom-area .logo > a > img{
        display:block;
        margin:0 auto;
        height:120px;
    }
}

/* Header - Menu */
.menu-hoofdmenu-container{
    float:left;
    margin:15px 0 0 69px;
}

@media (max-width: 1250px){
    .menu-hoofdmenu-container{
        width: auto !important;
    }
}

@media (min-width: 769px){
    .header-bottom-area{
        min-height:116px;
    }
}

@media (max-width: 768px){
    .header-bottom-area > .row:before,
    .header-bottom-area > .row:after{
        display:none;
    }
}

.header-bottom-area ul{
    text-align:left;
}

@media (min-width: 1461px){
    .menu-hoofdmenu-container > ul.menu > li > a{
        padding:5px 18px;
        font-size:16px;
        text-transform:uppercase;
    }
}

@media (min-width: 992px) and (max-width: 1460px){
    .menu-hoofdmenu-container > ul.menu > li > a{
        padding:5px 15px;
        font-size:13px;
        text-transform:uppercase;
    }
	
	.menu-hoofdmenu-container > ul.menu > li > a.sub-siblings:after{
		right:14px !important;
	}
}

.menu-hoofdmenu-container > ul.menu > li > a.sub-siblings{
    margin-right:17px;
}

.menu-hoofdmenu-container > ul.menu > li > a.sub-siblings:after{    
    right:24px;
}

@media (max-width:768px){
    .header-bottom-area .logo img{
        max-width:50% !important;
    }
}

#primary-menu > li > a{
    font-weight:normal;
}

#primary-menu > li > a:hover,
.current-menu-item > a{
    color:#4B7CA4 !important;
}

.factory-breadcroumb-area:after{
    background: -moz-linear-gradient(top, rgba(206,206,205,0.25) 0%, rgba(155,154,154,0.25) 100%);
    background: -webkit-linear-gradient(top, rgba(206,206,205,0.25) 0%, rgba(155,154,154,0.25) 100%);
    background: linear-gradient(to bottom, rgba(206,206,205,0.25) 0%, rgba(155,154,154,0.25) 100%);
    opacity:1;
}

.factory-breadcroumb-area h2{  
    padding:30px 0;    
    color:#666;
    letter-spacing:1px;
    text-align:left;
    text-transform:none;
}

@media (min-width: 1401px){
    .factory-breadcroumb-area h2{
        font-size:30px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px){
    .factory-breadcroumb-area h2{
        font-size:24px;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .factory-breadcroumb-area h2{
        font-size:18px;
    }
    
    .ews-title-container h2 > #ews-social{
        top:7px !important;
    }
}

@media (max-width: 991px){
    .factory-breadcroumb-area h2{  
        margin:0 20px;
        font-size:20px;
    }
}

.factorycrumbs-area{
    display:none;
}

/* Header - Mobile Menu */
.slicknav_btn{
    background:#4B7CA4;
}

.slicknav_btn > .slicknav_menutxt{
    display:none;
}

.slicknav_btn > .slicknav_icon{
    margin-left:0;
}

.slicknav_menu{
    background:none;
    width:170px;
    padding:18px 0 0 0;
}

.slicknav_menu ul{
    background:#0B162A;
    margin-right:5px;
    border-radius:5px;
}

.slicknav_nav a,
.slicknav_nav a:hover{
    background:#0B162A !important;
    color:#fff;
}

/* Header - Language Chooser */
#qtranslate-2{
    display:none;
    float:right;
    margin:28px 40px 0 0;
    width:90px;
}

#qtranslate-2 > ul{
    margin:0;
}

#qtranslate-2 > ul > li > a{
    padding:5px;
}

@media only screen and (max-width: 991px){
    #qtranslate-2{
        float:right;
        margin:-40px 15px 0 0;
    }  
}

/* Header - Title Bar */
.ews-title-container  .col-md-10{
    padding:0 0 0 106px;
}

@media only screen and (min-width: 769px){
    .ews-title-container  .col-md-10 > h2{
        max-width:1140px;
    }
}

@media only screen and (max-width: 991px){
    .ews-title-container  .col-md-10{
        padding:0 15px;
    }
}

@media only screen and (max-width: 768px){
    .ews-title-container  .col-md-10 > h2{
        text-align:center;
    }
    
    .home .ews-title-container  .col-md-10 > h2{
        font-size:15px;
        line-height:22px;
    }
}

/* Header - Social media icons */
.ews-title-container h2 > #ews-social{
    position:relative;
    width:auto;
    margin:0;
    top:15px;
    right:370px;
    opacity:0.6;    
}

@media only screen and (min-width: 992px) and (max-width: 1625px){
    .ews-title-container h2 > #ews-social{
        right:370px;
    }
}

@media only screen and (max-width: 768px){
    .ews-title-container h2 > #ews-social{        
        display:none;
    }
}

/* Home */
.home .factory-section-title{
    padding:100px 0 60px 0;
}

#ews-news .vc_grid-item{
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
    margin:0 2.5% 30px 0;
    padding:0;
}

@media only screen and (min-width: 769px){
    #ews-news .vc_grid-item{
        width:22.45%;
    }  
}

#ews-news .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(4){
    margin-right:0px !important;
}

#ews-news .vc_grid-item .vc_gitem-zone{
    height:225px;
}

#ews-news .vc_grid-item .vc_gitem-zone .vc_gitem-post-data-source-post_excerpt > p:nth-child(2){
    display:block;
    display:-webkit-box;
    height:90px;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:13px !important;
}

#ews-news .vc_gitem_row .vc_gitem-col{
    padding:20px;
}

#ews-news .vc_grid-item h4{
    font-size:13px;
    line-height:22px;
    font-weight:bold;
    color:#4B7CA4;
}

#ews-news .vc_grid-item .vc_gitem-link{
    background:none;
    margin:0;
    padding:0;
    font-size:13px;
    color:#4B7CA4;
}

#ews-news .wpb_wrapper > .vc_btn3-container > a.vc_general{
    background:none;
    margin-top:20px;
    font-weight:bold;
    color:#000;
    border:1px solid #000;
}

#ews-testimonials .ews-testimonials-heading{
    max-width:450px;
    margin:25px 0;
    padding:0 0 25px 0;
    border-bottom:1px solid #fff;
}

#ews-testimonials .wpb_heading{
    color:#fff;
}

#ews-testimonials .wpb_posts_slider{
    margin:0;
}

#ews-testimonials .flexslider{
    background:#888;
    margin:0 -15px;
    border:none;
    box-shadow:none;
}

#ews-testimonials .slides > li{
	background-repeat:no-repeat;
	background-position:right top;
	background-size:auto 100%;
}

#ews-testimonials .slides > li > .flex-caption{
    float:left;
    background:#888;    
}

#ews-testimonials .slides > li > .flex-caption ul > li{
    color:#fff;
    list-style-type:square;
}

#ews-testimonials .slides > li > .flex-caption .vc_btn3.vc_btn3-size-md{
    background:transparent;
    margin:30px 0 0 0;
    color:#fff;
    border:1px solid #fff;
}

#ews-testimonials .slides > li > .flex-caption{
    
}

@media only screen and (min-width: 1700px){
    #ews-testimonials .slides > li > .flex-caption{
        margin-left:20%;
		max-width:450px;
    }
}

@media only screen and (max-width: 1699px){
    #ews-testimonials .slides > li > .flex-caption{
        margin:0 5%;
		width:40%;
    }
}

@media only screen and (max-width: 768px){
    #ews-testimonials .slides > li > .flex-caption{
        margin:0 5%;
		width:90%;
    }
    
    #ews-testimonials .slides > li{
        background:none !important;
    }
}

#ews-testimonials .slides > li > .flex-caption > h2{
    color:#fff;
}

#ews-testimonials .slides > li > .flex-caption > p{
    color:#fff;
}

#ews-testimonials .slides > li > img{
    display:none;
}

@media only screen and (max-width: 768px){
    #ews-testimonials .wpb_gallery_slides{
        height:auto !important;
    }
}

#ews-testimonials .flex-control-nav,
#ews-testimonials .flex-direction-nav{
    display:none;
}

#ews-testimonials .ews-testimonials-controls{
    display:inline-block;
    margin:15px 0;
    padding:7px;    
    font-size:24px;
    line-height:14px;
    color:#fff;
    border:1px solid #fff;
    cursor:pointer;
}

#ews-testimonials .ews-testimonials-controls.ews-testimonials-next{
    margin-left:7px;
}

#ews-why-ews{
    background:#4B7CA4 url('../../uploads/2018/06/Foto_Welkom_762x509px_V1.jpg') no-repeat 105% top !important;
    background-size:auto 100% !important;
    color:#fff;
}

@media only screen and (min-width: 1700px) and (max-width: 1850px){
    #ews-why-ews{
        background:#4B7CA4 url('../../uploads/2018/06/Foto_Welkom_762x509px_V1.jpg') no-repeat 100% top !important;
        background-size:auto 100% !important;
    }
}

@media only screen and (min-width: 1351px) and (max-width: 1699px){
    #ews-why-ews{
        background:#4B7CA4 url('../../uploads/2018/06/Foto_Welkom_762x509px_V1.jpg') no-repeat 100% top !important;
        background-size:auto 100% !important;
    }
}

@media only screen and (min-width: 1226px) and (max-width: 1350px){
    #ews-why-ews{
        background:#4B7CA4 url('../../uploads/2018/06/Foto_Welkom_762x509px_V1.jpg') no-repeat 125% top !important;
        background-size:auto 100% !important;
    }
}

@media only screen and (min-width: 1151px) and (max-width: 1225px){
    #ews-why-ews{
        background:#4B7CA4 url('../../uploads/2018/06/Foto_Welkom_762x509px_V1.jpg') no-repeat 150% top !important;
        background-size:auto 100% !important;
        padding-left:35px !important;
    }
}

@media only screen and (min-width: 1091px) and (max-width: 1150px){
    #ews-why-ews{
        background:#4B7CA4 url('../../uploads/2018/06/Foto_Welkom_762x509px_V1.jpg') no-repeat 200% top !important;
        background-size:auto 100% !important;
        padding-left:33px !important;
    }
}

@media only screen and (max-width: 1090px){
    #ews-why-ews{
        background:#4B7CA4 !important;
    }
    
    #ews-why-ews .vc_col-sm-6{
        width:100%;
    }
}

#ews-why-ews .ews-why-ews-heading{
    margin:50px 0 0 0;
}

#ews-why-ews .wpb_text_column{
    margin:0 0 20px 0;
    padding:0 70px 0 0;
}

@media only screen and (max-width: 768px){
    #ews-why-ews .ews-why-ews-heading{
        text-align:center !important;
    }
    
    #ews-why-ews .wpb_text_column{
        padding:0;
        text-align:center;
    }
}

#ews-why-ews .vc_btn3 {
    background:transparent;
    margin:0 0 30px 0;
    color:#fff;
    border:1px solid #fff;
}

@media only screen and (max-width: 768px){
    #ews-why-ews .vc_btn3-container{
        width:100%;
    }
    
    #ews-why-ews .vc_btn3 {
        display:block;
        margin:0 auto 30px auto;
        width:105px;
    }
}

#ews-why-ews ul > li > a{
    color:#fff;
    text-decoration:underline;
}

#ews-why-ews .wpb_wrapper > .vc_btn3-container > button.vc_general{
    background:none;
    font-weight:bold;
    color:#000;
    border:1px solid #000;
}

@media only screen and (max-width: 768px){
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper{
        margin-right:-8px !important;
    }
}

@media only screen and (max-width: 768px){
    #ews-home-bottom-slogan{
        padding:80px 0 !important;
    }
    
    #ews-home-bottom-slogan > .vc_parallax-inner{
        background-size:auto 100%;
        background-position:center center;
        top:0 !important;
        height:400px !important;        
    }
}

.ews-cameras-home-bottom{
    position:absolute;
    z-index:100;
    margin:-495px 0 0 40%;
}

@media only screen and (max-width: 768px){
    .ews-cameras-home-bottom{
        display:none;
    }
}

/* Over EWS */
#ews-employees .vc_grid-item{
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
    margin:0 2.5% 30px 0;
    padding:0;
}

#ews-employees .vc_grid-item .vc_gitem-post-data-source-post_excerpt{
    display:none;
}

@media only screen and (min-width: 1000px){
    #ews-employees .vc_grid-item{
        width:31.66%;
    }  
    
    #ews-employees .vc_grid-item:last-child{
        margin-right:0px;
    }
}

#ews-employees .vc_gitem_row .vc_gitem-col{
    padding:20px;
}

#ews-employees .vc_grid-item h4{
    margin:10px -20px 0 -20px;
    font-size:18px;
    font-weight:bold;
    color:#444;
    text-align:center !important;
}

#ews-employees .vc_grid-item h4 > span{
    display:block;
    margin-top:10px;
    font-weight:normal;
    font-size:14px;
}

#ews-employees .vc_grid-item p{
    text-align:center;
}

#ews-employees .vc_grid-item .vc_gitem-link{
    display:none;
}

#ews-about-us-cameras{
    height:500px;
    background-position:center top;
    background-size:cover;
}

@media only screen and (max-width: 768px){
    #ews-about-us-cameras{
        display:none;
    }
}

#ews-about-us-cameras > .vc_parallax-inner{
    background-attachment:fixed;
    background-position:center 100%;
}

#ews-icons{
    margin:40px 0 60px 0;
}

#ews-icons .wpb_single_image{
    float:left;
    margin-right:30px;
}

#ews-icons .wpb_single_image img{
    height:35px;
    width:auto;
}

#ews-icons  .wpb_column:nth-child(2){
    text-align:right;
}

#ews-about-ews-partners img{
    height:40px;
}

#ews-about-ews-partners .owl-nav{
    margin-top:60px;
}

#ews-about-ews-partners .owl-nav > div{
    padding-top:0 !important;
}

/* Diensten */
.ews-diensten-thumbs .vc_column_container > .vc_column-inner{
    padding:0 5px;
}

.ews-diensten-thumbs .wpb_single_image{
    margin-bottom:10px;
    overflow:hidden;
}

.ews-diensten-thumbs .wpb_single_image  > h2{
    position:absolute;
    z-index:1;
    margin:25px;
    font-weight:normal;
    font-size:24px;
    color:#fff;
    text-shadow: 2px 2px #000;
}

.ews-diensten-thumbs .wpb_single_image  > h2:after{
    content:"";
    display:block;
    background:#fff;
    width:50px;
    height:1px;
    margin:15px 0 0 0;
}

.ews-diensten-thumbs .wpb_single_image img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ews-diensten-thumbs .wpb_single_image img:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
     transform:scale(1.1);
}

.ews-diensten-thumbs .wp-video{
	background:#222;
	width:360px;
	height:320px;
}

.ews-diensten-thumbs .wp-video .mejs-container{
	margin-top:55px;
}

.ews-diensten-thumbs .wp-video .mejs-container .mejs-overlay-button{
	margin-top:-35px;
}

.page-id-1620 .mejs-overlay-button,
.page-id-1643 .mejs-overlay-button,
.page-id-1770 .mejs-overlay-button{
	background:url('assets/img/mejs-controls-red.svg') no-repeat;
	background-size:400px auto;
	background-position: 0 -39px;
}

/* Intelligente camerasystemen */
#mask{
    display:none;
    z-index:110;
    position:fixed;
    background:rgba(0,0,0,.75);
    top:0;
    right:0;
    left:0;
    bottom:0;
}

@media only screen and (max-width: 1200px){
    #mask{
        background:#fff;
    }
}

#ews-ics-lijnwerk{
    position:absolute;
    background:url('assets/img/Lijnwerk.png') no-repeat 0 0;
    margin:-670px 0 0 469px;
    width:333px;
    height:564px;
}

@media only screen and (max-width: 1200px){
    #ews-ics-lijnwerk{
        display:none;
    }
}

@media only screen and (min-width: 1201px){
    #ews-ics-popup-btns{
        position:absolute;
        margin:-693px 0 0 798px;
    }
}

@media only screen and (max-width: 1200px){
    #ews-ics-popup-btns{
        margin:0;
    }
}

#ews-ics-popup-btns > a{
    display:block;
    margin:0 0 37px 0;
    padding:10px;
    font-size:16px;    
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    text-shadow:1.4px 1.4px #000;
    box-shadow:2px 2px #000;
    letter-spacing:1.2px;
    border:3px solid #fff;
    cursor:pointer;
}

@media only screen and (max-width: 1200px){
    #ews-ics-popup-btns{
        margin-top:30px;
    }
    
    #ews-ics-popup-btns > a{
        color:#444;
        border:3px solid #444;
        text-shadow:none;
    }
}

#ews-ics-popups .wpb_wrapper > .wpb_text_column{
    display:none;
    background:#fff;
    position:fixed;
    top:50%;
    left:50%;
    width:780px;
    height:auto;
    padding:30px 50px;
    margin:-300px 0 0 -390px;
    z-index:999;
}

@media only screen and (max-width: 1200px){
    #ews-ics-popups .wpb_wrapper > .wpb_text_column{
        margin:0;
        padding:50px 0;
        left:0;
        top:0;
        width:100%;
    }
}

#ews-ics-popups .wpb_wrapper > .wpb_text_column img{
    margin:30px auto;
}

.ews-ics-close-popup-btn{
    position:absolute;
    top:7px;
    right:7px;
    display:block;
    width:30px;
    height:30px;
    font-family:Tahoma, sans-serif;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
}

/* Mobiele Observatie Systemen (MIOS) */
#ews-mios-lijnwerk{
    position:absolute;
    background:url('assets/img/lijnwerk-mios.png') no-repeat 0 0;
    margin:-671px 0 0 712px;
    width:137px;
    height:553px;
}

@media only screen and (max-width: 1200px){
    #ews-mios-lijnwerk{
        display:none;
    }
}

@media only screen and (min-width: 1201px){
    #ews-mios-popup-btns{
        position:absolute;
        margin:-705px 0 0 848px;
    }
}

@media only screen and (max-width: 1200px){
    #ews-mios-popup-btns{
        margin:35px 0 0 0;
    }
}

#ews-mios-popup-btns > a{
    display:block;
    background:rgba(0, 40, 86, 0.5);
    margin:0 0 70px 0;
    padding:22px 5px;
    font-size:16px;
    line-height:20px;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    text-shadow:1.4px 1.4px #000;
    box-shadow:2px 2px #000;
    letter-spacing:1.2px;
    border:3px solid #fff;
    cursor:pointer;
}

#ews-mios-popup-btns > a:nth-child(5){
    padding:12px 5px;
}

@media only screen and (max-width: 1200px){
    #ews-mios-popup-btns > a{
        background:none;
        color:#444;
        border:3px solid #444;
        text-shadow:none;
    }
}

#ews-mios-popups .wpb_wrapper > .wpb_text_column{
    display:none;
    background:#fff;
    position:fixed;
    top:50%;
    left:50%;
    width:780px;
    height:auto;
    padding:30px 50px;
    margin:-300px 0 0 -390px;
    z-index:999;
}

@media only screen and (max-width: 1200px){
    #ews-mios-popups .wpb_wrapper > .wpb_text_column{
        margin:0;
        padding:50px 0;
        left:0;
        top:0;
        width:100%;
    }
}

#ews-mios-popups .wpb_wrapper > .wpb_text_column img{
    margin:30px auto;
}

.ews-mios-close-popup-btn{
    position:absolute;
    top:7px;
    right:7px;
    display:block;
    width:30px;
    height:30px;
    font-family:Tahoma, sans-serif;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
}

/* Video Intercoms */
.ews-video-intercom-image-mobile{
    display:none;
}

.ews-video-intercom-image-mobile img{
    width:50%;
}

@media only screen and (max-width: 768px){
    .ews-video-intercom-image{
        display:none;
    }
    
    .ews-video-intercom-image-mobile{
        display:block;
    }
}

@media only screen and (min-width: 769px){
    .ews-video-intercom-second-image{
        padding-right:60px;
    }
}

/* Maatwerk */
@media only screen and (min-width: 769px){
    .vc_custom_1521717309575{
        margin-top:-50px !important;
    }
}

@media only screen and (max-width: 768px){
    .vc_custom_1521717309575{
        margin-top:60px !important;
    }
    
    .vc_custom_1522830947684{
        background-size:auto 100%;
        background-position:center center;
    }
    
    #ews-maatwerk-image{
        padding:80px 0 !important;
        background-size:auto 100%;
        background-position:left center;
    }
}

/* Advies */
.page-id-1232 .factory-service-img{
    height:100px;
    background-size:95px 95px;
    background-repeat:no-repeat;
}

@media only screen and (max-width: 768px){    
    #ews-advies-image{
        padding:80px 0 !important;
        background-size:auto 100%;
        background-position:75% center;
    }
}

/* Safety & Smart overviews */
.page-id-1620 .vc_single_image-img,
.page-id-1634 .vc_single_image-img{
	width:545px;
}

/* Nieuws */
.blog-hedding-main{
    display:none;
}

.factory-blog-content-area{
    padding:40px 0 80px 0 !important;
}

/* Contact */
.wpcf7-select{
    width:100%;
    padding:9px;
}

.wpcf7-form-control{
    font-size:12px;
}

@media only screen and (min-width: 768px){
    .factory-contact-form .col-md-6{
       width:42.5%;
       margin-right:7.5%;
       padding:0;
    }
}

@media only screen and (max-width: 767px){
    .factory-contact-form .col-md-6{
       padding:0;
    }
    
    .vc_custom_1517839632021 > div > .vc_custom_1517839599567{
        padding-top:40px;
        padding-left:15px !important;
    }
}

/* Password protected for employees */
.page-id-1773 .entry-content{
    display:none;
    padding:60px 0;
}

/* Footer */
.site-footer{
	background-color:#0B162A !important;
    /* background:#0B162A url('assets/img/Icoontjes_infooter_v3.png') no-repeat center 80px !important; */
    padding:120px 0 0 0;
    color:#878787;
}

@media only screen and (max-width: 768px){
    .site-footer{
		background-color:#0B162A !important;
        /*background:#0B162A url('assets/img/Icoontjes_infooter_v3.png') no-repeat center 50px !important;*/
        background-size:80% auto !important;
        padding:20px 0 0 0 !important;
    }
}

.site-footer > .container > .row > .col-md-3:nth-child(1){
    width:20%;
}

.site-footer > .container > .row > .col-md-3:nth-child(2){
    width:20%;
}

.site-footer > .container > .row > .col-md-3:nth-child(3){
    width:20%;
}

.site-footer > .container > .row > .col-md-3:nth-child(4){
    width:20%;
}

.site-footer > .container > .row > .col-md-3:nth-child(5){
    width:20%;
}

@media only screen and (max-width: 768px){
    .site-footer > .container > .row > .col-md-3{
        width:90% !important;
        margin:0 5%;
    }
}

.footer-widget-title{
    margin:0 0 5px 0;
    padding:0;
    font-size:13px;
    font-weight:700;
    color:#4B7CA4;
    text-transform:uppercase;    
}

@media only screen and (max-width:768px){
    .footer-widget-title{
        text-align:center;
    }
}

.site-footer #text-1{
    text-align:center;
}

footer .widget ul.menu li{
    line-height:18px;
}

.site-footer .textwidget > p,
.site-footer .textwidget > p > a,
footer .widget ul.menu li a{
    font-size:12px;
    font-weight:normal;
    color:#f5f5f5;
    letter-spacing:0.5px;
}

@media only screen and (max-width:768px){
    .site-footer .textwidget > p,
    .site-footer .textwidget > p > a,
    footer .widget ul.menu li a{
        display:inline-block;
        width:100%;
        text-align:center;
    }
}

footer .widget ul.menu li a:hover{
    color:#f5f5f5;
}

.site-footer .textwidget > p > a:hover{
    color:#fff;
}

.site-footer p > strong{
    font-size:14px !important;
}

#ews-footnote{
    clear:both;
    width:100%;
    padding:50px 0;
    border-top:1px solid #fff;
}

#ews-footnote p{
    font-size:12px;
    color:#868686;
}

#ews-footnote > #ews-footnote-container{    
    max-width:1140px;
    margin:0 auto;
}

@media only screen and (max-width: 1140px){
    #ews-footnote > #ews-footnote-container{    
        padding:0 15px;
    }
}

#ews-footnote > #ews-footnote-container > #at-credits{
    display:block;
    float:left;
    width:50%;
}

@media only screen and (min-width:769px) and (max-width: 1140px){
    #ews-footnote > #ews-footnote-container > #at-credits{
        position:relative;
        top:-15px;
    }
}

@media only screen and (max-width:768px){
    #ews-footnote > #ews-footnote-container > #at-credits{
        float:none;
        width:100%;
        text-align:center;
    }
}

#ews-footnote > #ews-footnote-container > #at-credits > a{
    color:#FC4513;
}

/* Social media header & footer */
#ews-social{
    display:block;
    float:right;
    width:50%;
    text-align:right;
}

@media only screen and (max-width:768px){
    #ews-footnote > #ews-footnote-container > #ews-social{
        float:none;
        width:100%;
        text-align:center;
    }
}

#ews-social > a{
    position:relative;
    display:inline-block;
    width:32px;
    height:32px;
    top:-13px;
}

@media only screen and (max-width:768px){
    #ews-footnote > #ews-footnote-container > #ews-social > a{
        top:20px;
    }
}

#ews-social > a:nth-child(1){
    background:url('assets/img/logo-werkzoeken_small.png') no-repeat center;
    right:40px;
	width:64px;
}

#ews-social > a:nth-child(2){
    background:url('assets/img/Indeed_logo_small.png') no-repeat center;
    right:30px;
	width:64px;
}

#ews-social > a:nth-child(3){
    background:url('assets/img/Facebook-icon.png') no-repeat;
    right:20px;
}

#ews-social > a:nth-child(4){
    background:url('assets/img/Instagram-icon.png') no-repeat;
    right:10px;
}

#ews-social > a:nth-child(5){
    background:url('assets/img/Linkedin-icon.png') no-repeat;
}

@media only screen and (max-width:768px){
    #ews-footnote > #ews-footnote-container > #ews-social > a{
        margin:0 5px;
        right:0px;
    }
}

/* New Slides extra styling */
.tp-revslider-mainul > li .tp-caption a{
	color:#fff !important;
	text-decoration:none;
}

.tp-revslider-mainul > li:nth-of-type(2) .tp-caption{
	text-shadow:none;
}

.tp-revslider-mainul > li:nth-of-type(2) .tp-caption a{
	color:rgb(0, 67, 122);
}

.tp-revslider-mainul > li:nth-of-type(3) .tp-caption{
	text-shadow:none;
}

/* Personeelsvoordeelwinkel & vacatures link */
#ews-personeelsvoordeelwinkel{
	display:block;
	background:url('assets/img/personeelsvoordeelwinkel.png') no-repeat 0 0;
	background-size:100% 100%;
	width:200px;
	height:26px;
	margin:10px auto 0 auto;
}

#ews-vacatures{
	float:right;
    display:flex;
    background:#C00A27;
    padding:5px 15px;
    color:#fff;
    border-radius:5px;
    text-transform:uppercase;
    font-size:12px;
    height: 40px;
    align-items: center;
    margin-right: 30px;
}

#ews-webshop{
    float: right;
    display: flex;
    background: #4B7CA4;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    height: 40px;
    align-items: center;
    margin-right: 30px;
}

@media (max-width: 1380px){
    #ews-vacatures{
        margin-top:-6px;
    }
}

.factory-breadcroumb-area .ews-title-container .row{
    margin: 0px;
}

.widget_recent_entries > h2{
	display:none;
}

.ews-news-home .flexslider{
	margin:0 auto;
	width:300px;
}

/* CSS Sign Documents */
#ewsg-sign-wrapper{
	margin:0 auto;
	max-width:1024px;
}

#ewsg-sign{
	background:url('assets/img/sign-bg.png') no-repeat center bottom;
	margin:0 0 60px 0;
	padding:40px 15px 170px 15px;
}

#ewsg-sign .ewsg-sign-doc{
	margin:0 0 30px 0;
}

#ewsg-sign .ewsg-sign-doc > iframe{
	width:100%;
	height:500px;
}

#ewsg-sign .ewsg-sign-doc > a{
	display:inline-block;
	background:#4b7ca4;
	margin:10px 0 10px 0;
	padding:5px 15px;
	color:#fff;
}

#ewsg-sign .ewsg-sign-doc > label{
	display:block;
}

#ewsg-sign .wpcf7-form-control-signature-body{
	margin:-12px 0 20px 0;
	border:1px solid #ccc;
}

#ewsg-sign .wpcf7-submit{
	margin:10px 0 0 0;
}

/* CSS Comlaints Form */
.page-id-31469 .wpcf7-form{
	padding:40px 30px;
}

.page-id-31469 .wpcf7-form > h3{
	margin:40px 0 10px 0;
	padding:0;
}

.page-id-31469 .wpcf7-form .description > textarea{
	width:500px;
	resize:none;
}

.page-id-31469 .wpcf7-form #complaint-personal-info > label{
	width:100px;
	margin:0 0 20px 0;
}

.page-id-31469 .wpcf7-form #wpcf7_signature_clear{
	margin:15px 0;
}

.page-id-31469 .wpcf7-form .wpcf7-form-control-signature-body{
	border:1px solid #ccc;
}

.wp-video{
	margin:0 auto;
	border:3px solid #444;
}

.group-blog #ews-home-bottom-slogan{
	display:none;
}

.blog .news-item p a, .home .news-item p a{
    display: inline-block;
}

.blog .news-item p a:first-of-type, .home .news-item p a:first-of-type{
    text-decoration: none;
    color: #333;
}

.blog .news-item .excerpt a:first-of-type:after, .home .news-item .excerpt a:first-of-type:after {
    content: '...';
}

.blog .news-item h4, .home .news-item h4{
    color: #032e5a;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 24px;
    margin-top: 10px;
}

.blog .news-item, .home .news-item{
    margin-bottom: 30px;
}

.blog .news-item .more-link, .home .news-item .more-link{
   background: #337ab7;
   color: #fff;
   padding: 10px 25px;
   font-weight: bold;
   margin-top: 10px; 
   display: inline-block;
}

.blog .news-item .more-link:hover, .home .news-item .more-link:hover{
    background: #032e5a;
}

.blog .news, .home .news{
    display: flex;
    flex-wrap: wrap;
}

.blog nav.posts-navigation, .home nav.posts-navigation{
    width: 100%;
    margin-left: 15px;
}

.blog .news-item .image{
    height: 225px;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
}

.home .news-item .image{
	width:340px;
	height: 213px;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
}

.blog .news-item .image span, .home .news-item .image span{
    position: absolute;
    background: #032e5a;
    color: #fff;
    bottom: 15px;
    left: 15px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
}

.blog .news-item .excerpt a:first-of-type{
    color: #333;
    display: inline-block;
    min-height: 155px;
}

.home .news-item .excerpt a:first-of-type{
    color: #333;
    display: inline-block;
    min-height: 165px;
}

@media only screen and (max-width:992px){
    .blog .news-item .excerpt a:first-of-type, .home .news-item .excerpt a:first-of-type{
        min-height: auto;
    }
}

.page-id-32414 .entry-content{
	min-height:400px;
	padding:40px 0;
}

#ews-employee-btn{
	position:relative;
	display: inline-block;
	left:15px;
	top:25px;    
    background: #4B7CA4;
	height:40px;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    align-items: center;
}

@media only screen and (max-width:1445px){
	#ews-employee-btn{
		position:fixed;
		left:auto;
		right:15px;
	}
}

@media only screen and (max-width:992px){
	#ews-employee-btn{
		left:15px;
		top:120px;
		font-size:8px;
	}
}

.ews-post-btn{
	display: inline-block;
    background: #4B7CA4;
	margin:0 10px 0 0;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}

.ews-post-btn:hover{
	color: #fff;
	opacity:0.85;
}

.single-post .entry-footer{
	display:none;
}

/* Vacature overzicht pagina */
.page-id-33430 #masthead{
	display:none;
}

.page-id-33430 .internal-content{
	padding:60px 0 120px 0;
}

.page-id-33430 #ews-vacatures-filters{
	width:600px;
	margin:40px auto 0 auto;
}

.page-id-33430 #ews-vacatures-filters > select{
	margin:0 25px 0 0;
	padding:9px 10px;
}

.page-id-33430 #ews-vacature-overview > h2{
	font-size:32px;
	text-align:center;
}

.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul{
	list-style:none;
	margin:30px 0 0 0;
	padding:0;
}

.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li{
	display:block;
	padding:10px;
	border-bottom:1px solid #ddd;
}

.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li:hover{
	background:#efefef;
}

.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a{
	display:flex;
}

.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a > span{
	display:block;
	font-size:22px;	
}

.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a > span:nth-of-type(1){
	width:60%;
}

.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a > span:nth-of-type(2),
.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a > span:nth-of-type(3){
	width:20%;
}

@media only screen and (max-width: 768px){
	.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a{
		display:block;
	}
	
	.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a:after{
		display:block;
		content:'';
		clear:both;
	}
	
	.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a > span{		
		text-align:center;
	}
	
	.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a > span:nth-child(1){
		width:100% !important;
	}
	
	.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a > span:nth-child(2),
	.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a > span:nth-child(3){
		float:left;
		font-size:15px;
	}
	
	.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a > span:nth-child(2){
		width:50%;
	}
	
	.page-id-33430 #ews-vacature-overview #ews-vacatures-list > ul > li > a > span:nth-child(3){
		width:50%;
	}
	
	.page-id-33430 #ews-vacatures-filters{
		width:100%;
		text-align:center;
	}
	
	.page-id-33430 #ews-vacatures-filters > select{
		margin:0 0 15px 0;
	}
}

/* Vacature singleview */
body.vacature #masthead{
	display:none;
}

body.vacature #ews-logo{
	position:fixed;
}

body.vacature .internal-content-area.internal-single-post-area{
	padding-top:0;
}

body.vacature .internal-content-area > .container{
	width:100%;
	padding:0;
}

body.vacature .internal-content-area > .container > .row > .col-md-8{
	padding:0;
}

body.vacature #ews-vacature-singleview{
	padding:80px 0 20px 0;
}

body.vacature #ews-vacature-singleview .ews-vacature-singleview-block{
	margin:0 auto;
	padding:60px 30px;
	max-width:800px;
}

body.vacature #ews-vacature-singleview .ews-vacature-singleview-block-wrapper:nth-child(odd){
	background:#efefef;
}

body.vacature #ews-vacature-singleview .ews-vacature-singleview-block > h2{
	font-size:32px;
	text-align:center;
}

body.vacature #ews-vacature-singleview .ews-vacature-singleview-block > p{
	font-size:22px;
}

body.vacature #ews-vacature-singleview .ews-vacature-singleview-block > span#ews-vacature-field-time-location{
	display:block;
	width:100%;
	padding:20px 0 50px 0;
	font-size:18px;
	font-style:italic;
	text-align:center;
}

body.vacature #ews-vacature-singleview .ews-vacature-singleview-block > .ews-vacature-block-apply-btn{
	display:block;
	background:#337ab7;
	color:#fff;
	margin:20px 0 0 0;
	width:142px;
	font-size:15px;
	font-weight:Bold;
	text-transform:uppercase;
	padding:8px 12px;
}

body.vacature #ews-vacature-singleview .ews-vacature-singleview-block > .ews-vacature-block-apply-btn:hover{
	opacity:0.75;
}

body.vacature #ews-vacature-singleview #ews-vacature-singleview-bottom{
	max-width:458px;
	margin:40px auto 0 auto;
	text-align:center;
}

body.vacature #ews-vacature-singleview #ews-vacature-singleview-bottom > a{
    display:inline-block;
	width:213px;
	background:#337ab7;
	color:#fff;
	font-size:15px;
	font-weight:Bold;
	text-transform:uppercase;
	margin:0 7px;
	padding:8px 12px;
}

body.vacature #ews-vacature-singleview #ews-vacature-singleview-bottom > a:hover{
	opacity:0.75;
}

body.vacature #ews-vacature-singleview #ews-vacature-singleview-bottom > a:nth-child(3),
body.vacature #ews-vacature-singleview #ews-vacature-singleview-bottom > a:nth-child(4),
body.vacature #ews-vacature-singleview #ews-vacature-singleview-bottom > a:nth-child(5){
	position:relative;
    display:inline-block;
    width:32px;
    height:32px;
	top:25px;
}

body.vacature #ews-vacature-singleview #ews-vacature-singleview-bottom > a:nth-child(3){	
    background:url('assets/img/Facebook-icon.png') no-repeat;
}

body.vacature #ews-vacature-singleview #ews-vacature-singleview-bottom > a:nth-child(4){
    background:url('assets/img/Instagram-icon.png') no-repeat;
}

body.vacature #ews-vacature-singleview #ews-vacature-singleview-bottom > a:nth-child(5){
    background:url('assets/img/Linkedin-icon.png') no-repeat;
}

#ews-vacature-singleview-top-bar{
	position:fixed;
	width:100%;
	height:auto;
	top:0;
	left:0;
	z-index:1;
}

#ews-vacature-singleview-top-bar.scrolled{
	background:#efefef;
	border-bottom:1px solid #ccc;
}

#ews-vacature-singleview-top-bar > h2{
	display:none;
	margin:30px 0 30px 250px;
	float:left;
}

#ews-vacature-singleview-top-bar.scrolled > h2{
	display:block;
}

#ews-vacature-singleview-top-bar.scrolled > h2 > span{
	font-size:16px;
	font-weight:400;
}

#ews-vacature-singleview-top-bar > #ews-vacature-singleview-share{
	margin:30px 40px 30px 0;
	float:right;
}

#ews-vacature-singleview-top-bar > #ews-vacature-singleview-share > label{
	float:left;
	margin:0 10px 0 0;
}

#ews-vacature-singleview-top-bar > #ews-vacature-singleview-share > #ews-vacature-singleview-share-social{
	float:left;
	margin:0 40px 0 0;
}

#ews-vacature-singleview-top-bar > #ews-vacature-singleview-share > #ews-vacature-singleview-share-social > a{
	position:relative;
	display:inline-block;
	margin:-5px 7px 0 7px;
	font-size:22px;
}

#ews-vacature-singleview-top-bar > #ews-vacature-singleview-share > .ews-vacature-block-apply-btn{
	display:inline-block;
	margin:-2px 0 0 0;
	background:#337ab7;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding:6px 10px;
}

@media only screen and (max-width: 768px){
	body.vacature #ews-vacature-singleview{
		padding-top:130px;
	}
	
	#ews-vacature-singleview-top-bar > h2{
		margin:15px 0 0 0;
		float:none;
		text-align:center;
	}
	
	#ews-vacature-singleview-top-bar > #ews-vacature-singleview-share{
		display:none;
		float:none;
		margin:15px 0 0 0;
	}
	
	#ews-vacature-singleview-top-bar.scrolled > #ews-vacature-singleview-share{
		display:block;
	}
		
	#ews-vacature-singleview-top-bar > #ews-vacature-singleview-share{
		width:214px;
		height:15px;
		margin:15px auto 25px auto;
	}
	
	.single #ews-vacature-singleview-top-bar > #ews-vacature-singleview-share > .ews-vacature-block-apply-btn{
		display: block;
		width: 122px;
		margin: 0 auto;
	}
	
	#ews-vacature-singleview-top-bar > #ews-vacature-singleview-share > label,
	#ews-vacature-singleview-top-bar > #ews-vacature-singleview-share > #ews-vacature-singleview-share-social{
		margin:15px 0 10px 0;
	}
	
	body.vacature #ews-vacature-singleview #ews-vacature-singleview-bottom > a{
		display:block;
		margin:0 auto 20px auto;
	}
	
	body.vacature #ews-vacature-singleview .ews-vacature-singleview-block > p{
		font-size:16px;
	}
}

/* Solliciteren */
.page-id-9082 #masthead,
.page-id-9082 .factory-breadcroumb-area,
.page-id-9082 .entry-content > div > div > div > div > h2{
	display:none;
}

.page-id-9082 #ews-logo{
	position:fixed;
}

.ews-solliciteren-left{
	width:50%;
	float:left;
}

.ews-solliciteren-right{
	width:50%;
	float:left;
}

.ews-solliciteren-page{
	max-width:760px;
	margin:60px auto 60px auto;
}

.ews-solliciteren-page br{
	display:none;
}

.ews-solliciteren-page h3{
	font-size:28px;
}

.ews-solliciteren-page h4{
	font-size:18px;
	font-style:italic;
}

.ews-solliciteren-page label{
	display:block;
	margin:0 0 15px 0;
}

.ews-solliciteren-page strong{
	display:block;
	margin:30px 0 0 0;
}

.ews-solliciteren-page label > span{
	display:block;
}

.ews-solliciteren-page .ews-solliciteren-page-prev{
	display:block;
	float:left;
	background:#337ab7;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	cursor:pointer;
}

.ews-solliciteren-page .ews-solliciteren-page-next{
	display:block;
	float:right;
	background:#337ab7;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	cursor:pointer;
}

.ews-solliciteren-page .acceptance-964{
	margin:30px 0 15px 0;
}

.ews-solliciteren-page .wpcf7-acceptance{
	float:left;
}

.ews-solliciteren-page .wpcf7-acceptance > span{
	margin:0 7px 0 0;
}

.ews-solliciteren-page .wpcf7-submit{
	float:right;
	background:#337ab7;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
}

.ews-solliciteren-page:after{
	display:block;
	content:'';
	clear:both;
}

@media only screen and (max-width: 768px){	
	.ews-solliciteren-page{
		margin:100px auto 60px auto;
	}
	
	.ews-solliciteren-left,
	.ews-solliciteren-right{
		width:100%;
		float:none;
	}
	
	.page-id-9082 .wpcf7-form input,
	.page-id-9082 .wpcf7-form textarea{
		width:100%;
	}
	
	.ews-solliciteren-page .ews-solliciteren-page-prev{
		margin:15px 0 15px -15px;
	}
	
	.ews-solliciteren-page .ews-solliciteren-page-next{
		margin:15px -15px 15px 0;
	}
	
	.ews-solliciteren-page .ews-solliciteren-page-prev,
	.ews-solliciteren-page .ews-solliciteren-page-next{
		padding:5px 10px;
		font-size:11px;
	}
	
	.ews-solliciteren-page .wpcf7-submit{
		width:auto !important;
		margin:15px -15px 15px 0;
	}
	
	.ews-solliciteren-page .wpcf7-acceptance input{
		width:auto;
	}
	
	.page-id-9082 #ews-vacature-singleview-top-bar > #ews-vacature-singleview-share{
		margin:25px auto 25px auto;
		width:245px;
		height:25px;
	}
}

/* Inlichtingenformulier  */
.page-id-33902 #masthead,
.page-id-33902 .factory-breadcroumb-area,
.page-id-33902 .entry-content > div > div > div > div > h2{
	display:none;
}

.page-id-33902 #ews-logo{
	position:fixed;
}

.ews-inlichtingenformulier-left{
	width:47.5%;
	float:left;
	margin-right:5%;
}

.ews-inlichtingenformulier-right{
	width:47.5%;
	float:left;
}

.ews-inlichtingenformulier{
	max-width:820px;
	margin:60px auto 60px auto;
}

.ews-inlichtingenformulier > p{
	clear:both;
}

.ews-inlichtingenformulier > h3{
	font-size:28px;
}

.ews-inlichtingenformulier label{
	width:145px;
	margin:0 0 20px 0;
}

.ews-inlichtingenformulier label span{
	display:block;
}

.ews-inlichtingenformulier input[type=text],
.ews-inlichtingenformulier textarea{
	width:calc(100% - 149px);
}

.ews-inlichtingenformulier textarea{
	height:125px;
	margin:0 0 20px 0;
	float:right;
}

.ews-inlichtingenformulier input[type=number]{
	width:40px;
}

.ews-inlichtingenformulier .ews-inlichtingenformulier-small-label{
	width:auto;
	margin:0 10px;
	font-size:13px;
}

@media only screen and (max-width: 768px){
	.ews-inlichtingenformulier label{
		display:block;
		width:100%;
		margin:0;
		font-size:13px;
	}
	
	.ews-inlichtingenformulier input[type=text],
	.ews-inlichtingenformulier textarea{
		display:block;
		width:100%;
	}
	
	.ews-inlichtingenformulier br{
		display:none;
	}
	
	.ews-inlichtingenformulier > p{
		margin:35px 0;
	}
	
}

/* CSS Personeelsfeest Form */
.page-id-43150 .wpcf7-form{
    padding:40px 30px;
}