/*
Theme Name: FMFP 2013
Author: Mercurygates
Author URI: http://mercurygates.com
Description: Based on TwentyEleven
Version: 1.0
*/

body {
	background: #0c4863 url('images/bkg-bluebrickclouds.jpg') fixed 20% top;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
}



/* Page */

#page {
	background: none;
	margin: 0 auto 2em auto;
}

#main {
	padding: 0;
}

#content {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);   /* IE6 & 7 */
    zoom: 1;
    background: rgba(0,0,0,.4);
}

.left-sidebar #primary {
	margin: 0 0 40px -30%;
}
.page.left-sidebar #content,
.left-sidebar #content {
	margin: 0 0 0 30%;
	/*width: 57%;*/
	padding: 20px 40px 40px;	
    border-top:1px solid white;
}

.left-sidebar #secondary {
	margin-left: 5%;
	margin-top: 20px;
}

p.intro {
	font-size: 1.5em;
	line-height: 1.2;
}

.collapse-section {
	display: none;
}

@media (max-width: 800px) {
	#main #content {
		margin: 0 3%;
	}
}

/* Sidebar */

.widget {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */
    zoom: 1;
	background: rgba(0,0,0,.6);
	padding: 15px;
	margin:0 0 20px 0;
	/*
	-moz-box-shadow:10px 10px 20px rgba(0,0,0,.5);
	-webkit-box-shadow:10px 10px 20px rgba(0,0,0,.5);
	box-shadow:10px 10px 20px rgba(0,0,0,.5);
	*/
}

.widget a {
	font-weight: normal;
}

.widget ul li {
	list-style-position: inside;
	margin-left: 13px;
	text-indent: -13px;
	line-height: 1.3;
	margin-bottom: .4em;
}

.widget_text {
	background: none;
	filter: ; /* IE filter reset */
	box-shadow: none;
	padding:0;
}

.widget_nav_menu {
    background:none;
	filter: ; /* IE filter reset */    
    text-transform:uppercase;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.widget_nav_menu ul li {
    line-height:1.2;
    margin-bottom:1em;
	 background: transparent;
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC32AAFF,endColorstr=#CC32AAFF)"; /* IE8 */
	     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC32AAFF,endColorstr=#CC32AAFF);   /* IE6 & 7 */
	       zoom: 1;
    background:rgba(50,170,255,.8);
    list-style-type:none;
    text-indent:0;
	/*
	-moz-box-shadow:10px 10px 20px rgba(0,0,0,.5);
	-webkit-box-shadow:10px 10px 20px rgba(0,0,0,.5);
	box-shadow:10px 10px 20px rgba(0,0,0,.5);
	*/
	padding:15px;
	margin:0 -15px 2px -15px;
}

.widget_search {
    background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000);   /* IE6 & 7 */
    zoom: 1;
	background: rgba(0,128,0,.6);
}

.widget_search form {
	margin-bottom: 0;
}


/* Announcements */

.widget div.announcement {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FF0000,endColorstr=#99FF0000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FF0000,endColorstr=#99FF0000);   /* IE6 & 7 */
    zoom: 1;
	background: rgba(255,0,0,.6);
	padding: 15px;	
	/*
	-moz-box-shadow:10px 10px 20px rgba(0,0,0,.5);
	-webkit-box-shadow:10px 10px 20px rgba(0,0,0,.5);
	box-shadow:10px 10px 20px rgba(0,0,0,.5);
	*/
}

.widget p.announcement-label {
    margin:0;
}
.widget p.announcement-label:first-child {
    margin-top:.75em;
}
.widget p.announcement {
    font-size:2.2em;
    font-weight: 400;
    line-height:1.2;
    border-bottom:1px solid;
    padding-bottom:.75em;
    margin-bottom:.75em;
}

.widget p.announcement:last-child {
    border-bottom:none;
    margin-bottom:0;
}

.conference-dates {
    font-size:1.8em;
    font-weight:400;
    text-align:center;
    line-height:1.3;
}

/* Donate */

