/*
Theme Name:     blogzillastudio
Theme URI:      https://blogzillastudio.com
Description:    Child theme for the Twenty Twelve theme
Author:         Blogzilla Studio
Author URI:     https://blogzillastudio.com
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");


/* =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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	min-height: 100%;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


.clearfix { display:block; clear:both; }



/*Theme Flipper*/
#m-themeflipper {
	clear:both;
	margin:50px 0;
}
#m-themeflipper a {
	background:url(https://blogzillastudio.com/wp-content/uploads/2016/03/mtf-arrow-left.png) left center no-repeat;
	padding:0 0 0 20px;
	text-transform:uppercase;
	display:inline-block;
	float:left;
	letter-spacing:2px;
	font-weight:bold;
	color:#202020;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity:0.3;*/
}
#m-themeflipper a:hover {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;*/
	color:#af9d9e;
}
#m-themeflipper a.mtf-next {
	background-image:url(https://blogzillastudio.com/wp-content/uploads/2016/03/mtf-arrow-right.png);
	background-position:right center;
	padding:0 20px 0 0;
	float:right;
}
/*Theme Flipper*/



/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: normal;
	text-transform: uppercase;
	color: #202020;
	text-align: center;
	font-style: normal;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 0px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-weight: normal;
	  display: inline-block;
  width: 100%;
  border: 1px solid #BBBBBB;
  background: #ffffff;
  box-shadow: none;
  color: #202020;
  line-height: 3.692307692;
  text-transform: uppercase;
  white-space: nowrap;
font-size: 10px;
  letter-spacing: 1.5px;
  font-family: 'Montserrat', sans-serif;
border-radius: 0px;
background-image: none;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
background-image: none;
}
button[disabled],
input[disabled] {
	cursor: default;
background-image: none;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #202020;
	background-color: #f6f6f6;
border-radius: 0px;
background-image: none;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #202020;
	background-color: #f6f6f6;
border-radius: 0px;
background-image: none;
box-shadow: none;
}

.menu-toggle:hover, .menu-toggle:focus, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
color: #202020;
	background-color: #f6f6f6;
border-radius: 0px;
background-image: none;
}

.bypostauthor cite span {
	color: #fff;
	background-color: #616161;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 0px;
	box-shadow: none;
	padding: 0;
}


/* 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%;
	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 */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* remove fancy borders */
	border-radius: 0px;
	box-shadow: none;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
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;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
	outline: 0;
}
.gallery-caption a {
	display: inline;
	outline: 0;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
	outline: 0;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	border-top: 1px solid #eeeded;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 24px 0 0 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 12px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
	min-height: 100%;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	/*color: #3a3a3a;*/
	color: #202020;
	min-height: 100%;
}
body.custom-font-enabled {
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
}
a {
	outline: 0;
	/*color: #848383;*/

	color: #a88352;
}
a:hover {
	/*color: #8f8f8f;*/

	color: #af9d9e;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 0px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #ffffff;
	min-height: 100%;
}
.site-content {
	margin: 0;
	min-height: 100%;
}
.widget-area {
	margin: 0;

	display: none;
}

/* Header */
.site-header {
	padding: 68px 0px 20px 0px;
}
.site-header h1 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #202020;
	text-decoration: none;
	outline: 0;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #202020;
}
.site-header h1 {
	font-family: 'Playfair Display SC', serif;
	font-weight: 700;
	font-size: 115px;	
	line-height: 1.285714286;
	margin-bottom: 12px;
	text-align: center;
}
.site-header h2 {
	font-weight: normal;
	font-size: 11px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-bottom: -2px;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	margin-top: 0rem;
	text-align: center;
	letter-spacing: 3px;

	background:#fff;
	background:rgba(255,255,255,0.9);
}
.main-navigation li {
  border-bottom: 1px solid rgba(255,255,255,0);
  color: #202020;
  line-height: 1.3;
  margin-top: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-family: 'Montserrat', sans-serif;
  outline: 0;
  font-weight: normal;
}

.main-navigation li ul li a {
display: block;
}

.main-navigation a {
	color: #202020;
	outline: 0;
}
.main-navigation a:hover {
	color: #202020 !important;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	margin-bottom: 12px;
	margin-bottom: 1.142857143rem;
	word-wrap: break-word;
	background: #ffffff;
	padding: 10px 0;
	border: 5px solid #f1ecec;
}
.widget-area .widget h3 {
	margin-bottom: 0px;
	letter-spacing: 2px;
	font-size: 10px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 11px;
	text-align: center;
}
.widget-area .widget p {
	margin-bottom: 6px;
	margin-top: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #202020;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0;
}
.widget-area .textwidget li {
	display: inline-block !important;
	text-align: center;
	width: 17%;
	margin: 6px 1.5px 0px 1.5px;
}
.widget-area .textwidget li a {
	text-decoration: none;
	color: #FFFFFF;
	outline: 0;
}
.widget-area .textwidget li a:hover {
	color: #9f9f9f;
}
.widget-area .widget a {
	color: #e7a385;
	outline: 0;
}
.widget-area .widget a:hover {
	color: #dad8d7;
}
.widget-area .widget a:visited {
	color: #e7a385;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: none;
	margin: 24px 0px 0px 0px;
	text-align: center;
	border: none;
	padding: 0;
	/*background: url(https://blogzillastudio.com/wp-content/uploads/2015/01/footerbackground.png);*/
	font-family: 'Karla', sans-serif;
	font-style: italic;
	font-size: 11px;
	letter-spacing: .5px;
	color: #6a6a6a;
	/*background-position: 50%;
	background-position-x: 50%;*/

	background:#eceae9;
}
footer[role="contentinfo"] a {
	color: #686868;
	outline: 0;
}
footer[role="contentinfo"] a:hover {
	color: #616161;
}

footer[role="contentinfo"] .widget-title {
	font-family: 'FreightDispProBlack-Regular';
	text-transform:capitalize;
	font-size:3em;
line-height: 1;
    margin: 20px 0px;
letter-spacing: 0px;
}

footer[role="contentinfo"] .yikes-easy-mc-form label {
	width:63%;
	float:left;
	margin:0 !important;
}

footer[role="contentinfo"] .yikes-easy-mc-form label input[type=email] {
	border:solid 1px #352925;
	background:none !important;
	width:100%;
	height:30px;
	padding:0;

	outline:0;
	box-sizing: border-box;
    	display: block;
    	margin: 0 auto !important;
	text-align:left;
	text-indent:10px;
	text-transform:uppercase;
	letter-spacing:3px;
}

footer[role="contentinfo"] .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	background:none !important;
	border:solid 1px #352925;
	margin:0 !important;
	padding:0 !important;
	letter-spacing:3px;
}

footer[role="contentinfo"] .edit-link {
	display:block;
	clear:both;
	margin:5px auto;
}

footer[role="contentinfo"] #text-2 {
	margin:50px 0;
}

span.bloginfo {
	background:#ccc4bf;
	display:block;
	width:50%;
	float:left;
	padding:5px 0 2px 0;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#fff;
}

span.bloginfo a {
	color:#fff;
}

div.footersocial {
	/*margin: 23px auto 23px auto;*/
}

div.footersocial li {
	display: inline-block;
	padding: 0px 7px;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 12px;
	margin-bottom: 0.857142855rem;
	display: none;
}
.entry-header img.wp-post-image {
	margin-bottom: 12px;
	margin-bottom: 0.857142855rem;
}
.entry-header .entry-title {
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 12px;
	font-family: Arial, sans-serif;
	text-align: left;
	letter-spacing: 2.5px;
}
.entry-header .entry-title a {
	text-decoration: none;
	outline: 0;
}
.entry-header .entry-title a:hover {
	color: #dad8d7;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #848383;
	outline: 0;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #dad8d7;
}
article.sticky .featured-post {
	border-top: none;
	border-bottom: none;
	color: #757575;
	font-size: 12px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 13px;
	line-height: 1.1;
	/*font-family: 'FreightDispProBlack-Regular';
	text-transform:capitalize !important;*/
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 11px;
	line-height: 1.6;
	text-transform: uppercase;
}
.entry-content h3,
.comment-content h3 {
font-size: 14px;
line-height: 1.846153846;
font-family: 'Karla', sans-serif;
text-transform: uppercase;
margin-bottom: 5px;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 12px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 6px;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #a88352;

}

.entry-content a,
.comment-content a {
	color: #a88352;


	outline: 0;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: none;
}

ul.plus {
	list-style: none;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	  margin: 0 0 8px 15px;
  line-height: 16px;
}

ul.plus li {
	  margin: 0 0 8px 15px;
  line-height: 16px;
}

ul.plus li:before {
    content: "+";
      margin-left: -15px;
  margin-right: 8px;
}

