/*
Theme Name: Blossom (pipdig)
Theme URI: https://www.pipdig.co
Author: pipdig
Author URI: https://www.pipdig.co
Description: A luxury WordPress theme by pipdig.
Version: 1.14.1
Text Domain: pipdig-textdomain
License: Copyright 2018
*/

/* Reset - normalize.css v2.1.3 | MIT License */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html{overflow-x:hidden}*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

embed, iframe, object {
	max-width: 100%;
}

body {
	color: #333;
	font-size: 14px;
	font-family: Century Gothic, sans-serif;
	font-weight: 400;
	background: #fff;
	line-height: 1.4;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: freight, serif;
	font-weight: 400 !important;
	text-transform: none;
}
h1 {font-size: 35px}
h2 {font-size: 30px}
h3 {font-size: 25px}
h4 {font-size: 25px}
h5 {font-size: 22px}
h6 {font-size: 20px}
.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{text-align:left;letter-spacing:1px;}
.entry-content h2 {
	font-size:24px;
}
.entry-content h3 {
	font-size:22px;
}
.entry-content h4 {
	font-size:21px;
}
.entry-content h5 {
	font-size:20px;
}
.entry-content h6 {
	font-size:18px;
}
blockquote p {
	color: #111;
	font: italic 13px Georgia, serif;
	line-height: 1.6;
}
blockquote cite {
	margin-top: 10px;
	display: block;
	color: #384750;
	font-size: 13px;
	font-weight: 400;
}
pre {
	background: #f7f7f7;
	border-radius: 0;
	border: 2px solid #e2e2e2;
}

/* Links */
a {
	text-decoration: none;
	color: #999;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
}
a:hover,
a:focus {
	color: #000;
	outline: none;
	text-decoration: none;
}

cite {
font-style: normal;
}


.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:white;
  z-index:999;
}
 
.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
} 

.spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}


.date-bar {
height: 3px;
}
.date-bar-white-bg {
background: #fff;
padding: 0 10px;
position: relative;
top: -7px;
}
.date-bar-white-bg > span::after {
	content: " / ";
}
.date-bar-white-bg > span:last-child::after {
	content: "";
}



/* Lists
   ========================================================================== */
ul,
ol {
	margin-top: 0;
	padding-left: 25px;
	margin-bottom: 1em;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 15px;
	margin-bottom: 0;
}
dl {
	margin-bottom: 1em;
}
dt,
dd {
	line-height: 1.428571429;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
	margin-bottom: .5em;
}

/* Codes
   ========================================================================== */
code,
kbd,
pre,
samp {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

/* Tables
   ========================================================================== */
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5em;
	background-color: transparent;
	border: 1px solid #ddd;
}
th {
	text-align: left;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border: 1px solid #ddd;
}
table > thead > tr > th {
	vertical-align: bottom;
	border-bottom-width: 2px;
}
table > tbody + tbody {
	border-top: 1px solid #dddddd;
}
table table {
	background-color: #ffffff;
}
table col[class*="col-"] {
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	float: none;
	display: table-cell;
}


/* Lists
   ========================================================================== */
.alignleft {
	float: left;
	display: inline;
	margin: 0 1.5em 1.5em 0;
}
.alignright {
	float: right;
	display: inline;
	margin: 0 0 1.5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Clearing
   ========================================================================== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
*:first-child+html .clearfix {
	min-height: 1px;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}



/* Base forms */

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
select[multiple],
select[size] {
	height: auto;
}
select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	height: auto;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
	display: inline-block;
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 6px 10px;
	color: #333;
	font-size: 14px;
	line-height: 1.428571429;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dddddd;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	   -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
	outline: 0;
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
	color: #666666;
}
.form-control::-moz-placeholder {
	color: #666666;
}
.form-control:-ms-input-placeholder {
	color: #666666;
}
.form-control::-webkit-input-placeholder {
	color: #666666;
}
.form-group {
	margin-bottom: 15px;
}
textarea,
textarea.form-control {
	height: auto!important;
}
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 3px;
	-webkit-appearance: button;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
		 -o-user-select: none;
			user-select: none;
	-webkit-transition: background-color .1s linear;
	   -moz-transition: background-color .1s linear;
		-ms-transition: background-color .1s linear;
		 -o-transition: background-color .1s linear;
			transition: background-color .1s linear;
}
.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #333333;
	text-decoration: none;
}
.btn:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	   -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
			box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}


/* Forms
   ========================================================================== */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
select {
	
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
	border-color: #eee;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 10px 15px;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 0;
	background: #111;
}
input[type="reset"] {
	color: #333;
	background: #eee;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #fff;
}
input[type="reset"]:hover,
input[type="reset"]:focus {
	color: #333;
	background: #e5e5e5;
}

/* Media
   ========================================================================== */
img.alignleft,
.wp-caption.alignleft {
	margin: .5em 1.5em 1em 0;
}
img.alignright,
.wp-caption.alignright {
	margin: .5em 0 1em 1.5em;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin: .5em auto;
}
.page-content img,
.entry-content img, .page-content img,
.entry-summary img,
.comment-content img,
.site-sidebar img {
	max-width: 100%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1em;
	padding: .6em;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	color: #333;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: .6em 0 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.entry-attachment .attachment {
	margin: 0 0 1.5em;
}
.attachment-thumbnail {
	border-color: #f7f7f7!important;
}



/* Search Forms
   ========================================================================== */
.search-form {
	position: relative;
}
.search-form .form-group {
	margin: 0;
}
.search-form .form-submit {
	top: 0;
	right: 0;
	position: absolute;
}
.search-form .fa-search {
	font-size: 18px;
	line-height: 1;
}

/* Layout
   ========================================================================== */
