/*
Theme Name: Cabana Landing
Theme URI: https://cabanaapp.com/
Description: A custom theme for the Cabana landing page.
Author: cabanaapp
Author URI: http://cabanaapp.org/
Version: 1.0
Tags: custom

License: Private theme (may not be used without permission)
License URI: Private

General comments (optional).
*/

body {
	background-image: url('img/background.png');
	background-position: 50px 50px;
	margin: 0px;
}

#background {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
}

#white {
	width: 100%;
	height: 160px;
	background-color: white;
}

#mountains {
	width: 100%;
	height: 28px;
	background-image: url('img/mountains-tile.png');
}

#wrapper {
	position: absolute;
	left: 0px;
	right: 0px;
}

#center {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header {
	height: 100px;
}

#logo-container {
	float: left;
}

#logo {
	width: 178px;
	height: 66px;
	margin-top: 5px;
	float: left;
}

#navigation {
	height: 60px;
}

#navigation-items {
	list-style: none;
	height: 60px;
	padding-top: 25px;
}

.navigation-item {
	float: right;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 11px;
	width: 60px;
}

.navigation-item a {
	text-decoration:none;
}

.navigation-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.navigation-icon-hidden {
	display: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.navigation-icon.navigation-icon-selected {
	display: none;
}

.navigation-icon-hidden.navigation-icon-selected {
	display: block;
}

.navigation-caption {
	color: #8AA8B2;
	font: 13px/13px 'OpenSansRegular', Arial, sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}

.navigation-item.selected .navigation-caption {
	color: #006666;
}

.navigation-item:hover .navigation-caption {
	color: #006666;
}

#main {
	clear: left;
	clear: right;
	border: 1px solid #BFD1D7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: white;
	min-height: 500px;
}

#main-header {
	height: 575px;
}

.page-template-page-joining-php #main-header {
	height: 686px;
}

.main-header-text {
	width: 450px;
	height: 468px;
	margin-left: 55px;
	margin-top: 105px;
}

.main-title,
.features-title {
	color: #006666;
	font: 46px/50px 'OpenSansLight', Arial, sans-serif;
	text-shadow:
		-2px -2px 0 #FFF,
		 2px -2px 0 #FFF,
		-2px  2px 0 #FFF,
		 2px  2px 0 #FFF,
		 2px  2px 2px rgba(0, 0, 0, 0.45);
}

.main-subtitle,
.features-subtitle {
	color: #669999;
	font: 26px/32px 'OpenSansLight', Arial, sans-serif;
}


.main-titlesmaller {
	color: #006666;
	font: 36px/40px 'OpenSansLight', Arial, sans-serif;
	text-shadow:
		-2px -2px 0 #FFF,
		 2px -2px 0 #FFF,
		-2px  2px 0 #FFF,
		 2px  2px 0 #FFF,
		 2px  2px 2px rgba(0, 0, 0, 0.45);
}

.main-subtitlesmaller {
	color: #669999;
	font: 24px/30px 'OpenSansLight', Arial, sans-serif;
}

.main-text {
	color: #669999;
	font: 14px/14px 'OpenSansLight', Arial, sans-serif;
}

#plans-and-pricing {
	cursor: pointer;
}

#plans-and-pricing:hover {
	opacity: 0.75;
}

#main-body {
	background-color: #E8EEF0;
	height: 300px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
}

#shadow {
	margin-bottom: 20px;
	opacity: 0.5;
}

#details {
	margin: 0px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	list-style: none;
}

.detail-wrapper {
	float: left;
	width: 33%;
}

.detail {
	padding: 20px;
	position: relative;
}

.detail-header {
	height: 80px;
}

.detail-link {
	border: 0px;
	outline: 0;
}

.detail-link:visited {
	border: 0px;
	outline: 0;
}

a:visited {
	border: 0px;
	outline: 0;
}

.detail-box {
	height: 126px;
	border: 1px solid #BFD1D7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: white;
}

.detail-shadow-left {
	float: left;
}

.detail-shadow-right {
	float: right;
}

