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: 0 0
    }
a:focus {
    outline: thin dotted
    }
h1 {
    font-size: 2em;
    margin: 0.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: "“" "”" "‘" "’"
    }
small {
    font-size: 80%
    }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
    }
sup {
    top: -0.5em
    }
sub {
    bottom: -0.25em
    }
img {
    border: 0
    }
svg:not(:root) {
    overflow: hidden
    }
figure {
    margin: 0
    }
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.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: Georgia, serif;
    font-weight: 400;
    background: #fff;
    line-height: 1.5
    }
.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: Playfair\ Display, sans-serif;
    font-weight: 400 !important
    }
h1 {
    font-size: 28px
    }
h2 {
    font-size: 25px
    }
h3 {
    font-size: 22px
    }
h4 {
    font-size: 22px
    }
h5 {
    font-size: 19px
    }
h6 {
    font-size: 18px
    }
.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: 22px
    }
.entry-content h3 {
    font-size: 19px
    }
.entry-content h4 {
    font-size: 18px
    }
.entry-content h5 {
    font-size: 17px
    }
.entry-content h6 {
    font-size: 16px
    }
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
    }
a {
    text-decoration: none;
    color: #999;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.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: #fff;
    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: 0 auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out
    }
@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
        } 100% {
        -webkit-transform: scale(1);
        opacity: 0
        }
    }
@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
        } 100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        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: ""
    }
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.428571
    }
dt {
    font-weight: 700
    }
dd {
    margin-left: 0;
    margin-bottom: 0.5em
    }
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.428571;
    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
    }
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.428571;
    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 #ddd
    }
table table {
    background-color: #fff
    }
table col[class*=col-] {
    float: none;
    display: table-column
    }
table td[class*=col-], table th[class*=col-] {
    float: none;
    display: table-cell
    }
.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
    }
.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
    }
fieldset {
    padding: 0;
    margin: 0;
    border: 0
    }
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
    }
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
    }
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 	;
    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.428571;
    color: #555;
    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.428571;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.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, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
    }
.form-control:-moz-placeholder {
    color: #666
    }
.form-control::-moz-placeholder {
    color: #666
    }
.form-control:-ms-input-placeholder {
    color: #666
    }
.form-control::-webkit-input-placeholder {
    color: #666
    }
.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: 400;
    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.428571;
    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 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.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: #333;
    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, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
    }
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
    }
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: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
    }
img.alignleft, .wp-caption.alignleft {
    margin: 0.5em 1.5em 1em 0
    }
img.alignright, .wp-caption.alignright {
    margin: 0.5em 0 1em 1.5em
    }
img.aligncenter, .wp-caption.aligncenter {
    margin: 0.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: 0.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: 0.6em 0 0
    }
.site-content .gallery {
    margin-bottom: 1.5em
    }
.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-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
    }
.container {
    max-width: 1140px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff
    }
.site-footer .container {
    background: 0 0
    }
.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.666667%
    }
.col-xs-10 {
    width: 83.333333%
    }
.col-xs-9 {
    width: 75%
    }
.col-xs-8 {
    width: 66.666667%
    }
.col-xs-7 {
    width: 58.333333%
    }
.col-xs-6 {
    width: 50%
    }
.col-xs-5 {
    width: 41.666667%
    }
.col-xs-4 {
    width: 33.333333%
    }
.col-xs-3 {
    width: 25%
    }
.col-xs-2 {
    width: 16.666667%
    }
.col-xs-1 {
    width: 8.333333%
    }
.col-xs-pull-12 {
    right: 100%
    }
.col-xs-pull-11 {
    right: 91.666667%
    }
.col-xs-pull-10 {
    right: 83.333333%
    }
.col-xs-pull-9 {
    right: 75%
    }
.col-xs-pull-8 {
    right: 66.666667%
    }
.col-xs-pull-7 {
    right: 58.333333%
    }
.col-xs-pull-6 {
    right: 50%
    }
.col-xs-pull-5 {
    right: 41.666667%
    }
.col-xs-pull-4 {
    right: 33.333333%
    }
.col-xs-pull-3 {
    right: 25%
    }
.col-xs-pull-2 {
    right: 16.666667%
    }
.col-xs-pull-1 {
    right: 8.333333%
    }
.col-xs-pull-0 {
    right: 0%
    }
.col-xs-push-12 {
    left: 100%
    }
