/*
	Theme Name: Storyline 2014
	Description: Custom theme built for Donald Miller and company.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com/
	Version: 1.0
	Template: genesis
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;margin-left:1px !important;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clear{
	clear: both;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

body {
	background-color: #f2f2f2;
	margin: 0px;
	color: #313131;
	font-family: 'Gotham A', 'Gotham B', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
}

body.single-post{
	/* background-color: #fff; */
}

body.page-id-10142, body.page-id-21457{
	font-size:18px !important;
}

entry-content.page-id-21457 {
	font-size:18px !important;
}



.page-id-20259 .HighlightAndShare-tooltip-regular {
	display:none !important;
}

.page-id-20335 .HighlightAndShare-tooltip-regular {
	display:none !important;
}

.show-mobile {
	display:none;
	}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}


::-moz-selection {
	background-color: #313131;
	color: #fff;
}

::selection {
	background-color: #313131;
	color: #fff;
}

a {
	color: #00bbf0;
	text-decoration: none;
}

a:hover {
	color: #313131;
}

p {
	margin: 0 0 18px;
}

center,
.wp-caption-text {
	color: #757575;
	font-size: 14px;
}

.center {
	margin-top: -20px;
	text-align:center;
}

.site-container{
	padding-top: 80px;
}

.single-post .entry-content p.wp-caption-text {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0em;
	padding-left: 2.8em;
	font-size:16px;
}

.pagination ul{
	padding: 0px;
}


li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

.top {
	padding-top:40px;
}

.margin-top {
	margin-top:40px;
}

