/*
Theme Name: WeddingRemix3
Theme URI: http://designorbital.com/wedding/
Author: DesignOrbital.com
Author URI: http://designorbital.com/
Description: Wedding is an elegant WordPress theme to build a beautiful wedding website easily. You can share your wedding photos, galleries, videos and memorable moments with family & friends by using the wedding WordPress theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wedding
Domain Path: /languages/
Tags: gray, pink, red, silver, white, light, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, featured-image-header, flexible-header, full-width-template, post-formats, theme-options, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL v2 or later.
Use it to make something cool, have fun, and share what you've learned with others.

Wedding is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
  2.1 - Global
  2.2 - Headings
  2.3 - Paragraph
  2.4 - General
  2.5 - Blockquote
3.0 - Elements
  3.1 - Links
  3.2 - HR
  3.3 - List
  3.4 - Table
  3.5 - Image
  3.6 - HTML5 Elements
4.0 - Inputs and buttons
5.0 - Navigation
  5.1 - Site Navigation
  5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Skeleton
  9.1 - Site Wrapper
  9.2 - Header
  9.3 - Sitebar
  9.4 - Footer
10.0 - Widgets
  10.1 - Search Form Widget
  10.2 - Tagcloud Widget
  10.3 - Iconlist Widget
11.0 - Content
  11.1 - Site Content
  11.2 - HEntry
  11.3 - Page Links
  11.4 - More Link
  11.5 - Entry Meta
  11.6 - Media Elements
  11.7 - Gallery
  11.8 - Entry Format
  11.9 - Asides
  11.10 - Comments
12.0 - Front Page Template
  12.1 - Wedding Card
  12.2 - Wedding Couple
  12.3 - Wedding Counter
13.0 - Groomsmen Page Template / Bridesmaid Page Template
14.0 - Media
15.0 - Jetpack
  15.1 - Share Daddy
  15.2 - Infinite Scroll
  15.3 - Gallery
  15.4 - WP Stats
16.0 - Utilities
17.0 Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing:         border-box;
}
body {
  background: #fff;
  min-width: 320px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol, ul {
  list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.1 Global
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  background: #fafafa;
  color: #666;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

/*--------------------------------------------------------------
2.2 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: inherit;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  line-height: 1.1;
}

h1, h2, h3 {
  margin-top: 21px;
  margin-bottom: 21px;
}

h4, h5, h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

h1 {
  font-size: 32px;
  font-size: 3.2rem;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2.0rem;
}

h5 {
  -webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  -webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
  font-size: 12px;
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
2.3 Paragraph
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
2.4 General
--------------------------------------------------------------*/
::selection {
  background-color: #444;
  color: #fff;
}

b, strong {
  font-weight: bold;
}

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

