/*
	Theme Name: Meridian Wedding
	Theme URI: http://meridianthemes.net
	Author: MeridianThemes
	Author URI: http://meridianthemes.net
	Description: WordPress theme for weddings
	Version: 1.1.6.5
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: meridian-wedding
*/

/*--------------------------------------------------------------

	= Table Of Contents =

	# Normalize
	# General
		## Typography
		## Elements
		## Forms
		## Links
		## Screen Reader
	# WordPress Specific
		## Captions
		## Galleries
	# Floats and Clearing
	# Animating
	# Columns System
	# Header
		## Logo
		## Navigation
		## Mobile Nav
	# Carousel
	# Slider
	# Tagline
	# Home
		## Home Photos
		## Home Info Section
		## Home Schedule
		## Home Registries
		## Home Bridesmaids & Groomsmen
		## Home Blog
		## Home RSVP
		## Home Countdown
	# Main
		## Content
		## Blog Posts Listing
		## Blog Post Single
		## Gallery Images
		## About Author
		## Comments
		## Sidebar
	# Shorcodes
		## Info Box
		## Tabs
	# Widgets
		## Widget - About Author
		## Widget - Instagram
		## Widget - Recent Posts
		## Widget - Social
		## Widget - Subscribe
	# Footer
	# Responsive
		## Medium Monitors
		## Smaller Monitors
		## Tablets
		## Phones ( landscape + portrait )
		## Phones ( landscape )
		## Phones ( portrait )


--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}.widget select { max-width: 100%; }

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #7f7f7f;
	font-size: 13px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #1d1d1d;
	line-height: 1.45;
	font-weight: normal;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0;
	margin-bottom: 25px;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	font-size: 20px;
	line-height: 1.65;
	background-image: url("images/blockquote.png");
	background-repeat: no-repeat;
	background-position: 15px 0;
	padding: 13px 41px;
	text-align: center;
}

	blockquote p:last-child {
		margin: 0;
	}

address {
	margin-bottom: 25px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

#page-overlay {
	background: #f5f5f5;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}

#page-overlay {
	display: none;
}

body {
	background: #fafafa;
}

body.page-template-default {
	background: #fff;
}

#page.layout-wrapped {
	position: relative;
}

#page.layout-wrapped,
#page.layout-wrapped #header { 
	max-width: 1200px;
	margin: 0 auto;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 25px;
}

ul,
ol {
	margin: 0;
	margin-bottom: 25px;
	padding: 0 0 0 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin-bottom: 25px;
	width: 100%;
	line-height: 1;
}

table thead {
	background: #6dcdaf;
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 10px 14px;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

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

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #6fc0a0;
	border: 0;
	border-radius: 40px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	font-family: "Lato";
	line-height: 48px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 30px;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: rgb(239, 239, 239);
    border: 0;
	border-radius: px;
	color: #4d4d4d;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	padding: 15px;
	max-width: 100%;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #6fc0a0;
}

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
	# WordPress Specific
--------------------------------------------------------------*/

.sticky {

}

.bypostauthor {
	
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 10%;
	margin-top: 20px;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
	## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.clear { clear: both; }

/*--------------------------------------------------------------
	# Animating
--------------------------------------------------------------*/

.animate-on-load {
	opacity: 0 !important;
	transform: translateY( -25px ) !important;
}

.animate-on-load.loaded {
	transition: all .8s;
	opacity: 1 !important;
	transform: translateY( 0px ) !important;
}

.animate-on-viewport {
	opacity: 0 !important;
	transform: translateY( -25px ) !important;
}

.animate-on-viewport.in-viewport {
	transition: all .8s;
	opacity: 1 !important;
	transform: translateY( 0px ) !important;
}

.show-on-viewport {
	opacity: 0 !important;
}

.show-on-viewport.in-viewport {
	transition: all .8s;
	opacity: 0.25 !important;
}

/*--------------------------------------------------------------
	# Columns System
--------------------------------------------------------------*/

.wrapper {
	max-width: 1084px;
	margin: 0 auto;
}

/* Regular Grid */

.col {
	display: block;
	float: left;
	margin-right: 2.76%;
}

body.rtl .col {
	float: right;
	margin-left: 2.76%;
	margin-right: 0;
}

.col-1 { width: 5.803%; }
.col-2 { width: 14.36%; }
.col-3 { width: 22.93%; }
.col-4 { width: 31.49%; }
.col-5 { width: 40.05%; }
.col-6 { width: 48.62%; }
.col-7 { width: 57.18%; }
.col-8 { width: 65.74%; }
.col-9 { width: 74.31%; }
.col-10 { width: 82.87%; }
.col-11 { width: 91.43%; }
.col-12 { width: 100%; }

/* Grid inside of col 8 */

.col-8 .col {
	margin-right: 4.21%;
}

.col-8 .col-1 { width: 4.474%; }
.col-8 .col-2 { width: 13.15%; }
.col-8 .col-3 { width: 21.84%; }
.col-8 .col-4 { width: 30.52%; }
.col-8 .col-5 { width: 39.21%; }
.col-8 .col-6 { width: 47.89%; }
.col-8 .col-7 { width: 56.57%; }
.col-8 .col-8 { width: 65.26%; }
.col-8 .col-9 { width: 73.94%; }
.col-8 .col-10 { width: 82.63%; }
.col-8 .col-11 { width: 91.31%; }
.col-8 .col-12 { width: 100%; }

/* Other column classes */

.col-last {
	margin-right: 0 !important;
}

body.rtl .col-last {
	margin-left: 0 !important;
}

.col-first {
	clear: both;
}

.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
	background: #fff;
	position: relative;	
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}	

