/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* GOOGLE RECAPTCHA HIDDEN */

.grecaptcha-badge {
    display: none;
}


/* BUTTON STYLING */

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-accent.btn-lg.btn-flat.btn-custom-typo.font-weight-400 {
        color: #31bcbb !important;
}


/*.black-text .style-dark a,
.black-text .style-dark .text-lead {
    color: #303133 !important;
}

.black-text .style-dark .btn-default {
    color: #fff !important;
    background-color: #303133 !important;
    border-color: #303133 !important;
}
.black-text .style-dark .btn-default:hover,
.black-text .style-dark .btn-default:active,
.black-text .style-dark .btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
    color: #303133 !important;
    border-color: #303133 !important;
}
*/

/* TEXT STYLING */

li {
    font-family: Jost !important;
    font-size: 17px;
}

.standout-block-yellow ul {
    border: solid 2px #ffff00;
    padding: 20px !important;
}

.t-entry-title a {
    pointer-events: none;
}


/* LIST CHECK MARK ALIGNMENT */

i.fa.fa-check2 {
    margin-left: -30px;
}
.standout-block-yellow ul.icons li {
    padding-left: 30px;
}




/* RESPONSIVE MOBILE ADJUSTMENTS */


@media only screen and (max-device-width: 480px) {

    .heading-text h2 {
        font-size: 65px;

    }

    footer ul.icons li i.fa {
        display: none;
    }

    .main-container .row-container .row-parent .column_child.single-internal-gutter .uncont > *:not(:first-child) {
        margin-top: 15px;
    }


}

