/*  
Theme Name: humanKIND
Theme URI: http://www.bradaronson.com/
Description: Custom CMS built on the WordPress platform.
Version: 1.0
Author: 320studios - Bart Hook
Author URI: http://www.320studios.com/
*/


/*---------------------------------------------------------------------
 *  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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: none;
} 

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
}

input[type=radio], input[type=checkbox] {
	margin: 0 10px 0 0;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*---------------------------------------------------------------------
 *  HTML ELEMENTS
 *---------------------------------------------------------------------*/
 
html {
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #666666;
	background: #f0ebea;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

a {
	color: #f27360;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #656f90;
}

ul {
	margin: 0 0 20px 40px;
	list-style: circle;
}

ol {
	margin: 0 0 20px 40px;
	list-style: decimal;
}

li {
	line-height: normal;
	margin: 0 0 5px 0;
}



/*---------------------------------------------------------------------
 *  GLOBAL STYLES
 *---------------------------------------------------------------------*/

#shell {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	/*max-width: 1600px;
	margin: 0 auto;*/
}

.clear {
	clear: both;
}

.left {
	position: relative;
	float: left;
}

.right {
	position: relative;
	float: right;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}




/*---------------------------------------------------------------------
 *  HOME
 *---------------------------------------------------------------------*/

#home_top {
	position: relative;
	overflow: hidden;
	height: 800px;
	background: url(images/bg_hero.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 10;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

/*#home_top h1 {
	font-size: 50px;
    font-weight: 500;
    color: #f27360;
    letter-spacing: -1px;
}*/

#home_top h1.new {
	color: #444444;
	font-size: 65px;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 25px 0;
}

#home_top h1.new span {
	color: #f27360;
	font-weight: 700;
}

#home_top h1.new em {
	font-style: normal;
    display: block;
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1px;
    color: #777777;
    margin-top: -9px;
    text-transform: uppercase;
}

#home_top .wrapper {
	padding: 20px;
}

#home_top .overlay {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#home_top .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 20px 0 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
		align-items: center;
	overflow: hidden;
	z-index: 10;
}

/*#home_top .content p {
	color: #282b35;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	width: 100%;
	max-width: 450px;
	margin: 0;
	padding: 0;
}*/

#home_top .content p {
	color: #666666;
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
	width: 100%;
	max-width: 500px;
	margin: 0;
	padding: 0;
}

#soon {
	position: relative;
	box-sizing: border-box;
	font-size: 16px;
	line-height: normal;
	color: #777777;
	width: 100%;
    max-width: 500px;
}

#soon::before {
	content: "";
	width: 100px;
	height: 1px;
	display: block;
	background: #bdbdbd;
	margin: 30px 0;
}

#scroll {
	position: absolute;
	left: 20px;
    bottom: -60px;
	/*width: 25px;*/
	width: 100%;
    max-width: 480px;
	font-size: 36px;
	color: #ccc;
	text-align: center;
}

#scroll img {
	display: block;
	width: 100%;
	height: auto;
	opacity: .3;
}



/*---------------------------------------------------------------------
 *  STORIES
 *---------------------------------------------------------------------*/
 
#filter {
	position: relative;
	box-sizing: border-box;
	float: left;
}

#filter select {
	display: none;
}

#filter strong {
	display: block;
	margin: 0 0 10px 0;
	color: #777777;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
}

.cat-select {
	width: 240px;
}

#stories {
	position: relative;
	box-sizing: border-box;
	background: #f0ebea;
	padding: 90px 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#stories .summary {
	position: relative;
    box-sizing: border-box;
    margin: 0 auto 35px auto;
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    color: #888888;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}

#stories.int {
	padding: 60px 0;
}

#short {
    position: relative;
    box-sizing: border-box;
    margin: -30px auto 0 auto;
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    color: #888888;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

#short p {
	margin: 0;
	padding: 0 0 15px 0;
}

#short::after {
	content: "";
	width: 70px;
	height: 1px;
	display: block;
	background: #cccccc;
	margin: 10px auto 30px auto;
}

#description {
	display: none;
	position: relative;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 17px;
    line-height: 24px;
	background: #f27360;
	padding: 30px 20px 20px 20px;
	font-weight: 500;
}

#description .wrapper {
	max-width: 900px;
}

#description a {
	color: rgba(255,255,255,.65);
	text-decoration: underline;
}

#description a:hover {
	color: rgba(255,255,255,1);
}

#cat_description {
	display: none;
	position: relative;
	box-sizing: border-box;
	float: right;
	margin: -20px 0 20px 10px;
	width: 100%;
	max-width: 800px;
	font-size: 15px;
    line-height: 21px;
}

#cat_description p {
	padding: 0 0 15px 0;
}

#cat_more {
	position: relative;
	width: auto;
	text-align: center;
	margin: 5px auto 0 auto;
	color: rgba(255,255,255,.65);
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#cat_more:hover {
	color: rgba(255,255,255,1);
}