body.home #header.sticky,
body.home #header.header-position-above,
body.page-template-template-homepage-php #header.sticky,
body.page-template-template-homepage-php #header.header-position-above {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}

body.admin-bar.home #header.sticky,
body.admin-bar.home #header.header-position-above {
	top: 30px;
}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
	float: left;
	position: relative;
	line-height: 0;
	margin-right: 47px;
}
	
	#logo h1 {
		font-family: "Lato";
		font-weight: 400;
		font-size: 14px;
		line-height: 60px;
		color: #151515;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin: 0;
	}

		#logo h1 a {
			color: inherit;
		}

	#logo a,
	#logo img {
		display: inline-block;
	}

/*--------------------------------------------------------------
	## Navigation
--------------------------------------------------------------*/

#navigation {
	float: right;
	z-index: 99998;
	position: relative;
}

	#navigation ul,
	#navigation li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		/* Top level item */
		#navigation .menu > li {
			display: inline-block;
			position: relative;
			z-index: 99998;
			margin-left: 25px;
		}

		/* Top level first item */
		#navigation .menu > li:first-child {
			margin-left: 0 !important;
		}

			/* Top level chevron */
			#navigation .menu a .fa {
				display: inline-block;
				color: #151515;
				font-size: 9px;
				height: 11px;
				margin-left: 8px;
				vertical-align: text-bottom;
			}


			/* Top level item anchor */
			#navigation .menu > li > a {
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #151515;
				font-size: 11px;
				font-weight: 700;
				font-family: "Lato", sans-serif;
				line-height: 60px;
				letter-spacing: 1px;
				padding: 0;
				text-transform: uppercase;
			}

			/* Top level item anchor hover */
			#navigation .menu > li > a:hover {
				color: #151515;
			}

			/* Top level item anchor current */
			#navigation .menu > li.current-menu-item > a {
				color: #151515;
			}

	/* Submenu */
	#navigation .menu ul {	
		background: rgba( 0, 0, 0, 0.8 );
		border: 1px solid rgba( 0, 0, 0, 0.5 );
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: -25px; /* same as horrizontal padding on #navigation .menu ul li */
		text-align: left;
		padding: 10px 0;
		-webkit-transition: .5s opacity;
		-moz-transition: .5s opacity;
		transition: .5s opacity;
	}

		/* Submenu item */
		#navigation .menu ul li {
			position: relative;
			display: block;
			white-space: nowrap;
			margin: 0;
			padding: 0 25px; /* same as left on #navigation .menu ul */
		}

			/* Submenu item anchor */
			#navigation .menu ul li a {				
				display: block;
				line-height: 1;
				text-decoration: none;
				color: rgba( 255, 255, 255, 0.7 );
				font-size: 12px;
				font-weight: 700;
				font-family: "Lato", sans-serif;
				letter-spacing: 1px;
				text-transform: uppercase;
				line-height: 15px;
				border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
				padding-top: 11px;
				padding-bottom: 11px;
				text-transform: uppercase;
			}

			/* Submenu last item anchor */
			#navigation .menu ul li:last-child a {
				border-bottom: 0 !important;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li a:hover {
				 color: #fff;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li.current-menu-item > a {
				color: #fff;
			}

		/* Second lvl submenu */
		#navigation .menu ul ul {
			left: 100%;
			margin-left: 0;
			top: -11px; /* upper level padding + border */
		}

		/* Show submenu on hover */
		#navigation .menu li:hover > ul {
			visibility: visible;
			opacity: 1;
		}

/*--------------------------------------------------------------
	## Mobile Nav
--------------------------------------------------------------*/

#mobile-navigation {
	cursor: pointer;
	display: none;
	position: relative;
	overflow: hidden;
	float: right;
	line-height: 60px;
}

#mobile-navigation select {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	width: 20px;
}

/*--------------------------------------------------------------
	# Carousel
--------------------------------------------------------------*/

.carousel-container {
	overflow: hidden;
}

	.carousel-container .wrapper {
		position: relative;
	}

	.carousel-container .carousel,
	.carousel-container .owl-wrapper-outer {
		overflow: visible !important;
	}

		.blog-post-slider {
			position: relative;
		}

		.carousel {
			display: none;
		}

			.carousel .carousel-item {
				float: none;
				width: auto;
			}

			.carousel .col {
				margin-right: 0 !important;
			}

			.carousel .owl-item {
				opacity: 0.25;
			}

			.carousel .owl-item.carousel-item-visible {
				opacity: 1;
			}

			.carousel-go-prev,
			.carousel-go-next {
				position: absolute;
				top: 0;
				bottom: 0;
				width: 100%;
				cursor: pointer;
			}

			.carousel-go-prev {
				right: 100%;
			}

			.carousel-go-next {
				left: 100%;
			}

			.carousel-go-prev-arrow,
			.carousel-go-next-arrow {
				position: absolute;
				top: 50%;
				cursor: pointer;
				font-size: 40px;
				margin-top: -40px;
				color: #a8b9c2;
			}

			.carousel-go-prev-arrow {
				right: 100%;
				margin-right: 45px;
			}

			.carousel-go-next-arrow {
				left: 100%;
				margin-left: 45px;
			}

/*--------------------------------------------------------------
	# Slider
--------------------------------------------------------------*/

#slider-container {
	position: relative;
	overflow: hidden;
}