.col-xs-push-11 {
    left: 91.666667%
    }
.col-xs-push-10 {
    left: 83.333333%
    }
.col-xs-push-9 {
    left: 75%
    }
.col-xs-push-8 {
    left: 66.666667%
    }
.col-xs-push-7 {
    left: 58.333333%
    }
.col-xs-push-6 {
    left: 50%
    }
.col-xs-push-5 {
    left: 41.666667%
    }
.col-xs-push-4 {
    left: 33.333333%
    }
.col-xs-push-3 {
    left: 25%
    }
.col-xs-push-2 {
    left: 16.666667%
    }
.col-xs-push-1 {
    left: 8.333333%
    }
.col-xs-push-0 {
    left: 0%
    }
.col-xs-offset-12 {
    margin-left: 100%
    }
.col-xs-offset-11 {
    margin-left: 91.666667%
    }
.col-xs-offset-10 {
    margin-left: 83.333333%
    }
.col-xs-offset-9 {
    margin-left: 75%
    }
.col-xs-offset-8 {
    margin-left: 66.666667%
    }
.col-xs-offset-7 {
    margin-left: 58.333333%
    }
.col-xs-offset-6 {
    margin-left: 50%
    }
.col-xs-offset-5 {
    margin-left: 41.666667%
    }
.col-xs-offset-4 {
    margin-left: 33.333333%
    }
.col-xs-offset-3 {
    margin-left: 25%
    }
.col-xs-offset-2 {
    margin-left: 16.666667%
    }
.col-xs-offset-1 {
    margin-left: 8.333333%
    }