.small-margin-top {
	margin-top:20px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Featured Image Template */

.featured-image{
	width: 100%;
	height: 540px;
	position: relative;
	top: 0px;
	display: table;
	background-size:cover;
}

.featured-text{
	line-height:2.6em;
	font-size: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.featured-text-interior {
	font-family: 'Gotham A', 'Gotham B', sans-serif;
    	display: inline;
	width:80%;
    	font-size: 2.2em;
    	font-weight: 600;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	height: 113px;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 999;
}

.site-header .wrap{
	background-color: none;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.site-header {
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.shrink {
	height: 90px;
}

.title-area {
	float: left;
	width: 152px;
}

.site-title > a {
	background: url(http://storylineblog.com/wp-content/uploads/2014/10/header-logo-x2.png) no-repeat;
	background-size:100%;
	float: left;
	height: 144px;
	margin-top: 24px;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.shrink .site-title > a{
	background-size: 95px auto;
	margin-top: 22px;
	margin-bottom: 5px;
	height: 60px;
}

.shrink .site-description{
	padding: 0px;
}

.site-description,
.site-title {
	display: block;
	margin-bottom: 0;
	text-indent: -9999px;
}

.site-header .widget-area {
	float: right;
	position: relative;
	top: 36px;
	width: 460px;
	font-weight: normal;
	font-style: normal;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.shrink.site-header .widget-area{
	top: 22px;
}

/*
Header Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	background-color: #dedede;
	padding: 50px 0;
	text-align: center;
}

.nav-primary .menu-primary{
	padding-left: 0px;
	padding-right: 0px;
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	vertical-align: middle;
}

.genesis-nav-menu a {
	color: #444;
	display: block;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #00bbf0;
}


/*
Sticky Navigation
---------------------------------------------------------------------------------------------------- */

.nav-secondary {
	background-color: #3a3a3a;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.nav-secondary .genesis-nav-menu a {
	margin: 0 0 0 46px;
}

.nav-secondary li.sticky-logo a {
	background: url(images/logo-sticky.png);
	height: 60px;
	margin: 0;
	text-indent: -9999px;
	width: 76px;
}

.nav-secondary .sticky-right {
	float: right;
	margin-top: 25px;
}


/*
Site Layout
---------------------------------------------------------------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 980px;
}


.site-inner {
	clear: both;
	padding-top: 60px;
}

.main-title {

display:none;
}

.section-title {
	padding: 40px 0 40px 0;
}


.content {
	float: left;
	width: 100%;
	max-width: 640px;
}

.page-template-full-width-php .content{
	max-width: 100%;
}

.page-template-full-width-php .main-title{
	margin-bottom: 40px;
}

.page-text{
	font-size:18px;
	font-size:1rem;
}

.full-width-content .content {
	width: 100%;
	margin-bottom: 40px;
}

.single-product .sidebar{
	display: none;
}
/*
Entry Content
---------------------------------------------------------------------------------------------------- */


.entry {
	margin-bottom: 40px;
}

.entry-content {
	clear: both;
	background: #fff;
	padding: 40px 60px 40px 50px;
	font-size: 14px;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-bottom-radius: 7px;
}

.page-id-6000 .entry-content {
	padding:60px 100px 60px 100px;
}

.entry-content img, .entry-content .wp-caption{
	max-width: 100%;
}
.single-post .entry-content{
	padding: 40px;
	background: #fff;
}

.single-post .entry-content p{
	font-size: 16px;
	color: #444;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 0em;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .read-more{
	width: 135px;
	position: absolute;
	bottom: 42px;
	right: 40px;
	font-size: 12px;
	padding: 8px 24px;
	font-weight: bold;
}


/*
Entry Meta
---------------------------------------------------------------------------------------------------- */

.entry-header {
	overflow: hidden;
}

p.entry-meta {
	margin-bottom: 0;
}
.post-8732 .entry-header {
	display: none;
}

.entry-header .entry-meta {
	font-weight: 500;
	margin-top: 42px;
}

.entry-header .entry-meta a {
	color: #313131;
}

.entry-header .entry-meta a:hover {
	color: #00bbf0;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	padding-bottom: 20px;
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.two-thirds-center {
	width: 65.81196581196582%;
	margin-left:auto;
	margin-right:auto;
	width:70%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.one-fifth {
	width: 18%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.five-sixths-center {
	width: 82.90598290598291%;
	width: 82.90598290598291%;
	margin-left:auto;
	margin-right:auto;
	width:70%;
}

.first {
	clear: both;
	margin-left: 0;
}

#disqus_thread {
background-color: #fff;
border-radius: 5px;
margin-bottom: 40px;
padding: 40px;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

.job-page{
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 40px;
    border: 4px solid #00baec;
}

.icon-title {
	font-size:26px;
	text-align:center;
	font-weight:bold;
	margin-bottom: 0;
}

.icon-sub-text {
	text-align:center;
	margin-bottom: 0;
}

.center{
	text-align:center;
}

.large-p-text{
	padding-top:80px;
	padding-bottom:40px;
	color:#313131;
	font-size:28px;
	font-weight:normal;
	text-align:left;
	line-height:180%;
}

.bottom-margin {
	margin-top:60px;
	margin-bottom:40px;
}

.top-pad {
	padding-top:60px;
}

hr {
	opacity:.4;
	margin-top: 2em;
	margin-bottom: 2em;
}

/* Modal */

	#ultimate-modal-content {
	background:none !important;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
}
	
	div#ultimate-modal-content.ultimate-modal{
	width: 100% !important;
	margin:0 auto !important;
	}

input#om-lightbox-bullseye-theme-optin-submit {
	height:56px !important;
}

#ultimate-modal-close {
	background: url("../images/close.png") no-repeat;
	cursor: pointer;
	height: 20px !important;
	width: 14% !important;
	position: absolute  !important;
	top: -29px  !important;
	float:center !important;
	margin: 0 auto !important;
	right: 40px;
	z-index: 100;
}

div#ultimate-modal.ultimate-modal {
	opacity:.9;
}

/*
Pagination
---------------------------------------------------------------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.pagination *{
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.archive-pagination li {
	display: inline;
	margin-right: 5px;
}

.archive-pagination li a {
	background-color: #313131;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 11px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #00bbf0;
}

.archive-pagination li span.current{
	background: #00bbf0;
	color: #fff;
	display: inline-block;
	padding: 8px 11px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.type-post .pagination .pagination-previous, .type-post .pagination .pagination-next {
	width: 48%;
	text-align: center;
	float: left;
}

.pagination-title{
	font-size: 13px;
	font-style: italic;
	color: #a9a9a9;
	margin-bottom: 10px;
}

.pagination-interior{
	border: 1px solid #d5d5d5;
}

.pagination .pagination-next{
	margin-left: 4%;
}

.pagination .thumb-holder{
	float: left;
	line-height: 50%;
}

.pagination .text-holder{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 80px;
	display: table;
}

.pagination .text-holder a{
	padding-bottom: 9px;
	display: table-cell;
	vertical-align: middle;
}

.pagination{
	line-height: 125%;
}

.pagination a{
	font-size: 14px;
	color: #313131;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.author-box {
	background-color: #eaeaea;
	font-size: 14px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box a {
	color: #313131;
	font-weight: 500;
}

.author-box a:hover {
	color: #00bbf0;
}

.author-box-title {
	display: none;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/*
Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #313131;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 20px;
}

h1 {
	font-size: 42px;
	line-height: 1.3;
	margin: 0 0 20px;
	color: #313131;
	font-family: 'Gotham A', 'Gotham B';
}

h2 {
	padding-top:20px !important;
	padding-bottom:30px !important;
	font-size: 30px !important;
	font-weight: normal !important;
}

h3 {
	font-size: 24px;
	padding: 0px 0 0px 0 !important;
	line-height:160% !important;
	font-weight:500 !important;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/*
Titles
---------------------------------------------------------------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 35px;
}

.entry-title a {
	color: #313131;
}

.entry-title a:hover {
	color: #00bbf0;
}

.widget-title-connect {
	background-color: #6e6e6e;
	border-radius: 3px 3px 0px 0px;
	padding: 16px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0px !important;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.widget-title {
	color: #6e6e6e;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

.post-image {
	position: relative;
	height: 220px;
}

.entry .post-image {
	height: 215px !important;
}

.half-article .post-image {
	height: 220px !important;
}

.post-image-container{
	overflow: hidden;
	height: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.post-image img{
	height: 100%;
	width: 100%;
}

.post-image-text{
	//width: 80%;
	width: 100%;
}

.post-image-author{
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	vertical-align: middle;
}

.post-image-author-photo{
	display:  inline-block;
	height: 32px;
	margin-right: 10px;
	vertical-align: middle;
	width: 32px;
}

.post-image-author-photo img{
	border-radius: 50%;
}

.post-image-text a{
	color: #fff;
}

.post-image-text a:hover{
	color: #00b9f2;
}

article{
	border-radius: 5px;

}

.half-article{
	float: left;
	overflow: hidden;
	height: 220px;
	text-align: center;
	font-size: 15px;
	text-align: left;
	border-radius: 5px;
	margin-bottom: 20px;
	opacity: 0.95;
}

.half-article .post-image img{
	max-width: inherit;
	width: auto;
	height: 100%;
}

.half-article:hover{
	opacity: 1;
}

.half-article:hover .post-image-text{
	color: #00b9f2;
}

@media all and (min-width: 340px) {
	.half-article .post-image img{
		width: 100%;
		height: auto;
	}
}


@media all and (min-width: 640px) {
	.half-article{
		margin-left: 4%;
		width: 48%;
	}

	.half-article .post-image img{
		max-width: inherit;
		width: auto;
		height: 100%;
	}

	.home .content .half-article:nth-child(even){
		margin-left: 4% !important;
	}

	.home .content .half-article:nth-child(odd){
		margin-left: 0% !important;
	}
}

.post-image-title{
	padding: 25px 20px 15px 50px;
	color: #fff;
	line-height: 180%;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.7);
}

.new-post{
	background: #d3422d;
	height: 66px;
	width: 66px;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 100%;
	padding-top: 28px;
	position: absolute;
	top: -15px;
	right: -15px;
}

.comment-count{
	background: url(images/comment.png);
	display:none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 25px;
	height: 24px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	top: 50%;
	margin-top: -12px;
}

.comment-count-interior{
	margin-top: -6px;
}

.half-article .comment-count{
	top: auto;
}

.half-article .comment-count-interior{
	margin-top: -4px;
}

.comment-count-interior{
	color: #000;
	text-transform: lowercase;
}

.featured-image{
	width: 100%;
	height: 340px;
	position: relative;
	top: 0px;
	display: table;
	background-size:cover;
}

.menu-trigger{
	display: none;
}

.mr-title {
	font-family: "adriane",serif;
	font-style: italic;
	font-weight: 400;
	font-size:36px;
	padding-bottom:20px;
	font-size:2.2rem;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.mr-text {
	font-family: "proxima-nova-soft",sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size:22px;
	color:#fff !important;
	font-size:1.6rem;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.mr-link {
	font-family: "proxima-nova-soft",sans-serif;
	font-style: normal;
	font-weight: 100;
	color:#fff;
	font-style:italic;
	text-decoration:underline;
	font-size:12px !important;
	font-size:1.2rem !important;
	line-height: 1.8;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.mr-link:hover {
	color:#fff;
}

.sb-title {
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size:36px;
	padding-bottom:20px;
	font-size:3.2rem;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.sb-text {
	font-family: "freight-text-pro",sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size:22px;
	font-style:italic;
	color:#fff !important;
	font-size:1.8rem;
	line-height: 3.4;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.sb-link {
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 100;
	color:#fff;
	font-style:italic;
	text-decoration:underline;
	font-size:12px !important;
	font-size:1.2rem !important;
	line-height: 1.8;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.sb-link:hover {
	color:#fff;
}

.sl-title {
	font-family: 'Gotham A', 'Gotham B', serif;
	font-style: normal;
	font-weight: 600;
	font-size:36px;
	padding-bottom:20px;
	font-size:3.2rem;
	line-height: 2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.sl-text {
	font-family: "adriane",serif;
	font-style: normal;
	font-weight: 100;
	font-size:22px;
	font-style:italic;
	color:#fff !important;
	font-size:1.8rem;
	line-height: 2.4;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}


/*
Images
---------------------------------------------------------------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.textwidget img{
	border-radius: 4px !important;
}

img.alignnone {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

.avatar {
	border-radius: 50%;
	float: left;
	margin-right: 24px;
}

.avatar img{
	border-radius: 50%;
	-moz-border-radius: 50%;
	height: 80px;
	width: 80px;
}

.author-box .avatar {
	height: 85px;
	width: 85px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-avatar {
	display: inline-block;
	float: left;
	margin-bottom: 30px;
}

.entry-avatar .avatar {
	height: 70px;
	margin-right: 10px;
	width: 70px;
}


/*
Input and Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #313131;
	font-size: 16px !important;
	font-weight: 400;
	padding: 16px !important;
	width: 100%;
}

input[type=radio]{
	width: auto;
	margin-right: 10px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

body.page-id-101 placeholder{
	color: #686868;
}

::-moz-placeholder {
	color: #686868;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #686868;
	font-weight: 400;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #00bbf0;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	width: auto;
}

input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #39c2e8;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

label{
	font-weight: normal !important;
}

.anchor-button {
	background-color: #00bbf0;
	margin-top:60px;
	margin-right:60px;
	text-align:center;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.anchor-button:hover{
	background-color: #39c2e8;
	color: #fff;
}


.button {
	background-color: #00bbf0;
	margin-top:60px;
	text-align:center;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	width: auto;
	white-space: nowrap;
  	overflow: hidden;
}

.green-button{
	background-color:#1acb97;
	border: 3px solid #1acb97;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	display:inline-block;
	letter-spacing: 2px;
	padding: 18px 38px;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

.green-button:hover{
	background-color:#70e0b3;
	border: 3px solid #70e0b3;
	color: #fff !important;

}

.green-button-side{
	background-color:#1acb97;
	border: 3px solid #1acb97;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	display:inline-block;
	letter-spacing: 1px;
	padding: 18px 38px;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: 100%;
}

.green-button-side:hover{
	background-color:#70e0b3;
	border: 3px solid #70e0b3;
	color: #fff !important;

}

.orange-button {
	background: #EA4E33  !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #FF8C48 0%, #15d4b6 40%, #EA4E33 78%) !important) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FF8C48), color-stop(98%, #EA4E33 )) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #FF8C48 0%, #EA4E33  98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FF8C48', endColorstr='#EA4E33 ', GradientType=1 );
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
	opacity:.9;
	font-family:'brandon-grotesque', sans-serif;
	margin-bottom:60px;
	border-radius: 3px;
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1;
	padding: 18px 32px;
	white-space:nowrap;
	text-align: center;
}

.orange-button:hover{
	opacity:1;
}

.white-banner-button {
	background: #fff !important;
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
	opacity:.9;
	font-family:'brandon-grotesque', sans-serif;
	margin-bottom:60px;
	border-radius: 3px;
	border: none !important;
	color: #3c6a7b !important;
	cursor: pointer;
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1;
	padding: 18px 32px;
	white-space:nowrap;
	text-align: center;
}

.white-banner-button:hover{
	opacity:1;
}

.button-green {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
	opacity:.9;
	font-family:'brandon-grotesque', sans-serif;
	margin-bottom:60px;
	border-radius: 3px;
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1;
	padding: 18px 32px;
	white-space:nowrap;
	text-align: center;
}

.button-tweet{
	background-color: #fff;
	border-style: solid;
	border-color: #00bbf0;
	border-radius: 3px !important;
	margin-top:60px;
	text-align:center;
	color:#00bbf0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	width: auto;
	white-space: nowrap;
  	overflow: hidden;
}

.button-tweet:hover{
	background-color: #00bbf0;
	margin-top:60px;
	text-align:center;
	border-radius: 3px !important;
	border-color: #00bbf0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	width: auto;
	white-space: nowrap;
  	overflow: hidden;
}

.button a{
	color: #fff;
}

.button:hover{
	background-color: #39c2e8;
	color: #fff;
}

.button:hover a{
	color: #fff;
}

.button-cylp {
	background-color: #d3422d;
	margin-top:60px;
	text-align:center;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	width: auto;
}

.button-sold-out {
	background-color: #cacaca;
	margin-top:60px;
	text-align:center;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	width: auto;
}


.button-sold-out a{
	color: #fff !important;
}

.button-sold-out a:hover{
	color: #fff !important;
}

.button-sold-out {
	color: #fff !important;
}

.button-cylp-large {
	background-color: #d3422d;
	margin-top:60px;
	text-align:center;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 32px 40px;
	width: auto;
}

.button-cylp-large:hover{
	background-color: #ea5944;
	color: #fff !important
}

.button-cylp a{
	color: #fff;
}

.button-cylp:hover{
	background-color: #ea5944;
	color: #fff !important;
}

.button-cylp:hover a{
	color: #fff;
}

.cylp-button-white {
	background-color: #fff!important;
	margin-top:60px;
	margin-left:0px !important;
	text-align:center;
	border: none !important;
	border-radius: 3px;
	color: #d3422b !important;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	width: 100% !important;
}

.cylp-button-white a{
	color: #d3422b;
}

.cylp-button-white:hover{
	background-color: #fff;
	opacity: 0.95;
   	filter: alpha(opacity=95);
	color: #d3422b !important;
}

.cylp-button-white:hover a{
	color: #d3422b;
}

li#menu-item-21702 {
	background-color: rgba(26, 203, 151, 0.9);
	margin-bottom:0px;
	border-radius: 3px;
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	margin-left:20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding:16px 20px !important;
	white-space:nowrap;
	text-align: center;
}

li#menu-item-21702:hover{
	background-color: rgba(26, 203, 151, 1);
	border-radius: 3px;
	overflow: hidden;
	border: 3px #70e0b3 solid;
	color: #fff;
	cursor: pointer;
}

li#menu-item-21702 a{
	color: #fff !important;
	overflow: hidden;
	margin-left:0px;
	display: block;
	text-align:center;
	cursor: pointer;
}

li#menu-item-21702:hover a{
	color: #fff !important;
	overflow: hidden;
	margin-left:0px;
	text-align:center;
	cursor: pointer;
	display: block;
}

li#menu-item-22126 {
	background-color:#5dc59b;
	margin-bottom:0px;
	border-radius: 3px;
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 4;
	overflow: hidden;
	width:135px;
	padding-left:0px !important;
	margin-left: 16px;
	white-space:nowrap;
	text-align: right;
}

li#menu-item-22126:hover{
	background-color:#70e0b3;
	border-radius: 3px;
	overflow: hidden;
	border: 3px #70e0b3 solid;
	color: #fff;
	cursor: pointer;
}

li#menu-item-22126 a{
	color: #fff !important;
	overflow: hidden;
	margin-left:0px;
	display: block;
	text-align:center;
	cursor: pointer;
}

li#menu-item-22126:hover a{
	color: #fff !important;
	overflow: hidden;
	margin-left:0px;
	text-align:center;
	cursor: pointer;
	display: block;
}

.button-slider {
	background-color: #00b9f2;
	margin-top:40px;
	text-align:center;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	font-size: 16px;
	max-width:240px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 18px 28px !important;
}

.button-slider a{
	color: #fff;
	font-family: 'Gotham A', 'Gotham B', serif;
}

.button-slider:hover{
	background-color: #20cbff;
	color: #fff !important;
}

.button-slider:hover a{
	color: #fff;
}

.button-slider-red {
	background-color: #d24433 !important;
	margin-top:60px;
	text-align:center;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px !important;
	width: auto;
}

.button-slider-red a{
	color: #fff;
}

.button-slider-red:hover{
	background-color: #df5342;
	color: #fff !important;
}

.button-slider-red:hover a{
	color: #fff;
}

.button-booking {
	background-color: #00bbf0;
	text-align:center;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 14px 10px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
}

.button-booking:hover{
	background-color: #39c2e8;
	color: #fff;
}

.gform_wrapper .datepicker {
	width:100% !important;
}


/*
Search Form
---------------------------------------------------------------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	display: none;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Search Results */
.search-results .content{
	background: #fff;
	padding: 60px;
}

.search-results .content article{
	border-radius: 0;
	border-bottom: 1px #ddd solid;
}

.search-results .entry-content{
	padding: 0px;
	padding-bottom: 50px;
}


/*
Entry Comments
---------------------------------------------------------------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply,
.form-allowed-tags {
	display: none;
}

/*
Three Ways To Create Your Life Plan
---------------------------------------------------------------------------------------------------- */
.three-ways-price {
	color: #313131;
	text-align:center;
	font-family: 'Gotham A', 'Gotham B';
	font-size:30px;
	font-size:2.6rem;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom:40px;
}

.three-ways-title {

	color: #313131;
	text-align:center;
	font-family: 'Gotham A', 'Gotham B';
	font-size:32px;
	font-size:3.1rem;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 100px;

}

.three-ways-header {
	color: #313131;
	font-family: 'Gotham A', 'Gotham B';
	font-size:30px;
	font-size:2.6rem;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 20px;

}

.three-ways-images {
	margin: 40 0 40px

}

.slide{
	display: none;
}

.slide.active{
	display: block;
}

.bubble {
    	margin: 20px;
	margin-bottom: 40px;
    	padding: 30px 40px 40px 40px;
    	position: relative;
}
.bubble:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 44%;
	text-align:center;
	border-top: 20px solid blue;
	border-left: 20px solid transparent;
	border-top-color: inherit;
	border-right: 20px solid transparent;
}

/*

How to Tell a Story
---------------------------------------------------------------------------------------------------- */
.httas-title {
	font-size: 40px;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 100px;


}

Survey Page
---------------------------------------------------------------------------------------------------- */
.survey-body p {
	font-size: 18px;
	font-size:1.8rem;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	line-height: 1.6;
}

.survey-title {
	font-size: 24px;
	font-size:2.2rem;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	line-height: 1.6;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	line-height: 1;
	width: 300px;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar .widget .connect-with-us {
	background-color: #fff;
	border-radius: 3px;
	padding: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

/*
Social Buttons
---------------------------------------------------------------------------------------------------- */

a.connect-facebook {
	background: url(images/facebook-like.png);
	display: inline-block;
	height: 48px;
	margin-right: 0px;
	width: 111px;
}

a.connect-facebook:hover {
	opacity: 0.8;
}

a.connect-twitter {
	background: url(images/twitter-follow.png);
	display: inline-block;
	height: 48px;
	margin-left: 11px;
	margin-right: 20px;
	width: 144px;
}

a.connect-twitter:hover {
	opacity: 0.8;
}

a.connect-rss {
	background: url(images/rss.png);
	display: inline-block;
	height: 39px;
	width: 40px;
}

a.connect-rss:hover {
	opacity: 0.8;
}

/*
Sidebar Signup
---------------------------------------------------------------------------------------------------- */

#mc_embed_signup {
	font-family: 'Gotham A', 'Gotham B';
	margin-top: -135px;
}
#mc_embed_signup .mc-field-group .asterisk {
        top:12px !important;

}
#mc_embed_signup .mc-field-group {
	width:100% !important;
}
#mc_embed_signup input {
	border: none !important;
	border-radius: 3px;
	background-color:#eeeeee;
}
#mc_embed_signup .button {
	background-color: #d3422b !important;
	margin-top:60px;
	margin-left:0 !importnat
	text-align:center;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px !important;
	font-weight: 400 !important;
        font-family: 'Gotham A', 'Gotham B';
        height: auto !important;
	letter-spacing: 1px;
	text-transform: none !important;
	padding: 16px 24px !important;
	width: auto;
	white-space: nowrap;
  	overflow: hidden;
}

#mc_embed_signup .button {
	color: #fff;
}

