/**
 * Theme Name: Byron Child
 * Template: byron
 * Version: 1.0
 * Description: Construction Engineering and Architecture WordPress Theme
 * Author: Ninzio
 **/

/** KIVI CUSTOM CSS **/

.kivi-form-acceptance{
	margin-top: 15px;
}
.kivi-form-recaptcha{
	margin-top: 15px;
	margin-bottom: 15px;
}
.kivi-form-button{
	margin-left: 20px;
	display: flex;
}
#recaptcha-container{
	margin-left: 20px;
	display:flex;
	align-items: center;
	flex-direction:row;
}
#main-nav{
    display: block;
    float: right;
    flex-grow: unset !important;
    margin-left: auto;
    margin-right: auto;
    min-width: 500px;
}

.site-header-inner {
    height: 100px;
}

.url-wrap{
	display:none;
}

.elementor-488 .elementor-element.elementor-element-84d61f3 .master-service .content-wrap{
	padding-bottom: 25px !important;
}

.elementor-488 .elementor-element.elementor-element-edc8dde .master-service .content-wrap{
	padding-bottom: 25px !important;
}

.elementor-488 .elementor-element.elementor-element-cbe9f4a .master-service .content-wrap{
	padding-bottom: 25px !important;
}

@media screen and (max-width:769px) {
	#recaptcha-container{
	flex-direction:column !important;
	margin-top: 20px;
}
}

.btn-404{
		background-color: var(--e-global-color-accent);
		color: #fff;
        border: none;
		display: inline-block;
        font-size: 16px;
        line-height: 44px;
        font-weight: 500;
        padding: 0px 28px;
        border-radius: 2px;
        font-weight: 500;
	}
.btn-404:hover{
		color: #fff !important;
	}
/*Contact form edit*/
.byron-cf7-0 .wpcf7 .input-wrap p > span:first-child{
	margin-bottom: 30px;
}
.byron-cf7-0 .wpcf7 p{
	margin-bottom: 30px !important;
}
.wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="text"]{
	margin-bottom: 0px !important;
}


.kivi-button{
	margin-top: 5px;
}
@media screen and(max-width: 769px){
	.kivi-button{
		margin-top: 15px;
	}
}