.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.666667%
        }
    .col-sm-10 {
        width: 83.333333%
        }
    .col-sm-9 {
        width: 75%
        }
    .col-sm-8 {
        width: 66.666667%
        }
    .col-sm-7 {
        width: 58.333333%
        }
    .col-sm-6 {
        width: 50%
        }
    .col-sm-5 {
        width: 41.666667%
        }
    .col-sm-4 {
        width: 33.333333%
        }
    .col-sm-3 {
        width: 25%
        }
    .col-sm-2 {
        width: 16.666667%
        }
    .col-sm-1 {
        width: 8.333333%
        }
    .col-sm-pull-12 {
        right: 100%
        }
    .col-sm-pull-11 {
        right: 91.666667%
        }
    .col-sm-pull-10 {
        right: 83.333333%
        }
    .col-sm-pull-9 {
        right: 75%
        }
    .col-sm-pull-8 {
        right: 66.666667%
        }
    .col-sm-pull-7 {
        right: 58.333333%
        }
    .col-sm-pull-6 {
        right: 50%
        }
    .col-sm-pull-5 {
        right: 41.666667%
        }
    .col-sm-pull-4 {
        right: 33.333333%
        }
    .col-sm-pull-3 {
        right: 25%
        }
    .col-sm-pull-2 {
        right: 16.666667%
        }
    .col-sm-pull-1 {
        right: 8.333333%
        }
    .col-sm-pull-0 {
        right: 0%
        }
    .col-sm-push-12 {
        left: 100%
        }
    .col-sm-push-11 {
        left: 91.666667%
        }
    .col-sm-push-10 {
        left: 83.333333%
        }
    .col-sm-push-9 {
        left: 75%
        }
    .col-sm-push-8 {
        left: 66.666667%
        }
    .col-sm-push-7 {
        left: 58.333333%
        }
    .col-sm-push-6 {
        left: 50%
        }
    .col-sm-push-5 {
        left: 41.666667%
        }
    .col-sm-push-4 {
        left: 33.333333%
        }
    .col-sm-push-3 {
        left: 25%
        }
    .col-sm-push-2 {
        left: 16.666667%
        }
    .col-sm-push-1 {
        left: 8.333333%
        }
    .col-sm-push-0 {
        left: 0%
        }
    .col-sm-offset-12 {
        margin-left: 100%
        }
    .col-sm-offset-11 {
        margin-left: 91.666667%
        }
    .col-sm-offset-10 {
        margin-left: 83.333333%
        }
    .col-sm-offset-9 {
        margin-left: 75%
        }
    .col-sm-offset-8 {
        margin-left: 66.666667%
        }
    .col-sm-offset-7 {
        margin-left: 58.333333%
        }
    .col-sm-offset-6 {
        margin-left: 50%
        }
    .col-sm-offset-5 {
        margin-left: 41.666667%
        }
    .col-sm-offset-4 {
        margin-left: 33.333333%
        }
    .col-sm-offset-3 {
        margin-left: 25%
        }
    .col-sm-offset-2 {
        margin-left: 16.666667%
        }
    .col-sm-offset-1 {
        margin-left: 8.333333%
        }
    .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.666667%
        }
    .col-md-10 {
        width: 83.333333%
        }
    .col-md-9 {
        width: 75%
        }
    .col-md-8 {
        width: 68%
        }
    .col-md-7 {
        width: 58.333333%
        }
    .col-md-6 {
        width: 50%
        }
    .col-md-5 {
        width: 41.666667%
        }
    .col-md-4 {
        width: 32%
        }
    .col-md-3 {
        width: 25%
        }
    .col-md-2 {
        width: 16.666667%
        }
    .col-md-1 {
        width: 8.333333%
        }
    .col-md-pull-12 {
        right: 100%
        }
    .col-md-pull-11 {
        right: 91.666667%
        }
    .col-md-pull-10 {
        right: 83.333333%
        }
    .col-md-pull-9 {
        right: 75%
        }
    .col-md-pull-8 {
        right: 66.666667%
        }
    .col-md-pull-7 {
        right: 58.333333%
        }
    .col-md-pull-6 {
        right: 50%
        }
    .col-md-pull-5 {
        right: 41.666667%
        }
    .col-md-pull-4 {
        right: 33.333333%
        }
    .col-md-pull-3 {
        right: 25%
        }
    .col-md-pull-2 {
        right: 16.666667%
        }
    .col-md-pull-1 {
        right: 8.333333%
        }
    .col-md-pull-0 {
        right: 0%
        }
    .col-md-push-12 {
        left: 100%
        }
    .col-md-push-11 {
        left: 91.666667%
        }
    .col-md-push-10 {
        left: 83.333333%
        }
    .col-md-push-9 {
        left: 75%
        }
    .col-md-push-8 {
        left: 66.666667%
        }
    .col-md-push-7 {
        left: 58.333333%
        }
    .col-md-push-6 {
        left: 50%
        }
    .col-md-push-5 {
        left: 41.666667%
        }
    .col-md-push-4 {
        left: 33.333333%
        }
    .col-md-push-3 {
        left: 25%
        }
    .col-md-push-2 {
        left: 16.666667%
        }
    .col-md-push-1 {
        left: 8.333333%
        }
    .col-md-push-0 {
        left: 0%
        }
    .col-md-offset-12 {
        margin-left: 100%
        }
    .col-md-offset-11 {
        margin-left: 91.666667%
        }
    .col-md-offset-10 {
        margin-left: 83.333333%
        }
    .col-md-offset-9 {
        margin-left: 75%
        }
    .col-md-offset-8 {
        margin-left: 66.666667%
        }
    .col-md-offset-7 {
        margin-left: 58.333333%
        }
    .col-md-offset-6 {
        margin-left: 50%
        }
    .col-md-offset-5 {
        margin-left: 41.666667%
        }
    .col-md-offset-4 {
        margin-left: 33.333333%
        }
    .col-md-offset-3 {
        margin-left: 25%
        }
    .col-md-offset-2 {
        margin-left: 16.666667%
        }
    .col-md-offset-1 {
        margin-left: 8.333333%
        }
    .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.666667%
        }
    .col-lg-10 {
        width: 83.333333%
        }
    .col-lg-9 {
        width: 75%
        }
    .col-lg-8 {
        width: 66.666667%
        }
    .col-lg-7 {
        width: 58.333333%
        }
    .col-lg-6 {
        width: 50%
        }
    .col-lg-5 {
        width: 41.666667%
        }
    .col-lg-4 {
        width: 33.333333%
        }
    .col-lg-3 {
        width: 25%
        }
    .col-lg-2 {
        width: 16.666667%
        }
    .col-lg-1 {
        width: 8.333333%
        }
    .col-lg-pull-12 {
        right: 100%
        }
    .col-lg-pull-11 {
        right: 91.666667%
        }
    .col-lg-pull-10 {
        right: 83.333333%
        }
    .col-lg-pull-9 {
        right: 75%
        }
    .col-lg-pull-8 {
        right: 66.666667%
        }
    .col-lg-pull-7 {
        right: 58.333333%
        }
    .col-lg-pull-6 {
        right: 50%
        }
    .col-lg-pull-5 {
        right: 41.666667%
        }
    .col-lg-pull-4 {
        right: 33.333333%
        }
    .col-lg-pull-3 {
        right: 25%
        }
    .col-lg-pull-2 {
        right: 16.666667%
        }
    .col-lg-pull-1 {
        right: 8.333333%
        }
    .col-lg-pull-0 {
        right: 0%
        }
    .col-lg-push-12 {
        left: 100%
        }
    .col-lg-push-11 {
        left: 91.666667%
        }
    .col-lg-push-10 {
        left: 83.333333%
        }
    .col-lg-push-9 {
        left: 75%
        }
    .col-lg-push-8 {
        left: 66.666667%
        }
    .col-lg-push-7 {
        left: 58.333333%
        }
    .col-lg-push-6 {
        left: 50%
        }
    .col-lg-push-5 {
        left: 41.666667%
        }
    .col-lg-push-4 {
        left: 33.333333%
        }
    .col-lg-push-3 {
        left: 25%
        }
    .col-lg-push-2 {
        left: 16.666667%
        }
    .col-lg-push-1 {
        left: 8.333333%
        }
    .col-lg-push-0 {
        left: 0%
        }
    .col-lg-offset-12 {
        margin-left: 100%
        }
    .col-lg-offset-11 {
        margin-left: 91.666667%
        }
    .col-lg-offset-10 {
        margin-left: 83.333333%
        }
    .col-lg-offset-9 {
        margin-left: 75%
        }
    .col-lg-offset-8 {
        margin-left: 66.666667%
        }
    .col-lg-offset-7 {
        margin-left: 58.333333%
        }
    .col-lg-offset-6 {
        margin-left: 50%
        }
    .col-lg-offset-5 {
        margin-left: 41.666667%
        }
    .col-lg-offset-4 {
        margin-left: 33.333333%
        }
    .col-lg-offset-3 {
        margin-left: 25%
        }
    .col-lg-offset-2 {
        margin-left: 16.666667%
        }
    .col-lg-offset-1 {
        margin-left: 8.333333%
        }
    .col-lg-offset-0 {
        margin-left: 0%
        }
    }