#slider {
	display: none;
	opacity: 0;
	transition: opacity .8s;
}

	.slider-slide {
		text-align: center;
	}

		.slider-slide-image-mobile {
			display: none;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background-position: center center;
			background-size: cover;
		}

		.slider-slide-image {

		}

			.slider-slide-image img {
				display: block;
				width: 100%;
			}

			.slider-slide-overlay {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background: rgba( 30, 48, 60, 0.35 );
			}

		.slider-slide-main {
			position: absolute;
			left: 0;
			right: 0;
			top: 20%;
		}

			.slider-slide-title {
				font-family: "Playfair Display";
				font-size: 84px;
				font-weight: 400;
				line-height: 1.17;
				color: #fff;				
				margin-bottom: 20px;
			}

			.slider-slide-subtitles {
				margin-bottom: 26px;
			}

				.slider-slide-subtitles span {
					display: inline-block;
					font-size: 14px;
					font-family: "Lato";
					font-weight: bold;
					letter-spacing: 2px;
					text-transform: uppercase;
				}

				.slider-slide-subtitles span:last-child {
					margin-left: 40px;
				}

				.slider-slide-subtitle-primary {
					color: #fff;
				}

				.slider-slide-subtitle-secondary {
					color: #efd6af;
				}

			.slider-slide-content {
				font-size: 19px;
				line-height: 1.57;
				color: #fff;
				padding: 0 230px;
				margin-bottom: 32px;
			}

			.slider-slide-actions {
				font-size: 0;
				line-height: 0;
			}

				.slider-slide-actions a:last-child {
					margin-left: 20px;
				}

				.slider-slide-actions a:first-child {
					margin-left: 0;
				}

	/**
	 * Slider Navigation
	 */

	 .slider-nav {
		display: none;
	}
		
		/* Anchor */

		.slider-nav a {
			position: absolute;
			top: 50%;
			display: block;
			text-align: left;
			z-index: 1000;
			margin-top: -51px;
		}

		.slider-nav a.prev {
			left: 0;
		}

		.slider-nav a.next {
			right: 0;
		}

		/* Icon */

		.slider-nav .icon-wrap {
			position: relative;
			display: block;
			padding: 45px 15px; 
			background-color: rgba( 0, 0, 0, 0.3 );
		}

		.slider-nav a .fa {
			display: block;
			color: #fff;
		}

			.slider-nav .fa {
				-webkit-transition: -webkit-transform 0.3s 0.3s;
				transition: transform 0.3s 0.3s;
			}

		.slider-nav div {
			position: absolute;
			top: 0;
			width: 200px;
			height: 103px;
			background-color: rgba( 0, 0, 0, 0.5 );
			-webkit-transition: -webkit-transform 0.3s 0.3s;
			transition: transform 0.3s 0.3s;
			-webkit-perspective: 1000px;
			perspective: 1000px;
		}

		.slider-nav a.prev div {
			left: 0;
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
		}

		.slider-nav a.next div {
			right: 0;
			text-align: right;
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
		}

			.slider-nav h3 {
				position: absolute;
				top: 100%;
				margin: 0;
				padding: 10px;
				width: 100%;
				background-color: rgba( 0, 0, 0, 0.5 );
				color: #fff;
				font-size: 13px;
				line-height: 1.5;

				-webkit-transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				-webkit-transform: rotateX(-90deg);
				transform: rotateX(-90deg);
				-webkit-transform-origin: 50% 0;
				transform-origin: 50% 0;
				-webki-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
			}

			.slider-nav img {
				display: block;
				width: 100%;
			}

		/* Hover - Icon */
		.slider-nav a:hover .fa {
			-webkit-transition-delay: 0s;
			transition-delay: 0s;
		}

		/* Hover - Icon Prev */
		.slider-nav a.prev:hover .fa {
			-webkit-transform: translateX(-200%);
			transform: translateX(-200%);
		}

		/* Hover Icon Next */
		.slider-nav a.next:hover .fa {
			-webkit-transform: translateX(200%);
			transform: translateX(200%);
		}

		/* Hover Icon Div */
		.slider-nav a:hover div {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		/* Hover Icon Text */
		.slider-nav a:hover h3 {
			-webkit-transition-delay: 0.6s;
			transition-delay: 0.6s;
			-webkit-transform: rotateX(0deg);
			transform: rotateX(0deg);
		}

/*--------------------------------------------------------------
	# Tagline
--------------------------------------------------------------*/

#tagline {
	padding: 50px 0;
	position: relative;
	background-size: cover;
	background-position: center;
}

	#tagline-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba( 30, 48, 60, 0.35 );
	}

	#tagline .wrapper {
		position: relative;
	}

		#tagline h1 {
			margin: 0;
			padding: 0;
			color: #fff;
			font-size: 40px;
			font-weight: 300;
			line-height: 1.2;
		}

		#tagline h4 {
			margin: 0;
			padding: 0;
			margin-top: 18px;
			color: #6fc0a0;
			font-size: 14px;
			font-weight: 900;
			font-family: Lato;
			line-height: 1;
			letter-spacing: 3px;
		}

/*--------------------------------------------------------------
	# Home
--------------------------------------------------------------*/

.section-heading {
	margin-bottom: 50px;
	text-align: center;
}

	.section-heading h2 {
		font-size: 29px;
		line-height: 1.4;
		color: #292929;
		font-weight: 300;
		margin: 0;
	}

/*--------------------------------------------------------------
	## Home Photos
--------------------------------------------------------------*/

.home-photos {
	padding: 90px 0;
	background: #fafafa;
}
		
	.home-photos-title {
		margin-bottom: 20px;
		text-align: center;
	}

		.home-photos-title h2 {
			font-size: 29px;
			line-height: 1.4;
			color: #292929;
			font-weight: 300;
			margin: 0;
		}

	.home-photos-content {
		font-size: 16px;
		text-align: center;
		padding: 0 150px;
		margin-bottom: 50px;
	}

		.home-photos-content p {
			margin-bottom: 35px;
		}

		.home-photos-content p:last-child {
			margin-bottom: 0;
		}

	.home-photos-gallery {
		margin-bottom: -30px;
		overflow: hidden;
	}

		.photos-item {
			cursor: pointer;
			overflow: hidden;
			margin-bottom: 30px;
			padding: 7px;
			background: #fff;
			box-shadow: 0 10px 38px 0px rgba(0, 0, 0, 0.05);
		}

			.photos-item-inner {
				overflow: hidden;
			}

				.photos-item img {
					display: block;
				}