#stories h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 45px;
	line-height: 1;
	text-align: center;
}

#stories h2::after {
	content: "";
	width: 70px;
	height: 2px;
	display: block;
	background: #f27360;
	margin: 35px auto;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#stories_top {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 30px 0;
	padding: 0 20px;
}

#stories_top .right {
	margin: 19px 0 0 0;
}

#stories_bot {
	position: relative;
	box-sizing: border-box;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

#stories_bot .left {
	margin: 10px 0 0 0;
}

#grid {
	position: relative;
	box-sizing: border-box;
	opacity: 0;
	margin: 0 10px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.grid-item {
	position: relative;
	box-sizing: border-box;
	width: 33.33333%;
	display: block;
}

.story {
	position: relative;
	box-sizing: border-box;
	margin: 10px;
	padding: 10px;
	background: #ffffff;
}

.s_top {
	position: relative;
}

.s_top img {
	display: block;
	width: 100%;
	height: auto;
}

.s_main {
	position: relative;
	box-sizing: border-box;
	padding: 30px 30px 10px 30px;
}

.s_main h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 24px;
}

.s_main h3 a {
	color: #282828;
}

.s_main h3 a:hover {
	color: #f27360;
}

.author {
	position: relative;
	margin: 15px 0 0 0;
	color: #616161;
	font-size: 13px;
	font-style: italic;
}

.author a {
	color: #f27360;
	/*text-decoration: underline;*/
}

.author a:hover {
	color: #656f90;
}

.shares {
	position: relative;
	box-sizing: border-box;
	border-top: 2px solid #ececec;
	margin: 30px 0 0 0;
	padding: 15px 0 0 0;
	color: #616161;
	font-size: 14px;
	line-height: 16px;
}

.s_link {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 1;
	color: #f27360;
}

.s_link:hover {
	color: #656f90;
}


 
 
/*---------------------------------------------------------------------
 *  TOP
 *---------------------------------------------------------------------*/
 
#top {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(255,255,255,.45);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.nav_bar {
	height: 82px;
}

#top:hover {
	background: rgba(255,255,255,.95);
}

#top.fixed {
	background: rgba(255,255,255,.95);
}

#announcement {
	position: relative;
	height: 40px;
	margin-top: -40px;
	box-sizing: border-box;
	background: #656f90;
	/*background: #f27360;
	background: #b6b6b6;*/
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#top.fixed #announcement {
	margin-top: -40px !important;
}

#announcement .wrapper {
	padding: 0 20px;
}

#announcement a {
	color: rgba(255,255,255,.85);
}

#announcement a:hover {
	color: rgba(255,255,255,1);
}

#announcement strong {
	text-transform: uppercase;
}

#announcement .right {
	color: rgba(255,255,255,.75);
	font-size: 18px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#announcement .right:hover {
	color: rgba(255,255,255,1);
	cursor: pointer;
}

#logo {
	position: relative;
	width: 210px;
	float: left;
	margin: 30px 0 0 20px;
}

#logo img {
	display: block;
	width: 100%;
	height: auto;
}

#main_nav {
	position: relative;
	float: right;
	margin: 0 7px 0 0;
}

#main_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_nav ul li {
	display: inline-block;
	margin: 0 13px;
}

#main_nav ul li.active {
	border-bottom: 2px solid #282828;
}

#main_nav a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 80px;
	color: #282828;
	text-transform: uppercase;
}

#main_nav a:hover {
	color: #f27360;
}

#m_menu, #mobile_nav {
	display: none;
}




/*---------------------------------------------------------------------
 *  CTAs
 *---------------------------------------------------------------------*/

.gradient {
	background: rgba(208,96,79,1);
	background: -moz-linear-gradient(top, rgba(208,96,79,1) 0%, rgba(240,114,95,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(208,96,79,1)), color-stop(100%, rgba(240,114,95,1)));
	background: -webkit-linear-gradient(top, rgba(208,96,79,1) 0%, rgba(240,114,95,1) 100%);
	background: -o-linear-gradient(top, rgba(208,96,79,1) 0%, rgba(240,114,95,1) 100%);
	background: -ms-linear-gradient(top, rgba(208,96,79,1) 0%, rgba(240,114,95,1) 100%);
	background: linear-gradient(to bottom, rgba(208,96,79,1) 0%, rgba(240,114,95,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0604f', endColorstr='#f0725f', GradientType=0 );
}

#cta_email {
	position: relative;
	box-sizing: border-box;
	padding: 30px 20px 15px 20px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#cta_email .wrapper {
	max-width: 640px;
}

#cta_email h3 {
	color: rgba(255,255,255,1);
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
}

#cta_email h3 br {
	display: none;
}








/*---------------------------------------------------------------------
 *  QUOTES
 *---------------------------------------------------------------------*/