.detail-title {
	color: #006666;
	font: 15px/15px 'OpenSansRegular', Arial, sans-serif;
	margin-bottom: 5px;
}

.detail-subtitle {
	color: #669999;
	font: 13px/13px 'OpenSansLight', Arial, sans-serif;
	line-height: 1.5em;
}

.detail-icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#footer-text {
	color: #8DA6AD;
	font: 12px/12px 'OpenSansRegular', Arial, sans-serif;
	margin-bottom: 40px;
}

#features-header {
	height: 363px;
}

#features-navigation {
	border-top: solid 1px white;
	background-color: #E8EEF0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 55px;
}

.features-navigation-item {
	font: 13px/13px 'OpenSansRegular', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 30px;
	color: #8AA8B2;
}

.features-navigation-item.selected {
	color: #006666;
}

.features-navigation-item:hover {
	color: #006666;
}

#features-body {
	background-color: white;
	min-height: 400px;
}

#features {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	list-style: none;
}

.feature-thumbnail-wrapper {
}

.feature-thumbnail-icon {
	position: relative;
}

.feature-thumbnail {
	border: 1px solid #CFE1E7;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.feature.left .feature-icon {
	position: absolute;
	right: -37px;
	top: -37px;
}

.feature.right .feature-icon {
	position: absolute;
	left: -37px;
	top: -37px;
}

.feature {
	padding-top: 40px;
	padding-bottom: 40px;
}

.feature.left .feature-thumbnail-wrapper {
	clear: both;
	float: left;
	margin-right: 80px;
}

.feature.right .feature-thumbnail-wrapper {
	clear: both;
	float: right;
	margin-left: 80px;
}

.feature.right .feature-arrow {
	position: absolute;
	left: -55px;
	top: -15px;
}

.feature.left .feature-arrow {
	position: absolute;
	right: -55px;
	top: -15px;
}


.feature-title {
	color: rgb(229, 56, 155);
	font: 26px/26px 'OpenSansLight', Arial, sans-serif;
	margin-bottom: 40px;
}

.feature-subtitle {
	color: #8DB3AF;
	font: 12px/12px 'OpenSansLight', Arial, sans-serif;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.feature.right .feature-subtitle {
	text-align: right;
}

.feature-text {
	padding-top: 25px;
}

.feature-body {
	color: #006666;
	font: 16px/16px 'OpenSans', Arial, sans-serif;
	line-height: 1.5;
}

.blog-body {
	border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #E8EEF0;
}

.blog-posts {
	background-color: white;
	padding: 40px;
	width: 600px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	min-height: 700px;
}

.blog-sidebar {
	float: right;
	width: 270px;
	list-style: none;
}

.blog-sidebar ul {
	list-style: none;
}

.blog-post-header {
	color: #8DB3AF;
	font: 26px/26px 'OpenSansLight', Arial, sans-serif;
}

.blog-post-content {
	color: #8DB3AF;
	font: 16px/16px 'OpenSansLight', Arial, sans-serif;
	margin-top: 20px;
	line-height: 1.3;
}

.blog-post-content p {
	color: #66999C;
	font: 16px/16px 'OpenSansLight', Arial, sans-serif;
	line-height: 1.5;
	margin-bottom: 20px;
}

.blog-post-date {
	width: 600px;
	border-top: 1px solid #8DB3AF;
	text-align: right;
	color: #8DB3AF;
	font: 12px/12px 'OpenSansLight', Arial, sans-serif;
	padding-top: 5px;
	margin-top: 5px;
}

.widgettitle {
	color: #006666;
	font: 26px/26px 'OpenSansLight', Arial, sans-serif;
	margin-bottom: 10px;
}

.blog-sidebar ul {
	margin: 0px;
}

#sidebar>ul {
	padding: 15px;
}

.blog-sidebar>ul {
	padding: 15px;
	padding-bottom: 0px;
}

#searchform label {
	display: none;
}

#searchsubmit {
	display: none;
}

#twitter_time_line {
	color: #006666;
	font: 12px/12px 'OpenSansLight', Arial, sans-serif;
	line-height: 1.5;
}

