/*
Theme Name: Divi-ExpertCollege-v2
Theme URI: #
Author: ExpertCollege
Template: Divi-New
Author URI: #
Description: Custom website theme.
Text Domain: expertcollege
*/

/* Line Heights
------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
    line-height: 22px;
}

h3 {
    line-height: 33px;
}

/* Global: RWD Grids
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.grid-1 {width: 8.33%;}
.grid-2 {width: 16.66%;}
.grid-3 {width: 25%;}
.grid-4 {width: 33.33%;}
.grid-5 {width: 41.66%;}
.grid-6 {width: 50%;}
.grid-7 {width: 58.33%;}
.grid-8 {width: 66.66%;}
.grid-9 {width: 75%;}
.grid-10 {width: 83.33%;}
.grid-11 {width: 91.66%;}
.grid-12 {width: 100%;}

[class*="grid-"] {
    float: left;
    padding: 10px;
}

.row::after {
    content: '';
    clear: both;
    display: block;
}

/* Global: Display hide and show
** Prevents adding inline-style from js .show() and .hide()
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.ec-hide {
    display: none !important;
}

.ec-show {
    display: block !important;
}

/* Global: Positions
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.ec-pos-relative {
    position: relative;
}

.ec-pos-absolute {
    position: absolute;
}

.ec-pos-static {
    position: static;
}

.ec-pos-fixed {
    position: fixed;
}

/* Global: Style Stack
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.ec-style-stack {
    width: auto;
    float: left;
    clear: both;
}

/* Global: BPopup
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.b-close, .ec-bpop, .ec-bbutton {
	cursor: pointer;
}

.b-close {
	position: absolute;
    right: -30px;
	top: -30px;
	width: 45px;
	height: 45px;
	
	font: bold 16px/45px sans-serif;
	background-color: #000;
    color: #fff;
	
	display: inline-block;
	text-decoration: none;
    text-align: center;
    border-radius: 50%;
			
    -webkit-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}

.ec-form-overlay, .ec-overlay-box, .target-overlay {
	display: none;
	z-index: 999;
	background: #fff;
    border-radius: 15px;
}

.ec-form-overlay,
.target-overlay  {
	padding: 30px;
}

	.ec-form-overlay .wpcf7 {
        max-height: 700px;
        overflow: auto;
        overflow-x: hidden;
    }

/*Product > Single Page*/
.ec-overlay-box {
	padding: 10px;
}

/* Global: Main Button
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.ec-button {
    display: inline-block;
    border: 1px solid #2ea3f2;
    background: #2ea3f2;
    color: #fff !important;
    font-weight: 500;
    font-size: 100%;
    line-height: 1.7em;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;

    -webkit-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;

    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}

.ec-button:hover {
    background-color: #2374ad;
    border-color: #2374ad;
}

/* WooCommerce
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: #2ea3f2 !important;
}

.cart-empty.woocommerce-info {
    background: unset !important;
    color: #666 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
    color: rgba(255, 255, 255, 0.87)!important;
    font-size: 16px!important;
    margin: 0!important;
    position: absolute;
    bottom: 160px;
    right: 20px;
    background-color: rgba(46, 163, 242, 0.85);
    border: rgba(255, 255, 255, 0.35) 1px solid;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 600;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
    float: left !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right !important;
    width: 48%;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
    width: 84px !important;
}

.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
    width: 84px !important;
}

.woocommerce ul.products {
    margin-bottom: 50px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    height: 320px;
    width: 25% !important;
    margin: 0px !important;
    padding: 10px !important;
}

.woocommerce ul.products li,
.woocommerce-page ul.products li {
    clear: none !important;
}

.et_full_width_page.woocommerce ul.products li.product.last,
.et_full_width_page.woocommerce-page ul.products li.product.last {
    margin-right: 0 !important;
}

.woocommerce .shop_table .coupon #coupon_code {
    width: auto;
}

body.woocommerce div.product .woocommerce-tabs .panel table.accreditatie tr td,
body.woocommerce #content-area div.product .woocommerce-tabs .panel table.accreditatie tr td {
    border: 1px solid #eee;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    border-radius: 10px;
    margin: 0 !important;

    -webkit-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
}

.woocommerce ul.products li.product a img:hover,
.woocommerce-page ul.products li.product a img:hover {
    opacity: .3;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 16px !important;
    line-height: 24px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #efefef;
}

/* Cart */
table.cart th,
#main-content table.cart th,
table.cart td,
#main-content table.cart td,
table.cart tr,
#main-content table.cart tr,
#content-area table tr,
#content-area table td,
#content-area table th {
    max-width: 100%;
}

/* Contact Form 7
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    background-color: #f5f5f5;
    border: none;
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding: 14px 4%;
}

.wpcf7 input[type="submit"] {
    margin: 8px auto 0;
    font-size: 20px;
}

.wpcf7 textarea {
    font-family: inherit;
    resize: none;
}

:not(.nolinebreak) > span.wpcf7-list-item {
    display: block;
}

#et-main-erea {
    position: relative;
    z-index: 2;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/

*, *::before, *::after {
    -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;

    outline: none;
}

html, body {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
         -o-text-size-adjust: 100%;

    -webkit-tap-highlight-color: transparent;
       -moz-tap-highlight-color: transparent;
        -ms-tap-highlight-color: transparent;
         -o-tap-highlight-color: transparent;
            tap-highlight-color: transparent;

    text-size-adjust: 100%;
    overflow-x: hidden;
}

video::-webkit-media-controls,
video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

abbr {
    border-bottom: 1px dotted #666;
}

a {
    color: #2ea3f2;
}

#et_search_icon:hover, .posted_in a,
.mobile_menu_bar:before,
.footer-widget h4,
.et-social-icon a:hover,
.comment-reply-link,
.form-submit input, .et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.et_pb_member_social_links a:hover {
    color: #2ea3f2 !important;
}

.et_fixed_nav.et_secondary_nav_enabled #page-container {
    padding-top: 111px !important;
}

#top-header {
    background-color: #2ea3f2;
}

.et_mobile_menu {
    border-color: #2ea3f2;
}

/* News Section Pagination */
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    color: #2ea3f2 !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    font-size: 13px !important;
}

#top-menu > li {
    font-size: 20px;
}

/* Fixed Page to Fullwidth */
#main-content .container:before {
    background: none;
}

#sidebar {
    display:none;
}

.brochures {
    width: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.ec_price_notice {
    font-size: smaller;
    font-style: italic;
}

.small-button.smallblue.is-checked {
    color: #e9e9e9!important;
}

.small-button.smallblue.is-checked :hover {
    color: #f9f9f9!important;
}

.small-button.smallsilver.is-checked {
    color: #090909!important;
    border: 1px solid rgba(81, 203, 238, 0.5);

    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0.5);
            box-shadow: 0 0 5px rgba(81, 203, 238, 0.5);
}

.small-button.smallsilver.is-checked :hover {
    color: #191919!important;
}

.logocarousel img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg > #grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

.logocarousel img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg > #grayscale");
    -webkit-filter: grayscale(0%);
}

.wp-pagenavi > span.pages {
    display: block;
}

