/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Brian Edwards @brey1013
 Author URI:     https://brey.co.za/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

:root {
	-black: #010101;
	-white: #fefefe;
	-lightGrey: #eaebe6;
	-mustard: #d9a428;

}

header .et_pb_menu__logo {
	background-color: var(-_mustard);
	padding: 10px 20px 0px 20px;
	margin: -40px 0 -50px 0;
	border-radius: 15px;
	box-shadow: 0 20px 20px rgba(1,1,1,.25);
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, span.mustard {
	color: var(--mustard);
}

.random-square {
	width: 250px;
	height: 250px;
	background: var(--mustard);
}

.tyc-footer-link {
	color: var(--white) !important;
}

.header-link {
	margin-left: 25px;
}

.header-link span {
	font-size: 16px;
	margin-right: 10px;
}

.tyc-tag-blurb img {
    width: 120px !important;
    margin-right: 25px !important;
    max-width: initial !important;
}


.tyc-tag-blurb h4 span {
    color: var(--black) !important;
}

.tyc-contact-form input[type=text], .tyc-contact-form input[type=email], .tyc-contact-form textarea {
    width: 100%;
    border: 2px solid var(--black);
    padding: 10px;
    background: var(--lightGrey);
}

.tyc-contact-form input[type=submit] {
    background: var(--mustard);
    padding: 20px;
    color: var(--black);
    float: right;
    bordeR: none;
    font-weight: bold;
    text-transform: uppercase;

}

@media screen and (max-width: 640px) {
	header .et_pb_menu__logo {
		margin: -20px 0 -50px 0;
	}
	}
