/*

Theme Name: Fort Edmonton Park Theme
Theme URI: http://fortedmontonpark.com
Author: Strong Coffee Marketing
Author URI: http://strongcoffeemarketing.com
Description: A custom child theme to parent theme X.
Version: 1.0.0
Template: x

*/

/***** Table of Contents *****/
/*
00. Global Styles
01. Header Styles
02.
03. Content Styles
04. Widget Styles
05. Footer Styles
06. Mobile Styles
*/
/***** End of Table of Contents *****/

/*** 00. Global Styles ***/
.site {
  background-color: #FFF;
}

.green { color: #78a22f; }
.blue { color: #86b2d8; }
.brown { color: #543d1a; }
.yellow { color: #d6e03d; }
.grey { color: #9d8d85; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #543d1a;
}

p, ul li, ol li {
	color: #543d1a;
}

img.border {
	border: solid 1px #ede3d4;
}

/*** End of Global Styles ***/

/*** 01. Header Styles ***/

/* Top Bar */
.x-topbar {
  border-bottom: 1px solid #fff;
  background-color: #86b2d8;
}

	.x-topbar .p-info {
		font-size: 1.2rem;
	}

	.x-topbar .p-info a {
  		border-bottom: none;
		font-weight: bold;
	}

	.x-topbar .p-info a:hover {
		color: #543d1a !important;
	}
	
.x-topbar .x-social-global a {
  color: #FFF;
}

	.x-topbar .x-social-global a:hover {
  		color: #543d1a;
	}
/* End of Top Bar */

/* Main Menu */
.x-navbar {
  border: none;
  background-color: #78a22f;
  font-size: 24px;
  font-size: 1.5rem;
  box-shadow: none;
  min-height: 180px; /* original was 200px */
}

	.x-navbar .desktop .x-nav>li {
		border-bottom: 1px solid #6e9628;
		background: #78a22f url("/wp-content/uploads/2015/03/menu-arrow-down.png") no-repeat;
		background-position: 95% 95%;
	}
	
		.x-navbar .desktop .x-nav>li.nodropdown, .x-navbar .desktop .x-nav>li.x-menu-item-search {
			background: #78a22f !important;
		}
	
	.x-navbar .desktop .x-nav>li+li { 
		border-left: 1px solid #6e9628;
	}

	.x-navbar .desktop .x-nav>li>a {
	  letter-spacing: 0;
	}
	
	.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
  		box-shadow: none !important;
		background-color: #6e9628;
	}
	
	.x-navbar .desktop .x-nav li>a>span:after {
  		display: none;
	}
	
		/* Home Page Positioning */
		/*.home .x-navbar .desktop .x-nav > li ul {
  			top: auto !important;
			bottom: 100%;		
		}*/
		
		/* Interior Page Positioning */
		.x-navbar .desktop .x-nav > li ul {
  			top: 90px !important;	/* original was 120px */
		}
		
		.desktop .sub-menu {
			background-color: #6e9628;
			border-radius: 0px;
			box-shadow: none;
			min-height: 150px;
		}
		
		.desktop .x-nav .x-megamenu>.sub-menu>li {
			border-right: 1px solid #5d7e22;
		}
		
		.desktop .x-nav .x-megamenu>.sub-menu>li>a {
  			text-align: left;
		}
		
		.desktop .x-nav .x-megamenu>.sub-menu>li>.sub-menu {
  			margin-left: 20px;
		}
	
.menuDescription {}
	
	.menuDescription p {
		color: #fff;
		font-size: 2.2rem;
		/*font-size: 1.6rem;*/
		/*padding-left: 45px;*/
	}

	.menuDescription .alignleft {
		/*margin-right: 0;*/
		/*padding-left: 240px;*/
		margin: 0.35em 0 0 0;
		width: 80%;
		text-align: right;
	}
	
	.menuDescription .alignright {
		/*margin-left: 0;*/
		margin: 0.35em 0 0 0;
	}
/* End of Main Menu Styles */

/* Breadcrumb Styles */
.x-breadcrumb-wrap a, .x-breadcrumbs .delimiter {
	color: #543d1a !important;
}

.x-breadcrumbs .current, .x-breadcrumb-wrap a:hover {
  	font-weight: bold;
}
/* End of Breadcrumb Styles */

/*** End of Header Styles ***/

/*** 02. ***/

/*** End of Styles ***/

/*** 03. Content Styles ***/
.h-landmark {
  	display: none;
}

.featureBanner h2, .featureBanner p {
	color: #FFF;
}

	.featureBanner p {
		font-size:1.8rem;
	}
	
.featureEvents .x-recent-posts a {
  	border: none;
  	padding: 0;
  	background-color: transparent;
  	box-shadow: none;
}

.featureEvents .x-recent-posts .x-recent-posts-content {
  	padding: 0.65em 0 0.775em;
}

.featureEvents .x-recent-posts .h-recent-posts {
  	font-size: 20px;
  	font-size: 2rem;
}

.featureEvents .x-recent-posts .x-recent-posts-date {
	display:none;
}

.entry-thumb img {
  border: 1px solid #ede3d4;
}

.entry-wrap {
  padding: 20px 0px 20px 0px;
  background-color: transparent;
  box-shadow: none;
}

	.entry-wrap h1, .entry-wrap h2, .entry-wrap h3, .entry-wrap h4, .entry-wrap h5, .entry-wrap h6 {
		margin-top: 0;
	}

article.comment {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.p-meta {
  font-weight: bold;
  font-size: 18px;
}
/*** End of Content Styles ***/

/*** 04. Widget Styles ***/
.widget ul, .widget ol {
  border: none;
}

.widget ul li, .widget ol li {
  border-bottom: none;
  padding: 0.65em 0 0 0;
}

.widget.widget_recent_entries li, .widget.widget_recent_comments li {
  padding: 1.4em 0 0 0;
}

.widget_meta ul li a, .widget_pages ul li a {
  border: none;
  padding: 0;
  box-shadow: none;
}

.x-sidebar .widget.widget_text .textwidget .x-recent-posts a {
  border: none;
  padding: 5px 0 0 0;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
}

.x-sidebar .textwidget .entry-wrap .x-recent-posts-content {
  padding: 0.65em 0 0 0;
  border: none;
}

.x-sidebar .x-recent-posts .x-recent-posts-date {
	display: none;
}

.x-sidebar a {
	font-weight: bold;
}
/*** End of Widget Styles ***/

/*** 05. Footer Styles ***/
footer.x-colophon {
	background-color: #78a22f;
}

footer.x-colophon.top {
	border: none;
	padding: 2% 0 1% 0;
}
	
	footer.x-colophon.top .x-1-4:nth-child(1) {
   		width: 18%;
	}

	footer.x-colophon.top .x-1-4:nth-child(2) {
   		width: 41%;
	}
	
	footer.x-colophon.top .x-1-4:nth-child(3) {
   		width: 14%;
	}
	
	footer.x-colophon.top .x-1-4:nth-child(4) {
		width: 15%;
	}
	
		footer.x-colophon.top .x-1-4:nth-child(4) p {
			 text-align:right;
			 font-weight:bold;
		}
		
			footer.x-colophon.top .x-1-4:nth-child(4) p a {
			 	color: #FFF;
			}
			
			footer.x-colophon.top .x-1-4:nth-child(4) p a:hover {
			 	color: #543d1a;
			}

	footer.x-colophon.top .h-widget, footer.x-colophon.top p {
		color: #fff;
		text-shadow: none;
	}
	
	footer.x-colophon.top .widgetContainer {
		border-bottom: 1px solid #6e9628;
		padding-bottom: 30px;
	}
	
	footer.x-colophon.top .menuContainer {
		padding-top: 12px;
	}
	
footer.x-colophon.top .widget {
	text-shadow: none;
}
	
footer.x-colophon.top .x-recent-posts a {
	border: 1px solid #5d7e22;
	background-color: #709829;
	color: #a5ae99;
}

	footer.x-colophon.top .x-recent-posts a h3.h-recent-posts {
		color: #fff;
		
	}
	
		footer.x-colophon.top .x-recent-posts a h3.h-recent-posts:hover {
			color: #d6e03d;
		}
		
	footer.x-colophon.top h4.h-widget:after {
		content: "";
		position: absolute;
		top: 8%;
		right: 0;
		height: 3px;
		width: 65%;
		display: block;
		margin-top: -2px;
		border-bottom: 1px solid #709829;
		opacity: 1;
	}
	
ul#menu-footer-menu li {
	float: left;
	margin: 0 5px 0 0;
}

	ul#menu-footer-menu li+li { 
		border-left: 1px solid #fff;
		padding-left: 5px;
	}

	ul#menu-footer-menu li a {
		color: #fff;
	}
	
		ul#menu-footer-menu li a:hover {
			color: #543d1a;
		}
	