.container {
	max-width: 1140px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	/* background: #fff; */
}
.site-footer .container {
    background: transparent;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 12px;
	padding-right: 12px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666666666666%;
}
.col-xs-10 {
	width: 83.33333333333334%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666666666666%;
}
.col-xs-7 {
	width: 58.333333333333336%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666666666667%;
}
.col-xs-4 {
	width: 33.33333333333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.666666666666664%;
}
.col-xs-1 {
	width: 8.333333333333332%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666666666666%;
}
.col-xs-pull-10 {
	right: 83.33333333333334%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666666666666%;
}
.col-xs-pull-7 {
	right: 58.333333333333336%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666666666667%;
}
.col-xs-pull-4 {
	right: 33.33333333333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.666666666666664%;
}
.col-xs-pull-1 {
	right: 8.333333333333332%;
}
.col-xs-pull-0 {
	right: 0%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666666666666%;
}
.col-xs-push-10 {
	left: 83.33333333333334%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666666666666%;
}
.col-xs-push-7 {
	left: 58.333333333333336%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666666666667%;
}
.col-xs-push-4 {
	left: 33.33333333333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.666666666666664%;
}
.col-xs-push-1 {
	left: 8.333333333333332%;
}
.col-xs-push-0 {
	left: 0%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666666666666%;
	}
	.col-sm-10 {
		width: 83.33333333333334%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666666666666%;
	}
	.col-sm-7 {
		width: 58.333333333333336%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666666666667%;
	}
	.col-sm-4 {
		width: 33.33333333333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.666666666666664%;
	}
	.col-sm-1 {
		width: 8.333333333333332%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666666666666%;
	}
	.col-sm-pull-10 {
		right: 83.33333333333334%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666666666666%;
	}
	.col-sm-pull-7 {
		right: 58.333333333333336%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666666666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.666666666666664%;
	}
	.col-sm-pull-1 {
		right: 8.333333333333332%;
	}
	.col-sm-pull-0 {
		right: 0%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666666666666%;
	}
	.col-sm-push-10 {
		left: 83.33333333333334%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666666666666%;
	}
	.col-sm-push-7 {
		left: 58.333333333333336%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666666666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.666666666666664%;
	}
	.col-sm-push-1 {
		left: 8.333333333333332%;
	}
	.col-sm-push-0 {
		left: 0%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666666666666%;
	}
	.col-md-10 {
		width: 83.33333333333334%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 68%;
	}
	.col-md-7 {
		width: 58.333333333333336%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666666666667%;
	}
	.col-md-4 {
		width: 32%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.666666666666664%;
	}
	.col-md-1 {
		width: 8.333333333333332%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666666666666%;
	}
	.col-md-pull-10 {
		right: 83.33333333333334%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666666666666%;
	}
	.col-md-pull-7 {
		right: 58.333333333333336%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666666666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.666666666666664%;
	}
	.col-md-pull-1 {
		right: 8.333333333333332%;
	}
	.col-md-pull-0 {
		right: 0%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666666666666%;
	}
	.col-md-push-10 {
		left: 83.33333333333334%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666666666666%;
	}
	.col-md-push-7 {
		left: 58.333333333333336%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666666666667%;
	}
	.col-md-push-4 {
		left: 33.33333333333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.666666666666664%;
	}
	.col-md-push-1 {
		left: 8.333333333333332%;
	}
	.col-md-push-0 {
		left: 0%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-md-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-md-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666666666666%;
	}
	.col-lg-10 {
		width: 83.33333333333334%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666666666666%;
	}
	.col-lg-7 {
		width: 58.333333333333336%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666666666667%;
	}
	.col-lg-4 {
		width: 33.33333333333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.666666666666664%;
	}
	.col-lg-1 {
		width: 8.333333333333332%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666666666666%;
	}
	.col-lg-pull-10 {
		right: 83.33333333333334%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666666666666%;
	}
	.col-lg-pull-7 {
		right: 58.333333333333336%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666666666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.666666666666664%;
	}
	.col-lg-pull-1 {
		right: 8.333333333333332%;
	}
	.col-lg-pull-0 {
		right: 0%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666666666666%;
	}
	.col-lg-push-10 {
		left: 83.33333333333334%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666666666666%;
	}
	.col-lg-push-7 {
		left: 58.333333333333336%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666666666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.666666666666664%;
	}
	.col-lg-push-1 {
		left: 8.333333333333332%;
	}
	.col-lg-push-0 {
		left: 0%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-lg-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

/* ==========================================================================
   Navigation
   ========================================================================== */
.site-menu {
	position: relative;
	z-index: 99;
}
.menu-text {
	display: none;
	float: right;
	padding: 13px 20px;
	font-size: 16px;
	line-height: 24px;
}
.menu-bar ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}
.menu-bar ul li {
	position: relative;
}
.menu-bar ul li a {
	display: block;
	text-decoration: none;
	line-height: 38px;
	font-size: 11px;
	font-weight: 400;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 18px;
	color: #000;
	-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.menu-bar ul li a:hover, .menu-bar ul li a:focus {
	color: #999;
}
.menu-bar {
	height: auto;
}
.menu-bar ul ul {
	opacity: 0;
	height: 0;
	overflow: hidden;
	-moz-transition: all 0.17s ease-out; -webkit-transition: all 0.17s ease-out; transition: all 0.17s ease-out;
	position: absolute;
	top: 38px;
	left: 0;
	width: auto;
	background: #f8f2ee;
	border: none;
	text-align: left;
}
.menu-bar ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
.menu-bar ul li:hover > ul, .menu-bar ul li:focus > ul {
	opacity: 1;
	height: auto;
	overflow: visible;
}
.menu-bar > ul > li {
	display: inline-block;
}
.menu-bar ul ul li {
	display: block;
	padding: 0;
	border-right: none;
}
.menu-bar ul li ul a {
line-height: 1.4;
padding: 6px 18px;
min-width: 150px;
}
.site-top.stickybar{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 5000;
opacity: 1;
visibility: visible;
}
.sticky-nudge {
	margin-top: 38px;
}


/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
font-size: 28px;
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: 5px 5px 7px;
line-height: 1.125em;
}

.slicknav_menu {
*zoom: 1;
}
	.slicknav_menu .slicknav_menutxt {
		display: block;
		line-height: 1.188em;
		float: left; }
	.slicknav_menu .slicknav_icon {
		float: left;
		margin: 0.188em 0 0 0.438em; }
	.slicknav_menu .slicknav_no-text {
		margin: 0; }
	.slicknav_menu .slicknav_icon-bar {
		display: block;
		width: 1.125em;
		height: 0.125em;
}
	.slicknav_menu:before {
		content: " ";
		display: table; }
	.slicknav_menu:after {
		content: " ";
		display: table;
		clear: both; }

.slicknav_nav {
clear: both;
}
	.slicknav_nav ul {
		display: block; }
	.slicknav_nav li {
		display: block; }
	.slicknav_nav .slicknav_arrow {
		font-size: 0.8em;
		margin: 0 0 0 0.4em; }
	.slicknav_nav .slicknav_item {
		cursor: pointer; }
		.slicknav_nav .slicknav_item a {
			display: inline; }
	.slicknav_nav .slicknav_row {
		display: block; }
	.slicknav_nav a {
		display: block; }
	.slicknav_nav .slicknav_parent-link a {
		display: inline; }

.slicknav_brand {
	float: left; }

.slicknav_menu {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-sizing: border-box;
	background: #f8f2ee;
	padding: 3px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	}
	.slicknav_menu * {
		box-sizing: border-box; }
	.slicknav_menu .slicknav_menutxt {
		color: #000;
		}
	.slicknav_menu .slicknav_icon-bar {
		display: none;
	}

.slicknav_nav {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	list-style: none;
	overflow: hidden; }
	.slicknav_nav ul {
		list-style: none;
		overflow: hidden;
		padding: 0;
		margin: 0 0 0 20px; }
	.slicknav_nav .slicknav_row {
		padding: 0 5px;
		margin: 2px; }
	.slicknav_nav a {
		padding: 2px 5px;
		margin: 0 2px;
		text-decoration: none;
		color: #000; }
	.slicknav_nav .slicknav_txtnode {
		margin-left: 15px; }
	.slicknav_nav .slicknav_item a {
		padding: 0;
		margin: 0; }
	.slicknav_nav .slicknav_parent-link a {
		padding: 0;
		margin: 0;
	}

.slicknav_brand {
	color: #000;
	line-height: 30px;
	padding: 7px 5px;
	height: 44px;
}
.slicknav_brand a {
	margin: 0 10px;
	color: #000;
}

  
  
.slicknav_menu {
	display:none;
}

/* Top Bar
   ========================================================================== */
.site-top {
	background: #f8f2ee;
	width: 100%;
	z-index: 500;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 300ms ease;
}
.site-top .container {
	background: transparent;
}
.wpadminbar-nudge {
	min-height: 32px;
}
.site-top-secondary {
	position: relative;
	transition: all 300ms ease;
	text-align: center;
}
.single .site-top-secondary {
	padding-bottom: 10px;
}
/*
.site-top-secondary .site-secondary-menu-border {
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;	
}
*/
.site-top-secondary .site-menu .menu-bar ul li a {
	color: #000;
}
.site-top-secondary .site-menu .menu-bar ul li a:hover {
	color: #999;
}
.site-top-secondary .site-menu .menu-bar ul ul {
	background: #fff;
}

/* Scotch panels
   ========================================================================== */
   
#scotch-panel-blossom {
    background: #f2eae5;
	color: #000;
	text-align: center;
}
#scotch-panel-blossom  h5 {
	color: #000;
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 0;
}
#scotch-panel-blossom a {
	color: #000;
}
#scotch-panel-blossom a:hover {
	color: #999;
}
#scotch-panel-blossom .form-control {
	background: transparent;
	border: 0;
	color: #000;
	text-align: center;
	-webkit-appearance: none;
}
#scotch-panel-blossom .form-control:-moz-placeholder {
	color: #000;
}
#scotch-panel-blossom .form-control::-moz-placeholder {
	color: #000;
}
#scotch-panel-blossom .form-control:-ms-input-placeholder {
	color: #000;
}
#scotch-panel-blossom .form-control::-webkit-input-placeholder {
	color: #000;
}