#quotes {
	position: relative;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	padding: 40px 30px 50px 30px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#quotes .icon {
	display: block;
	font-size: 45px;
	line-height: 1;
	margin: 0 auto 30px auto;
	color: rgba(255,255,255,.5);
}

.quote {
	font-family: Georgia, Times, 'Times New Roman', serif;
	position: relative;
	margin: 0 auto;
	font-size: 45px;
	line-height: 55px;
	font-style: italic;
    font-variant: normal;
    font-weight: 500;
	width: 100%;
	max-width: 800px;
}

.q_author {
	position: relative;
	margin: 25px auto 0 auto;
	color: rgba(255,255,255,.7);
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
}




/*---------------------------------------------------------------------
 *  BOOK
 *---------------------------------------------------------------------*/
 
#book {
	position: relative;
}

#book h2 {
	font-size: 55px;
	font-weight: 400;
}

#book h2 span {
	color: #f27360;
	font-weight: 700;
}

#book h2::before {
	content: "";
	width: 70px;
	height: 2px;
	display: block;
	background: #f27360;
	margin: 20px 0 60px 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#book h3 {
	font-size: 20px;
	font-style: italic;
	color: #616161;
	font-weight: 300;
	margin: 10px 0 0 0;
}

#book p {
	color: #757575;
	font-size: 15px;
	line-height: 23px;
	padding: 0;
	margin: 30px 0;
}

#book .left {
	width: 50%;
	height: 100%;
	background: #ffffff;
}

#book .content {
	position: relative;
	box-sizing: border-box;
	float: right;
	width: 100%;
	max-width: 600px;
	padding: 120px 60px 120px 20px;
}

#book .right {
	width: 50%;
	height: 100%;
	background: url(images/bg_book.jpg) no-repeat top left; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a.button {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	background: #f27360;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 30px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #f27360;
}

a.button:hover {
	background: #656f90;
	border-color: #656f90;
}

a.button_alt {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	background: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 30px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #f27360;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #f27360;
}

a.button_alt:hover {
	background: #656f90;
	border-color: #656f90;
	color: #ffffff;
}




#humankind {
	position: relative;
	box-sizing: border-box;
}

#hk_summary {
	position: relative;
	box-sizing: border-box;
	float: right;
	width: 50%;
	height: 100%;
	background: #ffffff;
	padding: 90px 20px 90px 60px;
}

#hk_summary .content, #brad .content {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 100%;
	max-width: 700px;
}

#brad .content {
	float: right;
}

#hk_summary h2, #brad h2 {
	color: #444444;
    font-size: 65px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

#hk_summary h2 span, #brad h2 span {
	color: #f27360;
    font-weight: 700;
}

#hk_summary h2::after, #brad h2::after {
	content: "";
	width: 70px;
	height: 2px;
	display: block;
	background: #f27360;
	margin: 20px 0 30px 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#hk_summary h3, #brad h3 {
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1px;
    color: #777777;
    text-transform: uppercase;
	margin: 0 0 -5px 3px;
}

#hk_summary p, #brad p {
	color: #757575;
	font-size: 15px;
	line-height: 23px;
	padding: 0;
	margin: 20px 0;
}

.charity {
	position: relative;
	margin: 0 0 30px 0;
}

#hk_summary .charity {
	color: #757575;
	font-size: 15px;
    line-height: 23px;
}

.charity::before {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    background: #cccccc;
    margin: 0 0 20px 0;
}

#hk_quote {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 100%;
	background: url(images/bg_hkquote.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 90px 60px 90px 20px;
}

#hk_quote .content {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    	align-items: center;
    text-align: center;
}

#hk_quote .content section {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 800px;
	padding: 60px;
}

#hk_quote h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 43px;
	line-height: 50px;
	color: #ffffff;
	font-style: italic;
	font-variant: normal;
	font-weight: 500;
	margin: 0 0 30px 0;
	padding: 0;
}

#hk_quote h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: rgba(255,255,255,1);
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	
}

#hk_quote h3 span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	text-transform: none;
}





/*---------------------------------------------------------------------
 *  BRAD
 *---------------------------------------------------------------------*/
 
#brad {
	position: relative;
	height: auto;
}

/*#brad h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	font-weight: 700;
}

#brad h2::before {
	content: "";
	width: 70px;
	height: 2px;
	display: block;
	background: #f27360;
	margin: 20px 0 60px 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}*/



#brad .right {
	width: 50%;
	background: #ffffff;
	padding: 90px 60px 90px 0;
	/*background: rgba(233,233,233,1);
	background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(213,213,213,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,233,233,1)), color-stop(100%, rgba(213,213,213,1)));
	background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(213,213,213,1) 100%);
	background: -o-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(213,213,213,1) 100%);
	background: -ms-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(213,213,213,1) 100%);
	background: linear-gradient(to bottom, rgba(233,233,233,1) 0%, rgba(213,213,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d5d5d5', GradientType=0 );
	background: url(images/bg_brad.jpg) no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 90px 60px;*/
	/*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;*/
}

