/* STRUCTURE */

main {
    min-height: 100%;
}

.flex-content-container {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

    @media screen and ( max-width: 575px ){
        .xs-flex-content-container {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }
    }


*[style="background-color: #dd0626"] {
    background-color: #db2424 !important;
}

*[style="color: #dd0626"] {
    color: #db2424 !important;
}

*[style="background-color: #467ca7"] {
    background-color: #467ca7 !important;
}

*[style="color: #467ca7"] {
    color: #467ca7 !important;
}

*[style="color: #666"] {
    color: #000000 !important;
}

#top {
    background-color: #FFF;
    padding: 30px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
}

    @media screen and (min-width: 768px) {
        #top {
            position: fixed;
        }
    }

    @media screen and (max-width: 1199px) {
       
       #top .container {
          width: 100%;
          max-width: none;
       }
       
    }

    a.logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
    }

    a.logo img {
        max-height: 40px;
    }

    @media screen and (max-width: 767px) {
        a.logo {
            justify-content: center;
        }
    }

    @media screen and (max-width: 767px) {
	    a.logo img {
			width: 320px;
            max-height: 52px;
            margin-bottom: 20px;
		}
	}
    

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

        #top a.logo {
            text-align: left;
        }
        
        #top a.logo img {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
            max-height: 55.66px;
        }
        
        #top.top--is_scroll a.logo img {
            max-width: 190px;
            max-height: 31.1px;
        }
        
    
        .lgxl--show_on_scroll,
        .top--is_scroll .lgxl--hide_on_scroll {
            display: none !important;
        }
        
            .lgxl--hide_on_scroll,
            .top--is_scroll .lgxl--show_on_scroll {
                display: inline-block !important;
            }
        
    }
    
    .search-menu-buttons {
        padding: 15px 0;
    }
        
        @media screen and (min-width: 576px){
            .search-menu-buttons {
                padding: 15px;
            }
        }
        
        @media screen and (min-width: 992px){
            .search-menu-buttons {
                padding: 0;
            }
        }
    
    #searchform {
        display: inline-block;
        position: relative;
        padding-right: 35px;
        margin-right: 30px;
        width: 210px;
    }
    
        nav.off-canvas-nav #searchform {
            margin: 15px 0;
            width: 100%;
        }
            
            @media screen and ( min-width: 992px ){
                nav.off-canvas-nav #searchform {
                    margin: 30px 0;
                }
            }
        
        #searchform form {
            margin: 0;
        }
        
            #searchform #s {
                -webkit-border-top-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-bottomleft: 5px;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                -webkit-border-top-right-radius: 0;
                -webkit-border-bottom-right-radius: 0;
                -moz-border-radius-topright: 0;
                -moz-border-radius-bottomright: 0;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                -webkit-appearance: none;
            }
            
            
            #searchform #searchsubmit {
                -webkit-border-top-left-radius: 0;
                -webkit-border-bottom-left-radius: 0;
                -moz-border-radius-topleft: 0;
                -moz-border-radius-bottomleft: 0;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                -webkit-border-top-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-radius-topright: 5px;
                -moz-border-radius-bottomright: 5px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                background: #b2b2b2 url('../images/search-icon-white.svg') no-repeat center center;
                border: 1px solid #939393;
                color: #333;
                height: 36px;
                font-size: 14px;
                margin: 0;
                padding: 5px 10px;
                position: absolute;
                top: 0;
                right: 0;
                width: 35px;
                -webkit-appearance: none;
            }
            
                #searchform #searchsubmit:hover {
                    background-color: #467ca7 !important;
                }
            

/* Breadcrumbs */

#breadcrumbs-container {
    padding: 0 10px;
}

    @media screen and ( min-width: 768px ){
        #breadcrumbs-container {
            padding: 0;
        }
    }


    #breadcrumbs-container .breadcrumbs {
        border-bottom: 1px solid rgba(102,102,102,0.25);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
        #breadcrumbs-container .breadcrumbs.no-border {
            border: 0;
        }


/* END Breadcrumbs */          