#blossom_search {
	border-top: 3px solid #f2eae5;
}
#blossom_search .blossom_search_inner {
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 1;
}
.toggle-blossom-scotch {
	background: #f2eae5;
	padding: 5px;
	color: #000;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	display: block;
	width: 34px;
	height: 34px;
	position: relative;
	top: -18px;
}
.toggle-blossom-scotch .fa {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
	color: #000;
	position: relative;
	left: 11px;
	top: 6px;
	font-size: 12px;
}


/* Header
   ========================================================================== */
.site-header {
	text-align: center;
	background: #f8f2ee;
	border-bottom: 3px solid #f2eae5;
}
/*
.site-header::after {
    top: 0;
    transform: skewY(-1deg);
    transform-origin: 0 100%;
	background: inherit;
	content: '';
	display: block;
	height: 7%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
*/
.site-header .container {
	padding-top: 70px;
	padding-bottom: 30px;
}
.site-branding {
	text-align: center;
}
.site-title {
	margin: 0;
	font-size: 80px;
	font-family: Ohioh, sans-serif;
	line-height: 1;
	color: #000;
	text-transform: none;
	letter-spacing: 0;
}
.site-title img {
	margin: 20px auto 0;
	display: block;
	max-width: 100%;
	height: auto;
}
.site-title a {
	color: #000;
}
.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}
.site-description {
	color: #000;
	line-height: 1.5;
	margin: 10px auto 0;
	font: 400 11px Montserrat, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.header_section_bottom_right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.header_section_bottom_right #main_menu_under_header {
	float: right;
}

#header-full-width-widgets {
	padding: 20px 0;
}
#footer-full-width-widgets {
	padding: 20px 0;
}

#widget_area_after_first, #widget_area_after_second, #widget_area_after_third {
	padding-bottom: 70px;
}

#blossom_about_me img {
	max-width: 100%;
}
#blossom_about_me {
	text-align: center;
}

/* ==========================================================================
   Main Area
   ========================================================================== */
.site-main .container {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* Entries
   ========================================================================== */
.hentry {
	margin-bottom: 70px;
}
.single .hentry, .page .hentry {
	margin-bottom: 0;
}
.show-author {display:none}

/* Entry Header */
.entry-header {
	margin: 0 0 15px;
}

.entry-header .entry-meta {
	border-top: 1px solid #111;
}

/* Entry Title */
.entry-title {
	margin: 5px 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	/*
	-ms-word-wrap: break-word;
		word-wrap: break-word;
	*/
}
.entry-title a {
	color: #000;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #999;
	text-decoration: none;
}
.entry-title a:visited {
}

/* Entry Meta */
.entry-meta {
	color: #222;
	font-size: 10px;
	letter-spacing:2px;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	text-align: center;
}
.entry-meta a {
	color: #222;
}
.entry-meta a:hover,
.entry-meta a:focus {
	color: #000;
	text-decoration: none;
}
.entry-meta a:visited {
}

/* Entry Footer */
.entry-footer {
	text-align:left;
}

.entry-footer a {
	color: #222;
}
.entry-footer a:hover {
	color: #999;
}
.entry-footer .location {
	margin-top: 10px;
}
/* Entry Meta Icons */
.entry-meta .fa {
	margin-right: 5px;
	font-size: 11px;
	color:#555;
}
.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .cat-links,
.entry-meta .tags-links,
.entry-meta .bookmark-link {
	margin-right: 15px;
}

/* Entry Thumbnail */
.entry-thumbnail {
}

/* Entry Content */
.entry-content {
	margin-bottom: 10px;
	text-align: justify;
}
.entry-summary {
	text-align: justify;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 5px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-top: 5px;
}

/* Post Formats
   ========================================================================== */
.mejs-container {
	margin-bottom: 30px;
}

/* Search results/No posts
   ========================================================================== */
.page-header {
	margin: 16px 0 30px;
	border: none;
}
.page-title {
	margin: 0;
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
.taxonomy-description {
	margin: 10px 0 0;
	font-size: 14px;
}
.taxonomy-description p:last-child {
	margin: 0;
}

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



/* Content Navigations
   ========================================================================== */
.site-main .paging-navigation .nav-previous, .site-main .post-navigation .nav-previous {
	width: 50%;
	float: left;
}
.site-main .paging-navigation .nav-next, .site-main .post-navigation .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}
.site-main .paging-navigation .nav-previous.homepage_central_nav {
	width: 100%;
	text-align: center;
}
.site-main .paging-navigation .nav-previous.homepage_central_nav a {
	background: #f8f2ee;
}
.site-main .paging-navigation .nav-previous.homepage_central_nav .fa {
	display: none;
}
.site-main .paging-navigation a, .site-main .post-navigation a {
	padding: 15px 20px;
	display: inline-block;
	color: #111;
	font-size: 13px;
	font-weight: 400;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1.2;
	background: #fff;
	transition: background-color 0.32s ease-out;
	-o-transition: background-color 0.32s ease-out;
	-moz-transition: background-color 0.32s ease-out;
	-webkit-transition: background-color 0.32s ease-out;
}
.site-main .paging-navigation a:hover, .site-main .post-navigation a:hover, .site-main .paging-navigation a:focus, .site-main .post-navigation a:focus {
	color: #333;
	background: #f2f2f2;
}

/* Single post navigation */
.site-main .post-navigation {
	margin: 0 0 10px;
}
.site-main .post-navigation a {
	padding: 15px 0;
	display: inline-block;
	color: #999;
	font-size: 13px;
	font-weight: 400;
	font-family: Montserrat, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.5;
	background: transparent;
}
.site-main .post-navigation a:hover,
.site-main .post-navigation a:focus {
	color: #111;
	background: transparent;
}
.site-main .post-navigation .meta-nav {
	display: block;
	margin-bottom: 5px;
	color: #222;
	font-size: 13px;
	font-weight: 400;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.2;
}

/* Comments navigation */
.site-main .comment-navigation {
	margin-bottom: 30px;
}
.site-main .comment-navigation a {
	padding: 15px;
	font-size: 12px;
}

/* Comments
   ========================================================================== */
.comments-title {
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 1.2;
	padding-top: 10px !important;
}

/* Comment List */
.comment, .pingback {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.comment:first-child, .pingback:first-child {
    border: 0;
}
.comment-avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	display: block;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.comment-body {
}
.comment-meta {
	overflow: hidden;
	color: #444;
	font-size: 11px;
	font-family: Montserrat, sans-serif;
	line-height: 1.5;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.comment-meta a {
	color: #333;
}
.comment-meta a:hover {
	color: #999;
}
.comment-meta a:hover,
.comment-meta a:focus {
	text-decoration: none;
}
.comment-meta .fa {
	margin-right: 5px;
	color: #c5c5c5;
	font-size: 12px;
}
.comment-author {
	display: block;
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.comment-footer .edit-link {
	margin-right: 15px;
}
.comment-content {
	margin: 20px 0;
}
.comment-reply {
}
.comment-list {
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}
.comment ul.children {
	margin: 25px 0 -15px 55px;
	padding: 0;
	list-style: none;
}
.bypostauthor {
}

/* Comment Form */
.comment .comment-respond {
	margin-top: 20px;
}
.comment-reply-title {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.2;
}
a#cancel-comment-reply-link {
	margin-left: 10px;
}
a#cancel-comment-reply-link:hover,
a#cancel-comment-reply-link:focus {
	text-decoration: none;
}
a#cancel-comment-reply-link:before {
	width: 1em;
	margin-right: 3px;
	display: inline-block!important;
	content: "\f00d";
	color: #666;
	font-size: 12px;
	font-family: FontAwesome;
	text-align: center;
}
.comment-form-url,
.comment-form-email,
.comment-form-author {
	max-width: 50%;
}
.comment-form-comment textarea.form-control {
	min-height: 150px;
}
.no-comments,
.logged-in-as,
.comment-notes,
.form-allowed-tags {
	font-size: 14px;
}
.form-allowed-tags code {
	margin: 5px 0 0;
	display: block;
	color: #999;
	white-space: normal;
	background: none;
}

/* Subscription - Jetpack */
.comment-subscription-form {
	margin: 0;
}
.comment-subscription-form label {
	margin-left: 5px;
	font-size: 12px;
	font-weight: 400;
	vertical-align: text-bottom;
}

/* ==========================================================================
   Widgets
   ========================================================================== */
.widget {
	margin-bottom: 10px;
}
.widget-title {
	color: #000;
	font: 11px Montserrat, arial, sans-serif;
	letter-spacing: 3px;
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #111;
}
.widget-title span {
	position: relative;
	top: -7px;
	padding: 0 10px;
	background: #fff;
}
.widget-title a {
	color: #fff;
}
.widget img {
	max-width: 100%;
	height: auto;
}
.widget_collapsarch li {
list-style: none;
}

/* Widget Lists
   ========================================================================== */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_rss ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_pages ul,
.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
	padding: 5px 0;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_rss ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child {
	padding-bottom: 0;
}

/* Widget Specific
   ========================================================================== */
/* Widget Select */
.widget select {
	width: 100%;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
}

/* Archives Widget */
.widget_archive select,
.widget_categories select {
	/* margin-top: 10px; */
}

/* RSS Widget */
.widget_rss .rss-date {
	margin-bottom: 5px;
	display: block;
	color: #999;
	font-size: 12px;
}
.widget_rss li > cite {
	font-style: italic;
	font-weight: 400;
}

/* Calendar Widget */
.widget_calendar caption {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.site-sidebar {
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	padding: 0 6px 0 26px;
}
.site-sidebar a {
}
.site-sidebar a:hover, .site-sidebar a:focus {
}
.site-sidebar .widget {
	padding: 10px 15px;
}
.site-sidebar .widget:first-child{padding-top:0}

.socialz {
text-align:center;
}
.socialz a {
color: #111111;
font-size: 25px;
margin: 0 12px;
-webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out;transition: all 0.25s ease-out;
}
.socialz a:hover, #p3_social_sidebar a:hover {
color: #999;
}

.top-socialz {
    float: right !important;
	/* position: absolute !important; */
	right: 0;
	margin: 0 !important;
}
.top-socialz a {
    display: inline-block !important;
    font-size: 14px !important;
    margin: 0 7px;
    padding: 0 !important;
}

.pipdig_widget_profile { /* for when socialz are above profile photo */
	padding-top: 0;
}
.pipdig-widget-profile-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.pipdig-post-sig {
	margin-top: 20px;
}
.pipdig-post-sig h6 {
	text-align: center;
	margin-bottom: 3px;
}
.pipdig-post-sig.socialz a {
	font-size: 20px;
	margin: 0 7px;
}

/* jetpack slideshows */
.slideshow-window {
background: none !important;
border: 0 !important;
}
.slideshow-slide-caption {
	color: #000 !important;
	text-shadow: none !important;
	font-family: inherit !important;
	bottom: 0 !important;
}

/* ==========================================================================
   Extra
   ========================================================================== */
.site-extra {
	line-height: 1.6;
}
.site-extra .container {
	padding-top: 40px;
	padding-bottom: 30px;
}
.site-extra a {
}
.site-extra a:hover,
.site-extra a:focus {
	color: #999;
}
.site-extra .widget {
	text-align: center;
	margin-bottom: 20px;
}
.site-extra .widget-area {
    margin-top: 15px;
}
.site-extra .widget_search {
	margin-bottom: 20px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
	color: #000;
	font: 10px Montserrat, sans-serif;
	letter-spacing: 2px;
	text-transform:uppercase;
	line-height: 1.5;
	background: #f2eae5;
	width: 100%;
}
.site-footer .container {
	padding: 15px;
}
.site-footer a {
	color: #000;
}
.site-footer a:hover,
.site-footer a:focus {
	color: #999;
}
.site-info {
	text-align: left;
}
.site-credit {
	text-align: right;
}
.posted-on {
	background: #fff;
	padding: 0 10px;
	position: relative;
	top: -6px;
	margin-right: 0 !important;
}
.byline,.comments-link,.posted-on .fa {
	display: none;
}
.comment-date {
	font: 10px Montserrat, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
label {
	font-weight: normal;
}
#subscribe-submit > input {
	height: 30px;
	padding: 5px;
}

#back-top{
background: transparent;
line-height: 100%;
display: inline-block;
position: fixed;
right: 40px;
bottom: 40px;
z-index: 1002;
}
#back-top .fa {font-size: 35px;}
#back-top a {
color: #000;
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
padding: 5px;
display: block;
}
#back-top a:hover{color: #ccc}
#back-top a:focus{color: #f7f7f7;}