/*--------------------------------------------------------------
	## Home Info Section
--------------------------------------------------------------*/		

.home-info-section {
	padding: 147px 0;
	padding-top: 140px;
	background-size: cover;
	position: relative;
	text-align: center;
}

	.home-info-section-cover {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba( 30, 48, 60, 0.7 );
	}

	.home-info-section .wrapper {
		position: relative;
	}

		.home-info-section h2 {
			font-size: 50px;
			font-weight: 300;
			line-height: 1.2;
			color: #fff;
			margin: 0;
			margin-bottom: 18px;
		}

		.home-info-section h4 {
			font-size: 14px;
			line-height: 1.2;
			font-weight: 900;
			font-family: "Lato", sans-serif;
			color: #6fc0a0;
			margin: 0;
			letter-spacing: 3px;
			text-transform: uppercase;
		}

/*--------------------------------------------------------------
	## Home Schedule
--------------------------------------------------------------*/

.home-schedule {
	background: #fafafa;
	padding: 100px 0;
}
	
	.home-schedule-heading {
		margin-bottom: 60px;
	}

		.home-schedule-heading h2 {
			text-align: center;
			color: #292929;
			font-weight: 300;
			font-size: 29px;
			margin: 0;
		}

	.schedule-post {
		box-shadow: 0 10px 38px 0px rgba(0, 0, 0, 0.05);
		margin-top: 50px;
	}

	.schedule-post:nth-child(-n+3) {
		margin-top: 0;
	}

		.schedule-post-thumb {

		}

			.schedule-post-thumb img {
				display: block;
			}

		.schedule-post-main {
			text-align: center;
			padding: 45px 30px;
			background: #fff;
		}

			.schedule-post-title {
				font-size: 14px;
				font-family: "Lato";
				font-weight: bold;
				color: #6fc0a0;
				margin: 0;
				margin-bottom: 18px;
				letter-spacing: 2px;
				text-transform: uppercase;
			}

			.schedule-post-time {
				font-size: 14px;
				font-family: "Lato";
				color: #292929;
				letter-spacing: 2px;
				margin-bottom: 17px;
				text-transform: uppercase;
			}

			.schedule-post-excerpt {
				line-height: 25px;
				color: #909090;
			}

/*--------------------------------------------------------------
	## Home Registries
--------------------------------------------------------------*/

.home-registries {
	padding: 100px 0;
}
		
	.home-registries-title {
		margin-bottom: 20px;
		text-align: center;
	}

		.home-registries-title h2 {
			font-size: 29px;
			line-height: 1.4;
			color: #292929;
			font-weight: 300;
			margin: 0;
		}

	.home-registries-content {
		font-size: 16px;
		text-align: center;
		padding: 0 150px;
		margin-bottom: 55px;
	}

		.home-registries-content p {
			margin-bottom: 35px;
		}

		.home-registries-content p:last-child {
			margin-bottom: 0;
		}

	.home-registries-image {
		font-size: 0;
		line-height: 0;
		text-align: center;
	}

		.home-registries-image a {
			display: inline-block;
			vertical-align: middle;
			margin: 20px;
			margin-bottom: 0;
		}

/*--------------------------------------------------------------
	## Home Bridesmaids & Groomsmen
--------------------------------------------------------------*/

.home-bridesmaids {
	background: #fafafa;
	padding: 100px 0;
}

.home-groomsmen {
	padding: 100px 0;	
}

	.people-post {
		box-shadow: 0 10px 38px 0px rgba(0, 0, 0, 0.05);
	}

	.home-groomsmen .people-post {
		box-shadow: none;
	}

	.people-post {
		margin-top: 50px;
	}

	.people-post:nth-child(-n+3) {
		margin-top: 0;
	}

		.people-post-thumb {

		}

			.people-post-thumb img {
				display: block;
			}

		.people-post-main {
			text-align: center;
			padding: 45px 30px;
			background: #fff;
		}

		.home-groomsmen .people-post-main {
			padding-bottom: 0;
		}

			.people-post-title {
				font-size: 14px;
				font-family: "Lato";
				font-weight: bold;
				color: #292929;
				margin: 0;
				margin-bottom: 18px;
				letter-spacing: 2px;
				text-transform: uppercase;
			}

			.people-post-excerpt {
				line-height: 25px;
				color: #909090;
			}

/*--------------------------------------------------------------
	## Home Blog
--------------------------------------------------------------*/

.home-blog {
	padding: 100px 0;
}
	
	.home-blog-heading {
		margin-bottom: 60px;
	}

		.home-blog-heading h2 {
			text-align: center;
			color: #292929;
			font-weight: 300;
			font-size: 29px;
			margin: 0;
		}

/*--------------------------------------------------------------
	## Home RSVP
--------------------------------------------------------------*/

.home-rsvp {
	background: #fafafa;
	padding: 100px 0;
}

	.home-rsvp-inner {
		position: relative;	
		box-shadow: 0 10px 38px 0px rgba(0, 0, 0, 0.05);
	}

		.home-rsvp-left {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			width: 50%;
			background-size: cover;
		}

		.home-rsvp-right {
			width: 50%;
			float: right;
			background: #fff;
		}

			.home-rsvp-right-inner {
				padding: 60px 70px;
			}

				.home-rsvp-right .wpcf7 p:last-of-type {
					margin-bottom: 0;
				}