/* Header */
header {
    min-height: 215px;
}

    .home header {
        min-height: 375px;
    }

    .header-background-image img {
        position: absolute;
        object-fit: cover;
        object-position: center center;
        height: 100%;
        width: 100%;
        top: 0;
    }

    
    header #cta,
    header #page-title-container-2 {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
    }
        header #cta,
        header #page-title-container-2 .page-title{
            background-color: rgba(0, 0, 0, 0.65);
        }
        
        header #cta,
        header #page-title-container-2 .page-title {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        
            header #cta .cta-content, #cta.header-cta-mobile .cta-content {
                padding-bottom: 15px;
            }
            
            header #page-title-container-2 .page-title {
                padding: 30px;
            }
    
            @media screen and ( min-width: 768px ){

                header #cta .cta-content {
                    padding-bottom: 0;
                }
            }
            
    #page-title-container .page-title {
        background-color: rgba(0, 0, 0, 0.65);
        padding: 30px;
    }

header.style-b {
	min-height: inherit;
}

	header.style-b img {
		display: block;
	}
	
	header.style-b .article-big {
		position: relative;
	}			

		header.style-b .article-big span.button {
			margin-top: 10px;
			margin-bottom: 10px;
		    background-color: #45be34;
		    border: 1px solid #458734;
		    -webkit-border-radius: 6px;
		    -moz-border-radius: 6px;
		    border-radius: 6px;
		    -webkit-box-shadow: 2px 2px 2px 0px rgba(29,29,27,0.3);
		    -moz-box-shadow: 2px 2px 2px 0px rgba(29,29,27,0.3);
		    box-shadow: 2px 2px 2px 0px rgba(29,29,27,0.3);
		    color: #fff;
		    display: inline-block;
		    font-family: 'Montserrat';
            font-weight: 600;
		    font-size: 16px;
		    padding: 18px 20px;
		    text-align: center;
		    text-decoration: none;				
		}
		
			@media screen and (min-width: 768px) {
				
				header.style-b .article-big .inner {
					display: block;
				    box-shadow: inset 0px -120px 100px 0px #272727;
				    width: 100%;
				    position: absolute;
				    right: 0;
				    top: 0;
				    bottom: 0;
				    left: 0;	
				    transition: all 0.2s;	
				}				
				
					header.style-b .article-big:hover .inner {
						box-shadow: inset 0px -150px 100px 0px #272727;
					}						
				
				header.style-b .article-big h2 {
					color: #ffffff;
					position: absolute;
					top: auto;
					left: 45px;
					bottom: 25px;
					right: auto;
					margin: 0;
				}				
				
				header.style-b .article-big span.button {
					position: absolute;
					top: auto;
					right: 45px;
					bottom: 15px;
					left: auto;
					margin: 0;
				    background-color: #45be34;
				    border: 1px solid #458734;
				    -webkit-border-radius: 6px;
				    -moz-border-radius: 6px;
				    border-radius: 6px;
				    -webkit-box-shadow: 2px 2px 2px 0px rgba(29,29,27,0.3);
				    -moz-box-shadow: 2px 2px 2px 0px rgba(29,29,27,0.3);
				    box-shadow: 2px 2px 2px 0px rgba(29,29,27,0.3);
				    color: #fff;
				    display: inline-block;
				    font-family: 'Montserrat';
                    font-weight: 600;
				    font-size: 16px;
				    padding: 18px 20px;
				    text-align: center;
				    text-decoration: none;					
				}
													
			}		
	
		header.style-b .article-big img {
			width: 100%;
		}

	header.style-b .article-small {		
		text-align: center;
		background-size: cover;
		position: relative;
		box-shadow: inset 0 -78px 62px -10px #272727;
		transition: all 0.2s;
	}
	
		header.style-b .article-small:hover {
			box-shadow: inset 0 -98px 62px -10px #272727;
		}
		
		header.style-b section:last-child a,
		header.style-b .article-small {
			height: 50vw;
		}
	
		@media screen and (min-width: 992px) {
			header.style-b section:last-child a,
			header.style-b .article-small {
				display: block;
				height: 100%;
			}
		}
			
		header.style-b section:last-child a:first-child {
			margin-bottom: 10px;
		}	
		
		header.style-b section:last-child a:last-child {
			margin-top: 10px;
		}			
	
			header.style-b .article-small h1 {
				position: absolute;
				top: auto;
				right: 15px;
				bottom: 10px;
				left: 15px;
				font-size: 18px;
				font-weight: bold;
				line-height: 1;
			}	

