
div.site-branding {
	margin-left: 30px;
	margin-top: 15px;
}
nav.site-navigation {
	margin-right: 0px
}
.navbar-default {
	margin-top: 35px;
}
div.header-border::after {
	display: none;
}
.header-border {
	border-top: none;
	border-bottom: 1px solid rgba(0,0,0, .2);
/* 	box-shadow: 0px 2px 2px rgba(0,0,0,.4); */
}
#masthead {
/* 	background: none; */
}
header#masthead {
	position: fixed;
	top:0;
	width:100%;
	background: white;
	overflow: hidden;
	z-index: 1000;
}
.main-content {
	margin-top: 130px;
}
#main-menu .menu-item a {
	background-color: #fff;
	color: #555;
	font-size: 17px;
/* font-w is in lillys styles	 */
	font-weight: 500 !important;
	margin-left: 10px;
}
#main-menu .menu-item.contribute a {
	background: white;
	box-shadow: none;
	border: 2px solid #F8A441;
	color: #555;
	transition: background-color .5s
}
#main-menu .menu-item.contribute a:hover {
	background-color: #F8A441;
}
/* Responsive for main menu */
@media screen and (max-width: 767px) {
	#main-menu .menu-item.contribute a {
		border: none;
	}
}

.site-header-inner.col-sm-2 {
	padding: 0;
}
.site-header-inner .site-branding {
	margin-top: 10px;
		margin-left: 50px;
}
img.logo {
  height: 90px;
}
/* Get rid of supporters flag */
body.category-supporters .entry-meta {
/* 	display: none; */
}

.page-template-home #masthead > .container-fluid {
/*     background-image: url('http://staging.philscott.flywheelsites.com/wp-content/uploads/2015/11/phil-aug2018.jpg'); */
/* 	background-image: none; */
}




/* page-id-18 */
body.page-id-18 .main-content {
	margin-top: 120px;
}
body.home .main-content {
	margin-top: 80px;
}
/* meet Phil */
body.page-id-7 .main-content {
	margin-top: 120px;
}

.footer-start div {
	text-align: center;
}

.footer-start div.textwidget li {
	margin: 5px 10px;
}
.connect-container {
	max-width: 1300px;
	margin-bottom: 40px;
}
ul.home-buttons {
	margin-top: 50px;
	max-width: 1300px;
	margin: auto;
}
ul.home-buttons  li {
/* 	padding: 20px; */
	width: 320px;
}
ul.home-buttons  li  a {
	width: 100%;
/* 	height: 150px; */
/* 	width: 250px; */

	
}

ul.home-buttons > li span {
	display: block;
}
 ul.home-buttons > li  i 
{
	color: #F7931D;
	padding-bottom: 20px;
}
button-area-widget .connect-video div.iframe {
	height: 300px;
}
div.row.footer-start {
/*   margin-top: 100px; */
	background-color: rgb(250, 250, 250);
	padding: 60px 0px;
}
div.row.footer-start h4 {
	font-size: 32px;
}
div.row.footer-start a:hover {
	text-decoration: none;
}
div.row.footer-start a:visited {
  color: #222;
}
div.row.footer-start a {
  color: #222;
}
div.row.footer-start .paid-for-block {
	display: inline-block;
	margin-top: 25px;
	padding: 3px 20px;
  color: rgba(100, 100, 100, .5)
}
.footer-start h2.widget-title {
	color: rgba(100, 100, 100, .5);
	font-weight: 500;
}

div.row.footer-end {
/*   margin-top: 100px */
}

div#home-widget-area-1 {
/* 	margin-bottom: 50px; */
}
div.row.footer-end {
	background-color: #063;;
}
div.row.footer-start h2 {
	margin-bottom: 40px
}
div.row.footer-end a {
/* 	color: rgba(255,255,255,0.41); */
}
.site-footer-inner {
	color: rgba(200, 200, 200, .6);
}
.site-footer-inner .privacy-link a {
	color: rgba(200, 200, 200, .6);
}

.site-footer-inner div.attribution {
/* 	float: right; */
}
div.attribution a {
	color: rgba(200, 200, 200, .6);
}
input.go-donate {
	margin-top: 40px;
}



h1.fullwidth {
	margin-top: 0;
}
h2.fullwidth {
	margin-top: -55px;
	color: #fff;
}

/* Start Home hero styles */

/* Home hero styles */