.edd_download_purchase_form .edd_price_options li:before {
    content: " ";
      margin-left: 0px;
  margin-right: 0px;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
	white-space: pre-line;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
white-space: pre-line;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: none;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: none;
	padding: 3px 10px 3px 0;
}
.site-content article {
	border-top: none;
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 12px;
	word-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


.imagebuttonipad {
	/*width: 100%;*/
}

.imagebuttonipad a.imagebutton div.imagebutton,
.imagebuttonipad a.imagebutton div.imagebutton img {
	float:left;
}

/*.imagebuttonipad a.imagebutton,
.imagebuttonipad a.imagebutton div.imagebutton,
.imagebuttonipad a.imagebutton div.imagebutton img {
	width:100% !important;
}*/


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: none;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	font-size: 12px;
	letter-spacing: 2.5px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
article.format-aside h1 a {
	text-decoration: none;
	outline: 0;
}
article.format-aside h1 a:hover {
	color: #dad8d7;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #f1ecec;
	border-left: 22px solid #dad8d7;
}
article.format-aside p {
	font-size: 12px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 12px;
	letter-spacing: 2.5px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
article.format-image footer h2 {
	font-size: 10px;
	text-transform: uppercase;
	color: #d9d0d0;
	text-align: left;
}
article.format-image footer a h2 {
	font-weight: normal;
	outline: 0;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #848484;
	background-color: #f1ecec;
	border-radius: 0px;
	letter-spacing: 2.5px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
	outline: 0;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin: 12px 0;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 12px;
	letter-spacing: 2.5px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
	text-align: left;
}
.format-status .entry-header header a {
	color: #848383;
	outline: 0;
}
.format-status .entry-header header a:hover {
	color: #dad8d7;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
h2.comments-title {
	text-align: left !important;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #202020;
}
.comments-area article header a {
	text-decoration: none;
	color: #848383;
	outline: 0;
}
.comments-area article header a:hover {
	color: #dad8d7;
}
.comments-area article header cite a {
	color: #848383;
	outline: 0;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 0px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #848383;
	font-size: 12px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #dad8d7;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #202020;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 12px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
	outline: 0;
}
.template-front-page .widget-area .widget li a:hover {
	color: #0f3647;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 12px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 12px;
	font-size: 0.928571429rem;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
		max-width: 100%;
	}
	.site-content {
		width: 100%;
			background: #ffffff;
		padding: 0px;
		border-bottom: none;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		display: none;
	}
	.site-header h1 {
		text-align: center;
	}
	.site-header h1 {
		font-size: 115px;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: none;
		border-top: none;
		display: inline-block !important;
		text-align: center;
		/*width: 930px;*/
		max-width:930px;
		background-color: #ffffff;
		margin-top: 0px;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 1px solid rgba(255,255,255,0);
		color: #202020;
		line-height: 2;
		text-transform: uppercase;
		white-space: nowrap;
		font-size: 10px;
		letter-spacing: 1.5px;
		font-family: 'Montserrat', sans-serif;
		outline: 0;
		font-weight: normal;
	}
	.main-navigation li a:hover {
		border-bottom: 1px solid #202020;
		color: #202020;
	}
	.main-navigation li {
		margin: 0 19px;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 10px 0px 0px 0px;
		position: absolute;
		top: 100%;
		z-index: 90;
	}
	.main-navigation li ul li {
		display: block;
		margin: -1px 0 0 0;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #ffffff;
		border-bottom: none;
		display: block;
		font-size: 10px;
		line-height: 2;
		padding: 8px 10px 8px 20px;
		width: 150px;
		white-space: normal;
		margin-left: -21px;
		text-align: left;
	outline: 0;
	}
	.main-navigation li ul li a:hover {
		background: #ffffff;
		border-bottom: none;
		color: #202020 !important;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #202020;
		font-weight: normal;
	outline: 0;
	}


	li ul.submenu2 li a {
		color: #e7a385;
		background: none;
		border-bottom: none;
		display: inline;
		font-size: 10px;
		line-height: 2;
		padding: 0px;
		width: none;
		white-space: normal;
		margin-left: 0;
	outline: 0;
	}
	li ul.submenu2 li a:hover {
		text-decoration: underline;
		background: none;
		border-bottom: none;
		color: #e7a385 !important;
	}


	.menu-toggle {
		display: none;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 625 pixels. */
@media screen and (min-width: 625px) {
	body {
		background-color: #ffffff;
	}
	body .site {
		padding: 0 24px;
		margin-top: 0px;
		margin-top: 0rem;
		margin-bottom: 0px;
		box-shadow: none;
	}
	body.custom-background-empty {
		background-color: none;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* Minimum width of 865 pixels. */
@media screen and (min-width: 865px) {
.headerwide {
		width:865px;
}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	outline: 0;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: center;
	}
	.site-header h1 {
		font-size: 95pt;
		text-align: center;
	}
	.site-header h2 {
		color: #000;
		font-size: 11pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	outline: 0;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 12pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #848383;
		font-size: 10pt;
	outline: 0;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/* =Blogzilla
----------------------------------------------- */
	/* Search Widget */
	#searchsubmit {
    	display: none;
	}
	.widget-area #s {
	width: 95%;
	border: none;
	background-image: url("images/search.png");
	background-repeat: no-repeat;
	background-position-x: 97%;
	background-position-y: center;
	}
	input {
	border-radius: 0px;
	text-align: center;
	}
	#page #main #secondary #search-2 {
	background: #f1ecec;
	}
	

	/* Mobile Footer */
	img#wpstats {
	visibility:hidden
	}

	/* Comments HTML Tags */
	.form-allowed-tags {
	display: none;
	}



	a:-webkit-any-link {
	text-decoration: none;
	}


	h1.archive-title {
	font-size: 18px;
	text-align: left;
	}
	h1.page-title {
	font-size: 18px;
	text-align: left;
	}
	
	.entry-content div#themes ul {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
	}
	.entry-content div#themes ul li {
	list-style: none;
	display: inline-block;
	width: 45%;
	text-align: center;
	padding: 5px 0;
	margin: 0 5px 0 0;
	color: #202020;
	}
	.entry-content div#themes ul li a {
	color: #202020;
background: #e9e9e9;
padding: 13px 0;
width: 100%;
display: inline-block;
height: 100%;
font-family: 'Karla', sans-serif;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1.2px;
	outline: 0;
	}
	.entry-content div#themes ul li a:hover {
	background: #b6b6b6;
	color: white;
	}


	.imagebutton {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	}

	.imagebuttondiv {
	width: 100%;
	display: block;
	margin: 0 auto;
	}

	.imagebuttontext {
	position: absolute;
	/*top: 165px;*/
	bottom:50px;
	left: 0;
	width: 100%;
	}

	a.imagebutton {
	display: inline-block;
	margin: 0;
	position: relative;
	}

	p.home {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	letter-spacing: 1.5px;
	color: #4b4a4a;
	}

	h1.home {
	/*margin-top: 0px;*/
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1.3px;
	color: #202020;

	margin:auto;
	}

	h1.themebutton {
	margin-top: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1.3px;
	color: #202020;
	}

	.themebutton {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	}

	.themebuttondiv {
	width: 100%;
	display: block;
	margin: 0 auto;

	max-width:930px;
	}


	#m-themesdisplay {
		margin:100px 0 0 0;
		padding:81px 0 0 0;
	}
	#m-themesdisplay .tdisplay {
		background:#eceae9;
		margin-bottom:150px;
		padding:0 3% 0 8%;
	}
	#m-themesdisplay .tdisplay:last-of-type {
		margin-bottom:50px;
	}
	#m-themesdisplay .tdisplay figure {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	#m-themesdisplay .tdisplay figure img,
	#m-themesdisplay .tdisplay figure > p.image {
		width:60%;
		/*float:left;*/
		margin:-81px 0 0 0;
		display:block;
	}
	#m-themesdisplay .tdisplay figure > p.image img {
		width:100%;
		margin:0;
	}
	#m-themesdisplay .tdisplay figure figcaption {
		width:40%;
		/*float:right;*/
		text-transform:uppercase;
		letter-spacing:2px;
		color:#202020;
	}
	#m-themesdisplay .tdisplay figure figcaption h2 {
		margin:0;
		text-transform:none;
		letter-spacing:normal;
		font-family: 'FreightDispProBlack-Regular';
		font-size:4vw;
		font-weight:normal;
	}
	#m-themesdisplay .tdisplay figure figcaption h2 a {
		    border: none;
    display: initial;
    max-width: none;
    margin: auto;
    margin-top: 0px;
    padding: 0px;
    color: #202020;
}
		
	
	#m-themesdisplay .tdisplay figure figcaption p {
		display:block;
		margin:0;
	}
	#m-themesdisplay .tdisplay figure figcaption a {
		border:solid 1px #000;
		display:block;
		max-width:100px;
		margin:auto;
		margin-top:20px;
		padding:5px 10px;
		color: #202020;
	}
	#m-themesdisplay .td-right {
		padding:0 8% 0 3%;
	}



h1.weddingthemebutton {
	margin-top: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1.3px;
	color: #202020;
	}

	.weddingthemebutton {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	}

	.weddingthemebuttondiv {
	width: 100%;
	display: block;
	margin: 0 auto;
	}

	.themebuttontext {
	position: absolute;
	top: 165px;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	}

.weddingthemebuttontext {
	position: absolute;
	top: 265px;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	}

	a.themebutton {
	display: inline-block;
	margin: 0;
	position: relative;
	}

	a:hover div.themebuttontext {
	opacity: 1;
	}

a.weddingthemebutton {
	display: inline-block;
	margin: 0;
	position: relative;
	}

	a:hover div.weddingthemebuttontext {
	opacity: 1;
	}

	h1.showcasebutton {
	margin-top: 0px;
text-transform: uppercase;
font-family: 'Karla', sans-serif;
font-weight: 400;
font-size: 10px;
letter-spacing: 1px;
background: #4b4a4a;
color: #ffffff;
width: 80px;
height: 80px;
border-radius: 50%;
line-height: 80px;
	}

.showcasebutton {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	}

	.showcasebuttondiv {
	width: 100%;
	display: block;
	margin: 0 auto;
	}

	.showcasebuttontext {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	}

	a.showcasebutton {
	display: inline-block;
	margin: 0;
	position: relative;
	}

	a:hover div.showcasebuttontext {
	opacity: 1;
	}

	a:hover span.showcaseopacity {
	opacity: 1;
	}

.showcaseopacity {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 262px;
	background: rgba(255,255,255,0.7);
	opacity: 0;
	}


	.themeopacity {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 403px;
	background: rgba(255,255,255,0.8);
	opacity: 0;
	}

.weddingthemeopacity {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 756px;
	background: rgba(255,255,255,0.8);
	opacity: 0;
	}

	a:hover span.themeopacity {
	opacity: 1;
	}

a:hover span.weddingthemeopacity {
	opacity: 1;
	}


	.opacity {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	/*height: 256px;*/
	height:100%;
	background: rgba(255,255,255,0.7);
	opacity: 0;
	}

	a:hover span.opacity {
	opacity: 1;
	}

	.opacity2 {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 200px;
	background: rgba(255,255,255,0.5);
	opacity: 0;
	}

	a:hover span.opacity2 {
	opacity: 1;
	}

	.imagebuttontext2 {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	text-align: center;
	}

	.imagebutton2 {
	position: relative;
	display: inline-block;
	margin: 0px;
	}

	a.imagebutton2 {
	display: inline-block;
	margin: 0;
	position: relative;
	}


	p.testimonial {
	font-family: 'Karla', sans-serif;
	font-size: 11px;
	letter-spacing: .1px;
	line-height: 21px;
	}

	h1.testimonial {
	font-family: 'Karla', sans-serif;
	font-size: 11px;
	letter-spacing: .5px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 10px 0px 30px 0px;
	color: #202020;
	}

	div.testimonial {
	/*width: 650px;*/
	display: block;
	margin: 0 auto;

	width:90%;
	max-width:650px;
	}

