/*
Theme Name: United Salad 2020
Author: Pipe & Tabor
Author URI: http://pipetabor.com/
Version: 0.1

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	}

.clear {
	clear: both;
	}

a, a:visited {
	color: #9fbb95;
	}

a:hover {
	color: #3d772b;
	}

h1 {
	color: #3d772c;
	}

h2 {
	color: #3d772c;
	font-size: 24px;
	font-weight: 800;
	}

h3 {
	color: #3d772c;
	font-size: 18px;
	font-weight: 800;
	}

h4 {
	color: #3d772c;
	}

h5 {
	color: #3d772c;
	}

p {
	color: #4d4d4d;
	font-size: 15px;
	line-height: 31px;
	padding-top: 10px;
	margin-bottom: 20px
	}

img {
	max-width: 100%;
	height: auto;
	}

ul, ol {
	margin-left: 18px;
	font-weight: 600;
	color: #4d4d4d;
	font-size: 15px;
	}
li {
	line-height: 20px;
	}

.aligncenter {
	display: block;
	margin: 0 auto;
	}

.alignleft {
	float: left;
	margin: 15px 40px 15px 0;
	}

.alignright {
	float: right;
	margin: 15px 0 15px 40px;
	}

hr {
	width: 100%;
	height: 0;
	border-bottom: 2px solid #3d772c;
	margin: 20px 0;
	}


.contain {
	width: 100%;
	max-width: 1380px;
	display: block;
	position: relative;
	margin: 0 auto;
	}

#header {
	min-height: 65px;
	background: #3d772b;
	width: 100%;
	display: block;
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: 400; 
	z-index: 99999;
	}

#header a {
	color: #fff;
	text-decoration: none;
	}

#header a:hover {
	color: #9fbb95;
	}

.logo {
	position: absolute;
	top: 0;
	top: 19px;
	width: 212px;
	max-width: 60%;
	height: auto;
	}

.phone {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 22px;
	font-weight: 600;
	}

#menu {
	display: block;
	text-align: center;
	padding-top: 27px;
	}

#menu ul li {	
	display: inline-block;
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #fff;
	}

#menu ul li a {
	text-transform: uppercase;
	}

#menu ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
	}

.page_header {
	width: 100%;
	height: 450px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: block;
	}

.page_header .contain {
	height: 450px;
	}

.imagedarken {
	background: rgba(0,0,0,0.3);
	}

.blackfade {
	background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
	}

.cycle-slide-active .blackfade {
	background: rgba(0,0,0,0);
    animation-name: blackfade;
    animation-duration: 1.5s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    }

@keyframes blackfade {
	0% {background: rgba(0,0,0,0);}
	100% {background: rgba(0,0,0,0.4)}
	}

.entry-title {
	position: absolute;
	left: 0;
	bottom: 75px;
	font-size: 70px;
	font-weight: 800;
	letter-spacing: 12x;
	left: 0;
	color: #fff;
	}

.slideshow {
	width: 100%;
	height: 650px;
	display: block;
	position: relative;
	}

.slide {
	width: 100%;
	height: 650px;
	background-size: cover;
	background-position: center;
	position: relative;
	}
	
.slideshow .contain {
	height: 650px;
	}

.slidercontent {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20%;
	}
	
.cycle-slide-active .slidercontent {
    opacity: 0;
    animation-name: slidercontent;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
	}

@keyframes slidercontent {
	0% {opacity: 0;}
	100% {opacity: 1;}
	}

.slide p, .slide h1 {
	color: #fff;
	text-align: center;
	position: relative;
	}

.slide h1 {
	font-size: 80px;
	line-height: 100px;
	}

.slide p {
	font-size: 22px;
	}

.cycle-prev, .cycle-next {
	position: absolute;
	display: inline-block;
	top: 250px;
	width: 79px;
	height: 128px;
	z-index: 999999;
	background-size: contain;
	}

.cycle-prev:hover, .cycle-next:hover {
	cursor: pointer;
	}

.cycle-prev {
	left: 0;
	background-image: url('images/prev.png');
	}

.cycle-next {
	right: 0;
	background-image: url('images/next.png');
	}


.headersocial {
	position: absolute;
	right: 225px;
	top: 90px
	}

.headersocial img {
	width: 35px;
	height: auto;
	margin-left: 17px;
	}

.headersocial img:hover {
	opacity: 0.7;
	}

.headerorder {
	position: absolute;
	top: 78px;
	right: -45px;
	font-size: 34px;
	line-height: 34px;
	font-weight: 600;
	letter-spacing: 1px;
	}

.leaflarge {
	background-image: url('images/leaf.png');
	background-size: 100% 100%;
	padding: 15px 50px;
	}

.leaf {
	background-image: url('images/leaf.png');
	background-size: 100% 100%;
	padding: 2px 11px;
	margin: 2px 0;
	min-width: 120px;
	display: inline-block;
	text-align: center;
	}
a.leaf {
	color: #fff;
	}
a.leaf:hover {
	color: #9fbb95;
	}

.imagebg .leaf {
	background-image: url('images/leaf_white.png');
	}

.imagebg a.leaf {
	color: #3d772b;
	}

.imagebg a.leaf:hover {
	color: #9fbb95;
	}
	

/* Stuff for multiple layout types */