#fsb-social-bar{border:0 !important}

.commentz {
float: right;
font-size: 10px;
}
.addthis_toolbox {float: left}
.addthis_toolbox a{display:inline-block!important;}
.addthis_toolbox .fa {font-size:15px;margin:0 5px; color:#222;-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;}
.addthis_toolbox .fa:hover{color:#aaa}

.single .addthis_toolbox {float:none;margin-bottom:15px;}
.lem_listing_content .addthis_toolbox, .woocommerce .addthis_toolbox {float:none;margin-top:15px;}

.pipdig_blossom_post {
	margin-bottom: 30px;
}
.blossom_banner {
position: relative;
width: 100vw;
left: calc(-50vw + 50%);
min-height: 50px;
margin-bottom: 60px;
background: #f8f2ee;
display: block;
text-align: center;
padding: 30px;
}
.blossom_banner .panel_widget-title {
	margin-top: 0;
}
/*
.blossom_banner::before {
    top: 0;
    transform: skewY(-1deg);
    transform-origin: 0 100%;
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.blossom_banner::after {
    top: 0;
    transform: skewY(-1deg);
    transform-origin: 100%;
	background: inherit;
	content: '';
	display: block;
	height: 110%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
*/
.blossom_banner .widget > div, .blossom_banner .blossom_banner_inner .widget_mc4wp_form_widget, .blossom_banner .p3_popular_posts_widget, .blossom_banner  .jetpack_subscription_widget {
	max-width: 900px;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
}
.blossom_banner .p3_popular_posts_widget h4 {
  font-size: 18px;
  line-height: 1.1;
}

.blossom_section {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	position: relative;
	margin-top: -70px;
	background: #fff;
	padding: 20px;
}
/*
.blossom_section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: -1;
    background: #eee;
}
*/
/*
.col-sm-5.col-sm-pull-7.blossom_section {
	text-align: right;
}
.col-sm-5.col-sm-pull-7.blossom_section .entry-title{
	text-align: right;
}
*/
.blossom_section .entry-title {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 15px;
	/*
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	*/
}
.blossom_section .blossom_border {
	border-top: 3px solid #eee;
	padding: 10px 0 0;
	color: #000;
	margin: 0 0 10px;
	display: inline-block;
    font: 10px montserrat, serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.blossom_meta {
text-transform: uppercase;
letter-spacing: 1px;
font: 10px Montserrat, sans-serif;
margin-bottom: 15px;
}
.blossom_meta a {
color: #000;
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.blossom_meta a:hover {
color: #999;
}
.blossom_section .blossom_excerpt {
	margin-bottom: 15px;
}
.blossom_section .addthis_toolbox {
	float: none;
	margin-bottom: 10px;
}
.blossom_section .read-more {
	margin-bottom: 15px;
}

.blossom_section .blossom_extra_excerpt {
	margin-top: 15px;
}
.blossom_section .blossom_extra_excerpt .shopthepost-widget {
	margin-top: 30px;
}
#p3_double_carousel .blossom_extra_excerpt {
	margin-bottom: 20px;
}
.pipdig_blossom_post .p3_cover_me {
	-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.pipdig_blossom_post .p3_cover_me:hover {
	opacity: .65;
}

.more-link {
color: #000;
background: #f2eae5;
display: block;
font: 11px Montserrat, sans-serif;
font-weight: 400 !important;
letter-spacing: 2px;
padding: 10px 0;
width: 100%;
text-transform: uppercase;
margin: 10px auto;
text-align: center;
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.more-link:hover {
opacity: .65;
color: #000;
}

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


#subscribe-email input{text-align:center}
#jetpack_remote_comment{width:99% !important}

.widget-title label {margin:0;}

.instagram-pics {padding:0;}
.instagram-pics > li {
display: inline-block;
margin: 0;
padding: 1% 0;
width: 49%;
}
.instagram-pics > li:nth-child(odd) {
padding-right: 1%;
}
.instagram-pics > li:nth-child(even) {
padding-left: 1%;
}
.instagram-pics a:hover{
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.instagram-pics a:hover{
opacity:.7;
}

.cat-item {
list-style: none;
}
.cat-item a, .widget_archive a {
display: block;
font: 10px Montserrat, sans-serif;
letter-spacing: 1px;
padding: 3px;
text-transform: uppercase;
}

#pipdig_full_width_slider {margin-top: 0;margin-bottom:0;}
.cycle-slideshow{width:100%;height:420px;display:block;text-align:center;z-index:0;overflow:hidden;margin:0;position:relative;-webkit-backface-visibility:inherit;margin-bottom:0;}
.cycle-default {height: 0; -moz-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; transition: all 0.6s ease-out;-webkit-backface-visibility:inherit;}
.bring-the-search {height: 250px}
.cycle-default .slide-title {position: relative;top: 30%;}
.cycle-slideshow ul{width:100%;height:100%;padding:0;-webkit-backface-visibility:inherit;}
.cycle-slideshow li{width:100%;height:100%;margin:0;padding:0;}
.cycle-prev,.cycle-next{-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;position:absolute;top:0;width:11%;opacity:0;filter:alpha(opacity=92);z-index:800;height:100%;cursor:pointer}
.slide-inside{display:table;vertical-align:middle;height:100%;padding:0;width:100%;background:transparent;transition:all .25s ease-out;-o-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-webkit-transition:all .25s ease-out}
.slide-inside:hover{background:rgba(255,255,255,0.1)}
.slide-title{display:table-cell;vertical-align:middle}
.slide-h2{font: 30px freight, serif; margin: 0 0 15px;}
.slide-h2 a {color:#000;}
.slide-excerpt {margin: 0 0 15px;}
.slide-image{background-position: center; background-size:cover;background-attachment:scroll;background-repeat: no-repeat;height:100%;width:100%}
.slide-image_parallax {background-attachment: fixed;}
.slide-container{display:block;padding:0;color:#000;letter-spacing:0;width:500px;margin:0 auto;padding:20px 15px;background:rgba(255,255,255,.8);box-shadow:0 0 20px rgba(0, 0, 0, 0.2);border:1px solid #fff;}
.cycle-prev:hover,.cycle-next:hover{opacity: .9}
.pipdig-cats {
	font: 10px Montserrat, snas-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 15px;
}

.cycle-prev, .cycle-next { position: absolute; top: 0; width: 11%; opacity: 0.2; filter: alpha(opacity=20); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA3CAYAAAAbk/pcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozREY1MTZFMzA5MjA2ODExODIyQUFFMDY2RDlCRDM4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMzg5ODIzNjc0RUYxMUU0QjIyRUVFMDhENTZGOERCNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMzg5ODIzNTc0RUYxMUU0QjIyRUVFMDhENTZGOERCNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU5MkRCRDRCRUI3NEU0MTFBNDlFRUI0NjQ4MEE3MDE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNERjUxNkUzMDkyMDY4MTE4MjJBQUUwNjZEOUJEMzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mqXCawAAAgBJREFUeNrEmb9LgkEYx18TBAURBEFwMCIwJMiQBglpkEAapEEapCFoqf9JaAiHaHJqaWpoCpqilsCgMIoiioqiur7V94GX8Mervnf3wgd8vTs/Hnfv3XPPG1BKOQavIKiDtvMjNkQQNNTf9WFKGgK7IgU1U9ImpW+g+ju8mqVhsOeSVqRMpzQC9il9AWV3uS5pFBxQ+gxK/+vokMbAIaWPoNipnt/SODii9AEUutX1U5oAx5TegXyv+n5Jk+CE0huQ69fGD2kKnFHaBlkv7UaVpsE5pZcg47XtKNIJ0KK0xXtHtzjDHir2OD3obwwjzXIsFcc2NcyfH7RBjrNWcRYnhx2qQSrn+XwqPq+JUSam14oFrkSKK1N81MfQS6Ui11zFNTjmx6LTr0KJu4vibhP1a4ntVVjmPqq4r0b83FC6FVQYMShGEGG/t89OX1Zd0iZjJke3uMYoUDEqDOkKjdw3ay5pg3Gwo1u8Ab4o3dItFfEM+KT0FIyZCPLlw6arx3VTPRbWXWO8bWqMhVWXfMfUrBZWwLvp51hYtrFyCUvg1fRaLSza2J2EBfBkej8W5m1EIMIcuDcdcwmz4NZ0lClMg2vTcbUwBa5MnySESXBh+uwkjNs4LVo9H1vNCFjNgVjN+ljNc1nN7FnNZVrN3lrNV1vN0Hd8JxGw9RbmW4ABABTwONDWKj7uAAAAAElFTkSuQmCC) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA3CAYAAAAbk/pcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozREY1MTZFMzA5MjA2ODExODIyQUFFMDY2RDlCRDM4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQTE5NzI0NTc0RUUxMUU0OTNFN0YxNEUzODlDREI4MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQTE5NzI0NDc0RUUxMUU0OTNFN0YxNEUzODlDREI4MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU5MkRCRDRCRUI3NEU0MTFBNDlFRUI0NjQ4MEE3MDE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNERjUxNkUzMDkyMDY4MTE4MjJBQUUwNjZEOUJEMzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HM2p5gAAAe1JREFUeNrcmc0rRFEYxo/PEPmKDImkSBY+spBkgZKFLGQhOzb+EBt/g7KQhSw0C01pFpokyUcWIxajUaPRiESIcD0vj7rZe2459bt17+bXufec933Pe7M8z5t3ztWCWfDuVAPiN+97rIAc4BTYZconXwP5KrExAV4oDyvk/psxnzwCClViYwQ8UR4FRSqxMQgeKY+BEpXY6Af3lO+AUpXY6AV3lO+DCpXY6AY3lB+BKpXY6AAZyuOgRiU22kCa8lNQpxIbLSBFeQI0qMRGE0hSnuS9ROw40wTlKb4JidjxG59SnuYakIgdV3ec8gxXv0TsuK+PKL/hvpeIHSPaPuV3jHgSsWMs36H8nrFeInbMYjHKLbsNqcSO+TtK+TMYVYkdK5cI5VbRjKvEjjVbmPJXMKkS/8jXKLcqdloldqzTV3zyGZX4R75E+QeYs+dZX/a/H9kgDlrBB+hSzXjx94wV0mX1N84Dq+pVbVtpXb2PC8CGOnJZrN5Ux+pisOXLTsOqfLxN6QMYUOTjcrDnq0D6VDXXIaW3oEddZV6DTnVdfQXa1SeJS9CqPjtdgGb1afEcNKrPx2egXt0ROAEhdQ/kGFSruz4HoFLd59oFZf+2sxdILzOQ7m0g/erAOvSB/JPIxXFiAYTUf2E+BRgAgDrfTqv3J2QAAAAASUVORK5CYII=) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .8; filter: alpha(opacity=80); -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;}

/* pager */
.cycle-pager { 
text-align: center;
width: 100%;
z-index: 500;
position: absolute;
bottom: 5px;
overflow: hidden;
}
.cycle-pager span { 
font-family: arial, sans-serif;
font-size: 46px;
width: 14px;
height: 14px; 
display: inline-block;
color: #fff;
margin: 0 3px;
cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #111;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}
#instagramz {text-align: center;margin-top:30px;}
#sbi_load{padding:0!important}
#sb_instagram{padding:0!important}

/* archives template */
.years li {
list-style: outside none none;
}
.months h3 {
font-size: 15px;
}
.page-archives-post-date {
font-size: 80%;
color: #999;
}




/* ==========================================================================
   Woocommerce
   ========================================================================== */

/* from base.css but needs overriding for cart */
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
border: 0;
}
.woocommerce a.remove {
color: #000 !important;
border-radius: 0;
}
.woocommerce a.remove:hover {
color: red !important;
background: none !important;
}
.woocommerce span.onsale {
border-radius: 0;
left: -10px;
top: 0;
color: #fff;
font-weight: 400;
text-transform: uppercase;
font: 14px Montserrat, sans-serif;
letter-spacing: 3px;
background: #000;
background: rgba(0, 0, 0, 0.84);
line-height: 1;
padding: 7px 26px;
min-height: inherit;
-ms-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
.woocommerce ul.products li.product .onsale {
margin: 0;
}
.woocommerce ul.products li.product .onsale {
right: auto;
left: -10px;
padding: 5px 15px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
border-radius: 0;
font-weight: 400;
font: 11px Montserrat, sans-serif;
background: #111;
color: #fff;
padding: 10px 15px;
}
.woocommerce .related.products h2, .woocommerce .woocommerce-tabs h2 {
margin-bottom: 20px;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
width: 22%;
}
.woocommerce table.shop_table th {
color: #000;
font-family: Montserrat, sans-serif;
font-weight: 400;
letter-spacing: 1px;
padding: 9px 12px;
text-transform: uppercase;
}
.woocommerce a.button {
text-transform: uppercase;
letter-spacing: 1px;
}
.woocommerce table.shop_table {
border-radius: 0;
border: 1px solid #ddd;
}
.woocommerce table.shop_table td {
border-top: 1px solid #ddd;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
float: none;
width: 130px;
border: 1px solid #ddd;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
border: 1px solid #ccc;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
background: #fbfbfb;
border: 0;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
background: none;
border: 1px solid #ddd;
}
.woocommerce .woocommerce-error {
border-color: #b81c23;
}
.woocommerce .woocommerce-message {
border-color: #8fae1b;
}
.woocommerce .woocommerce-info {
border-color: #3792c5;
}
.woocommerce div.product .product_title {
text-align: left;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background: #000;
color: #fff;
border: 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background: #999;
color: #fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
background: #999;
color: #fff;
}
.woocommerce .woocommerce-tabs li::before, .woocommerce .woocommerce-tabs li::after {
border: 0 !important;
box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: none;
border-style: solid;
border-bottom: 0;
margin: auto;
font: 14px Montserrat, sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #888;
font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid #ddd;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
border: 0;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
font-weight: 400;
border-top: 1px solid #ddd;
}
.product-categories, .product-categories li, .product-categories .children {
padding-left: 0;
margin-left: 0;
list-style: none;
}
.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
float: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border: 1px solid #ddd;
border-radius: 0;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
font-weight: 400;
font: 20px Montserrat, sans-serif;
text-decoration: none;
}
.woocommerce ul.products li.product .price ins, .amount {
font-weight: 400;
text-decoration: none;
}
.amount {
font-family: Montserrat, sans-serif;
}
.count {
background: none;
}
.woocommerce ul.products li.product .price {
font-size: 14px;
}
.woocommerce div.product .amount {
font-size: 16px;
}
.woocommerce ul.products li.product .price del {
display: inline;
font-size: 85%;
}
.woocommerce .product .tagged_as, .woocommerce .product .posted_in, .woocommerce .product .sku_wrapper {
display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
font-size: 12px;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
padding: 6px;
}
.woocommerce-cart table.cart img {
width: 90px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
color: #000;
}
.woocommerce ul#shipping_method li {
padding-left: 0;
text-indent: 0;
}
.star-rating {
color: #e8c460;
}
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
box-shadow: none;
}
.woocommerce #reviews h3 {
font-size: 12px;
margin-bottom: 15px;
}
.woocommerce-checkout #payment {
background: none;
border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box {
background: #000;
border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box:after {
border-color: transparent transparent #000;
border-width: 10px;
}
.woocommerce-checkout #payment div.payment_box {
color: #fff;
font-size: 1.2em;
}
.woocommerce-checkout #payment div.payment_box p {
margin: 0;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
font-size: 12px;
padding: 1em .5em;
}


/* ==========================================================================
   Top slider
   ========================================================================== */
 
/* global */
#sideslides{visibility:hidden}.bx-wrapper{position:relative;padding:0;*zoom:1}.bx-wrapper img{max-width:100%;display:block}.bx-wrapper .bx-viewport{-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0)}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;*zoom:1;*display:inline}.bx-wrapper .bx-pager.bx-default-pager a{background:#999;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{background:#000}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:30px;height:30px;text-indent:-9999px;z-index:9999;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;opacity:0}.bx-wrapper:hover .bx-controls-direction a{opacity:1}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(0,0,0,0.5);width:100%}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(0,0,0,0.5);width:100%}.bx-wrapper .bx-caption span{color:#fff;display:block;font-size:11px;padding:10px}
/* edits */
 #pipdig-top-slider {
	margin-bottom:60px;
}
.bxslider {padding:0;}
.bxslider li {
list-style: none;
}
.top-slider-section {
	position: relative;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 16% 30%;
}
.top-slider-overlay {
	background: #fff;
	background: rgba(255, 255, 255, .9);
	position: relative;
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
.top-slider-overlay-inner {
	vertical-align: middle;
	display: table-cell;
}
.top-slider-section .post-header {
	margin-bottom: 0;
	padding: 0 20px;
}
.pipdig-slider-cats {
	display: block;
	margin-bottom: 15px;
	font: 10px Montserrat, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
}
.pipdig-slider-cats a {
	color: #666;
}
.top-slider-section .post-header h2 {
	margin-bottom: 14px;
	font-size: 24px;
}
.top-slider-section .post-header h2 a {
	color: #000;
}
.read-more {
	font: 11px Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #000;
	opacity: .9;
	display: inline-block;
	padding: 12px 26px;
	-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.read-more:hover {
	background: #333;
	color: #fff;
}

#pipdig_post_single_top_banner {
	margin-bottom: 40px;
	margin-top: -10px;
}
#pipdig_post_single_top_banner img {
	max-width: 100%;
}

/* ==========================================================================
   ImageLightbox.js
   ========================================================================== */

/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox {
cursor: pointer;
position: fixed;
z-index: 100000;
-ms-touch-action: none;
touch-action: none;
-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .60 );
box-shadow: 0 0 3.125em rgba( 0, 0, 0, .60 );
}


