﻿/*
Theme Name: Sara Eden 2015
Theme URI: http://www.saraeden.com/
Description: Theme designed for Sara Eden
Author: Oliver Stott
Author URI: http://www.oliverdesigns.com/
Version: 1.0
Tags: responsive, sara eden, dating
*/
@import url('bootstrap.css'); 
@import url('carousel.css'); 
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,700|Martel:400,200,700|Neuton:400,200,300);


/* -- TRANSITIONS -- */

	.navbar-nav>li>a, .toplinks a, .description, h2.sitetag, h4.entry-title a, .navi a {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}


/* --- TOGGLE --- */

.navbar-inverse .navbar-toggle .icon-bar {
	background: #000!important;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover {
	background: none!important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

/* --- HEADER --- */

#navbar {
    padding-top: 45px;
	background: #fff;
}

.navbar-inverse {
	background: none;
	border: none;
	margin-bottom: 0px;
}

.navbar-header, .mainnav {
    width: 100%;
	position: relative;
	margin: 0px!important;
}

a.navbar-brand {
    text-align: center;
    position: relative;
    width: 335px;
    margin: 0 auto!important;
    float: none;
    display: block;
    height: 140px;
	background: #fff!important;
	padding: 10px 20px 15px;
}

.navbar-brand>img {
	max-width: 100%;
}

.navbar-nav>li>a {
	text-transform: uppercase;
	color: #4c5a51!important;
	padding: 0px 10px 5px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: 'Raleway', sans-serif;
}

.navbar-nav>li.current_page_item>a, .single-success .navbar-nav>li.page-item-19>a, .single-press .navbar-nav>li.page-item-23>a {
	font-weight: bold;
	border-bottom: 5px solid #7dd0e0;
}

.navbar-nav>li>a:hover, .post a {
	color: #7dd0e0!important;
}

.enquire a {
	color: #4c5a51;
}

.navbar-nav{
	float:none;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	background: #fff;
	position:relative;
	padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Neuton', serif;
	font-weight: 300;
}

h1 {
	color: #7dd0e0;
	font-size: 48px;
}

h2.sitetag {
	font-size: 24px;
	font-weight: 200;
	color: #4c5a51;
}

h2.panel-title {
	font-size: 26px;
}

.description {
    position: absolute;
    top: 45px;
    background: none!important;
	display: none;
}

.navbar-header:before, .mainnav:before {
    content: '';
    height: 2px;
    background: #7dd0e0;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 73%;
}

.mainnav {
	padding-bottom: 25px;
}

.mainnav:before {
	top: 16%;	
}

/* --- BANNER --- */

h1.banner-title {
	background: rgba(126,208,224,0.9);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 0.2em;
	padding: 5px 0;
	font-family: 'Raleway',sans-serif;
	font-weight: 300;
	margin: 0px;
	position: absolute;
	width: 100%;
	z-index: 999;
}

/* --- SMALLER --- 

.smaller .navbar-brand>img {
    height: 85px;
    margin: 0 auto;
    width: auto;
}

.smaller a.navbar-brand {
	height: 115px;	
}
*/

/* --- MENU --- */

header .sidebar-nav {
    padding: 9px 0;
}

.toplinks {
    position: absolute;
    top: 110px;
    text-transform: uppercase;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}

.toplinks.right {
	right: 0px;
}

.toplinks a {
	color: #4c5a51;
	text-decoration: none;
	font-weight: 500
}

.toplinks a:hover {
	color: #7dd0e0;
}
.callus {
	list-style: none;
	position: absolute;
	left: 0px;
	top: 40px;
	display: block;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color: #7dd0e0;
	text-transform: uppercase;
}

ul.socialinks {
    list-style: none;
	position: absolute;
	right: 0px;
	top: 60px;
}

ul.socialinks li {
    display: inline-block;	
}

ul.socialinks li a {
	background: url('../images/header/social_links.png');
	width: 32px;
	height: 32px;
	display: block;
	background-position: 0 32px;
}

ul.socialinks li:nth-child(2) > a {
	background-position: 32px 32px;
}