/* Header
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.menu_bar_open.mobile_menu_bar:before {
    content: "\4d";
}

.mejs-offscreen {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;

    -webkit-clip-path: polygon(0px 0,0 0,0 0,0 0);
            clip-path: polygon(0px 0,0 0,0 0,0 0);
}

#main-header {
    z-index: 5;
    padding: 25px 0;
    position: relative;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

    #main-header > .container {
        position: unset;
    }

    #main-header nav#top-menu-nav {
            vertical-align: middle;
            float: none;
            padding: 0;
    }

        #main-header nav#top-menu-nav #top-menu > li {
            font-size: 16px;
        }

            #main-header nav#top-menu-nav #top-menu > li > a {
                padding-bottom: 0;
            }

#HomeHeaderSection {
    position: relative;
}

#HomeHeaderSection.banner-gradient::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

    background: -webkit-gradient(linear, left bottom, left top, color-stop(-5%, rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(46, 163, 242, 0.2)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) -5%, rgba(46, 163, 242, 0.2) 40%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) -5%, rgba(46, 163, 242, 0.2) 40%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) -5%, rgba(46, 163, 242, 0.2) 40%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000b3', endColorstr='#2ea3f2', GradientType=1);
}

#HomeHeaderSection .et_pb_bg_layout_dark .et_pb_slide_content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}

#HomeHeaderSection.fotoheader {
    max-height: 450px;
}

#HomeHeaderSection.fotoheader .gradient {
    background: url('images/gradient.png') no-repeat;
    background-size: cover;
    width: 2000px;
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
}

#HomeHeaderSection > .et_pb_slider {
    overflow: visible;
}

#HomeHeaderSection .et_pb_slide_description {
    position: relative;
    padding: 0;
    height: 470px;
}

#HomeHeaderSection .et_pb_slide_description #loginwidget {
    position: absolute;
    right: 0;
    z-index: 200;
    height: 250px;
    top: 30px;
}

#HomeHeaderSection #video-header-wrapper {
    position: relative;
    top: 0px;
}

#HomeHeaderSection #video-header-wrapper .clear {
    clear: both;
}

#HomeHeaderSection #video-header-wrapper .stage {
    position: relative;
    float: left;
    height: 250px;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

#HomeHeaderSection #video-header-wrapper .stage.dimmed {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}

#HomeHeaderSection #video-header-wrapper section {
    margin-top: 40px;
}

#HomeHeaderSection #video-header-wrapper .cbImage {
    width: 280px;
    height: 160px;
    float: left;
    margin: 25px 20px 25px -200px;
    position: absolute;
    border: rgba(255, 255, 255, 0.65) solid 8px;
    border-radius: 10px;
    
    -webkit-box-shadow: 12px 0px 12px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 12px 0px 12px 0px rgba(0, 0, 0, 0.3);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

#HomeHeaderSection #video-header-wrapper .cbImage video,
#HomeHeaderSection #video-header-wrapper .cbImage img {
    width: 100%;
    height: 100%;
}

#HomeHeaderSection #video-header-wrapper .inactiveLeft {
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all .5s ease-out;
         -o-transition: all .5s ease-out;
            transition: all .5s ease-out;

    -webkit-transform: perspective(500px) rotateY(60deg);
        -ms-transform: perspective(500px) rotateY(60deg);
            transform: perspective(500px) rotateY(60deg);
}

#HomeHeaderSection #video-header-wrapper .inactiveRight {
    -webkit-box-shadow: 12px 0px 20px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 12px 0px 20px 0px rgba(0, 0, 0, 0.3);

    -webkit-transition: all .5s ease-out;
         -o-transition: all .5s ease-out;
            transition: all .5s ease-out;

    -webkit-transform: perspective(500px) rotateY(-35deg) translateZ(40px) translateY(20px) translateX(-50px);
        -ms-transform: perspective(500px) rotateY(-35deg) translateZ(40px) translateY(20px) translateX(-50px);
            transform: perspective(500px) rotateY(-35deg) translateZ(40px) translateY(20px) translateX(-50px);
}

#HomeHeaderSection #video-header-wrapper .active {
    z-index: 100;
    width: 368px;
    height: 215px;
    opacity: 0.5;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);

    -webkit-transition: all .5s ease-out;
         -o-transition: all .5s ease-out;
            transition: all .5s ease-out;

    -webkit-transform: perspective(500px) rotateY(0deg);
        -ms-transform: perspective(500px) rotateY(0deg);
            transform: perspective(500px) rotateY(0deg);
}

#HomeHeaderSection #video-header-wrapper .active:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#HomeHeaderSection #video-header-wrapper .intro {
    color: #fff;
}

/* Home: Doelgroepen (Circle Menu) */
#doelgroepen {
    padding: 0;
    background: none;
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 20px;
    width: 100%;
}

#doelgroepen .one-fifth {
    width: 14.28%;
    float: left;
}

#doelgroepen .et_pb_blurb {
    margin: 0 0px;
    min-height: 150px;
}

#doelgroepen .et_pb_blurb_content h4 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px 3px #333;
}

    #doelgroepen .et_pb_blurb_content h4 a {
        text-shadow: 0 3px 3px #00000050;
        font-size: 15px;
    }

#doelgroepen .et_pb_blurb_content .et_pb_main_blurb_image {
    margin: 0;
}

#doelgroepen .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: 50%;
    height: 50%;
    display: inline-block;
    border-radius: 50%;

    -webkit-box-shadow: 0 3px 8px #00000050;
            box-shadow: 0 3px 8px #00000050;    
}

/* Hamburger */
#main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
    position: fixed;
    width: 100vw;
    top: 95px;
    left: 0;
    border: none;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

    #main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li {
        border-bottom: 1px solid #efefef;
        padding: 10px 30px;
        text-align: right;
    }

        #main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li > a {
            width: 100%;
        }

        #main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li > a,
        #main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li:last-child {
            border-bottom: none;
        }

#main-content .home-article {
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

#main-content .home-article:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* Header Slider */
#HomeHeaderSection,
#HomeHeaderSection .et_pb_slider .et_pb_slide:first-child {
    top: 0;
}

#HomeHeaderSection .et_pb_slide .et_pb_slide_content #doelgroepen {
    bottom: 10px;
}

#HomeHeaderSection,
#HomeHeaderSection .et_pb_slide,
#HomeHeaderSection .et_pb_slide .et_pb_slide_description {
    height: 460px;
}

/* Home Page
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Home: Top Menu Newsbrief */
#et-secondary-menu > span {
    color: white;
}

#et-secondary-menu > a.ec-button {
    border: 1px solid #fff;
    margin: 0 20px 0 10px;
    padding: 5px;
}

#et-secondary-menu > a.ec-button:hover {
    border: 1px solid #2374ad;
}

/* Home: Sub Menu */
#et-top-navigation #top-menu-nav > #top-menu.nav li ul {
    top: 60px;
    left: 0px;
}

.newssection h2 {
    margin-top: 0px;
    padding-bottom: 4px;
}

.newssection .post-meta {
    font-style: italic;
    padding-bottom: 4px;
}

.newssection article {
    margin-bottom: 30px;
}

body.single .et_pb_post > img {
    padding-top: 30px;
    float: right;
    margin-left: 20px;
}

.jumptarget:before {
    content: "";
    display: block;
    height: 120px;
    margin: -120px 0 0;
}

/* Home Sidebar: E-Learning */
#main-content .entry-content .et_pb_section .et_pb_row .et_pb_column > .ec-style-stack {
    background-color: #2ea3f2;
    border: 0px solid #0c71c3;
    padding: 0 15px 0 15px;
    margin-bottom: 10px;
    border-radius: 20px;
}

#main-content .entry-content .et_pb_section .et_pb_row .et_pb_column > .ec-style-stack:nth-child(4) {
    margin-bottom: 30px !important;
}

/* Top Search 
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#et-top-navigation > form {
    display: table-cell;
    vertical-align: middle;
}

#et-top-navigation > form > #et_top_search > #search-tag {
    width: 100%;    
    height: 38px;
    padding: 0 10px;

    border: none;
    border-radius: 5px;
    background-color: #f7f7f7;
}

#et_top_search {
    margin: 4px 0 0 10px;
    width: 200px;
    float: left !important;
}

#et_top_search_button {
    display: inline;
}

#et_top_search_button input {
    margin: 4px 4px 0 10px;
    font-size: 15px;
}

#prod-message {
    display: none;
    position: absolute;
    bottom: -30px;
    left: 10px;
}

#message-empty {
    display: inline;
    color: red;
}

#et_top_search .et-search-form {
    position: relative;
    top: -13px;
    left: 25px;
    padding: 0;
    background: none;
    display: inline-block !important;
    border: none;

    -webkit-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}

#et_top_search .et-search-form input {
    width: 200px;
}

.mainicon,
.mainicon .et_pb_blurb_content {
    display: inline-block;
}

.mainicon .et_pb_main_blurb_image {
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);

    -webkit-transition: ease-in-out .25s;
         -o-transition: ease-in-out .25s;
            transition: ease-in-out .25s;
}

.mainicon:hover .et_pb_main_blurb_image {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}


/* Search
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Right border remove */
body.search #main-content .container::before {
    display: none;
}