.wpcf7 {
	color: #6fc0a0;
	font-family: "Lato";
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}

	.wpcf7 p {
		margin-bottom: 21px;
	}

	.wpcf7 input[type="text"], 
	.wpcf7 input[type="email"], 
	.wpcf7 input[type="url"], 
	.wpcf7 input[type="password"], 
	.wpcf7 input[type="search"], 
	.wpcf7 textarea {
		margin-top: 10px;
		width: 100%;
	}

	.wpcf7-submit {
		margin-top: 10px;
	}

/*--------------------------------------------------------------
	## Home Countdown
--------------------------------------------------------------*/

.home-countdown-section {
	padding: 147px 0;
	padding-top: 140px;
	background-size: cover;
	position: relative;
	text-align: center;
}

	.home-countdown-section-cover {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba( 30, 48, 60, 0.7 );
	}

	.home-countdown-title {
		margin-bottom: 20px;
		text-align: center;
		position: relative;
	}

		.home-countdown-title h2 {
			font-size: 29px;
			line-height: 1.4;
			color: #fff;
			font-weight: 300;
			margin: 0;
		}

	.countdown {
		text-align: center;
		position: relative;
	}

		.countdown-row {
			text-align: center;
		}

			.countdown-section {
				display: inline-block;
				margin-right: 40px;
			}

				.countdown-amount {
					display: block;
					font-size: 50px;
					font-weight: 300;
					line-height: 1.2;
					color: #fff;
					margin: 0;
					margin-bottom: 18px;
				}

				.countdown-period {
					display: block;
					font-size: 14px;
					line-height: 1.2;
					font-weight: 900;
					font-family: "Lato", sans-serif;
					color: #6fc0a0;
					margin: 0;
					letter-spacing: 3px;
					text-transform: uppercase;
				}

/*--------------------------------------------------------------
	## Home Custom
--------------------------------------------------------------*/

.home-custom-section {
	padding: 100px 0;
}

/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

#main {
	padding: 50px 0;
	position: relative;
}

body.page-template-template-homepage-php #main {
	padding: 0;
	background: #fff;
}

/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {

}

