/*
Theme Name: Divi Child
Template: Divi
Author: CoverWeb.co.za
*/
/* #logo {
    position: absolute;
    width: auto;
    height: 220px;
    max-height: none !important;
    box-shadow: 0px 0px 15px 3px #3a476c;
    background: #fff;
    padding: 10px;
} */
*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #1c3a94;
}

.flip-box-back .et_pb_module_header {
    text-decoration: underline;
    color: #ee4b34 !important;
}
.post-meta {
    display: none;
}
.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular.et_pb_section_first{
padding-top:190px !important;	
}
/*CF7*/

input.wpcf7-form-control {
    border: 1px solid #fff;
    width: 100%;
    padding: 6px;
	box-sizing: border-box;
    }
textarea {
	box-sizing: border-box;
    border: 1px solid #fff;
    height: 50px;
    width: 99%;
    }
input.wpcf7-form-control.wpcf7-submit:hover {
    letter-spacing: 5px;
    width: 100px;
    cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #3e947e00;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    margin-top: 10px;
    }
.phone {
    width: 49%;
    }
.email {
    width: 49%;
    }
.wpcf7-form-control-wrap {
    position: static;
    }
input.wpcf7-form-control.wpcf7-submit{
    width: 60px;
}
form.wpcf7-form {
    text-align: center;
    line-height: 30px;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    background-image: linear-gradient(270deg,#333 0%,#3a476c 50%);
}
.name {
    width: 50%;
    margin-left: 25%;
    }
div.wpcf7-mail-sent-ok {
    border: 1px solid #fff;
    }

@media only screen and (min-width: 901px) {
	#page-container {
		padding-top: 190px !important;
	}	
}
@media only screen and (max-width: 900px) {
	#page-container {
		padding-top: 80px !important;
	}
}
@media only screen and (max-width: 600px) {
	a.et_pb_button {
    	font-size: 16px;
	}
    .submit-button {
    margin-right: 50%;
    margin-top: 80%;
    }
    .email-phone {
        width: 200% !important;
    }
	input.wpcf7-form-control.wpcf7-submit {
		margin: 0px;
		width: 100%;
	}
	img#logo {
    	height: 100%;
    }
	.et_mobile_menu {
		border-top: 3px solid #ee4932;
	}
	h1 {
    	font-size: 30px !important;
	}
	p{
		font-size: 15px;
	}
}