#mc-embedded-subscribe {
	width: 100% !important;
	margin: 0em 0 0em 0% !important;
}

#mc_embed_signup .button {
	background-color: #39c2e8;
	color: #fff;
}

#mc_embed_signup .button-blue {
	background-color: #00b9f2;
	color: #fff;
	margin-top:0px;
	margin-left:0 !important;
	text-align:center;
	border: none !important;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px !important;
	font-weight: 400 !important;
        font-family: 'Gotham A', 'Gotham B';
        height: auto !important;
	letter-spacing: 1px;
	text-transform: none !important;
	padding: 16px 24px !important;
	width: 100% !important;
	white-space: nowrap;
  	overflow: hidden;
}
#mc_embed_signup .button {
	color: #fff;
}

#mc_embed_signup form {
	padding: 0 !important;
}

.sidebar #mc_embed_signup form {
	padding: 0;
}


.sidebar #mc_embed_signup .button-wrap {
	padding: 0 27px;
}

.sidebar #mc_embed_signup .button {
	background-color: #00bbf0 !important;
	border-radius: 3px;
	border: 0px #fff solid !important;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 16px;
	font-weight: 400;
	height: auto;
	line-height: 1;
	padding: 20px;
	width: 100%;
}

input#mce-EMAIL.required.email {
	margin-left:0px;
	width:100%;
}