p.weddingtestimonial {
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	letter-spacing: .1px;
	line-height: 21px;
	}

	span.weddingtestimonial {
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 10px 0px 30px 0px;
	color: #202020;
font-weight: bold;
padding-left: 600px;
	}

.bigheader {
/*text-transform: uppercase;*/
font-family: 'Montserrat', sans-serif;
/*font-size: 15px !important;
letter-spacing: 1.5px;*/
margin: 0px !important;
color: #202020;

text-transform:capitalize;
font-size:2em !important;
line-height: 1.1 !important;

font-family: 'FreightDispProBlack-Regular';
}

.header {
/*text-transform: uppercase !important;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
letter-spacing: 1.5px;*/
color: #202020;
margin: 35px 0px 5px 0px !important;
    letter-spacing: 0px;
    text-transform: capitalize !important;
    font-size: 2em !important;
    font-family: 'FreightDispProBlack-Regular';
}

.headerish {
text-transform: uppercase !important;
font-family: 'Montserrat', sans-serif;
font-size: 10px !important;
letter-spacing: 1.5px;
color: #202020;
margin: 35px 0px 5px 0px !important;
}

.maintext {
font-family: 'Karla', sans-serif;
font-size: 11px;
letter-spacing: .1px;
/*color: #5c5c5c;*/
margin-bottom: 16px !important;
line-height: 21px !important;

color:#202020;
}

.themesub {
font-family: 'Karla', sans-serif;
font-size: 12px;
letter-spacing: 1.5px;
color: #202020;
margin-bottom: 35px !important;
line-height: 25px !important;
text-transform: uppercase;
text-align: center;
}

.addonsub {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
letter-spacing: 2.3px;
color: #202020;
margin-top: 55px !important;
line-height: 25px !important;
text-transform: uppercase;
text-align: center;
}

.whitebig {
text-transform: uppercase !important;
font-family: 'Montserrat', sans-serif;
font-size: 14px !important;
letter-spacing: .7px;
color: #ffffff;
margin: 0px !important;
text-align: center;
}

.themetext {
text-transform: uppercase !important;
font-family: 'Montserrat', sans-serif;
font-size: 12px !important;
letter-spacing: .5px;
color: #202020;
margin: 20px 0px 30px 0px !important;
text-align: center;
line-height: 18px !important;
}

a:hover p.themetext {
color: #9c9c9c;
}

.white {
text-transform: uppercase !important;
font-family: 'Karla', sans-serif;
font-size: 11px !important;
letter-spacing: .4px;
color: #ffffff;
margin: 0px !important;
}

.subheader {
text-transform: uppercase !important;
font-family: 'Montserrat', sans-serif;
font-size: 12px !important;
letter-spacing: .7px;
color: #202020;
line-height: 20px !important;
margin-bottom: 10px !important;
}

.themesubheader {
/*text-transform: capitalize !important;*/
font-family: 'Montserrat', sans-serif;
font-size: 12px !important;
letter-spacing: .7px;
color: #202020;
/*line-height: 20px !important;*/
line-height:normal !important;
margin-bottom: 3px !important;
}

.weddingthemesubheader {
text-transform: uppercase !important;
font-family: 'Montserrat', sans-serif;
font-size: 10.5px !important;
letter-spacing: 1.8px;
color: #202020;
line-height: 20px !important;
margin-bottom: 3px !important;
font-weight: normal;
margin-top: 5px !important;
}

.themename {
    text-align: center;
    letter-spacing: 0px !important;
    margin-top: 0px !important;
    font-size: 4em !important;
    font-family: 'FreightDispProBlack-Regular' !important;
    color: #202020 !important;
    text-transform: capitalize !important;
}

.themenamecontact {
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 10px !important;
text-transform: uppercase;
letter-spacing: 1.5px !important;
margin-top: 0px !important;
}

.themenameinstructions {
    text-align: center;
    font-size: 2em !important;
    text-transform: capitalize;
    letter-spacing: 0px !important;
    margin-top: 0px !important;
    font-family: 'FreightDispProBlack-Regular';
}

.instructionstopdiv a,
.instructionstopdiv a:visited {
padding: 0px 10px;
text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    text-decoration: underline;
    color: #202020;
    font-size: 11px;
}

.instructionstopdiv a:hover {
	color: #a88352;
	}

.instructionstopdiv a:first-child {
padding: 0px 10px 0px 0px;
}

.instructionstopdiv a:last-child {
padding: 0px 0px 0px 10px;
	}

article.post-password-required input[type=submit] {
    width: 200px;
    line-height: 1.3;
    margin: -5px 0px 0px 10px;
}

.themedescription {
font-family: 'Karla', sans-serif;
font-size: 11px;
letter-spacing: 1.5px;
color: #202020;
margin-bottom: 25px !important;
line-height: 25px !important;
text-transform: uppercase;
}

::selection {
  background: #ccc4bf; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ccc4bf; /* Gecko Browsers */
}

a {
text-decoration: none;
	outline: 0;
}

a.link {
color: #e7a385;
}

a.link:hover {
text-decoration: underline;
}

.purchasedemo {
width: 501px;
padding: 7px;
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 15px;
line-height: 28px;
}

a .purchasedemo {
/*background: #f8f0eb;*/

background: #eceae9;

color: #363434;
	outline: 0;
}

a:hover .purchasedemo {
/*background: #f9f9f9;*/
text-decoration: none !important;

/*background:#d3c7bf;*/

background:#ccc4bf;
}

a:hover .edd_go_to_checkout.text.link.edd-submit {
text-decoration: none;
}

div#edd_checkout_wrap {
width: 930px;
margin: 0 auto;
display: block;
}

a.edd_cart_remove_item_btn {
text-transform: lowercase;
}

#edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap textarea {
width: 350px;
text-transform: lowercase;
padding: 7px 0px;
border: none;
background: rgba(100,100,100,0.1);
}

#edd_checkout_form_wrap label {
font-weight: 700;
display: block;
position: relative;
line-height: 100%;
font-size: 95%;
margin: 0 0 5px;
text-transform: uppercase;
}

#edd_checkout_form_wrap span.edd-description {
color: #666;
font-size: 80%;
display: block;
margin: 0 0 5px;
text-transform: lowercase;
}

#edd_checkout_form_wrap legend {
display: block;
font-size: 120%;
line-height: 1;
font-weight: 700;
width: 100%;
margin: 0 0 21px;
padding: 0;
text-transform: uppercase;
}

#edd_checkout_form_wrap #edd-discount-code-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount {
border: 1px solid #eee;
text-transform: uppercase;
}


#edd-purchase-button, .edd-submit, input[type=submit].edd-submit {
display: block;
padding: 7px 0px;
margin: 0 auto;
font-weight: 400;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: none;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
text-transform: uppercase;
font-size: 11px;
line-height: 27px;
width: 300px;
color: #363434;
background: #f8f0eb;
}

/* =Mailchimp
----------------------------------------------- */

.yks-mailchimpFormDivRowLabel {
display: none !important;
}

.yks-mailchimpFormDivSubmit {
display: none !important;
}

.widget_yikes_mc_widget p {
font-style: normal;
margin-top: -5px;
color: #202020;
display: inherit !important;
}

.yks-mailchimpFormDivRowField input {
background: none;
border: 1px solid #8a8988;
font-size: 11px;
font-style: normal;
}

.subscribeinneryks-mc-input-email-address {
font-style: italic;
color: #202020 !important;
letter-spacing: 1px;
}

.yikes-easy-mc-form {
	width:80% !important;
	max-width:350px;
	min-width:300px;
	height:30px;
	margin:auto;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    display: block;
    /*width: 200px !important;
    margin: .5em auto 0 auto !important;*/
    min-height: 10px !important;
    /*padding: 5px 10px !important;*/
    cursor: pointer;
    text-transform: uppercase;
	color: #202020;
    background: #efefef;
    border: none;

    width:35% !important;
    height:30px;
    margin:0;
    padding:0;
    float:right;
}

.yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=password], .yikes-easy-mc-form select, .yikes-easy-mc-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 200px !important;
    margin: 0 auto !important;
	border: none !important;
}

.yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form select {
background-color: #ffffff !important;
}

.yikes-easy-mc-success-message {
    color: #202020 !important;
    background: none !important;
}

aside#yikes_easy_mc_widget-2.top-widget.widget_yikes_easy_mc_widget {
    /*margin: 20px 0px 30px 0px;*/
}

/* =Purchases
----------------------------------------------- */

.edd-submit, input[type=submit].edd-submit {
display: inline-block;
padding: 0px;
margin: 0;
font-size: none;
font-weight: 400;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: none;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
/* box-shadow: none; */
/* -webkit-user-select: none; */
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.edd-submit.button.blue {
color: #363434 !important;
/*background: #f8f0eb;
border-color: #f8f0eb;*/

background: #eceae9;
border-color: #eceae9;
padding: 7px !important;
font-size: 13px !important;
font-family: 'Montserrat', sans-serif !important;
width: 435px !important;
line-height: 28px !important;
letter-spacing: 2px !important;
}

.edd-submit.button.blue:hover,
.edd-submit.button.blue:focus,
.edd-submit.button.blue.active {
background: #ccc4bf !important;
text-decoration: none !important;
}

.edd_errors {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: 1px solid #EAE3DF;
margin: 0 0 21px;
background: #f8f0eb;
color: #202020;
text-transform: lowercase;
font-family: 'Montserrat', sans-serif;
padding-left: 10px;
}

#edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap textarea {
width: 350px;
text-transform: lowercase;
padding: 13px;
border: none;
background: rgba(100,100,100,0.1);
text-align: left;
}