.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 25px;
    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: #fff;
    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 25px;
    min-width: 150px
    }
.site-top.stickybar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000
    }
.sticky-nudge {
    margin-top: 30px
    }
.slicknav_btn {
    font-size: 28px;
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 5px 5px 7px;
    line-height: 1.125em
    }
.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: #fff;
    border-bottom: 1px solid #111;
    opacity: 0.92;
    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
    }
.site-top {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.94;
    z-index: 500;
    border-bottom: 1px solid #111;
    transition: all 300ms ease
    }
.site-top .container {
    background: 0 0
    }
.wpadminbar-nudge {
    min-height: 32px
    }
.site-top-secondary {
    position: relative;
    transition: all 300ms ease;
    padding-top: 10px;
    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-panel {
    background: #111;
    color: #fff;
    text-align: center
    }
#scotch-panel a {
    color: #fff
    }
#scotch-panel a:hover {
    color: #999
    }
#scotch-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
    }
#scotch-panel ul li a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: 0 0
    }
#scotch-panel .btn {
    margin: 8px
    }
#scotch-panel h2, #scotch-panel h3, #scotch-panel h4, #scotch-panel h5, #scotch-panel h6 {
    color: #fff;
    margin: 15px 0 5px
    }
h5 {
    font-size: 18px
    }
#scotch-panel .form-control {
    background: 0 0;
    border: 0;
    color: #fff;
    text-align: center
    }
#scotch-panel .form-control:placeholder {
    color: #fff
    }
#scotch-panel .form-control::-moz-placeholder {
    color: #fff
    }
#scotch-panel h6 .fa-search {
    position: relative;
    top: -1px
    }
#scotch-panel .toggle-search {
    display: block;
    margin: 10px
    }
.site-header {
    text-align: center
    }
.site-header .container {
    padding-top: 90px;
    padding-bottom: 30px
    }
.site-title {
    margin: 0;
    font-size: 60px;
    font-family: Playfair\ Display, sans-serif;
    line-height: 1;
    color: #000;
    font-weight: 300 !important
    }
.site-title img {
    margin: 0 auto;
    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: #555;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px auto 0;
    max-width: 75%;
    text-align: center;
    font: 12px Montserrat, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
    }