.widget-1 img {
  clip-path: polygon(
    0 0,
    100% 0, 
    100% 80%,  
    0 95% 
  );
}
.hero-area {
	background: repeating-linear-gradient(170deg,#06573c,#06573c 5px,#0c5d42 5px,#0c5d42 10px);
/* 	padding: 40px */
/* 	display: none; */
}
.widget-1 img {
  padding-bottom: 0px;
}


.home-hero-wrapper {
	position: relative;
}
.home-hero.widget-1 img {
/* 	position: relative; */
	width: 100%;

}
.home-hero.widget-2 {
	text-align: center;
	position: absolute;
	bottom: 35%;
	left: 35%;
	transform: translate(-50%, 0%);
}
.home-hero div {
	max-width: 95%
}
.hero-heading h1 {
	font-size: 56px;
	font-weight: 700;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.hero-button{ margin-top: 25px;}
.hero-button a {
	background-color: #F8A441;
	border: none;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 15px 20px;
	text-transform: uppercase;
}
.hero-button a:hover {
	text-decoration: none;
}
.home-hero img {
	margin-bottom: 0px;
}
.widget-1 img {
  padding-bottom: 30px;
}



@media screen and (max-width: 1100px) {
	.widget-1 img {
  clip-path: polygon(
    0 0,
    100% 0, 
    100% 80%,  
    0% 95% 
  );
}
	
	.widget-1 img {
  padding-bottom: 20px;
}
	.hero-button{ margin-top:  0px;}
	.hero-heading h1 {
		font-size: 45px;
	}
	.hero-button a {
		padding: 10px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1000px) {
	.hero-heading h1 {
		font-size: 35px;
	}
	.hero-button a {
		padding: 10px;
		font-size: 12px;
	}
}
@media screen and (max-width: 800px) {
	h2.fullwidth {
		margin-top: -30px;
		font-size: 22px;
	}
	.hero-heading h1 {
		font-size: 30px;
	}
	.hero-button a {
		padding: 10px;
		font-size: 12px;
	}
}
@media screen and (max-width: 600px) {
	h2.fullwidth {
		margin-top: -25px;
		font-size: 15px;
	}
	.hero-heading h1 {
		font-size: 25px;
	}
	.hero-button a {
		padding: 8px;
		font-size: 10px;
	}
}

@media screen and (max-width: 500px) {
	.home-hero.widget-2 h1 {
		color: #063;
	}
	.home-hero.widget-2 {
			
		position: static;
		text-align: center;
	transform: translate(5%, 0%);
	}
	h2.fullwidth {
		display: none;
	}
}
.home-hero img {
	margin-top: 0;
}

/* End Home hero styles */



.col-sm-6.connect-video {
	padding: 0;
	padding-left: 10px;
}
.col-sm-6.connect-widget-area {
	padding: 0;
	padding-right: 10px;
}
.connect-container {
	padding-left: 25px;
	padding-right: 25px;
}

@media screen and (max-width: 767px) {
	.col-sm-6.connect-video {
	padding: 0;
	padding-left: 0px;
}
.col-sm-6.connect-widget-area {
	padding: 0px;
	padding-right: 0px;
	margin: 0px;
}
.connect-container {
	padding-left: 50px;
	padding-right: 25px;
}
	div.donation-box {
		margin: 30px 0;
	}
}

/* Archive Titles */
div.archive-title {
	display: inline-block;
	text-align: left;
	margin-bottom: 40px;
	font-size: 42px;
}
h2.tribe-events-page-title {
	font-size: 42px;
}

/* Reset styles on fancy-donate buttons */
a.more-link,
.fancy-donate input[type=button] {
	background: #F7931D;
	color: #fff;
	padding: 15px 20px;
	border: 0;
	font-size: 20px;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}
a.more-link:hover {
	text-decoration: none;
}

.hero-button a {
	background-color: #F7931D;
	border: none;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 15px 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#meet-phil-list a.list-group-item {
	background-color: #F7931D;
	border: none;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 15px 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.team a.sign-up {
	background-color: #F7931D;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 15px 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#gform_submit_button_1 {
	background-color: #F7931D;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 15px 20px;
	font-weight: 400;
	text-transform: uppercase;
}
li.cat-element a {
	color: #F8931E;
}
li.cat-element a:hover {
	text-decoration: none;
}
#gform_submit_button_7 {
	background-color: #F7931D;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 15px 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#meet-phil-list a.list-group-item 
{
	box-shadow: none;	
}
.woocommerce button.button,
.woocommerce a.button.alt,
a.checkout-button,
.woocommerce a.button {
	border-radius: 0;
	box-shadow: none;
}