.sidebar #mc_embed_signup .button:hover {
	background-color: #39c2e8;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #3b3b3b;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a {
	text-decoration: underline;
}

.site-footer a:hover {
	color: #00bbf0;
}

.site-footer p {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0;
}

.site-footer-left {
	float: left;
	text-align: right;
	width: 50%;
}

.site-footer a.footer-logo {
	background: url(images/logo-footer.png);
	display: block;
	float: center;
	height: 105px;
	margin-right: 0px;
	margin-top: 40px;
	width: 242px;
}

.site-footer-right {
	float: right;
	width: 50%;
}

.site-footer a.footer-ad {
	background: url(http://storylineblog.com/wp-content/uploads/2014/07/cylp-footer-graphic2.png);
	display: block;
	height: 212px;
	margin-left: 20px;
	width: 312px;
}

.site-trademark {
	clear: both;
	padding: 40px 0;
}

.genesis-footer-nav li{
	margin-left: 10px;
	margin-right: 10px;
}

.genesis-footer-nav a {
	margin: 0px;
}

/*
Woo Commerce
---------------------------------------------------------------------------------------------------- */


#tab-description {
	padding:40px;
}

.woocommerce .quantity, .woocommerce-page .quantity, .woocommerce #content .quantity, .woocommerce-page #content .quantity {
	width: 73px !important;
	height:67px !important;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty {

	width: 40px !important;
	height: 67px !important;
	font-size:12px !important;
	padding: 0 !important;
}

.woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus {
	line-height: 0px !important;

}

/*
Contributors
---------------------------------------------------------------------------------------------------- */

.contributor-image {
	padding-right: 1em;
	padding-bottom: 1em;
}

.contributor-twitter {
	width: 48px;
	height: 48px;
	background: url('http://storylineblog.com/wp-content/themes/donmiller_2.0/images/contributors/twitter-x2.png') no-repeat 0 0;
	background-size: 48px;
	opacity:0.8;
	margin-right: 10px;
	filter:alpha(opacity=60);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	text-indent: -9999px;
	display: inline-block;
	vertical-align:top;
	float:right;
}

.contributor-facebook {
	width: 48px;
	height: 48px;
	background: url('http://storylineblog.com/wp-content/themes/donmiller_2.0/images/contributors/facebook-x2.png') no-repeat 0 0;
	background-size: 48px;
	opacity:0.8;
	margin-right: 10px;
	filter:alpha(opacity=60);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	text-indent: -9999px;
	display: block;
	display: inline-block;
	vertical-align:top;
	float:right;
}



.contributor-twitter:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.contributor-facebook:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.contributor-title {
	color: #313131;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	line-height: 2.6;
	margin: 0 0 20px;
	padding-top:20px;
	padding-bottom:20px;
	font-size: 30px;
}


