/*
 Table Of Contents

 1.) Wordpress Core
 2.) Global Style
 3.) Header
 4.) Footer
 ===============================================*/

/*1) Wordpress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*2) Global Style
-------------------------------------------------------------- */
body {	
	font-family: 'Open Sans', sans-serif;
}
.container {
	width: 1008px;
	max-width:100%;
}
h1{
	font-size: 45px;
	color: #b0548f;
}
h2{
	font-size: 38px;
	font-weight: 300;
}
h3 {
    font-size: 37px;
}
p{
    color: #847c78;
    line-height: 1.5;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  color: #847c78;
}
li{
	line-height: 1.7;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  font-size: 16px;
}
table{
	border-left:1px solid #a59e9a;
	border-bottom:1px solid #a59e9a;
	margin:20px 0 10px;
}
tr{
	border-top:1px solid #a59e9a;
}
th,td{
	border-right:1px solid #a59e9a;
	padding:2px 5px;
}
th{
	font-size: 18px;
}
td{
	font-size: 16px;
}

@font-face {
	font-family: 'quicksand';
	src: url('../fonts/quicksand-bold-webfont.eot');
	src: url('../fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand-bold-webfont.woff2') format('woff2'), url('../fonts/quicksand-bold-webfont.woff') format('woff'), url('../fonts/quicksand-bold-webfont.ttf') format('truetype'), url('../fonts/quicksand-bold-webfont.svg#quicksand') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'quicksand';
	src: url('../fonts/quicksand-regular-webfont.eot');
	src: url('../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand-regular-webfont.woff2') format('woff2'), url('../fonts/quicksand-regular-webfont.woff') format('woff'), url('../fonts/quicksand-regular-webfont.ttf') format('truetype'), url('../fonts/quicksand-regular-webfont.svg#quicksand') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sketchymedium';
	src: url('../fonts/sketchy-webfont.eot');
	src: url('../fonts/sketchy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sketchy-webfont.woff2') format('woff2'), url('../fonts/sketchy-webfont.woff') format('woff'), url('../fonts/sketchy-webfont.ttf') format('truetype'), url('../fonts/sketchy-webfont.svg#sketchymedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_MinionPro-Regular';
	src: url('../fonts/MinionPro-Regular.eot');
	src: local('☺'), url('../fonts/MinionPro-Regular.woff') format('woff'), url('../fonts/MinionPro-Regular.ttf') format('truetype'), url('../fonts/MinionPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*3) Header
-------------------------------------------------------------- */
#header {
	background: #ffffff;
	height: 110px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1001;
	transition: all .2s;
	padding-top: 5px;
}
.logo-wrapper{
	position: relative;
	padding: 10px 0;
}
a.logo {

}
.logo {
	display: inline-block;
}
.logo img {
	width: 180px;
	height; 75px;
}
.primary-menu {
	text-align: right;
	margin-top: 32px;
}
.primary-menu ul {
	margin: 0 0 0 7%;
	padding: 0;
}
.primary-menu li {
	display: inline-block;
	list-style-type: none;
	margin-right: 13px;
}
.primary-menu li:last-child {
	margin: 0;
}
.primary-menu li a {
	font-family: 'quicksand';
	font-size: 1.6rem;
	color: #b0548f;
}
.primary-menu a:hover {
	text-decoration: none;
}

.primary-menu .sub-menu{
	left: -9999px;
	position: absolute;
	background: #FFF;
	width: 240px;
	text-align: left;
	margin: 0;
	padding-top: 20px;
}

.primary-menu .sub-menu li {
	display: block;
}
.primary-menu .sub-menu li a {
	padding: 0px 20px 10px 20px;
	display: block;
	line-height: 1.2;
	font-size: 98%;
}
.primary-menu .sub-menu li a:hover {
	color: #333;
}
.primary-menu li {
	position: relative;
	z-index: 999;
}
.primary-menu li:hover > .sub-menu {
	left: 0;
}
/* PHONES */
@media only screen and (max-width: 480px) {
	.primary-menu li {
		display: block;
		margin: 0;
	}
	.primary-menu li a{
		font-size: 16px;
	}
}
/* TABLETS */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#nav-holder {
		padding-right: 0;
	}
	.primary-menu li {
		margin-right: 10px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.primary-menu li:last-child:hover  ul{
		right: 0;
		left: auto;
	}

	.primary-menu > li{
		float: none;
		margin: 0;
		padding: 15px 0;
		border: solid 1px red;
	}
	.primary-menu > li > a {
		padding: 15px 0;
	}
	.primary-menu li .sub-menu li a{
		padding: 12px 0 15px 15px;
		display: block;
	}

	.primary-menu li:last-child{
		border-bottom: none;
	}
}
.primary-menu .current_page_item > a, .primary-menu .current_page_ancestor > a {
	font-weight: bold;
	color: #00a5b2;
}
.zigzag-btn {
	background: #98c21f;
	width: 47px;
	height: 47px;
	position: relative;
	text-align: center;	
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto;
}
.zigzag-btn#donate a {
	padding-top: 15px;
	font-weight: bold;
}
.header .zigzag-btn{
	margin-top: 28px;	
}
.zigzag-btn a{
	font-family : "quicksand";
	font-size: 12px;
	color: #ffffff;
	display: block;
}
.zigzag-btn.common {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: -1;
}
.zigzag-btn.first {
	-webkit-transform: rotate(71deg);
	-moz-transform: rotate(71deg);
	-ms-transform: rotate(71deg);
	-o-transform: rotate(71deg);
	transform: rotate(71deg);
}
.zigzag-btn.second {
	-webkit-transform: rotate(81deg);
	-moz-transform: rotate(81deg);
	-ms-transform: rotate(81deg);
	-o-transform: rotate(81deg);
	transform: rotate(81deg);
}
.zigzag-btn:before, .zigzag-btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 47px;
	width: 47px;
	background: #98c21f;
	z-index: -1;
}
.zigzag-btn:before {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}
.zigzag-btn:after {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
}
.menuicon {
    margin: 24px 0 0;
    cursor: pointer;
}
.menuicon span {
    background: #b0548f;
    display: block;
    height: 3px;
    margin: 6px 0;
    width: 30px;
    -webkit-transition: all 0.4s ease 0s ;
    -moz-transition: all 0.4s ease 0s ;
    -ms-transition: all 0.4s ease 0s ;
    -o-transition: all 0.4s ease 0s ;
    transition: all 0.4s ease 0s ;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 7px) ;
    transform: rotate(-45deg) translate(-6px, 7px) ;
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -7px) ;
    transform: rotate(45deg) translate(-6px, -7px) ;
}



