/*
Theme Name: Andeon - Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™ - Christel Ehrhart
Author URI: http://www.undsgn.com / https://www.ce-soft.info
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.wpcf7-form .g-recaptcha.wpcf7-recaptcha{
	margin-top: 20px;
}

.text-lead.text-top-reduced p{
	color: #cd7628;
    background-color: rgba(240,240,240,0.7);
    border-radius: 5px;
    padding-left: 15px;	
}

.ilightbox-container{
    display:none !important;
}

@media screen and (min-width: 981px) {

  #page-container {
    padding-top:119px !important;
  }

#main-header {
    top: 45px !important;
  }

.admin-bar #main-header {
    top: 77px !important;
  }

}

.custom-link.btn{
    background-color: #cc7629;
    border-color: #cc7629;
    color: #FFF;
}
.wpcf7-list-item-label a{
	text-decoration:underline;
}