/*
Welcome to Custom CSS!


To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*Homepage text color on dark background*/
.centric-pro-home .color-section {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	text-shadow: 1px 1px 0 rgba(63,107,169,0.5);
}

h7 {
	color: #ffffff;
	font-size: 28px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	text-shadow: 1px 1px 0 rgba(63,107,169,0.5);
}

.home-widgets-4 {
	background-color: #1e73be;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

/*Primary and Secondary widget hide*/
.sidebar-secondary.widget-area {
	display: none;
}
.sidebar-primary.widget-area { 
	display: none;
}


/*Button style and behavior*/
input[type="button"], input[type="submit"] {
	background-color: #4DBEE6;
	color: #535958;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	opacity: 1;
	background-color: #4DBEE6;
	transition: all .3s ease 0;
}

button {
	opacity: .75;
	background-color: #4DBEE6;
}

table, th, td {
	border: none;
}

td {
	padding: 5px;
}

/*Homepage featured full-content image
	To change image, go to Media > Library, then copy the url of the image you want to display. Add it to the background-image variable below.*/
.home-featured {
	background-image: url("wp-content/uploads/2016/10/TSG_Sophie_Main-Page-image.jpg");
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1e73be;
}

img {
	max-width: 100%;
	height: auto;
}

/*Responsive background image*/
section#featured-page-10.widget.featured-content.featuredpage {
	margin-bottom: 1px;
	background-color: rgba(0,0,0,0.6);
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	padding: 5px;
}

.arrow {
	margin: 10px;
	text-align: center;
	width: 100%;
}