/* Table of Content current / octavo
==================================================
	#Universal Styles
	#Home Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
	
/* Site Colors
==================================================
	#fff white
	#000 black
	#999 grey
*/


/* #Samples (DELETE THESE)
================================================== */

.backgrounds: {
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: top center;
	background: rgba(0, 0, 0, .4); 
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4); 
}

.shadow {/* #png shadow */
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#000')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(1px 1px 11px rgba(0,0,0,0.9));
	filter: drop-shadow(1px 1px 11px rgba(0,0,0,0.9));	
	}
.bkg-image-proportionate {
	background-image: url(../images/hero-home.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 37.188873% /* (img-height / img-width * container-width) */
						    /* (3106px / 1366px * 100(%)) */
}


/* #Universal Styles
================================================== */

/*Wrapper for responsive nav plugin*/
.wrapper-menu {
	height: 100%;
}
.wrapper {
	width: 100%;
	position: relative;
}

.header {
    padding: 20px 0;
}

div.three.columns.logo {
	float: left;
	text-align: left;
    position: absolute;
}
div.three.columns.logo img {
	width: 150px;
    height: auto;
}

div.nine.columns.nav {
	float: right;
	text-align: right;
}

div.nine.columns.nav-wrapper, div.nine.columns.nav2, div.nine.columns.nav1 {
	width: 100% !important;
}




.introtext {
	font-size: 22px;
}


.content {
	padding: 75px 0;
}

.center {
	text-align:center ;
	}

/*Centers item on mobilec */
.rescenter {
	text-align:inherit;
	}
.respad {
	padding-bottom: 30px;
	}
.flex {
	display:flex;
}



/*Hide item on mobile devices */
@media only screen and (max-width: 768px) {
.hide-mobile {
	display: none;
}
}



/*Alternatve css for odd and even rows. For example different background colors for lists */
.odd-even:nth-child(even) {
    background: #ebfbff;
}







/*Vertical Align for image - Add to parent div*/
.vertalign {
    height: inherit;
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.vertalign:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.vertalign img {
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Arial sans-serif;        /* <-- reset the font property */
}







.footer {
	background-color:#f8f8f8;
	text-decoration:none;
	padding: 35px 0;
	font-size: 1.5rem;
}

.footer span.small {
	font-size: 1.2rem;
	float: right;
}

.footer a:link, .footer a:link, .footer a:visited {
	text-decoration:none;
	color: #605e5e;
}
.footer a:hover {
	text-decoration:underline;
}
.footer img {
    padding-right: 15%;
    width: 85%;
    height: auto;
}


.footer .menu-secondary-container, .footer .menu-primary-container {
    float: left;
    margin-top: 13px;
	text-transform: uppercase;
}

.footer-nav {
	padding-top: 9px;
}
.footer-nav ul li {
    display: inline;
    padding-right: 13px;
}

.footer .logo img {
	width: 120px;
	height: auto;
}

.footer .ten.columns.alpha.omega{
	padding-top: 0px;
}















/* #Flex Content
================================================== */

/*2 Cols Image/Text + Text/Image*/
.splitpic {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 300px !important;
}


.home .hlimit {
	height: auto;
	overflow: auto;
}


.hlimit {
	height: 450px;
	overflow: auto;
}


/*Background image option for flex content*/
.background-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*Padding for flex content*/
.top {
	padding: 75px 0 0 0 !important;
}
.bottom {
	padding: 0 0 75px 0 !important;
}
.both {
	padding: 75px 0 !important;
}
.none {
	padding: 10px 0 !important;
}


.upcoming-events.top {
	padding: 85px 0 0 0 !important;
}
.upcoming-events.bottom {
	padding: 0 0 195px 0 !important;
}
.upcoming-events.both {
	padding: 85px 0 195px 0 !important;
}
.upcoming-events.none {
	padding: 10px 0 125px 0 !important;
}


/*Extra padding between columns*/
.column-padding-right {
	padding-right: 55px;
}
.column-padding-left {
	padding-left: 55px;
}

.column-padding-right-none {
	padding-right: 15px;
}
.column-padding-left-none {
	padding-left: 15px;
}


/*Optional Alt Color for Column*/
.column-bkg-color {	
	background-color: #f8f8f8;
	padding: 20px 30px !important;
}
.column-bkg-color h1, .column-bkg-color h2, .column-bkg-color h3 {
	color: #d2211d;
	font-size: 3.5rem;
	line-height: 4.5rem;
}




/*Colors for flex content*/

/*Color 1 White*/
.bkg1 {
	background-color: #fff;
	line-height: 2.8rem;
}



/*Color 2 Light Grey*/
.bkg2 {
	background-color: #f8f8f8;
	line-height: 2.8rem;
}









/* #Testimonials
================================================== */

.testimonials {
	text-align: center;
	font-size: 2.7rem;
	font-weight: 500;
}
.testimonials .cite {
	font-style: italic;
	font-size: 1.8rem;
	line-height: 2.5rem;
}
.testimonials p {
	margin: 40px 0 ;
	line-height: 4rem;
}












/* #Home Styles
================================================== */


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 478px) {
.home .hero.desktop {
    background-image: url(../images/hero-home.jpg);
    height: 0px !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 300px 0;
	text-align: center;
	display: block;
}
	.home .hero.mobile {
	display: none;
}
}
@media only screen and (max-width: 768px) {
.home .hero {
    padding: 250px 0 !important;
}
}

@media only screen and (max-width: 478px) {
.home .hero.mobile {
	background-image: url(../images/hero-home-mobile.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 300px 0;
	text-align: center;
	height: 84vh;
	display: block;
}
.home .hero.desktop {
	display: none;
}
}



/* #Subpage Styles
================================================== */
	
.subhero {   
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: table;
}
.subhero.img404 {   
	background-image:url("http://frederickartscouncil.org:8888/wp-content/uploads/subhero-news.jpg")
}

.subhero.tall {
	height: 620px;
}
.subhero.short {
	padding: 130px 0;
}	
.subhero .art-credit {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 1.4rem;
    color: #fff;
}
.subtitle h1 {
	margin: 75px 0 43px;	
}



.subhero .header-img {
	display: table-cell;
    vertical-align: middle;
	height: auto;
	margin: auto;
	text-align: center;
}	

.subhero .header-img img {
    width: auto;
    height: 355px;
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
	.subhero .header-img img {
		width: 80%;
		height: auto;
}
}




/* #Featured Posts Block
================================================== */

.featuredposts {
    color: #043049;
    position: relative;
    padding-bottom: 75px;
    padding-top: 50px;
	text-align: center;
}
.featuredpostsimage {
	height: 205px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.featuredposts .four.columns {
	padding: 0px;
}
.featuredposts h4 {
	margin-bottom: 0px;
}









/* #Interior page slider
================================================== */


.wrapper.slider2 {
	background-color: #f8f8f8;
}

.slider2 .centered {
	position: absolute; top: 50%; left: 50%; transform: translate(-15%, -50%);
}

* {box-sizing: border-box}

.slider2 .mySlides {
	display: none
}
.slider2 img {
	width: 100%;
    height: auto;
	vertical-align: middle;
}

/* Slideshow container */
.slider2 .slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.slider2 .prev, .slider2 .next {
    /* cursor: pointer; */
    position: absolute;
    top: 39%;
    /* width: auto; */
    padding: 16px;
    /* margin-top: -22px; */
    /* color: white; */
    font-weight: normal;
    font-size: 40px;
    transition: 0.6s ease;
    /* border-radius: 0 3px 3px 0; */
    user-select: none;
    /* background-color: #1997ab; */
    text-decoration: none;
}

/* Position the "next button" to the right */
.slider2 .next {
  right: -50px;
}

.slider2 .prev {
  left: -50px;
  border-radius: 3px 0 0 3px;
}

.slider2 a {
	color: #bfbebe;
}

/* On hover, add a black background color with a little bit see-through */
.slider2 .prev:hover, .slider2 .next:hover {
  background-color: rgba(0,0,0,0);
}

/* Caption text */
.slider2 .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center !important;
}


/* Caption text */
.slider2 .slider-title {
    color: #19262c;
    margin: 11px 0 0px 0;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: .5px;
}

/* Number text (1/3 etc) */
.slider2 .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.slider2 .dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 10px 2px;
    background-color: #c6c6c8;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.slider2 .active, .slider2 .dot:hover  {
   background-color: #7c7c7d;
}


/* Fading animation */
.slider2 .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .slider2 .prev, .slider2 .next, .slider2 .text {font-size: 11px}
}









