/*
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
*/
/*home*/
.home-slider h1 {font-size:30px; line-height:40px; font-weight:300; letter-spacing: 5px}

.home-banner .t-entry h3 {text-transform: uppercase; font-size: 20px; line-height: 28px; letter-spacing: 5px!important; font-weight: 400!important}
.home-diary h3 {text-transform: uppercase; font-size: 20px; line-height: 28px; letter-spacing: 5px!important; font-weight: 400!important}

/*footer*/
.footer-block h3 {text-transform: uppercase; font-size: 100px; line-height: 100px; font-weight: 300!important; text-transform: uppercase}

.footer-block-seo p {font-size: 15px; line-height: 24px; text-align: justify}
.footer-block-seo ul {padding: 0!important; margin: 20px 0	}
.footer-block-seo li {float: left; padding-right: 15px; list-style: none}
.footer-block-seo li:last-child {padding-right: 0}
.footer-block-seo li a {text-decoration: underline}

.footer-menu li a {font-size: 26px; line-height: 40px; text-transform: uppercase; font-weight: 300!important;}
.footer-menu li {list-style: none}

/*diary*/
.diary h3 {text-transform: uppercase; font-size: 200px; line-height: 210px; font-weight: 700; }

/*press*/
.press h3 {text-transform: uppercase; font-size: 150px; line-height: 150px; font-weight: 700; }
.press p {font-size: 13px; line-height: 18px; text-align: justify; width: 50%}

/*where*/
.where {width: 80%; margin: 0 auto}
.where h1 {text-transform: uppercase; font-weight: 700}
.gform_title {display: none}
.gform_required_legend {display: none}
.gform-theme--foundation .gform_fields {
    grid-column-gap: 15px!important;
    -moz-column-gap: 15px!important;
    column-gap: 15px!important;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    inline-size: 100%;
    grid-row-gap: 15px!important;
    row-gap: 15px!important;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    inline-size: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
}
.gform-theme--foundation .gfield textarea.small {
    min-block-size: 6rem;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-local-radius: var(--gf-ctrl-checkbox-check-radius);
    background-color: transparent;
}
#gform_submit_button_1 {background-color: transparent; border: 1px solid #000; color: #000; box-shadow: none}
#gform_submit_button_2 {background-color: transparent; border: 1px solid #000; color: #000; box-shadow: none}

/*contact*/
.contactus h1 {text-transform: uppercase; font-weight: 700}
.contactus li {list-style: none; padding: 10px 0; border-bottom: 1px solid #ccc}
.contactus ul {padding: 0!important; margin: 20px 0}


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

.footer-block h3 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300!important;
    text-transform: uppercase;
}
.social-m {clear: both; padding: 20px 0}
.where {
    width: 90%;
    margin: 0 auto;
}
.diary h3 {text-transform: uppercase; font-size: 60px; line-height: 70px; font-weight: 700; }
.press h3 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
.press p {
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    width: 100%;
}



}