.hero_bgvid video{
	display: inherit;
}

	#popup_vid {
		position: fixed;
		z-index: 515;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
	}
	
		#popup_vid a.close_popup_vid{
			position: fixed;
			z-index: 520;
			top: 30px;
			right: 30px;
			bottom: auto;
			left: auto;
			color: #fff;
			font-size: 35px;
		}
		
		#popup_vid iframe {
			position: fixed;
			z-index: 250;
			background-color: #000;
			right: 0;
			bottom: 0;
		}
	
	a.activate_popup_vid {
		cursor: pointer;
	}
	
	.videoButton {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: right;
		padding-bottom: 40px;
	}
	
	@media screen and ( max-width: 768px ){
		
		.videoButton {
			padding-bottom: 20px;
		}
		
	}
		
/* END Header */

    @media screen and ( min-width: 768px ){
        .content-container {
            padding: 75px 0;
        }

    }
    
    .content-container.padding-top-none {
        padding-top: 0;
    }

    .content-container.grey {
        background-color: #f7f7f7;
    }
    
    .content-container.has-background,
    header {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
    }
    
    .content-container p:last-child {
        margin-bottom: 0;
    }

@media screen and ( max-width: 768px ){
    .content-container.columns-foto_content {
        padding-bottom: 0;
    }  
    
    .columns-foto_content .container {
        padding-top: 0;
        padding-bottom: 0;
        max-width: none;
    }

    .columns-foto_content article {
        padding: 0;
    }


    .columns-foto_content .inner {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 15px 15px 30px 15px;
    }

    .columns-foto_content .inner > * {
        color: #fff;
    }
}


.post-overview,
.content-container.columns-cpt_overview {}

    .post-overview .inner,
    .content-container.columns-cpt_overview .inner {
        background-color: #FFF;
        border: 1px solid #000000;
        display: block;
        position: relative;
        min-height: 100%;
        -webkit-transition: all 0.5s ease-in, all 0.5s ease-out;
        -moz-transition: all 0.5s ease-in, all 0.5s ease-out;
        -o-transition: all 0.5s ease-in, all 0.5s ease-out;
        -ms-transition: all 0.5s ease-in, all 0.5s ease-out;
        transition: all 0.5s ease-in, all 0.5s ease-out;
    }   
    
        .overview-post  {
            margin-bottom: 30px;
        }
        
        .post-overview .inner:hover,
        .content-container.columns-cpt_overview .inner:hover {
            -moz-box-shadow: 0 0 5px rgba(0,0,0,0.55);
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.55);
            box-shadow: 0 0 5px rgba(0,0,0,0.55);
        }
    
    .post-overview .inner .inner-content,
    .content-container.columns-cpt_overview .inner .inner-content {
         padding: 15px 15px 30px 15px;
    }
    
    
/* STEMMEN / VOTE */

.vote-options {}

    .vote-options .vote-option {
        background-color: #FFF;
        border: 1px solid #000000;
        cursor: pointer;
        display: block;
        margin-bottom: 30px;
        position: relative;      
        text-align: center;
        -webkit-transition: all 0.5s ease-in, all 0.5s ease-out;
        -moz-transition: all 0.5s ease-in, all 0.5s ease-out;
        -o-transition: all 0.5s ease-in, all 0.5s ease-out;
        -ms-transition: all 0.5s ease-in, all 0.5s ease-out;
        transition: all 0.5s ease-in, all 0.5s ease-out;
    }
    
    
        .vote-options .vote-options:hover {
            -moz-box-shadow: 0 0 5px rgba(0,0,0,0.55);
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.55);
            box-shadow: 0 0 5px rgba(0,0,0,0.55);
        }
        
        .vote-options .vote-option input {
            visibility: hidden;
            position: absolute;
            top: -99999px;
            left: -99999px;
        }
        
        .vote-options .vote-option label {
            cursor: pointer;
            display: block;
            margin: 0;
        }
        
            .vote-options .vote-option label.option-title {
                font-size: 13px;
                padding: 15px;
                text-align: left;
            }
            
                .vote-options .vote-option label.option-title::after {
                    content: '';
                    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
                    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
                    box-shadow: inner 0 0 5px rgba(0,0,0,0.25);
                    background-color: #fff;
                    background-image: none;
                    border: 1px solid #b2b2b2;
                    border-radius: 50%;
                    display: block;
                    height: 20px;
                    margin: 5px auto 0 auto;
                    outline: none;
                    vertical-align: middle;
                    width: 20px;
                }
                
                .vote-options .vote-option label.option-title.checked::before {
                    background-color: #467ca7;
                    border-radius: 50%;
                    content: '';
                    display: block;
                    height: 14px;
                    margin-left: -7px;
                    position: absolute;
                    bottom: 18px;
                    left: 50%;
                    width: 14px;
                }