#search-wrapper .search-result {
    margin-bottom: 35px;
}

#search-wrapper .search-result h2 {
    font-size: 19px;
}

#search-wrapper .search-result p,
#search-wrapper .no-result p {
    font-size: 13px;
}

#search-wrapper .no-result {
    margin-bottom: 30px;
}

/* Search Suggestion */
#ui-id-1 .ui-menu-item {
    padding: 3px 0;
}

/* Article Wrapper */
#search-wrapper article {
    border-bottom: 1px solid #e9e9e9;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 190px;
    position: relative;
    min-height: 140px;
}

/* Image Wrapper */
#search-wrapper article .image {
    width: 170px;
    position: absolute;
    left: 0;
    top: 0;
}

#search-wrapper article .image a img {
    max-width: 170px;
    max-height: 125px;
    width: auto !important;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

/* Article Content */
#search-wrapper article .content h2.heading,
#search-wrapper article .content h2.heading a {
    text-decoration: none;
}

#search-wrapper article .content h2.heading {
    font-size: 17px;
    margin-top: 0;
}

#search-wrapper article .content h2.heading a {
    color: #2f2f2f;
}

#search-wrapper article .content p.post-meta {
    font-size: 15px;
    color: #52a1f0;
    margin: 3px 0 30px 0;
    padding: 0;
}

#search-wrapper article:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

/* Page navigation */
#search-wrapper .wp-pagenavi {
    padding-top: 30px;
}

/* Primary Menu
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#logo {
    width: 22.139%;
    max-height: 100%;
    margin: 0;
}

#et-top-navigation {
    display: table;
    height: 82px;
}

/* Footer
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#newsletter {
    display: none;
    padding-top: 0;
}

    #newsletter .et_pb_row {
        border-top: 1px solid #efefef;
    }

#main-footer #et-footer-nav .footer-nav-menu {
    position: relative;
    width: 1210px;
    margin: 0 auto;
}

#main-footer #et-footer-nav .footer-nav-menu > ul#menu-footer-menu li:last-child > span {
    color: #fff;
    margin-right: 10px;
}

/* Programma Page CSS
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#programma-wrapper {
    color: #000;
}

#programma-wrapper h2,
#programma-wrapper h3,
#programma-wrapper h4,
#programma-wrapper h5,
#programma-wrapper p,
#programma-wrapper ul {
    margin: 0 0 30px;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
}

#programma-wrapper h2,
#programma-wrapper h4 {
    color: #12aadc;
}

#programma-wrapper h3,
#programma-wrapper h5 {
    color: #000000;
}


#programma-wrapper h2 {
    font-size: 26px;
}

#programma-wrapper h3 {
    font-size: 22px;
}

#programma-wrapper h4 {
    font-size: 18px;
}

#programma-wrapper h5 {
    font-size: 24px;
    background: #d9d9d9;
    text-align: center;
    padding: 25px 0;
    margin: 40px 0;
}


#programma-wrapper .left-pane,
#programma-wrapper .right-pane {
    float: left;
}

#programma-wrapper .left-pane {
    width: 697px;
}

#programma-wrapper .left-pane section {
    font-family: "Open Sans", Arial, sans-serif;
    border-top: 1px solid #d9d9d9;
    padding: 25px 0 0 148px;
    position: relative;
    min-height: 145px;
}

#programma-wrapper .left-pane section > img.icon {
    position: absolute;
    left: 0;
    top: 25px;
}

#programma-wrapper .left-pane section h4,
#programma-wrapper .left-pane section ul,
#programma-wrapper .left-pane section p {
    margin: 0 0 15px;
}

#programma-wrapper .left-pane section ul {

    padding: 0;
}

#programma-wrapper .left-pane section ul li {
    color: #10aade;
    list-style: none outside;
    position: relative;
    padding-left: 150px;
}

#programma-wrapper .left-pane section ul li label {
    color: #000000;
    display: inline-block;
    width: 140px;
    position: absolute;
    left: 0;
    top: 0;
}

#programma-wrapper .left-pane section ul li p {
    color: #000000;
}

#programma-wrapper .right-pane {
    width: 344px;
    margin-left: 30px;
}

#programma-wrapper .right-pane address {
    font-style: normal;
}

#programma-wrapper .right-pane address p.address img.icon {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}

#programma-wrapper .right-pane address p.address span {
    margin-top: 20px;
    display: inline-block;
}


/* Product Single
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#content-area #left-area nav.woocommerce-breadcrumb > a {
    text-decoration: underline;
    color: #2ea3f2;
}

#img-overlay img.wp-post-image {
    max-height: 582px !important;
    width: auto;
	display: block; /* To fix padding spacings of wrapper */
    border-radius: 30px;
}

#content-area #left-area .woocommerce-message {
    padding: 20px 22% 20px 20px !important;
    position: relative;
    white-space: nowrap;
    overflow: hidden;

    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

#content-area #left-area .woocommerce-message .button {
    margin: 0 !important;
    background-color: rgba(255, 255, 255, .3) !important;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 20%;
    min-height: 100%;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 !important;
    padding: 20px 10px 0 !important;
    line-height: inherit;
    overflow: hidden;

    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}


/* Product Single: Product Grid
------------------------------------------------------------------------------------------------------------------------------------------------------*/

table.product-grid {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

table.product-grid tr th,
table.product-grid tr td {
    border: 1px solid #dddddd;
    color: #ffffff;
    text-align: left;
    padding: 5px;
}


/* Alternate Rows */

table.product-grid tr:nth-child(odd) {
    background-color: #e5e5e5;
}

table.product-grid tr:nth-child(even) {
    background-color: #ffffff;
}


/* TH */

table.product-grid tr th {
    background-color: #2ea3f2;
}

table.product-grid tr th a {
    color: #ffffff;
    text-decoration: none;
}


/* TD */

table.product-grid tr td {
    line-height: 15px;
    vertical-align: middle;
    position: relative;
}

table.product-grid tr td .new-btn {
    position: absolute;
    right: 5px;
    background: #0963a0;
    padding: 5px;
    color: #ffffff;
    font-size: 80%;
}

table.product-grid tr td a {
    display: inline-block;
    min-height: 25px;
    color: #666666;
    text-decoration: none;
}


table.product-grid tr td a span {
    color: #0963a0;
    font-weight: bold;
}

/* Product List Page
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Product List Accordion Loader */
#product-wrapper .loader-wrapper {
    display: block;
    padding: 10px;
    height: 150px;

    -webkit-animation-name: loader-height;
            animation-name: loader-height;

    -webkit-animation-duration: 1s;
            animation-duration: 1s;
}

@-webkit-keyframes loader-height {
    from {
        height: 75px;
    }
    to {
        height: 150px;
    }
}

@keyframes loader-height {
    from {
        height: 75px;
    }
    to {
        height: 150px;
    }
}

    #product-wrapper .loader-wrapper span.product-loader,
    #product-wrapper .loader-wrapper-search span.product-loader {
        display: block;
        margin: 40px auto 0;
        height: 50px;
        width: 50px;
        background: url('images/loader.gif') no-repeat center;
        background-size: cover;
    }

/* Product Category Dropdown Selection */
#product-wrapper .row .select-cat .select2.select2-container {
    width: 50% !important;
}

/* Product Search and Add to Cart loader */
#product-wrapper #search-wrapper {
    position: relative;
    height: 65px;
}

#product-wrapper #search-wrapper .search-submit {
    position: absolute;
    right: 10px;
    top: 0;
}

    #product-wrapper #search-wrapper .search-submit .ec-button {
        line-height: 30px;
    }

#product-wrapper .loader-wrapper.cart-success span.product-loader {
    display: block;
    margin: 40px auto 0;
    height: 50px;
    width: 50px;
    background: url('images/check.gif') no-repeat center;
    background-size: cover;
}

#product-wrapper #search-wrapper .search-input #search-input-filter {
    display: block;
    list-style-type: none;
    width: 100%;
    padding: 12px 15px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #eee;
    cursor: text;
    font: normal 14px sans-serif;
    color: #555;
    background: #fff;
    line-height: 18px;

    -webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.07);
            box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.07);

    border-radius: 5px;
}

