/*
Theme Name: 	Ceremony
Theme URI: 		http://herothemes.com/
Author: 		Chris Mooney (Hero Themes)
Author URI: 	http://herothemes.com
Description: 	<strong>For updates:</strong> <a href="http://twitter.com/herothemes">Follow me on twitter</a> &ndash; <a href="http://www.facebook.com/herothemes">Join the Facebook Group</a>
Version: 		1.0.1
License: 		ThemeForest Regular License
License URI: 	http://themeforest.net/licenses/regular
*/

/* =Notes
--------------------------------------------------------------

Please don't edit this file directly. Consider using a Child Theme (http://codex.wordpress.org/Child_Themes) or overiding CSS by using the Custom CSS box in the theme options panel.


/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*------------------------------------------------------------------------------
Normalize and Reset
------------------------------------------------------------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:hover,a:active{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:75%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}


/*------------------------------------------------------------------------------
Forms
------------------------------------------------------------------------------*/

/* Inputs */
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	background:#fafafa;
	border:1px solid rgba(0,0,0,0.05);
	color:#6e6c6c;
	padding: 14px 12px;
	-webkit-appearance: none;
	outline: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	*padding-top: 2px;


	*padding-bottom: 1px;
	*height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}
textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}

/* Buttons */
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	background:#1a1a1a;
	color:#fff;
	border:none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-appearance: none;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	overflow: visible;
	margin: 0;
	padding: 12px 14px 10px;
	text-decoration: none;
	vertical-align: top;
	width: auto;
	font-size: 14px;
    font-weight: 600;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.25) inset;
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2) inset;
}
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea, select[size], select[multiple] {
    height: auto;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}


/*------------------------------------------------------------------------------
Responsive Grid
------------------------------------------------------------------------------*/

.ht-grid, .ht-grid-fixed { width: 100%; max-width: 100%; margin: 0 auto;zoom: 1; }
.ht-grid:before, .ht-grid:after, .ht-grid-fixed:before, .ht-grid-fixed:after { content:""; display:table; }
.ht-grid:after, .ht-grid-fixed:after { clear: both; }
.ht-column { margin-left: 4.4%; float: left; min-height: 1px; position: relative; margin-bottom:30px;}
.ht-column:first-child { margin-left: 0;}
.ht-grid .ht-col-full, .ht-grid-fixed .ht-col-full {float:none;}
.ht-grid .ht-col-half, .ht-grid-fixed .ht-col-half {width: 47.78%;}
.ht-grid.half-gutter .ht-col-half:nth-child(3n+4), .ht-grid-fixed.half-gutter .ht-col-half:nth-child(3n+4) {margin-left:0;clear: left;}
.ht-grid .ht-col-third, .ht-grid-fixed .ht-col-third, .ht-grid-adaptive .ht-col-third {width: 30.4%;}
.ht-grid.half-gutter .ht-col-third:nth-child(3n+4), .ht-grid-fixed.half-gutter .ht-col-third:nth-child(3n+4) {margin-left:0;clear: left;}
.ht-grid .ht-col-fourth, .ht-grid-fixed .ht-col-fourth, .ht-grid-adaptive .ht-col-fourth {width: 21.7%;}
.ht-grid.half-gutter .ht-col-fourth:nth-child(4n+5), .ht-grid-fixed.half-gutter .ht-col-fourth:nth-child(4n+5) {margin-left:0;clear: left;}
.ht-grid .ht-col-fifth, .ht-grid-fixed .ht-col-fifth {width: 16.48%;}
.ht-grid .ht-col-sixth, .ht-grid-fixed .ht-col-sixth {width: 12.98%;}
.ht-grid.half-gutter .ht-column, .ht-grid-fixed.half-gutter .ht-column {margin-left:2.2%;}
.ht-grid.half-gutter .ht-column:first-child, .ht-grid-fixed.half-gutter .ht-column:first-child {margin-left:0;}
.ht-grid.half-gutter .ht-col-half, .ht-grid-fixed.half-gutter .ht-col-half {width: 48.9%;}
.ht-grid.half-gutter .ht-col-third, .ht-grid-fixed.half-gutter .ht-col-third {width: 31.86%;}
.ht-grid.half-gutter .ht-col-fourth, .ht-grid-fixed.half-gutter .ht-col-fourth {width: 23.35%;}
.ht-grid.half-gutter .ht-col-fifth, .ht-grid-fixed.half-gutter .ht-col-fifth {width: 18.24%;}
.ht-grid.half-gutter .ht-col-sixth, .ht-grid-fixed.half-gutter .ht-col-sixth {width: 14.83%;}
.ht-grid.no-gutter .ht-column, .ht-grid-fixed.no-gutter .ht-column {margin-left:0;}
.ht-grid.no-gutter .ht-col-half, .ht-grid-fixed.no-gutter .ht-col-half {width: 50%;}
.ht-grid.no-gutter .ht-col-third, .ht-grid-fixed.no-gutter .ht-col-third {width: 33.333%;}
.ht-grid.no-gutter .ht-col-fourth, .ht-grid-fixed.no-gutter .ht-col-fourth {width: 24.99%;}
.ht-grid.no-gutter .ht-col-fifth, .ht-grid-fixed.no-gutter .ht-col-fifth {width: 20%;}
.ht-grid.no-gutter .ht-col-sixth, .ht-grid-fixed.no-gutter .ht-col-sixth {width: 16.66%;}
.ht-grid .ht-col-half:nth-child(2n+3) {clear:both;margin-left:0;}