#brad .right img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	height: auto;
}

#brad .left {
	position: relative;
    box-sizing: border-box;
    float: right;
    width: 50%;
    height: 100%;
    background: #ffffff;
    padding: 90px 60px 90px 20px;
}

#fb_brad {
	position: relative;
	margin: 40px 0 0 0;
	height: 100px;
}

#fb_brad strong {
	display: block;
	font-size: 14px;
	line-height: normal;
	margin: 0 0 13px 0;
	font-weight: 500;
	color: #757575;
}



/*---------------------------------------------------------------------
 *  INTERIOR PAGES
 *---------------------------------------------------------------------*/
 
#page {
	position: relative;
	box-sizing: border-box;
}

#page .wrapper {
	position: relative;
	padding: 60px 20px;
	max-width: 1230px;
}


#page_top {
	position: relative;
	box-sizing: border-box;
	height: 555px;
	background-color: #333333;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 10px solid #f27360;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#page_top .content {
	position: absolute;
	display: block;
	width: 100%;
	height: 470px;
	bottom: 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#page_top h1 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 55px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -1px;
}

#page_top.page_stories { 
	background-image: url(images/bg_stories.jpg);
	background-position: center center;
}

#page_top.page_about { 
	background-image: url(images/bg_about.jpg);
	background-position: right top;
}

#page_top.page_book { 
	background-image: url(images/bg_page.jpg);
	background-position: right top;
}

#page_top.page_default { 
	background-image: url(images/bg_page.jpg);
	background-position: right top;
}

#page_top.page_funny { 
	background-image: url(images/bg_funny.jpg);
	background-position: left center;
}

#page_top.donate_furniture { 
	background-image: url(images/bg_furniture.jpg);
	background-position: center center;
}

#page_top.donate_clothing { 
	background-image: url(images/bg_clothing.jpg);
	background-position: center center;
}

#page .content {
	font-size: 16px;
	line-height: 26px;
}

#page .main {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: calc(100% - 400px);
	padding: 0 50px 0 0;
}

#page .side {
	position: relative;
	box-sizing: border-box;
	float: right;
	width: 400px;
	margin: 145px 0 0 0;
}

#page .side img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #d9d9d9;
	padding: 6px;
	background: #ffffff;
}

#page h1 {
	font-size: 44px;
	line-height: 48px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
    color: #282828;
}

#page h1::after {
	content: "";
	width: 75px;
	height: 1px;
	display: block;
	background: #c4c4c4;
	margin: 35px 0 30px 0;
}

#page h1.hk {
	color: #444444;
    font-size: 65px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
}

#page h1.hk::after {
	margin: 20px 0 30px 0;
}

#page h1.hk span {
	color: #f27360;
	font-weight: 700;
}

#page h1.hk em {
	display: block;
	font-style: normal;
	font-weight: 400;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1px;
    color: #777777;
    text-transform: uppercase;
    margin: 0 0 -5px 3px;
}

#book_complete {
	position: relative;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px dashed #cccccc;
}

#book_complete h3 {
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
	margin: 0 0 20px 0;
	color: #282828;
}

#testimonials {
	position: relative;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 0 0 0;
	text-align: center;
	
}

#testimonials p {
	font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 21px;
    line-height: 30px;
    font-variant: normal;
    font-weight: 500;
    font-style: italic;
    padding: 0;
    margin: 0 0 10px 0;
    color: #f27360;
}

#testimonials strong {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: normal;
	color: #888888;
}

#testimonials strong span {
	display: block;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin: 0;
}

#testimonials .sep {
	display: block;
	width: 50px;
	height: 1px;
	background: #cccccc;
	margin: 30px auto;
}

.testimonial {
	position: relative;
	box-sizing: border-box;
}

/*blockquote.test {
	position: relative;
	box-sizing: border-box;
	padding: 5px 30px 25px 30px;
	text-align: center;
}

blockquote.test p {
	font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 30px;
    line-height: 40px;
    font-variant: normal;
    font-weight: 500;
    font-style: italic;
    padding: 0;
    margin: 0 0 10px 0;
    color: #f27360;
}

blockquote.test strong {
	display: block;
	margin: 13px 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	line-height: normal;
	color: #777777;
}

blockquote.test strong span {
	display: block;
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    color: #888888;
}*/



/*---------------------------------------------------------------------
 *  POSTS
 *---------------------------------------------------------------------*/

.top_pad {
	position: relative;
	display: block;
	width: 100%;
	height: 82px;
	background: #ffffff;
}

#post_top {
	position: relative;
	box-sizing: border-box;
	padding: 0 15px;
}

#post_top .content {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	padding: 40px 0 130px 55px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#post_top h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 700;
	margin: 20px 0 0 0;
	padding: 0;
}

#breadcrumb {
	position: relative;
	box-sizing: border-box;
}