.padded {
	margin-top: 50px;
	margin-bottom: 50px;
	}



.bars {
	border-left: 2px solid #3d772c;
	border-right: 2px solid #3d772c;
	padding-left: 100px;
	padding-right: 100px;
	}

.imagebg .bars {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	padding-left: 100px;
	padding-right: 100px;
	}



/*1 Column Code */

.one_col_bgimage {
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	display: block; 
	}

.imagebg {
	padding-top: 100px;
	padding-bottom: 100px;
	}

.imagebg h1, .imagebg  h2, .imagebg h3, .imagebg h4, .imagebg h5, .imagebg p {
	color: #fff;
	font-weight: 700;
	}
.imagebg h4 {
	font-size: 64px;
	}

.contain.skinny {
	max-width: 930px;
	}

.alertbar {
	padding: 15px 0;
	width: 100%;
	text-align: center;
	background: #df2c2c;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	}

.alertbar a, .alertbar a:hover, .alertbar a:visited {
	text-decoration: underline;
	color: #fff;
	}


/* 2 Column Code */

.two_col_image {
	width: 50%;
	height: auto;
	float: left;
	}
.two_col_content_left {
	width: 46%;
	float: left;
	padding-right: 4%;
	}
.two_col_content_right {
	width: 46%;
	float: right;
	}
.divided {
	border-right: 1px solid #9a9a9a;
	}
	
/* Lead In */
.leadin {
	background-color: #e8efe7;
	padding: 45px 0;
	}

.leadin p {
	font-size: 18px;
	line-height: 36px;
	}


/* Quote Code */

.padded.quote {
	margin-top: 75px;
	margin-bottom: 75px;
	}

.quoteblock {
	width: 73%;
	float: right;
	font-size: 31px;
	font-weight: 300;
	}

.quote img {
	width: 23%;
	float: left;
	}

.quote h4 {
	font-size: 45px;
	color: #9ebb95;
	margin-bottom: 50px;
	}

.attribution {
	text-align: center;
	color: #3d772b;
	font-weight: 700;
	font-size: 28px;
	}

.quotetext {
	padding: 0 50px;
	color: #4d4d4d;
	}

.quoteafter, .quotebefore {
	font-weight: 300;
	font-size: 129px;
	line-height: 129px;
	margin-top: -15px;
	color: #9fbb95;
	font-family: arial, sans-serif;
	}
	
.quotebefore {
	float: left;
	margin-left: -50px;
	}

.quoteafter {
	float: right;
	margin-right: -50px;
	}


/* Instagram Code */

.instaheader {
	font-weight: 700;
	color: #808080;
	font-size: 24px;
	}
.instaheader a {
	color: #808080;
	text-decoration: none;
	}
.instaheader a:hover {
	text-decoration: none;
	}


/* 4 buckets code */

.buckets {
	text-aligin: center;
	display: block;
	color: #fff;
	}

.imagebg.buckets {
	padding-top: 160px;
	padding-bottom: 160px;
	}

.bucket {
	width: 24.5%;
	display: inline-block;
	text-align: center;
	border-right: 2px solid #fff;
	}

.bucket:first-child {
	border-left: 2px solid #fff;
	}

.bucket .large {
	display: block;
	font-size: 96px;
	line-height: 96px;
	font-weight: 600;
	}

.bucket .small {
	display: block;
	font-weight: 300;
	font-size: 36px;
	line-height: 36px;
	}


/* News page and footer stuff */

.newsimage {
	float: left;
	width: 15%;
	height: auto;
	margin: 0 5% 0 0;
	}

.newsfooterimage {
	float: left;
	width: 26%;
	height: auto;
	margin: 0 5% 0 0;
	}

.newsfooter {
	background: #f9f0e1;
	padding: 30px;
	margin: 50px 0 100px 0;
	}

.third {
	width: 26.9%;
	padding-right: 4%;
	margin-right: 5%;
	border-right: 3px solid #fff;
	float: left;
	padding-top: 80px;
	padding-bottom: 40px;
	position: relative;
	display: block;
	}

.last {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
	}

.newsheader {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	color: #808080;
	font-size: 24px;
	}
.newsheader a {
	color: #808080;
	text-decoration: none;
	}
.newsheader a:hover {
	text-decoration: none;
	}



#footer {
	background: #3d772b;
	width: 100%;
	display: block;
	position: relative;
	color: #fff;
	border-bottom: 100px solid #9fbb95;
	font-size: 15px;
	text-align: center;
	padding-bottom: 325px;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {
	color: #9fbb95;
	}

#footer_menu {
	display: block;
	text-align: center;
	padding-top: 37px;
	margin-bottom: 60px;
	font-size: 16px;
	}

