/*   
Theme Name: Respect The Lead - Custom Theme
Theme URI: http://1348design.com
Description: A custom theme created for Respect The Lead
Author: Jan Hacker @ 1348 Design
Author URI: http://1348design.com
Version: 1
*/

/***** Reset *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***** Global Styles *****/
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: #f9f9f9;
	color: #222;
	font-size: 19px;
}
.wrap{
	position: relative;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
h1, h2{
	font-weight: 700;
}
h1{
	font-size: 34px;
	color: #00a28b;
	margin-bottom: 40px
}
h2{
	font-size: 22px;
	margin-top: 40px;
}
p, li{
	margin-top: 22px;
	line-height: 1.4;
}
strong, b{
	font-weight: 700;
}
a{
	color: #00a28b;
}
a:hover{
	color: #111;
}

/***** Header *****/
header{
	background: #00a28b;
	padding: 30px 0;
}
header img#logo{
	max-width: 20%;
	height: auto;
}
header nav{
	width: 75%;
	text-align: right;
	float: right;
	margin-top: 52px;
}
header ul li{
	display: inline-block;
	margin: 0;
}
header ul li a{
	display: block;
	padding: 4px 22px;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	border-right: 1px solid #fff;
	font-weight: 700;
}
header ul li:first-child a{
	padding-left: 0;
}
header ul li:last-child a{
	padding-right: 0;
	border-right: none;
}
header ul li a:hover{
	color: #222;	
}
header .social-links{
	position: absolute;
	top: 0;
	right: 0;
}
header .social-links .social{
	display: inline-block;
    margin: 0 0 0 10px;
    font-size: 24px;
    color: #fff;
}
header .social-links .social:hover{
    color: #222;
}

/***** Share Buttons *****/
#share-buttons{
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	padding-top: calc(50vh - 120px);
}
@-webkit-keyframes slide-in{
	0% { margin-left: -60px;}
	100% { margin-left: 0;}
}
@-moz-keyframes slide-in{
	0% { margin-left: -60px;}
	100% { margin-left: 0;}
}
@keyframes slide-in{
	0% { margin-left: -60px;}
	100% { margin-left: 0;}
}
#share-buttons ul{
	margin-left: -60px;
	-webkit-animation:slide-in ease 1;
	-moz-animation:slide-in ease 1;
	animation:slide-in ease 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	animation-delay: 4s;
}
#share-buttons li{
	height: 44px;	
	width: 44px;
	margin: 0;
	line-height: 1;
}
#share-buttons li:first-child{
	height: auto;
	padding: 5px 0;
	background: #555;
	color: #fff;
	font-size: 12px;
}
#share-buttons li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 50%;
	padding: 25% 0;
}
#share-buttons li a#facebook{
	background: #4867AA;
}
#share-buttons li a#twitter{
	background: #1DA1F2;
}
#share-buttons li a#email{
	background: #00a28b;
}
#share-buttons li a:hover{
	background: #555 !important;	
}

/***** Footer *****/
footer section{
	font-size: 13px;
	text-align: center;
	border-top: 2px solid #00917d;
}

/***** Content: All *****/
section{
	border-top: 2px solid #f9f9f9;
}
.section-content{
	padding: 40px 40px 80px 40px;
	background: #fff;
}

/***** Content: Green Sections *****/
section.green-background{
	background: #00917d;
}
section.green-background + section.green-background{
	border-top: 2px solid #00917d;
}
section.green-background .section-content{
	background: #00a28b;
	color: #fff;
}
section.green-background .section-content h1,
section.green-background a{
	color: #fff;
}
section.green-background a:hover{
	color: #111;
}

/***** Content: Slider *****/
.slider-wrap{
	font-family: 'Caveat', cursive;
	border-top: none;
}
.slider-wrap li{
	margin: 0;
	line-height: 0;
}
.slider-wrap img{
	width: 100%;
	height: auto;
}
.slide-text{
	position: absolute;
	right: 30px;
	bottom: 30px;
	background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.75);
	padding: 20px 30px;
	font-size: 50px;
	text-align: right;
	color: #7e3f27;
	line-height: 1.4;
}

/***** Content: Text *****/
.content.text{
	max-width: 900px;
}
.content.text ul,
.content.text ol{
	margin: 40px;
	list-style: circle;	
}
.content.text img,
.content.text iframe{
	max-width: 100%;
}
.content.text img{
	height: auto;
}
.size-circular-image{
	width: 25%;
	height: auto;
	border-radius: 50%;
	float: left;
	margin: 10px 20px 20px 0;
}