@media only screen and (max-width: 720px) {
.ht-grid { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
.ht-grid .ht-grid .ht-column { padding: 0; }
.ht-grid .ht-column { width: auto !important; float: none; margin-left: 0; margin-right: 0; }
.ht-grid .ht-column:last-child { margin-right: 0; float: none;}
.ht-grid .ht-column:before, .ht-column:after { content:""; display:table; }
.ht-grid .ht-column:after { clear: both; }
.ht-grid.half-gutter .ht-col-sixth, .ht-grid-fixed.half-gutter .ht-col-sixth, .ht-grid-adaptive.half-gutter .ht-col-sixth {width: 31.86%;}
.ht-grid.no-gutter .ht-column, .ht-grid-fixed.no-gutter .ht-column, .ht-grid-adaptive.no-gutter .ht-column {margin-left:0;}
.ht-grid.half-gutter .ht-column {margin-left:0;}
}



/*------------------------------------------------------------------------------
Core Classes
------------------------------------------------------------------------------*/

/*	Clearfix */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}.clearfix:after{clear:both;}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	width:auto;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
.entry-content .cards-multimedia img {
    height: auto;
}

/* 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 */
}

/*	Responsive Video Container  */
.video-container {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.video-container iframe, .video-container object, .video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background:#f1f1f1;
	max-width: 100%;
	padding: 15px;
	margin:0 0 20px;
	position:relative;
}
.wp-caption.alignleft {
	margin-right:20px;	
}
.wp-caption.alignright {
	margin-left:20px;	
}
.wp-caption.aligncenter {
	margin:0 auto 20px;	
}
.entry-caption {
	font-size: 15px;
	text-align:center;
	display:table;
	line-height: 100%;
    margin: 10px auto 0;
    padding: 0;
}
.wp-caption > a, .wp-caption img {
	display:block;
	line-height:0;	
}
.wp-caption img {
	border-radius:2px;	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.wp-caption .wp-caption-text {
	font-size: 15px;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
img.alignleft {
	margin: 30px 30px 30px -10px;
}
img.alignright {
	margin: 30px -10px 30px 30px;
}
img.aligncenter {
	margin: 0 -10px 5px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 25px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 25px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 25px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 26px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 25px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

/*	Sticky Post */
.sticky {}


/*------------------------------------------------------------------------------
Document Setup
------------------------------------------------------------------------------*/

html {}
body {
	background:#ccc;
	color:#595959;
	font: 15px/24px Arial,sans-serif;
	-webkit-backface-visibility: hidden;
}

/* Links */
a {
	text-decoration:none;
	outline:0;
	-webkit-transition-property:background color;
	-webkit-transition-duration:.12s;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-property:background color;
	-moz-transition-duration:.12s;
	-moz-transition-timing-function:ease-out;
	-o-transition-property:background color;
	-o-transition-duration:.12s;
	-o-transition-timing-function:ease-out;
	transition-property:background color;
	transition-duration:.12s;
	transition-timing-function:ease-out;
}
a:hover {
	cursor:pointer;
}
a,
a:hover {}

.entry-content::selection {
	background: #fcff99; /* Safari */
}
.entry-content::-moz-selection {
	background: #fcff99; /* Firefox */
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bitter', sans-serif;
	font-weight:normal;
	color:#424242;	
}


/*------------------------------------------------------------------------------
Page Structure
------------------------------------------------------------------------------*/

#site-container {
	background:#fff;
	margin:0 auto;
	max-width: 1200px;
}
.container {
	margin:0 auto;
	max-width: 980px;
	padding:0 30px;
}
#primary {
	padding-top:30px;
}
#content {
	float:left;
	width: 70%;
}
#primary.sidebar-right #content {}
#primary.sidebar-left #content {
	float:right;
}
#primary.sidebar-off #content {
	width:100%;
	float:none;
	padding:0;
	border:none;
}
#sidebar {
	float:left;
	width: 30%;
	font-size:13px;
	line-height:20px;
	margin:0;
	position:relative;
}
#primary.sidebar-right #sidebar {
	padding:50px 0 0 60px;
}
#primary.sidebar-left #sidebar {
	padding:50px 60px 0 0;
}

/*------------------------------------------------------------------------------
Header
------------------------------------------------------------------------------*/

#site-header {
	padding:25px 0;
}
#site-header #logo {
	float:left;
}
#site-header #logo a {
	display:block;
	line-height:0;
	color:#fff;
	font-weight:600;
	font-size:42px;
	line-height:0;
	letter-spacing:-2px;
}
#site-header #logo img {
	max-width:100%;
	height:auto;	
}
#site-header #logo .site-title,
#site-header #logo .site-description {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Page Header */
#page-header {
	background-color:#f5f5f5;
	padding:35px 0;
	margin: 0 auto;
}
#page-header h1 {
	display:inline;
    color: #404040;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
}

/*------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------*/

#site-footer {
	background:#262626;
	padding:50px 0 30px;
	margin:30px 0 0;
	color:#737373;
}
#site-footer #copyright {
	font-size:14px;	
}
.ht-footer-widget {
	border-bottom:1px solid #5a5a5a;
	margin:0 0 30px;
	font-size:14px;	
	line-height:22px;	
}
.ht-footer-widget .widget-title {
	color:#F0EEE8;	
	margin:0 0 20px;
}

/* Footer Widget Styles */
.ht-footer-widget .ht_posts_widget .widget-entry-title, 
.ht-footer-widget .ht_posts_widget .widget-entry-title:visited {
	color:#bfbfbf;
}
.ht-footer-widget .ht_posts_widget .widget-entry-meta {
	color:rgba(255,255,255,0.3);	
}