#product-wrapper .loader-wrapper-search,
#product-wrapper .loader-wrapper.cart,
#product-wrapper .loader-wrapper.cart-success {
    display: none;
    padding: 5px;
    height: auto;
    width: auto;

    -webkit-animation-name: none;
            animation-name: none;
}

    #product-wrapper .loader-wrapper-search span.product-loader,
    #product-wrapper .loader-wrapper.cart span.product-loader,
    #product-wrapper .loader-wrapper.cart-success span.product-loader {
        margin: 0 auto;
        height: 20px;
        width: 20px;
    }

#product-wrapper .loader-wrapper.cart,
#product-wrapper .loader-wrapper.cart-success {
    padding: 0;
    margin: 0 10px 0;
}

#product-wrapper .loader-wrapper.cart.display,
#product-wrapper .loader-wrapper.cart-success.display {
    display: inline-block;
    vertical-align: middle;
}

#product-wrapper .cart-message.hide{
	display: none;
}

/* Product: Product Category */
#product-wrapper #product-list-wrapper dl dt {
    cursor: pointer;
    text-align: center;
    padding: 10px;
}

    #product-wrapper #product-list-wrapper dl dt h3.cat-name {
        padding: 10px 0;
        text-transform: uppercase;
        background-color: #dedede;
    }

    #product-wrapper #product-list-wrapper dl dt h3.cat-name.selected {
        background-color: #efefef;
    }

/* Product: Product List */
#product-wrapper #product-list-wrapper .list-wrapper .product-image-wrapper.img-loader {
    background: url('images/loader.gif') no-repeat center;
    background-size: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    height: 133px;
}

#product-wrapper #product-list-wrapper .list-wrapper .product-image-wrapper.img-loader img {
    opacity: 0;
}

#product-wrapper #product-list-wrapper dl dd {
    display: none;
    margin: 0;
    padding: 10px;
}

#product-wrapper #product-list-wrapper .list-wrapper {
    height: 245px;
    position: relative;
}

        #product-wrapper #product-list-wrapper .list-wrapper .product-image-wrapper {
            position: relative;
            border-bottom: 1px solid #e2e2e2;

            -webkit-transition: .3s ease;
                 -o-transition: .3s ease;
                    transition: .3s ease;
        }

        #product-wrapper #product-list-wrapper .list-wrapper .product-image-wrapper:hover {
            opacity: .3;
        }

            #product-wrapper #product-list-wrapper .list-wrapper .product-image-wrapper img {
                border-radius: 10px;
            }

            #product-wrapper #product-list-wrapper .list-wrapper .product-image-wrapper span.product-price {
                position: absolute;
                bottom: 15px;
                right: 10px;
                padding: 3px 10px;
                min-width: 75px;
                color: white;
                text-align: center;
                border: 1px solid #fff;
                background-color: rgba(46, 163, 242, 0.85);
                border-radius: 5px;
            }

        #product-wrapper #product-list-wrapper .list-wrapper a {
            color: #666;
        }

        #product-wrapper #product-list-wrapper .list-wrapper .product-overlay {
            display: none;
            background: rgba(239, 239, 239, .8);
            height: 100px;
            width: 100px;
        }

/* Product: Product Tooltip */
#product-wrapper #product-list-wrapper .list-wrapper:hover .tooltip-wrapper {
    display: block;
}

#product-wrapper #product-list-wrapper .list-wrapper .tooltip-wrapper {
    display: none;
    position: absolute;
    left: 25px;
    top: 145px;
    width: 470px;
    padding: 10px 5px 15px;
    background: rgba(239, 239, 239, .9);
    z-index: 999;
}

#product-wrapper #product-list-wrapper .list-wrapper .tooltip-top {
    left: 25px;
    bottom: 240px;
    top: auto;
}

#product-wrapper #product-list-wrapper .list-wrapper .tooltip-right {
    right: 25px;
    left: auto;
}

    /* Tooltip Plus Icon */
    #product-wrapper #product-list-wrapper .list-wrapper .tooltip-wrapper .row .grid-2 > span.et_overlay {
        /* Dont Change. Important for IE */
        z-index: auto;
        position: static;
        top: auto;
        left: auto;
        display: inline-block;
        width: auto;
        height: auto;
        opacity: 1;
        border: none;
        background: none;
        
        -webkit-transition: none;
             -o-transition: none;
                transition: none;
        /* ------------------------------ */        
    }

    #product-wrapper #product-list-wrapper .list-wrapper .tooltip-wrapper .row .grid-2 > span.et_overlay::before {
        /* Dont Change. Important for IE */
        position: static;
        top: auto;
        left: auto;
        margin: 0;
        
        -webkit-transition: none;
             -o-transition: none;
                transition: none;
        /* ------------------------------ */
    }

    #product-wrapper #product-list-wrapper .list-wrapper .tooltip-wrapper .row .grid-12 > h4.tooltip-prodTitle {
        padding: 6px 0 0 0;
    }

    #product-wrapper #product-list-wrapper .list-wrapper .tooltip-wrapper .row .grid-12 > span.tooltip-prodPrice {
        margin: 0 10px 0 70px;
        color: #2ea3f2;
        font-size: 20px;
    }

    #product-wrapper #product-list-wrapper .list-wrapper .tooltip-wrapper .row .grid-4 > table tbody tr td {
        padding: 0;
    }

    #product-wrapper #product-list-wrapper .list-wrapper .tooltip-wrapper .row .grid-4 > table tbody tr td:nth-child(2) {
        text-align: right;
    }

    #product-wrapper #product-list-wrapper .list-wrapper .tooltip-wrapper .row:last-child {
        position: relative;
        min-height: 35px;
    }

    #product-wrapper #product-list-wrapper .list-wrapper .tooltip-wrapper .row:last-child .grid-12 > a.ec-button {
        position: absolute;
        right: 10px;
        bottom: 0;
    }