.blue span {
background-color: rgba(255,255,255,0) !important;
}

#edd_checkout_form_wrap fieldset {
border: 1px solid #eee;
padding: 1.387em;
margin: 0 0 21px;
font-family: 'Montserrat', sans-serif;
}

tr.edd_cart_header_row {
font-family: 'Montserrat', sans-serif;
}

tr.edd_cart_item {
font-family: 'Karla', sans-serif;
}

#edd_checkout_cart th.edd_cart_total, #edd_checkout_cart th:last-child {
text-align: right;
font-family: 'Karla', sans-serif;
}

span.edd_empty_cart {
text-align: center;
display: block;
margin: 20px auto 60px auto;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
font-size: 12px;
color: #202020;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input, #edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
display: inline-block;
margin-right: 10px;
text-transform: uppercase;
}

/* =Contact Form
----------------------------------------------- */
.questionnairetext {
font-family: 'Karla', sans-serif;
letter-spacing: .3px;
margin-bottom: 0px !important;
}

form.wpcf7-form input {
background: #f0f0f0;
border: none;
font-family: 'Karla', sans-serif;
font-size: 10px;
letter-spacing: 1px;
padding: 10px 6px 10px 20px;
margin-bottom: 5px;
text-align: left;
}

form.wpcf7-form input#website {
width: 325px;
margin-right: 5px;
}

form.wpcf7-form input#email {
width: 515px;
}

form.wpcf7-form input#name {
width: 515px;
}

form.wpcf7-form textarea {
background: #f0f0f0;
border: none;
font-family: 'Karla', sans-serif;
font-size: 10px;
letter-spacing: 1px;
width: 515px;
height: 300px;
margin-top: 0px;
padding: 15px 6px 10px 20px;
	}


	form.wpcf7-form input[type="submit"] {
	background: #ffffff;
    color: #202020;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    display: block;
    margin: 20px auto 13px auto;
    padding: 0px 50px;
    text-align: center;
    border: 1px solid #202020;
	width: 45%;
	}

	form.wpcf7-form input[type="submit"]:hover {
color: #7a7878;	
border: 1px solid #7a7878;
	}

.karla {
	font-family: 'Karla', sans-serif;
letter-spacing: 2px;
font-size: 10px;
}

.wpcf7-form-control-wrap.captchar .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 465px;
margin-right: 7px;
	}

	.wpcf7 input[type="text"].wpcf7-captchar {
	width: 80px;
	margin-right: 10px;
	}

img.wpcf7-captchac {
vertical-align: middle;
margin-right: -7px;
}

div.wpcf7-mail-sent-ok {
border: 1px solid #eeeded;
}

div.wpcf7-validation-errors {
border: 1px solid #eeeded;
}

span.wpcf7-not-valid-tip {
color: white;
text-transform: uppercase;
margin-top: 15px;
background: #7a7878;
text-align: center;
font-family: 'Karla', sans-serif;
font-size: 10px;
letter-spacing: 1px;
padding: 6px;
}

.wpcf7 select {
background: #f0f0f0;
border: none;
font-family: 'Karla', sans-serif;
border-radius: 0px;
font-size: 10px;
letter-spacing: 1px;
margin: 0px;
padding: 10px 6px 10px 20px;
text-indent: 13px;
width: 265px;
z-index: 100;
text-align: left;
height: 32px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.wpcf7 select {
color: #777777;
}
}

.ie .ie7 .wpcf7 select {
color: #777777;
}

.ie .ie8 .wpcf7 select {
color: #777777;
}

@-moz-document url-prefix() {
.wpcf7 select {
        color: #999999;
	text-indent: -2px;
    }
}

.wpcf7 .watermark {
    color: #202020 !important;
}
::-webkit-input-placeholder {
    color: #202020 !important;
}
:-moz-placeholder {
    color: #202020 !important;
}
::-moz-placeholder {
    color: #202020 !important;
}
:-ms-input-placeholder
    color: #202020 !important;
}

div.wpcf7-mail-sent-ok {
border: none;
text-transform: uppercase;
font-family: 'Karla', sans-serif;
font-size: 10px;
letter-spacing: 1px;
text-align: center;
}

div.wpcf7-validation-errors {
border: none;
text-transform: uppercase;
font-family: 'Karla', sans-serif;
font-size: 10px;
letter-spacing: 1px;
text-align: center;
}

#theme option {
font-family: 'Karla', sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
padding: 10px 0px;
text-indent: 18px;
}

#yks_form_error_message {
padding: .75em .75em .75em 0;
font-size: 11.5px;
float: left;
display: none;
width: 100%;
letter-spacing: .1px;
font-family: 'Karla', sans-serif;
text-transform: lowercase;
}

.yks-mailchimpFormContainer-0-e1f850ebd6 {
background: none !important;
padding: 0px !important;
color: #413f3f;
width: 265px !important;
display: block;
margin: 0 auto;
float: none;
font-style: normal !important;
}

.yks-status .yks-success {
width: 98%;
margin: 0 auto !important;
padding: 10px 15px 5px 0 !important;
background-color: transparent;
min-height: 25px;
line-height: 1.2;
color: #333;
font-size: 11.5px;
letter-spacing: .1px;
font-family: 'Karla', sans-serif;
text-transform: lowercase;
}

ul.topsocial li {
margin: 0 -.5px !important;
}

ul.topsocial li a {
border-bottom: none !important;
	outline: 0;
}

/* =Pop Up
----------------------------------------------- */
#cboxOverlay {
background:rgba(255,255,255,0.7) !important;
}

#cboxClose{ 
  display: block;
background: none;
text-indent: -9999px;
border: 0;
position: absolute;
top: -150px;
right: -450px;
z-index: 1;
width: 1500px;
height: 1000px;
overflow: hidden;         
        }
#cboxClose:visited {
background-image: none;
}

div#cboxLoadedContent {
width: 575px !important;
overflow: auto !important;
height: 375px !important;
border: 4px solid #e9e6e6 !important;
box-shadow: 5px 5px 10px #cccccc !important;
}

div#colorbox.cbox_wpp_default_theme {
display: block !important;
visibility: visible !important;
top: 150px !important;
left: calc(50% - 290px) !important;
left: -webkit-calc(50% - 290px) !important;
left: -moz-calc(50% - 290px) !important;
position: fixed !important;
width: 450px !important;
height: 375px !important;
}


.wpp_popup_default_theme .sub_content ul {
display: none !important;
}

.wpp_popup_default_theme .sub_content h4 {
text-align:center !important;
font-weight:400 !important;
margin:25px auto 20px auto !important;
text-transform: uppercase !important;
font-family: 'Karla', sans-serif !important;
font-size: 10.5px !important;
letter-spacing: .5px !important;
}

.wpp_popup_default_theme .sub_content {
width:500px !important;
font-family: 'Karla', sans-serif !important;
}

.wpp_popup_default_theme .sub_content h3 {
margin-top: 30px !important;
}

input.sbutton.sorange {
padding: 10px 30px !important;
font-size: 11px !important;
color: #ffffff !important;
background-color: #e8e0dc !important;
background-image: none !important;
border: none !important;
border-radius: 0px !important;
box-shadow: none !important;
font-weight: bold !important;
margin-top: 10px !important;
font-family: 'Karla', sans-serif !important;
letter-spacing: .5px !important;
}

#cboxContent {
width: 600px !important;
}

.wpp_popup_default_theme .sub_content form input[type="text"] {
height: 25px;
margin: 2px;
font-size: 10.5px !important;
font-family: 'Karla', sans-serif !important;
letter-spacing: .3px !important;
text-transform: lowercase !important;
}

div#default_theme-auto_popup-434 {
padding: 10px !important;
background: #fff;
font-family: 'Karla', sans-serif;
letter-spacing: .5px;
line-height: 20px;
font-size: 11px;
}

div#wpp_success_message {
width: 400px;
text-align: center;
margin: 50px auto;
}

/* =More
----------------------------------------------- */

a .addonbox {
padding: 100px 0px;
/*width: 250px;*/
background: #eceae9;
text-align: center;
vertical-align: middle;
color: #202020;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
letter-spacing: 2.3px;
text-transform: uppercase;
	outline: 0;

width:100% !important;
}

a:hover .addonbox {
background: #ccc4bf;
}

a .addonboxsmall {
padding: 6px 3px;
width: 200px;
background: #eceae9;
text-align: center;
vertical-align: middle;
color: #202020;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
letter-spacing: 2.3px;
text-transform: uppercase;
	outline: 0;
}

a:hover .addonboxsmall {
background: #ccc4bf;
}

a#scroll-to-top {
background: url(https://www.almostmakesperfect.com/wp-content/uploads/2014/06/gobackup.png) no-repeat center center;
width: 41px;
height: 41px;
}

.edd_download_purchase_form .edd_price_options {
margin: 0 0 20px;
font-family: 'Karla', sans-serif;
font-size: 11px;
letter-spacing: .1px;
}

.edd_download_purchase_form .edd_price_options li {
display: block;
padding: 0;
margin: 0px 0px 0px -2px;
}

input[type=radio] {
 
    margin:10px;
}
 

input[type=radio] + span::before {
display: inline-block;
margin: 0px 8px -8px -30px;
padding: 12px;
background-color: #f6f6f6;
content: ' ';
}

input[type=radio]:checked + span::before { 
background-color: #f8f0eb;
content: 'x';
padding: 4px 9.1px;
}


ul.techsupport {
list-style: none;
font-family: 'Karla', sans-serif;
}

ul.techsupport li:before {
content: '+ ';
font-size: 11px;
margin-right: 2px;
margin-left: -25px;
line-height: 24px;
}


table#edd_purchase_receipt, table#edd_purchase_receipt_products {
width: 48%;
font-family: 'Karla', sans-serif;
text-transform: uppercase;
}

div#content {
width: 930px;
display: block;
margin: 0 auto;
font-family: 'Karla', sans-serif;
}