/* #Email sign up block
================================================== */

.email-signup {
	background-image: url(../images/bkg-email.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.email-signup .nf-form-content input.ninja-forms-field {
    color: #605e5e !important;
}

.email-signup .nf-before-form-content {
	display: none;
}

.email-signup .nf-form-content button, .email-signup .nf-form-content input[type=button], .email-signup .nf-form-content input[type=submit] {
	font-size: 1.5rem;
	border-radius: 0px;
	background-color: transparent !important;
	cursor: pointer;
	min-width: 100px;
	/*height: 24px;*/
	color: #605e5e;
	display: inline-block;
	text-decoration: none;
	text-shadow: none;
	line-height: 1.6rem;
	padding: 9px 30px 9px 30px;
	margin: 0px 0px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
		border: 1px solid #605e5e;
}
.email-signup .nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #f7f7f7;
    /* border: 1px solid #c4c4c4; */
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    height: 50px !important;
    border: 1px solid #605e5e !important;
}
.email-signup .nf-form-cont {
	margin: 50px 0 0 0 !important;
}
.email-signup #ninja_forms_required_items, .email-signup .nf-field-container {
    margin-bottom: 0px !important;
}
.email-signup .nf-form-content input.ninja-forms-field {
    height: 42px !important;
}


/* #Landing Page Repeater
================================================== */