/* Product-v2 List Page
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#product-wrapper #category-wrapper {
	background-color: #fff;
}

    #product-wrapper #category-wrapper .category-head {
		background: #2ea3f2;
        border-radius: 5px;
    }

        #product-wrapper #category-wrapper .category-head h3 {
            margin: 0;
            padding: 15px 0;
            color: #fff;
            text-align: center;
        }

        #product-wrapper #category-wrapper #category-list-wrapper ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #product-wrapper #category-wrapper #category-list-wrapper .category-title {
                background: #dedede;
                border-bottom: 1px solid #fff;
                padding: 8px 20px;
                cursor: pointer;

				-webkit-transition: all ease-in-out .3s;
				     -o-transition: all ease-in-out .3s;
				        transition: all ease-in-out .3s;
            }

            #product-wrapper #category-wrapper #category-list-wrapper .category-title:hover {
                color: #168bda;
				background: #cdcdcd;
            }

            #product-wrapper #category-wrapper #category-list-wrapper .category-title:last-child {
                border-bottom: none;
            }

            #product-wrapper #category-wrapper #category-list-wrapper .category-title.category-selected {
                color: #168bda;
                font-weight: 600;
            }

#product-wrapper #search-wrapper::after {
    content: '';
    display: block;
    clear: both;
}

#product-wrapper #search-wrapper .search-input {
    width: 690px;
    position: absolute;
    right: 90px;
    top: 0;
}

    #product-wrapper #search-wrapper .search-input .tag-editor.ui-sortable {
        line-height: 35px;
    }

#product-wrapper .category-label {
    padding: 0 10px;
    margin-bottom: 20px;
}

#product-wrapper .category-icon {
    position: relative;
    padding: 0 40px;
}

#product-wrapper .category-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 10px;
    height: 20px;
    width: 20px;
    background: url('images/category-icon.png') no-repeat;
    background-size: cover;

    -webkit-transform: rotatey(180deg);
        -ms-transform: rotatey(180deg);
            transform: rotatey(180deg);
}

#product-wrapper #product-list-wrapper {
    position: relative;
}

#product-wrapper #product-list-wrapper.product-list-loader {
    position: relative;
    padding: 10px;
    height: 600px;
}

#product-wrapper #product-list-wrapper.product-list-loader::after {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: 45%;
    height: 50px;
    width: 50px;
    background: url('images/loader.gif') no-repeat center;
    background-size: cover;
}

#product-wrapper #product-list-wrapper .list-wrapper {
    position: relative;
}

#product-wrapper #product-list-wrapper .list-wrapper .product-title {
    font-size: 13px;
}

#product-wrapper #product-list-wrapper .tooltip-wrapper {
    display: none;
}

        #product-wrapper #product-list-wrapper .list-wrapper .product-image-wrapper {
            position: relative;
            border-bottom: 1px solid #e2e2e2;

            -webkit-transition: .3s ease;
                 -o-transition: .3s ease;
                    transition: .3s ease;
        }

        #product-wrapper #product-list-wrapper .list-wrapper .product-image-wrapper:hover {
            opacity: .3;
        }

            #product-wrapper #product-list-wrapper .list-wrapper .product-image-wrapper img {
                border-radius: 10px;
            }

            #product-wrapper #product-list-wrapper .list-wrapper .product-image-wrapper span.product-price {
                position: absolute;
                bottom: 15px;
                right: 10px;
                padding: 3px 10px;
                min-width: 75px;
                color: white;
                text-align: center;
                border: 1px solid #fff;
                background-color: rgba(46, 163, 242, 0.85);
                border-radius: 5px;
            }

        #product-wrapper #product-list-wrapper .list-wrapper a {
            color: #666;
        }

/* Jobs Page
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#HomeHeaderSection .et_pb_slides .cpt-jobs {
    background-position: top center;
    background-image: url('http://cloudways-dev.datzaljeleren.nl/expertcollege/wp-content/uploads/sites/132/2018/05/ziekenhuizen-header-1.jpg');
}


#jobs-wrapper h3,
#jobs-wrapper h4 {
    font-weight: 600;
}

#jobs-wrapper p:first-of-type {
    width: 55%;
}

#jobs-wrapper ul {
    padding: 0;
    list-style: none;
}

#jobs-wrapper ul li {
    display: block;
    text-align: center;
    background-color: #168bda;
    margin: 10px;
    padding: 10px;
}

#jobs-wrapper ul li a,
#jobs-wrapper ul li span {
    color: #ffffff;
}

#jobs-wrapper ul li a {
    display: block;
}

#jobs-wrapper ul li span {
    display: block;
    font-size: 13px;
    line-height: 19.5px;
}

#jobs-wrapper-single p strong,
#jobs-wrapper-single h3.title strong {
    color: #2ea3f2;
}

#jobs-wrapper-single h3.title {
    font-weight: bold;
    margin-bottom: 20px;
}

#jobs-wrapper-single h4 {
    line-height: 23.8px;
}

#jobs-wrapper-single ul {
    list-style: disc;
    padding-left: 35px;
    margin-bottom: 17px;
}

#jobs-wrapper-single div.ssba {
    display: none;
}


/* Custom modal box on over-ons Contact Form submit
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomRight {
    display: none;
}

#colorbox,
#cboxWrapper {
    height: 150px !important;
}

#cboxClose {
    right: 15px !important;
    top: 0 !important;
    color: rgba(0, 0, 0, 0) !important;
    pointer-events: none;
    background: rgba(0, 0, 0, 0) !important;
}

#cboxClose:before {
    content: 'X';
    position: relative;
    top: -20px;
    right: -32px;
    width: 26px;
    height: 20px;
    padding-top: 4px;
    display: inline-block;
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    color: #fff;
}

#cboxContent {
    width: 415px !important;
    overflow: visible !important;
}

.alert #cboxLoadedContent,
.succes #cboxLoadedContent {
    width: 100% !important;
    height: 150px !important;
    background: none !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.alert #cboxLoadedContent {
    color: #FFA500;
}

.succes #cboxLoadedContent {
    color: #008000;
}

/* Testimonial Carousel
------------------------------------------------------------------------------------------------------------------------------------------------------ */

#jcarousel-wrapper .jcarousel {
    position: relative;
    overflow: hidden;
}

    #jcarousel-wrapper .jcarousel ul {
        list-style: none;
        position: relative;
        width: 10000em;
        margin: 0;
        padding: 0;
    }

    #jcarousel-wrapper .jcarousel ul li {
        float: left;
        position: relative;
        padding-top: 20px;
    }

        /* Testimonial: Icon */
        #jcarousel-wrapper .jcarousel ul li .et_pb_testimonial {
            /* Dont change. Important for IE */
            position: static;
            line-height: normal;
            margin: 0;
            padding: 0;
            /* ----------------------------- */
        }

        #jcarousel-wrapper .jcarousel ul li .et_pb_testimonial::before {
            top: 1px;
            font-size: 42px;
        }

        #jcarousel-wrapper .jcarousel ul li #testimonial-wrapper {
            background-color: #efefef;
            padding: 50px;
            width: 100%;
            min-height: 600px;
            text-align: center;
        }

            #jcarousel-wrapper .jcarousel ul li #testimonial-wrapper .image {
                margin: 0 auto 30px;
                width: 150px;
                height: 150px;
            }

                #jcarousel-wrapper .jcarousel ul li #testimonial-wrapper .image img {
                    width: 150px;
                    height: 150px;
                    border-radius: 50%;
                }

                #jcarousel-wrapper .jcarousel ul li #testimonial-wrapper .image img.placeholder {
                    height: auto;
                    margin-top: 20px;
                }

            #jcarousel-wrapper .jcarousel ul li .author {
                margin-bottom: 30px;
            }

                #jcarousel-wrapper .jcarousel ul li #testimonial-wrapper .author span.name {
                    display: block;
                    font-weight: bold;
                }

                #jcarousel-wrapper .jcarousel ul li #testimonial-wrapper .author span.job {
                    display: block;
                }

                #jcarousel-wrapper .jcarousel ul li #testimonial-wrapper > p {
                    text-align: justify;
                }

#jcarousel-wrapper a.jcarousel-controls {
    color: white;
    background-color: #2ea3f2;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

#jcarousel-wrapper a.jcarousel-prev {
    left: -15px;
}

#jcarousel-wrapper a.jcarousel-next {
    right: -15px;
}

/* 404 Template 
-------------------------------------------------------------------------------------------------------------------------------------------------*/

#not-found {
    text-align: center;
}

    #not-found > .error {
        margin-bottom: 20px;
        padding-bottom: 40px;
        border-bottom: 1px solid #e2e2e2;
    }

        #not-found > .error h1.error-title {
            font-size: 15em;
            font-weight: 800;
            color: #2ea3f2;
            text-shadow: 10px 10px 8px #dadada;
        }

        #not-found > .search p.search-message {
            margin: 0 0 35px 0;
        }

        #not-found > .search input.search-input {
            max-width: 500px;
            width: 100%;
            height: 38px;
            padding: 0 10px;
            border: none;
            border-radius: 5px;
            background-color: #f7f7f7;
        }