#ad-area-1 {
    padding: 10px 0
    }
#ad-area-2 {
    padding: 20px 0
    }
#ad-area-2 .widget {
    margin-bottom: 25px
    }
#widget_area_after_first, #widget_area_after_second, #widget_area_after_third {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #111
    }
#widget_area_after_first .widget-title, #widget_area_after_second .widget-title, #widget_area_after_third .widget-title {
    border: 0;
    margin-bottom: 10px
    }
#widget_area_after_first .widget-title span, #widget_area_after_second .widget-title span, #widget_area_after_third .widget-title span {
    top: auto
    }
.site-main .container {
    padding-top: 30px;
    padding-bottom: 50px
    }
.hentry {
    margin-bottom: 50px
    }
.single .hentry, .page .hentry {
    margin-bottom: 0
    }
.show-author {
    display: none
    }
.entry-header {
    margin: 0 0 15px
    }
.entry-header .entry-meta {
    border-top: 1px solid #111
    }
.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: #222
    }
.entry-title a:hover, .entry-title a:focus {
    color: #999;
    text-decoration: none
    }
.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-footer {
    text-align: left
    }
.entry-footer a {
    color: #222
    }
.entry-footer a:hover {
    color: #999
    }
.entry-footer .location {
    margin-top: 10px
    }
.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-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
    }
.mejs-container {
    margin-bottom: 30px
    }
.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
    }
.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 a, .site-main .post-navigation a {
    padding: 12px;
    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
    }
.site-main [class*=navigation] .nav-previous.homepage_central_nav {
    width: 100%;
    text-align: center
    }
.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: 0 0
    }
.site-main .post-navigation a:hover, .site-main .post-navigation a:focus {
    color: #111;
    background: 0 0
    }
.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
    }
.site-main .comment-navigation {
    margin-bottom: 30px
    }
.site-main .comment-navigation a {
    padding: 15px;
    font-size: 12px
    }
.comments-title {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.2;
    padding-top: 10px !important
    }
.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-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-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
    }
.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: "";
    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: 0 0
    }
.comment-subscription-form {
    margin: 0
    }
.comment-subscription-form label {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: text-bottom
    }
.widget {
    margin-bottom: 10px
    }
.widget-title {
    color: #000;
    font: 11px Montserrat, arial, sans-serif;
    letter-spacing: 1px;
    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_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 select {
    width: 100%
    }
.widget_recent_entries .post-date {
    display: block;
    font-size: 12px
    }
.widget_rss .rss-date {
    margin-bottom: 5px;
    display: block;
    color: #999;
    font-size: 12px
    }
.widget_rss li > cite {
    font-style: italic;
    font-weight: 400
    }
.widget_calendar caption {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400
    }
.site-sidebar {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    padding: 0 6px 0 26px
    }
.site-sidebar .widget {
    padding: 10px 15px
    }
.site-sidebar .widget:first-child {
    padding-top: 0
    }
.socialz {
    text-align: center
    }
.socialz a {
    color: #111;
    font-size: 24px;
    margin: 0 11px;
    -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: #d1bc61
    }
.top-socialz {
    float: right !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 {
    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
    }
.slideshow-window {
    background: 0 0 !important;
    border: 0 !important
    }
.slideshow-slide-caption {
    color: #000 !important;
    text-shadow: none !important;
    font-family: inherit !important;
    bottom: 0 !important
    }
.site-extra {
    line-height: 1.6
    }
.site-extra .container {
    padding-top: 40px;
    padding-bottom: 30px
    }
.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
    }
.site-footer {
    color: #fff;
    font: 10px Montserrat, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5;
    background: #111;
    width: 100%
    }
.site-footer .container {
    padding: 15px
    }
.site-footer a {
    color: #fff
    }
.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: 400
    }
#subscribe-submit > input {
    height: 30px;
    padding: 5px
    }
#back-top {
    background: 0 0;
    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
    }
#trendingz {
    padding-bottom: 0;
    padding-top: 0;
    text-align: center
    }
#trendingz ul {
    padding: 0;
    margin-bottom: 30px
    }
#trendingz ul li {
    display: inline-block;
    width: 19%;
    margin: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
    vertical-align: top
    }
#trendingz img {
    max-width: 100%;
    height: auto
    }
.trending-thumb {
    display: block;
    height: 120px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%
    }