#breadcrumb a {
	color: rgba(255,255,255,.75);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: rgba(255,255,255,1);
}

#breadcrumb .icon {
	position: absolute;
	top: 0;
	left: -35px;
	font-size: 15px;
	color: rgba(255,255,255,.75);
}

.post_author {
	position: relative;
	color: rgba(255,255,255,.75);
	font-size: 18px;
	line-height: normal;
	font-style: italic;
}

.post_author span {
	font-weight: 700;
	margin: 0 3px 0 0;
}

.post_author a {
	color: rgba(255,255,255,.75);
	text-decoration: underline;
}

.post_author a:hover {
	color: rgba(255,255,255,1);
}

#post_mid {
	position: relative;
	box-sizing: border-box;
	margin: -90px 0 90px 0;
}

#post_mid .wrapper {
	padding: 0 15px;
}

#post {
	position: relative;
	box-sizing: border-box;
	background: #ffffff;
	padding: 10px;
}

#post strong {
	color: #333333;
	font-weight: 500;
}

.top_img {
	position: relative;
}

.top_img img {
	display: block;
	width: 100%;
	height: auto;
	z-index: 5;
}

.caption {
	position: absolute;
	right: 0;
	bottom: 15px;
	background: #282828;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	padding: 10px 20px;
	z-index: 10;
}

.caption p {
	margin: 0;
	padding: 0;
}

#post .content {
	position: relative;
	box-sizing: border-box;
	padding: 30px 30px 10px 30px;
	color: #757575;
	font-size: 16px;
	line-height: 26px;
}

#page .content ul {
	margin: 0 0 20px 40px;
}


#page .content h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: normal;
	font-weight: 700;
	color: #282828;
	margin: 0 0 15px 0;
}

#page .content ul + h3, #page .content ul + p {
	margin-top: 20px;
}

#post .content h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	line-height: normal;
	font-weight: 500;
	color: #282828;
	margin: 5px 0 5px 0;
}

#post .content h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: normal;
	font-weight: 500;
	color: #282828;
}

#post .content ul.double h3 {
	margin: 0 0 0 -25px;
}

img.alignnone {
	display: block;
	margin: 10px 0;
}

img.alignright {
	display: inline;
	position: relative;
	float: right;
	margin: 10px 0 20px 20px;
}

img.alignleft {
	display: inline;
	position: relative;
	float: left;
	margin: 10px 20px 20px 0;
}

.wp-caption.alignleft {
	display: inline;
	position: relative;
	float: left;
	margin: 10px 20px 20px 0;
}

.wp-caption.alignright {
	display: inline;
	position: relative;
	float: right;
	margin: 10px 0 20px 20px;
}

ul.double {
	margin: 0 0 0 35px;
	padding: 0;
}

ul.double li {
	padding: 0 0 15px 0;
}

#post .content img {
	max-width: 100%;
	height: auto;
}

#post .content li {
	margin: 0 0 15px 0;
}

#post .content li p {
	padding: 20px 0 0 0;
}

#page .content ul.double {
	margin: 0 0 0 35px;
	padding: 0;
}

#page .content ul.double + h3 {
	margin-top: 0px;
}

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

#post p.wp-caption-text {
	font-size: 12px;
	line-height: 14px;
	color: #888888;
	font-style: italic;
}

#post_cats {
	position: relative;
	border-bottom: 2px solid #ececec;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	font-size: 15px;
	color: #282b35;
	font-style: italic;
}

#post_bot {
	position: relative;
    box-sizing: border-box;
    padding: 25px 0 10px 0;
    border-top: 2px solid #ececec;
    margin: 10px 0 0 0;
}

#post_bot .left {
	float: none;
	text-align: center;
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	padding: 0;
	width: 100%;
	color: #555;
}

#post_bot .right {
	float: none;
	text-align: center;
	width: 100%;
	margin: 10px 0 0 0;
}

#post_bot a {
	font-size: 40px;
	color: #282828;
	margin: 0 5px;
}

#post_bot a:hover {
	color: #f27360;
}

/*#post_bot .fa-facebook-f {
	color: #3b5998;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#post_bot .fa-facebook-f:hover {
	color: #f27360;
	cursor: pointer;
}*/

#post_bot a.color-fb {
	color: #3b5998;
}

#post_bot a.color-tw {
	color: #1da1f2;
}

#post_bot a.color-li {
	color: #007bb5;
}

#post_bot a.color-pin {
	color: #bb0f24;
}

#post_bot a.color-fb:hover, #post_bot a.color-tw:hover, #post_bot a.color-li:hover {
	color: #f27360;
	cursor: pointer;
}

#comments {
	position: relative;
	box-sizing: border-box;
	background: #ffffff;
	margin: 30px 0 0 0;
	padding: 40px;
}

#posts_nav {
	position: relative;
	box-sizing: border-box;
	background: #ffffff;
	font-size: 15px;
	color: #f27360;
	margin: 30px 0 0 0;
	padding: 40px;
	background-image: url(images/bg_posts-nav.png);
	background-position: center top;
	background-repeat: repeat-y;
}