/* 
 * Thank you page
 */
 .thankyou-wrapper{
    background-color: #f5f5f5;
    height: 85vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.thankyou-wrapper .thankyou-container {
    background-color: #fff;
    width: 400px;
    height: 290px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.thankyou-wrapper .thankyou-container .thankyou-body {
    padding-top: 50px;
    padding-left: 47px;
    padding-right: 47px;
    text-align: center;
}

.thankyou-wrapper .thankyou-container .thankyou-body .thankyou-content {
    margin-top: 22px;
}

.thankyou-wrapper .thankyou-container .thankyou-body .thankyou-content h3 {
    font-size: 30px;
    color: #24618F;
    font-weight: bold;
    padding: 0;
    margin-bottom: 22px;
}

.thankyou-wrapper .thankyou-container .thankyou-body .thankyou-content p {
    font-size: 14px;
    padding: 0;

}

.thankyou-wrapper .thankyou-container .thankyou-body .thankyou-content p a {
    text-decoration: underline;

}

.thankyou-wrapper .thankyou-container .thankyou-body .thankyou-check {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.thankyou-wrapper .thankyou-container .thankyou-body .thankyou-check img {
    width: 100%;
}

/* 

End of Thank you Page

*/

/* Start Blog Template Styles */

#content-area .ec-blog-category {
    display: flex;
    border-bottom: 1px solid #D0D0D0;
    margin: 0 0 140px 0;
}

    #content-area .ec-blog-category .ec-blog-category-container {
        padding: 0;
        margin: 0;
        justify-content: center;
        display: flex;
        position: relative;
        cursor: pointer;
    }

    .ec-blog-main-content {
        margin: 0;
    }

        #content-area .ec-blog-category .ec-blog-category-container input[type=radio] {
            display: none;
        }

        #content-area .ec-blog-category .ec-blog-category-container label {
            width: 100%;
            height: auto;
            padding: 20px 0px;
            text-align: center;
            font-size: 20px;
            color: #B0B0B0;
            cursor: pointer;
        }

            #content-area .ec-blog-category .ec-blog-category-container label::after {
                width: 0%;
                transition: width 1s;
                content: '';
                display: block;
                height: 7px;
                background: #3098D9;
                position: absolute;
                bottom: -4px;
            }

                #content-area .ec-blog-category .ec-blog-category-container input[type=radio]:checked+label {
                    color: #363636;
                }

                    #content-area .ec-blog-category .ec-blog-category-container input[type=radio]:checked+label::after {
                        content: '';
                        display: block;
                        height: 7px;
                        background: #3098D9;
                        width: 100%;
                        position: absolute;
                        bottom: -4px;
                    }
                    
    .ec-blog-main-content .ec-blog-container {
        padding: 0 0 50px 0;
        margin: 0 0 50px 0;
        border-bottom: 1px solid #afafaf;
    }

        .ec-blog-main-content .ec-blog-container .ec-blog-head .ec-blog-title {
            margin: 0 0 15px 0;
        }

        .ec-blog-main-content .ec-blog-container .ec-blog-head .ec-blog-title h4 {
            font-size: 25px;
            text-transform: uppercase;
            font-weight: 700;
            font-family: 'Open Sans', Arial, sans-serif;
            color: #020f59;
        }
        
        .ec-blog-main-content .ec-blog-container .ec-blog-head .ec-blog-meta {
            display: flex;
            margin: 0 0 15px 0;
        }
        
        
            .ec-blog-main-content .ec-blog-container .ec-blog-head .ec-blog-meta .ec-blog-meta-item {
                padding: 10px 15px 10px 0;
                font-size: 16px;
                color: #0d0d0d;
                text-transform: capitalize;
            }
        
                .ec-blog-main-content .ec-blog-container .ec-blog-head .ec-blog-meta .ec-blog-meta-item.ec-blog-date {
                    color: #3098d9;
                }

        .ec-blog-main-content .ec-blog-container .ec-blog-content {
            display: flex;
            flex-direction: row;
        }
        
            .ec-blog-main-content .ec-blog-container .ec-blog-feaatured-image {
                width: 290px;
                height: 230px;
            }
            
                .ec-blog-main-content .ec-blog-container .ec-blog-content .ec-blog-feaatured-image img {
                    object-fit: cover;
                    object-position: center;
                    width: 100%;
                    height: 100%;
                }
            
                .ec-blog-main-content .ec-blog-container .ec-blog-content .ec-blog-excerpt {
                    width: calc(100% - 290px);
                    padding: 0px 10px 0px 30px;
                    font-size: 16px;
                    position: relative;
                }

                    .ec-blog-main-content .ec-blog-container .ec-blog-content .ec-blog-excerpt p {
                        font-size: 16px;
                        color: #363636;
                        line-height: 25px;
                    }

                    .ec-blog-main-content .ec-blog-container .ec-blog-content .ec-blog-excerpt a {
                        display: block;
                        position: absolute;
                        bottom: 0;
                    }

        .ec-blog-main-content .page-nav-container {
            text-align: center;
        }
        
        .ec-blog-main-content .page-numbers.current {
            background: #2ea3f2;
            color: #fff;
            padding: 15px 20px;
            margin: 2px;
        }
        
        .ec-blog-main-content .page-numbers {
            background: #BFBFBF;
            color: #fff;
            padding: 15px 20px;
            margin: 2px;
        }
        
        .ec-blog-main-content .next.page-numbers,
        .ec-blog-main-content .prev.page-numbers {
            background: none;
            color: #333;
            font-size: 14px;
            font-weight: 900;
        }

/* End Blog Template Styles */

/* Start Blog Single Template */

#content-area .ec-blog-main-container {
    padding: 100px 0px;
}

#content-area .ec-blog-main-container .ec-blog-head {
    margin: 0 0 60px 0;
}

    #content-area .ec-blog-main-container .ec-blog-head .ec-blog-image-container {
        width: 100%;
        height: 407px;
        max-width: 1080px;
    }

        #content-area .ec-blog-main-container .ec-blog-head .ec-blog-image-container img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

    #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single {
        display: flex;
        padding: 25px 0;
        border-bottom: 1px solid #f1f1f1;
    }

        #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-author-date {
            flex: 1 1 0px;
            display: flex;
        }

            #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-author-date .ec-author-image {
                height: 80px;
                width: 80px;
                border-radius: 50%;
                overflow: hidden;
            }

                #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-author-date .ec-author-image img {
                    height: 100%;
                    width: 100%;
                }

            #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-author-date .ec-author-info {
                width: calc(100% - 80px);
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 0px 25px;
            }

                #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-author-date .ec-author-info .ec-author p {
                    color: #383838;
                    font-size: 16px;
                    font-weight: 700;
                    text-transform: capitalize;
                }

                    #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-author-date .ec-author-info .ec-author p .ec-author-name {
                        font-weight: 500;
                    }

                    #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-author-date .ec-author-info .ec-author p .ec-author-position {
                        text-transform: none;
                    }

                #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-author-date .ec-author-info .ec-publish-date {
                    color: #a3a3a3;
                    font-size: 14px;
                }
        
        #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-cat-tags {
            flex: 1 1 0px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

            #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-cat-tags .ec-blog-cats,
            #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-cat-tags .ec-blog-tags {
                background: #e6e6e6;
                padding: 5px 15px;
                color: #6f6f6f;
                border-radius: 50px;
                margin: 0 0 0 20px;
                font-size: 13px;
            }

    #content-area .ec-blog-main-container .ec-blog-body {
        padding: 0;
        margin: 0;
    }

        #content-area .ec-blog-main-container .ec-blog-body .ec-blog-body-title {
            margin: 0 0 40px 0;
        }

            #content-area .ec-blog-main-container .ec-blog-body .ec-blog-body-title h1 {
                font-size: 30px;
                font-weight: 700;
                line-height: 1em;
                color: #333;
                padding: 0 0 10px;
                margin: 0;
            }

        #content-area .ec-blog-main-container .ec-blog-body .ec-blog-body-content p {
            font-size: 16px;
            line-height: 24px;
            color: #6f6f6f;
        }

        #content-area .ec-blog-main-container .ec-blog-body .ec-blog-body-content img {
            width: 100%;
            max-width: 750px;
            height: 450px;
            object-fit: cover;
            object-position: center;
            margin: 100px auto;
            display: block;
        }