.vote-result-container {
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .vote-results {}
    
        .vote-results .vote-result-option {
            background-color: #FFF;
            border: 1px solid #467ca7;
            margin-bottom: 15px;
        }
        
            .vote-results .vote-result-option > .row {
                margin-right: 0;
            }
            
                .vote-results .vote-result-option > .row > div {
                    -ms-flex-align: center;
                    align-items: center;                
                    display: -ms-flexbox;
                    display: flex;
                }
                
                @media screen and (max-width: 991px){
                    .vote-results .vote-result-option > .row > div:last-of-type {
                        padding: 15px 30px;
                    }
                }
                @media screen and (min-width: 992px){
                    .vote-results .vote-result-option > .row > div:last-of-type {
                        justify-content: flex-end;
                    }
                }
        
            .vote-results .vote-result-option img {
                display: block;
                margin: 0;
            }
        
            .vote-results .vote-result-option .vote-result-bar {
                background-color: #FFF;
                border-top: 1px solid #467ca7;
                height: 10px;
                width: 100%;
            }
            
                .vote-results .vote-result-option .vote-result-bar .percentage {
                    background-color: #467ca7;
                    height: 10px;
                    width: 0%;
                }

/* END: STEMMEN / VOTE */
 
/* PAGE CONTENT */
   
.page-content,
.landingspage-content {
    background-color: #FFF;
    padding: 40px 20px;
}

    @media screen and ( min-width: 768px ){
        .page-content {
            padding: 60px;
        }
        
        .landingspage-content {
            padding: 40px 30px;
        }
    }

    .page-content :first-child {
        margin-top: 0;
    }
    
    .page-content :last-child {
        margin-bottom: 0;
    }

/* END PAGE CONTENT */


/* LANDINGSPAGE */

.landingspage-content-container {
    background-image: url('../images/bg-beeldmerk.svg');
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 30px;
    margin-bottom: -21px;
}

    .landingspage-content-container.bg-beige {
        background-color: #c3b8af;
    }
    
    .landingspage-content-container .landingspage-form-container {
        margin-top: 30px;
    }
    
        @media screen and ( min-width: 992px ){
            .landingspage-content-container .landingspage-form-container {
                margin-top: 0;
            }
        }

/* END LANDINGSPAGE */


/* QUIZ */

body.page-template-page-quiz {
    margin: 0;
}

#quiz {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}

    #quiz.remove-background {
        background: #FFF !important;
    }

    #quiz-start {
    }
    
        #quiz .quiz-inner {
            justify-content: center;
        }
        
            #quiz .quiz-inner h2,
            #quiz .quiz-inner h3,
            #quiz .quiz-inner p {
                color: #FFF;
            }
            
                #quiz-start .quiz-inner h2 {
                    font-size: 24px;
                    line-height: 26px;
                }
                
                     @media screen and ( min-width: 768px ){
                        #quiz-start .quiz-inner h2 {
                            font-size: 36px;
                            line-height: 40px;
                        }
                    }
                    
    #quiz-form {
        display: none;
    }
    
        #quiz-form .quiz-inner,
        #quiz-form .gform_wrapper {
            position: static;
        }
        
            #quiz-form .quiz-inner {
                padding-top: 30px;
                padding-bottom: 105px;
            }
            
            #quiz-form .gform_wrapper,
            #quiz-thank-you .thank-you-container {
                background-color: rgba(0,0,0,0.4);
                padding: 30px;
                /*max-width: */
            }
            
                #quiz-form .gform_wrapper {
                    max-width: 875px;
                }
                
                @media screen and (min-width: 992px) {
                    #quiz-form .gform_wrapper {
                        width: 875px;
                    }
                }
        
            
            #quiz-form .gform_wrapper .gf_progressbar_wrapper {
                background-color: #FFF;
                margin: 0;
                padding: 15px;
                position: absolute;
                bottom: 0;
                left: 0;   
            }
            
                #quiz-form .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
                    display: none;
                }
                
                #quiz-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
                    background-color: rgba(102,102,102,0.25);
                    border-radius: 0;
                    box-shadow: none;
                    width: 100%;
                }
                
                    #quiz-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage {
                        background: #45be34;
                        border-radius: 0;
                        position: relative;
                        z-index: 10;
                    }
                    
                    #quiz-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar:after {
                        background-color: #000000;
                        border-radius: 0;
                        box-shadow: none;
                    }
            
            #quiz-form .gform_wrapper .gform_page label.gfield_label {
                color: #FFF;
                margin: 0;
            }
            
                #quiz-form  .gform_wrapper ul.gfield_radio li label {
                    font-size: 14px;
                }
            
            #quiz-form .gform_wrapper .gform_page .gfield_html {
                color: #FFF;
                font-family: 'Montserrat';
                font-weight: 800;
            }
            
            #quiz-form .gform_wrapper .gform_page .gform_page_footer {
                visibility: hidden;
                position: absolute;
                left: -9999px;
            }
            
            #quiz-form .gform_wrapper li.gfield .disclaimer {
                border-color: #FFF;
                color: #FFF;
            }
    
    #quiz-thank-you {}
    
        #quiz-thank-you .thank-you-container {
            margin: 30px 0;
        }
   
            

