/*
Theme Name:	Woodson - Child Theme
Theme URI: https://themnific.com
Description:	A basic child theme for Woodson Theme
Author:		Dannci
Author URI: https://themnific.com
Template:	woodson
Version:	0.1
*/

/* ADD SOME STYLE BELOW */

#footer .threewaves-footer-credit {
    float: right;
    margin: 20px 15px 30px 15px;
    font-size: 13px;
    line-height: 1.4;
    color: #7caa9c;
}

#footer .threewaves-footer-credit a {
    color: #00a680;
}

#footer .threewaves-footer-credit a:hover {
    color: #b8f9c4;
}

@media screen and (max-width: 767px) {
    #footer .threewaves-footer-credit {
        float: left;
        clear: both;
        margin: 0 15px 30px 15px;
    }
}

/* Checkbox CF7 */
.wpcf7-form span.wpcf7-form-control-wrap[data-name="acceptance-privacy"] {
    display: block !important;
    margin: 20px 0 25px !important;
}

.wpcf7-form span.wpcf7-form-control-wrap[data-name="acceptance-privacy"] .wpcf7-form-control {
    display: block !important;
}

.wpcf7-form span.wpcf7-form-control-wrap[data-name="acceptance-privacy"] .wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}

.wpcf7-form span.wpcf7-form-control-wrap[data-name="acceptance-privacy"] .wpcf7-list-item label {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: auto !important;
    overflow: visible !important;
    clear: none !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
}

.wpcf7-form span.wpcf7-form-control-wrap[data-name="acceptance-privacy"] input[type="checkbox"] {
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    flex: 0 0 18px !important;
    clear: none !important;
    overflow: visible !important;
}

.wpcf7-form span.wpcf7-form-control-wrap[data-name="acceptance-privacy"] .wpcf7-list-item-label {
    display: inline !important;
}

.wpcf7-form span.wpcf7-form-control-wrap[data-name="acceptance-privacy"] a {
    text-decoration: underline;
}