@charset "utf-8";
/* CSS Document */

/* Home Page
--------------------------------------------- */

.agency-pro-home .content .widget {
	/* background: #fff; */
	margin-bottom: 80px;
	padding: 40px;
}

.agency-pro-home .content .featured-content,
.agency-pro-home .content .widget_text {
	padding: 0;
}

.agency-pro-home .content .textwidget {
	padding: 40px;
}

.agency-pro-home .content .featured-content .widget-title,
.agency-pro-home .content .widget_text .widget-title {
	color: #fff;
	text-align: center;
	margin: -40px 0 0;
	padding-bottom: 20px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:after,
.agency-pro-home .content .widget_text .widget-title:before {
	content: " ";
	display: inline-block;
	 border-top: 2px solid #fff; 
	padding-bottom: 4px;
	width: 15%;
}

.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:before {
	margin-right: 12px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .widget_text .widget-title:after {
	margin-left: 12px;
}

.agency-pro-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
}

.agency-pro-home .content .featured-content article ~ .widget-title:before,
.agency-pro-home .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
}

.agency-pro-home .content .home-middle .featured-content article ~ .widget-title,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:before,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:after {
	 border-color: #fff; 
	color: #fff;
}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	padding: 0 10px;
	text-align: center;
}

.agency-pro-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.agency-pro-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}

.agency-pro-home .content .featured-content .entry-header {
	padding: 40px 40px 0;
}

.agency-pro-home .content .featured-content .entry-content {
	padding: 0 40px;
}

.agency-pro-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
}

.agency-pro-home .content .featured-content a:hover {
	color: #d7c603;
}

.agency-pro-home .content .featuredpost .entry,
.agency-pro-home .content .page .entry  {
	background: none;
	float: left;
	width: 33.33334%;
}

.agency-pro-home .content .featuredpost img.entry-image,
.agency-pro-home .content .page img.entry-image {
	margin: 0; 
}

.home-top .wrap {
	color: #fff;
	font-family: 'Spinnaker', sans-serif;
		/* padding: 15% 0; */
	padding: 10% 0 15%;
		text-align: center;
}

.home-top .widget-title {
	color: #fff;
	font-size: 60px;
	line-height: 1;
	text-shadow: 2px 0px 1px rgba(0, 0, 0, 1);
}

.home-top .button {
	background-color: #fff;
	border-radius: 20px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

.home-top .textwidget h3 {
	color: #fff;	
	line-height: 150%;
	text-shadow: 2px 0px 1px rgba(0, 0, 0, 1);
}

.home-top .widget .button:hover {
	background-color: #333;
	color: #fff;
}

.home-middle {
		/* padding: 10% 0 5%; */
	padding: 0;
}

.home-middle .widget-title {
	/* padding-top: 20px;	*/
}
.home-middle .featuredpost img.entry-image,
.home-middle .page img.entry-image,
.home-middle .featured-content img.entry-image  {
	left: 0;
	position: absolute;
}

.home-middle .featuredpost a:focus img,
.home-middle .featuredpost a.hover img,
.home-middle .featuredpost img:hover,
.home-middle .featuredpost .entry.focused img {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.1;
	  -khtml-opacity: 0.1;
	  opacity: 0.1;
}

/* .home-middle .featured-content.featuredpost, */
.home-middle .featured-content.page {
	 background: #333; 
}

.home-middle .featuredpost .entry,
.home-middle .page .entry,
.home-middle .page .entry-title {
	background-color: #333;
	color: #fff;
	border-bottom: none;
}

.home-middle .page .entry-title {
	font-size: 300%;
	text-align: center;
	line-height: 150%;
	width: 100%;
}

.home-middle .featuredpost .entry,
.home-middle .page .entry-title {
	min-height: 380px;
}

.home-middle .featuredpost .entry-title a,
.home-middle .page a  {
	color: #fff;
}

.home-bottom {
	padding: 5% 0 10%;
}

.home-bottom .featuredpost .entry {
	min-height: 320px;
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}

.home-bottom .featuredpost .entry:hover {
	background-color: #333;
	color: #fff;
}

.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}


/* Genesis Sandbox Featured Content Pages in Home-Middle*/

.gsfc-page .entry-title {
  padding: 40px 40px 0;
}

.gsfc-page p {
    padding: 0 40px;
} 

/* ------------ popup anything plugin -------*/

.home-top a.paoc-pro-popup {
	font-size: 20px;
	font-size: 2rem;
	color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*
Home Widgets
----------------------------------------------------------------------------------------------------
 

#home-featured {
    clear: both;
    margin: 0 32px 16px 32px;
}
 
.home-featured-left,
.home-featured-right {
    margin-top: 20px;
}

#home-featured h4.widget-title {
	color: #4a5915;
	border-bottom: 1px solid #e5f4b3;
}

.home-featured-left img {
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #aedfea;
}

.home-featured-left .has-post-thumbnail .alignleft {
	border: none;
}

.home-featured-right {
	padding: 30px 30px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.home-featured-right,
.home-featured-right .widget-wrap, 
.home-featured-right .widget-wrap .post,
.home-featured-right .widget-wrap .page {
	background: #e5f4b3; 
}

.home h4.widget-title {
	text-transform: uppercase;
}
 */
/* sidebar widgets */



/* Featured Content
--------------------------------------------- 

.featured-content .entry {
	 border-bottom: 2px solid #f5f5f5; 
	border-bottom: 2px solid #f1f8d8;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.home-featured-right .featured-content .entry {
	border: none;
}
.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}*/