.landingpage .imgwrap {
	height: 233px;
	width: 100%;
	overflow: hidden;	
}

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

.landingpage .four.columns {
	margin-bottom: 36px;
	
}

.landingpage.both {
	padding: 55px 0 75px 0 !important;	
}



/* #Events
================================================== */

.event-item {
    float: left;
    width: 28%;
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: left;
    margin: 2.6%;
    position: relative;
    /*top: -221px;*/
    text-transform: uppercase;
}


.event-item a {
	text-decoration: none;
	color: #d2211d;
	
}
.upcoming-events {
	padding: 75px 0 195px;
}
.upcoming-events .ten.columns.center {
    /*bottom: -110px;*/
    position: relative;
}

img.event-thumb {
    width: 100%;
    height: auto;
    position: relative;
    /*top: 307px;*/
}
.event-when {
    position: relative;
    /*top: 305px;*/
	font-size: 12px;
}
.widget_sf_widget_event {
	list-style-type: none;
}


@media only screen and (max-width: 979px) { 
.event-item { width: 100%; margin: 0 }
}
	






	
	
	
	
	
/* #Subpage Styles
================================================== */








	


/* #Membership Directory Pages
================================================== */

.page-template-page-membership header.entry-header {
	display: none !important;
}


/* Calendar with button page */
#post-638 h1.entry-title {
	display: none;
}




#SFctr .SF3 .SFcrd {
    margin: 0 1% 2% 1% !important;
}



#SFctr h2, #SFprn h2 {
    font-size: 1.8rem !important;
    line-height: 2.0rem !important;
    /*color: #d2211d !important;*/
    margin: 15px 0 10px 0 !important;
    text-transform: uppercase !important;
}
#SFctr p {
    margin: 11px 0 !important;
}

/*Hide the search bar on membership directory
*/#SFylpfnd {
	display: none !important;
}

.member-cats {
	font-size: 1.4rem;
	line-height: 3.4rem;
	padding: 24px 0px;
	margin-bottom: 50px;
}

.member-cats a {
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
}