.white-wrapper {
	padding: 50px 55px;
	background: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.white-wrapper-no-border,
.comment-respond,
.comment-inner {
	padding: 50px 55px;
	background: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.button.primary,
.button.secondary,
.button.transparent {
	position: relative;
	display: inline-block;
}

.button span {
	border-radius: 40px;
	display: inline-block;
	background: #6fc0a0;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	font-family: "Lato", sans-serif;
	line-height: 1;
	letter-spacing: 2px;
	padding: 14px 30px;
	text-transform: uppercase;
}

.button.medium span {
	padding: 17px 30px;
}

.button.secondary span {
	background: #bcb4a8;
}

.button.transparent {
	border: 2px solid #fff;
}

.button.transparent span {
	background: transparent;
	padding-top: 12px;
	padding-bottom: 12px;
}

.button.transparent.medium span {
	padding-top: 17px;
	padding-bottom: 17px;
}

.button {
	position: relative;
	overflow: hidden;
}

/* Button 2nd span */

/*

.button-span-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: transform .4s;
	transform: translateY( 100% );
}

.button:hover .button-span-2 {
	transform: translateY( 0% );
}

.button-span-1 {
	transition: transform .4s;
}

.button:hover .button-span-1 {
	transition: transform .6s;
	transform: translateY( -80% );	
}

.button .button-span-2 {
	background: #64ad90;
}

.button.secondary .button-span-2 {
	background: #a29a8f;
}

.button.transparent .button-span-2 {
	background: #fff;
	color: #444;
}

*/

/*--------------------------------------------------------------
	## Blog Posts Listing
--------------------------------------------------------------*/

.blog-posts-listing-inner {
	margin-bottom: -30px;
}

	.blog-post {
		margin-bottom: 30px;
	}

		.blog-post-thumb {
			margin-bottom: 30px;
		}

			.blog-post-thumb a,
			.blog-post-thumb img {
				display: block;
			}

		.blog-post-main {
			
		}

			.blog-post-meta {
				line-height: 1;
				font-size: 13px;
				font-family: "Lato", sans-serif;
				color: #999999;
				margin-bottom: 15px;
			}

				.blog-post-meta-date {
					
				}

				.blog-post-meta-author {

				}

			.blog-post-title {
				margin-bottom: 15px;
			}

				.blog-post-title h2 {
					margin: 0;
					font-size: 19px;
					line-height: 31px;
					font-family: "Playfair Display";
					font-style: italic;
				}

					.blog-post-title h2 a {
						color: inherit;
					}

			.blog-post-comments {
				font-size: 12px;
				line-height: 1;
				color: #999;
				font-family: "Lato";
			}

				.blog-post-comments a {
					color: inherit;
				}

				.blog-post-comments .fa {
					color: #232323;
					margin-right: 10px;
				}
			


.pagination {
	margin-top: 30px;
	text-align: center;
}

	.pagination ul,
	.pagination li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		.pagination-load-more a {
			display: inline-block;
			background: #6fc0a0;
			border: 0;
			border-radius: 40px;
			color: #fff;
			font-size: 13px;
			font-weight: 900;
			font-family: "Lato";
			line-height: 48px;
			letter-spacing: 2px;
			text-transform: uppercase;
			padding: 0 30px;
		}

		.pagination-load-more.inactive a {
			background-color: #e4e4e4;
			color: #979797;
			cursor: default;
		}

			.pagination-load-more .fa {
				margin-right: 10px;
			}

/*--------------------------------------------------------------
	## Blog Post Single
--------------------------------------------------------------*/

.blog-post-single-excerpt {
	margin-bottom: 30px;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
}

.blog-post-single-meta {
	border: 1px solid #ddd;
	border-width: 1px 0 0 0;
	padding: 30px 0;
}

	.blog-post-single-meta-info {
		float: left;
		font-size: 12px;
		line-height: 35px;
	}

		.blog-post-single-meta-info a {
			
		}

		.blog-post-single-meta-info .avatar {
			border-radius: 50%;
			margin-right: 11px;
			vertical-align: middle;
		}

		.blog-post-single-meta-info-author {

		}

		.blog-post-single-meta-info-cats {

		}

	.blog-post-single-meta-social {
		float: right;
		line-height: 32px;
	}

		.blog-post-single-meta-social .blog-post-share,
		.blog-post-single-meta-social .blog-post-share a {
			line-height: inherit;
		}

		.blog-post-single-meta-social .blog-post-share {
			margin: 0;
		}

		.blog-post-share a {
			color: #999;
			font-size: 12px;
			font-family: "Lato";
			line-height: 15px;
			margin-right: 15px;
		}

		.blog-post-share a:last-child {
			margin-right: 0;
		}

			.blog-post-share a .fa {
				color: #232323;
				font-size: 13px;
				margin-right: 8px;
			}

.styled-list ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 25px;
}

	.styled-list ol li {
		font-weight: 300;
		font-family: "Lato";
		font-size: 18px;
		margin-bottom: 10px;
	}

	.styled-list ol li:last-child {
		margin-bottom: 0;
	}

		.styled-list-num {
			display: inline-block;
			line-height: 34px;
			width: 34px;
			text-align: center;
			border-radius: 50%;
			background: #ed6260;
			color: #fff;
			margin-right: 22px;
			font-size: 15px;
			font-weight: bold;
		}

/*--------------------------------------------------------------
	## About Author
--------------------------------------------------------------*/

.about-author {
	margin-top: 50px;
}

	.about-author-avatar {
		overflow: hidden;
		float: left;
		margin-right: 45px;
	}

		.about-author-avatar img {
			border-radius: 50%;
		}

	.about-author-main {
		overflow: hidden;
	}

		.about-author-name {
			margin: 0;
			padding: 0;
			color: #232323;
			font-size: 11px;
			font-weight: 700;
			font-family: "Lato", sans-serif;
			letter-spacing: 2px;
			margin-bottom: 15px;
			text-transform: uppercase;
		}

			.about-author-name a {
				color: inherit;
			}

		.about-author-bio {
			margin-bottom: 15px;
		}

		.about-author-social {

		}

			.about-author-social a {
				color: #232323;
				font-size: 13px;
				margin-right: 17px;
			}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

.comments-area {
	margin-top: 50px;
}

.comments-area ul,
.comments-area ol,
.comments-area li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

.comment {

}

	.comment-inner {
		background: #fff;
		margin-bottom: 25px;
	}

		.comment-author-avatar {
			float: left;
			margin-right: 30px;
			width: 40px;
		}

			.comment-author-avatar img {
				border-radius: 50%;
				display: block;
			}

		.comment-info {
			margin-bottom: 15px;
		}

			.comment-meta {
				float: left;
			}

				.comment-meta-author {
					margin-bottom: 8px;
					color: #232323;
					font-size: 11px;
					font-weight: 700;
					font-family: "Lato", sans-serif;
					letter-spacing: 2px;
					text-transform: uppercase;
				}

				.comment-meta-date {
					color: #8d8d8d;
					font-size: 11px;
				}

			.comment-reply {
				float: right;
			}

				.comment-reply a {
					text-transform: uppercase;
					line-height: 20px;
					display: inline-block;
					padding: 0 4px;
					border-radius: 40px;
					color: #6dcdaf;
					letter-spacing: 2px;
					font-size: 11px;
					font-weight: 900;
					font-family: "Lato", sans-serif;
				}

		.comment-main {
			
		}

	.comment .children {
		margin-left: 80px;
	}

	.comments-no-comments {
		margin-bottom: 20px;
	}

.comment-respond {
	margin-top: 40px;
}

.comment-list .comment-respond {
	margin-bottom: 40px;
}

	.comment-reply-title {
		margin: 0;
		padding: 0;
		color: #232323;
		font-size: 11px;
		font-weight: 700;
		font-family: "Lato", sans-serif;
		line-height: 11px;
		letter-spacing: 2px;
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.comment-respond .logged-in-as,
	.comment-notes {
		font-size: 13px;		
		color: #8d8d8d;
	}

		.comment-form-comment {
			font-size: 0;
			line-height: 0;
			margin: 0;
		}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {
			margin-top: 20px;
			font-size: 0;
			line-height: 0;
		}

			.comment-respond input[type="text"],
			.comment-respond textarea {
				
			}

			.comment-respond textarea {
				height: 140px;
			}

		.comment-respond .form-submit {
			clear: both;
			padding-top: 20px;
		}

/*--------------------------------------------------------------
	## Sidebar
--------------------------------------------------------------*/

#sidebar {

}
	
	#sidebar .widget {
		margin-bottom: 40px;
	}

	#sidebar .widget:last-child {
		margin-bottom: 0;
	}

		#sidebar .widget-title {
			margin: 0;
			padding: 0;
			border-bottom: 2px solid #dbdbdb;
			text-align: center;	
			font-size: 15px;
			font-weight: 400;
			line-height: 1.36;
			margin-bottom: 25px;
			text-align: center;
			padding: 15px 0;
			padding-top: 0;
		}

/*--------------------------------------------------------------
	# Shortcodes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Info Box
--------------------------------------------------------------*/

.info-box {
	margin-top: 90px;
	border-top: 4px solid #b188c5;
	padding-top: 23px;
	margin-bottom: 90px;
}

	.info-box h4 {
		font-size: 17px;
		margin: 0;
		margin-bottom: 16px;
	}

