/* ==== Google font ==== */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300,400italic);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);

/* General
==================================== */
body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.5;
	color:#594340;
	background-color: #F0FCFA;
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
	font-size:80%;
}
a {color: #47c0b7;}

a:hover {text-decoration: none;}

.row.full {margin: 0;}

.row.full [class*="col-"] {padding: 0;}

.btn-success {background-color: #d3a14a; border-color: #d3a14a;}

.btn-success:hover, .btn-success:focus {background-color: #47c0b7; border-color: #47c0b7;}

.btn-block {padding-left: 0; padding-right: 0;}

blockquote p {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 110%;
}
blockquote cite {
	font-size: 80%;
}
blockquote a {
	color: #111;
}
article, article p, article li {
	font-family: Georgia, Times, serif;
}
article p {
	margin-bottom: .85em;
}
article p, article li, article>div {
	font-size: 115%;
	line-height: 1.6;
}
article img {
	max-width: 100%;
}
article table {width: 100%; margin-top: 2em;}

article td, article th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #aaa;
}
article h1:not(.post-title), article h2:not(.post-title), article h3, article h4 {
	line-height: 1.5;
	margin-bottom: 1em;
}
.alert {margin: 0;}

.list-unstyled li {margin-bottom: 1em;}

.no-padding-top {padding-top: 0 !important;}

.no-padding-right {padding-right: 0 !important;}

.no-padding-bottom {padding-bottom: 0 !important;}

.no-padding-left {padding-left: 0 !important;}

.no-padding {padding: 0 !important;}

h2.subtitle, h3.subtitle, h4.subtitle {font-weight:700;}

.gold {background-color:#e2d4b0;}

.pink {background-color:#ffcede;}

.blue {background-color:#c2dffc;}

.aqua {background-color:#c8ecec;}

.cursive {font-family: 'Great Vibes', cursive;}

/* Nav Bar
==================================== */
.navbar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	letter-spacing: .05em;
	z-index:999;
}
.navbar-default {
	background-color: #fff;
	border-width: 0 0 1px;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a {
	color: #307F78;
	text-transform: uppercase;
}
.navbar-brand {
	padding-top: 5px;
	padding-bottom:5px;
}
.navbar-default .navbar-brand {
	font-weight: 600;
}
.navbar-default .navbar-nav>li>a {
	font-size: 76%;
	letter-spacing: -.12px;
}
.navbar-nav>li>.dropdown-menu {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover {
	border-color: transparent;
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #d3a14a;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #307F78;
}
.contact-info a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	color: #d3a14a;
	font-size: 110%;
	padding: 0 .5em;
}
.contact-info a:hover {
	color: #307F78;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#indexCarousel.carousel {
	height: 100%;
	top:-70px;
	margin-bottom: -70px;
	padding: 0;
}
.carousel-inner {
	height: 100%;
}
.carousel .item {
	height: 100%;
}
.carousel-caption {
	z-index: 10;
	left: 10%;
	width: 80%;
	top: 20%;
	bottom: auto;
	padding: 0;
}
.carousel-caption h2 {
	margin-bottom: .3rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing:.4rem;
}
.carousel-caption p {
	font-size: 130%;
}
.carousel .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.carousel-inner > .item > img {
	width: 100%;
}
.carousel-control {z-index: 11;}

.carousel-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.package-caption {
	background-color: rgba(89,67,64,.8);
	color: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 0 3px 3px 3px;
	outline: 7px solid rgba(89,67,64,.8);
	display: inline-block;
	margin: 0 auto;
	padding: 2rem 3rem;
}
.package-caption h3 {
	margin: 0;
	text-transform: capitalize;
}
.package-caption p {
	margin: 0;
}
.carousel .related-brand {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	transition: all 0.2s linear;
}
.home-form {
	position: absolute;
	z-index: 10;
	bottom: 5%;
	width: 100%;
}
.cta-wedding > .full {
	background-color: #fff;
}
.cta-wedding label, .cta-wedding select, .cta-wedding .form-control, .cta-wedding button {
	height: 45px;
	line-height: 45px;
	font-size: 110%;
}
.cta-wedding select, .cta-wedding .form-control, .cta-wedding button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}
.cta-wedding label {
	font-weight: 400;
	color: #333;
	display: block;
	padding-right: .5em;
	border-right: 1px solid #dfdfdf;
	margin: 0;
}
.cta-wedding button {
	padding-top: 0;
	padding-bottom: 0;
}
.cta-wedding h3 {
	margin: 0 0 1em;
	line-height: 1.3;
	font-size: 140%;
}
.scroll-link {
	text-align: center;
	font-size: 200%;
	color: #fff;
	margin-top: 1rem;
	display: block;
}
.scroll-link:hover {
	color: rgba(0,0,0,.6);
}

/* OVERLAY BOXES
-------------------------------------------------- */
.image-wrapper {
	width: 100%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.04);
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 1em;
}
.row.full .image-wrapper {
	margin:0;
}
.image-overlay-content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.home-widget .image-overlay-content {
	height: auto;
	top: .75em;
	padding: 1em 0 .85em;
}
.overlay-fade-in img {
	transition: all 0.2s linear;
	width: 100%;
}
.overlay-fade-in .image-overlay-content {
	transition: all 0.4s ease-in-out;
}
.overlay-fade-in h2 {
	color: #fff;
	line-height: 1.2;
	transition: all 0.2s ease-in-out;
}
.overlay-fade-in p {
	color: #fff;
	line-height: 1.2;
	transition: all 0.2s ease-in-out;
	font-family: Georgia, Times, serif;
	font-style: italic;
	margin: 0;
}
.overlay-fade-in .btn {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.overlay-fade-in .btn:hover {
	box-shadow: 0 0 5px #000; 
}
.overlay-fade-in:hover img {
	transform: scale(1.2);
}
.overlay-fade-in:hover .image-overlay-content {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.4);
}
.overlay-fade-in:hover h2, .overlay-fade-in p, .overlay-fade-in .btn {
	opacity: 1;
}
.overlay-fade-in:hover .btn {
	transition-delay: 0.2s; 
}

/* CONTENT SECTIONS
-------------------------------------------------- */
.section-title h1, .section-title h2, .section-title h3, .section-title h4 {
	margin: 0;
	line-height: 1.3;
}
.section-title p {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 120%;
	line-height: 1.4;
	margin: 0;
}
.section-title.with-line {
	padding-bottom: 0 !important;
}
.with-line:after {
	display: block;
	content:'';
	margin-top: 2em;
	margin-bottom: .3em;
	border-bottom: 2px solid #694641;
}
.side .section-title, .side .section-content {
	padding: 1em 0;
}
.section.agents {
	background-color: #fff;
}
.ad {margin-bottom: 1em;}

.ad a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.ad a img {
	width: 100%;
	height: auto;
}
.ad h3 {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 100%;
	line-height: 1.4;
	margin: 0;
	padding: 10px 10px 13px;
}
.circle {border-radius: 300px;}

.user-view {
	width: 100%;
	margin-bottom: 1em;
}
.user-view a {
	display: inline-block;
	width: 100%;
	color: #594340;
}
.user-view img {
	max-width: 60%;
	margin-bottom: .5em;
	border: 1px solid rgba(0,0,0,.1);
	transition: all 0.2s linear;
}
.user-view img.circle:hover {
	opacity: 0.8;
	filter: alpha(opacity=20); /* For IE8 and earlier */
}
.col-sm-3 .user-view img {
	max-width: 80%;
}
.user-view h4 {
	margin: 0;
	font-size: 140%;
}
.user-view p {
	margin: 0;
	font-family: Georgia, Times, serif;
	font-style: italic;
}
.media {
	display: block;
	margin-top: 1.5em;
}
.media-body p {
	margin: 0;
}
.profileSocial {
	display: inline-block;
	width: 100%;
	margin-bottom: 1em;
}
.profileSocial a {
	display: inline-block;
	width: auto;
	margin-left: .45em;
	font-size: 130%;
}

/* LANDINGS
-------------------------------------------------- */
.landing-hero {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.hero-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s linear;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0,0,0,.3);
	font-size: 120%;
}
.hero-inner h2, .hero-inner h1 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-weight: 700;
}
.hero-inner p {
	margin-bottom: 0;
}
/* FEATURES
-------------------------------------------------- */
.feature-title i {
	font-size: 300%;
	line-height: 1;
}
.feature-title h4 {
	font-size: 140%;
	line-height: 1.3;
}
/* PAGES
-------------------------------------------------- */
.page-title {
	display: block;
	padding: 1em 0;
}
.page-title img {
	max-width: 100%;
}
.page-content {
	display: block;
	padding: 1em 0 2em;
}
.page-title h1 {
	margin: 0;
	line-height: 1.2;
	font-size: 190%;
}
.page-title h1.cursive {
	font-size: 290%;
}
.page-title.with-img img {
	max-height: 120px;
	margin: 0;
}
.cta-wedding {
	margin: 1.5em 0;
}
.hero-image {
	display: block;
}
.hero-image img {
	max-width: 100%;
}
.main-with-full-img .page-title.with-img img {
	max-height: 50px;
	margin-bottom: .7em;
}
.main-with-full-img {
	background-color: rgba(255,255,255,.8);
}
.main-with-full-img .page-title {padding-top: 1.5em;}

.page-title.with-bg {
	background-color: #307F78;
	color: #fff;
}
.page-title.with-bg h1 {
	font-weight: 700;
}
.page-title.with-bg a {
	color: #fff;
	text-decoration: underline;
}
/* USER PAGE
-------------------------------------------------- */
.profile img {
	max-width: 100%;
	margin-bottom: 1em;
	text-align: center;
	margin-left:auto;
	margin-right: auto;
	display: block;
}
.profile a {
	color: #594340;
}
.user-page .nav-tabs>li.active>a, .user-page .nav-tabs>li.active>a:hover, .user-page .nav-tabs>li.active>a:focus {
	background-color: transparent;
	border-bottom-color:#F9F8F3;
	color: #594340;
}
.user-page .nav-tabs>li>a:hover, .user-page .nav-tabs>li>a:focus {
	background-color: #47c0b7;
	color: #fff;
}
.certified-specialist {text-align: center;}

.certified-specialist img {max-height: 100px;}

/* WEDDING PAGE
-------------------------------------------------- */
.wedding-hero.page-title {
	position: relative;
	padding-bottom: 0;
}
.wedding-hero .wrap-cta {
	background-color: rgba(255,255,255,.6);
}
.wrap-cta {
	width: 100%;
	padding: 1em;
}
.wrap-cta h1 {
	font-size: 300%;
	margin-bottom: .1em;
}
.wrap-cta h4 {
	font-size: 180%;
}
.wrap-cta .btn {
	text-transform: uppercase;
	font-size:130%;
}
.wedding-welcome {
	padding: 1em 0 2em;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 115%;
}
.wedding-welcome p:first-child {
	font-size:85%;
}
.wedding-welcome p:first-child::after {
	display: block;
	content:'';
	margin-top: 1em;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right:auto;
	border-bottom: 2px solid #694641;
	width:80px;
}
.nav-tabs>li>a {
	text-transform: uppercase;
}
.wedding .nav-tabs>li.active>a, .wedding .nav-tabs>li.active>a:hover, .wedding .nav-tabs>li.active>a:focus {
	background-color: transparent;
	border-bottom-color:transparent;
}
.tab-content>.tab-pane {
	padding: 1.5em 0;
}
.wedding .tab-pane img {
	max-width: 100%;
}
.wedding .tab-pane#photos img {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display: block;
}
/* PACKAGE PAGE
-------------------------------------------------- */
.package {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.package-bg {
	background-image: url(https://cdn2.gttwl.net/attachments/weddingmicrosite.gttwl2.com/ltmq6z/1472848782_original.jpeg);
}
.product-price {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 115%;
	padding: 1rem 0;
}
.related-content {
	display: block;
	width: 100%;
}
.related-brand {
	display: block;
	padding: 1em 0;
}
.related-brand img {
	max-height: 60px;
}
.related-content ul {
	margin: 0;
}
.related-content li {
	margin-bottom: 1rem;
	font-family: Georgia, Times, serif;
	font-style: italic;
}
.related-content a {
	color: #594340;
}
.related-content a:hover {
	text-decoration: underline;
}
/* PARTNERS PAGE
-------------------------------------------------- */
.partner-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 200px;
	text-align: center;
	margin-bottom: 1em;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	transition: all 0.2s linear;
	background-color: #fff;
}
.partner-wrapper .partner-logo {
	background-color: rgba(255,255,255,.65);
	position: absolute;
	width: 100%;
	height: 50%;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s linear;
}
.partner-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 90%;
	margin: 0;
}
/* POSTS LISTS
-------------------------------------------------- */
.post-list {
	display: inline-block;
	position: relative;
	padding-bottom: 1em;
}
.post-image {
	margin-bottom: 1em;
}
.post-image, .post-image a{
	display: block;
	width: 100%;
}
.post-image img {
	width: 100%;
}
.post-title {
	margin: 0;
}
h3.post-title {
	font-size: 140%;
}
.post-details {
	display:block;
	font-size: 83%;
	padding: .8em 0 1em;
}
.post-disclaimer {
	display:block;
	font-size: 83%;
	padding: .8em 0 1em;
}
/* CREATE WEDDING FORM
-------------------------------------------------- */
.panel-title>a {
	display: block;
}
/* CTA HERO
-------------------------------------------------- */
.cta-hero {
	background-image: url(https://cdn2.gttwl.net/attachments/thetravelvalet.com/ltmq6z/1399920976_original.png), url(https://cdn2.gttwl.net/attachments/weddingmicrosite.gttwl2.com/ltmq6z/1469478012_original.jpeg);
	background-size: 10%, cover;
	background-repeat: repeat, no-repeat;
	background-position: center;
	color: #fff;
	padding: 2em 0;
}
.cta-hero .section-title h1 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}
/* FOOTER
-------------------------------------------------- */
footer {
	padding: 2em 1.5em 2.5em;
	position: relative;
	background-color: #307F78;
	color: #fff;
}
footer .nav {
	margin-bottom: 1em;
}
footer .nav-pills>li {
	float: none;
	display: inline-block;
}
footer .nav-pills>li a:hover {
	background-color: rgba(255,255,255,.3);
	color: #fff;
}
footer a {color: #fff;}

footer p.credits {font-size: 95%; margin: 0;}

footer hr {margin: .4em 0 1em;}

.footer-logos {display: block;}

.footer-logos>img, .footer-logos>a {
	display: inline-block;
	margin: 0 .5em 1em;
}
.footer-logos img {
	max-height: 40px;
}
.subscription-form h4 {
	font-size: 1.6em;
	font-weight: 700;
	margin-top: 0;
}

small.credits {line-height: 1.3; display: block; padding: .75em 0; color: rgba(255,255,255,.5);}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
		display: block;
		width: 100%;
		height:70px;
	}
	.navbar-brand>img {
		max-height:75px;
		padding-top:2px;
		text-align: center;
		margin: 0 auto;
	}
	.contact-info {
		text-align: center;
	}
	.navbar-toggle {
		position: absolute;
		margin: 0;
		top: 35px;
		right: 15px;
	}
	#indexCarousel.carousel {
		top:-70px;
	}
	#packageCarousel.carousel {
		height: 300px;
	}
	.top-slider {
		height: 300px;
	}
	.carousel-caption {
		top: 15%;
	}
	.carousel-caption h2 {
		font-size: 230%;
	}
	.home-form {
		bottom: 1.5em;
	}
	.section-title, .section-content {
		padding: 2em 0;
	}
	.section-title h2 {
		font-size: 150%;
	}
	.overlay-fade-in h2 {
		font-size: 160%;
		margin-top: 28%;
	}
	.home-widget .overlay-fade-in h2 {
		margin: 0;
		padding: 0;
	}
	.with-line:after {
		width: 20%;
		margin-left: 40%;
		border-bottom-width: 1px;
	}
	.landing-hero {
		height: auto;
		background: none;
	}
	.landing-hero img {
		width: 100%;
	}
	.hero-image {
		background-size: 0;
	}
	.page-title {
		text-align: center;
	}
	.page-title .pull-right {
		float: none !important;
	}
	.page-title .form-inline {
		margin-top: 1em;
	}
	.page-title .form-inline .form-group {
		display: inline-block;
		margin: 0;
	}
	.page-title h1.cursive {
		font-size: 200%;
	}
	.wrap-cta {
		padding-left: 0;
		padding-right: 0;
	}
	.wrap-cta h1 {
		font-size: 230%;
		margin-bottom: .25em;
	}
	.wrap-cta .btn {
		font-size: 110%;
	}
	.main-with-full-img {
		padding: .5em 1em;
	}
	.package-caption h3 {
		font-size: 200%;
	}
	.ddw-logo {
		max-height: 50px;
		margin-top: 1em;
	}
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
		height: 50px;
		line-height: 50px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-brand {
		height: 95px;
		line-height: 95px;
	}
	.navbar-brand>img {
		max-height:85px;
		max-width: 250px;
	}
	.contact-info {
		text-align: right;
	}
	.section-title, .section-content {
		padding: 3em 0;
	}
	.section-title h2 {
		font-size: 180%;
	}
	.hero-inner h2, .hero-inner h1 {
		font-size: 230%;
	}
	.hero-inner p {
		font-size: 130%;
	}
	.hero-image {
		height: 100%;
		position: fixed;
		width: 100%;
		background-size: cover;
		margin-top: -100px;
	}
	.main-with-full-img {
		padding: .5em 2em;
		box-shadow: 4px 0 15px rgba(0,0,0,.2);
	}
	.page-title.with-bg {
		padding: 2em 0;
	}
	.landing-hero {
		height: 100%;
		background-size: auto, cover;
		background-position: center;
		background-repeat: repeat, no-repeat;
		top: -100px;
		margin-bottom: -100px;
	}
	.wedding {
		background-image: url(https://cdn2.gttwl.net/attachments/weddingmicrosite.gttwl2.com/ltmq6z/1470676772_original.png);
		background-repeat: repeat;
	}
	.wedding-hero .wrap-cta {
		position: absolute;
		bottom: 0;
	}
	#packageCarousel.carousel {
		height: 400px;
	}
	.package-caption h3 {
		font-size: 300%;
	}
	.ddw-logo {
		max-height: 60px;
		position: fixed;
		bottom: 1em;
		right: 1em;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.navbar-nav>li>a {
		padding-left: 4px;
		padding-right: 4px;
	}
	.carousel-caption h2 {
		font-size: 270%;
	}
	.overlay-fade-in h2 {
		font-size: 137%;
		margin-top: 20%;
	}
	.user-view img {
		max-width: 80%;
	}
	.with-line:after {
		width: 14%;
		margin-left: 43%;
	}
	.guide .hero-inner {
		top:30%;
	}
}
@media (min-width: 992px) {
	.navbar-nav>li>a {
		padding-left: 11px;
		padding-right: 11px;
	}
	.carousel-caption h2 {
		font-size: 330%;
	}
	.overlay-fade-in h2 {
		font-size: 150%;
		margin-top: 35%;
	}
	.home-widget .overlay-fade-in h2 {
		margin-top: 0;
		padding: 0;
	}
	.with-line:after {
		width: 10%;
		margin-left: 45%;
	}
	.guide .hero-inner {
		top:40%;
	}
}
@media print {    
	footer, .no-print {
		display: none;
	}
}