/* Social Icon */
#social-icons {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#social-icons li {
	float:left;
	margin:0 0 0 5px;	
}
#social-icons li a {
	background:rgba(0, 0, 0, 0.3);
	display:table;
	color: #737373;
	font-size:16px;
	padding: 8px;
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
}
#social-icons li a:hover {
	color:#fff;	
}
#social-icons li a i {
	display: table;
    height: 15px;
    text-align: center;
    width: 17px;
	line-height: 100%;	
}
#social-icons li.rss a:hover {
	background:#FF6600;
}
#social-icons li.facebook a:hover {
	background:#3b5998
}
#social-icons li.twitter a:hover {
	background:#00acee;
}
#social-icons li.google-plus a:hover {
	background:#dd4b39;
}
#social-icons li.pinterest a:hover {
	background:#c8232c;
}
#social-icons li.linkedin a:hover {
	background:#0e76a8;
}
#social-icons li.flickr a:hover {
	background:#0063dc;
}

/*------------------------------------------------------------------------------
Navigation
------------------------------------------------------------------------------*/

/* Primary Navigation */
#nav-primary {
	font-family: 'Bitter', sans-serif;
	float:right;
}
#nav-primary ul {
    list-style: none outside none;
    margin: 15px 0 0;
	padding:0;
}
#nav-primary li {
	float:left;
	margin:0 40px 0 0;
	padding: 0 0 5px;
	position:relative;
}
#nav-primary a {
	font-size:16px;	
}
#nav-primary.txt-light li a {
	color:#fff;
}
#nav-primary.txt-dark li a {
	color:#1a1a1a;	
}
#nav-primary.txt-light .current_page_item {
	border-bottom:1px solid #fff;
}
#nav-primary.txt-dark .current_page_item {
	border-bottom:1px solid #1a1a1a;
}
#nav-primary ul li:hover {
	visibility: inherit;
}
#nav-primary ul li:hover ul, 
#nav-primary ul li.sfHover ul {
	left: 0;
	top: 30px;
	z-index: 99;
}
#nav-primary ul li:hover li ul, 
#nav-primary ul li.sfHover li ul, 
#nav-primary ul li li:hover li ul, 
#nav-primary ul li li.sfHover li ul, 
#nav-primary ul li li li:hover li ul, 
#nav-primary ul li li li.sfHover li ul {
	top: -9999em;
}
#nav-primary ul li li:hover ul, 
#nav-primary ul li li.sfHover ul,
#nav-primary ul li li li:hover ul, 
#nav-primary ul li li li.sfHover ul, 
#nav-primary ul li li li li:hover ul, 
#nav-primary ul li li li li.sfHover ul {
	 left: 220px;
	 top: -12px;
	}
#nav-primary ul li a:hover, 
#nav-primary ul li:hover, 
#nav-primary ul li.sfHover a, 
#nav-primary ul li.current-cat a, 
#nav-primary ul li.current_page_item a, 
#nav-primary ul li.current-menu-item a {
	text-decoration: none;
}
#nav-primary ul ul {
	background:#fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    margin: 0;
    padding: 0 0 6px;
	position: absolute;
	top: -9999em;
	width: 220px;
}
#nav-primary ul ul ul:before, 
#nav-primary ul ul ul:after  {
	display:none
}
#nav-primary ul ul li {
	float: none;
	width: 100%;
	margin:0;
	padding:0;
	border:none;
	height:auto;
	text-align:left;
}
#nav-primary ul ul li a {
	display:block;
    font-size: 13px;
	font-weight: normal;
	color:#595959 !important;
	padding: 12px 20px;
	border-bottom:1px solid rgba(255,255,255,0.1);
    display: block;
	margin: 0;
}
#nav-primary ul ul li:last-child a {
	border-bottom:none;
}
#nav-primary ul ul li a:hover {
	text-decoration:none;
	background:#fafafa;
}
#nav-primary .has-children > a:after {
	display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
	content: "\f107";
	color: #fff;
	margin:0 -2px 0 5px;
}
#nav-primary ul ul ul {
	margin:12px 0 0;	
}

/* Primary Navigation Mobile */
#nav-primary-mobile {
	display:none;
	font-family: 'Bitter', sans-serif;
}
#nav-primary-mobile ul {
	display:none;
	list-style:none;
	padding:0;
	margin:0;	
	clear: both;
}
#nav-primary-mobile > ul {
	padding: 10px 0 0;
}
#nav-primary-mobile ul a {
	display:block;
	color:#fff;
	padding:10px 0;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
#nav-primary-mobile ul a:hover {
	color:rgba(255,255,255,0.8);	
}
#nav-primary-mobile > ul > li:last-child > a {
	border-bottom:none;	
}
#nav-primary-mobile ul ul {
	margin-left:30px;
}