.ec-blog-author-bio {
    background-color: #E5E5E5;
    padding: 55px 0;
}

    .ec-blog-author-bio .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .ec-blog-author-bio .container .ec-author-image {
            height: 80px;
            width: 80px;
            border-radius: 50%;
            overflow: hidden;        
            margin: 0 0 30px 0;
        }

            .ec-blog-author-bio .container .ec-author-image img {
                width: 100%;
                height: 100%;
            }

        /* .ec-blog-author-bio .container .ec-author {
            margin: 0 0 30px 0;
        } */

        .ec-blog-author-bio .container .ec-author p {
            text-align: center;
            margin: 0;
            padding: 0;
            font-size: 16px;
            text-transform: capitalize;
            color: #020F59;
        }

            .ec-blog-author-bio .container .ec-author p.ec-author-name {
                font-weight: 700;
                color: #020F59;
            }

            .ec-blog-author-bio .container .ec-author p.ec-author-position {
                text-transform: none;
            }
        
        .ec-blog-author-bio .container .ec-author-bio-content {
            width: 100%;
            max-width: 500px;
            padding: 20px 0 20px;
            border-bottom: 1px solid #2CA4F2;
        }

            .ec-blog-author-bio .container .ec-author-bio-content p {
                font-size: 16px;
                line-height: 24px;
                color: #020F59;
            }

        .ec-blog-author-bio .container .ec-author-contact {
            width: 100%;
            max-width: 500px;
            margin: 30px 0 0 0;
        }

            .ec-blog-author-bio .container .ec-author-contact h4 {
                font-size: 16px;
                text-align: center;
                font-weight: 700;
                line-height: 24px;
                color: #020F59;
                margin: 0 0 20px 0;
            }

            .ec-blog-author-bio .container .ec-author-contact p {
                text-align: center;
            }

        .ec-blog-author-bio .container .ec-author-contact .wpcf7-form-control-wrap {
            position: relative;
            display: block;
        }
            
        .ec-blog-author-bio .container .ec-author-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
            padding: 20px 15px 20px 60px;
        }

            .ec-blog-author-bio .container .ec-author-contact span.wpcf7-form-control-wrap.your-email:before {
                width: 40px;
                height: 40px;
                display: block;
                background: url(images/mail.png);
                clear: both;
                background-position: center;
                background-repeat: no-repeat;
                content: '';
                position: absolute;
                z-index: 1;
                top: 9px;
                left: 10px;
            }

            .ec-blog-author-bio .container .ec-author-contact .wpcf7 input[type="submit"] {
                margin-left: 13px;
                text-transform: capitalize;
            }

.ec-related-post {
    padding: 80px 0 120px;
}

    .ec-related-post h3{
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        margin: 0 0 80px;
        color: #020F59;
    }

    .ec-related-items .ec-related-item-image {
        width: 100%;
        height: 300px;
        overflow: hidden;
        margin: 0 0 40px;
    }

        .ec-related-items .ec-related-item-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .ec-related-item-title h4 {
            text-transform: uppercase;
            color: #020F59;
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
        }

    .ec-related-item-meta {
        display: flex;
    }

        .ec-related-item-meta .ec-blog-meta-item {
            flex: 1 1 0px;
        }

            .ec-related-item-meta .ec-blog-meta-item.ec-blog-date p {
                font-size: 16px;
                color: #3098d9;
                text-transform: capitalize;
            }

            .ec-related-item-meta .ec-blog-meta-item.ec-blog-author p {
                text-transform: capitalize;
            }

    .ec-related-button {
        margin: 40px 0 0 0;
    }

        .ec-related-button a {
            display: block;
            margin: 0 auto;
            text-align: center;
            color: #ffffff;
            padding: 5px;
            width: 100px;
        }

    .ec-related-post .swiper-button-next,
    .ec-related-post .swiper-button-prev {
        display: none;
    }

    .ec-related-post .container {
        position: relative;
    }
    
    .arrow {
        position: absolute;
        top: 50%;
    }

        .arrow::after {
            content: '';
            height: 100px;
            width: 70px;
            display: block;
            cursor: pointer;
        }
    
    .arrow.prev {
        left: -100px;
    }

        .arrow.prev::after {
            background: url(images/left-arrow.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
        }

            .arrow.prev:hover::after {
                background: url(images/left-arrow-hover.png);
                background-position: center;
                background-size: 100%;
                background-repeat: no-repeat;
            }
    
    .arrow.next {
        right: -100px;
    }

        .arrow.next::after {
            right: -100px;
            background: url(images/right-arrow.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
        }

            .arrow.next:hover::after {
                right: -100px;
                background: url(images/right-arrow-hover.png);
                background-position: center;
                background-size: 100%;
                background-repeat: no-repeat;
            }

    .page-template-template-blog #sidebar,
    .search #sidebar,
    .archive #sidebar {
        display: block;
        width: 320px;
    }

    .page-template-template-blog #left-area,
    .search #left-area,
    .archive #left-area {
        width: 100% !important;
        max-width: 700px !important;
    }

    .page-template-template-blog #main-content .container {
        padding: 100px 0;
    }

    .archive .wp-pagenavi span,
    .archive .wp-pagenavi a.page,
    .search .wp-pagenavi span,
    .search .wp-pagenavi a.page,
    .page-template-archive-cpt_animations .wp-pagenavi span,
    .page-template-archive-cpt_animations .wp-pagenavi a.page {
        background: #BFBFBF;
        padding: 15px 20px !important;
        color: #fff !important;
        font-size: 14px !important;
    }

    .archive .wp-pagenavi .nextpostslink,
    .archive .wp-pagenavi .previouspostslink,
    .search .wp-pagenavi .nextpostslink,
    .search .wp-pagenavi .previouspostslink,
    .page-template-archive-cpt_animations .wp-pagenavi .nextpostslink,
    .page-template-archive-cpt_animations .wp-pagenavi .previouspostslink {
        padding: 15px 20px !important;
        background: unset !important;
        color: #000 !important;
        font-size: 14px !important;
        font-weight: 900 !important;
    }
    
    .archive .wp-pagenavi span.current,
    .search .wp-pagenavi span.current,
    .page-template-archive-cpt_animations .wp-pagenavi span.current {
        background: #2ea3f2 !important;
    }

    .archive .wp-pagenavi a:hover,
    .search .wp-pagenavi a:hover {
        background: #2ea3f2 !important;
        color: #fff !important;
    }

    .ec-blog-main-content .page-numbers:hover {
        background: #2ea3f2 !important;
        color: #fff !important;
    }

/* End Blog Single Template */

/* Blog Mobile Design */

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

    #content-area .ec-blog-main-container .ec-blog-head .ec-blog-image-container {
        height: 200px;
    }

    #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single {
        flex-direction: column;
    }

    #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-cat-tags .ec-blog-cats,
    #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-cat-tags .ec-blog-tags {
        flex: 1 1 0px;
        margin: 20px 0 0;
    }

    #content-area .ec-blog-main-container .ec-blog-head .ec-blog-meta-single .ec-cat-tags {
        flex-direction: column;
    }

    #content-area .ec-blog-main-container .ec-blog-body .ec-blog-body-title h1 {
        font-size: 24px;
    }

    .ec-related-post .container {
        width: 100%;
        max-width: 300px;
    }

    .arrow.prev {
        left: -70px;
    }

    .arrow.next {
        right: -70px;
    }

    .ec-blog-main-content .ec-blog-container .ec-blog-content {
        flex-direction: column;
    }

    .ec-blog-main-content .ec-blog-container .ec-blog-feaatured-image {
        margin: 0 auto;
        width: 100%;
    }

    .ec-blog-main-content .ec-blog-container .ec-blog-content .ec-blog-excerpt {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }

    .ec-blog-main-content .ec-blog-container .ec-blog-content .ec-blog-excerpt a {
        bottom: -50px;
    }

    .ec-blog-main-content .ec-blog-container {
        padding: 0 0 100px 0;
    }

    .page-template-template-blog #sidebar, .search #sidebar, .archive #sidebar {
        margin: 50px auto 0;
    }

}

/* End Blog Mobile Design */


/**
 * Sidebar
 **/
 .et_pb_widget_area_right {
border: unset;
}

.et_pb_widget  h4.widgettitle {
background-color: #b0b0b0;
text-align: center;
color: #fff;
padding: 15px;
}

.et_pb_widget ul,
.et_pb_widget .tagcloud {
padding: 15px !important;
background: #e5e5e5;
}

.et_pb_widget .tagcloud a {
color: #000;
background: #fff;
font-weight: 600;
}

.et_pb_widget ul li:not(:last-of-type)  {
    margin-bottom: 6px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.et_pb_bg_layout_light .et_pb_widget li a,
.et_pb_bg_layout_light .et_pb_widget li,
.et_pb_widget a,
.et_pb_widget ul li {
color: #020f59;
font-weight: 700;
}

.et_pb_widget li a:hover {
color: #020f59;
}

/* Submit Button Contact Bio Blog*/

.single .wpcf7 input[type="submit"] {
    border: unset;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px;
    padding: 13px 30px;
}

/*------------------------------------------------*/
/*-------- Place Thumbnail Left and Excerpt Right ------------*/
/*------------------------------------------------*/

#fullwidth-search input.et_pb_s {
    width: 550px;
    padding: 15px;
margin-bottom: unset !important;
}