/* END: QUIZ */

/* PAGE SOCIAL */

ul.page-social {
    margin: 0;
    padding: 30px 0;
    margin-bottom: 30px;
}

    #quiz ul.page-social span {
        color: #FFF;
    }

    ul.page-social li {
        display: inline-block;
        list-style-type: none;
        margin: 0 5px 5px 5px;
        margin-bottom: 5px;
    }
    
        @media screen and ( min-width: 768px ){
            
            ul.page-social {
                padding: 60px 0 40px;
                margin-bottom: 30px;
            }
            
            ul.page-social li {
                margin: 0 5px;
            }
        }
        
        
        ul.page-social li a {
            background-color: #FFF;
            border: 1px solid #000000;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            color: #000000;
            padding: 5px;
            display: inline-block; 
        }
            
            ul.page-social li a:hover {
                background-color: #000000;
                color: #FFF;
            }
            
            ul.page-social li a .fa {
                background-color: #000000;
                border-left: 1px solid #000000;
                display: inline-block;
                color: #FFF;
                font-size: 18px;
                margin-left: 10px;
                padding: 5px 0;
                text-align: center;
                width: 28px;
            }
            
                ul.page-social li a:hover .fa {
                    border-color: #FFF !important;
                }
            
            
            ul.page-social li.facebook a {
                border-color: #345995;
                color: #345995;
            }
                
                ul.page-social li.facebook a:hover,
                ul.page-social li.facebook a .fa {
                    background-color: #345995;
                    border-color: #345995;
                    color: #FFF;
                }
                
                
            ul.page-social li.twitter a {
                border-color: #0095e5;
                color: #0095e5;
            }
                
                ul.page-social li.twitter a:hover,
                ul.page-social li.twitter a .fa {
                    background-color: #0095e5;
                    border-color: #0095e5;
                    color: #FFF;
                }
            
            ul.page-social li.linkedin a {
                border-color: #0077B5;
                color: #0077B5;
            }
                
                ul.page-social li.linkedin a:hover,
                ul.page-social li.linkedin a .fa {
                    background-color: #0077B5;
                    border-color: #0077B5;
                    color: #FFF;
                }
                
            ul.page-social li.google-plus a {
                border-color: #d34836;
                color: #d34836;
            }
                
                ul.page-social li.google-plus a:hover,
                ul.page-social li.google-plus a .fa {
                    background-color: #d34836;
                    border-color: #d34836;
                    color: #FFF;
                }
                
                
            ul.page-social li.whatsapp a {
                border-color: #25d366;
                color: #25d366;
            }
                
                ul.page-social li.whatsapp a:hover,
                ul.page-social li.whatsapp a .fa {
                    background-color: #25d366;
                    border-color: #25d366;
                    color: #FFF;
                }
                
                