/* Navbar Toggle */
.navbar-toggle {
	float:right;
	background: rgba(0,0,0,0.15);
	padding: 12px 10px;
	margin:10px 0;
	border-radius:4px;
}
.navbar-toggle:hover {}
.navbar-toggle .icon-bar {
	background:#fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

/* Paging Nav */
.paging-navigation {
	margin:0 0 20px;	
}
.paging-navigation,
.paging-navigation a {
	color:#262626;
}
.paging-navigation i {
	font-size:20px;	
	position: relative;
    top: 2px;
}
.paging-navigation .nav-next i {
	margin: 0 0 0 5px;
}
.paging-navigation .nav-previous i {
	margin: 0 5px 0 0;
}
.paging-navigation .nav-previous {
	float:left;	
}
.paging-navigation .nav-next {
	float:right;	
}

/*------------------------------------------------------------------------------
Content
------------------------------------------------------------------------------*/

.hentry {
	position:relative;
	margin-bottom:50px;
	padding:0 0 30px;
	border-bottom:1px solid #f0f0f0;
}
.hentry:last-of-type {
  margin-bottom:30px;
}

.hentry .entry-header {
	margin:0 0 20px;	
}

/* Entry Title */
.hentry .entry-title {
	font-size: 32px;
    font-weight: normal;
    margin: 0 0 5px;
}
.hentry .entry-title, 
.hentry .entry-title a {
	color: #404040;
	line-height:46px;
	outline:none;
    text-decoration: none;
}

/* Entry Meta */
.hentry .entry-meta {
	list-style:none;
	padding:0;
	margin:0 0 20px;
	font-size:14px;
}
.hentry .entry-meta,
.hentry .entry-meta a {
	color:#bfbfbf;
}
.hentry .entry-meta a {
	text-decoration:underline;	
}
.hentry .entry-meta a:hover {
	color:#999;
	text-decoration:none;	
}
.hentry .entry-meta li {
	display:inline;
	margin:0 15px 0 0;	
}

/* Entry Thumb */
.hentry .entry-thumb {
	position:relative;
	margin: 0 0 27px;
}
.hentry .entry-thumb > a {
	display: block;
	line-height: 0;
}
.hentry .entry-thumb img {
	height: auto;
    max-width: 100%;
	display: block;
	position: relative;
	border-radius:4px;
}

/* Entry Summary */
.hentry .entry-summary > p {
	margin:0;	
}

/* Tags Display */
.tags {
	font-weight:600;	
}
.tags a, 
.widget_tag_cloud a {
	background:#ebebeb;
	display:inline-block;
	color: #595959;
	font-weight:normal;
	font-size: 12px;
    line-height: 100%;
	padding: 6px 10px;
    margin: 0 0 10px 5px;
	text-decoration:none;
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
}
.tags a:visited, 
.widget_tag_cloud a:visited {
	color: #595959;
}
.tags a:hover, 
.widget_tag_cloud a:hover {
	background:#dbdbdb;
	color:#595959;
}



/*------------------------------------------------------------------------------
Comments
------------------------------------------------------------------------------*/

#comments {
	margin:0 0 20px;
}
#comments ol {
	list-style:none;
	margin: 0;
	padding: 0;
}	
#comments ul.children {
	list-style:none;
	margin:0 0 0 40px;
	padding:0;
}
#comments .comment-block {	
	clear:both;
	background:#fff;
    margin: 0 0 10px;
	padding:0 0 10px;
}
.comment-area {
	list-style:none;
	margin:0;
	padding:0;	
}

/* Comment Meta  */	
#comments .comment-meta {
	margin:0 0 20px;	
}
#comments .comment .avatar {
	float:left;
	margin:0 25px 0 0;
}
#comments .comment .fn {
	font-weight:normal;
	font-style:normal;
	line-height: 100%;
	font-size:16px;
	color:#313739;
}
#comments .comment .fn,
#comments .comment .fn a {
	color:#313739;
}
#comments .comment-meta cite {
	display:block;
	font-style:normal;
	font-weight:normal;
	font-size:16px;
	color: #383838;
	line-height: 100%;
    margin: 0 0 10px;
}
#comments .comment-meta cite a {
	color: #383838;
}
.comments-area .comment-time {
	color: #737980;
    font-size: 11px;
    line-height: 100%;
	margin: 0 0 0 5px;
}
.comments-area .comment-time i {
	font-size: 4px;
    margin: 0 5px 0 0;
    position: relative;
    top: -3px;
}
/* Comment Actions  */
#comments .comment-action {
    font-size: 12px;
    line-height: 100%;
	float:right;
}
#comments .comment-action i {
	font-size: 12px;
    margin: 0 2px 0 0;
}
#comments .comment-edit-link {
	margin: 0 10px 0 0;
}
#comments .comment-action a {
	color:#737980;
}

/* Comment Content  */
#comments .comment-content {
	margin:12px 0 0 85px;
	font-size: 14px;
    line-height: 20px;
}
#comments .comment-content p {
	margin:0 0 20px;
}
.bypostauthor {}
.avatar {
	border-radius:99%;
	-moz-border-radius:99%;
	-webkit-border-radius:99%;
}

/* Comment Form */
#respond {
    margin: 0 0 30px;
	clear: both;
}
#commentform p {
	margin:0 0 15px;
}
#commentform .text-input {
	float:left;
	margin: 0 15px 0 0;	
}
#commentform .text-input,
#commentform #comment {
	padding: 14px;
	font-size:14px;
	max-width: 100%;
}
#commentform #submit {
	padding: 14px 24px 12px;
}
#commentform .comment-notes {
	margin:0 0 26px;	
}
#commentform label {
	font-size: 12px;
}
#commentform .form-author label, 
#commentform .form-email label, 
#respond .form-url label {
	display: inline-block;
    margin: 10px 0 0;
}
#commentform .form-textarea label {
	display:block;
	margin:0 0 5px;
}
.form-allowed-tags {
	font-size:13px;
}
.form-allowed-tags code {
	font-size: 12px;
    line-height: 16px;
    margin: 0 0 26px;
}
#cancel-comment-reply-link {
	font-size:13px;
	float:right;
	color:#C4524A;
}
#commentform .logged-in-as {
	margin:0 0 26px;	
}
#commentform .required {
	color:#C4524A;
}
#comments-title,
#reply-title {
	border-bottom: 1px solid #ccc;
    font-size: 22px;
    margin: 0 0 40px;
}
#comments-title span,
#reply-title span {
	background: #fff;
    display: table;
    margin: 0 0 -6px;
    padding: 0 10px 0 0;
}
.comment-form .form-submit {
	clear:both;
}