.contributor-twitter:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.contributor-facebook:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.contributors-left{
	margin-right:40px;
}

.contributors-links a{
	font-size:16px;
}

/* Home Slider */

.home-slider {
	color: #fff;
	background-image: url("/wp-content/uploads/2016/07/slb-5mmm-bg.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    	background-color: #353535;
	line-height: 100% !important;
	padding:60px;
	padding-top:120px;
	padding-bottom:50px;
	text-align:left;
}

.home-slider h1{
	font-family: 'Gotham A', 'Gotham B';
	color:#fff;
	font-size:2.2rem;
	font-weight: 400;
}

.home-slider-headline {
	font-family: 'Gotham A', 'Gotham B' !important;
	color:#1b3b46 !important;
	font-size:2.8rem !important;
	font-weight: 400 !important;
	margin-bottom:0px !important;
	line-height: 120% !important;
}

.home-slider p{
	font-family: 'Gotham A', 'Gotham B';
	color:#3c6a7b;
	font-size:1.2rem;
	line-height:2;
	font-weight: 100;
}

.home-slider .tp-caption {
	white-space: wrap !important;
}

.home-slider .tp-caption a{
	color: #fff;
	position: relative;
	top: 20px;
}

.home-slider .tp-caption a:hover{
	color: #3a3a3a;
}

.tp-bannertimer {
	display:none;
}

.pop{
	background: #00bbf0;
	padding: 0px;
	line-height: 4;
	overflow: hidden;
	width:135px;
	border-radius: 3px;
}

.pop a{
	color: #fff !important;
}

.pop:hover a, .pop:hover a:visited{
	color: #fff;
}

.mobile-container {
		text-align:left !important;
	}


@media only screen and (max-width: 640px) {
	.home-slider {
		white-space: normal !important;
		background-image: url("/wp-content/uploads/2016/07/slb-5mmm-bg.png");
		padding-top:40px;
		padding-bottom:40px;
		padding-left:30px;
		padding-right:30px;
	}
	
	.mobile-width{
	width:80%;
	margin: 0 auto;
	}

	.mr-title {
	font-size:20px;
	font-size:2rem;
	line-height: 1.4;
	}
	
	.sb-title {
	font-size:20px;
	padding-top:20px;
	font-size:2rem;
	line-height: 1.4;
	}
	
	.sb-text {
	font-size:1.8rem;
	line-height: 1.4;
}
	}

	.mobile-container {
		text-align:center !important;
	}

	.home-slider .rev_slider_wrapper, .home-slider .rev_slider, .home-slider .rev_slider ul, .home-slider .rev_slider li, .home-slider .rev_slider .slotholder, .home-slider .slot, .home-slider .slot * , .home-slider .rev_slider .tp-bgimg{
		height: 350px !important;
	}

	.home-slider .tp-caption{
		padding: 15px !important;
		top: 45px !important;
	}
	.home-slider .button{
		display: inline-block;
		padding: 22px 36px 20px 36px;
		font-size: 1rem;
		font-weight:400;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

	.home-slider .button-slider{
		display: block !important;
		font-size: 18px !important;
	}

	.home-slider .button-slider-red{
		display: block !important;
		font-size: 14px !important;
	}

	.home-slider h1{
		font-size: 28px !important;
	}

	.home-slider .italics{
		font-size: 35px !important;
		font-style:italic;
	}

	.home-slider .tp-caption img{
		width: 100% !important;
		height: auto !important;
	}

	.home-slider .tp-caption a{
		margin-top: 0px !important;
	}

	.home-slider h3{
		font-size: 15px !important;
	}

	.cylp-side-ad-form form{
	width: 245px;
	margin-left: 20px !important;
	margin-top:220px !important;
	}
	.cylp-padding{
	padding-top:110px;
	}

	/* Modal */

	#ultimate-modal-content {
	background-color:none !important;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
	width:300px !important;
	margin: 0 auto !important;
	left:0 !important;
	top:20% !important;
	}
}