#fullwidth-search label.screen-reader-text,
#fullwidth-search .et_pb_searchsubmit {
display: none;
}

.et_pb_post {
margin-bottom: 40px;
border-bottom: 2px solid #eee;
padding-bottom: 40px;
}

h2.entry-title {
color: #020f59;
font-weight: 600;
margin-top: unset;
}

.et_pb_post .post-meta {
padding: 10px 0;
}

.post-meta span.published{
color: #2ea3f2;
}

.post-content p {
margin-bottom: 25px;
}

.post-content a.more-link,
.single .wpcf7 input[type="submit"],
.owl-carousel a.more-link {
color: #fff;
text-transform: uppercase;
background: #2ea3f2;
padding: 10px 20px;
border-radius: 3px;
}

.single .wpcf7 input[type="submit"] {
border: unset;
    cursor: pointer;
    font-size: 14px;
    margin-top: 25px;
    padding: 13px 30px;
}

.post-content a.more-link:hover,
.single .wpcf7 input[type="submit"]:hover,
.owl-carousel a.more-link:hover {
background: #2374ad;
}

.et_pb_posts .et_pb_post a img,
.archive .et_pb_post a img,
.search .et_pb_post a img {
max-width: 210px!important;
float: left;
padding-right: 20px;}

.et_pb_post .entry-featured-image-url {
margin-bottom: 0px !important;
}

.wp-pagenavi {
    padding: 0;
    text-align: center;
    border: unset;
}

.wp-pagenavi>span.pages {
    display: none;
}

/* Start Animation Design */

.page-template-archive-cpt_animations #main-content .container {
    padding: 100px 0;
}

.overlay-target {
    display: none;
    top: 50vh !important;
    left: 50vw !important;
    padding: 15px 15px 10px;
    background: #fff url(images/loading.svg) center no-repeat;
    border-radius: 10px;
}

.ec-single-animation {
    display: flex;
    padding: 100px 0;
    flex-direction: row;
}

.ec-media-animation {
    width: 300px;
}

.ec-media-details {
    width: calc(100% - 300px);
    padding: 0 0 0 50px;
}

.ec-single-animation .ec-media-details h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
    color: #333;
    padding: 0 0 40px;
    margin: 0;
}

.ec-single-animation .ec-media-details p {
    font-size: 16px;
    line-height: 24px;
}

.ec-single-animation .ec-media-details ol,
.ec-single-animation .ec-media-details ul {
    list-style: disc;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 30px;
    margin: 0 0 1em;
}

#fullwidth-search input.et_pb_s {
    width: 100% !important;
    max-width: 550px;
}

.page-template-archive-cpt_animations .ec-blog-main-content .ec-blog-container .ec-blog-head .ec-blog-title h4 {
	text-transform: unset;
}

.ec-search-container {
    background-color: #E5E5E5;
}

.ec-search-container .container {
    padding: 20px 0!important;    
}

.single .ec-search-container .container {
    padding-top: 20px !important;
}

.ec-search-container .container h3 {
    color: #020f59;
    text-align: center;
}

.ec-search-container .container #et_top_search {
    width: 100%;
    text-align: center;
    margin: 0;
    float: unset !important;
}

.ec-search-container .container #et_top_search input {
    padding: 15px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.ec-search-container .container #et_top_search_button {
    display: none;
}

/*------------------------------------------------
HubSpot homepage news
------------------------------------------------*/
.hubspot-news-item {
    margin: 0 0 30px;
    border-bottom: 1px solid #efefef;
}
.hubspot-news-item .ec-button {
    margin-top: 30px;
}


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

    .ec-single-animation {
        flex-direction: column;
    }

    .ec-media-animation {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 0 40px;
    }

    .ec-media-details {
        width: 100%;
        padding: 0;
    }

}

/* End Animation Design */

a.wc-backward {
    color: #fff;
}

.ec-blog-description {
    border-bottom: 1px solid #afafaf;
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
}

#mc_embed_signup .button {
    display: inline-block;
    border: 1px solid #2ea3f2 !important;
    background: #2ea3f2 !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 100% !important;
    line-height: 1.7em;
    padding: 5px 10px !important;
    cursor: pointer;
    border-radius: 3px !important;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

    #content-area #left-area .woocommerce-message .button {
        width: 100%;
        left: 0;
        max-width: 100%;
        bottom: 0 !important;
        height: unset !important;
        min-height: unset !important;
        top: unset;
        right: unset;
        font-size: 14px !important;
        padding: 15px 10px !important;
    }
    
    #content-area #left-area .woocommerce-message {
        white-space: pre-wrap;
        overflow: visible;
        height: calc(120px + 50px);
        text-align: center;
        margin: 20px auto;
        padding: 20px 10px !important;
        font-size: 14px !important;
    }

    .woocommerce .shop_table .coupon #coupon_code {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .actions .coupon input.button {
        width: 100% !important;
        font-size: 14px !important;
    }

}

/* Videos Styling */

#videos-wrapper ul {
    padding: 0;
    list-style: none;
}

#videos-wrapper ul li {
    display: inline-block;
    text-align: center;
}

#videos-wrapper ul li {
    width: 33%;
}

div#jobs-wrapper-single .fluid-width-video-wrapper {
    padding-top: 60% !important;
}

/* Pop up styling */

.pum-content.popmake-content p {
    line-height : 0 !important;
}

#top-bar-message {
    padding: 5px 0;
    font: 12px/16px sans-serif;
    text-align: center;
    background-color: #12a4dc;
}

#top-bar-message, #top-bar-message a, #top-bar-message a:visited {
    color: #ffffff;
    text-decoration: none;
}

#top-bar-message p {
    margin: 0;
    padding: 0;
}

/* Product Search Styling */

#empty-list {
    display: none;
}

/* input#search-input-filter {
    display: none;
} */

.select-input-group {
    display: flex;
    width: calc(100% - 150px);
    flex-direction: row;
}

.select-input-item {
    flex: 1;
    padding: 0 10px 0 0;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    box-shadow: 0 0 10px 0 #d3d3d3;
    border-radius: 3px !important;
    border: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px !important;
}

span.select2-dropdown.select2-dropdown--above,
span.select2-dropdown.select2-dropdown--below {
    border: 0 !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 10px 0 #d3d3d3 !important;
    margin-top: -1px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

span.select2-dropdown.select2-dropdown--above {
    box-shadow: 0 10px 10px 0 #d3d3d3 !important;
}

span.select2-search.select2-search--dropdown {
    display: none !important;
}

@media only screen and (max-width: 576px) {
    #product-wrapper #search-wrapper {
        height: auto;
    }

    .select-input-group {
        width: 100%;
        flex-direction: column;
    }

    .select-input-item {
        padding: 0 0px 10px 0;
    }

    #product-wrapper .grid-9 #search-wrapper .search-submit {
        display: block !important;
        position: relative;
        right: 0;
        width: 100%;
    }

    #product-wrapper #search-wrapper .search-submit .ec-button {
        width: 100%;
        margin-bottom: 10px;
    }
}

.input-search-container {
    width: calc(100% - 150px);
    position: relative;
    display: none;
}

input#search-input-filter {
    box-shadow: 0 0 10px 0 #d3d3d3;
    border-radius: 3px !important;
    border: 0 !important;
    height: 40px;
    padding: 10px;
    width: 100%;
}

img.search-hide {
    position: absolute;
    right: 8px;
    height: 20px;
    width: 20px;
    top: 10px;
    cursor: pointer;
}

.ec-button-search {
    display: none;
}

/* language toggle */
body.nl-user :is(#gt_float_wrapper, .gtranslate_wrapper){
    display: none!important;
}

@media only screen and (max-width: 767px) {
    iframe#loginwidget {
        display: none !important;
    }

    #HomeHeaderSection #doelgroepen {
        z-index: 999 !important;
    }

    #HomeHeaderSection, #HomeHeaderSection .et_pb_slide, #HomeHeaderSection .et_pb_slide .et_pb_slide_description {
        height: 410px !important;
    }
}