.dimmer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(255,255,255,0.55);
	text-align: center;
	display: none;
}

#landing-video-dialog {
	position: relative;
	margin: auto;
	margin-top: 180px;
	width: 700px;
	height: 390px;
	background: white;
	border: 3px solid #8FA1A7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=rgba(0, 0, 0, 0.5))";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='gray');
	text-align: left;
	padding: 20px;
}

#watch-a-demo {
	cursor: pointer;
}

#body-footer {
	clear: left;
	clear: right;
	position: relative;
}

#about-navigation {
	background-color: #E8EEF0;
	padding-top: 13px;
	padding-bottom: 10px;
	padding-left: 55px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
}

.about-navigation-item {
	font: 13px/13px 'OpenSansRegular', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 30px;
	color: #8AA8B2;
}

.about-navigation-item.selected {
	color: #006666;
}

.about-navigation-item:hover {
	color: #006666;
}

#signup-box {
	border: 1px solid #BFD1D7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	width: 600px;
	margin: 0 auto;
	margin-top: 45px;
	padding-bottom: 20px;
}

#signup-body {
}

#signup-alert {
}

.signup-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	background: #ECF1F3;
	height: 62px;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f6f8), to(#e9eef1));
	background: -moz-linear-gradient(top, #f3f6f8,  #e9eef1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f6f8', endColorstr='#e9eef1');
}

.signup-header-message {
	color: #066;
	font: 21px/17px 'OpenSansSemibold', Arial, sans-serif;
	text-align: center;
	line-height: 60px;
	text-shadow:
		-1px -1px 0 #FFF,
		 1px -1px 0 #FFF,
		-1px  1px 0 #FFF,
		 1px  1px 0 #FFF,
		 1px  1px 1px rgba(0, 0, 0, 0.45);
}

#signup-userinfo {
	padding-top: 43px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	color: #656;
	font: 15px/15px 'OpenSansRegular', Arial, sans-serif;
}

.signup-input textarea, .signup-input input {
	width: 95%;
	color: #669999;
	font: 15px/15px 'OpenSansLight', Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 23px;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.4;
}

.signup-input input[type="submit"] {
	color: white;
	font: 16px/16px 'OpenSansLight', Arial, sans-serif;
	margin-top: 14px;
	padding-left: 30px;
	padding-right: 30px;
	width: 200px;
}

.signup-input-tellus {
	resize: none;
}

.signup-submit {
	float: right;
	margin-top: 14px;
}

#signup-cancel {
	color: #389aff;
	margin-top: 25px;
}

#signup-box-shadow {
	margin-bottom: 36px;
	margin-left: 180px;
	opacity: 0.5;
	width: 600px;
}

#thankyou-box {
	border: 1px solid #BFD1D7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	height: ;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}

#thankyou-body {
	padding-top: 70px;
	padding-bottom: 69px;
	padding-left: 40px;
	padding-right: 40px;
}

.thankyou-header {
	color: #066;
	font: 48px/48px 'OpenSansSemibold', Arial, sans-serif;
	line-height: 1.2;
}

#thankyou-message {
	color: #066;
	font: 20px/20px 'OpenSansLight', Arial, sans-serif;
	padding-top: 25px;
	line-height: 25px;
}

#thankyou-buttons {
}

#thankyou-done {
	margin-top: 54px;
	padding-left: 25px;
	padding-right: 25px;
	height: 44px;
}

#thankyou-box-shadow {
	margin-bottom: 100px;
	margin-left: 180px;
	opacity: 0.5;
	width: 600px;
}

.user-error-data-name {
	color: red;
}

.user-error-data-input  {
	border-color: red;
}

#main.square-bottom {
	border-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
}

.body-footer-text {
	color: #FDFEFE;
	font: 20px/20px 'OpenSansLightItalic', Arial, sans-serif;
	left: 50px;
	top: 28px;
	position: absolute;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.body-footer-button {
	position: absolute;
	right: 50px;
	top: 22px;
}