html {
	font-size: 16px;
}

body.weddings *, body.weddings #main-header p {
	color: #424242; 
}

body.weddings .modal-dialog {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

body.weddings .modal-content, body.weddings .modal-body {
	padding-bottom: 0;
}

form button.btn {
	color: #fff;
	margin-bottom: 1em;
	padding: 1em;
}

footer#back-to-top {
	z-index: 0;
}

.wedding-row {
	background-color: #eaeaea;
}

.wedding-row ol {
	padding-left: 15px;
}

.white {
	background: #fff;
	padding: 10px;
	margin: 15px;
}

#wedding-brochure-contents ul.nav-tabs li:last-child a, a.enquiry {
	color: #fff;
	background: #424242;
	border-radius: 4px;
	text-align: center;
}

#wedding-brochure-contents ul.nav-tabs li a {
	transition: all 0.2s;
}

#wedding-brochure-contents ul.nav-tabs li a:hover {
	transform: translateX(20px);
	background: none;
}

#wedding-brochure-contents ul.nav-tabs li:last-child a:hover, a.enquiry:hover {
	text-decoration: underline;
	background-color: #424242;
	transform: none;
}
 a.enquiry {
	 box-shadow: none;
	 font-weight: 700;
	 border: 2px solid rgba(239, 239, 237, 1);
 }
 
  a.enquiry:hover {
	  border: 2px solid rgba(239, 239, 237, 1);
  }
.flex-row {
	display: flex;
	flex-direction: row;
}

body.weddings h1 {
	border-bottom: 2px solid #424242;
}

body.weddings h4 {
	border-bottom: 1px solid #424242;
}

.brochure-download {
	margin-left: 20px;
    margin-right: 20px;
}
.brochure-download div.image {
	width: 100%;
}

.brochure-download div.text {
	width: 100%;
}

.wedding-image {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	}

.wedding-image img {
	width: 100%;
	}
	
.wedding-image-row {
	flex-direction: row;
}

.wedding-image-row img {
	width: 49%;
}

.wedding-image-row-three img {
	width: 33%;
}

.wedding-image-right {
	display: flex;
	justify-content: flex-end;
}

#main-content .wedding-image-right img {
	margin: 0;
}
.wedding-tab-content h4 {
	font-size: 140%;
    border-bottom: 1px solid #822e2e;
	margin: 10px 0;
	padding: 10px 0;
}
.wedding-tab-content h5 {
	font-family: sweetly-broken;
	font-size: 3.2em;
	padding: 0.5em 0 0.25em;
}

.wedding-text ul li, .wedding-tab-content ul li {
	display: block;
}

.wedding-text ul li:before, .wedding-text ul li:before,  .wedding-tab-content ul li:before, span.silver-heart:before, span.gold-heart:before, span.diamond-heart:before {
	content:"\e005";
	font-family: 'Glyphicons Halflings';
	font-size: 0.6em;
	float: left;
	margin-top: 0.45em;
	margin-right: 1em;
	margin-bottom: 1em;
	color: #cec7c7;
}

span.silver-heart:before, span.gold-heart:before, span.diamond-heart:before {
	font-size: 0.9em;
	float: none;
	margin-right: 0.5em;
}

.nav-tabs .silver {
	color: #cec7c7;
}

.nav-tabs .gold, span.gold-heart:before {
	color: #f3dd6a;
}

.nav-tabs .diamond, span.diamond-heart:before {
	color: #cca7a7;
}

.wedding-text p.lead {
	font-size: 1rem;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.flex-row {
	display: flex;
	flex-direction: column;
	}
	.image-column-row {
	display: flex;
	flex-direction: row;
	flex: 1;
	}
	.flex-image {
	padding: 5px;
	}
	.tab-content .active {
		padding: 1em;
	}
	.wedding-image {
		flex-direction: row;
	}
	.wedding-image img {
		width: 49%;
	}
	.wedding-image-row-three img {
		width: 33%;
	}
	.white {
		margin: 15px 0;
	}
}

@media only screen and (min-width: 768px) {
	
	.brochure-download {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
	}
	.brochure-download div {
		display: flex;
		justify-content: center;
	}

	#main-content .brochure-download div img {
		margin: 0;
		width: 100%;
	}
	.brochure-download div.image {
		width: 25%;
	}

	.brochure-download div.text {
		width: 75%;
	}
	
}

@media only screen and (max-width: 479px) {
		.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
			border-bottom-color: #ddd;
		}
		.wedding-row {
			padding: 10px;
		}
}



 