/*
Theme Name: dutchitawards
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.3.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.homepage_header .bg-fill{
    background-size:contain !important;
}

.partner_logo .image-cover img{
    object-fit: contain !important;
}

strong,b{
	color:#dd9933;
}

.ux-timer.light strong{
	color:#fff;
}

label{
	color:#dd9933;
}

label small{
	color:#000;
}

.partnerrow h3{
    color:#dd9933;
    border-bottom:3px solid #dd9933;
    padding:0 10px 10px 10px;
    display:inline;
}

.newsrow h2{
    color:#dd9933;
    border-bottom:3px solid #dd9933;
    padding:0 10px 10px 10px;
    display:inline;
    text-transform: uppercase;
    font-weight:300;
}

.footerurls{
    margin:0;
    padding:0;
    width:100%;
    text-align:center;
}

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

.footerurls li a{
    color:#b3bbc2 !important;
    text-decoration:underline;
}

.genomineerden h3{
    color:#757575;
}
.nominatie_cat{
    margin-bottom:50px;
    position:relative;
}
.nominatie_cat:before{
    content:'';
    width:70%;
    height:1px;
    display:block;
    background:#ccc;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
    margin:0 auto;
}

.nominatie_cat:after{
    content:'';
    display:block;
    background: url(assets/images/dot.png) #fff;
    background-size:14px 14px;
    background-repeat:no-repeat;
    background-position: center;
    height: 35px;
    width: 8%;

    position:absolute;
    bottom:-17px;
    left:0;
    right:0;
    z-index:2;
    margin:0 auto;
}

.countdown{
    margin-top:-5px;
}

.countdown .light span{
    background-color:#dd9933 !important;
    color:#fff !important;
}

.wpcf7-form label small{
    display:block;
    margin-bottom:10px;
}

.alreadyVoted{
    display:none;
    background:rgb(196, 1, 1);
    color:#fff;
    padding:10px;
    border-radius:5px;
}

.alreadyVoted a{
    text-decoration:underline; 
    color:#fff;
}

.accordion-title{
    border-top:0;
}

.accordion-item .accordion-title{
    padding:0;
}

.accordion-item .accordion-inner{
    padding:0.5em;
}

div[role="dialog"]{
	-webkit-box-shadow: 0px 0px 3px 1px rgba(148,148,148,0.61); 
box-shadow: 0px 0px 3px 1px rgba(148,148,148,0.61);
}
.bevestigings-tekst{
	font-size:400%;
}

label.categorie-222{
/* 	display:none !important; */
}

.genomineerde{

}

.genomineerde .accordion-title button.toggle{
    width:20px;
}

.genomineerde .accordion-title span{
    font-size:70%;
}
.accordion-item{
    border-bottom:1px solid rgb(141,178,196);
}

.accordion-item:last-child{
    border-bottom:0px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.bevestigings-tekst{
	font-size:200%;
}

}

.already-voted{
    opacity:30%;
}