footer.x-colophon.bottom {
  	color: #958d83;
  	background-color: #543d1a;
	border: none;
	box-shadow: none;
}

footer.x-colophon.bottom .x-colophon-content {
  	margin: 20px 0 10px 0;
}

	footer.x-colophon.bottom p {
		color: #958d83;
		letter-spacing: normal;
		font-size: 1.3rem;
		margin-bottom: 0;
	}
	
	footer.x-colophon.bottom .x-social-global {
  		margin: 0;
	}
	
		footer.x-colophon.bottom .x-social-global a {
			margin-right: 5px;
			margin-left: 0;
			font-size: 3rem;
			color: #fff;
		}
		
		footer.x-colophon.bottom .x-social-global a:hover {
			color: #86b2d8;
		}
		
	footer.x-colophon.bottom #menu-copyright-menu {
		margin: 10px 0 0 0;
	}
	
		footer.x-colophon.bottom #menu-copyright-menu li {
			float: left;
			margin-right: 5px;
			letter-spacing: normal;
			line-height: normal;
			list-style: none;
		}
		
			footer.x-colophon.bottom #menu-copyright-menu li+li { 
				border-left: 1px solid #fff;
				padding-left: 5px;
			}
		
		footer.x-colophon.bottom #menu-copyright-menu li a {
			color: #fff;
			font-size: 1.3rem;
		}
		
			footer.x-colophon.bottom #menu-copyright-menu li a:hover {
				color: #86b2d8;
			}
/*** End of Footer Styles ***/

/*** 06. Mobile Styles ***/
@media (max-width: 767px) {
.x-topbar .p-info {
  	background-color: transparent;
  	border: none;
  	border-radius: 0;
}

.menuDescription {
	display: none;
}

footer.x-colophon.top .x-1-4 {
  	width: 100% !important;
}

footer.x-colophon.top .x-1-4:nth-child(1), footer.x-colophon.top .x-1-4:nth-child(3) {
  	text-align: center;
}

footer.x-colophon.top .x-1-4:nth-child(4) p {
	text-align:center;
}

footer.x-colophon.top h4.h-widget:after {
	top: 5%;
	width: 45%;
}
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
.x-navbar .x-nav > li > a {
	font-size: 18px;
}
}
/*** End of Mobile Styles ***/