/* ACTIVITY INDICATION */
#imagelightbox-loading, #imagelightbox-loading div {
border-radius: 50%;
}
#imagelightbox-loading {
width: 2.5em; /* 40 */
height: 2.5em; /* 40 */
background-color: #444;
background-color: rgba( 0, 0, 0, .5 );
position: fixed;
z-index: 10003;
top: 50%;
left: 50%;
padding: 0.625em; /* 10 */
margin: -1.25em 0 0 -1.25em; /* 20 */
-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div {
width: 1.25em; /* 20 */
height: 1.25em; /* 20 */
background-color: #fff;
-webkit-animation: imagelightbox-loading .5s ease infinite;
animation: imagelightbox-loading .5s ease infinite;
}
@-webkit-keyframes imagelightbox-loading {
from { opacity: .5;	-webkit-transform: scale( .75 ); }
50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading {
from { opacity: .5;	transform: scale( .75 ); }
50%	 { opacity: 1;	transform: scale( 1 ); }
to	 { opacity: .5;	transform: scale( .75 ); }
}

/* OVERLAY */
#imagelightbox-overlay {
background-color: #fff;
background-color: rgba( 255, 255, 255, .95 );
position: fixed;
z-index: 9998;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

/* "CLOSE" BUTTON */
#imagelightbox-close {
width: 2.5em; /* 40 */
height: 2.5em; /* 40 */
text-align: left;
background-color: #000;
border-radius: 50%;
position: fixed;
z-index: 10002;
top: 2.5em; /* 40 */
right: 2.5em; /* 40 */
-webkit-transition: color .3s ease;
transition: color .3s ease;
}
#imagelightbox-close:hover, #imagelightbox-close:focus {
background-color: #111;
}
#imagelightbox-close:before, #imagelightbox-close:after {
width: 2px;
background-color: #fff;
content: '';
position: absolute;
top: 20%;
bottom: 20%;
left: 50%;
margin-left: -1px;
}
#imagelightbox-close:before {
-webkit-transform: rotate( 45deg );
-ms-transform: rotate( 45deg );
transform: rotate( 45deg );
}
#imagelightbox-close:after {
-webkit-transform: rotate( -45deg );
-ms-transform: rotate( -45deg );
transform: rotate( -45deg );
}