ul.socialinks li:nth-child(3) > a {
	background-position: 68px 32px;
}

ul.socialinks li:nth-child(1) > a:hover {
	background-position: 0 0;
}

ul.socialinks li:nth-child(2) > a:hover {
	background-position: 32px 0;
}

ul.socialinks li:nth-child(3) > a:hover {
	background-position: 68px 0;
}

/* -- BODY -- */

body {
	background: #fff;
	font-family: 'Neuton', serif;
	color: #4c5a51;
	margin-top: 230px;
}

a, a:hover, a:focus {
	color:#7dd0e0;
}

p {
	line-height: 1.6em;	
	font-size: 21px;
	font-weight: 300;
}

.container {
	background: #fff;
	padding: 0 30px;
}

.container .container {
	padding: 0;
}

.banner {
	border-bottom: 8px solid #7dd0e0;
	padding-top: 10px;
	position: relative;
}

/* --- SUCCESS --- */

.navi {
	font-family: 'Raleway', sans-serif;
	padding: 20px 0;
}

.navi.first {
	padding: 20px 0 0;
}

.navi a {
	color: #7dd0e0;
}

.navi div {
    display: inline-block;
}

.navi .prev a:before {
	content: '';
	background: url(/wp-content/uploads/2016/02/arr_l.png) no-repeat 50% 50%;
	width: 25px;
	height: 26px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -7px;
}

.navi .next a:after {
	content: '';
	background: url(/wp-content/uploads/2016/02/arr_r.png) no-repeat 50% 50%;
	width: 25px;
	height: 26px;
	display: inline-block;
	margin-bottom: -7px;
	margin-left: 10px;
}

.next {
	float: right;
}

.upw-posts {
    margin-top: 20px;
}

.entry-content img, .single .col-md-7 img {
    max-width: 100%;
    height: auto;
}

.entry-content p {
    font-size: 18px;
    line-height: 1.5em;
}

.textwidget p {
	line-height: 1.2em;
}

.upw-posts article {
	border: none!important;
	padding: 0px!important;
	margin: 0px!important;
}

h4.entry-title a {
	font-family: 'Raleway', sans-serif;
	color: #4c5a51;
	text-decoration: none!important;
	font-weight: 500;
}

h4.entry-title a:hover {
	color: #7dd0e0;
}

article.active .entry-title a {
    color: #B2E1ED;
}

/* 

h4.entry-title a:before {
    content: '';
    background: url(/wp-content/uploads/2015/12/arrows.png) no-repeat 0 -89px;
    width: 20px;
    height: 14px;
    display: inline-block;
}

*/

hr {
    border-top: 3px solid #ccc;
    margin-top: 30px;
}

/* --- PRESS --- */

.press_article {
    background: rgba(125,208,224,0.5);
    max-height: 210px;
    text-align: center;
	position: relative;
	margin-top: 20px;
}

.press_article + h3 {
    position: relative;
    width: 100%;
    bottom: 0;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	background: #7dd0e0;
	margin: 0px;
    	padding: 10px 0;
	color: #fff;
    text-align: center;
}

.press_article img {
	vertical-align: middle;
	margin: 10% 0;
	max-width: 90%;
	height: auto;
}

.mosaic {
	padding: 0px;
	margin-bottom:20px;
}

.single-press .imgcol img {
	width: 100%;
	height: auto;
}

.press_logo {
    margin: 20px 0;
    background: #bde5ec;
    padding: 10px 20px;
}

/* --- ViDEO --- */