/*Business Card Height*/
#SFctr .SFcrd {
    height: 350px !important;
    font-size: 1.4rem;
    line-height: 2.0rem;
}





#SFctr .SFcrd:hover {
	border: 1px solid #d2211d;
	background-color: #f8f9fb;
}





/* #Donation and shop Check Out
================================================== */





.donation #SFctr table.SFfrm.SFblc input[type=text] {
    margin: 22px 0 0 0 !important;
}

.donation #SFctr table.SFfrm.SFblc select {
    margin-top: 25px !important;
}

.donation textarea {
	width: 399px !important;
	height: 200px !important;
	
}

.donation #SFctr #SFfrmadd, .shop #SFctr #SFfrmadd {
    border: 1px solid #d2211d !important;
    width: 100% !important;
    color: #605e5e !important;
}

.donation #SFctr table, .shop #SFctr table {
    width: 100% !important;
}
.donation #SFctr #SFfrmadd #SFfrmsum, .shop #SFctr #SFfrmadd #SFfrmsum {
    background-color: #d2211d;
}

.donation #SFctr table.SFfrm tr>td:first-child, #SFctr table.SFfrm tr>th:first-child, .shop #SFctr table.SFfrm tr>td:first-child, #SFctr table.SFfrm tr>th:first-child {
    text-align: left !important;
    width: 100% !important;
}

.donation #SFctr h1, .shop #SFctr h1 {
    font-size: 27px;
    display: none !important;
}

.donation #SFctr #SFfrmadd td:first-child, .shop #SFctr #SFfrmadd td:first-child {
    max-width: 42% !important;
    padding: 0 4% !important;
}

html body .donation #SFfrmitm .SFbox button { 
	width: 100% !important; 
    padding: 12px 0px !important; 
	
}

#SFctr .SF1 table.SFfrm div.SFpy0, #SFctr .SF1 table.SFfrm input[type=password], #SFctr .SF1 table.SFfrm input[type=text], #SFctr .SF1 table.SFfrm select, #SFctr table.SFfrm.SFblc input[type=password], #SFctr table.SFfrm.SFblc input[type=text], #SFctr table.SFfrm.SFblc select {
    padding: 5px 0px !important;
}



.shop .SFfrmitm.SFclk {
	text-align: center !important;
}
.shop .SFfrmitmadd {
	position: relative !important;
    bottom: auto !important;
    left: 10px !important;
    text-align: center !important;
}
.shop #SFctr #SFfrmitm .SFfrmitm:hover {
    background: transparent !important;
}
.shop #SFctr #SFfrmitm .SFfrmitmamt {
    display: block !important;
    margin: 21px 0 0 0 !important;
    text-align: center !important;
}
.shop #SFctr .SF0 #SFfrmitm .SFfrmitm {
    padding-bottom: 30px !important;
}
.shop #SFctr #SFfrmitm .SFfrmitmovr {
    display: none !important;
}
.shop #SFctr #SFfrmitm .SFfrmitm .SFfrmitmttl {
    color: #d2211d !important;
	margin-top: 22px !important;
}
.shop #SFctr #SFfrmadd td:first-child {
    padding: 4% !important;
}
.shop #SFctr #SFfrmitm .SFfrmitm:hover .SFfrmitmttl {
    color: #d2211d !important;
}

.shop #SFctr #SFfrmitm .SFfrmitm:hover .SFfrmitmdtl {
    color: #555 !important;
}

/* #Volunteer Check Out
================================================== */

.volunteer #SFctr h4, #SFprn h4 {
    color: #d2211d !important;
    font-size: 1.4rem !important;
    margin: 15px 0px 40px 0px !important;
}




/* #Membership Directory Maps
================================================== */

#SFylpmap {
	margin: 45px 0 55px 0 !important;
}
#SFctr h4, #SFprn h4 {
    color: #d2211d !important;
	font-size: 1.4rem !important;
	margin: 15px 0px 10px 5px !important;
}

button.gm-ui-hover-effect {
    top: -2px !important;
    left: -1px !important;
}



