/* Global Styles (portrait) ----------- */
body {
	-webkit-text-size-adjust: none;
}
input, button, textarea {
	-webkit-appearance:none;
}
#toggle-menu {
	display:none;
	font-family: Fira Mono;
	font-style: normal;
	font-weight: bold;
	line-height: 1.45em;
	font-size: 1.176em;
	text-transform: uppercase;
	color: #fff;
	position:relative;
}
 #toggle-menu::before {
 content: "\f0c9";
 display: inline-block;
 font-family: FontAwesome;
 font-size: 21px;
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 margin-right: 8px;
 position: relative;
 top: 2px;
}
 @media only screen and (max-width : 1280px) {
 body, input, textarea {
 font-size:14px;
}
 #main .wrapper, #footer .wrapper {
 padding-left:0;
 padding-right:0
}
 #logo h1 a {
 width:104px;
 height:104px;
 background-size:104px 104px;
 -webkit-background-size:104px 104px;
}
 #headerSearch input[type="text"] {
 padding-top:7px;
}
 #navigation {
 float: right;
 padding-left: 0;
 padding-top: 80px;
}
 #navigation > ul.desktopMenu > li {
 padding-right:0;
 padding-left:32px
}
 #navigation > ul.desktopMenu > li.menu-item-has-children > a::after {
 top: 6px;
}
 #navigation > ul.desktopMenu > li.menu-item-has-children > a {
 padding-right: 18px;
}
 #footer {
 font-size: 0.9em;
}
 .footerWidget {
 padding-right: 70px;
}
 #headerDonate a {
 padding-top:12px
}
 #headerTop {
 right: 15px;
}
}
 @media only screen and (max-width : 1040px) {
 #toggle-menu {
 display: block;
}
 #navigation > ul.desktopMenu {
 display: block;
 position: fixed;
 top: 0;
 left: -200px;
 width: 200px;
 z-index: 99;
 background: #000;
 height: 100%;
 overflow:auto;
 transition:500ms;
}
 #navigation > ul.desktopMenu.expanded {
 left:0
}
 #navigation > ul.desktopMenu > li {
 display: block;
 float: none;
 padding: 0;
}
 #navigation > ul.desktopMenu > li > a {
 padding: 5px 15px;
}
 #navigation > ul.desktopMenu > li.menu-item-has-children > a {
 padding-right:30px
}
 #navigation > ul.desktopMenu > li.menu-item-has-children > a::after {
 right: 8px;
 top:12px;
}
 #navigation > ul.desktopMenu > li > ul {
 display:block !important;
 position:relative;
 width:100% !important;
 height:auto !important;
 opacity:1 !important
}
 #navigation > ul.desktopMenu > li > ul > li {
}
 #navigation > ul.desktopMenu > li > ul > li > a {
 display:block
}
#navigation > ul.desktopMenu > li > ul > li > ul {
	display: block !important;
	position: relative;
	width: 100% !important;
	height: auto !important;
	opacity: 1 !important;
	left: inherit;
}
#navigation > ul.desktopMenu > li > ul > li > ul > li {
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	position: relative;
}
#navigation > ul.desktopMenu > li > ul > li > ul > li > a {
	display: block;
	padding-left: 25px;
}
 .featuredHomeTitle {
font-size:2.3em
}
 .featuredIntro {
font-size:1em
}
 #main .wrapperIn {
display:block
}
 body.home #container {
width:100%
}
 #container {
 width: 100%;
 float: none;
 padding-left: 30px;
 padding-right: 30px;
 padding-bottom: 30px;
 padding-top: 30px;
}
 #sidebar {
width:100%
}
 #copyrightArea {
 float: none;
 width: 100%;
 text-align: center;
display:block
}
 #footerLogo {
 width: 100px;
 margin: 0 auto;
}
 #footerCopyright {
 width: 100%;
 padding-left: 0;
 padding-top: 10px;
 padding-bottom: 20px;
}
 #footerWidgets {
float:none;
padding-top:10px
}
 .footerWidget {
 padding-right: 10px;
 padding-left: 10px;
 width: 33.33%;
 text-align: center;
}
 .postTitle {
font-size:2.3em
}
}
 @media only screen and (max-width : 740px) {
 #headerSearch form {
width:240px
}
 .featuredHomeTitle {
font-size:2em
}
 .postTitle {
font-size:2em
}
 .featuredPostBxTitle {
font-size:1.25em;
line-height:1.1em
}
 .homeLatestBxTitle {
font-size:1.25em;
line-height:1.1em
}
 .nxtPrevTitle {
font-size:1.25em;
line-height:1.1em
}
 .archivePostTitle {
font-size:1.6em;
line-height:1.1em
}
}
 @media only screen and (max-width : 540px) {
 #logo h1 a {
 width: 80px;
 height: 80px;
 background-size: 100%;
 -webkit-background-size: 100%;
}
 #headerDonate {
 padding-left: 4px;
}
 #headerDonate a {
 padding-top: 8px;
 width: 80px;
 padding-left: 5px;
 padding-right: 5px;
 text-align: center;
 padding-bottom: 8px;
 height: 30px;
}
 #headerSearch form {
 height: 30px;
 border-width: 1px;
 padding-right: 30px;
 width: 120px;
 margin-top: 0;
}
 #headerSearch #searchsubmit {
width:30px;
height:30px
}
 #headerSearch input[type="text"] {
width:100%
}
 #headerSearch input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 opacity:0;
font-size:0;
}
 #headerSearch input[type="text"]::-moz-placeholder { /* Firefox 19+ */
 opacity:0;
font-size:0;
}
 #headerSearch input[type="text"]:-ms-input-placeholder { /* IE 10+ */
 opacity:0;
font-size:0;
}
 #headerSearch input[type="text"]:-moz-placeholder { /* Firefox 18- */
 opacity:0;
font-size:0;
}
 #navigation {
padding-top:55px
}
 #featuredHome1 {
display:block
}
 .featuredHomeImg {
height:160px;
display:block;
width:100%
}
 .featuredHomeDesc {
width:100%;
padding-left:0;
padding-top:10px
}
 .featuredHomeTitle {
 font-size: 1.6em;
}
 .postMeta {
 font-size: 0.6em;
}
 .grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
width:100%
}
 #featuredHomePosts.row > .grid6 {
 width: 100%;
}

 #featuredTopPosts {
padding-bottom:20px
}
 .featuredPostBx {
 padding-top: 0;
 padding-bottom: 20px;
 margin-bottom: 20px;
}
 #latestBarTag {
 padding-left: 20px;
 padding-top: 10px;
 line-height: 1.6em;
 font-size: 1em;
 letter-spacing: 2px;
}
 #latestBarBtn a {
 letter-spacing: 2px;
 padding: 13px 18px;
}
 #homeRecentPosts .grid4 {
width:100%
}
 #footerIn {
 padding-left: 10px;
 padding-right: 10px;
}
 .postShare {
 float: none;
 clear: both;
 padding-top: 5px;
}
 .featuredHomeTitle {
font-size:1.6em
}
 .postTitle {
font-size:1.6em
}

 .nxtPrevBx {
 background: #f3f3f3;
 margin: 2px 0;
 padding: 5px;
}
 .blogpostItem {
display:block
}
 .postImg {
display:block;
width:100%;
}
 .archivePostDesc {
display:block;
width:100%;
padding-left:0;
padding-top:15px
}
 .archivePostDesc.noImg {
 padding-left: 0;
 padding-top: 0;
}
 .blogpostItem {
 display: block;
 margin-bottom: 20px;
 padding-bottom: 20px;
}
#headerSocial a{margin-right:4px}
}