/* END PAGE SOCIAL */

/* SIDEBAR */

#sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
}


    #sidebar .widget-container {
        background-color: #467ca7;
        padding: 0;
        margin-bottom: 30px;
    }
    
        #sidebar .widget-container.color-yellow { background-color: #bfba00; }
        #sidebar .widget-container.color-lavender { background-color: #9f7eb8; }
        #sidebar .widget-container.color-red { background-color: #db2424; }
        #sidebar .widget-container.color-blue-pastel { background-color: #7899bf; }
    
        #sidebar .widget-container.latest-news,
        #sidebar .widget-container.widget-links {
            background-color: #FFF !important;
        }
        
        #sidebar .widget .widget_border {
            border: 1px solid #467ca7;
        }
        
            #sidebar .widget .color-yellow.widget_border { border-color: #bfba00; }
            #sidebar .widget .color-lavender.widget_border { border-color: #9f7eb8; }
            #sidebar .widget .color-red.widget_border { border-color: #db2424; }
            #sidebar .widget .color-blue-pastel.widget_border { border-color: #7899bf; }
        
        #sidebar .widget .widget_inner {
            padding: 30px;
            padding-bottom: 25px;
        }
         
            #sidebar .widget .widget_links--link,
            #sidebar .widget .widget_news--item {
                border-bottom: 1px solid #467ca7;
                padding: 10px 0 6px 0;
            }   
            
                #sidebar .widget .widget_news--item {
                    padding: 30px 0 25px 0;
                }
            
                #sidebar .widget .color-yellow .widget_news--item,
                #sidebar .widget .color-yellow .widget_links--link { border-color: #bfba00; }
                #sidebar .widget .color-lavender .widget_news--item,
                #sidebar .widget .color-lavender .widget_links--link { border-color: #9f7eb8; }
                #sidebar .widget .color-red .widget_news--item,
                #sidebar .widget .color-red .widget_links--link { border-color: #db2424; }
                #sidebar .widget .color-blue-pastel .widget_news--item,
                #sidebar .widget .color-blue-pastel .widget_links--link { border-color: #7899bf; }
            
            #sidebar .widget .widget_news--item:first-of-type,
            #sidebar .widget .widget_links--link:first-of-type {
                padding-top: 0;
            }
            
            #sidebar .widget .widget_news--item:last-of-type,
            #sidebar .widget .widget_links--link:last-of-type {
                border: 0;
                padding-bottom: 0;
            }
            
                #sidebar .widget .widget_links--link a {
                    display: block;
                    position: relative;
                }
                
                    #sidebar .widget .widget_links--link a::after {
                        content: "\f105";
                        font-family: FontAwesome;
                        font-size: 18px;
                        position: absolute;
                        top: 0;
                        right: 0;
                    }
         
/* END SIDEBAR */
    
/* AJAX LOADING */

