/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*style page*/
body {
	background-color: #ffffff;
}

.grid-container, body .grid-container {
	max-width: none;
}
.header-widget {
	margin: 0 5em 0 0;
}
.site-header {
	width: 100%;
	z-index: 2000;
	border-bottom: solid 3px #5d433d;
}
.header-widget .textwidget a {
color: #e7502a;}



/*style footer*/
.site-info, .footer-widgets {
	border-top: solid 5px #5d433d;
	color: #f3cb92;
	text-align: center;
}
.site-info a {
	color: #333333;
}
.inside-header {
	padding: 20px 40px 0 40px;
}
.entry-content {
	margin: 0 0 0;
}
.copyright-bar {
	display: none;
}
.footer-widgets .textwidget{
	text-align: left;
	color: #333333;
	font-size: 12px;
}
.widget_nav_menu ul li a{
	color: #333333;
	font-weight: 700;
}
.posted-on, .byline {display: none;}
.post-image {max-width: 300px; max-height: 300px;}
#inside-article > .entry-header > .entry-title {display: block;}

/*social icons in footer*/
#media_image-2 {
	padding-left: 90%;
}

/*style specific elements*/

.elementor-image-carousel-caption {
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	padding-top: 10px;
}
.elementor-element-ec21ff5 {
	margin-top: -15em;
}
.woocommerce img, .woocommerce-page img {
	max-width: 50%;
}
/* Basic Styling for the Client Sign-Up Counties List */
.PTAC_eCenter_counties_list{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto 1em auto;
	padding: 0;
	clear: both;
	list-style: none;
	text-align: center;
}
.PTAC_eCenter_counties_list li{
	display: inline-block;
	position: relative;
	width: 15.5%;
	height: 85px;
	margin: 0.5em 1%;
	padding: 0.5em;
	top: 0;
	background: rgba(148, 149, 153, 0.7);
	transition: all 0.5s ease;
	overflow: hidden;
	border-radius: 8px; 
-moz-border-radius: 8px; 
-webkit-border-radius: 8px; 
}
.PTAC_eCenter_counties_list li:hover{
	top: 0;
	background: #949599;
	transition: all 0.5s ease;
}
.PTAC_eCenter_counties_list li a{
	display: block;
	position: relative;
	width: 100%;
	top: 0;
	padding: 1em 0;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	vertical-align: middle;
	transition: top 0.5s ease;
}
.PTAC_eCenter_counties_list li a:active{
	top: 3px;
	transition: top 0.5s ease;
}



/*responsive styles*/
@media (max-width: 768px) {
	.elementor-element-ec21ff5 {
		margin-top: -3em;
	}
	
	.icon {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
}