/*4) Footer
-------------------------------------------------------------- */
.foot-logo {
    float: left;
    max-width: 117px;
    text-align: center;
    width: 30%;
}
.primary-footer{
	padding:33px 0 0;
}
.primary-footer > div{
	min-height: 103px;
	border-right:1px solid #908883; 
}
.primary-footer > div:last-child{
	border-right:none; 
}
.primary-footer address{
    float: right;
    font-size: 17px;
    letter-spacing: -0.15px;
    line-height: 1.32;
    margin: 0;
    padding: 18px 15px;
    width: 70%;
    color:#837b77;
}
.primary-footer img{
	display: inline-block;
}
.social-media{
	padding:27px 0;
}
.social-media img {
	padding: 0;
	margin-left: 9px;
	margin-bottom: 5px;
}
@media (max-width: 1003px) {
	.social-media {
		padding-top: 0;
	}
}
/* SOCIAL ICONS */

.secondary-footer{
	padding:65px 0 20px;
}
.secondary-footer ul{
	list-style-type: none;
}
.secondary-footer ul li{
	display: inline-block;
	text-align: center;
}
.secondary-footer ul li a {
    color: #847c78;
    font-size: 14px;
    margin: 0 5px;
}
.copyright{
	padding: 10px 0 0 0;
    text-align: right;
    color: #847c78;
}
@media(max-width: 640px) {
	.secondary-footer ul{
		text-align: center;
	}

}