#widget-donate {
	color: #fff;
	font-size: 1.5em;
	line-height:1.2;
	margin-bottom:1em;
	padding:15px;
	margin:0 0 2px 0;
	background: transparent url('images/bkg-arrow.png') no-repeat right 50%;
}

@media (max-width:800px){
    #widget-donate {
        background-position:left;
    }
}

#widget-donate a {
	text-transform: uppercase;
	color: white;
}


/* Header */

#branding {
	border-top: none;
}

#branding form,
#branding hgroup {
	display: none;	
}

#site-title,
#site-title a {
	font-weight: normal;
	color: lightskyblue;
}

#branding input#s {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);   /* IE6 & 7 */
    zoom: 1;
	background: rgba(255,255,255,.8);
}

#access {
	margin-top: 20px;
	margin-bottom: -1px;
	background: none;
	box-shadow: none;
	border-bottom:1px solid #aaa;	
}

#access div {
	width: 75%;
	margin: 0;
	float: left;
}

#access ul {
	font-size: 14px;
	/*margin-left: -2em;*/
	margin-left: 0;
	text-transform:uppercase;
	font-weight:400;
}

#access li > a,
#access ul ul > a,
#access a {
	color: gold;	
}

#access ul ul a {
	border-bottom: none;
	margin-bottom:1px;
	padding-left:15px;
	padding-right:15px;
	color:gold;
}

#access ul ul a,
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	 background: transparent;
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC32AAFF,endColorstr=#CC32AAFF)"; /* IE8 */
	     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC32AAFF,endColorstr=#CC32AAFF);   /* IE6 & 7 */
	       zoom: 1;
	background:rgba(50,170,255,.95);
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	color: gold;
	text-decoration: underline;	
}

#access .current-menu-item > a, 
#access .current-menu-ancestor > a, 
#access .current_page_item > a, 
#access .current_page_parent > a,
#access .current_page_ancestor > a {
	font-weight: normal;
	color: white;
}

/* Type */

p {
	line-height: 1.3;
}

.page.singular .entry-title,
.entry-title, 
.entry-title a {
	color: lightskyblue;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1.1;
}

.entry-title a {
	color: gold;
}

.singular .entry-title {
	color: #fff;
	font-weight:normal;
	line-height:1.1;
}

.entry-content h2 {
	color: lightskyblue;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom: 1px solid;
	line-height: 1.2;	
}

.widget-title,
.entry-meta {
	color: #aaa;
}

a {
	color: gold;
}

/* Entries */

.entry-header .comments-link a {
	background-image: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 43px;
	height: 43px;
	line-height: 43px;
}

.hentry {
	margin-bottom: 0;
	border-bottom: none;
}

.end-link {
	margin-top: -1em;
}

/* Forms */

.frm_forms.with_frm_style {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000);   /* IE6 & 7 */
    zoom: 1;
	background: rgba(0,128,0,.6);
	margin-left:-40px;
	margin-right:-40px;
	padding:40px;
}

.log-in-message {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000);   /* IE6 & 7 */
	zoom: 1;
	background: rgba(0,128,0,.6);
	list-style-type: none;
	margin-left: -40px;
	margin-right:-40px;
	padding: 40px;
	font-size:1.2em;
}

.frm_entry_ul {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000);   /* IE6 & 7 */
	zoom: 1;
	background: rgba(0,128,0,.6);
	list-style-type: none;
	margin-left: 0;
	padding: 15px;
}

.frm_entry_ul:before {
	content: 'Previous Submissions:';
	display: block;
	color: lightgreen;
}

.frm_checkbox label {
	display: block !important;
	padding-left: 25px;
	margin-top: -1.1em;
	line-height: 1.1;
}

.widget_wp_sidebarlogin {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000);   /* IE6 & 7 */
	zoom: 1;
	background: rgba(0,128,0,.6);
}

.widget_wp_sidebarlogin form .input {
	margin: 0 !important;
}


/* Form customization */

.form-title h2 {
	font-size: 2.2em;
	color: lightgreen;
	border-bottom: none;
}