.video {
	margin-bottom: 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-top: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxClose {
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
}

/* --- CONTACT --- */

form {
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
}

.form-group {
	margin-bottom: 15px;
	display: block;
	float: left;
	width: 100%;
}

.btn-primary {
	width: 100%;
	background: #7DD0E0;
	border: thin solid #7DD0E0;
}

.btn-primary:hover {
	background: #bde5ec;
	border: thin solid #bde5ec;
}

input, textarea, select {
    padding: 5px 10px;
    border-radius: 5px;
    border: thin solid #ccc;
}

/* --- SIDEBAR --- */

.quote {
	text-align: right;
	text-transform: uppercase;	
	font-family: 'Raleway', sans-serif;
}

.quote.green {
	background: #7dd0e0;
	padding: 10px;
}

.quote.green._ex {
	background: #96DCE8;
}

.quote.green._ex p {
	text-decoration: none!important;
}

.quote.green p {
	margin: 0px;	
	color: #fff;
}

a.prices {
	text-decoration: none;
}

.prices:hover, .prices:hover > .quote.green._ex {
	opacity: 0.8;
}

.quote p {
	line-height: 1.2em;
	margin-top: 10px;
	font-size: 26px;
	color: #98a49d;
}

.quote p:before {
	content: '';
    background: url('../images/sidebar/quotein.png') no-repeat;
    width: 40px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
	margin-bottom: -3px;
	background-size: 100%;
}

.quote p:after {
	content: '';
    background: url('../images/sidebar/quoteout.png') no-repeat;
    width: 40px;
    height: 35px;
    display: inline-block;
    margin-left: 5px;
	margin-bottom: -10px;
	background-size: 100%;
}

.quote.green p:before {
    background: url('../images/sidebar/quotein-w.png') no-repeat;
}

.quote.green p:after {
    background: url('../images/sidebar/quoteout-w.png') no-repeat;
}

.quote.green._ex p {
	font-size: 24px;
}

.quote.green._ex p:before {
    background: none;
	display: none
}

.quote.green._ex p:after {
    background: none;
	display: none
}

.caption {
	font-weight: 400!important;	
	font-size: 13px!important;
	margin-top: -3px;
}

.sidebar img {
	margin-top: 30px;
	width: 100%;
	height: auto;	
}


.sidebar {
	margin-top: 5px;
}

/* FOOTER */

#accordion {
    padding: 10px 20px 20px;
    background: rgba(126,208,224,0.2);
    margin: 30px 0 10px;
}

#accordion h1 {
    margin: 0 0 10px;
}

.panel-body, .panel-heading {
	padding: 0;
}

.panel-group .panel {
    border-bottom: thin solid #7DD0E0;
	padding: 5px 0 10px;
	border-radius: 0;
}

