
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 
 /* RESETS START */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}

/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}

	ol, ul {
		list-style: none;
	}


	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

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

	
/* ////////// TYPOGRAPHY STYLES ////////// */

	h1 {
		font-size: 3em;
		font-weight: 900;
		margin-bottom: 30px;
	}
	
	h2 {
		font-size: 2em;
		font-weight: 900;
		margin-bottom: 25px;
	}

	h3 {
		font-size: 1.5em;
		font-weight: 900;
		margin-bottom: 20px;
	}

	h4 {
		font-size: 1.2em;
		font-weight: 900;
		margin:10px 0;
	}	

	h5 {
		font-size: 1.2em;
		font-weight: 400;
		margin:10px 0;
	}	
	

	p {
		font-weight: 400;
		font-size: 1.1em;
		line-height: 1.7em;
		margin: 20px 0;
	}
	
	a {
		color: #527e6f;
		text-decoration:none;
	}
	
	
	a:hover  {
		text-decoration:underline;
	}
	
	.uppercase {
		text-transform: uppercase;
	}

	.content-area ul,
	.content-area ol
	 {
		margin: 25px 0 25px 25px;
	}
	
	.content-area li {
		font-size: 1em;
		margin-bottom: .8rem;
	}

	.content-area ul li ul,
	.content-area ol li ol
	 {
		 
		margin: 10px 0 10px 25px;
	}	
		
	.content-area ul {
		list-style: disc;
	}
	
	.content-area ul li ul li {
		list-style: circle;
	}
	
	.content-area ul li ul li ul li {
		list-style: square;
	}

	
	.content-area ol {
		list-style: decimal;
	}


	
@media all and (max-width:1020px){

	h1 {
		font-size: 1.8em;
		font-weight: 900;
	}
	
	h2 {
		font-size: 1.4em;
		font-weight: 900;
	}

	h3 {
		font-size: 1.2em;
		font-weight: 900;
	}

	h4 {
		font-size: 1em;
		font-weight: 900;
	}	

	h5 {
		font-size: 1em;
		font-weight: 400;
	}	
	

	p {
		font-size: 1em;
	}
	
	

}	


	


/* ///////// WP-RESETS ////////// */


.children

{ display: none; }

.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children

{ display: block; }


	.alignnone img {
		width:100%;
		height:auto;
	}
	
	img.alignnone {
		width:100%;
		height:auto;
	}

	.alignleft {
		float:left;
		margin: 0px 15px 15px 0;
	}

	.alignright {
		float:right
	}

	.aligncenter {
		margin: 0 auto;
	}

	.wp-caption {
		max-width: 100%;
	}
	
	.wp-caption p {
		margin: 5px 0 30px 0;
		color: #888;
	}
	
blockquote {
	
	display: inline-block;
	
	font-family: 'Raleway', sans-serif;
	font-size: 1.3em;
	padding: 30px;
	
	max-width: 90%;

}	


@media all and (max-width:479px){
	
	.wp-caption {
		width: 100%!important;
	}
	
	.wp-caption img{
		width: 100%!important;
		height:auto;
	}

}		
	

/* ////////// GRID STYLES /////////// */


	.container {
		width:100%;
		position:relative;

	}


	.row {
		width: 1240px;   
		position:relative;
		margin:15px auto 0 auto;
		
		padding: 30px 0;
		box-sizing: border-box; 
		
		background: #fff;
	}

		
	.col {
		display:inline-block;
		vertical-align:top;
		margin-right: -3px;
		box-sizing: border-box; 
		padding: 15px;
	}

.col-12 {
  width: 100%;
  display:block;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}	


@media all and (max-width:1260px){
	.row{
			width: 992px;
		}
	}	
	
	
@media all and (max-width:1020px){
	
	.row {
		width: 100%;
		padding: 15px;
	}
	
	.col {
		padding: 15px 0;
	}
		
    .col-1{ width: 100%; }
    .col-2{ width: 100%; }
    .col-3{ width: 100%; }
    .col-4{ width: 100%; }
    .col-5{ width: 100%; }
    .col-6{ width: 100%; }
    .col-7{ width: 100%; }
    .col-8{ width: 100%; }
    .col-9{ width: 100%; }
    .col-10{ width: 100%; }
    .col-11{ width: 100%; }
    .col-12{ width: 100%; }	
    }	



/* ///////// RESPONSIVE MENU ///////// */
	.helper-nav {
		border-bottom: 1px solid #eee;
	}

	.site-menu-container {
		width:100%;
		z-index: 8000;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}


	.site-menu-follower {
		opacity: .5;
	}

	.site-menu:hover.site-menu-follower {
		opacity: 1;
	}

	.navbar {
		text-align:center;
	}

	.navbar ul {
		
		display:inline-block;
	}

	.navbar ul li {
		text-align:left;
		position:relative;
		display:inline-block;
		padding: 25px 10px;
		
		
	}
	
	.navbar ul li a {
		font-size: .9em;
		font-weight: 900;
		color: #527e6f;
		
		text-transform: uppercase;
		text-decoration:none;
	}
	
	.navbar li ul {
		display:none;
		position:absolute;
		white-space: nowrap;
		
		top: 50px;
		left:0;
		background: #527e6f;
	}
	
	.navbar li:hover > ul {
		display:block;
	}	
	
	.navbar li ul li {	
		display:block;
		padding: 10px 45px 10px 20px;
		
	}
	
	.navbar li ul li a{	
		display:block;
		color: #fff;
		font-weight: 400;
	}	
	
	.navbar li:hover > ul li ul {
		display:none;
	}		
	
	.navbar .current_page_item > a,
	.navbar .current_page_parent > a,
	.navbar .current_page_ancestor > a	{

		color:#f58220;
	}
	
	.plus-icon {
		display:none;
	}
	

	#mobile-menu {
		display:none;
	}

	