/*--------------------------------------------------------------
	## Tabs
--------------------------------------------------------------*/

.tabs-container {
	padding: 90px 0;
	background: #f5f5f5;
}	
	
	.tabs-nav {
		text-align: center;
		font-size: 0;
		line-height: 0;
		margin-bottom: 50px;
	}

		.tabs-nav a {
			display: inline-block;
			line-height: 47px;
			padding: 0 25px;
			font-size: 12px;
			font-family: "Lato";
			font-weight: bold;
			color: #838383;
			text-transform: uppercase;
			letter-spacing: 2px;
			border-right: 1px solid #f5f5f5;
			background: #fff;
		}

		.tabs-nav a.active {
			background: #b188c5;
			color: #fff;
			border-right-color: #b188c5;
		}

	.tabs-content {
		text-align: center;
		font-size: 16px;
		color: #8c8c8c;
		padding: 0 80px;
	}

	.tabs-tab {
		display: none;
	}

	.tabs-tab:first-child {
		display: block;
	}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/

.widget {

}

/*--------------------------------------------------------------
	## Widget - About Author
--------------------------------------------------------------*/

.about-author-widget {
	text-align: center;
	position: relative;
	background: #151515;
}

	.about-author-widget-avatar {
		
	}

		.about-author-widget-avatar img {
			display: block;
			width: 100%;
		}

	.about-author-widget-avatar-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;		
		background-image: -moz-linear-gradient(to top, rgba( 51, 55, 57, 0.93 ) 0%, rgba( 51, 55, 57, 0 ) 100%);
		background-image: -o-linear-gradient(to top, rgba( 51, 55, 57, 0.93 ) 0%, rgba( 51, 55, 57, 0 ) 100%);
		background-image: -webkit-linear-gradient(to top, rgba( 51, 55, 57, 0.93 ) 0%, rgba( 51, 55, 57, 0 ) 100%);
		background-image: linear-gradient(to top, rgba( 51, 55, 57, 0.93 ) 0%, rgba( 51, 55, 57, 0 ) 100%);
	}

	.about-author-widget-info {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0 43px 47px 43px;
	}

	.about-author-widget-no-avatar .about-author-widget-info {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		padding: 45px;
	}

		.about-author-widget-name {
			font-size: 20px;
			line-height: 1;
			color: #fff;
			font-weight: 400;
			margin-bottom: 10px;
		}

		.about-author-widget-position {
			font-size: 14px;
			font-family: "Lato", sans-serif;		
			line-height: 1;
			color: #81d5b3;
			font-weight: 700;
			margin-bottom: 13px;
		}

		.about-author-widget-text {
			font-size: 14px;
			line-height: 23px;
			color: #fff;
			font-family: "Lato";
			margin-bottom: 27px;
		}

		.about-author-widget-button {

		}

			.about-author-widget-button a {
				
			}

/*--------------------------------------------------------------
	## Widget - Instagram
--------------------------------------------------------------*/

.instagram-widget-images {
	overflow: hidden;
}

	.instagram-widget-image {
		float: left;
		width: 25%;
	}

		.instagram-widget-image img {
			display: block;
		}

/*--------------------------------------------------------------
	## Widget - Recent Posts
--------------------------------------------------------------*/

.posts-list-widget {

}

	.posts-list-widget-post {
		margin-bottom: 30px;
	}

	.posts-list-widget-post:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}

		.posts-list-widget-thumb {
			
		}

			.posts-list-widget-thumb img {
				display: block;
			}

		.posts-list-widget-main {
			background: #fff;
			margin-top: -40px;
			margin-left: 22px;
			margin-right: 22px;
			position: relative;
			padding: 28px 40px;
			text-align: center;
		}

			.posts-list-widget-date {
				font-size: 12px;
				line-height: 1;
				color: #999999;
				margin-bottom: 10px;
				font-family: "Lato", sans-serif;
			}

			.posts-list-widget-title {
				font-size: 16px;
				color: #1d1d1d;
				margin-bottom: 7px;
				line-height: 25px;
			}

				.posts-list-widget-title a {
					color: inherit;
				}

			.posts-list-widget-comments {
				font-size: 12px;
				color: #999999;
				font-family: "Lato", sans-serif;
			}

				.posts-list-widget-comments .fa {
					color: #232323;
					margin-right: 8px;
				}

/*--------------------------------------------------------------
	## Widget - Social
--------------------------------------------------------------*/

.social-widget {
	background: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
	padding: 50px 40px;
	text-align: center;
}

	.social-widget h4 {
		line-height: 1;
		font-weight: normal;
		margin-bottom: 15px;
	}

	.social-widget h5 {
		font-weight: bold;
		font-family: "Lato", sans-serif;
		line-height: 1.2;
		color: #6fc0a0;
		font-size: 12px;
		text-transform: uppercase;
		margin-bottom: 35px;
	}

	.social-widget-link {
		display: block;
		line-height: 39px;
		text-align: center;
		color: #fff;
		font-family: "Lato", sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		background: #44619d; 
		margin-bottom: 15px;
		letter-spacing: 2px;
		border-radius: 40px;
	}

	.social-widget-twitter {
		background: #5faae3;
	}

	.social-widget-pinterest {
		background: #d1372e;
	}
	
	.social-widget-instagram {
		background: #125688;
	}

	.social-widget-link:last-child {
		margin-bottom: 0;
	}

		.social-widget-link .fa {
			margin-right: 8px;
		}

/*--------------------------------------------------------------
	## Widget - Subscribe
--------------------------------------------------------------*/