code, kbd, tt, var {
  background: #fafafa;
  border: 1px dashed #f2f2f2;
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

cite {
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
}

address {
  font-style: italic;
  margin: 0 0 1.5em;
}

pre {
  background: #fafafa;
  border: 1px dashed #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/*--------------------------------------------------------------
2.5 Blockquote
--------------------------------------------------------------*/
blockquote {
  border: 1px solid #f2f2f2;
  border-left: 5px solid #f07677;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  margin: 1.5em 0;
  padding: 1.5em 1.5em 1em 3.5em;
  position: relative;
}

blockquote:before {
  content: "\f10d";
  color: #f2f2f2;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: .8em;
  left: .5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote p {
  margin: 0;
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  margin: 1em 0 0;
  text-align: right;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.1 Links
--------------------------------------------------------------*/
a,
a:visited {
  color: #f07677;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #fa7a7a;
  text-decoration: none;
}

/*--------------------------------------------------------------
3.2 HR
--------------------------------------------------------------*/
hr {
  background-color: #f2f2f2;
  border: 0;
  height: 1px;
  margin: 3.5em 0;
}

/*--------------------------------------------------------------
3.3 List
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
3.4 Table
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  border-bottom: 1px solid #f2f2f2;
  font-weight: bold;
}

td {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
}

/*--------------------------------------------------------------
3.5 Image
--------------------------------------------------------------*/
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

/*--------------------------------------------------------------
3.6 HTML5 Elements
--------------------------------------------------------------*/

figure {
  margin: 0;
}

embed,
iframe,
object {
  max-width: 100%; /* Make sure embeds and iframes fit their containers */
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/*--------------------------------------------------------------
4.0 Inputs and buttons
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #f2f2f2;
  border-color: #f2f2f2 #f2f2f2 #bbb #f2f2f2;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #f2f2f2 #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* Remove default */
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
  color: #666;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 8px 10px;
}

select {
  padding: 8px 10px;
  width: 98%;
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding: 8px 10px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Site Navigation
--------------------------------------------------------------*/

/* Site navigation */
.main-navigation {
}

/* Navigations */
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .image-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.image-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 48%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.image-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 48%;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-previous a:visited,
.paging-navigation .nav-previous a,
.paging-navigation .nav-previous a:visited,
.image-navigation .nav-previous a,
.image-navigation .nav-previous a:visited,
.post-navigation .nav-previous a,
.post-navigation .nav-previous a:visited,
.comment-navigation .nav-next a,
.comment-navigation .nav-next a:visited,
.paging-navigation .nav-next a,
.paging-navigation .nav-next a:visited,
.image-navigation .nav-next a,
.image-navigation .nav-next a:visited,
.post-navigation .nav-next a,
.post-navigation .nav-next a:visited {
  padding: 6px 18px;
  text-align: center;
  border: 1px solid #f07677;
  border-radius: 4px;
  display: block;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-previous a:focus,
.comment-navigation .nav-previous a:active,
.paging-navigation .nav-previous a:hover,
.paging-navigation .nav-previous a:focus,
.paging-navigation .nav-previous a:active,
.image-navigation .nav-previous a:hover,
.image-navigation .nav-previous a:focus,
.image-navigation .nav-previous a:active,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:focus,
.post-navigation .nav-previous a:active,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-next a:focus,
.comment-navigation .nav-next a:active,
.paging-navigation .nav-next a:hover,
.paging-navigation .nav-next a:focus,
.paging-navigation .nav-next a:active,
.image-navigation .nav-next a:hover,
.image-navigation .nav-next a:focus,
.image-navigation .nav-next a:active,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:active {
  background: #f07677;
  color: #fff;
}

/* Menubar */
.menubar {
  background: #fafafa;
  top: 20px;
  right: 20px;
  z-index: 200;
}

.menubar-default {
  position: absolute;
}

.menubar-fixed {
  position: fixed;
}

body.admin-bar .menubar-fixed {
  top: 52px;
}

body.demo-site .menubar-fixed {
  top: 100px;
}

body.admin-bar.demo-site .menubar-fixed {
  top: 132px;
}

.menu-btn {
  padding: 15px 20px;
}

.menu-btn-text {
  display: none;
}

/* REMIX */

/* Horizontal menu */
@media (max-width: 961px) {
	.horizontal-menu-container {
		display: none;
	}
}
@media (min-width: 962px) {
	.menubar {
		display:none;
	}
	.horizontal-menu-container {
		margin-top: -20px;
	}
	.horizontal-menu {
		list-style: none;
		text-align: center;
		padding-left: 0px;
		margin-left: 0px;
	}
	.horizontal-menu > li {
		display: inline-block;
		margin: 3px;
	}
	.horizontal-menu .menu-item-separator:last-child {
		display: none;
	}
}

/* /REMIX */

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/**
 * Credit: http://tympanus.net/codrops/2013/04/17/slide-and-push-menus/
 */

/* General style for the menu */
.sp-menu {
    background: #f07677;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    text-align: center;
}

.sp-menu a {
    display: block;
    font-size: 14px;
    color: #fff;
    word-wrap: break-word;
}

.sp-menu a:hover,
.sp-menu a:active {
    background: #fa7a7a;
}

/* Orientation-dependent styles for the content of the menu */
.sp-menu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

body.admin-bar .sp-menu-vertical {
  top: 32px;
}

body.demo-site .sp-menu-vertical {
  top: 80px;
}

body.admin-bar.demo-site .sp-menu-vertical {
  top: 112px;
}

.sp-menu-vertical a {
    border-bottom: 1px solid;
    border-color: #fa7a7a;
    border-color: rgba(250,122,122,.8);
    padding: 0.5em;
}

/* Vertical menu that slides from the right */
.sp-menu-right {
    right: -240px;
}

.sp-menu-right.sp-menu-open {
    right: 0px;
}

/* Transitions */
.sp-menu,
.sp-menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Menu Close */
#menu-item-close {
  text-align: center;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 0 1.5em 1.5em 0;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.container-fluid:before,
.container-fluid:after,
.front-page-global-wrapper:before,
.front-page-global-wrapper:after,
.site-wrapper:before,
.site-wrapper:after,
.site-header:before,
.site-header:after,
.sitebar:before,
.sitebar:after,
.sitebar-inside:before,
.sitebar-inside:after,
.site-branding:before,
.site-branding:after,
.main-navigation:before,
.main-navigation:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.site-footer-widgets:before,
.site-footer-widgets:after,
.site-info:before,
.site-info:after,
.entry-content:before,
.entry-content:after,
.comment-body:before,
.comment-body:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after {
  content: '';
  display: table;
}

.clear:after,
.container-fluid:after,
.front-page-global-wrapper:after,
.site-wrapper:after,
.site-header:after,
.sitebar:after,
.sitebar-inside:after,
.site-branding:after,
.main-navigation:after,
.site-content:after,
.site-footer:after,
.site-footer-widgets:after,
.site-info:after,
.entry-content:after,
.comment-body:after,
.comment-meta:after,
.comment-content:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Skeleton
--------------------------------------------------------------*/

/*--------------------------------------------------------------
9.1 Site Wrapper
--------------------------------------------------------------*/
.site-wrapper {
  position: relative;
}

/* Box layout for large display */
@media (min-width: 1200px) {
	.layout-box .site-wrapper {
		width: 1200px;
		margin: 50px auto;
		-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
	}
}

/*--------------------------------------------------------------
9.2 Header
--------------------------------------------------------------*/
.site-header {
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.custom-background-image .site-header {
  background: rgba(255,255,255,0.95);
}

/* REMIX */
.header-wrapper > div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.header-wrapper {
	width: 100%;
	padding-bottom: 25%;
	position: relative;
}
/* /REMIX */

/*--------------------------------------------------------------
9.3 Sitebar
--------------------------------------------------------------*/
.sitebar {
  position: relative;
}

/* Site brand */
.site-branding {
  padding: 50px 0;
  text-align: center;
}

.site-branding-logo {
  overflow: hidden;
  width: 100%;
}

.site-branding-logo img {
  margin: 0 auto;
}

.site-title {
  font-family: 'Arizonia', cursive;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  margin: 0 0 15px;
}

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 5px 0 0;
}

/*--------------------------------------------------------------
9.4 Footer
--------------------------------------------------------------*/

/* Site footer widgets */
.site-footer-widgets {
  background: #f1f1f1;
  padding: 50px 0 25px; /** 25px margin bottom is set for .widget */
}
.custom-background-image .site-footer-widgets {
  background: rgba(241,241,241,0.95);
}

/* Site info */
.site-info {
  background: #f07677;
  color: #fff;
  font-size: 13px;
  padding: 50px 0;
  text-align: center;
}
.custom-background-image .site-info {
  background: rgba(240,118,119,0.95);
}

.site-info a,
.site-info a:visited {
  color: #fff;
  text-decoration: none;
}

.site-info a:hover,
.site-info a:focus,
.site-info a:active {
  color: #f2f2f2;
  text-decoration: none;
}

/* Social Links */
.social-links {
  margin-bottom: 12px;
}

.social-links > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links > ul:before,
.social-links > ul:after {
  content: " ";
  display: table;
}

.social-links > ul:after {
  clear: both;
}

.social-links > ul > li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.site-info .social-links-icon,
.site-info .social-links-icon:visited {
  background-color: #f0f0f0;
  color: #f07677;
  border-radius: 2px;
  display: table;
  font-size: 16px;
  line-height: 16px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -ms-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}

.site-info .social-links-icon:hover {
  background: #f07677;
  color: #fff;
}

.site-info .social-links-icon:focus,
.site-info .social-links-icon:active {
  background: #f0f0f0;
  color: #f07677;
}

.site-info .social-links-icon > i {
  display: table-cell;
  vertical-align: middle;
}

/*--------------------------------------------------------------
10.0 Widgets
--------------------------------------------------------------*/
.widget {
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
  padding: 30px;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  hyphens:         auto;
}

.widget-title {
  background: #f07677;
  color: #fff;
  font-size: 18px;
  margin: -30px -30px 30px;
  padding: 20px 30px;
}

.widget a,
.widget a:visited {
  color: #333;
}

.widget a:hover,
.widget a:focus,
.widget a:active {
  color: #999;
}

/* Widget List */
.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
}

.widget li > ul,
.widget li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.widget li {
  border-top: 1px solid #eee;
  padding: 9px 0;
}

.widget li:first-child {
  border-top: 0;
}

.widget li ul {
  border-top: 1px solid #eee;
  margin-top: 9px;
}

.widget li li:last-child {
  padding-bottom: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
10.1 Search Form Widget
--------------------------------------------------------------*/
form.search-form {
  position: relative;
  margin: 0;
  padding: 0;
}

.content-area form.search-form {
  margin-bottom: 30px;
}

form.search-form input[type="search"] {
  padding: 12px 8px;
}

form.search-form input[type="search"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form.search-form input[type="submit"] {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  font-size: 0.00001em;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  opacity: 0;
  filter: alpha('opacity=0');
  outline: 0;
}

form.search-form:before {
  content: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 5px;
  width: 30px;
  font-size: 14px;
  padding: 12px 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

/*--------------------------------------------------------------
10.2 Tagcloud Widget
--------------------------------------------------------------*/
.tagcloud a,
.tagcloud a:visited {
	border: 1px solid #eee;
	border-radius: 4px;
	color: #898a8c;
	display: inline-block;
	margin: 0 4px 6px 0;
	padding: 2px 10px;
}
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active {
	background: #f07677;
	color: #fff;
}

/*--------------------------------------------------------------
10.3 Iconlist Widget
--------------------------------------------------------------*/
.widget-iconlist-wedding ul.widget-iconlist {
  list-style: none;
  margin-left: 2.142857142857143em !important;
}

.widget-iconlist-wedding ul.widget-iconlist > li .iconlist-icon {
  color: #f07677;
  width: 2.142857142857143em;
  margin-left: -2.142857142857143em;
  text-align: center;
}

/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
11.1 Site Content
--------------------------------------------------------------*/
.site-content {
  background: #fafafa;
  padding: 50px 0;
}
.custom-background-image .site-content {
  background: rgba(250,250,250,0.95);
}

/* Front page site content reset */
.front-page .site-content {
  padding: 0;
}

/* Front Page Content */
.front-page-content {
  text-align: center;
}

/*--------------------------------------------------------------
11.2 Hentry
--------------------------------------------------------------*/
.sticky {
}

.hentry {
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-bottom: 50px;
  padding: 0 0 50px;
  position: relative;
}

.entry-media {
  position: relative;
}

.entry-header {
  margin: 50px 0;
  padding: 0 50px;
  text-align: center;
}

.entry-title {
  font-family: 'Arizonia', cursive;
  font-size: 40px;
  font-size: 4.0rem;
  margin: 0 0 10px;
}

.error-404,
.no-results {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 0;
}

.page-header {
  background: #f07677;
  color: #fff;
  padding: 25px;
  text-align: center;
}

.page-title {
  font-size: 18px;
  margin: 0;
}

.entry-title a,
.entry-title a:visited,
.page-title a,
.page-title a:visited {
  color: #333;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active,
.page-title a:hover,
.page-title a:focus,
.page-title a:active {
  color: #999;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

.post-thumbnail-backfill {
  background: #f07677;
  height: 80px;
}

.entry-content,
.entry-summary {
  margin-bottom: 50px;
  padding: 0 50px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  hyphens:         auto;
}

.page-content {
  margin-bottom: 50px;
  padding: 50px 50px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  hyphens:         auto;
}

/*--------------------------------------------------------------
11.3 Page Links
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.format-gallery .page-links {
  margin: 1.5em 0;
}

.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #f07677;
  border-radius: 4px;
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 2px 8px;
  text-align: center;
}

.page-links a {
  background: #f07677;
  border: 1px solid #f07677;
  color: #fff;
  text-decoration: none;
}

.page-links a:hover {
  background: #fff;
  border: 1px solid #f07677;
  color: #333;
}

.page-links > .page-links-title {
  border: none;
  margin: 0;
  padding: 0 7px 0 0;
}

/*--------------------------------------------------------------
11.4 More Link
--------------------------------------------------------------*/
.more-link,
.more-link:visited {
  padding: 6px 18px;
  border: 1px solid #f07677;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
}

.more-link:hover,
.more-link:focus,
.more-link:active {
  background: #f07677;
  color: #fff;
}

/*--------------------------------------------------------------
11.5 Entry Meta
--------------------------------------------------------------*/
.entry-meta {
  color: #999;
}

.entry-meta a,
.entry-meta a:visited {
  color: #999;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
  color: #999;
}

.entry-meta-footer {
  font-size: 13px;
  padding: 0 50px;
}

.entry-meta-footer a,
.entry-meta-footer a:visited {
  color: #f07677;
}

.entry-meta-footer a:hover,
.entry-meta-footer a:focus,
.entry-meta-footer a:active {
  color: #fa7a7a;
}

.cat-links,
.tags-links,
.comments-link,
.edit-link {
  margin-right: 10px;
}

/*--------------------------------------------------------------
11.6 Media Elements
--------------------------------------------------------------*/
.hentry .mejs-container {
  margin: 0 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #333;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #f07677;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255,255,255,.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
  padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.hentry .mejs-overlay-loading {
  background: transparent;
}

/*--------------------------------------------------------------
11.7 Gallery
--------------------------------------------------------------*/
.gallery {
	margin: 0 0 40px;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #999;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 10px 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
11.8 Entry Format
--------------------------------------------------------------*/
.entry-format {
  color: #fff;
}

.entry-format-icon,
a.entry-format-icon,
a.entry-format-icon:visited {
  background: #f07677;
  bottom: -25px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 6px #ffffff;
  box-shadow: 0 0 0 6px #ffffff;
  color: #fff;
  font-size: 25px;
  line-height: 55px;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 55px;
  height: 55px;
  z-index: 4;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -ms-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}

.entry-format-icon:hover,
a.entry-format-icon:hover {
  background: #fff;
  color: #f07677;
}

.entry-format-icon:focus,
.entry-format-icon:active,
a.entry-format-icon:focus,
a.entry-format-icon:active {
  background: #f07677;
  color: #fff;
}

.entry-format-icon > i {
}

/*--------------------------------------------------------------
11.9 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
11.10 Comments
--------------------------------------------------------------*/
#comments {
  margin-top: 50px;
}

.comments-area-wrapper {
  background: #fff;
  border-bottom: 3px solid #f2f2f2;
  margin-bottom: 50px;
  padding: 0;
}

.no-comments-wrapper {
  background: #f0f0f0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 18px;
  margin-top: -50px;
  padding: 25px;
  text-align: center;
}

/* Comments Title */
.comments-title {
  background: #f07677;
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 25px;
  text-align: center;
}

/* Comment Navigation */
#comment-nav-above {
  margin: 0;
  padding: 50px 50px 0;
}

#comment-nav-below {
  margin: 0;
  padding: 0 50px 50px;
}

/* Comment List */
.comment-list {
  list-style: none;
  margin: 0 0 50px;
  padding: 50px 50px 0;
}

.comment-list .children {
  list-style: none;
}

/* Comment Body */
.comment-list .comment-body {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 25px;
  position: relative;
  padding: 0 0 25px;
}

.comment-list .pingback .comment-body {
  padding-left: 0;
}

.comment-list .bypostauthor .comment-body {
  background: #fafafa;
  border-bottom: 3px solid #f07677;
  padding: 25px;
}

.comment-list .comment-body {
  padding-left: 83px;
}

.comment-list .children .comment-body {
  padding-left: 54px;
}

.comment-list .bypostauthor .comment-body {
  padding-left: 108px;
}

.comment-list .children .bypostauthor .comment-body {
  padding-left: 79px;
}

.comment-list .comment-author .avatar {
  border: 1px solid #f2f2f2;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.comment-list .bypostauthor .comment-author .avatar {
  top: 25px;
  left: 25px;
}

.comment-list .comment-author .avatar {
  width: 68px;
  height: 68px;
}

.comment-list .children .comment-author .avatar {
  width: 39px;
  height: 39px;
}

.comment-list .comment-meta {
  font-size: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.comment-list .comment-content {
  margin-bottom: 15px;
  word-wrap: break-word;
}

.comment-list .reply {
  font-size: 12px;
  text-transform: uppercase;
}

.comment-list .comment-author .fn {
  font-weight: 900;
}

.comment-list .comment-author .fn a,
.comment-list .comment-author .fn a:visited {
  color: #333;
}

.comment-list .comment-author .fn a:hover,
.comment-list .comment-author .fn a:focus,
.comment-list .comment-author .fn a:active {
  color: #999;
}

.comment-list .says {
  display: none;
}

.comment-list .edit-link {
  margin-left: 15px;
}

.comment-list .comment-awaiting-moderation {
  color: #f07677;
  margin-top: 10px;
}

/* Comment Form */
.comment-respond {
  background: #fff;
  border-bottom: 3px solid #f2f2f2;
  margin-bottom: 50px;
  padding: 50px 50px;
  position: relative;
}

.comment-list .comment-respond {
  padding: 0 0 25px;
}

.comment-respond .comment-reply-title {
  margin: 0 0 10px;
}

.comment-respond .logged-in-as {
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as,
.comment-respond .form-allowed-tags,
.comment-respond .form-allowed-tags code {
  font-size: 13px;
}

.comment-respond .comment-form label {
  display: block;
}

.comment-respond .required {
  color: #c0392b;
}

.comment-respond #cancel-comment-reply-link {
  color: #c0392b;
  font-size: 14px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
}

/*--------------------------------------------------------------
12.0 Front Page Template
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.1 Wedding Card
--------------------------------------------------------------*/
.wedding-card-wrapper {
  background: #fafafa;
  padding: 50px 0;
  text-align: center;
}

.wedding-card-wrapper .wedding-card-caption {
  color: #f07677;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 100;
}

.wedding-card-wrapper .wedding-card-date {
  font-size: 18px;
}

/*--------------------------------------------------------------
12.2 Wedding Couple
--------------------------------------------------------------*/
.wedding-couple-wrapper {
  background: #fff;
  padding: 100px 0;
  text-align: center;
}

.wedding-couple-wrapper .hentry {
  border: none;
  margin: 0;
  padding: 0;
}

.wedding-couple-wrapper img.img-wedding-couple {
  border: 15px solid #fff;
  margin: 0 auto 30px;
  box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
}

.wedding-couple-wrapper .entry-header {
  margin: 0 0 30px;
  padding: 0;
}

.wedding-couple-wrapper .entry-title {
  color: #f07677;
  font-family: 'Arizonia', cursive;
  font-size: 40px;
  font-size: 4.0rem;
  margin: 0;
  padding: 0;
  font-weight: 100;
}

.wedding-couple-wrapper .entry-title a,
.wedding-couple-wrapper .entry-title a:visited {
  color: #f07677;
}

.wedding-couple-wrapper .entry-title a:hover,
.wedding-couple-wrapper .entry-title a:focus,
.wedding-couple-wrapper .entry-title a:active {
  color: #fa7a7a;
}

.wedding-couple-wrapper .entry-summary {
  border: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
12.3 Wedding Counter
--------------------------------------------------------------*/
.wedding-counter-wrapper {
  background: #fafafa;
  padding: 50px 0;
  text-align: center;
}

.widget-countdown:before,
.widget-countdown:after,
.countdown-row:before,
.countdown-row:after {
  content: '';
  display: table;
}

.widget-countdown:after,
.countdown-row:after {
  clear: both;
}

.widget-countdown .countdown-caption {
  font-weight: 100;
  margin: 0 0 30px;
  padding: 0;
}

.widget-countdown .countdown-row {
  color: #fff;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.widget-countdown .countdown-section {
  background: #f07677;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
}

.widget-countdown .countdown-amount,
.widget-countdown .countdown-period {
  display: block;
  position: absolute;
  width: 100%;
}

.widget-countdown .countdown-amount {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
  top: 25%;
}

.widget-countdown .countdown-period {
  bottom: 15%;
  font-size: 12px;
}

/*--------------------------------------------------------------
13.0 Groomsmen Page Template / Bridesmaid Page Template
--------------------------------------------------------------*/
.groomsmen-page .hentry,
.bridesmaid-page .hentry {
  margin-bottom: 0;
  padding-bottom: 0;
}

.entry-content-groomsmen .hentry,
.entry-content-bridesmaid .hentry {
  border: none;
  margin: 0 0 50px;
  padding: 0;
}

.entry-content-groomsmen .hentry:last-child,
.entry-content-bridesmaid .hentry:last-child {
  margin-bottom: 0;
}

.entry-content-groomsmen img.img-groomsmen,
.entry-content-bridesmaid img.img-bridesmaid {
  border: 15px solid #fff;
  clear: both;
  box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
}

.entry-content-groomsmen .entry-header,
.entry-content-bridesmaid .entry-header {
  margin: 0 0 30px;
  padding: 0;
}

.entry-content-groomsmen .entry-title,
.entry-content-bridesmaid .entry-title {
  clear: none;
  color: #f07677;
  font-size: 36px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  text-align: left;
}

.entry-content-groomsmen .entry-title a,
.entry-content-groomsmen .entry-title a:visited,
.entry-content-bridesmaid .entry-title a,
.entry-content-bridesmaid .entry-title a:visited {
  color: #f07677;
}

.entry-content-groomsmen .entry-title a:hover,
.entry-content-groomsmen .entry-title a:focus,
.entry-content-groomsmen .entry-title a:active,
.entry-content-bridesmaid .entry-title a:hover,
.entry-content-bridesmaid .entry-title a:focus,
.entry-content-bridesmaid .entry-title a:active {
  color: #fa7a7a;
}

.entry-content-groomsmen .entry-content,
.entry-content-bridesmaid .entry-content {
  border: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
14.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Attachment Caption */
.entry-caption {
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	border: 1px solid #eee;
	margin: 0 0 35px;
	padding: 25px 150px;
	text-align: center;
}

/* WP Caption */
.wp-caption {
	border: 1px solid #f2f2f2;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	margin: 0;
	padding: 25px 35px;
	text-align: center;
}
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text,
.sidebar .wp-caption-text {
	padding: 15px 10px;
}

/*--------------------------------------------------------------
15.0 Jetpack
--------------------------------------------------------------*/

/*--------------------------------------------------------------
15.1 Share Daddy
--------------------------------------------------------------*/
.sharedaddy {
  margin: 30px 0 0;
}

/*--------------------------------------------------------------
15.2 Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Infinite Loader */
.infinite-scroll .infinite-loader {
  margin: 0 auto;
  text-align: center;
  width: 35px;
}

/* Infinite handle */
.infinite-scroll #infinite-handle span {
  background: #f07677;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 5px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -ms-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
.infinite-scroll #infinite-handle span:hover {
  background: #fa7a7a;
}
.infinite-scroll #infinite-handle span:focus,
.infinite-scroll #infinite-handle span:active {
  background: #fa7a7a;
  box-shadow: inset 0 -2px 0 rgba(0,0,0, .2), 0 2px 3px -2px rgba(0,0,0, .22);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0, .2), 0 2px 3px -2px rgba(0,0,0, .22);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .2), 0 2px 3px -2px rgba(0,0,0, .22);
}

/*--------------------------------------------------------------
15.3 Gallery
--------------------------------------------------------------*/
.tiled-gallery {
   max-width: 100%;
}

/*--------------------------------------------------------------
15.4 WP Stats
--------------------------------------------------------------*/
img#wpstats,
img[id*="botd"] {
	position: absolute;
	top: -9999px;
}

/*--------------------------------------------------------------
16.0 Utilities
--------------------------------------------------------------*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.front-page-global-wrapper {
  position: relative;
}
.affix {
  position: fixed;
}

.credits-designer {
  color: #fafafa;
  font-size: 11px;
  margin-top: 10px;

}
.credits-designer a,
.credits-designer a:visited {
  color: #fafafa;
}
.credits-designer a:hover,
.credits-designer a:focus,
.credits-designer a:active {
  color: #fafafa;
  text-decoration: none;
}

/*--------------------------------------------------------------
17.0 Media Queries
--------------------------------------------------------------*/
/* For Small to Medium Devices */
@media (min-width: 768px) and (max-width: 1199px) {

  /* Infinite Scroll */
  #infinite-handle,
  .infinite-loader {
    margin-bottom: 50px;
  }

}

/* For Medium Devices */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* For Small Devices */
@media (min-width: 768px) and (max-width: 991px) {
}

/* For Extra Samll to Small Devices */
@media (max-width: 991px) {

    /* Menu */
    body.admin-bar .sp-menu-vertical {
      top: 46px;
    }

    body.demo-site .sp-menu-vertical {
      top: 100px;
    }

    body.admin-bar.demo-site .sp-menu-vertical {
      top: 146px;
    }

}

/* For Extra Samll Devices */
@media (max-width: 767px) {

  /* Menubar */
  .menubar {
    top: 10px;
    right: 10px;
  }

  .menu-btn {
    padding: 5px 10px;
  }

  /* Content */
  .hentry {
    margin-bottom: 25px;
    padding: 25px 0;
  }

  .entry-header {
    margin-bottom: 25px;
    padding: 0 25px;
  }

  .post-thumbnail {
    margin-bottom: 25px;
  }

  .entry-content,
  .entry-summary {
    margin-bottom: 25px;
    padding: 0 25px;
  }

  .page-content {
    margin-bottom: 25px;
    padding: 25px 25px 0;
  }

  .entry-meta-footer {
    padding: 0 25px;
  }

  /* Site Info */
  .site-info {
    padding: 25px 0;
  }

  /* Social Links */
  .site-info .social-links-icon,
  .site-info .social-links-icon:visited {
    margin-bottom: 8px;
  }


  /* Content Sidebar Wrapper */

  .site-content {
    padding: 25px 0;
  }

  /* Comments */
  #comments {
    margin-top: 25px;
  }

  .comments-area-wrapper {
    margin-bottom: 50px;
  }

  .no-comments-wrapper {
    margin-top: -25px;
  }

  /* Comment Navigation */
  #comment-nav-above {
    margin: 0;
    padding: 25px 25px 0;
  }

  #comment-nav-below {
    margin: 0;
    padding: 0 25px 25px;
  }

  /* Comment List */
  .comment-list {
    margin: 0 0 25px 0;
    padding: 25px 25px 0;
  }

  /* Comment Form */
  .comment-respond {
    margin-bottom: 25px;
    padding: 25px 25px;
  }

  /* Wedding Couple */
  .wedding-couple-wrapper .hentry {
    margin: 10px 0;
  }

  /* Wedding Counter */
  .widget-countdown .countdown-section {
    margin: 10px 10px;
  }

  /* Infinite Scroll */
  #infinite-handle,
  .infinite-loader {
    margin-bottom: 25px;
  }

}