@media all and (max-width: 480px) {
	.woocommerce table.shop_table *,
	.woocommerce-page table.shop_table * {
		font-size: 10px;
	}

	.product-thumbnail, .product-subtotal{
		display: none;
	}

	.woocommerce-cart .site-inner {
		padding-left: 0px;
		padding-right: 0px;
	}

	.woocommerce-cart .button{
		float: left !important;
		position: relative;
		margin-bottom: 13px !important;
	}

	.woocommerce-cart .cart_totals{
		width: 100% !important;
	}

	.woocommerce-checkout .col-1, .woocommerce-checkout .col-2{
		width: 100% !important;
	}

	.woocommerce-checkout label{
		font-size: 11px;
	}

	.single-product .entry-summary, .single-product .images{
		width: 100% !important;
	}

	.single-product .woocommerce-breadcrumb{
		display: none;
	}

	.single-product .tabs{
		font-size: 12px !important;
		margin-bottom: 0px !important;
	}
}
@media only screen and (max-width: 320px) {
	.home-slider .tp-caption {
		top: 40px !important;
	}

	.tp-rightarrow{
		right: 0px !important;
	}

	.tp-leftarrow{
		left: 0px !important;
	}
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	/* .site-title > a {
		background: url(images/logo@2x.png) no-repeat;
		background-size: 152px 144px;
	}

	.nav-secondary .sticky-logo {
		background: url(images/logo-sticky@2x.png);
		background-size: 76px 60px;
	}
	*/

	a.connect-facebook {
		background: url(images/facebook-like@2x.png);
		background-size: 111px 48px;
	}

	a.connect-rss {
		background: url(images/rss@2x.png);
		background-size: 40px 39px;
	}

	a.connect-twitter {
		background: url(images/twitter-follow@2x.png);
		background-size: 144px 48px;
	}

	.site-footer a.footer-logo {
		background: url(images/logo-footer@2x.png);
		background-size: 242px 105px;
	}

	.site-footer a.footer-ad {
		background: url(http://storylineblog.com/wp-content/uploads/2014/07/cylp-footer-graphic@2x1.png);
		background-size: 312px 212px;
	}

}


@media only screen and (max-width: 1024px) {
	.title-area{
		margin-left: 28px;
	}

	.genesis-nav-menu{
		padding-left: 0px;
	}

	.site-header .widget-area{
		width: auto;
	}
}

@media only screen and (max-width: 940px){
	.content{
		float: none;
		margin: auto;
	}

	.genesis-nav-menu a{
		font-size: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.five-sixths,
		.four-fifths,
		.four-sixths,
		.one-fifth,
		.one-fourth,
		.one-half,
		.one-sixth,
		.one-third,
		.three-fifths,
		.three-fourths,
		.three-sixths,
		.two-fifths,
		.two-fourths,
		.two-sixths,
		.two-thirds {
			padding: 0;
			width: 100%;
			margin: 0;
		}
	.dots{
		display: none;
	}

	.site-container{
		padding-top: 40px;
	}

	h1{
		font-size: 25px;
	}

	.entry-content {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-bottom-radius: 0px;
	}

	.what-people-say{
		margin-top: 15px;
	}

	#menu-menu{
		margin-bottom: 20px;
	}

	li#menu-item-21702{
		margin-bottom: 10px;
		width: 200px;
	}

	li#menu-item-21702 a {
		margin-bottom: 0px;
	}

	.wrap{
		position: relative;
	}

	.site-header .widget-area {
		top: 0px;
	}

	.site-header .site-title > a{
		background-size: 95px auto;
		margin-top: 22px;
		margin-bottom: 5px;
		height: 60px;
	}

	.type-post .sharrre{
		margin-top: 0px;
	}

	.title-area{
		float: none;
	}

	.sidebar .widget .connect-with-us{
		padding: 14px;
	}

	a.connect-twitter{
		margin-right: 20px;
		margin-left: 0px;
	}

	a.connect-facebook{
		margin-right: 2px;
	}

	.archive-pagination li {
		display: inline;
		margin-right: -1px;
	}

	.site-inner,.site-footer{
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-footer-left,.site-footer-right{
		width: 100%;
		text-align: center;
	}

	.post-image img{
		max-width: inherit;
		width: auto;
		height: 100%;
	}
	.entry-content {
	padding: 20px;
}

	.genesis-footer-nav li {
		margin-left: 0px;
		margin-right: 0px;
	}


	/* Home */
	.post-image-title{
		line-height: 150%;
		padding: 25px 20px 25px 20px;
	}

	/* Header */

	.menu-trigger{
		color: #444;
		display: block;
		position: absolute;
		top: 20px;
		right: 28px;
		font-size: 25px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition:    all 0.2s ease-in-out;
		-ms-transition:     all 0.2s ease-in-out;
		-o-transition:      all 0.2s ease-in-out;
		transition:         all 0.2s ease-in-out;
	}

	.menu-trigger{
		top: 20px;
	}

	.site-header .widget-area{
		padding-top: 0px;
		width: 100%;
		text-align: center;
	}

	.header-widget-area{
		display: none;
	}

	.genesis-nav-menu a{
		color: #444;
	}

	.site-header {
		height: auto;
	}

	.genesis-nav-menu .menu-item{
		margin-top: 15px;
	}

	.contributors a:after{
		visibility: hidden;
		     display: block;
		     font-size: 0;
		     content: " ";
		     clear: both;
		     height: 0;
	}

	.button-booking{
		width: 170px;
		display: block;
		margin-top: 15px;
	}

	.contributor-image{
		float: none;
		display: block;
	}

	.contributor-image{
		padding-bottom: 0px;
	}

	.contributor-twitter, .contributor-facebook{
		float: left;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	/* Contributors */
	.contributor-title{
		line-height: 1;
		font-size: 25px;
	}


	/* Featured Image Template */

	.featured-text-interior {
	    font-size: 1em;
	}

	/* Footer */

	.site-footer{
		overflow: hidden;
	}

	.site-footer a.footer-logo{
		margin: auto;
		float: none;
	}

	.site-footer a.footer-ad{
		margin: auto;
	}

	.site-footer-left{
		margin-bottom: 40px;
	}

	.genesis-nav-menu a{
		margin: 0px;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.nav-primary{
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.sidebar{
		/* float: none; */
		width: 100%;
		text-align: center;
	}

	.genesis-nav-menu{
		padding: 0px;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.genesis-nav-menu li{
		width: 100%;
	}

	.genesis-footer-nav li.pop{
		margin-top: 5px;
	}

	.pop a{
		margin-bottom: 0px;
	}

	.pagination .pagination-previous, .pagination .pagination-next{
		width: 100% !important;
		margin: 0;
	}

	.pagination .pagination-next{
		margin-top: 42px;
	}

	#mc_embed_signup:not(.wake-up) {
		position: absolute;
		left: 50%;
		margin-left: -150px;
	}


	.button {
		display: block;
		margin-top: 0px;
		white-space: inherit;
	}

	.single-post .entry-content{
		padding-right: 20px;
		padding-left: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.page-id-6000 .entry-content {
	padding:20px 40px 20px 40px;
	}

	.search-results .content{
		background: #fff;
		padding: 30px;
	}

	.search-results .entry-avatar{
		float: none;
		margin-bottom: 0px;
	}

	.search-results .entry-header .entry-meta{
		margin-top: 5px;
	}
	.pop {
		width:80% !important;
	}
	
	.show-mobile {
		display:block !important;
	}

	.show-desktop {
		display:none;
	}
}

@media only screen and (max-width: 640px) {

	h2{
		padding: 10px;
		padding-bottom: 10px;
	}

	.center{
		margin-top: 0px;
	}

	.bottom-margin {
		margin: 0px;
	}

	.entry-content .read-more{
		bottom: 110px;
		left: 20px;
		right: inherit;
	}

	li#menu-item-21702{
		width: 80%;
	}

	li#menu-item-21702 a {
		margin-bottom: 10px;
	}

	li#menu-item-22126{
		width: 80%;
		margin-left:-2px !important;
		height:76px;
	}

	li#menu-item-22126 a {
		margin-bottom: 10px;
	}

	.post-image-author, .post-image-author-photo{
		margin-top: 10px;
	}

	.half-article{
		width: 100%;
	}

	.half-article:nth-child(odd) {
		margin-left: 0px;
	}

	.sharrre{
		margin-top: 80px;
	}

	.book-don input[type=text]{
		width: 100%;
	}

	.book-don button[type=submit]{
		margin-top: 10px !important;
	}
	
	div#ultimate-modal-content.ultimate-modal{
	width: 90% !important;
	margin:0 auto !important;
	}
	
	.sl-title {
		line-height: 1.4;
	}
}