.ajax-loading-meta {
    text-align: center;
}
    
    .ajax-loading-meta .loading {
        display: none;
        padding: 30px 0;
    }

        @-webkit-keyframes rotating /* Safari and Chrome */ {
            from {
                -ms-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            to {
                -ms-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        
        @keyframes rotating {
            from {
                -ms-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            to {
                -ms-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        
        .ajax-loading-meta .loading img {
            -webkit-animation: rotating 2s linear infinite;
            -moz-animation: rotating 2s linear infinite;
            -ms-animation: rotating 2s linear infinite;
            -o-animation: rotating 2s linear infinite;
            animation: rotating 2s linear infinite;
            vertical-align: middle;
            margin-right: 5px;
        }

/* END AJAX LOADING */ 

/* MODALS */
.modal {
    overflow: auto;
    display: none;
}

    .modal .modal-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        padding: 40px;
        overflow: auto;
    }
    
 
    .modal .loading img {
        height: 60px;
    }

    .modal .modal-content {
        background: #FFF none no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        box-shadow: 0 0 10px #000;
        max-width: 768px;
        margin: 10% auto;
        position: relative;
    }
    
        .modal .modal-content.has-bg {
            border: 2px solid #FFF;
        }
        
        .modal .modal-content.has-bg::before {
            background-color: rgba(0,0,0,0.35);
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }
        
        
        .modal .modal-content .inner {
            padding: 25px;
            padding-top: 30px;
            position: relative;
        }
        
            .modal .modal-content.has-bg h2,
            .modal .modal-content.has-bg p,
            .modal .modal-content.has-bg ul, 
            .modal .modal-content.has-bg ol,
            .modal .modal-content .modal-close {
                color: #FFF !important;
            }
            
            .modal .modal-content h2 {
                text-align: center;
                margin-bottom: 0;
            }
            
            

    .modal.entry-modal {
        height: 450px;
    }

    .modal .modal-close {
        position: absolute;
        width: 40px;
        height: 40px;
        text-align: center;
        top: -6px;
        right: -40px;
        font-size: 30px;
        cursor: pointer;
    }
    
        .modal .modal-close:hover {
            opacity: 0.75;
        }
    

    @media all and (max-width: 768px) {
        .modal .modal-content {
            width: 100%;
            padding: 10px;
            background-image: none;
            height: auto;
        }

        .modal .modal-content h2 {
            font-size: 32px;
            width: 90%;
        }

        
        .modal .modal-close {
            top: -40px;
            right: 15px;
        }
    }

    @media all and (max-height: 640px) {
        .modal .modal-content {
            margin: 0 auto;
        }
    }
/* END OF MODALS */


footer {
    border-top: 4px solid #db2424;
    background-color: #467ca7;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    footer .footer-col {
        border-bottom: 1px solid rgba(149,199,237,0.25);
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 15px;
    }

        @media screen and ( min-width: 768px ){
            
            footer {
                padding-top: 0;
                padding-bottom: 50px;
            }
            
            footer .footer-col {
                padding-top: 50px;
                padding-bottom: 50px;
            }
        }
        
        @media screen and ( min-width: 992px ){
            footer .footer-col {
                border: 0;
            }
        }
    
    footer .footer_below {
        padding-top: 30px;
    }
    
        @media screen and ( min-width: 992px ){
            footer .footer_below {
                border-top: 1px solid rgba(149,199,237,0.25);
            }
        }
    
        .page-template-page-landingspage footer .footer_below {
            border: 0;
        }
    
    footer ul.footer_logos {
        margin: 0;
        padding: 0;
    }
    
        .page-template-page-landingspage footer ul.footer_logos {
            text-align: right;
        }
        
        footer ul.footer_logos li {
            display: inline-block;
            list-style-type: none;
            margin: 0 20px;
        }
        
            footer ul.footer_logos li:first-of-type {
                margin-left: 0;
            }
            
    footer .footer_copyright p {
        font-size: 14px;
        margin-bottom: 0;
    }
    
        footer span.no-break {
            white-space: nowrap;
        }
    
        @media screen and ( min-width: 768px ){
            footer .footer_copyright {
                text-align: right;
            }
            
                footer .footer_copyright.footer_copyright_text-left {
                    text-align: left;
                }
        }
    
/* COMMENTS */
            
    ol.commentlist { padding: 0; }
        
        ol.commentlist li {
            list-style-type: none;
            margin-bottom: 20px;
            position: relative;
        }
        
            ol.commentlist li .comment-author {
               padding: 10px;
               border-bottom: 1px solid #e8e8e8; 
            }
                
                ol.commentlist li .comment-author img {
                    vertical-align: middle;  
                    display: inline-block !important;  
                }
                
            ol.commentlist li .comment-meta {
                position: absolute;
                top: 8px;
                right: 1px;
                padding: 10px;
            }
                
                @media screen and (max-width: 768px) {
                    ol.commentlist li .comment-meta {
                        position: relative;
                    }
                }
            
            ol.commentlist li .reply, ol.commentlist li p {
                padding: 10px;
            }
            
                ol.commentlist li p {
                    margin: 0;
                    padding-bottom: 0;
                }
            
            ol.commentlist ul.children {
                padding: 0 30px;
                
            }
            
                ol.commentlist ul.children li {
                    margin-bottom: 10px;
                }
                
                    ol.commentlist ul.children li .reply {
                        display: none;
                    }
                    
                    ol.commentlist ul.children li p {
                        padding: 10px;
                    }
/* END OF COMMENTS */