/*Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child 
ThemeAuthor: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-child*/
/*Theme Customization Starts Here*/


div#page-header {
	background-color: #49637c;
	background-image: url(/wp-content/uploads/2025/05/tv-radio-reception-survey-banner.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
div#page-header h1 {
	text-align: center;
	padding: 80px 0px 80px 0px;
	color: white; 
}

@media screen and (max-width: 700px){
	div#page-header h1 {
		padding: 50px 60px 50px 60px;
		font-size: 1.7em;
		line-height: 120%;
		color: white; 
	}
}

div#cta-header {
	text-align: center;
	clear: both;
}

div#cta-header a {
border: 2px solid white;
border-radius: 4px;
padding: 6px 10px 6px 10px;
margin: 0px 10px 20px 10px;
color: white;
font-size: 20px;
background: rgba(0,0,0,0.5);
  transition: 0.25s;
  display: inline-block;
}
div#cta-header a:hover {
	color: black;
	background: rgba(255,255,255,0.75);
	margin: -4px 6px 16px 6px;
	padding: 10px 14px 10px 14px;
}

#main-content.nosidebar #sidebar {
display: none !important;
}
#main-content.nosidebar .container:before {
display: none !important;
}
#main-content.nosidebar #left-area {
width: 100% !important;
padding: 0 !important;

.et-social-linkedin a.icon:before { content: '\e09d'; }