/* #Membership Directory Detail
================================================== */

#SFctr #SFbizpne {
    position: relative;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: opacity .45s ease-in-out .25s;
}
#SFbizmnu0 {
	display: none !important;
}





/*Add an event*/



.page-id-5506 #SFctr #mceu_11-body a.SFbtn, .page-id-5506 #SFctr #mceu_11-body button {
    font-size: inherit !important;
	border-radius: 0px !important;
	background-color: inherit !important;
	cursor: inherit !important;
	min-width: inherit !important;
	/*height: 24px;*/
	color: inherit !important;
	display: inherit !important;
	text-decoration: inherit !important;
	text-shadow: inherit !important;
	line-height: inherit !important;
	padding: inherit !important;
	margin: 5px !important;
	text-align: inherit !important;
	text-transform: inherit !important;
	transition: inherit !important;
	border: inherit !important;
}








/* #Become a member
================================================== */

#SFctr table.SFfrm div.SFpy0, #SFctr table.SFfrm input[type=password], #SFctr table.SFfrm input[type=text], #SFctr table.SFfrm select {
       width: 399px !important;
    margin: 0px 0 12px 0 !important;
    position: relative !important;
    top: -9px !important;
	padding-left: 20px;
}


.SFchk {
    width: 100%;
}

#SFctr div.SFbox {
    width: 100% !important;
}


#SFusrbil5e600a947ea5133c7a6e8ea4 {
    width: 96% !important;
}









#SFctr a.SFbtn, #SFctr button {
    font-size: 1.5rem !important;
	border-radius: 0px !important;
	background-color: transparent !important;
	cursor: pointer !important;
	min-width: 100px !important;
	/*height: 24px;*/
	color: #605e5e !important;
	display: inline-block !important;
	text-decoration: none !important;
	text-shadow: none !important;
	line-height: 2.6rem !important;
	padding: 9px 30px 9px 30px !important;
	margin: 10px 0px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	transition: all 0.4s ease 0s !important;
	border: 1px solid #605e5e !important;
}
.SFicochk_w {
	display: none !important;
}

.SFusrbtndiv {
	text-align: center !important;
}
#SFctr table.SFfrm .SFerr {
    top: -18px !important;
}



/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
#SFctr table.SFfrm div.SFpy0, #SFctr table.SFfrm input[type=password], #SFctr table.SFfrm input[type=text], #SFctr table.SFfrm select {
    max-width: 100% !important;
    margin: 0px 0 12px 0 !important;
    position: relative !important;
    top: 5px !important;
}
	
	#SFctr .SF1 div.SFbox {
    padding: 20px 30px 20px;
    overflow-x: hidden;
		
}
	
	
}








#SFctr #SFevtlst .SFevt_dp {
    width: 71px !important;
}
#SFctr #SFevtlst .SFevt_dpmon {
    background-color: #d2211d !important;
    width: 55px !important;
    padding: 8px 8px !important;
    color: #fff !important;
    font-size: 16px !important;
}
#SFctr #SFevtlst .SFevt_dpdte {
    width: 55px !important;
    padding: 7px !important;
    font-size: 29px !important;
    color: #d2211d !important;
}

#SFctr #SFevtlst .SFevt_dpday {
    width: 55px !important;
    border-top: 1px solid #ccc  !important;
    padding: 3px 8px !important;
    font-weight: 200 !important;
    font-size: 14px !important;
    color: #888 !important;
	background-color: #eef0f6 !important;
}
#SFctr #SFevtlst .SFevtttl {
    clear: none !important;
    padding: 136px 0 0 !important;
    margin: 0px 0 8px 0 !important;
    font-size: 2.2rem !important;
    font-weight: 600 !important;
}
#SFctr #SFevtlst .SFevt_dp {
    border: 1px solid #ccc !important;
	background-color: #f8f9fb !important;
}











/* #Blog Styles / Masonary
================================================== */	


.grid-item h3.artlink {
    color: #fff;
    font-size: 5.4rem;
    position: relative;
    top: 45%;
    margin-top: 0px;
    text-align: center;
}