/* =Tabs
----------------------------------------------- */
.entry-content pre {
white-space: pre-line !important;
}

a.expand-cnt-link {
text-transform: uppercase !important;
margin-bottom: 5px;
}

img.instructions {
width: auto !important;
}

.exp-col-content-holder {
margin: 2px 0px 0px 0 !important;
}

.expand-cnt-link {
display: block;
margin-bottom: 0px;
color: #202020 !important;
font-family: 'Karla', sans-serif;
font-weight: bold;
font-size: 12px;
letter-spacing: .5px;
}

.ecf_closed:before {
font-family: "ecf-icons";
content: "+ " !important;
font-size: 12px !important;
}

.expand-cnt-link:before {
font-family: "ecf-icons";
content: "+ " !important;
font-size: 12px !important;
}

/* =Slides
----------------------------------------------- */

.huge_it_slideshow_dots_thumbnails_1 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_2 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_3 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_4 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_5 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_6 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_7 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_8 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_9 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_10 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_11 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_12 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_13 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_14 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_15 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_24 {
    top: calc(100% - 5px) !important;
top: -moz-calc(100% - 5px) !important;
top: -webkit-calc(100% - 5px) !important;
}

.huge_it_slideshow_dots_thumbnails_25 {
    top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}

.huge_it_slideshow_dots_thumbnails_26 {
	top: calc(100% - 25px) !important;
top: -moz-calc(100% - 25px) !important;
top: -webkit-calc(100% - 25px) !important;
}


/*Slider Arrows*/
#huge_it_slideshow_left_26,
#huge_it_slideshow_left_25,
#huge_it_slideshow_left_7,
#huge_it_slideshow_left_24,
#huge_it_slideshow_left_2,
#huge_it_slideshow_left_5,
#huge_it_slideshow_left_3 {
	background:url(https://blogzillastudio.com/wp-content/uploads/2015/03/leftarrow.png) center !important;
	background-size:contain;
	width:30px !important;
	height:52px !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:0.5;
}

#huge_it_slideshow_right_26,
#huge_it_slideshow_right_25,
#huge_it_slideshow_right_7,
#huge_it_slideshow_right_24,
#huge_it_slideshow_right_2,
#huge_it_slideshow_right_5,
#huge_it_slideshow_right_3 {
	background:url(https://blogzillastudio.com/wp-content/uploads/2015/03/rightarrow.png) center !important;
	background-size:contain;
	width:30px !important;
	height:52px !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:0.5;
}

#huge_it_slideshow_left_26:hover,
#huge_it_slideshow_right_26:hover,
#huge_it_slideshow_left_25:hover,
#huge_it_slideshow_right_25:hover,
#huge_it_slideshow_left_7:hover,
#huge_it_slideshow_right_7:hover,
#huge_it_slideshow_left_24:hover,
#huge_it_slideshow_right_24:hover,
#huge_it_slideshow_left_2:hover,
#huge_it_slideshow_right_2:hover,
#huge_it_slideshow_left_5:hover,
#huge_it_slideshow_right_5:hover,
#huge_it_slideshow_left_3:hover,
#huge_it_slideshow_right_3:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}
/*Slider Arrows end*/


.huge_it_slideshow_image_wrap_5 {
/*height: 450px !important;
width: 1500px !important;*/
}

.huge_it_slideshow_dots_container_5 {
/*height: 450px !important;
width: 1500px !important;*/
}

.huge_it_slideshow_image_container_5 {
/*height: 450px !important;
width: 1500px !important;*/
}

img#huge_it_slideshow_image_5 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;*/
}

.huge_it_slideshow_image_5 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;*/
}

img#huge_it_slideshow_image_5.huge_it_slideshow_image_5 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;*/
}

.huge_it_slideshow_image_wrap_1 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_dots_container_1 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_image_container_1 {
height: 450px !important;
width: 1500px !important;
}

img#huge_it_slideshow_image_1 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;
}

.huge_it_slideshow_image_1 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

img#huge_it_slideshow_image_1.huge_it_slideshow_image_1 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

.huge_it_slideshow_image_wrap_2 {
/*height: 450px !important;
width: 1500px !important;*/
}

.huge_it_slideshow_dots_container_2 {
/*height: 450px !important;
width: 1500px !important;*/
}

.huge_it_slideshow_image_container_2 {
/*height: 450px !important;
width: 1500px !important;*/
}

img#huge_it_slideshow_image_2 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;*/
}

.huge_it_slideshow_image_2 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;*/
}

img#huge_it_slideshow_image_2.huge_it_slideshow_image_2 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;*/
}

.huge_it_slideshow_image_wrap_3 {
/*height: 450px !important;
width: 1500px !important;*/
}

.huge_it_slideshow_dots_container_3 {
/*height: 450px !important;
width: 1500px !important;*/
}

.huge_it_slideshow_image_container_3 {
/*height: 450px !important;
width: 1500px !important;*/
}

img#huge_it_slideshow_image_3 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;*/
}

.huge_it_slideshow_image_3 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;*/
}

img#huge_it_slideshow_image_3.huge_it_slideshow_image_3 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;*/
}

.huge_it_slideshow_image_wrap_4 {
height: 450px !important;
/*width: 1500px !important;*/
}

.huge_it_slideshow_dots_container_4 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_image_container_4 {
height: 450px !important;
/*width: 1500px !important;*/
}

img#huge_it_slideshow_image_4 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;
}

.huge_it_slideshow_image_4 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

img#huge_it_slideshow_image_4.huge_it_slideshow_image_4 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

.huge_it_slideshow_image_wrap_6 {
height: 450px !important;
/*width: 1500px !important;*/
}

.huge_it_slideshow_dots_container_6 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_image_container_6 {
height: 450px !important;
/*width: 1500px !important;*/
}

img#huge_it_slideshow_image_6 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;
}

.huge_it_slideshow_image_6 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

img#huge_it_slideshow_image_6.huge_it_slideshow_image_6 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

.huge_it_slideshow_image_wrap_7 {
/*height: 450px !important;*/
/*width: 1500px !important;*/

/*height:500px !important;*/
}

.huge_it_slideshow_dots_container_7 {
/*height: 450px !important;
width: 1500px !important;

height:500px !important;
width:1000px !important;*/
}

.huge_it_slideshow_image_container_7 {
/*height: 450px !important;*/
/*width: 1500px !important;*/

/*height:500px !important;*/
}

img#huge_it_slideshow_image_7 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;*/

/*height:500px !important;
width:1000px !important;
max-height: 500px !important;
max-width: 1000px !important;
min-height: 500px !important;
min-width: 1000px !important;*/
}

.huge_it_slideshow_image_7 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;*/

/*height: 500px !important;
width: 1000px !important;
max-height: 500px !important;
max-width: 1000px !important;*/
}

img#huge_it_slideshow_image_7.huge_it_slideshow_image_7 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;*/

/*height: 500px !important;
width: 1000px !important;
max-height: 500px !important;
max-width: 1000px !important;*/
}

.huge_it_slideshow_image_wrap_8 {
height: 450px !important;
/*width: 1500px !important;*/
}

.huge_it_slideshow_dots_container_8 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_image_container_8 {
height: 450px !important;
/*width: 1500px !important;*/
}

img#huge_it_slideshow_image_8 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;
}

.huge_it_slideshow_image_8 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

img#huge_it_slideshow_image_8.huge_it_slideshow_image_8 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

.huge_it_slideshow_image_wrap_9 {
height: 450px !important;
/*width: 1500px !important;*/
}

.huge_it_slideshow_dots_container_9 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_image_container_9 {
height: 450px !important;
/*width: 1500px !important;*/
}

img#huge_it_slideshow_image_9 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;
}

.huge_it_slideshow_image_9 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

img#huge_it_slideshow_image_9.huge_it_slideshow_image_9 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

.huge_it_slideshow_image_wrap_10 {
height: 450px !important;
width: 100% !important;
}

.huge_it_slideshow_dots_container_10 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_image_container_10 {
height: 450px !important;
width: 100% !important;
}

img#huge_it_slideshow_image_10 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;
}

.huge_it_slideshow_image_10 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

img#huge_it_slideshow_image_10.huge_it_slideshow_image_10 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

.huge_it_slideshow_image_wrap_11 {
height: 450px !important;
/*width: 1500px !important;*/
}

.huge_it_slideshow_dots_container_11 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_image_container_11 {
height: 450px !important;
/*width: 1500px !important;*/
}

img#huge_it_slideshow_image_11 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;
}

.huge_it_slideshow_image_11 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

img#huge_it_slideshow_image_11.huge_it_slideshow_image_11 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

.huge_it_slideshow_image_wrap_12 {
height: 450px !important;
width: 100% !important;
}

.huge_it_slideshow_dots_container_12 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_image_container_12 {
height: 450px !important;
width: 100% !important;
}

img#huge_it_slideshow_image_12 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;
}

.huge_it_slideshow_image_12 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

img#huge_it_slideshow_image_12.huge_it_slideshow_image_12 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

.huge_it_slideshow_image_wrap_13 {
height: 450px !important;
/*width: 1500px !important;*/
}

.huge_it_slideshow_dots_container_13 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_image_container_13 {
height: 450px !important;
/*width: 1500px !important;*/
}

img#huge_it_slideshow_image_13 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;
}

.huge_it_slideshow_image_13 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

img#huge_it_slideshow_image_13.huge_it_slideshow_image_13 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

.huge_it_slideshow_image_wrap_14 {
height: 450px !important;
/*width: 1500px !important;*/
}

.huge_it_slideshow_dots_container_14 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_image_container_14 {
height: 450px !important;
/*width: 1500px !important;*/
}

img#huge_it_slideshow_image_14 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;
}

.huge_it_slideshow_image_14 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

img#huge_it_slideshow_image_14.huge_it_slideshow_image_14 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}
.huge_it_slideshow_image_wrap_15 {
height: 450px !important;
width: 100% !important;
}

.huge_it_slideshow_dots_container_15 {
height: 450px !important;
width: 1500px !important;
}

.huge_it_slideshow_image_container_15 {
height: 450px !important;
width: 100% !important;
}