/* CAPTION */
#imagelightbox-caption {
text-align: center;
color: #fff;
font: 13px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
background-color: #000;
position: fixed;
z-index: 1000001;
left: 0;
right: 0;
top: 0;
padding: 0.625em; /* 10 */
}

/* NAVIGATION */
#imagelightbox-nav {
background-color: #444;
background-color: rgba( 0, 0, 0, .5 );
border-radius: 20px;
position: fixed;
z-index: 10001;
left: 50%;
bottom: 3.75em; /* 60 */
padding: 0.313em; /* 5 */
-webkit-transform: translateX( -50% );
-ms-transform: translateX( -50% );
transform: translateX( -50% );
}
#imagelightbox-nav button {
width: 1em; /* 20 */
height: 1em; /* 20 */
background-color: transparent;
border: 1px solid #fff;
border-radius: 50%;
display: inline-block;
margin: 0 0.313em; /* 5 */
}
#imagelightbox-nav button.active {
background-color: #fff;
}


/* ARROWS */
.imagelightbox-arrow {
width: 3.75em; /* 60 */
height: 7.5em; /* 120 */
background-color: #000;
vertical-align: middle;
display: none;
position: fixed;
z-index: 10001;
top: 50%;
margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
background-color: #666;
}
.imagelightbox-arrow:active {
background-color: #111;
}
.imagelightbox-arrow-left {
left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
width: 0;
height: 0;
border: 1em solid transparent;
content: '';
display: inline-block;
margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before {
border-left: none;
border-right-color: #fff;
margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before {
border-right: none;
border-left-color: #fff;
margin-right: -0.313em; /* 5 */
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
-webkit-animation: fade-in .25s linear;
animation: fade-in .25s linear;
}
@-webkit-keyframes fade-in {
from	{ opacity: 0; }
to		{ opacity: 1; }
}
@keyframes fade-in {
from	{ opacity: 0; }
to		{ opacity: 1; }
}



/* ==========================================================================
   Print
   ========================================================================== */
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page	{
		margin: 2cm .5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	table td,
	table th {
		background-color: #fff !important;
	}
	label {
		border: 1px solid #000;
	}
	table {
		border-collapse: collapse !important;
	}
}


#header-1-widget-section {
	margin-top: -8px;
	margin-bottom: 30px;
}
#header-1-widget-section .widget-title {
	margin: 0;
}
.header-1-bordering {
	/* border-bottom: 1px solid #111; */
	padding: 10px 0;
}

