/*
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
*/


/*********************************************
		By Creativecode.dk [BEGIN]
/********************************************/

/* global class to use */

.d-none{
    display:none;
}

.cc-white-svg{
    fill:white;
}

.white * {
    color:#fff!important;
    fill:white!important;
}

.black * {
    color:#000!important;
    fill:black!important;
}

.text-size-large {
    font-size: 18px;
}

.margin-0{
    margin: 0!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

/**/

/* Uncode request 78515 */
.overlay.overlay-search {
    z-index: 99999999 !important;
}

/**/

/* #experience p.t-entry-excerpt.text-lead { font-size: 23px!important; } */

/* @media (max-width: 959px) { #experience p.t-entry-excerpt.text-lead { font-size: 50px; }} */
@media (max-width: 569px) { #experience p.t-entry-excerpt.text-lead { font-size: 16px!important; }}
@media (max-width: 320px) { #experience p.t-entry-excerpt.text-lead { font-size: 12px!important; }}

/* Styles for Quform */

.quform-success-message {
    border-top: 1px solid #d6d8db;
    border-right: 1px solid #d6d8db;
    border-bottom: 1px solid #d6d8db;
    border-left: 5px solid #c6c8ca;
    padding: 5px 15px;
    margin: 0 0 10px 0;
    position: relative;
    color: #383d41;
    background-color: #e2e3e5;
    border-radius: 0.25rem;
}

.quform-page-progress-bar{
    background-color: #b4975a!important;
}

/**/