/***** Content: Dos and Don'ts *****/
.content.do-dont h2{
	margin: 0 0 30px 0;
	font-size: 32px;
}
.content.do-dont .column{
	display: inline-block;
	width: calc(50% - 78px);
	vertical-align: top;
	background: #00a28b;
	padding: 30px;
	color: #fff;
	font-size: 20px;
	margin-top: 30px;
}
.content.do-dont .column + .column{
	margin-left: 30px;
}

/***** Content: Posters *****/
.content.posters ul li{
	display: inline-block;
	margin: 30px 8px 0 0;
	max-width: 100%;
}
.content.posters ul li a{
	max-width: 100%;
}
.content.posters ul li a:hover{
	opacity: 0.8;
}
.content.posters ul li a img{
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 1299px) {
	
	/***** Share Buttons *****/
	#share-buttons li{
		height: 34px;	
		width: 34px;
	}
	#share-buttons li:first-child{
		font-size: 10px;
	}
}

@media only screen and (max-width: 1199px) {
	
	/***** Header *****/
	header nav{
		margin-top: 44px;
	}
	header ul li a{
		padding: 4px 13px;
		font-size: 15px;
	}
	header ul li:last-child a{
		padding-right: 0;
	}
	
	/***** Share Buttons *****/
	#share-buttons li{
		height: 30px;	
		width: 30px;
		font-size: 16px;
	}
	#share-buttons li:first-child{
		font-size: 9px;
	}

	/***** Content: Posters *****/
	.content.posters ul li{
		margin: 30px 30px 0 0;
	}
}

@media only screen and (max-width: 1023px) {
	
	/***** Header *****/
	header nav{
		margin-top: 44px;
	}
	header ul li a{
		padding: 0 10px;
		font-size: 14px
	}
	header ul li:last-child a{
		padding-right: 0;
	}

	/***** Share Buttons *****/
	#share-buttons{
		position: relative;
		left: auto;
		top: auto;
		padding-top: 0;
		background: #00917d;
		border-top: 2px solid #00917d;
	}
	#share-buttons ul{
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
		width: 94%;
		max-width: 1200px;
		margin: 0 auto !important;
		background: #00a28b;
		padding: 10px 0 20px 0;
	}
	#share-buttons ul li{
		display: inline-block;
		height: 40px;
		width: 40px;
		font-size: 18px;
		margin: 0 4px;
	}
	#share-buttons li a#email {
		background: #00917D;
	}
	#share-buttons li:first-child{
		font-size: 16px;
		width: 100%;
		background: #00A28B;
		padding: 0 0 12px 0;
		margin: 0;
	}
}

@media only screen and (max-width: 899px) {
	
	/***** Header *****/
	header{
		text-align: center;
		padding: 30px 0 22px 0
	}
	header img#logo{
		max-width: 40%;
	}
	header nav{
		margin-top: 22px;
		text-align: center;
		width: 100%;
		float: none;
	}
	header ul li a{
		padding: 0 8px;
		font-size: 15px
	}

	/***** Content: All *****/
	section{
		border-top: 2px solid #f9f9f9;
	}
	.section-content{
		padding: 40px 30px 80px 30px;
		background: #fff;
	}
	
	/***** Content: Slider *****/
	.slide-text{
		padding: 20px 30px;
		font-size: 30px;
	}
}

@media only screen and (max-width: 689px) {
	
	/***** Global Styles *****/
	h1{
		font-size: 29px;
		line-height: 1.2;
	}
	
	/***** Header *****/
	header{
		text-align: center;
		padding: 30px 0 30px 0
	}
	header img#logo{
		width: 90%;
		max-width: 400px;
	}
	nav{
		display: none;
	}
	header .social-links{
		display: none;
	}
	
	/***** Content: Slider *****/
	.slide-text{
		padding: 10px 20px;
		right: 0;
		left: 0;
		bottom: 0;
		font-size: 5.5vw;
		text-align: right;
	}

	/***** Content: Dos and Don'ts *****/
	.content.do-dont .column{
		width: 100%;
	}
	.content.do-dont .column,
	.content.do-dont .column + .column{
		margin-left: -30px;
	}

	/***** Content: Posters *****/
	.content.posters ul li{
		margin: 30px 0 0 0;
		width: 100%
	}
}