/*------------------------------------------------------------------------------
Content Styling
------------------------------------------------------------------------------*/

.entry-content > a {}
.entry-content .intro {
	font-size: 17px;
    line-height: 26px;
}
.entry-content > p, 
.entry-content > ul, 
.entry-content > ol {
	margin: 0;
    padding: 0 0 24px;
}
.entry-content > ul, 
.entry-content > ol {
	margin: 0 0 0 45px;
}
.entry-content > ul li, 
.entry-content > ol li {
	margin: 0 0 5px;
}
.entry-content blockquote {
	font-style: italic;
	margin: 0 0 20px;
    padding: 0 20px 0 30px;
	position:relative;
	border-left:6px double #E5E5E5;
}
.entry-content blockquote p {
	padding:0 0 20px;
}
.entry-content blockquote p:last-of-type {
	padding:0;
}
.entry-content blockquote cite {
	display:block;
	font-size:14px;	
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
	margin: 0 0 20px;
}
.entry-content h1 {
	font-size: 28px;
	line-height: 36px;
}
.entry-content h2 {
    font-size: 24px;
	line-height: 32px;
}
.entry-content h3 {
	font-size: 20px;
	line-height: 32px;
}
.entry-content h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
.entry-content h5 {
	font-size: 16px;
	font-weight: bold;
}
.entry-content h6 {
	font-size: 15px;
	font-weight: bold;
}
code, pre {
	display: block;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	line-height: 0.8em;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}
pre {
	background:#f5f5f5;
	border: 1px solid #d6d6d6;
	padding: 2em;
	line-height: 1.5em;
	margin: 0 0 1.5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.entry-content mark {
    background:#FDFFC7;
	color: #383838;
    padding: 0 5px;
}

/*------------------------------------------------------------------------------
WP Gallery
------------------------------------------------------------------------------*/

.entry-content .gallery {
	list-style:none;
	margin:0;
	padding:0;	
}
.gallery .gallery-item {
	float:left;	
	margin:0 0 6px !important;
	padding: 0 6px 0 0;
}
.gallery .gallery-item > a {
	display: block;
	line-height: 0;
}
.gallery .gallery-item img {
	height: auto;
    max-width: 100%;
	width:auto;
	display: block;
	position: relative;
}
.gallery .gallery-caption {
	font-size: 13px;
    margin: 5px 0 10px;
}
.gallery .gallery-item {
	position:relative;		
}
.gallery.gallery-columns-1 .gallery-item {
	width:100%;
}
.gallery.gallery-columns-2 .gallery-item {
	width:50%;
}
.gallery.gallery-columns-3 .gallery-item {
	width:33%;
}
.gallery.gallery-columns-4 .gallery-item {
	width:25%;
}
.gallery.gallery-columns-5 .gallery-item {
	width:20%;
}
.gallery.gallery-columns-6 .gallery-item {
	width:16.5%;
}
.gallery.gallery-columns-7 .gallery-item {
	width:14%;
}
.gallery.gallery-columns-8 .gallery-item {
	width:12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
	width:11%;
}

/*------------------------------------------------------------------------------
Single Styling
------------------------------------------------------------------------------*/

.single .hentry,
.page .hentry {
	border-bottom:0;
	padding:0;
}	

/*------------------------------------------------------------------------------
Widget Styles
------------------------------------------------------------------------------*/

#sidebar .widget {
    margin-bottom: 60px;
}
.widget-title {
	font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
}
.widget-title,
.widget-title a {
	color:#383838;
}
.widget a, 
.widget a:visited {
    color: #666;
    text-decoration: none;
}
.widget ul {
	padding:0;
	margin:0;
	list-style:none;
}
.widget ul a {
	text-decoration:none;
}
.widget ul ul {
	margin:5px 0 5px 5px;
}
.widget li {
	margin:0 0 5px;
}
.widget li:last-child {
	margin:0;
}


/*	List Widget Styling */
.widget_recent_entries li, 
.widget_recent_comments li, 
.widget_meta li, 
.widget_nav_menu li, 
.widget_pages li,
.widget_archive li,
.widget_recent_comments li,
.widget_categories li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin: 0 0 10px;
    padding: 10px 0 0;
	position:relative;
}

/*	Search Widget */
#sidebar .widget_search {}
.widget_search #s {
    width: 100%;
	background:#fff;
}
.widget_search #searchsubmit {
	display:none;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #525A61;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
}
#wp-calendar tbody {
	color: #aaa;
	background:#fafafa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding:3%;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* RSS Widget */
.widget_rss .widget-title > a img {
	margin:0 5px 0 0;	
	position: relative;
    top: 2px;
}
.widget_rss li {
	margin:0 0 20px;	
}
.widget_rss li > a {
	font-size: 20px;
	line-height: 26px;
    margin: 0 0 15px;
	color: #383838;
}
.widget_rss li .rss-date {
	display:block;
	color: #737980;
	margin:0 0 10px;
	font-size:13px;
}
.widget_rss li .rssSummary {
	margin:0 0 10px;	
}

/* Recent Comments Widget */
.recentcomments a,
.recentcomments a:visited {
	color:inherit;
}