.grid-item h3.artlink span.h3small {
	color: #fff; 
	font-size: 1.8rem;
	font-weight: 900;
}


.blogcats a {
	text-decoration: none;
}

.grid {
/*   max-width: 1200px; */
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
	width: 30.33333%;
	margin: 20px 1.5%;
	height: auto;
	float: left;
	background-color: #f8f8f8; 
	clear: both;
}

.grid a {
	text-decoration: none;
	color: #878484;
}
.grid-item h3 {
	font-size: 1.6rem;
	text-transform: capitalize;
    font-weight: 200;
	margin: 7px 0;
}
.grid-item .grid-content p {
	padding: 0px;
	margin: 0px;
	line-height: 1.6rem;
}
.grid-item .grid-content {
    text-transform: none;
    padding: 17px 18px 15px 18px;
    font-size: 1.2rem;
    letter-spacing: .3px;
    font-weight: 600;
}
.grid-item .grid-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.grid-item .grid-image-large {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
body .grid-item {
	width: 100% !important;
	position: relative !important;
	top: inherit !important;
}
.grid-item .grid-image {
    height: 350px;
}	
}



	
/* #Blog Styles OLD DELETE?
================================================== */

.blog .screen-reader-text{
	display:none;
	}
span.edit-link {
	display:block;
	margin-top:10px;
	}
time.updated {
	display:none;
	}
.widget-area ul {
	list-style: none;
	margin:0px;
	}
.blog h2.widget-title, .blog h2.widget-title a {
	font-size: 17px;
	font-weight:normal;
	color:#333;
	line-height:30px;
}
.widget-area a {
	text-decoration:none;
	color:#000;
	}
.widget-area a:hover  {
	color:#ccc;
	}

	
	
	
/* #Contact form adjustments
================================================== */


.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #d2211d !important;
    color: #fff !important;
}

.nf-form-content textarea.ninja-forms-field {
    height: 200px !important;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 50px !important;
}






/* #Menu Adjustments
================================================== */

/*.mega-menu-item-553 a, .mega-menu-item-535 a, .mega-menu-item-538 a, .mega-menu-item-611 a {
	font-size: 1.6rem !important;
	color: #d2211d !important;
	text-transform: uppercase !important;
}*/



/*responsive menu pro*/
#responsive-menu-pro-wrapper {
	text-transform: uppercase !important;
}







/*arrows*/
.mega-sub-menu .mega-indicator {
    color: #d2211d !important;
    font-weight: bold !important;
    font-size: 23px !important;

}




#mega-menu-wrap-menu-primary #mega-menu-menu-primary li > ul.mega-sub-menu {
    background-position: 13px 13px !important;
    height: auto !important;
    background-size: 31% auto !important;
	min-height: 315px !important;
}



#mega-menu-wrap-menu-primary #mega-menu-menu-primary li > ul.mega-sub-menu::after {
  padding-bottom: 35px !important;
}



ul#mega-menu-menu-primary ul.mega-sub-menu  {
	padding: 0 0 0 34% !important;
    margin-top: 0px !important; /*distance between main nav and dropdow*/
    min-height: 286px !important;
    /*background-size: 34% !important;
    padding: 33px 0 33px 34% !important;
    */
    background-repeat: no-repeat !important;
    background-size: 34% !important;
    text-transform: uppercase !important;
}

ul#mega-menu-menu-primary ul.mega-sub-menu a  {
    text-transform: uppercase !important;
}


body ul#mega-menu-menu-primary ul.mega-sub-menu ul.mega-sub-menu  {
	width: 33.33333% !important;
    margin-left: 17% !important;
    padding: 0 0 0 0 !important;
    margin-top: 0 !important;
    }

ul#mega-menu-menu-primary ul.mega-sub-menu ul.mega-sub-menu a  {
    text-transform: capitalize !important;
}

ul#mega-menu-menu-primary ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu  {
	width: 100% !important;
    margin-left: 0 !important;
    padding: 0 0 0 0 !important;
    margin-top: 0 !important;
}

