/*
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-video h1 {font-weight: 800; }
.home-video h2 {font-weight: 500; }

.home-intro h3 {text-align: center; font-size: 30px; font-weight: 700}
.home-intro p {text-align: center; font-size: 22px; font-weight: 300}

.t-entry-title .home-servizi {font-size: 22px!important}

.gform_title {display: none}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    background-color: #f1f1f1;
    color: #000!important;
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 8px;
    width: 100%;
    background-color: #6b8361;
    height: 50px;
    color: #fff;
    font-size: 17px;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 96px;
    background-color: #f1f1f1;
}

/*interno*/
.interno {width: 75%; margin: 0 auto}
.interno h1 {text-align: left; font-size: 30px; font-weight: 300}
.interno p {text-align: justify}

.blocco-servizi h3 {text-align: center; font-weight: 300; text-transform: uppercase}



@media only screen and (max-width: 768px) {
	.interno {width: 90%; margin: 0 auto}
	
	}