.entry-content h2.collapse-trigger,
.collapse-trigger,
.form-section h2.frm_trigger {
	color: gold;
    border-bottom:1px solid gold;
    cursor: pointer;
    margin-top:1.5em;
}

.collapse-trigger:after,
.form-section h2.frm_trigger:after {
	content: "(view)";
	margin-left: 10px;
	font-size: .6em;
}
.collapse-trigger.active:after,
.form-section h2.frm_trigger.active:after {
	content: "(close)";
	margin-left: 10px;
	font-size: .6em;
}

#frm_field_121_container .form-field {
	margin-bottom: 20px !important;
}

.frm_delete_list {
	margin-left: 15px;
	font-size: .8em;
}

.entry-content form {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99008000,endColorstr=#99008000);   /* IE6 & 7 */
	zoom: 1;
	background: rgba(0,128,0,.6);	
	padding:1.625em;
}

.entry-content form .formgroup label,
.entry-content form .formgroup input {
	display: block;
	float: none;
}

.entry-content form .formgroup input.text {
	width: 80%;
}

input#s {
	background-color: white;
	border-radius:0;
}
.widget_search #s {
	width: 74%;
}

/* Comments */

.commentlist > li.bypostauthor,
#respond {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);   /* IE6 & 7 */
	zoom: 1;
	background: rgba(0,0,0,.4);
	border: none;
}

#reply-title {
	font-weight: normal;
	color: lightskyblue;
}

/* Blog */

.single-post #content,
.post #content {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99A01EA0,endColorstr=#99A01EA0)"; /* IE8 */
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99A01EA0,endColorstr=#99A01EA0);   /* IE6 & 7 */
	      zoom: 1;
	background:	rgba(160,30,160,.6);	      
}

.singular.page .hentry,
.singular .hentry {
	padding-top: 0;
}

.archive .entry-title,
.blog .entry-title {
    font-size:1.3em;
}

.archive .entry-title a,
.blog .entry-title a {
	color: gold;
}

.archive .entry-title a:hover,
.blog .entry-title a:hover {
	text-decoration: underline;
}

.archive .page-title {
	color: #fff;
	font-size:1em;
	line-height:1;
}

.archive #content,
.blog #content {
    background:none;
	border-top: none;
}
.archive .hentry,
.blog .hentry {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99A01EA0,endColorstr=#99A01EA0)"; /* IE8 */
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99A01EA0,endColorstr=#99A01EA0);   /* IE6 & 7 */
	      zoom: 1;
	background:	rgba(160,30,160,.6);	      
    margin:-20px -40px 40px;
    padding:40px;
    border-top:1px solid rgba(255,255,255,.5);
}

/* Tag Archives */

.archive.tag h1.entry-title {
  font-size: .8em;
  padding: 0;
}

.archive.tag article {
  padding: 20px 40px;
}

.archive.tag article footer.entry-meta,
.archive.tag article .entry-content {
  display: none;
}


/* Tag Cloud */

.tagcloud a {
  margin-right: .4em;
}


.widget_recent_entries {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99A01EA0,endColorstr=#99A01EA0)"; /* IE8 */
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99A01EA0,endColorstr=#99A01EA0);   /* IE6 & 7 */
	      zoom: 1;
	background:	rgba(160,30,160,.6);	      	
}

.entry-header .comments-link a {
	right: 2.5em;
}

.commentlist > li.bypostauthor::before {
	display: none;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	width: auto;
}

.singular #comments-title {
	padding: 10px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF)"; /* IE8 */
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF);   /* IE6 & 7 */
	      zoom: 1;
	background:	rgba(255,255,255,.3);
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;	      
}

.singular footer.entry-meta {
	display: none;
}

.commentlist > li.bypostauthor .comment-meta {
	color: #aaa;
}

.nocomments {
	display: none;
}

.wp-post-image {
	margin-bottom: 20px;
}


/* Social Media links in header-1 */

#access div#header-1 {
	position: relative;
	width: 24.9%;
	float: right;
}

#header-1 h3 {
	display: none;
}

div#sm-links {
    margin-right:-12.6%;
    float:right;
}

