/*
Theme Name: Adonis Child
Theme URL: https://caseyhofford.com
Description: Adonis Child Theme
Author: Casey Hofford
Author URL: https://caseyhofford.com
Template: adonis
Version: 1.0.1
Text Domain: adonis-child
*/
/*.custom-header-content.sections.header-media-section.align-center {
    padding: 35vh;
}*/

.custom-header:before {
    background-position: center center !important;
}

#masthead {
    background: none;
    background: linear-gradient(180deg, rgba(0,0,0,0.3981792546120011) 0%, rgba(61,61,61,0.15448177562040444) 75%, rgba(255,255,255,0) 100%);
}

.site-branding-text a, .site-branding-text p {
    text-shadow: 0 0 20px black;
}

a.hire-me {
    padding: 20px;
    border-radius: 5px;
    height: auto;
    box-shadow: 7px 7px 17px 2px #000000ab;
    margin: 15px;
    transition: 0.3s;
    background-color: #2d6dab;
}

a.hire-me:hover {
    background-color: #2d6dabab;
}

.hire-me:hover p::after {
    content: " >";
}

.hire-me p {
    margin: auto;
    transition: 0.5s;
}

/*Fixing mobile issues with adonis*/
.et-db #et-boc .et_pb_section_1 {
	padding: 0px !important;
}


/*custom form styling*/
.et-db #et-boc #contact-form .nf-form-content input {
	width: 100%;
	height: 50px;
	border: .5px #eee solid;
	border-bottom: 2px black solid;
	border-radius: 0;
}

.et-db #et-boc #contact-form .nf-form-content textarea {
	border: .5px #eee solid;
	border-left: 2px black solid;
	border-radius: 0;
	resize: none;
}

.et-db #et-boc #contact-form .nf-form-content .submit-wrap input {
	background: #2b2b2b;
}

.et-db #et-boc #contact-form .nf-form-content .submit-wrap input:hover {
	background: #636363;
}