@media only screen and (max-width: 320px) {
	#mc_embed_signup:not(.wake-up){
		margin-top: -131px !important;
		margin-left: -141px;
	}

	.sidebar #mc_embed_signup .button{
		width: 230px;
	}

	.site-footer a.footer-ad{
		background-size: 90%;
		background-repeat: no-repeat;
	}
}

/* Main Slider */
.tp-leftarrow.default {
	background: url(images/large_left.png) no-repeat 0 0 !important;
}

.tp-rightarrow.default {
	background: url(images/large_right.png) no-repeat 0 0 !important;
}

.side-ad-form form{
	width: 245px;
	margin: auto;
}
.side-ad-form input[type=text]{
	padding: 8px;
	opacity: .9;
}

.side-ad-form input[type="submit"]{
	width: 100%;
}

.cylp-side-ad-form form{
	width: 245px;
	margin: auto;
	margin-top:238px;
}
.cylp-side-ad-form input[type=text]{
	padding: 8px;
	opacity: .9;
}

.cylp-side-ad-form input[type="submit"]{
	width: 100%;
}

/* Book Don */
.book-don label{
	display: block;
	margin-top: 15px !important;
}

.book-don input[type="radio"]{
	margin-right: 8px !important;
}

.book-don h2{
	margin-bottom: 0px;
}

.gform_body h2{
	text-align: center;
}

.gform_wrapper .gsection{
	border: 0px !important;
}