/*	Posts Widget */
.ht_posts_widget li {
	margin:0 0 10px !important;	
}
.ht_posts_widget .widget-entry-thumb a {
	display:block;
	line-height:0;
}
.ht_posts_widget .widget-entry-thumb, 
.ht_posts_widget .widget-entry-thumb.no-thumb {
	float:left;
	margin:0 15px 0 0;
	width:60px;
}
.ht_posts_widget .widget-entry-thumb.no-thumb {
	background:#EBEBEB;
	height:60px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.ht_posts_widget .widget-entry-thumb.no-thumb i {
	display: table;
    font-size: 30px;
    line-height: 60px;
	color:#383838;
    margin: 0 auto;
}
.ht_posts_widget .widget-entry-thumb {
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.ht_posts_widget .widget-entry-title {
	display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 15px;
    line-height: 18px;
	font-weight:500;
    margin: 0 0 6px 75px;
}
.ht_posts_widget .widget-entry-title,
.ht_posts_widget .widget-entry-title:visited {
	color: #383838;
}
.ht_posts_widget .widget-entry-meta {
	list-style:none;
	padding:0;
	margin:0;
	line-height:100%;
	margin:0 0 10px;
	color: #BFBFBF;
    font-size: 12px;
}
.ht_posts_widget .widget-entry-meta i {
	margin:0 5px 0 0;	
}

/*	Flickr Widget */
.ht_flickr_widget .flickr_badge_image {
	float:left;
	margin: 0 10px 10px 0;
}
.ht_flickr_widget .flickr_badge_image a {
	display:block;
	line-height:0;	
}


/* HT Testimonial Widget*/

.ht-testimonial {}
.ht-testimonial .ht-testimonial-body {
	text-align:center;
	padding:0 20px;
	margin:0 0 20px;
}
.ht-testimonial .ht-testimonial-body.no-author {
	margin:0 0 70px;	
}
.ht-testimonial .ht-testimonial-author {
	padding:0 20px;	
}
.ht-testimonial .ht-testimonial-author img {
	border-radius:99%;
	margin:0 10px 0 0;	
}
.ht-testimonial img.ht-testimonial-author-image {
	float:left;
	width: auto !important;
	margin: -5px 15px 0 0;
}
.ht-testimonial .ht-testimonial-author span {
	display:block;
	line-height:22px;	
}
.ht-testimonial .ht-testimonial-author-name {
	vertical-align:top;
	font-weight:bold;
	color:#1a1a1a;
}
.ht-testimonial .ht-testimonial-author-byline {
	font-size:13px;
}
.ht-testimonial .ht-testimonial-body p {
	padding:0 20px;
	margin:0;
}
.ht-testimonial .fa-quote-left,
.ht-testimonial .fa-quote-right {
	color:#c9c9c9;
	font-size:26px;	
}
.ht-testimonial .fa-quote-left {
	float:left;
	margin:0 30px 0 0;
}
.ht-testimonials .flex-direction-nav .flex-prev {
	left:auto;
    right: 45px;
}
.ht-testimonials .flex-direction-nav .flex-prev:before {
	content: "\f053";
}
.ht-testimonials .flex-direction-nav .flex-next {
    right: 25px;
}
.ht-testimonials .flex-direction-nav .flex-next:before {
	content: "\f054";
}
.ht-testimonials .flex-direction-nav .flex-prev, 
.ht-testimonials .flex-direction-nav .flex-next {
    color: #C9C9C9;
    font-size: 18px;
    margin-top: 0;
    bottom: 20px;
	top:auto;
}





/*------------------------------------------------------------------------------
404
------------------------------------------------------------------------------*/

.post.error404 {
	margin:40px 0;
	text-align:center;	
}
.post.error404 .entry-title {
	font-size: 100px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 20px;
}
.post.error404 .entry-tagline {
	font-size:22px;
	margin: 0 0 20px;
	line-height: 100%;
}


/*------------------------------------------------------------------------------
Homepage
------------------------------------------------------------------------------*/

#featured {
	background:#fff url("images/loader.gif") no-repeat center center;
	max-width: 1350px;
	margin:0 auto;
	min-height:300px;
	overflow-x:hidden;
}
.slide-caption {
	bottom: 25px;
    left: 0;
    position: absolute;
    right: 0;
}
.slide-caption h3,
.slide-caption p {
	display:table;
	background:rgba(0,0,0,0.7);
	padding:15px;
	color:#fff;
	margin:0 auto;
	text-align:center;
}
.slide-caption h3 {
	font-size: 32px;
    line-height: 40px;
	padding:15px 15px 0;
	max-width:770px;
}
.slide-caption.no-caption h3 {
	padding:15px;
}
.slide-caption p {
	font-size: 16px;
    line-height: 24px;
	padding:15px;
	max-width:900px;
}

.ht-block {
	margin-bottom:60px;
}
.ht-homepage-widget {
	margin-bottom:20px;	
}
.ht-homepage-widget.ht-hp-widget-row1 {
	background:#f5f5f5;
	padding:30px 0 10px;
	margin-bottom:40px;
}
.ht-homepage-widget.ht-hp-widget-row1 .widget-title span {
	background:#f5f5f5;	
}
.ht-heading,
.ht-homepage-widget .widget-title {
	border-bottom:1px solid #e5e5e5;
	margin:0 0 40px;
	font-size:20px;
	color:#404040;
}
.ht-heading span,
.ht-homepage-widget .widget-title span {
	display:table;
	background:#fff;
	padding:0 10px 0 0;	
	margin:0 0 -6px;
}

.ht-homepage-widget .ht-col-full .widget-title span {
	margin:0 auto -6px;
	padding:0 10px;	
}
.home #primary {
    padding-top: 0;
}
#latest-weddings {
	list-style:none;
	padding:0;
	margin:0 -10px 0;	
}
#latest-weddings li {
	float:left;
	width:33.333%;
	padding:0 10px;
}
#latest-weddings li h3 {
	font-size:15px;
	margin:0;
	text-align:center;
}
#latest-weddings li img {
	max-width:100%;
	height:auto;	
	margin:0 0 5px;
}