#sm-links a {
    float:left;
    text-transform:uppercase;
    height: 36px;
    width: 36px;
    padding: 0;
    margin-left: 5px;
}

#sm-links .sm-twitter {
	background: url('images/social-tw.png') no-repeat left top;
}
#sm-links .sm-facebook {
	background: url('images/social-fb.png') no-repeat left top;
}
#sm-links .sm-flickr {
	background: url('images/social-fl.png') no-repeat left top;
}

@media (max-width: 800px){
	#sm-links a {
		height: 20px;
		width: 20px;
	}
	#sm-links .sm-flickr,
	#sm-links .sm-facebook,
	#sm-links .sm-twitter {
		background-size: 100%;
	}
	#access {
		margin-top: 50px;
	}
	#access div {
		width: 100%;
	}
	#access div#header-1 {
		position: absolute;
		width: auto;
		right: 30px;
		top: 20px;
	}
}

/* Home Page Slider */

#slider {
	border: 10px solid white;
	width: 96% !important;
	overflow: hidden;
	margin-top: 20px;
}

@media (max-width: 800px) {
	#logo {
		width: 200px;
		margin: 0 auto;
	}
}


/* Organizers */

.profile-group {
    border-top-color: #666;
    border-top:1px solid rgba(255,255,255,.3);
	margin-top:20px;
	padding-top:20px;
}

.profile-name {
	font-size: 1.5em;
	margin-top:10px;
	line-height: 1.3;
}

.profile-title-org {
	font-size: 1.1em;
	font-style: italic;
}

.profile-bio {
	font-size: 1em;
	line-height: 1.2;
	margin-top:10px;
}

.profile-headshot {
	float: left;
	margin-right: 30px;
	width:150px;
}

.profile-headshot img {
    border:8px solid white;
    width: 100%;
}


/* Home page */

.page.page-template-home-page-php #content {
	margin-top: 460px;
	padding-top: 40px;
}


/* Responsive Slides */
/*
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: -460px 0 80px -6px;
  max-height: 360px;
  border: 12px solid white;
  }

@media (max-width: 800px){
	.rslides {
		margin-top: 0px;
		margin-bottom: 40px;
	}
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

*/


/* Various-sizes of home page images */

.page.page-template-home-page-php #content {
	margin-top: 325px;
}

.rslides {
	position: absolute;
	top: -300px;
	left: 0;
	margin:0;
	width:90%;
	padding:20px;
}

.rslides img {
	border: 8px solid white;
	width:100%;
	height:auto;
}

.rslides li {
    list-style-type:none;
    position:absolute;
    float:left;
}

.rslides li:first-child {
    right:0;
    width:45%;
}
.rslides li:first-child img {
    border-width:10px;
}
.rslides li + li {
    right:40%;
    width:30%;
    top:50px;
}
.rslides li + li + li {
    top:100px;
    right:60%;
    width:30%;
}
.rslides li + li + li + li {
    left:0;
    width:20%;
    top:20px;
}

.rslides li + li + li + li img {
    border-width:6px;
}

@media (max-width: 800px) {
	.rslides {
	    position:relative;
	    top:0;
	    height:430px;
	    overflow:hidden;
	}
	
	.rslides li:first-child,
	.rslides li + li {
	    left:inherit;
	    right:inherit;
	    width:41%;
	    top:0;
	}
	.rslides li:first-child img,
	.rslides li + li img,
	.rslides li + li + li img,
	.rslides li + li + li + li img {
	    border-width:8px;
	    display:block;
	}
	.rslides li + li + li,
	.rslides li + li + li + li {
	    position:absolute;
	    top:230px;
	    width:41%;
	    left: inherit;
	    right: inherit;
	}
	.rslides li + li,
	.rslides li + li + li + li {
	    left:inherit;
	    left:100%;
	    margin-left:-50%;
	}
	.rslides li + li + li {
	    left:0;
	    margin-left:0;
	}	
}


/* Visual Links */

.vizlink-group {
    border-top-color: #666;
    border-top:1px solid rgba(255,255,255,.3);
	margin-top:20px;
	padding:20px;
}