#trendingz a {
    color: #000;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out
    }
#trendingz a:hover {
    opacity: 0.7
    }
#trendingz h5 {
    margin: 0 5px;
    font-size: 90%
    }
#trendingz h2 {
    border-top: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 0 20px 20px
    }
#trendingz h2 span {
    background: #fff;
    padding: 0 13px;
    position: relative;
    top: -8px
    }
.wpp-list {
    list-style: outside none none;
    padding: 0;
    margin: 0
    }
.wpp-thumbnail {
    margin: 0 0 3px !important;
    float: none
    }
.wpp-post-title {
    font: 14px Playfair\ Display, sans-serif
    }
.wpp-list li {
    margin-bottom: 20px
    }
.more-link {
    color: #fff;
    background: #111;
    display: block;
    font: 13px 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: 0.7;
    color: #fff
    }
.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: 0.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 {
    height: 420px
    }
.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: 0 0;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out
    }
.slide-inside:hover {
    background: rgba(255, 255, 255, 0.1)
    }
.slide-title {
    display: table-cell;
    vertical-align: middle
    }
.slide-h2 {
    font: 25px Playfair\ Display, sans-serif;
    margin: 0 0 10px
    }
.slide-h2 > a {
    color: #000
    }
.slider_excerpt {
    margin-bottom: 10px
    }
.slide-image {
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
    }
@media screen and (min-width: 1025px) {
    .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, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff
    }
.cycle-prev:hover, .cycle-next:hover {
    opacity: 0.9
    }
.pipdig-cats {
    font: 10px Montserrat, snas-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px
    }
.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: 0.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
    }
.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
    }
.cycle-caption {
    position: absolute;
    color: #fff;
    bottom: 15px;
    right: 15px;
    z-index: 700
    }
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    background: #000;
    color: #fff;
    padding: 15px;
    opacity: 0.5
    }
#instagramz {
    text-align: center;
    margin-top: 30px
    }
#sbi_load {
    padding: 0 !important
    }
#sb_instagram {
    padding: 0 !important
    }
.years li {
    list-style: outside none none
    }
.months h3 {
    font-size: 15px
    }
.page-archives-post-date {
    font-size: 80%;
    color: #999
    }
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: 0 0 !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: 0 0;
    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: 0 0;
    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: 0 0
    }
.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
    }
.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: 0 0;
    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 0.5em
    }
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: inherit
    }
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    opacity: 1;
    color: #fff
    }
#sideslides {
    visibility: hidden
    }
.bx-wrapper {
    position: relative;
    padding: 0
    }
.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: 0.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
    }
.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: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.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 	;
    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 	;
    background: rgba(0, 0, 0, 0.5);
    width: 100%
    }
.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-size: 11px;
    padding: 10px
    }
#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, 0.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: 10px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: #000;
    opacity: 0.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
    }
#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, 0.6);
    box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.6)
    }
#imagelightbox-loading, #imagelightbox-loading div {
    border-radius: 50%
    }
#imagelightbox-loading {
    width: 2.5em;
    height: 2.5em;
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.625em;
    margin: -1.25em 0 0 -1.25em;
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75)
    }
#imagelightbox-loading div {
    width: 1.25em;
    height: 1.25em;
    background-color: #fff;
    -webkit-animation: imagelightbox-loading 0.5s ease infinite;
    animation: imagelightbox-loading 0.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)
        }
    }
#imagelightbox-overlay {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
    }
#imagelightbox-close {
    width: 2.5em;
    height: 2.5em;
    text-align: left;
    background-color: #000;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    right: 2.5em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.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)
    }
#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
    }
#imagelightbox-nav {
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 3.75em;
    padding: 0.313em;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
    }
#imagelightbox-nav button {
    width: 1em;
    height: 1em;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.313em
    }
#imagelightbox-nav button.active {
    background-color: #fff
    }
.imagelightbox-arrow {
    width: 3.75em;
    height: 7.5em;
    background-color: #000;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em
    }
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
    background-color: #666
    }
.imagelightbox-arrow:active {
    background-color: #111
    }
.imagelightbox-arrow-left {
    left: 2.5em
    }
.imagelightbox-arrow-right {
    right: 2.5em
    }
.imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: "";
    display: inline-block;
    margin-bottom: -0.125em
    }
.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.313em
    }