/*------------------------------------------------------------------------------
Gallery Single
------------------------------------------------------------------------------*/

#isotope-container {
    display: block;
    width: 100%;
}
.isotope-item {
    float: left;
    height: auto;
    width: 300px;
    overflow: hidden;
    position: relative;
    z-index: 2;
	padding:5px;
}
.isotope-item.doublew {
	width: 600px;
}
.isotope-item img {
    height: auto;
    width: 100%;
	line-height:0;
}
.gallery-thumb {
    position: relative;
	display:block;
	line-height: 0;
	overflow: hidden;
}
.gallery-thumb img {
	max-width:100%;
	height: auto;
}
.gallery-thumb:hover figcaption {
    opacity: 1;
    pointer-events: auto;
}
.gallery-thumb figcaption {
    color: #fff;
	text-align:center;
    padding: 25% 25px;
    position: absolute;
    top: 0;
	left: 0;
	right:0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s;
}
.gallery-thumb figcaption.with-excerpt {
	padding-top:18%	
}
.gallery-thumb figcaption .overlay-title {
	color:#fff;
	font-size:20px;
	margin:0 0 10px;
}
.gallery-thumb figcaption .overlay-caption:before {
	background:#fff;
	content: "";
    display: block;
    height: 2px;
    margin: 0 auto 10px;
    width: 30px;
}
.gallery-thumb figcaption .overlay-caption {
	font-size:14px;
	line-height:20px;
	margin: 25px 0 0;
}


/*------------------------------------------------------------------------------
Gallery
------------------------------------------------------------------------------*/

.tax-ht_gallery_category .hentry {
	margin-bottom:30px;
}
.tax-ht_gallery_category .entry-title {
	font-size:20px;
	margin:0 0 10px;
}
.tax-ht_gallery_category .entry-title,
.tax-ht_gallery_category .entry-title a {
    line-height: 30px;
}
.tax-ht_gallery_category .entry-thumb {
    margin: 0 0 15px;
}

/*------------------------------------------------------------------------------
Gallery Proofing
------------------------------------------------------------------------------*/

#single-gallery-proofing > ul {
	list-style:none;
	margin:0;
	padding:0;	
}
#single-gallery-proofing ul li {}
#single-gallery-proofing .gallery-proofing-img-wrap {
	position:relative;
	margin:0 auto 20px;
	text-align: center;
}
#single-gallery-proofing .proofing-comments {
	float:left;
	width:60%;
}
.gallery-proofing-voting-box {
	display:block;
	position:absolute;
	bottom:30px;
	left:0;
	right:0;	
	margin: 0 auto;
}
.gallery-proofing-voting-box .gallery-proofing-vote-action {
	display: inline-block;
	color:#fff;
	font-size:19px;
	padding:16px 20px;
	position:relative;
	border-radius:99%;
}
.gallery-proofing-voting-box .gallery-proofing-upvote {
	background:#789c3a;
	margin:0 5px 0 0;
}
.gallery-proofing-voting-box .gallery-proofing-downvote {
	background:#d15f4c;
	margin:0 0 0 5px;
}
.gallery-proofing-vote-action span {
	position:absolute;
	right: -1px;
    top: -1px;
	font-size:11px;
	padding:5px 7px;
	color:#fff;
	background:#333;
	line-height: 100%;
	font-family:Arial,sans-serif;
	border-radius:99%;
}
.gallery-proofing-upvote i {
	margin:0 0 0 2px;
}
.gallery-proofing-downvote i {
	margin:0 2px;	
}
.ht-gallery-proofing-votes {
	display:none;
	background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #FFFFFF;
    font-size: 13px;
    left: 0;
    line-height: 20px;
    margin: 0 0 70px -55px;
    position: absolute;
    width: 170px;
	padding:10px;
	border-radius:4px;
}
.gallery-proofing-vote-action:hover .ht-gallery-proofing-votes {
	display:block;	
}
.ht-gallery-proofing-votes ul {
	list-style:none;
	margin:0;
	padding:0;	
}
.ht-gallery-proofing-vote-list li {
	margin:0;
}
.gallery-proofing-voting-box .gallery-proofing-vote-action.cantvote {
	background:#808080;
}
#single-gallery-proofing .flex-direction-nav .flex-prev, 
#single-gallery-proofing .flex-direction-nav .flex-next {
	color: #424242;
    font-size: 30px;
    top: 25px;
}
#single-gallery-proofing .flex-direction-nav .flex-next {
	right:20px;	
}
#single-gallery-proofing .flex-direction-nav .flex-prev {
	left:20px;	
}
#single-gallery-proofing-nav {
	background:#F5F5F5;
    margin: 0 0 10px;
    padding: 10px 0;
    text-align: center;	
}
#single-gallery-proofing-slider.list #single-gallery-proofing-nav {
	display:none;
}
#single-gallery-proofing-slider {
	position:relative;	
}
.gallery-proofing-img-meta {
	float:left;
	width:40%;
	padding:0 30px 0 0;	
}
#proofing-comments-title.deco {
	border-bottom: 1px solid #E5E5E5;
    color: #404040;
    font-size: 20px;
    margin: 0 0 30px;
}
#proofing-comments-title.deco span {
	background:#fff;
	display: table;
    margin: 0 0 -6px;
    padding: 0 10px 0 0;
}
.album-comments-title.deco {
	border-bottom: 1px solid #E5E5E5;
    color: #404040;
    font-size: 24px;
    margin: 0 0 30px;
}
.album-comments-title.deco span {
	background:#fff;
	display: table;
    margin: 0 0 -6px;
    padding: 0 10px 0 0;
}
#gallery-proofing-switcher {
	float:right;
	margin:-5px 0 0;
	padding:0;
	list-style:none;
	background:rgba(0,0,0,0.06);
	padding:5px 5px 5px 0;
	border-radius:4px;
}
#gallery-proofing-switcher li {
	display:inline-block;
	margin:0 0 0 10px;
	padding:5px;
	line-height:100%;
	border-radius:4px;
}
#gallery-proofing-switcher li.active {
	background:#fff;	
}