img#huge_it_slideshow_image_15 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;
}

.huge_it_slideshow_image_15 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}

img#huge_it_slideshow_image_15.huge_it_slideshow_image_15 {
height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
}


.huge_it_slideshow_image_wrap_25 {
/*height: 450px !important;
width: 1500px !important;*/
}

.huge_it_slideshow_dots_container_25 {
/*height: 450px !important;
width: 1500px !important;*/
}

.huge_it_slideshow_image_container_25 {
/*height: 450px !important;
width: 1500px !important;*/
}

img#huge_it_slideshow_image_25 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;
min-height: 450px !important;
min-width: 1500px !important;*/
}

.huge_it_slideshow_image_25 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;*/
}

img#huge_it_slideshow_image_25.huge_it_slideshow_image_25 {
/*height: 450px !important;
width: 1500px !important;
max-height: 450px !important;
max-width: 1500px !important;*/
}


div.blogthemesfloat {
float: left;
/*padding-left: 50px;
margin-top: 100px;*/
}

span.dash {
color: #202020;
line-height: 3.692307692;
font-size: 10px;
letter-spacing: 2px;
font-family: 'Montserrat', sans-serif;
}

/* =WEDDING PAGE
----------------------------------------------- */

h1.weddings {
text-align: left;
font-size: 22px;
line-height: 23px;
letter-spacing: 2.1px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
margin-bottom: 0px;
color: #5c5d5a;
padding-top: 190px;
}

h2.weddings {
text-align: left;
font-size: 12px;
line-height: 23px;
letter-spacing: 2.1px;
font-family: 'Montserrat', sans-serif;
margin-top: 0px;
text-transform: uppercase;
color: #5c5d5a;
font-weight: lighter;
}

h3.weddings {
text-align: center;
font-size: 14px;
line-height: 13px;
letter-spacing: 1.3px;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
color: #5c5d5a;
}

h4.weddings {
text-align: center;
font-size: 18px;
line-height: 30px;
letter-spacing: 3px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
color: #5c5d5a;
margin: /*40px*/ 0 0px 15px 0px;
font-weight: lighter;
}

h5.weddings {
text-align: center;
font-size: 11px;
line-height: 17px;
letter-spacing: 1px;
font-family: 'Karla', sans-serif;
text-transform: uppercase;
color: #5c5d5a;
margin: 10px 0px 0px 0px;
}

h6.weddings {
text-align: center;
font-size: 10px;
margin: 0px;
letter-spacing: 1px;
font-family: 'Karla', sans-serif;
text-transform: uppercase;
color: #5c5d5a;
font-weight: lighter;
}

h6.weddings2 {
text-align: center;
font-size: 9px;
line-height: 17px;
letter-spacing: 2.1px;
font-family: 'Montserrat', sans-serif;
color: #5c5d5a;
text-transform: uppercase;
margin-top: 0px;
font-weight: lighter;
}

h6.price {
text-align: center;
font-size: 11px;
line-height: 21px;
letter-spacing: 2.1px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
color: #5c5d5a;
font-weight: lighter;
}

h6.price:last-child {
	margin-bottom:0;
}

p.weddings2 {
text-align: justify;
font-size: 11px;
line-height: 20px;
letter-spacing: -.3px;
font-family: 'Karla', sans-serif;
color: #5c5d5a;
}

p.weddings {
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: lighter;
color: #5c5d5a;
font-size: 11px;
line-height: 25px;
text-align: center;
letter-spacing: 2.1px;
margin-bottom: 20px;
}

a.button {
text-align: center;
font-size: 9px;
line-height: 15px;
letter-spacing: 1.3px;
font-family: 'Montserrat', sans-serif;
color: #ffffff;
background: #5c5d5a;
padding: 8px 10px;
display: block;
margin: 0 auto;
text-transform: uppercase;
width: 200px;
}

a.button:visited {
color: #ffffff;
}

a.button:hover { 
background: #3c3d39;
color: #ffffff;
}

a.weddingbutton {
text-align: center;
font-size: 9px;
line-height: 15px;
letter-spacing: 1.3px;
font-family: 'Montserrat', sans-serif;
color: #5c5d5a;
background: none;
border: 1px solid #5c5d5a;
padding: 8px 10px;
display: block;
margin: 0 auto;
text-transform: uppercase;
width: 200px;
}

a.weddingbutton:visited {
color: #5c5d5a;
}

a.weddingbutton:hover { 
border: 1px solid #202020;
color: #202020;
}

div.features {
float: left;
width: 250px;
margin: 30px;
}

img.features {
margin-bottom: 10px;
}

div.smaller {
/*width: 930px;*/
display: block;
margin: 0 auto;

width:100%;
max-width:930px;
}

div.smaller2 {
width: 930px;
display: block;
margin: 0 auto;
height: 900px;
}

div.designtext {
float: left;
margin-top: 175px;
}

div.designimage {
float: left;
margin-top: 75px;
}

div.howitworks {
width: 425px;
display: block;
margin: 0 auto;
padding-top: 150px;
}

div.awesomewedding {
background: url(https://blogzillastudio.com/wp-content/uploads/2015/03/makeyourweddingawesome2.png);
background-position: 50%;
height: 686px;
background-repeat: no-repeat;
margin-bottom: 0px;
}

div.weddingcustom {
background: url(https://blogzillastudio.com/wp-content/uploads/2015/03/customize2.png);
background-position: 50%;
height: 609px;
padding: 130px 0px;
background-repeat: no-repeat;
}

div.weddingopacity {
width: 600px;
background: rgba(242,242,242,0.9);
display: block;
margin: 0 auto;
padding: 50px;
}

#left-arrow, #right-arrow {
  position: absolute;
  z-index: 2;
  margin-top: 150px;
}

#right-arrow {
  margin-left: 900px;
}

div.weddingbanner {
position: relative;
overflow: auto;
width: 100% !important;
}

div.weddingbanner li {
list-style: none;
position: relative;
margin: 0px;
height: 720px !important;
}

div.weddingbanner ul li {
float: left;
}

.huge_it_slideshow_image_wrap_23 {
background: #fafafa !important;
}

.huge_it_slideshow_dots_container_23 {
display: none !important;
}

.homediv {
/*width: 930px;*/
max-width:930px;
text-align: center;
display: block;
margin: 50px auto 0 auto;
}

.hosting-link {
	text-align:center;
}
.hosting-link a,
.hosting-link a:visited {
	border-bottom:solid 1px rgba(255,255,255,0);
	padding-bottom:10px;
	font-family: 'FreightDispProBlack-Regular';
	font-size:3em;
	color:#202020;
	line-height: 1.1;
	letter-spacing: -.5px;
}

.hosting-link a:hover {
	border-bottom:solid 1px #e5a378;
}

aside#text-3.top-widget.widget_text {
	margin-bottom: -15px;
	}

.footerwidgettext {
/*width: 930px;*/
display: block;
/*margin: 15px auto 0 auto;*/

background:#CCC4BF;
width:50%;
float:right;
padding:5px 0 2px 0;
}

.footerwidgettext .maintext {
margin:0 !important;
line-height:normal;
letter-spacing:3px;
color:#fff;
}

.footerwidgettext .maintext  a {
	color:#fff;
}

.headerwide {
/*width: 865px;*/
display: block;
margin: 0 auto;
}