.subscribe-widget {
	padding: 50px 40px;
	text-align: center;
}

	.subscribe-widget h4 {
		font-size: 23px;
		line-height: 1;
		color: #fff;
		font-weight: normal;
		margin-bottom: 15px;
	}

	.subscribe-widget h5 {
		font-weight: bold;
		font-family: "Lato";
		color: #b7b7b7;
		font-size: 12px;
		line-height: 1.2;
		text-transform: uppercase;
		margin-bottom: 35px;
	}

	.subscribe-widget .wysija-paragraph {
		margin-bottom: 14px;
	}

	.subscribe-widget input[type="text"].wysija-input,
	.subscribe-widget input[type="email"].wysija-input {
		border: 1px solid #6dcdaf;
		display: inline-block;
		line-height: 36px;
		color: #fff;
		font-size: 11px;
		font-family: "Georgia";
		background: transparent;
		padding: 0;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 2px;
		border-radius: 0;
	}

	.subscribe-widget input[type="submit"].wysija-submit {
		border: 0;
		display: inline-block;
		line-height: 39px;
		color: #fff;
		font-size: 11px;
		font-family: "Georgia";
		font-weight: 400;
		background: #919191;
		padding: 0;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin: 0;
		border-radius: 0;
	}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
	position: relative;
	padding: 50px 0;
}

	#footer-copyright {
		text-align: center;
		line-height: 1;
	}

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Medium Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1281px ) and ( max-width: 1500px )  {

	

}

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

	body .wrapper {
		max-width: 940px;
	}

	/* Navigation */

	body #navigation .menu a .fa {
		display: none;
	}

}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

	body .wrapper {
		max-width: 748px;
	}

	/* Slider */

	.slider-slide-content {
		padding: 0 50px;
	}

	.slider-slide-title {
		font-size: 55px;
	}

	/* Logo */

	#logo { 
		float: none;
		text-align: center;
	}

	#navigation {
		float: none;
		text-align: center;
	}

	/* Home Photos */

	.home-photos-content {
		padding: 0 50px;
	}

	/* Home Info Section */

	.home-info-section {
		padding: 80px 0;
	}

		.home-info-section h2 {
			font-size: 35px;
		}

		.home-info-section h4 {
			line-height: 1.7;
		}

	/* Home Registries */

	.home-registries-content {
		padding: 0 50px;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 767px ) {

	/* Columns */

	body .col {
		margin-right: 0;
		width: 100% !important;
	}

	/* Logo */

	#logo {
		float: left;
	}

	/* Navigation */

	#navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	/* Tagline */

	#tagline h1 {
		font-size: 25px;
	}

	/* Slider */

	body .slider-slide-image-mobile {
		display: block;
	}

	#slider img {
		height: 350px;
		width: auto;
		max-width: none;
		opacity: 0;
	}

	.slider-slide-content {
		padding: 0 50px;
		font-size: 15px;
	}

	.slider-slide-title {
		font-size: 35px;
	}

	#slider .wrapper {
		max-width: none;
	}

	/* Section Heading */

	.section-heading h2,
	.home-registries-title h2 {
		font-size: 20px;
	}

	/* Home Photos */

	.home-photos-content {
		padding: 0;
	}

		.photos-item {
			text-align: center;
		}

			.photos-item img {
				display: inline-block;
			}

	/* Home Info Section */

	.home-info-section {
		padding: 50px 0;
	}

		.home-info-section h2 {
			font-size: 20px;
		}

		.home-info-section h4 {
			line-height: 1.7;
			text-transform: none;
			font-weight: bold;
		}

	/* Home Schedule */

	.schedule-post {
		margin-bottom: 30px;
	}

	.schedule-post:last-child {
		margin-bottom: 0;
	}

	/* Home Registries */

	.home-registries-content {
		padding: 0;
	}

	/* Home Bridesmaids */

	.people-post {
		margin-bottom: 30px;
	}

	.people-post:last-child {
		margin-bottom: 0;
	}

	/* Home RSVP */

	.home-rsvp-left {
		display: none;
	}

	.home-rsvp-right {
		width: auto;
	}

	/* Single */

	body.single-post #main {
		padding: 0;
	}

	body.single-post #main .wrapper {
		width: auto;
		max-width: none;
	}

	body .blog-post-main {
		padding: 15px;
	}

	body .blog-post-title h2 {
		font-size: 22px;
	}

	body .blog-post-single-meta-info {
		float: none;
		margin-bottom: 15px;
	}

	body .blog-post-single-meta-info .avatar {
		display: none;
	}

	body .blog-post-single-meta-social {
		float: none;
	}

	body .alignright,
	body .alignleft {
		margin: 0;
		float: none;
	}

	blockquote {
		padding: 0;
	}

	body #content.col {
		margin-bottom: 50px;
	}

	body blockquote {
			font-size: 18px;
			padding: 0;
			line-height: 1.5;
		}

		body .about-author-avatar {
			display: none;
		}

		body .comment-author-avatar {
			display: none;
		}

		body .comment .children {
			margin-left: 0;
		}

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

	body .wrapper {
		max-width: 420px;
	}

	body.single-post #sidebar {
		max-width: 420px;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none;		
	}

}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

@media only screen and ( max-width: 479px ) {

	body .wrapper {
		max-width: 300px;
	}

	body.single-post #sidebar {
		max-width: 300px;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none;		
	}

	.slider-slide-title {
		margin-bottom: 15px;
	}

	.slider-slide-subtitles {
		margin-bottom: 15px;
	}

		.slider-slide-subtitles span {
			display: block;
			text-align: center;
			margin: 0 !important;
		}

	.slider-slide-content {
		margin-bottom: 15px;
		padding: 0;
	}

	/* Home Info Section */

	.home-info-section h2 {
		font-size: 25px;
	}

	/* Home RSVP */

	.home-rsvp-right-inner {
		padding: 30px;
	}

}