/* ////////// RESPONSIVE MENU BREAKPOINT ///////// */	

	@media all and (max-width:1020px){
		
	.site-logo {
	right:10px;
	left:auto;
	}
		
	.navbar {
	display:none;
	padding: 25px 0 50px 0;
	width:100%;
	}

	.navbar-active {
	display:block;
	}


/* ////////// MOBILE MENU WITH BURGER MENU ICONS ////////// */

	#mobile-menu{
	display:block;
	position:absolute;
	left: 10px;
	top:10px;
	  width: 50px;
	  height: 60px;
	  position: relative;

	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	}

	#mobile-menu span{
	  display: block;
	  position: absolute;
	  height: 9px;
	  width: 100%;
	  background: #527e6f;
	  opacity: 1;
	  left: 0;
	  
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}


	#mobile-menu span:nth-child(1) {
	  top: 0px;
	}

	#mobile-menu span:nth-child(2),#mobile-menu span:nth-child(3) {
	  top: 15px;
	}

	#mobile-menu span:nth-child(4) {
	  top: 30px;
	}

	#mobile-menu.open span:nth-child(1) {
	  top: 15px;
	  width: 0%;
	  left: 50%;
	}

	#mobile-menu.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#mobile-menu.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	#mobile-menu.open span:nth-child(4) {
	  top: 15px;
	  width: 0%;
	  left: 50%;
	}

	
	.navbar ul {
		display:block;
	}

	.navbar ul li {
		display: block;
		padding: 15px 30px;
		color: #fff;
	}	
	
	.navbar li ul {
		display:none;
		position:static;
		white-space: nowrap;
		margin-left: 25px;
		background: #fff;
	}
	
	.navbar li ul li {
		padding: 10px 0;
		
	}
	
	.navbar li:hover > ul {
		display:none;
	}
	
	.navbar li ul li ul {
		display:none;
	}

	.navbar li ul li a{	
		display:block;
		color: #333;
		font-weight: 400;
	}

	.plus-icon {
		display:inline-block;
		vertical-align:middle;
		color: #fff;
		font-weight: 900;
		font-size: 1.3em;
		
		background: #037f3e;
		border-radius: 28px;

		margin-left: 10px;
		padding: 0 8px ;
		
		cursor: pointer;
		
	}

	.navbar ul li ul li .plus-icon {
		display:none;
		
	}
	
    }	

	
	
/* ////////// IMAGE BACKGROUD STYLES ////////// */
	
	.cover {
		position:relative;
		background: center center;
		background-size: cover;
	}



/* ////////// CONTENT OVERLAY STYLES ////////// */

	
	.content-overlay-center {
		position:absolute;
		top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);

		width: 90%;
			
		left:0;
		right:0;
		margin:0 auto;
		
		text-align: center;
	}

	.content-overlay-left{
		position:absolute;
		top: 50%;
		left:50px;
		right:auto;
	} 	


/* ////////// SIDEBAR LEFT STYLES ////////// */

	.sidebar-left {
		padding-top: 20px;
	}


	.submenu-wrapper ul {
		padding: 25px 0 25px 0;
	}
	
	.submenu-wrapper ul li {
		padding: 15px 20px;
		font-weight: 900;
		background:#f4f4f4;
		border-bottom: 1px solid #fff;
	}
	
	.submenu-wrapper ul li:last-child  {
		border-bottom: 0;
	}

	.submenu-wrapper li a {
		padding: 10px 0;
		color:#333;
		text-decoration: none;
	}

	.submenu-wrapper li ul  {
		padding: 10px 0 0 10px;
	}
	
	.submenu-wrapper li ul li  {
		font-weight: 300;
		padding: 10px 10px;
	}	
	
	.submenu-wrapper .current-menu-item > a,
	.submenu-wrapper .current_page_ancestor > a,
	.submenu-wrapper .current_page_item > a	{
		color:#f58220;
	}

	.sidebar .parent a {
		color:#2b2b2b;
		text-decoration:none;
	}


/* ////////// SIDEBAR RIGHT STYLES ////////// */


	.sidebar-right {
		padding: 20px;
		border-left: 1px solid #eee;
	}

	
@media all and (max-width:1020px){
	
	.sidebar-right {
		padding: 20px 0;
		border-left: 0;
	}

}	
	
	
/* ////////// MAIN CONTENT STYLES ////////// */

	.post-thumbnail img {
		width: 100%;
	}
	
@media all and (max-width:479px){
	
	.content-area img {
		width:100%;
		height:100%;
	}

}


/* ////////// FORM STYLES ////////// */

form p {
	margin: 5px 0;
}

input[type="submit"] {
	padding: 10px 25px;
	margin: 10px 0 30px 0;
	border:0;
}


.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background-color: #ebebeb;
  color: #f58220;
}
.custom-pagination a:hover {
  background-color: #f58220;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: #333;
}
.custom-pagination span.current {
  background-color: #f58220;
  color: #fff;
}
	
	
/* ////////// FOOTER STYLES ////////// */
	
	footer {
		background: #fff;
		color: #333;
		border-top: 1px solid #eee;
	}

	footer p{
		font-size: 1em;
	}

	footer ul{
		margin-top: 22px;
	}		

	footer ul li {
		margin:7px 0;
	}

	footer ul li a {
		color: #333;
		text-decoration:none;
	}

	footer ul li a:hover {
		text-decoration:underline;
	}