/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");

/* Menu */
.menu-item, #navigation .sub-menu li a{
    text-transform: uppercase;
}

/* Headers */
.titlebar {
    margin-bottom: 80px;
    height: 500px;
}

#logo, #mobile-logo {
    background: #6BBBAE;
    padding: 15px;
    position: absolute;
    left: 0;
}

#mobile-header .container {
    margin-left: 0px;
}

#navigation .sub-menu ul li a {
    color: #666666;
}

h1.headline, h2.headline, h3.headline, h4.headline, h5.headline, h6.headline {
    font-weight: 700;
}

h2.headline {
    font-size: 40px;
}

h3.headline {
    font-size: 32px;
}

h4.headline {
    font-size: 18px;
}

/* Mobile */

.on-mobile #fullimagecenter h1, .on-mobile h2.headline {
    font-size: 24px;
}

.on-mobile h3.headline {
    font-size: 20px;
}

.on-mobile h4.headline, .on-mobile h5.headline, .on-mobile h6.headline {
    font-size: 18px;
}

/* Footer */
#footer {
    margin-top: 80px;
    line-height: .5;
}

#footer p {
    font-size: 13px;
}

/* MijnCDJA home category images */
.mijn-cdja-catimages .catimage-text {
    overflow-wrap: break-word;
}

.mijn-cdja-catimages a.catimage:hover .catimage-text{
    background: transparent;
}

/* Kleur titels laatste resoluties mijncdja */
.mijncdja-laatste-resoluties h4 {
    color: #919090;
}

/* USP forms*/
.usp_form .entry-title, .usp_form .entry-meta, .usp_form + .sharebox {
    display: none;
}

/* USP posts */
.usp-images-wrap {
    display: none;
}

/* Masonry grid*/
.minti_masonrygrid {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.minti_masonrygrid_item_cell, .minti_masonrygrid_item .fa {
    transition: .2s;
}

.minti_masonrygrid_item:hover .minti_masonrygrid_item_cell {
    background: #6BBBAE;
}

.minti_masonrygrid_item_cell h4 {
    color: #919090;
}

.minti_masonrygrid_item:hover .fa {
    color: #ffffff;
}

/* Counter */
.dit-zijn-wij-cdja-header .counter-number {
    font-size: 54px;
    font-weight: 700;
}

.dit-zijn-wij-cdja-header .counter-title {
    font-size: 24px;
    color: #ffffff;
}

/* Timer */
#main_countedown_1 .time_left {
    background-color: #6BBBAE !important;
    color: #ffffff !important;
}

/* Word lid form */
#wpcf7-f19277-p15409-o1 {
    padding: 20px;
    background: #6BBBAE;
}

/* Comments */

.comments-mijncdja {
    background: #6BBBAE;
    padding: 0 20px 20px 20px;
}

.comments-mijncdja .sharebox {
    margin: 20px 0 20px 0;
    color: #ffffff;
}

.comments-mijncdja .sharebox a:hover{
    color: #919090;
}

#comments h3 {
    color: #ffffff;
}

.commentlist li .comment-text {
    background: #ffffff;
}

#comments input[type=submit] {
    background: #919090;;
}

.avatar {
    display: none;
}

.likebtn_container {
    margin-bottom: 20px;
}