.home .vizlink-group {
	float: left;
	margin-right: 2%;
	width: 40%;
}

.vizlink-grouping-a {
	background: rgba(0,0,0,.3);	
}
.vizlink-grouping-b {
	background: rgba(255,0,0,.5);	
}
.vizlink-grouping-c {
	background: rgba(50,170,255,.5);
}
.vizlink-grouping-d {
	background: rgba(0,128,0,.5);
}

.vizlink-title {
	font-size: 1.5em;
	margin-top:0;
}

.vizlink-text {
	font-size: 1em;
	line-height: 1.2;
	margin-top:10px;
}

.vizlink-thumbnail {
	float: left;
	margin-right: 30px;
	width:150px;
}

.vizlink-thumbnail img {
    border:8px solid white
}

.vizlink-link {
	text-align: right;
	margin-top: 1em;
	margin-bottom: 0;
}
.vizlink-link li {
	list-style: none;
}


/* Activities Group Page */

.page-template-activities-page-php.left-sidebar #content {
    padding-top:0;
    background:none;
}

.page-template-activities-page-php.singular .hentry,
.page-template-activities-page-php .activity {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);   /* IE6 & 7 */
	zoom: 1;
	background: rgba(0,0,0,.4);
	margin-left:-40px;
	margin-right:-40px;
	padding:40px;
	margin-bottom:0;	
}
.page-template-activities-page-php.singular .hentry {
    padding:20px 40px 10px 40px;
    margin-bottom:40px;
}
.page-template-activities-page-php .activity + .activity {
	margin-top: 40px;
}
.page-template-activities-page-php .activity-title {
	font-size: 1.6em;
	line-height:1.3;
	margin-bottom:1em;
}
.page-template-activities-page-php .activity-description {
	
}

.page-template-activities-page-php .profile-group + .profile-group {
    border-top:0;
    margin-top:0;
    padding-top:5px;
}
.page-template-activities-page-php .profile-headshot {
	width: 80px;
}
.page-template-activities-page-php .profile-name {
    font-size:1.2em;
    line-height:1.3;
}


/* Schedule Agenda Page */

.page-template-schedule-page-php.left-sidebar #content {
    padding-top:0;
    background:none;
}

.page-template-schedule-page-php.singular .hentry,
.page-template-schedule-page-php .agenda-list {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);   /* IE6 & 7 */
	zoom: 1;
	background: rgba(0,0,0,.4);
	margin-left:-40px;
	margin-right:-40px;
	padding:40px;
	margin-bottom:0;	
}
.page-template-schedule-page-php.singular .hentry {
    padding:20px 40px 10px 40px;
    margin-bottom:40px;
}

.page-template-schedule-page-php .agenda-list h2 {
	color: lightskyblue;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom: 1px solid;
	line-height: 1.2;		
}

.page-template-schedule-page-php .agenda-list ul {
	margin-top: 1.2em;
	margin-left: 1.2em;		
}

/* Sponsors */

.sponsors {
	margin-top: 40px;
	margin-left:30%;
}

.sponsors h2 {
    border-bottom:1px solid #ccc;
    padding: 1em;
    padding-left: 5%;
    text-transform:uppercase;
}

.sponsors-message {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
}

.sponsors-inner {
	padding-left:5%;
	padding-right: 5%;
}

.sponsors .sponsor {
    padding-bottom:.7em;
    font-size:18px;
    line-height:1.3;
}

@media (max-width: 800px) {
	.sponsors {
		margin-left: 0;
	}    
    .sponsors-inner {
        margin-left:0; 
    }
}



/* CUSTOM BUTTONS */

a.button-arrow {
	display: inline-block;
	background: transparent url('images/bkg-arrow.png') no-repeat right 50%;
	padding: 15px 40px 15px 15px;
	color: white;
	text-transform: uppercase;
	font-size: 1.2em;
}


/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* CUSTOM FRONT PAGE FOR FMFP 2019 */
#post-6 header.entry-header { display: none; }
img.wp-image-6614, img.wp-image-6613 { border: none; }