#header-2-widget-section {
	margin-top: -8px;
	margin-bottom: 30px;
}
#header-2-widget-section .widget-title {
	margin: 0;
}

/* pagination **********/
/* hide older/newer posts link on large screens, show pagination instead */
/*
.next-prev-hider{
	display: none;
}
*/
ul.page-numbers {
	display: none;
    list-style: none;
    margin: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	text-align: center;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: inline-block;
    margin: 2px 5px;
    text-align: center;
	vertical-align: top;
}

.page-numbers a, .page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 8px;
	font-family: Montserrat, sans-serif;
    font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: #000;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover {
    color: #999;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }




/* grid layout -- */

.pipdig-grid-post {
list-style: none;
width: 48%;
float: left;
}
.pipdig-grid-post-even {
margin: 0 2% 0 0;
}
.pipdig-grid-post-odd {
margin: 0 0 0 2%;
}
.grid-title {
font-size: 20px;
height: 18px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pipdig-grid-thumb-cutter {
height: 200px;
width: 100%;
overflow: hidden;
display: block;
}
.cutter-full-width {
height: 270px;
}
.attachment-pipdig-grid {
height: auto;
width: 100%;
}

.pipdig-grid-post .addthis_toolbox {
display: inline;
}
.pipdig-grid-post .addthis_toolbox .fa {
font-size: 13px;
}


/* Social Footer -------------- */

.extra-footer-outer {
width: 100%;
}
.extra-footer-outer .container {
background: none;
}
.feed-footer-outer {
background: #eee;
}
.social-footer-outer {
border-top: 1px solid #111;
}
.social-footer {
font: 11px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.social-footer div {
text-align:center;
padding: 18px 0;
}
.social-footer, .social-footer a {
color: #000;
}
.social-footer .fa {
font-size: 14px;
}





.pipdig-mosaic-post {
    box-sizing: border-box;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 1px;
    position: relative;
    width: 25%;
}

.pipdig-mosaic-post:first-child {
    width: 50%;
}
.popz:first-child {
    width: 25%;
}

.pipdig-mosaic-post img {
    display: block;
    width: 100%;
}
.pipdig-mosaic-post .post > a {
    display: block;
    position: relative;
}
.overlay-btn {
    display: block;
    position: relative;
	text-align: center;
}

.overlay {
    left: 20%;
    right: 20%;
}
.overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
/*
.top-slider-overlay, .overlay {
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.78);
} */
.overlay-btn::after {
    background: rgba(255, 255, 255, 0.55);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.35s ease-out;
    visibility: hidden;
}
.overlay-btn .overlay {
	position: absolute;
    bottom: auto;
    display: block;
    left: 10%;
    opacity: 0;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out;
    visibility: hidden;
}
.post-btn .header {
    background: #fff;
	background: rgba(255, 255, 255, 0.92);
    box-sizing: border-box;
    float: none;
    padding: 1em;
    width: auto;
}
.overlay-btn:hover::after, .overlay-btn:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.overlay-btn > img {
    display: block;
}
.pipdig-mosaic-post h3 {
line-height:1.2;
}

.pipdig-mosaic-post .hentry {
	margin-bottom: 0;
}
.home #nav-below {
margin-top: 0;
margin-bottom: 10px;
}



/* hoot hoot */
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../../../ajax/libs/owl-carousel/1.3.3/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
text-align: center;
margin-top: 5px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: .5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 10px;
height: 10px;
margin: 5px 7px;
filter: Alpha(Opacity=30);/*IE7 fix*/
opacity: .3;
background: #000;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
min-height: 150px;
background: url(../../../ajax/libs/owl-carousel/1.3.3/AjaxLoader.gif) no-repeat center center
}
.carousel-footer {
text-align: center;
}
.carousel-footer-title {
font-size: 20px;
line-height: 1.2;
background: #fff;
background: rgba(255, 255, 255, .88);
bottom: 0;
left: 0;
padding: 5px 10px;
position: absolute;
}
.owl-wrapper a {
height: 200px;
width: 100%;
display: block;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}