.homepic {
width: 100%;
height: 533px;
background: url(https://blogzillastudio.com/wp-content/uploads/2015/02/blogzillasplash2.png);
background-position: 50%;
background-position-x: 50%;
background-repeat: no-repeat;
background-color: #f0f0f0;
}

.themebigimage {
margin: 0 auto;
display: block;
/*width: 900px;*/

max-width:900px
}

.bigimagesub {
float: left;

width:50%;
}


.bigimagesub img {
  display:block;
  margin:auto;
}

.greystuff {
background: #f7f7f7;
display: none;
/*height: 425px;*/

padding:0 2%;
}

.addonthing {
/*margin-top: 20px;*/
float: left;
/*width: 910px;*/

width:100%;
max-width:910px;
margin:auto;
}

.otheraddon {
margin: 0px auto 0 auto;
display: block;
/*width: 910px;*/

max-width:910px;
}

.addontwonine {
width: 290px;
margin-right: 20px;
float: left;
}

.addontwonineother {
width: 290px;
float: left;
}

.slidewedding {
width: 860px;
display: block;
margin: 20px auto;
}

.weddingthemephoto {
display:block;
margin: 0 auto;
width: 600px;
}

.bigday {
display: block;
margin: 0 auto;
/*width: 800px;*/

width:80%;
max-width:800px;
}

.topwedding {
background: url(https://blogzillastudio.com/wp-content/uploads/2015/03/itsyourday2.png);
background-position: 50%;
height: 436px;
background-repeat: no-repeat;
margin-top: -30px;
}

.howpic {
background: url(https://blogzillastudio.com/wp-content/uploads/2015/03/howitworks2.png);
background-position: 50%;
height: 513px;
background-repeat: no-repeat;
}

.slideback {
background: #fafafa;
padding: 70px 0px 10px 0px;
margin-bottom: -5px;
}

.themesinaction {
margin: 30px auto 0 auto;
display: block;
width: 930px;
}

.themesinactionimagediv {
width: 930px;
display: block;
margin: 0 auto;
text-align: center;
}

.gettingstarted {
margin: 0 auto;
display: block;
width: 930px;
}

.gettingstartedbackground {
width: 100%;
height: 400px;
background: url(https://blogzillastudio.com/wp-content/uploads/2015/01/gettingstartednew.png);
background-position: 50%;
background-position-x: 50%;
background-repeat: no-repeat;
}

.instructionpage {
width: 850px;
display: block;
margin: 40px auto 0 auto;
}

.faq {
float: right;
width: 339px;
margin-top: 30px;
}

.contactimage {
width: 339px;
margin-right: 10px;
float: left;
}

#qaddonbox {
width: 339px;
padding: 75px 0px;
}

.gotaquestion {
float: left;
width: 450px;
margin-top: 30px;
margin-right: 15px;
}

.supporttick {
width: 930px;
display: block;
margin: 30px auto 0 auto;
}

.supportleft {
float: left;
width: 545px;
margin-right: 25px;
}

.supportleft2 {
float: left;
width: 360px;
}

.aboutblog {
float: left;
margin-right: 15px;
width: 465px;
margin-top: 30px;
}

.nice {
float: right;
width: 450px;
margin-top: 100px;
}

.contactmob {
width: 930px;
display: block;
margin: 30px auto 0 auto;
}

.contactmobform {
width: 550px;
display: block;
margin: 40px auto 0 auto;
}

.checkoutmob {
width: 930px;
display: block;
margin: -30px auto 0 auto;
}

.weddingsubpagetop {
width: 930px;
display: block;
margin: 60px auto 0 auto;
}

.weddingsubpagetopleft {
float: left;
margin-right: 35px;
width: 435px;
}

.weddingpurchase {
width: 435px;
margin-top: 25px;
}

#weddingpurchase2 {
width: 435px;
margin-top: 15px;
}

.weddingthemetext {
float: right;
width: 400px;
padding: 30px;
background: #f9f9f9;
margin-top: -20px;
}

.bottomtestim {
width: 862px;
margin: 25px auto 0 auto;
display: block;
border: #f9f9f9 solid 4px;
padding: 30px 30px 24px 30px;
float: left;
}

.weddingpagetoptop {
width: 930px;
display: block;
margin: 50px auto;
}

.weddingmobslide {
width: 100%;
height: 450px;
background: #f6f6f6;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
margin-top: -50px;
}

.arrowwedleft {
margin-top: 200px;
}

.arrowwedright {
margin-top: 200px;
}

.addontop {
width: 930px;
height: 371px;
background: #f6f6f6;
display: block;
margin: 0 auto;
}

.addonmore {
width: 930px;
display: block;
margin: 30px auto 0 auto;
}

.addonmorehalf {
float: left;
margin-right: 35px;
width: 445px;
}

.addonmorehalf .themesubheader:nth-child(1) {
	font-family:'FreightDispProBlack-Regular';
	text-align:center;
	font-size:2.75em !important;
	text-transform:capitalize !important;
}

.addonmorehalf .themesubheader:nth-child(2) {
	text-align:center;
	font-family:'Karla', sans-serif;
	font-size:12px !important;
	font-weight:normal;
	letter-spacing:1.5px;
	margin:0 !important;
	padding:25px 0;
}

.addonotherhalf {
float: right;
width: 390px;
padding: 30px;
background: /*#f9f9f9*/ #eceae9;
margin-top: 0px;
}

.addonbottoms {
margin-top: 40px;
float: left;
width: 930px;
}

.addonbottoms .themesubheader {
	text-transform:uppercase !important;
}

.addonbottoms2 {
width: 930px;
margin: 0 auto;
display: block;
}

.addonwide2 {
width: 225px;
margin-right: 10px;
float: left;
}

.addonwide1 {
width: 225px;
float: left;
}

#addonbox2 {
width: 225px;
}

.themeswides {
width: 930px;
display: block;
margin: 60px auto 0 auto;
}

.themeswidesleft {
float: left;
margin-right: 35px;
width: 445px;
}

#purchasethemes {
width: 435px;
}

.faqsides23 {
float: right;
width: 390px;
padding: 30px;
background: /*#f9f9f9*/ #eceae9;
margin-top: -20px;
}

.themeanother1 {
margin-top: 40px;
float: left;
width: 930px;
}

.entry-content .themeanother1 h1 {
	font-family:'Montserrat', sans-serif;
font-family: 'Montserrat', sans-serif;
    text-transform: uppercase !important;
    font-size: 14px !important;
	letter-spacing: .5px;
}

.theme700 {
width: 780px;
margin: 0 auto;
display: block;
}

.theme700s {
width: 250px;
margin-right: 10px;
float: left;
}

.theme700a {
width: 250px;
float: left;
}

.topbutton {
	height:40px;
	width:40px;
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:1;
	background-image: url("images/topbutton.png");
	background-repeat:no-repeat;
	display:none;
	opacity: .9;
	background-size: cover;
	}



/* =RESPONSIVE FOR PHONES
----------------------------------------------- */
/* Minimum width of 320 pixels. */
@media screen and (min-width: 320px) {

.toggled-on #menu-item-4569 a:after,
.toggled-on #menu-item-4571 a:after {
	content: "+";
	color: #202020;
    padding-left: 3px;
}

.toggled-on #menu-item-4562 a:after,
.toggled-on #menu-item-4581 a:after,
.toggled-on #menu-item-4570 a:after,
.toggled-on #menu-item-4572 a:after,
.toggled-on #menu-item-4573 a:after,
.toggled-on #menu-item-4574 a:after,
.toggled-on #menu-item-4575 a:after {
	content: "";
}

	div.smaller {
		padding:75px 0;
	}
	div.smaller .designtext,
	div.smaller .designimage {
		float:none;
		margin:0 auto;
	}
	div.smaller .designtext {
		margin-bottom:50px;
	}
	h3.weddings {
		margin-top:0;
	}
	div.smaller .designimage img {
		display:block;
		margin:auto;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {

.topbutton {
display: none;
}


#m-themesdisplay .tdisplay figure img,
#m-themesdisplay .tdisplay figure > p.image {
    margin: -41px 0 0 0;
}

#m-themesdisplay .tdisplay figure figcaption h2 {
line-height: 5.5;
font-size: 1.5em;
}

#m-themesdisplay {
    margin: 0px 0 0 0;
    padding: 31px 0 0 0;
}

#m-themesdisplay .tdisplay figure figcaption p {
display: none;
}

#m-themesdisplay .tdisplay {
	margin-bottom: 60px;
}

.foraction {
width: 100% !important;
}

.theme700s {
width: 100%;
margin-right: 0px;
float: none;
}

.theme700a {
width: 100%;
float: none;
}

.theme700 {
width: 100%;
}

.themeanother1 {
margin-top: 40px;
float: none;
width: 100%;
}

.faqsides23 {
  float: none;
  width: 78%;
  padding: 30px;
  margin-top: 20px;
}

#purchasethemes {
width: 94.5%;
}

.themeswidesleft {
float: none;
margin-right: 0px;
width: 100%;
}

.themeswides {
width: 100%;
}

.themeslidetop {
display: none;
}

.themeslidetop > div {
border:solid 1px blue;
}

#addonbox2 {
width: 100%;
}

.addonwide2 {
width: 100%;
margin-right: 0px;
float: none;
}

.addonwide1 {
width: 100%;
float: none;
}

.addonbottoms2 {
width: 100%;
}

.addonbottoms {
float: none;
width: 100%;
}

.addonotherhalf {
  float: none;
  margin-top: 20px;
  width: 80%;
}

.addonmorehalf {
float: none;
margin-right: 0px;
width: 100%;
}

.addontop {
width: 100%;
height: auto;
display: none;
}

.addonmore {
width: 100%;
}

.weddingbanner img {
width: 86% !important;
margin: 15px auto !important;
}

.arrowwedleft {
  margin-top: 90px !important;
  width: 10px;
  margin-left: 5px;
}

.arrowwedright {
  margin-top: 90px !important;
  width: 10px;
  margin-left: 79% !important;
}

.arrowwedleft2 {
  margin-top: 90px !important;
  width: 15px;
  margin-left: 0px;
}

.arrowedright2 {
  margin-top: 90px !important;
  width: 15px;
  margin-left: 70% !important;
}

.weddingmobslide {
height: 180px;
}

span.weddingtestimonial {
padding-left: 0px;
}

.weddingpagetoptop {
width: 100%;
}

.bottomtestim {
  width: 78%;
  float: none;
  margin: 25px 0px;
}

.weddingthemetext {
float: none;
width: 80.5%;
padding: 30px;
background: #f9f9f9;
margin-top: 0px;
}

#weddingpurchase2 {
width: 94.5%;
}

.weddingpurchase {
width: 100%;
}

.weddingsubpagetopleft {
float: none;
margin-right: 0px;
width: 100%;
}

.weddingsubpagetop {
width: 100%;
}

.checkoutmob {
width: 100%;
}

.contactmobform {
width: 100%;
}

.contactmob {
width: 100%;
}

.hair {
height: auto;
}

img.computer {
display: none;
}

.nice {
float: none;
width: 100%;
margin-top: 20px;
}

.aboutblog {
float: none;
margin-right: 0px;
width: 100%;
margin-top: 20px;
}

.supportleft2 {
float: none;
width: 100%;
}

.supportleft {
float: none;
width: 100%;
margin-right: 0px;
}

.supporttick {
width: 100%;
}

.gotaquestion {
float: none;
width: 100%;
margin-top: 20px;
margin-right: 0px;
}

.faq {
float: none;
width: 100%;
margin-top: 20px;
}

.contactimage {
width: 100%;
margin-right: 0px;
float: none;
}

#qaddonbox {
width: 100%;
}

.instructionpage {
width: 100%;
}

.gettingstarted {
width: 100%;
}