#gallery-proofing-switcher li i {
	margin:0 6px 0 0;	
	color: #A73A5D;
}
#gallery-proofing-switcher li span {
	font-size:13px;
	color:#595959;
	position:relative;
	top:-1px;
}	
.proofing-submit {
	background:#F5F5F5;
	padding:10px 0;	
	text-align:center;
}
.proofing-submit #view-album-comments {
	background:#666;	
}
.proofing-submit .submit-as-approved {
	display:inline-block;
}

/* Gallery Comments */
.proofing-comments .comment-action,
.proofing-album-comments .comment-action {
	display:none;	
}
.proofing-comments .comment-author .avatar,
.proofing-album-comments .comment-author .avatar {
	float:left;
	height:60px;
	width:60px;
	margin:0 25px 0 0;
}
.proofing-comments .comment-author span,
.proofing-album-comments .comment-author span {
	font-weight:bold;
}
.proofing-comments .comment-author .fn,
.proofing-album-comments .comment-author .fn {
	font-style:normal;
}
.proofing-comments .comment-author .fn a,
.proofing-album-comments .comment-author .fn a {
	color:#424242;
}
.proofing-comments .comment-author time,
.proofing-album-comments .comment-author time {
	float:right;
	font-size:13px;
}
.proofing-comments .comment-author time,
.proofing-comments .comment-author time a,
.proofing-album-comments .comment-author time,
.proofing-album-comments .comment-author time a {
	color:#999;
}
.proofing-comments .comment-content,
.proofing-album-comments .comment-content {
	margin-left:85px;
	margin-bottom:10px;
	font-size: 14px;
    line-height: 22px;
}
.proofing-comments .comment-form .avatar,
.proofing-album-comments .comment-form .avatar {
	float:left;
	margin:0 25px 0 0;
}
.proofing-comments .comment-form .form-author label,
.proofing-comments .comment-form .form-email label,
.proofing-comments .comment-form .form-url label {
	display:block !important;
	font-size:13px;
}
.proofing-comments .comment-form .form-textarea label,
.proofing-album-comments .comment-form .form-textarea label {
	display:none;
}
.proofing-comments .comment-form .form-textarea {
	margin: 0 0 20px;
}
#single-gallery-proofing #reply-title {
	display:none;	
}

/* Album comments */
.album-comments {
	display:none;
	margin:30px 0 0;
}


/*------------------------------------------------------------------------------
Isotope Animations
------------------------------------------------------------------------------*/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/*------------------------------------------------------------------------------
Flexslider - v2.2.0
------------------------------------------------------------------------------*/


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; position:relative;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}


.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	display:block;
	font-size:56px;
	position:absolute;
	top:50%;
	color:#fff;
	margin-top:-15px;
	z-index:9;
}
.flex-direction-nav .flex-prev {
	left:40px;
}
.flex-direction-nav .flex-next {
	right:40px;
}
.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.flex-direction-nav .flex-prev:before {
	content:"\f104";	
}
.flex-direction-nav .flex-next:before {
	content:"\f105";
}


/*------------------------------------------------------------------------------
Responsive CSS
------------------------------------------------------------------------------*/

@media screen and (max-width: 720px) {


/* Site Structure */
#primary.sidebar-off #content,
#primary.sidebar-right #content,
#primary.sidebar-left #content,
#primary.sidebar-off #sidebar,
#primary.sidebar-right #sidebar,
#primary.sidebar-left #sidebar {
	width:100%;
	float:none;
	clear: both;
	padding:40px 0 0;
	margin: 0 0 20px;
	border:none;
	left:auto;
	right:auto;	
}

/* Nav Primary */

#nav-primary  {
	display: none;
}
#nav-primary-mobile {
	display:block;	
}

} /* END Media Query */

@media screen and (max-width: 580px) {

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

/* Homepage */
#featured {
	min-height:0;
}
.slide-caption {
	background:#262626;
    position: relative;
	bottom:0;
}
.slide-caption h3, 
.slide-caption p {
	background:#262626;
    display: block;
}
.slide-caption h3 {
    font-size: 22px;
    line-height: 32px;
}
.slide-caption p {
    font-size: 14px;
    line-height: 22px;
}
.flex-direction-nav .flex-prev {
    left: 15px;
}
.flex-direction-nav .flex-next {
    right: 15px;
}
.flex-direction-nav .flex-prev, 
.flex-direction-nav .flex-next {
    top: 28%;
}


} /* END Media Query */

/*overwrite */
.container {
	margin:0 auto;
	max-width: 1000px;
	 
}