.post-listing {
text-align: center;
}
.post-listing p {
margin: 20px 0;
}
.post-listing-img {
display: block;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
/*
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
*/
}
/*
.post-listing-img:hover {
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
*/
.listing-comments a, .pipdig_geo_tag, .pipdig_geo_tag a {
color: #000;
text-transform: uppercase;
letter-spacing: 1px;
font: 10px Montserrat, sans-serif;
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.listing-comments a:hover {
color: #999;
}
.pipdig_geo_tag .fa {
margin-bottom: 4px;
}
.lem_listing_content {
padding: 0 45px;
}
.pipdig_geo_tag .fa {
font-size: 19px;
display: block;
position: relative;
top: -20px;
}
.pipdig_geo_tag {
border-top: 1px solid #111;
margin: 80px auto 0;
width: 220px;
}
.pipdig_geo_tag span {
position: relative;
top: -7px;
background: #fff;
padding: 4px 15px;
}
.lem_listing_content .entry-title {
margin: 20px auto;
}
.left-right-date {
position: absolute;
top: 5%;
padding: 10px;
background: #fff;
color: #000;
font: 10px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}
.right-date {
right: 0;
}
.left-date {
left: 0;
}

.lem_listing_content .read-more {
display: none;
}

.pipdig-bloglovin-widget{padding:8px 15px;background:#fff;color:#000;border:1px solid #ddd;font:10px Montserrat,sans-serif;display:block;max-width:276px;margin:0 auto;text-transform:uppercase;letter-spacing:1px;transition:all .25s ease-out;-o-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-webkit-transition:all .25s ease-out}
.pipdig-bloglovin-widget:hover{opacity: .8;}
.pipdig-bloglovin-widget .fa{font-size:12px}

/* Blogger.com Idiocy Compensation, BIC */
.entry-content .separator > a {
margin-left: 0 !important;
margin-right: 0 !important;
}

.hook_after-first-post {
margin: 30px auto 50px;
text-align: center;
}

.jpibfi_container img {
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}

.cat_desk {
text-align: center;
}

.floated_summary_left {
	float: left;
	width: 42%;
}
.floated_summary_right {
	float: right;
	width: 57%;
	padding-left: 15px;
}

.floated_summary_post .entry-title {
text-align: left;
margin: 0 0 15px;
font-size: 45px;
}
.floated_summary_post p {
	margin: 0 0 15px;
}
.floated_summary_post .more-link {
display: none;
}
.floated_summary_post_date {
font: 10px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 15px;
}
.hentry.floated_summary_post {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #111;
}
.floated_summary_post .pipdig_geo_tag {
font: 10px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}
.floated_summary_post .pipdig_geo_tag a {
	color: #000;
}
.listing-comments {
	margin: 0 0 15px;
	font: 10px Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.listing-comments a {
	color: #000;
}

.floated_summary_post .entry-meta {
	text-align: left;
	margin-bottom: 10px;
}

.footer-menu-bar {
	display: inline;
	margin-left: 5px;
}
.footer-menu-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.footer-menu-bar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.footer-menu-bar ul li:before{
	content:'\00B7';
	padding-right:5px;
}
.footer-menu-bar ul li a {
	display: inline;
	margin: 0 5px;
}

.pipdig_3_col_grid {
	text-align: center
}
.pipdig_3_col_grid_info  {
	padding: 0 20px;
	text-align: center
}
.pipdig_3_col_grid_info .pipdig_geo_tag {
	margin-top: 25px;
}
.pipdig_3_col_grid_breaker {
	margin-bottom: 40px;
}

.blossom_image img {
	max-width: 100%;	
}
.blossom_top_margin {
	padding-top: 10px;
}

#main_menu_under_header .top-socialz {
	display: none;
}


.menu-bar ul .pipdig_navbar_search {
	display: none;
}
.pipdig_navbar_search input {
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0;
	padding-left: 7px;
	background: none;
}

/* Author pages */
.author .comment-avatar {
	width: 200px;
	border-radius: 50%;
	float: none;
	margin: 0 auto;
}
.author .entry-content h2, .author .entry-content h3, .author .entry-content h4, .author .entry-content h5 {
	text-align: center;
	margin-bottom: 40px
}

.disclaimer-text {
	font: 11px Montserrat;
	text-transform: none;
	letter-spacing: 0;
}


/*! Flickity v2.0.5 http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

#p3_double_carousel .p3_double_carousel_item {
	width: 49%;
	margin: 0 30px 0 0;
}
#p3_double_carousel .flickity-viewport {
  transition: height 0.2s;
}
#p3_double_carousel .flickity-prev-next-button {
	top: 42%;
}
#p3_double_carousel .flickity-prev-next-button.previous {
	left: 25px;
}
#p3_double_carousel .flickity-prev-next-button.next {
	right: 25px;
}



/* p3 overrides */
#p3_feature_header .p3_trending_panel h4 {
	font-size: 16px;
}
.p3_feature_panel_overlay h3 {
font: 12px Montserrat;
letter-spacing: 2px;
text-transform: uppercase;
color: #000;
}
#mosaic-nav {
font: 12px Montserrat;
letter-spacing: 1px;
text-transform: uppercase;
}
.p3_instagram_footer_title_bar {
	background: #f2eae5;
	color: #000;
}
.p3_instagram_footer_title_bar a, .p3_instagram_footer_title_bar a:hover, .p3_instagram_footer_title_bar a:focus, .p3_instagram_footer_title_bar a:visited {
	color: #000;
}
#pipdig-widget-popular-posts h4 {
	bottom: 0;
	width: 80%;
	left: 10%;
	right: 10%;
	background: #fff;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 1.25;
}
#pipdig-widget-popular-posts .p3_pop_left h4 {
	left: auto;
	right: auto;
}
.holly_large_slider_panel {
    left: 15%;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
	padding: 15px;
	border: 1px solid #fff;
	background: rgba(255,255,255,.75);
	max-width: 80%;
	width: 350px;
}
#p3_full_width_slider_site_main {
	margin-bottom: 40px;
}
#p3_full_width_slider_site_main a {
	color: #000;
}
#p3_full_width_slider_site_main ul {
	margin: 0;
}
#p3_full_width_slider_site_main .p3_slide_img {
	height: 550px;
}
.holly_large_slider_panel h2 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.holly_large_slider_panel h2, .holly_large_slider_excerpt {
	margin: 0 0 10px;
}
#p3_full_width_slider_site_main .p3_feature_slide, #p3_feature_header .p3_feature_slide_banner, #p3_post_slider_posts_column .p3_feature_slide {
	bottom: 0;
	left: 10%;
	right: 10%;
	width: 80%;
	opacity: 1;
}
.p3_full_width_slider_site_main_home_false .site-main .container {
	padding-top: 10px;
}

#p3_instagram_header {
	margin-top: 0;
}

.pipdig_p3_related_title a {
	font-size: 15px;
}
#p3_trending_bar .p3_trending_panel h4 {
	font-size: 1.35em;
}

.pipdig_3_col_grid_item {
	margin-bottom: 20px;
}

/* Beaver */
.fl-builder-bar-title img {display:none}
.wp-core-ui button {letter-spacing:0}
.pipdig_bb_textbox {padding: 20px;}