.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -0.313em
    }
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    -webkit-animation: fade-in 0.25s linear;
    animation: fade-in 0.25s linear
    }
@-webkit-keyframes fade-in {
    from {
        opacity: 0
        } to {
        opacity: 1
        }
    }
@keyframes fade-in {
    from {
        opacity: 0
        } to {
        opacity: 1
        }
    }
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !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 0.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
    }
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
    }
.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: 22px;
    line-height: 20px;
    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
    }
.extra-footer-outer {
    width: 100%
    }
.extra-footer-outer .container {
    background: 0 0
    }
.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
    }
.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: 30px
    }
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
    }
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
    }
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
    }
.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: transparent
    }
.grabbing {
    cursor: url(/cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/grabbing.png) 8 8, move
    }
.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
    }
.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    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);
    opacity: 0.5
    }
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
    }
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
    }
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    background: #000
    }
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
    }
.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
    }
.owl-item.loading {
    min-height: 150px;
    background: url(/cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/AjaxLoader.gif) no-repeat center center
    }
.carousel-footer {
    text-align: center
    }
.carousel-footer-title {
    background: #fff;
    background: rgba(255, 255, 255, 0.88);
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    font-size: 17px
    }
.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
    }
.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 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out
    }
.pipdig-bloglovin-widget:hover {
    opacity: 0.8
    }
.pipdig-bloglovin-widget .fa {
    font-size: 12px
    }
.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: 28px;
    letter-spacing: -1px
    }
.floated_summary_post p {
    margin: 0 0 15px
    }
.floated_summary_post .more-link {
    display: none;
    width: auto;
    margin-top: -10px;
    padding: 5px 10px
    }
.floated_summary_post_date, .floated_summary_post_author {
    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
    }
.menu-bar ul .pipdig_navbar_search {
    display: none
    }
.pipdig_navbar_search input {
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    padding-left: 7px;
    background: 0 0
    }
.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: "·";
    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
    }
.p3_search_overlay {
    height: 0%;
    opacity: 0;
    width: 100%;
    position: fixed;
    z-index: 6000000;
    top: 0;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.98);
    overflow-y: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
    }
.p3_search_overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px
    }
.p3_search_overlay #p3_search_overlay-closebtn {
    padding: 8px;
    text-decoration: none;
    font-size: 40px;
    color: #000;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s
    }
.p3_search_overlay #p3_search_overlay-closebtn:hover, .p3_search_overlay #p3_search_overlay-closebtn:focus {
    color: #999
    }
.p3_search_overlay #p3_search_overlay-closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px
    }
.p3_search_overlay-content input[type=search] {
    text-align: center;
    border: none;
    font-size: 40px;
    height: auto;
    font-weight: 400;
    color: #333;
    border: 1px solid #ddd;
    -webkit-appearance: none
    }
.p3_search_overlay-content input[type=search]:focus {
    outline: 0 !important
    }
.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_header {
    margin-top: 0 !important
    }
.p3_instagram_footer_title_bar {
    background: #111;
    color: #fff
    }
.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: #fff
    }
#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(0, -50%);
    padding: 15px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.75);
    max-width: 80%;
    width: 350px
    }
#p3_full_width_slider_site_main {
    margin-bottom: 26px
    }
#p3_full_width_slider_site_main a {
    color: #000
    }
#p3_full_width_slider_site_main ul {
    margin: 0
    }
.holly_large_slider_panel .pipdig-cats {
    margin-bottom: 0
    }
.holly_large_slider_panel h2 {
    font-size: 20px
    }
.holly_large_slider_panel h2, .holly_large_slider_excerpt {
    margin: 0 0 10px
    }
#p3_full_width_slider_site_main .p3_feature_slide, #p3_post_slider_posts_column .p3_feature_slide {
    bottom: 0;
    left: 10%;
    right: 10%;
    width: 80%;
    opacity: 1
    }
#p3_feature_header .p3_trending_panel h4 {
    font-size: 16px
    }
#p3_full_width_slider_site_main .p3_slide_img {
    background-position: center 11%
    }
.p3_popular_posts_widget h4 {
    bottom: 0;
    width: 86%;
    left: 7%;
    right: 7%;
    background: #fff;
    letter-spacing: 0
    }
.entry-content .pipdig_p3_related_title {
    letter-spacing: 0
    }
.entry-content .pipdig_p3_related_title a {
    font-size: 15px;
    line-height: 1.1
    }