#posts_nav a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #282828;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 0 0;
}

#posts_nav a:hover {
	color: #656f90;
}

#posts_nav .left {
	width: 50%;
	padding: 0 30px 0 0;
}

#posts_nav .right {
	width: 50%;
	padding: 0 0 0 30px;
	text-align: right;
}

#main {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: calc(100% - 370px);
	padding: 0 30px 0 0;
}

#sidebar {
	position: relative;
	box-sizing: border-box;
	float: right;
	width: 370px;
}

#sidebar h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #646464;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #ececec;
}

#sidebar h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #646464;
	font-size: 20px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 20px 0;
}

#sb_filter {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 30px 0;
	height: 90px;
}

#sb_filter .nice-select .list {
	margin: 4px 0 0 0;
}

#sb_filter .nice-select {
	float: none;
}

#sb_filter li.option {
	padding: 0 29px 0 18px;
}

#sb_filter strong {
	display: block;
    margin: 0 0 10px 0;
    color: rgba(255,255,255,.85);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}

.block {
	position: relative;
	box-sizing: border-box;
	background: #ffffff;
	padding: 40px 40px 30px 40px;
	margin: 0 0 30px 0;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	position: relative;
	padding: 5px 0;
}

#cats {
	position: relative;
	box-sizing: border-box;
}

#cats a {
	color: #282828;
	font-size: 15px;
	line-height: 1;
}

#cats a:hover {
	color: #f27360;
}

#related {
	position: relative;
	box-sizing: border-box;
}

#related ul {
	color: #cccccc;
	list-style: circle;
	margin: 0 0 0 20px;
	font-size: 15px;
}

#side_email {
	position: relative;
	box-sizing: border-box;
}

.e_message {
	position: relative;
	box-sizing: border-box;
	border-top: 2px solid #ececec;
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
	color: #888888;
	font-size: 14px;
	line-height: 18px;
}

#fb_page {
	position: relative;
	box-sizing: border-box;
}

#fb_page p {
	font-size: 15px;
	line-height: 19px;
	color: #111;
	font-weight: 500;
}

#side_email h3 {
	margin: 0 0 30px 0;
}

#mobile_fb {
	display: none;
}

.poem {
	position: relative;
	box-sizing: border-box;
	font-style: italic;
	color: #656f90;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 17px;
	line-height: 21px;
	padding: 0 30px;
}

blockquote {
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	font-style: italic;
}

.image_text {
	position: relative;
	box-sizing: border-box;
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	padding: 20px 20px 0 20px;
	margin: -15px auto 30px auto;
	width: 100%;
	max-width: 550px;
}








/*---------------------------------------------------------------------
 *  FOOTER
 *---------------------------------------------------------------------*/
 
#footer {
	position: relative;
	box-sizing: border-box;
	color: #ffffff;
	border-top: 10px solid #f27360;
	background: #282b35;
}

#footer .wrapper {
	padding: 50px 20px 30px 20px;
}

#footer_links {
	float: left;
	width: 60%;
}

#footer_links a {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 25px 0 0;
}

#footer_links a:hover {
	color: #8fb6df;
}

#social {
	float: right;
	width: 40%;
	text-align: right;
	font-size: 14px;
	line-height: 22px;
	color: #9aaabb;
	vertical-align: middle;
}

#social span.sep {
	display: inline-block;
	background: rgba(255,255,255,.07);
	height: 35px;
	width: 1px;
	margin: 0 20px;
	vertical-align: middle;
}

#social a {
	font-size: 22px;
	line-height: 30px;
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: middle;
	color: #9aaabb;
}

#social a:hover {
	color: #ffffff;
}

.fb {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 0;
}

.copyright {
	position: relative;
	color: #9aaabb;
	font-size: 12px;
	line-height: 14px;
	margin: 40px auto 0 auto;
	padding: 25px 0 0 0;
	border-top: 1px solid rgba(255,255,255,.07);
}

.copyright .left {
	width: 50%;
	text-align: left;
}

.copyright .right {
	width: 50%;
	text-align: right;
}

.copyright a {
	color: #9aaabb;
}

.copyright a:hover {
	color: #ffffff;
}




/*---------------------------------------------------------------------
 *  FORMS
 *---------------------------------------------------------------------*/

#gform_wrapper_1 {
	position: relative;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

#gform_wrapper_1 .validation_error {
	display: none;
}

#gform_wrapper_1 .validation_message {
	position: relative;
	box-sizing: border-box;
	color: #282828;
	font-size: 14px;
	line-height: 1;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
}

#gform_wrapper_1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gform_wrapper_1 li {
	padding: 0;
	margin: 0 0 15px 0;
}

#gform_wrapper_1 .gfield_label {
	display: none;
}