.panel, .panel-default>.panel-heading {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-title a {
	color: #4c5a51;
	text-decoration: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border: none;
}

.panel-body p {
	margin: 5px 0 0;
}


.quicklinks {
	padding: 20px 15px 10px;	
}

.quicklinks .block {
	background: #7dd0e0;
	min-height: 250px;
	margin-bottom: 10px;
}

.quicklinks .block:before {
	content: '';
	background: url(/wp-content/uploads/2015/12/arrows.png) no-repeat;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 30px;
}

.quicklinks .col-md-4:nth-child(2) .block {
	background: #bde5ec!important;
}

.quicklinks .col-md-4:nth-child(2) .block:before {
	background: url(/wp-content/uploads/2015/12/arrows.png) no-repeat -34px 0;
}

.enquire {
	background: #e4e8e6;
	float: left;
	font-size: 16px;
	width: 100%;
}

.enquire h3 {
	margin-top: 10px;
}

.enquire img {
	max-width: 100%!important;
}

.enquire:nth-child(1) {
	border-top: 4px solid #4c5a51;
	margin-top: 10px;
}

.enquire .col-md-12:nth-child(1) {
	padding: 0px;
}

footer h2 {
    text-align: center;
    margin: 0px 0 30px;
    padding: 22px 0 10px;
	font-size: 36px;
}

footer h2 a:hover {
    text-decoration: none;
	color: #7dd0e0;
}

footer h2:before {
    content: '';
    background: url(/wp-content/uploads/2015/12/arrows.png) no-repeat -20px -50px;
    width: 20px;
    height: 35px;
    display: inline-block;
    margin-bottom: -8px;
    margin-right: 5px;
}

footer h3.email:before {
    content: '';
    background: url(/wp-content/uploads/2015/12/arrows.png) no-repeat 0 -85px;
    width: 15px;
    height: 25px;
    display: inline-block;
    margin-bottom: -8px;
    margin-right: 5px;
}

h2.q_title {
    float: none;
    display: table;
    table-layout: fixed;
    position: relative;
    margin: 0 auto;
    padding: 30px 30px 0;
    font-size: 42px;
    text-align: center;
	color: #4c5a51;
	line-height: 1em;
}

.quicklinks a {
	text-decoration: none!important;
}

h2.q_title:before {
    content: '';
    background: url(/wp-content/uploads/2016/01/quicklinks.png) no-repeat;
    width: 100px;
    height: 105px;
    display: block;
    margin: 0 auto 10px;
	float: none;
}

.quicklinks .col-md-4.successes h2.q_title:before {
    background: url(/wp-content/uploads/2016/01/quicklinks.png) 0 0;
}

.quicklinks .col-md-4.membership h2.q_title:before {
    background: url(/wp-content/uploads/2016/01/quicklinks.png) -95px 0;
}

.quicklinks .col-md-4.press-coverage h2.q_title:before {
    background: url(/wp-content/uploads/2016/01/quicklinks.png) -195px 0;
}

.quicklinks .col-md-4.blog h2.q_title:before {
    background: url(/wp-content/uploads/2016/01/quicklinks.png) -290px 0;
}

.quicklinks .col-md-4.faqs h2.q_title:before {
    background: url(/wp-content/uploads/2016/01/quicklinks.png) -386px 0;
}

.quicklinks .col-md-4.videos h2.q_title:before {
    background: url(/wp-content/uploads/2016/01/quicklinks.png) -484px 2px;
}

.copyright .container {
    padding-top: 10px;
	font-family: 'Raleway', sans-serif;
}

.copyright a {
	color: #4c5a51;
}

ul.footer-links li, ul.websiteby li {
	display: inline-block;
	padding: 0 10px;
}

ul.footer-links, ul.websiteby {
	margin-top: 0;
    -webkit-padding-start: 0em!important;
	list-style: none;
}

.copyright {
    font-size: 12px;
}

ul.websiteby li {
	float: right;	
}

.abia {
	margin: 0 0 -5px -10px;
}

@media all and (min-width:768px) {
.address {
	padding-left: 0px;
}
}

@media all and (min-width:768px) and (max-width:992px) {
.address {
	padding-left: 15px;
}
}

@media all and (max-width:992px) {
	body {
		margin-top: 195px;
	}	
	h1.banner-title {
		font-size: 24px;
	}
	.navbar-inverse .navbar-toggle {
		top: 100px;
		margin-right: 0px;
		border: none;
		background: none!important;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background: #000;
	}
	.mainnav:before {
		display: none;
	}
	.mainnav {
		padding-top: 10px;
	}
	.location {
		margin-bottom: 20px;
	}
	.navbar-nav>li>a {
		font-size: 12px;
	}
	a.navbar-brand {
		width: 235px;
		height: 140px;
	}
	.navbar-header:before, .mainnav:before {
		top: 50%;
	}
	.description {
		display: none;
	}
	.toplinks {
		top: 80px;
	}
	#navbar {
		padding-top: 0px;
	}
ul.socialinks {
	top: 30px;
}
.callus {
	top: 20px;
	font-size: 14px;
}
}

@media all and (max-width:767px) {
	body {
		margin-top: 140px;
	}
	.navbar-nav>li>a {
		padding: 8px 0;
	}
	.navbar-nav>li.current_page_item>a {
		border-bottom: none;
	}
}

@media all and (max-width:480px) {
	h1 {
		font-size: 36px;
	}
	h1.banner-title {
		font-size: 24px;
	}
	.toplinks {
		top: 10px;
		font-size: 14px;
		z-index: 999;
	}
	ul.socialinks, .callus {
		display: none;
	}
	.navbar-inverse .navbar-toggle {
		top: 70px;
		margin-right: 0px;
		border: none;
		background: none!important;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background: #000;
	}
	#navbar {
		padding: 0px;
		text-align: center;
	}
	.smaller h2.sitetag {
		display: none;
	}
a.navbar-brand {
    width: 185px;
    padding-top: 25px;
}
}