#footer_menu ul li {	
	display: inline-block;
	margin-left: 18px;
	padding-left: 18px;
	border-left: 1px solid #fff;
	}

#footer_menu ul li a {
	text-transform: uppercase;
	}

#footer_menu ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
	}

.footerorder {
	position: absolute;
	display: block;
	text-transform: uppercase;
	border: 1px solid #fff;
	left: 0;
	top: 30px;
	padding: 9px 11px;
	}
.footerorder:hover {
	border: 1px solid #9fbb95;
	}

.footersocial {
	position: absolute;
	display: block;
	right: 0;
	top: 30px;
	}
.footersocial img {
	width: 35px;
	height: auto;
	margin-left: 17px;
	}

.footersocial img:hover {
	opacity: 0.7;
	}

.footer_logobar {
	max-height: 116px;
	max-width: 157px;
	height: auto;
	width: auto;
	margin: 0 11px;
	}

.FooterLogo {
	margin: 53px auto 25px auto;
	display: block;
	}

#copyright, #copyright a {
	font-size: 12px;
	color: #9fbb95;
	line-height: 28px;
	}


#mobile {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -300px;
	//height: 100%;
	width: 300px;
	background-color: #9fbb95;
	color: #fff;
	z-index: 9999999999999;
	font-size: 20px;
	line-height: 30px;
	transition: 0.5s;
	padding-bottom: 100%;
	}

.mobilemenu a {
	color: #fff;
	}

.mobilemenu ul {
	margin-top: 25px;
	}

.mobilemenu ul li {
	display: block;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	padding: 10px 5% 5px 5%;
	width: 80%;
	}

.mobileextras {
	padding: 10px 5% 5px 5%;
	width: 80%;
	line-height: 55px;
	margin-top: 15px;
	}

#overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	transition: 0.3s;
	z-index: -5;
	opacity: 0;
	top: 0;
	}

.mobilemenulink {
	position: absolute;
	top: 20px;
	right: 245px;
	font-size: 22px;
	font-weight: 600;
	display: none;
	}



@media(max-width: 1490px) {
	.headerorder {
		right: 0;
		}
	.headersocial {
		right: 245px;
		}
	.bucket {
		width: 24%;
		}
}

@media(max-width: 1400px) {
	.contain {
		width: 96%;
		}
}

@media(max-width: 1360px) {
	#menu ul li {
		margin-left: 5px;
		padding-left: 5px;
		border-left: 0;
		}
	#menu ul li:first-child {
		margin-left: 30px;
		}
	#menu {
		display: none;
		}
	.mobilemenulink {
		display: block;
		}
	.footersocial {
		position: relative;
		}
}

@media(max-width: 1100px) {
	.slide h1 {
		font-size: 60px;
		line-height: 80px
		}
	.imagebg h4 {
		font-size: 54px;
		}
	.bucket .large {
		font-size: 76px;
		}
	.bucket .small {
		font-size: 30px;
		}
	.quote h4 {
		font-size: 40px;
		}
	.quoteblock {
		font-size: 31px;
		}
}

@media(max-width: 875px) {
	.slide h1 {
		font-size: 40px;
		line-height: 60px
		}
	.imagebg h4 {
		font-size: 34px;
		}
	.bucket .large {
		font-size: 56px;
		line-height: 56px;
		}
	.bucket .small {
		font-size: 25px;
		line-height: 25px;
		}
	.quote h4 {
		font-size: 30px;
		}
	.quoteblock {
		font-size: 21px;
		}
	.bars, .imagebg .bars {
		padding-right: 25px;
		padding-left: 25px;
		}
	.entry-title {
		font-size: 50px;
		}
}


@media(max-width: 800px) {
	.two_col_image, .two_col_content_left, .two_col_content_right  {
		width: 100%;
		float: none;
		padding: 0;
		}
	.divided {
		border-right: none;
		}
	.bucket {
		width: 49%;
		border-right: 0;
		padding: 25px 0;
		}
	.bucket:first-child{
		border-left: 0;
		}
	#footer_menu ul {
		display: inline-block;
		}
	#footer_menu ul li {
		width: 25%;
		float: left;
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		margin-top: 20px;
		}
}

@media(max-width: 660px) {
	.mobilemenulink {
		right: 0; 
		}
	.headerorder, .headersocial, .phone {
		display: none;
		}
	.third {
		width: 100%;
		border-right: 0;
		border-bottom: 2px solid #fff;;
		}
	.cycle-prev, .cycle-next {
		display: none;
		}
	.slideshow, .slide, .slideshow .contain {
		height: 450px;
		}
	.page_header, .page_header .contain {
		height: 250px;
		}
	.alignright, .alignleft {
		float: none;
		display: block;
		margin: 20px auto;
		}
	#footer_menu ul li {
		width: 33%;
		}
}


@media(max-width: 500px) {
	.quotetext {
		padding-left: 0;
		}
	.entry-title {
		font-size: 30px;
		bottom: 10%;
		}
	#footer_menu ul li {
		width: 50%;
		}
}
	