#gform_wrapper_1 input[type=text] {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
	outline: none;
	background: rgba(255,255,255,.85);
	border: none;
	height: 40px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#gform_wrapper_1 input[type=text]:focus {
	background: rgba(255,255,255,1);
}

#field_1_1 {
	float: left;
	width: calc(50% - 5px);
}

#field_1_2 {
	float: right;
	width: calc(50% - 5px);
}

#field_1_3 {
	float: left;
	width: calc(100% - 120px);
}

.disclaimer {
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
}

.disclaimer br {
	display: none;
}

#gform_wrapper_1 .gform_footer {
	float: right;
}

#gform_submit_button_1 {
	position: relative;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	width: auto;
	background: rgba(255,255,255,0);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	border: 1px solid #ffffff;
	height: 40px;
	padding: 0;
	width: 100px;
	text-align: center;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#gform_submit_button_1:hover {
	background: rgba(255,255,255,1);
	color: #f27360;
}

.gform_ajax_spinner {
	display: none;
}

#gform_confirmation_message_1 {
	position: relative;
	box-sizing: border-box;
	color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    padding: 0 0 20px 0;
}


/* =============================================
   SIDEBAR FORM
============================================= */

#gform_wrapper_3 {
	position: relative;
	box-sizing: border-box;
}

#gform_wrapper_3 label, #gform_wrapper_3 .validation_error {
	display: none;
}

#gform_wrapper_3 ul {
	list-style: none;
}

#gform_wrapper_3 ul li {
	margin: 0 0 20px 0;
	padding: 0;
}

#gform_wrapper_3 .validation_message {
	position: relative;
	box-sizing: border-box;
	color: #f27360;
	font-size: 14px;
	line-height: 1;
	margin: 5px 0 0 0;
	padding: 3px 0 0 10px;
}

#gform_submit_button_3 {
	position: relative;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	display: inline-block;
	width: auto;
	background: #f27360;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	outline: none;
	height: 45px;
	padding: 0 30px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#gform_submit_button_3:hover {
	background: #656f90;
}

#gform_wrapper_3 input[type=text] {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
	outline: none;
	background: #ffffff;
	border: 2px solid #ededed;
	height: 50px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gform_wrapper_3 li.gfield_error input[type=text] {
	border-color: #f27360;
}

#gform_confirmation_message_3, #gform_confirmation_message_2, #gform_confirmation_message_4 {
	color: #656f90;
}


/* =============================================
   SUBMIT STORY FORM
============================================= */

#gform_wrapper_2 {
	position: relative;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	padding: 20px 0 0 0;
}

#gform_wrapper_2 .validation_error {
	display: none;
}

#gform_wrapper_2 .validation_message {
	position: relative;
	box-sizing: border-box;
	color: #f27360;
	font-size: 14px;
	line-height: 1;
	margin: 5px 0 0 0;
	padding: 3px 0 0 10px;
}

#gform_wrapper_2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gform_wrapper_2 li {
	padding: 0;
	margin: 0 0 20px 0;
}

#gform_wrapper_2 .gfield_label {
	display: none;
}

#gform_wrapper_2 input[type=text] {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
	outline: none;
	background: #ffffff;
	border: 2px solid transparent;
	height: 50px;
	width: 100%;
	max-width: 600px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gform_wrapper_2 textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	outline: none;
	background: #ffffff;
	border: 2px solid transparent;
	height: 200px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gform_wrapper_2 li.gfield_error input[type=text], #gform_wrapper_2 li.gfield_error textarea {
	border-color: #f27360;
}

#gform_submit_button_2 {
	position: relative;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	display: inline-block;
	width: auto;
	background: #f27360;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	outline: none;
	height: 50px;
	padding: 0 30px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#gform_submit_button_2:hover {
	background: #656f90;
}


/* =============================================
   CONTACT FORM
============================================= */

#gform_wrapper_4 {
	position: relative;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
}

#gform_wrapper_4 .validation_error {
	display: none;
}

#gform_wrapper_4 .validation_message {
	position: relative;
	box-sizing: border-box;
	color: #f27360;
	font-size: 14px;
	line-height: 1;
	margin: 5px 0 0 0;
	padding: 3px 0 0 10px;
}

#gform_wrapper_4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gform_wrapper_4 li {
	padding: 0;
	margin: 0 0 20px 0;
}

#gform_wrapper_4 .gfield_label {
	display: none;
}

#gform_wrapper_4 input[type=text] {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
	outline: none;
	background: #ffffff;
	border: 2px solid transparent;
	height: 50px;
	width: 100%;
	max-width: 620px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gform_wrapper_4 textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	outline: none;
	background: #ffffff;
	border: 2px solid transparent;
	height: 200px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gform_wrapper_4 li.gfield_error input[type=text], #gform_wrapper_4 li.gfield_error textarea {
	border-color: #f27360;
}

