/*
Theme Name: Nerder
Theme URI: http://nerder.com
Author: the WordPress team
Author URI: https://wordpress.org/
Description: A new Gutenberg-ready theme.
Requires at least: WordPress 4.9.6
Version: 1.0
Text Domain: nerder

*/



/*
.cboxN {
    border: 5px solid red;
}

*/

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
/*.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}*/
.cboxN.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}
.cboxN.wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
.cboxN.wpcf7-checkbox input[type=checkbox] + span {
    /* border: 3px solid red; */
}
.cboxN.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 36px;
    width: 36px;
    top: 0;
    left: 0;
    /*border: 1px solid #ee6a09;*/
    background: url('assets/images/checkmark.png') no-repeat;
}
.cboxN.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
   /* content: "\2713";*/
    height: 36px;
    width: 36px;
    top: 0;
    left: 0;
    visibility: hidden;
    /*font-size: 18px;*/
    text-align: center;
    /*line-height: 30px;*/
    background: url('assets/images/checkmark.png') no-repeat left bottom;
}
.cboxN.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    /*background: transparent;*/
}
.cboxN.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}
.cboxN .wpcf7-list-item-label {
    margin-left: 50px;
    display: inline-block;
}

.xcboxN p>span>span .wpcf7-list-item.first {
    margin-left: 0;
}

@media (max-width: 767.98px) {
    .cboxN .wpcf7-list-item-label {}
    .xcboxN p>span>span .wpcf7-list-item {
        margin: 0 0 15px 0;
        text-align: left;
        width: 50%;
        float: left;
    }

    .xcboxN p>span>span .wpcf7-list-item.first {
        margin-left: 0;
    }
}