ul#mega-menu-menu-primary ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu  {
	width: 100% !important;
    margin-left: 0 !important;
    padding: 0 0 0 0 !important;
    margin-top: 0 !important;
}

#mega-menu-wrap-menu-primary #mega-menu-menu-primary li#mega-menu-item-538.mega-menu-megamenu > ul.mega-sub-menu {
    width: 33.33333% !important;
    margin-top: 0 !important;
}









/* #Media Queries
================================================== */


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1250px) {


	
/* Events - home */
.event-item {
    float: left;
    width: 28%;
    padding: 0px;
    box-sizing: border-box;
    text-align: left;
    margin: 2.6%;
    position: relative;
    /*top: -177px;*/
    text-transform: uppercase;
}
img.event-thumb {
    /*top: 276px;*/
}		
.event-when {
    /*top: 272px;*/
}	
	
	
	
	
.footer-nav ul li {
    padding-right: 1px;
}
.footer span.small {
    float: left;
}
}




/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 979px) {
	
button#responsive-menu-pro-button {
    right: 49px !important;
}
.hlimit {
    height: auto;
}
.upcoming-events.both {
    padding: 85px 0 95px 0 !important;
}	
	
/* Events - home */
.event-item {
    position: static;
    top: auto;
}

.upcoming-events .ten.columns.center {
    bottom: auto;
    position: static;
    margin-top: 25px;
}

img.event-thumb {
    position: static;
    top: auto;
}
.event-when {
    position: static;
    top: auto;
}

	
	/* #Calendar
================================================== */	
#SFctr .SF1 #SFevtlst .SFevt>img {
    width: 100%;
}
#SFctr #SFevtlst .SFevtttl {
    padding: 6px 0 0 0 !important;
}
#SFctr .SF1 #SFevtlst .SFevt {
    margin-bottom: 33px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* Responsive Nav/Social columns split on mobile */	
div.nine.columns.social, .footer .social ul {
	top: 25px;
	/*width: 50%;*/
	position: relative;
}
div.nine.columns.social ul, .footer .social ul {
	float: left;
}
div.nine.columns.nav {
	background-image: url(../images/bkg-black.png);
	background-repeat: repeat;
	background-position: top center;
	background-color:#ccc;
}
div.nine.columns.social {
	top: 8px;
	height: 8px;
}
	
div.nine.columns.social ul {
	position: absolute;
	right: 0px;
}

div.three.columns.logo {
    position: relative;
}
	
/* / */	

#menu-secondary	{
	display: none;
	}
	
	
	
/* Proportionate Hero image becomes cover on mobile (only needed if text) */	
.home .hero.proportionate { /* Mobile size should go back to cover */
	background-size: cover !important;
    height: 100% !important;
	padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.rescenter {
	text-align:center;
	}

body .footer ul.social {
	position: static;
	}
	
.footer img {
	width: 250px;
	height: auto;
	padding-right: 0;
}
.footer span.small {
    float: unset;
    display: inline-block;
}
	
.two.column.social.alpha.omega.rescenter, .footer .social ul {
		float: unset;
	}
	
	
	
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
	
	.donation #SFctr table.SFfrm.SFblc input[type=text] {
    margin: 0px 0 0 0 !important;
}
	.donation #SFctr table.SFfrm.SFblc select {
    margin-top: 0px !important;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	
.slider2 .prev {
    left: -40px;
}
.slider2 .next {
    right: -40px;
}
		

.column-padding-right-none {
    padding-right: 0px;
}	
.column-padding-left-none {
    padding-left: 0px;
}
	
	
	
	button#responsive-menu-pro-button {
    right: 22px !important;
}
	div.three.columns.logo img {
    width: 125px;
}
	
}
p.grid-btn a{
	width: 100%;
}
@media only screen and (min-width: 769px) {
p.grid-btn{
	text-align: left;
	
}
	p.grid-btn a{
		width: auto;
	}
}

.margin-b{
	margin-bottom: 60px;
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/