#gform_submit_button_4 {
	position: relative;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	display: inline-block;
	width: auto;
	background: #f27360;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	outline: none;
	height: 50px;
	padding: 0 30px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#gform_submit_button_4:hover {
	background: #656f90;
}

#gform_wrapper_4 #field_4_1 {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 300px;
	margin: 0 20px 20px 0;
}

#gform_wrapper_4 #field_4_2 {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 300px;
}


/* =============================================
   BOOK COMPLETED FORM
============================================= */

#gform_wrapper_5 {
	position: relative;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

#gform_wrapper_5 .validation_error {
	display: none;
}

#gform_wrapper_5 .validation_message {
	position: relative;
	box-sizing: border-box;
	color: #f27360;
	font-size: 14px;
	line-height: 1;
	margin: 5px 0 0 0;
	padding: 3px 0 0 10px;
}

#gform_wrapper_5 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gform_wrapper_5 li {
	padding: 0;
	margin: 0 0 20px 0;
}

#gform_wrapper_5 .gfield_label {
	display: none;
}

#gform_wrapper_5 input[type=text] {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
	outline: none;
	background: #ffffff;
	border: 2px solid transparent;
	height: 50px;
	width: 100%;
	max-width: 620px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gform_wrapper_5 li.gfield_error input[type=text] {
	border-color: #f27360;
}

#gform_submit_button_5 {
	position: relative;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	display: inline-block;
	width: auto;
	background: #f27360;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: none;
	outline: none;
	height: 50px;
	padding: 0 30px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#gform_submit_button_5:hover {
	background: #656f90;
}

#gform_wrapper_5 input[type=checkbox], #gform_wrapper_4 input[type=checkbox] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

#label_5_3_1, #label_4_6_1 {
	vertical-align: middle;
}






::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}

:-ms-input-placeholder {  
   color: #999;
}




/*---------------------------------------------------------------------
 *  NICE SELECT
 *---------------------------------------------------------------------*/
 
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	/*float: left;*/
	float: none;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	white-space: nowrap;
	/*width: auto;*/
	width: 280px;
}
  
  
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
      
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin: 4px 0 0 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 280px;
}
    
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }





/*---------------------------------------------------------------------
 *  NEW STICKY SIDEBAR
 *---------------------------------------------------------------------*/

#new_fb {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	background: transparent;
}

#new_fb h3 {
	margin: 0 auto 15px auto;
	font-size: 16px;
	line-height: 18px;
	padding: 0;
	border: none;
	color: #282828;
}

.fb-page {
	height: 130px;
	width: 100% !important;
	margin: 0 auto;
}

.new_block {
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
    padding: 20px 30px 20px 30px;
    margin: 0 0 30px 0;
}

.new_block.last {
	margin: 0;
}

#post .a2a_floating_style {
	background: transparent;
}

#vt_social {
	display: none;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}

#vt_social.visible {
	display: block;
}

#sb_follow {
	position: relative;
	box-sizing: border-box;
}

#hz_social {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	margin: 10px 0 0 0;
}

#hz_social .a2a_default_style a {
	float: none;
	display: inline-block;
	padding: 0;
}

#hz_social .a2a_svg {
	height: 40px;
    line-height: 40px;
    width: 40px;
}

#hz_social a {
	margin: 0 3px;
}

#vt_share {
	position: relative;
	box-sizing: border-box;
	float: left;
	margin-top: 105px;
	margin-left: -90px;
	display: block;
	width: 70px;
	text-align: center;
}

#vt_share .a2a_svg {
	height: 40px;
    line-height: 40px;
    width: 40px;
}

#vt_share .a2a_default_style a {
	float: none;
	display: inline-block;
	padding: 0;
}


.count {
	position: relative;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
    color: #949494;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 12px 0;
}

.count span {
	display: block;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: -1px;
	margin: 0 0 1px 0;
}

#fb_callout {
	position: relative;
	box-sizing: border-box;
}

#fb_callout img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 370px;
	margin: 0 auto;
}

#fb_callout2 {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
	background: url(images/bg_fb.jpg);
	background-size: cover;
    background-position: center center;
    background-color: #3c5a96;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
	margin-top: 30px;
	padding: 30px 25px;
}

#fb_callout2 span {
	color: #ffffb1;
}

#fb_callout2 a {
	color: #ffffb1;
}

#fb_callout2 a:hover {
	color: #dce8ff;
}

#fb_timeline {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
}




/*---------------------------------------------------------------------
 *  BIG LIST
 *---------------------------------------------------------------------*/

#post .content #big_list {
	position: relative;
	box-sizing: border-box;
}

#post .content #big_list h2 {
	margin: 0 0 20px 0;
	font-size: 21px;
}

#post .content #big_list h3 {
	color: #656f90;
	font-size: 18px;
}

.big_item {
	position: relative;
	box-sizing: border-box;
	padding: 0 0 30px 30px;
}

.big_item p:last-child {
	padding: 0;
}

#post .content h3 + .big_item {
	margin-top: 30px;
}