.gettingstartedbackground {
width: 100%;
  height: 200px;
  background: url(https://blogzillastudio.com/wp-content/uploads/2015/01/gettingstartednew.png);
  background-position: 50%;
  background-position-x: 33%;
  background-repeat: no-repeat;
  background-size: cover;
}

.themesinaction {
width: 100%;
}

.themesinactionimagediv {
width: 100%;
}

div.showcasebutton img {
height: auto;
}

div.weddingcustom {
  background: url(https://blogzillastudio.com/wp-content/uploads/2015/03/customize2.png);
  background-position: 50%;
  height: 390px;
  padding: 20px 0px;
  background-repeat: no-repeat;
margin-bottom: -65px;
}

div.awesomewedding {
  background: url(https://blogzillastudio.com/wp-content/uploads/2015/03/makeyourweddingawesome2.png);
  background-position: 50%;
  height: 300px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  background-size: cover;
}

#bottomwedding {
padding-top: 25px !important;
}

.slideback {
background: #fafafa;
padding: 40px 0px 10px 0px !important;
  margin-bottom: -30px !important;
  height: 560px;
}

.howpic {
height: 190px;
background-size: cover;
}

h1.weddings {
  text-align: left;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2.1px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #5c5d5a;
  padding-top: 60px;
  padding-left: 20px;
}

h2.weddings {
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2.1px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  text-transform: uppercase;
  color: #5c5d5a;
  font-weight: lighter;
  padding-left: 20px;
}

.topwedding {
height: 190px;
background-size: cover;
}

.weddingthemephoto {
width: 100%;
}

/*.bigday {
width: 100%;
}*/

.slidewedding {
width: 88.5%;
padding: 0px;
}

#left-arrow, #right-arrow {
  position: absolute;
  z-index: 2;
  margin-top: 200px;
}

.addontwonine {
width: 100%;
margin-right: 0px;

margin:10px auto;
}

.addontwonineother {
width: 100%;
float: left;

margin:10px auto;
}

.addonthing {
width: 100%;
}

.otheraddon {
width: 100%;
}

.greystuff {
/*height: 495px;*/
}

.bigimagesub {
  float: none;
  width: 90%;
  margin: 0 auto;
}

div.blogthemesfloat {
  float: left;
  padding: 20px;
  margin-top: -20px;
  width: 90%;
}

.themebigimage {
width: 100%;
}

.homepic {
width: 100%;
height: 300px;
background-size: cover;
}

.homediv {
width: 100%;
margin: 20px auto 0px auto;
}

/*h1.home {
margin-bottom: 20px !important;
}*/

div.testimonial {
width: 100%;
}
/*.footerwidgettext {
width: 100%;
}
.headerwide {
width: 85%;
}*/

ul.topnav li {
display: inline-block;
border-bottom: 1px solid rgba(255,255,255,0);
  color: #202020;
  line-height: 2;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-family: 'Montserrat', sans-serif;
  outline: 0;
}

ul.topnav {
display: block !important;
margin: 0 auto !important;
float: none !important;
}

ul.socialmedia {
display: none !important;
margin: -10px auto 0 auto !important;
float: none !important;
padding: 0px 0px 7px 0px;
}

ul.topsocial li {
display: inline-block;
}

.widget-area {
display: none;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
width: 100%;
}

div#edd_checkout_wrap {
width: 100%;
}

div#content {
width: 100%;
}

div.smaller {
width: 100%;
/*height: 400px !important;*/
}

div.smaller2 {
width: 100%;
height: 2150px;
}

.purchasedemo {
width: 100%;
}

a.button {
width: 90%;
}

div.designimage {
  float: none;
  margin: 35px auto 0 auto;
  display: block;
  width: 90%;
}

div.designtext {
  float: none;
  margin: 45px auto 0 auto;
  width: 90%;
  text-align: center;
}

a.weddingbutton {
width: 80%;
}

div.features {
width: 75%
}

div.howitworks {
width: 65%;
padding-top: 8px;
}

h4.weddings {
 text-align: center;
  font-size: 14.5px;
  line-height: 25px;
  letter-spacing: 0.1px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #5c5d5a;
  margin: 0px 0px 10px 0px;
  font-weight: lighter;
}

p.weddings2 {
  text-align: justify;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: -.3px;
  font-family: 'Karla', sans-serif;
  color: #5c5d5a;
}

div.weddingopacity {
  width: 85%;
  padding: 18px 10px 1px 10px;
}

p.weddings {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
  color: #5c5d5a;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -.4px;
  margin-bottom: 20px;
}

.homediv {
width: 100%;
}

.footerwidgettext {
width: 100%;
}

.headerwide {
width: 100%;
}

.purchasedemo {
width: 100%;
}

#edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap textarea {
width: 50%;
}

#edd-purchase-button, .edd-submit, input[type=submit].edd-submit {
width: 50%;
}

.edd-submit.button.blue {
width: 94.5% !important;
}

#edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap textarea {
width: 50%;
}

form.wpcf7-form input#website {
width: 92%;
}

form.wpcf7-form input#email {
width: 92%;
}

form.wpcf7-form input#name {
width: 92%;
}

form.wpcf7-form textarea {
width: 92%;
}

form.wpcf7-form input[type="submit"] {
width: 30%;
}

.wpcf7-form-control-wrap.captchar .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 50%;
}

.wpcf7 input[type="text"].wpcf7-captchar {
  width: 67%;
  margin-top: 8px;
}

.wpcf7 select {
width: 48.4%;
}

.yks-mailchimpFormContainer-0-e1f850ebd6 {
width: 50% !important;
}

#cboxClose{ 
width: 100%;
}

div#cboxLoadedContent {
width: 100%;
}

div#colorbox.cbox_wpp_default_theme {
width: 50% !important;
}

.wpp_popup_default_theme .sub_content {
width:75% !important;
}

#cboxContent {
width: 75% !important;
}

div#wpp_success_message {
width: 50%;
}

a .addonbox {
width: 100% !important;
  margin: 10px 0px;
padding: 20px 0 !important;
}

.addonsub {
margin-top: 35px !important;
}

a .addonboxsmall {
width: 97.5%;
}

widget-area {
display: none;
}

.themebuttondiv {
width: 100% !important;
margin: 0 auto !important;
}

}



@media only screen 
and (min-device-width : 569px) 
and (max-device-width : 599px) {
ul.topnav {
	display: block !important;
	margin: 0 auto !important;
	float: none !important;
}
ul.topsocial {
	display: block !important;
	margin: -10px auto 0 auto !important;
	float: none !important;
	padding: 0px 0px 7px 0px;
}
}



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 768px) {
	span.bloginfo {
		width:100%;
		float:none;
	}
	.footerwidgettext {
		width:100%;
		float:none;
	}

	.hosting-link a,
	.hosting-link a:visited {
		border-bottom:solid 1px rgba(255,255,255,0);
		padding-bottom:0px;
		font-family: 'FreightDispProBlack-Regular';
		font-size:35px;
		color:#202020;
		line-height: 1.2;
		letter-spacing: 0px !important;
	}
}



/* Minimum width of 569 pixels. */
@media screen and (min-width: 569px) {
.bigimagesub {
  float: none;
  width: 90%;
  margin: 0 auto;
}

div.blogthemesfloat {
  /*float: left;*/
  padding: 20px;
  margin-top: -20px;
  /*width: 90%;*/

  float:none;
  text-align:center;
}

.themebigimage {
  width: 100%;
}

.addontwonine {
width: 100%;
margin-right: 0px;

margin:10px 0;
}
.addontwonineother {
width: 100%;
float: left;

margin:10px 0;
}

.addontwonine *,
.addontwonineother * {
	margin:auto;
}
}



/* Minimum width of 625 pixels. */
@media screen and (min-width: 625px) {
	.addonthing {
		width:96%;
		padding:0 2%;
	}
}



/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
.imagebuttonipad {
	width: 32%;
}
.imagebuttontext {
	bottom:30px;
}

.addontwonine {
width: 32%;
max-width:290px;

margin-right:2%;
}

.addontwonineother {
width: 32%;
max-width:290px;
}
}


/* Minimum width of 800 pixels. */
@media screen and (min-width: 800px) {
.bigimagesub {
  width:60%;
  float:left;
}

div.blogthemesfloat {
  width:37%;
  margin:8% 0 0 3%;
  padding:0;
  float:left;
  text-align:left;
}
}




/* Minimum width of 840 pixels. */
@media screen and (min-width: 840px) {
.site-header {
	/*background:#efefef;*/
	width:840px;
	margin:auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    	justify-content: center;
}
}



/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	.addonthing {
		width:910px;
		padding:0;
	}
	
	#smaller-browse {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}

	div.smaller .designtext {
		float:left;
	}
	div.smaller .designimage {
		float:right;
	}
}




/* =Responsive for iPads
----------------------------------------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {

/*.footerwidgettext {
    width: 100%;
}*/

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
width: 100%;
}

.main-navigation li {
    margin: 0 15px;
}

.homediv {
    width: 100%;
}

.imagebutton img {
height: auto;
}

/*.imagebuttontext {
top: 135px;
}
.imagebuttonipad {
width: 32%;
}*/
}

/**
 * @license
 * MyFonts Webfont Build ID 3189548, 2016-03-20T15:01:44-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FreightDispProBlack-Regular by GarageFonts
 * URL: https://www.myfonts.com/fonts/garagefonts/freight-disp-pro/black/
 * Copyright: Copyright &#x00A9; 2005-2009, Joshua Darden &amp; Phil's Fonts, Inc. All rights reserved. Published by Garagefonts USA 301-879-9222 www.garagefonts.com
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3189548
 * 
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/30ab2c");

  
@font-face {font-family: 'FreightDispProBlack-Regular';src: url('webfonts/30AB2C_0_0.eot');src: url('webfonts/30AB2C_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30AB2C_0_0.woff2') format('woff2'),url('webfonts/30AB2C_0_0.woff') format('woff'),url('webfonts/30AB2C_0_0.ttf') format('truetype');}

ul.socialmedia a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.facebook a:before {
	content: "\f204";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.instagram a:before {
	content: "\f215";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.pinterest a:before {
	content: "\f209";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

.twitter a:before {
	content: "\f202";
    	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
	outline: 0;
	}

ul.socialmedia li {
	margin: 0px 2px;
	}

ul.socialmedia a {
	outline: 0;
	border: none;
	border-radius: 0;
	display: block;
	height: 16px;
	position: relative;
	width: 16px;
	outline: 0;
	color: #202020 !important;
	}

ul.socialmedia a:hover {
	color: #7d7d7d !important;
	text-decoration: none !important;
	border-bottom: none;
	}

ul.socialmedia li:first-child {
	padding-left: 0px !important;
	}

ul.socialmedia li:last-child {
	padding-right: 7px !important;
	}

ul.socialmedia {
	float: right;
margin: 11px 0px 0px 0px;
	}

/**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url("./Genericons.eot");
  src: url("./Genericons.eot?") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url("./Genericons.ttf") format("truetype"),
       url("./Genericons.svg#Genericons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url("./Genericons.svg#Genericons") format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 13px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }

.instructionsubs {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
	margin-top: 25px !important;
	}