/*
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
*/
/***********************************************************************
*
*  Footer
*
************************************************************************/
footer .footer-center{
background-color:#ffffff;
font-size:11px;
padding-bottom:12px;
padding-top:18px;
}

footer{
font-size:16px;
}
/**********************************************************************
*
*  Captcha
*
************************************************************************/
.grecaptcha-badge{ 
opacity:0;
}
/***********************************************************************
*
*  Form
*
************************************************************************/
.wpcf7-inline-wrapper{
font-weight:400;
}

.input-background .style-dark input[type="text"], 
.input-background .style-light .style-dark input[type="text"], 
.input-background .style-dark input[type="email"], 
.input-background .style-light .style-dark input[type="email"], 
.input-background .style-dark input[type="number"], 
.input-background .style-light .style-dark input[type="number"],
.input-background .style-dark input[type="url"], 
.input-background .style-light .style-dark input[type="url"], 
.input-background .style-dark input[type="tel"], 
.input-background .style-light .style-dark input[type="tel"],
.input-background .style-dark input[type="search"], 
.input-background .style-light .style-dark input[type="search"], 
.input-background .style-dark input[type="password"],
.input-background .style-light .style-dark input[type="password"],
.input-background .style-dark input[type="date"],
.input-background .style-light .style-dark input[type="date"],
.input-background .style-dark textarea, 
.input-background .style-light .style-dark textarea,
.input-background .style-dark select, 
.input-background .style-light .style-dark select, 
.input-background .style-dark .select2-selection--single, 
.input-background .style-light .style-dark .select2-selection--single {
background-color:rgba(0, 0, 0, 100) !important;
}

input[type="text"],
input[type="email"],
input[type="textarea your-message"],
textarea
{
font-weight:400;
}

.wpcf7 form .wpcf7-response-output{
border:0px solid #dddddd !important;
color:#dddddd !important;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.wpcf7 .wpcf7-mail-sent-ok, .wpcf7 .wpcf7-validation-errors, .wpcf7 span.wpcf7-not-valid-tip{
display:none;
opacity;0;
}

.wpcf7-response-output{
border:0px solid #dddddd !important;
}
/***********************************************************************
*
*  Menu
*
************************************************************************/
@media (max-width:768px){
body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart li.menu-item > a, body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper .vmenu-wrap-cell ul.menu-smart li.menu-item > a, body.menu-mobile-centered .overlay-menu .navbar-main .menu-sidebar-inner ul.menu-smart li.menu-item > a, body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart li.menu-item-link > a, body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper .vmenu-wrap-cell ul.menu-smart li.menu-item-link > a, body.menu-mobile-centered .overlay-menu .navbar-main .menu-sidebar-inner ul.menu-smart li.menu-item-link > a{
font-size:30px !important;
}
}

@media (min-width:824px){
body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart li.menu-item > a, body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper .vmenu-wrap-cell ul.menu-smart li.menu-item > a, body.menu-mobile-centered .overlay-menu .navbar-main .menu-sidebar-inner ul.menu-smart li.menu-item > a, body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart li.menu-item-link > a, body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper .vmenu-wrap-cell ul.menu-smart li.menu-item-link > a, body.menu-mobile-centered .overlay-menu .navbar-main .menu-sidebar-inner ul.menu-smart li.menu-item-link > a{
font-size:62px !important;
}
}
/***********************************************************************
*
*  Gdpr Privacy Setting
*
************************************************************************/
.gdpr-wrapper{ 
}

.gdpr-privacy-bar{ 
background-color:#434746 !important;
}

.gdpr-privacy-preferences form, .gdpr-general-confirmation form{
box-shadow:none !important;
height:100%;
position:relative;
}

.gdpr-content{ 
color:#ffffff !important;
}

.gdpr-privacy-bar .gdpr-preferences{
color:#ffffff !important;
}

.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-agreement,.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-reject{
background-color:#ffffff !important;
color:#434746 !important;
font-weight:500 !important;
padding-bottom:5px;
padding-top:5px
}

.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-agreement:hover,.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-reject:hover{
background-color:#ffffff !important;
color:#434746 !important;
}

.gdpr-privacy-preferences .gdpr-close, .gdpr-general-confirmation .gdpr-close{
display:none;
}