/*
 Theme Name:   Watlington Services
 Theme URI:    http://underscores.me/
 Description:  A child theme of Underscores Theme
 Author:       Alisons Websites
 Author URI:   https://alisonswebsites.co.uk
 Template:     alisons-websites-underscores
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../alisons-websites-underscores/style.css");

.home .entry-title {
	display: none;
}

.widget_siteorigin-panels-builder {
	list-style-type: none;
}

.widget-title {
	color: #006BB4;
}

a, a:hover, a:focus, a:active, a:visited {
	color: #11a5cd;
}

.entry-title {
	color: #006BB4;
}

.site-main {
	margin: 0 auto;
	max-width: 1020px;
}

.site-footer {
	background-color: #006BB4;
	color: #ffffff !important;
	padding: 0 20px;
}

.site-footer a, .site-footer a:hover, .site-footer a:focus, .site-footer a:active, .site-footer a:visited {
	color: #ffffff;
}

.site-info {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #006BB4;
}

.color-widget {
	background-color: #b7f7ff;
	padding: 20px;
}

.site-footer h3{
	color: #ffffff !important;
}

.widget-title {
	text-align: center;
}

/***mobile css***/

@media screen and (max-width: 768px) {
	.menu-toggle {
		display: none;
	}
	
	.site-main {
		padding: 0 20px;
	}
	
}