/*
 Theme Name:   OWDC Theme
 Description:  One World Diversity Consulting Theme, based on Accelerate theme from ThemeGrill
 Author:       SinaSys
 Author URI:   https://sinasys.com
 Template:     accelerate
 Version:      1.21
*/


/* Black Gold Customization */ 
/*h1 {
	font-weight: bold;
	color: #daa520;
}*/
#site-title a {
	font-weight: bold;
	color: #daa520;
}
h5 {
	text-decoration: underline;
}

#header-text-nav-container {
	background-color: #111111;
}
div .footer-widgets-wrapper {
	background-color: #111111;
}
.call-to-action-content-wrapper {
	background-color: #F0DBA6;
}

/* Contact Form */
.wpcf7 {
	max-width: 70%;
}
#cf-name, #cf-email, #cf-tel, #cf-message, #cf-captcha {
	color: #222222;
	background-color: #F0DBA6;
}
#cf-tel {
	max-width: 200px;
}
#cf-captcha {
	max-width: 50px;
}

/* Fix Tel Input */
input[type="tel"] {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
input[type="tel"] {
	padding: 1%;
	border: 1px solid #EAEAEA;
	line-height: 20px;
	width: 98%;
	margin: 0 0 20px;
	background-color: #F8F8F8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="tel"]:focus {
	border: 1px solid #EAEAEA;
}

/* Remove duplicate Scroll to Top */
#scroll-to-top {
    display: none !important;
	opacity: 0 !important;
}