article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html{overflow-x:hidden}*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
embed, iframe, object {
max-width: 100%;
}
body {
color: #333;
font-size: 15px;
font-family: Montserrat, 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: didza, serif;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
}
h1 {font-size: 26px}
h2 {font-size: 24px}
h3 {font-size: 22px}
h4 {font-size: 20px}
h5 {font-size: 18px}
h6 {font-size: 16px}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
text-align: left;
margin: 25px 0 0;
line-height: 1.3;
text-transform: uppercase;
}
.entry-content h2 {
font-size: 20px;
}
.entry-content h3 {
font-size: 20px;
}
.entry-content h4 {
font-size: 18px;
}
.entry-content h5 {
font-size: 17px;
}
.entry-content h6 {
font-size: 17px;
}
blockquote p {
font-size: 16px;
font-style: italic;
line-height: 1.5;
}
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 .2s linear;
-moz-transition: color .2s linear;
transition: color .2s linear;
}
a:hover,
a:focus {
color: #000;
outline: none;
text-decoration: none;
}
cite {
font-style: normal;
}
.preloader{
position:fixed;
top:0;
width:100%;
height:100%;
background:white;
z-index:999;
}
.preloader .item{
position:absolute;
width:50px;
height:50px;
left:50%;
top:50%;
margin-left:-25px;
margin-top:-25px;
}
.spinner {
width: 40px;
height: 40px;
margin: 0px auto;
background-color: #333;
border-radius: 100%;
-webkit-animation: scaleout 1.0s infinite ease-in-out;
animation: scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
0% { -webkit-transform: scale(0.0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes scaleout {
0% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 100% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
opacity: 0;
}
}
.date-bar {
height: 3px;
}
.date-bar-white-bg {
background: #fff;
padding: 0 10px;
position: relative;
top: -7px;
}
.date-bar-white-bg > span::after {
content: " / ";
}
.date-bar-white-bg > span:last-child::after {
content: "";
}
.p_grid_cat > span::after {
content: " / ";
}
.p_grid_cat > 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.428571429;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
margin-bottom: .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.428571429;
word-break: break-all;
word-wrap: break-word;
color: #333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
} table {
width: 100%;
max-width: 100%;
margin-bottom: 1.5em;
background-color: transparent;
border: 1px solid #ddd;
}
th {
text-align: left;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border: 1px solid #ddd;
}
table > thead > tr > th {
vertical-align: bottom;
border-bottom-width: 2px;
}
table > tbody + tbody {
border-top: 1px solid #dddddd;
}
table table {
background-color: #ffffff;
}
table col[class*="col-"] {
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
float: none;
display: table-cell;
} .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: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
select[multiple],
select[size] {
height: auto;
}
select optgroup {
font-size: inherit;
font-style: inherit;
font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
display: inline-block;
width: 100%;
height: 34px;
margin: 0;
padding: 6px 10px;
color: #333;
font-size: 14px;
line-height: 1.428571429;
vertical-align: middle;
background-color: #ffffff;
background-image: none;
border: 1px solid #dddddd;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
outline: 0;
border-color: #66afe9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
color: #666666;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #666666;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #666666;
opacity: 1;
}
.form-control::-webkit-input-placeholder {
color: #666666;
opacity: 1;
}
.form-group {
margin-bottom: 15px;
}
textarea,
textarea.form-control {
height: auto!important;
}
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 3px;
-webkit-appearance: button;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-transition: background-color .1s linear;
-moz-transition: background-color .1s linear;
-ms-transition: background-color .1s linear;
-o-transition: background-color .1s linear;
transition: background-color .1s linear;
}
.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
color: #333333;
text-decoration: none;
}
.btn:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
} select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
font-size: 14px;
border: 1px solid #ddd;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
select {
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
border-color: #eee;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 10px 15px;
color: #fff;
font-size: 10px;
font-weight: 400;
font-family: Montserrat, sans-serif;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
border-radius: 0;
background: #111;
}
input[type="reset"] {
color: #333;
background: #eee;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
color: #fff;
}
input[type="reset"]:hover,
input[type="reset"]:focus {
color: #333;
background: #e5e5e5;
} img.alignleft,
.wp-caption.alignleft {
margin: .5em 1.5em 1em 0;
}
img.alignright,
.wp-caption.alignright {
margin: .5em 0 1em 1.5em;
}
img.aligncenter,
.wp-caption.aligncenter {
margin: .5em auto;
}
@media only screen and (max-width: 719px) {
img.alignleft, img.alignright, .wp-caption.alignleft, .wp-caption.alignright {
float: none;
margin: 10px 0;
}
}
.page-content img,
.entry-content img, .page-content img,
.entry-summary img,
.comment-content img,
.site-sidebar img {
max-width: 100%;
height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
margin-bottom: 0;
margin-top: 0;
padding: 0;
border: none;
}
.wp-caption {
max-width: 100%;
margin-bottom: 1em;
padding: .6em;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
color: #333;
font-size: 14px;
font-style: italic;
text-align: center;
}
.wp-caption .wp-caption-text {
margin: .6em 0 0;
}
.site-content .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-content .gallery dd {
margin: 0;
}
.entry-attachment .attachment {
margin: 0 0 1.5em;
}
.attachment-thumbnail {
border-color: #f7f7f7!important;
} .search-form {
position: relative;
}
.search-form .form-group {
margin: 0;
}
.search-form .form-submit {
top: 0;
right: 0;
position: absolute;
}
.search-form .pipdigicons-search {
font-size: 18px;
line-height: 1;
} .container { position: relative;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.site-footer .container {
background: transparent;
}
.container:before, .container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 12px;
padding-right: 12px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666666666666%;
}
.col-xs-10 {
width: 83.33333333333334%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666666666666%;
}
.col-xs-7 {
width: 58.333333333333336%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666666666667%;
}
.col-xs-4 {
width: 33.33333333333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.666666666666664%;
}
.col-xs-1 {
width: 8.333333333333332%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666666666666%;
}
.col-xs-pull-10 {
right: 83.33333333333334%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666666666666%;
}
.col-xs-pull-7 {
right: 58.333333333333336%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666666666667%;
}
.col-xs-pull-4 {
right: 33.33333333333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.666666666666664%;
}
.col-xs-pull-1 {
right: 8.333333333333332%;
}
.col-xs-pull-0 {
right: 0%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666666666666%;
}
.col-xs-push-10 {
left: 83.33333333333334%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666666666666%;
}
.col-xs-push-7 {
left: 58.333333333333336%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666666666667%;
}
.col-xs-push-4 {
left: 33.33333333333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.666666666666664%;
}
.col-xs-push-1 {
left: 8.333333333333332%;
}
.col-xs-push-0 {
left: 0%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 810px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666666666666%;
}
.col-sm-10 {
width: 83.33333333333334%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666666666666%;
}
.col-sm-7 {
width: 58.333333333333336%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666666666667%;
}
.col-sm-4 {
width: 33.33333333333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-1 {
width: 8.333333333333332%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666666666666%;
}
.col-sm-pull-10 {
right: 83.33333333333334%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666666666666%;
}
.col-sm-pull-7 {
right: 58.333333333333336%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666666666667%;
}
.col-sm-pull-4 {
right: 33.33333333333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.666666666666664%;
}
.col-sm-pull-1 {
right: 8.333333333333332%;
}
.col-sm-pull-0 {
right: 0%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666666666666%;
}
.col-sm-push-10 {
left: 83.33333333333334%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666666666666%;
}
.col-sm-push-7 {
left: 58.333333333333336%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666666666667%;
}
.col-sm-push-4 {
left: 33.33333333333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.666666666666664%;
}
.col-sm-push-1 {
left: 8.333333333333332%;
}
.col-sm-push-0 {
left: 0%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 68%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-4 {
width: 33.333333333333336%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-1 {
width: 8.333333333333332%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-pull-10 {
right: 83.33333333333334%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666666666666%;
}
.col-md-pull-7 {
right: 58.333333333333336%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666666666667%;
}
.col-md-pull-4 {
right: 33.33333333333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.666666666666664%;
}
.col-md-pull-1 {
right: 8.333333333333332%;
}
.col-md-pull-0 {
right: 0%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666666666666%;
}
.col-md-push-10 {
left: 83.33333333333334%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666666666666%;
}
.col-md-push-7 {
left: 58.333333333333336%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666666666667%;
}
.col-md-push-4 {
left: 33.33333333333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.666666666666664%;
}
.col-md-push-1 {
left: 8.333333333333332%;
}
.col-md-push-0 {
left: 0%;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666666666666%;
}
.col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666666666666%;
}
.col-lg-10 {
width: 83.33333333333334%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-7 {
width: 58.333333333333336%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.666666666666664%;
}
.col-lg-1 {
width: 8.333333333333332%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-pull-10 {
right: 83.33333333333334%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666666666666%;
}
.col-lg-pull-7 {
right: 58.333333333333336%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666666666667%;
}
.col-lg-pull-4 {
right: 33.33333333333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.666666666666664%;
}
.col-lg-pull-1 {
right: 8.333333333333332%;
}
.col-lg-pull-0 {
right: 0%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666666666666%;
}
.col-lg-push-10 {
left: 83.33333333333334%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666666666666%;
}
.col-lg-push-7 {
left: 58.333333333333336%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666666666667%;
}
.col-lg-push-4 {
left: 33.33333333333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.666666666666664%;
}
.col-lg-push-1 {
left: 8.333333333333332%;
}
.col-lg-push-0 {
left: 0%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
} .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 16px;
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 {
color: #555;
}
.menu-bar {
height: auto;
}
.menu-bar ul ul {
opacity: 0;
visibility: 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: rgba(255, 255, 255, .9);
border: none;
text-align: left;
}
.slicknav_open-menu {
background: rgba(255, 255, 255, .9);
}
.menu-bar ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
.menu-bar ul li:hover > ul {
opacity: 1;
visibility: 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 16px;
min-width: 180px;
}
.site-top.stickybar{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 5000;
}
.sticky-nudge {
margin-top: 30px;
}
#top_menu_2 {
text-align: right;
}
#siteHeaderCont #top_menu_1.site-menu .menu-bar {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 100%;
}
#siteHeaderCont #top_menu_2.site-menu .menu-bar {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
width: 100%;
}
#siteHeaderCont {
position: fixed;
top: 0;
left: 0;
width: 100%;
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
@media only screen and (min-width: 810px) {
#siteHeaderCont:hover, #siteHeaderCont.site-header-bg-color {
background: rgba(255, 255, 255, .8);
}
} .slicknav_btn {
font-size: 28px;
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: 5px 5px 7px;
line-height: 1.125em;
}
.slicknav_menu {
*zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left; }
.slicknav_menu .slicknav_icon {
float: left;
margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text {
margin: 0; }
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em;
}
.slicknav_menu:before {
content: " ";
display: table; }
.slicknav_menu:after {
content: " ";
display: table;
clear: both; }
.slicknav_nav {
clear: both;
}
.slicknav_nav ul {
display: block; }
.slicknav_nav li {
display: block; }
.slicknav_nav .slicknav_arrow {
font-size: 0.8em;
margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item {
cursor: pointer; }
.slicknav_nav .slicknav_item a {
display: inline; }
.slicknav_nav .slicknav_row {
display: block; }
.slicknav_nav a {
display: block; }
.slicknav_nav .slicknav_parent-link a {
display: inline; }
.slicknav_brand {
float: left; }
.slicknav_menu {
font-family: Montserrat, sans-serif;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
box-sizing: border-box;
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: 1em;
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: 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;
}
.single .slicknav_menu, .page .slicknav_menu {
background: rgba(255, 255, 255, .75);
}
.slicknav_menu {
display:none;
} .site-top {
background: #fff;
position: fixed;
left: 0;
top: 0;
width: 100%;
opacity: .94;
z-index: 500;
border-bottom: 1px solid #111;
transition: all 300ms ease;
}
.site-top .container {
background: transparent;
}
.wpadminbar-nudge {
padding-top: 32px !important;
}
.shift_the_nav .wpadminbar-nudge {
display: block;
} .site-header {
position: relative;
top: 0;
left: 0;
width: 100%;
z-index: 9;
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
top: 0;
left: 0;
}
@media screen and (min-width: 1111px) {
.site-header {
background-attachment: fixed;
}
}
.site-header .container {
background: none;
padding-top: 8px;
padding-bottom: 8px;
max-width: 100%;
}
.site-header.site-header-2 {
position: relative;
}
.site-header.site-header-2 .container {
padding-top: 60px;
padding-bottom: 30px;
}
.site-header.shift_the_nav {
box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
opacity: .98;
padding-bottom: 0 !important;
position: fixed;
}
.shift_the_nav .container .site-title {
font-size: 60px;
}
.site-branding {
text-align: center;
}
.site-title {
margin: 0;
font-size: 45px;
font-family: didza, serif;
font-weight: 400 !important;
line-height: 1;
color: #000;
text-transform: uppercase;
letter-spacing: 0; }
.site-title img {
margin: 0 auto;
display: block;
max-width: 100%;
height: auto;
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.site-title a {
color: #000;
}
.site-title a:hover,
.site-title a:focus {
text-decoration: none;
}
.site-description {
color: #444;
line-height: 1.5;
margin: 5px auto 0;
font: 400 10px Montserrat, sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
}
.header_section_bottom_right #main_menu_under_header {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
#header_widget_section {
padding: 10px 0;
}
#ad-area-2 {
padding: 20px 0;
}
#ad-area-2 .widget {
margin-bottom: 35px;
}
#widget_area_before_first {
padding-bottom: 30px;
} .site-main.site-main-2 {
padding-top: 0;
}
.site-main .container {
padding-top: 35px;
padding-bottom: 10px;
}
.p_section_title {
text-align: center;
margin-bottom: -10px;
}
.p_section_title_border {
border-top: 1px solid #111;
}
.p_section_title h2 {
font-size: 28px;
margin: 0;
text-transform: uppercase;
letter-spacing: 1px;
}
.p_section_title h2 span {
padding: 0 10px;
background: #fff;
display: inline-block;
position: relative;
} .hentry {
margin-bottom: 50px;
}
.p_left_right_post {
margin-bottom: 100px;
}
.single .hentry, .page .hentry {
margin-bottom: 0;
} .entry-header {
margin: 0 0 15px;
}
.entry-header .entry-meta {
margin-top: 10px;
border-top: 1px solid #111;
} .entry-title {
margin: 8px 0;
font-size: 26px;
font-weight: 400;
line-height: 1.2;
text-align: center;
text-transform: none; }
.entry-title a {
color: #000;
}
.entry-title a:hover,
.entry-title a:focus {
color: #999;
text-decoration: none;
}
.entry-title a:visited {
}
.single .entry-title {
margin-top: 0;
} .entry-meta {
color: #222;
font-size: 10px;
letter-spacing:2px;
text-transform: uppercase;
font-family: Montserrat, sans-serif;
text-align: center;
}
.entry-meta a {
color: #222;
}
.entry-meta a:hover,
.entry-meta a:focus {
color: #000;
text-decoration: none;
}
.entry-meta a:visited {
} .entry-footer {
text-align:left;
}
.entry-footer a {
color: #222;
}
.entry-footer a:hover {
color: #999;
}
.entry-footer .location {
margin-top: 10px;
} .entry-meta .pipdigicons {
margin-right: 5px;
font-size: 11px;
}
.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .cat-links,
.entry-meta .tags-links,
.entry-meta .bookmark-link {
margin-right: 15px;
} .entry-thumbnail {
} .entry-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: 26px;
font-weight: 400;
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: right;
text-align: right;
}
.site-main .paging-navigation .nav-next, .site-main .post-navigation .nav-next {
width: 50%;
float: left;
text-align: left;
}
.site-main .post-navigation .nav-previous {
width: 50%;
float: left;
text-align: left;
}
.site-main .post-navigation .nav-next {
width: 50%;
float: right;
text-align: right;
}
.site-main .paging-navigation .nav-previous.homepage_central_nav {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.site-main .paging-navigation .nav-previous.homepage_central_nav a {
border-bottom: 2px solid #111;
}
.site-main .paging-navigation .nav-previous.homepage_central_nav a:hover {
border-color: #fff;
}
.site-main  .paging-navigation .nav-previous.homepage_central_nav .pipdigicons {
display: none;
}
.site-main .paging-navigation a, .site-main .post-navigation a {
padding: 12px;
display: inline-block;
color: #000;
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: 0.3s ease;
-moz-transition: 0.3s ease;
-webkit-transition: 0.3s ease;
}
.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: #999;
} .site-main .post-navigation {
margin: 0 0 10px;
}
.site-main .post-navigation a {
padding: 15px 0;
display: inline-block;
color: #999;
font-size: 13px;
font-weight: 400;
font-family: Montserrat, sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.5;
background: transparent;
}
.site-main .post-navigation a:hover,
.site-main .post-navigation a:focus {
color: #111;
background: transparent;
}
.site-main .post-navigation .meta-nav {
display: block;
margin-bottom: 5px;
color: #222;
font-size: 13px;
font-weight: 400;
font-family: Montserrat, sans-serif;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
line-height: 1.2;
} .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-body {
}
.comment-meta {
overflow: hidden;
color: #444;
font-size: 11px;
font-family: Montserrat, sans-serif;
line-height: 1.5;
text-transform:uppercase;
letter-spacing:1px;
}
.comment-meta a {
color: #333;
}
.comment-meta a:hover {
color: #999;
}
.comment-meta a:hover,
.comment-meta a:focus {
text-decoration: none;
}
.comment-meta .pipdigicons {
margin-right: 5px;
color: #c5c5c5;
font-size: 12px;
}
.comment-author {
display: block;
color: #333;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}
.comment-footer .edit-link {
margin-right: 15px;
}
.comment-content {
margin: 20px 0;
}
.comment-reply {
}
.comment-list {
margin-top: -10px;
margin-bottom: 30px;
padding: 0;
list-style: none;
border-bottom: 1px solid #ddd;
}
.comment ul.children {
margin: 25px 0 -15px 55px;
padding: 0;
list-style: none;
}
.bypostauthor {
} .comment .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;
}
.comment-form-url,
.comment-form-email,
.comment-form-author {
max-width: 50%;
}
.comment-form-comment textarea.form-control {
min-height: 150px;
}
.no-comments,
.logged-in-as,
.comment-notes,
.form-allowed-tags {
font-size: 14px;
}
.form-allowed-tags code {
margin: 5px 0 0;
display: block;
color: #999;
white-space: normal;
background: none;
} .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: 15px;
}
.widget-title {
color: #000;
font: 11px Montserrat, arial, sans-serif;
letter-spacing: 2px;
margin: 10px 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 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_archive select,
.widget_categories select { } .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;
}
#p_feature_slider.cycle-slideshow{
width:auto;
height:auto;
display:block;
text-align:left;
overflow: visible;
}
.p_feature_slider_outer {
width: 100%;
position: relative;
}
#p_feature_slider_banner {
width: 100%;
position: absolute;
background: #f8f8f8;
height: 500px;
top: 30px;
}
.p_feature_slider_outer .container {
background:  none;
padding-bottom: 50px;
}
.p_feature_slider_item {
width: 100%;
position: relative;
display: none;
}
.p_feature_slider_item.cycle-slide-active {
display: block;
}
.p_feature_slider_img {
width: 75%;
}
.p_feature_slider_overlay {
width: 40%;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
padding: 20px;
background: #fff;
text-align: left;
}
.p_feature_slider_overlay .entry-title {
text-align: left;
}
#p_feature_slider_nav {
position: absolute;
top: 14px;
right: 0;
z-index: 101;
}
#p_feature_slider_nav div {
width: 25px;
height: 32px;
background: #000;
color: #fff;
cursor: pointer;
float: left;
margin: 0 1px;
position: relative;
-moz-transition: all 0.12s ease-out; -webkit-transition: all 0.12s ease-out; transition: all 0.12s ease-out;
}
#p_feature_slider_nav div:hover {
background: #999;
}
#p_feature_slider_nav div .pipdigicons {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 22px;
line-height: 1;
}
.p_feature_slider_overlay .read-more {
position: absolute;
bottom: -40px;
right: 0;
}
.p_content_area {
padding: 5px 15px;
text-align: left;
}
.p_content_area .entry-title {
text-align: left;
}
.p_content_area_extra_excerpt_compensate, .p_content_area_extra_excerpt {
width: 50%;
float: left;
}
.p_content_area_extra_excerpt_compensate {
padding-right: 15px;
}
.p_content_area_extra_excerpt .shopr_shopthepost_title {
margin: 0;
}
.p_post_date {
position: absolute;
background: #fff;
padding: 0 10px 10px;
text-align: center;
color: #000;
font: 11px Montserrat, serif;
line-height: 1.2;
text-transform: uppercase;
}
.p_post_date .p_post_date_day {
font: 30px Montserrat, serif;
line-height: 1;
border-bottom: 1px solid #111;
padding-bottom: 5px;
margin-bottom: 5px;
}
.p_mobile_content {
display: none;
}
.homepage_widget_section {
margin-top: 10px;
margin-bottom: 30px;
position: relative;
width: 100vw;
left: calc(-50vw + 50%);
min-height: 50px;
background: #f8f8f8;
display: block;
text-align: center;
}
.homepage_widget_section .widget-title {
margin-top: 0;
}
.home .homepage_widget_section .container {
background: none;
padding-top: 30px;
padding-bottom: 30px;
}
.homepage_widget_section .panel_widget-title {
margin-top: -10px;
margin-bottom: 5px;
}
.homepage_widget_section .widget > div, .homepage_widget_section .homepage_widget_section_inner .widget_mc4wp_form_widget {
padding: 20px;
margin: 0 auto;
background: #fff;
}
.homepage_widget_section .p3_popular_posts_widget h4 {
font-size: 18px;
line-height: 1.1;
background: transparent !important;
}
.homepage_widget_section .widget {
margin-bottom: 0;
}
.homepage_widget_section.homepage_widget_section_sidebar_compensate {
width: auto;
left: auto;
background: none;
}
.homepage_widget_section.homepage_widget_section_sidebar_compensate .panel_widget-title {
margin-top: 0;
margin-bottom: 7px;
}
.homepage_widget_section.homepage_widget_section_sidebar_compensate .widget > div, .homepage_widget_section.homepage_widget_section_sidebar_compensate .homepage_widget_section_inner .widget_mc4wp_form_widget, .homepage_widget_section.homepage_widget_section_sidebar_compensate .p3_popular_posts_widget {
padding: 0;
margin: 0 auto;
background: none;
}
.shopthepost-widget {
background: #fff;
} .site-sidebar {
text-align: center;
padding: 0 6px 0 26px;
}
.site-sidebar a {
}
.site-sidebar a:hover, .site-sidebar a:focus {
}
.site-sidebar .widget {
padding: 10px 15px;
}
.site-sidebar .widget:first-child{
padding-top: 0
}
.socialz {
text-align:center;
}
.socialz a {
color: #111111;
font-size: 25px;
margin: 0 12px;
-webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out;transition: all 0.25s ease-out;
}
.socialz a:hover, #p3_social_sidebar a:hover {
color: #999;
}
.float_menu_right {
text-align: right !important;
}
.menu-bar ul li.top-socialz {
margin-left: 15px;
margin-right: 15px;
}
.menu-bar ul li.top-socialz a {
margin: 0 6px;
}
.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: none !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 {
}
.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 .pipdigicons {
display: none;
}
.comment-date {
font: 10px Montserrat, sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
}
label {
font-weight: normal;
}
#subscribe-submit > input {
height: 30px;
padding: 5px;
}
#back-top{
background: transparent;
line-height: 100%;
display: inline-block;
position: fixed;
right: 40px;
bottom: 40px;
z-index: 1002;
}
#back-top .pipdigicons {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 .pipdigicons {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 .pipdigicons:hover{color:#aaa}
.single .addthis_toolbox {float:none;margin-bottom:15px;}
.lem_listing_content .addthis_toolbox, .woocommerce .addthis_toolbox {float:none;margin-top:5px;}
.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 Amiri, serif;
}
.wpp-list li{margin-bottom:20px;}
.p_view_more {
text-align: center;
padding-bottom: 30px;
}
.more-link {
color: #fff;
background: #111;
display: inline-block;
font: 13px Montserrat, sans-serif;
font-weight: 400 !important;
letter-spacing: 2px;
padding: 10px 20px;
text-transform: uppercase;
margin: 0 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: .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:.7;
}
.cat-item {
list-style: none;
}
.cat-item a, .widget_archive a {
display: block;
font: 10px Montserrat, sans-serif;
letter-spacing: 1px;
padding: 3px;
text-transform: uppercase;
}
#pipdig_full_width_slider {margin-top: 0;margin-bottom:15px;height: 480px;}
.cycle-slideshow{width:100%;height:420px;display:block;text-align:center;z-index:0;overflow:hidden;margin:0;position:relative;-webkit-backface-visibility:inherit;margin-bottom:0;}
.cycle-default {height: 0; -moz-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; transition: all 0.6s ease-out;-webkit-backface-visibility:inherit;}
.bring-the-search {height: 250px}
.cycle-default .slide-title {position: relative;top: 30%;}
.cycle-slideshow ul{width:100%;height:100%;padding:0;-webkit-backface-visibility:inherit;}
.cycle-slideshow li{width:100%;height:100%;margin:0;padding:0;}
.cycle-prev,.cycle-next{-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;position:absolute;top:0;width:11%;opacity:0;filter:alpha(opacity=92);z-index:800;height:100%;cursor:pointer}
.slide-inside{display:table;vertical-align:middle;height:100%;padding:0;width:100%;background:transparent;transition:all .25s ease-out;-o-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-webkit-transition:all .25s ease-out}
.slide-inside:hover{background:rgba(255,255,255,0.1)}
.slide-title{display:table-cell;vertical-align:middle}
.slide-h2{font: 28px didza, serif; margin: 0;}
.slide-h2 > a {color:#000;}
.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:550px;margin:0 auto;padding:20px 15px;background:rgba(255,255,255,.65);}
.cycle-prev:hover,.cycle-next:hover{opacity: .9}
.pipdig-cats {
font: 10px Montserrat, snas-serif;
text-transform: uppercase;
letter-spacing: 1px;
display: block;
margin-bottom: 15px;
}
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 11%; opacity: 0.2; filter: alpha(opacity=20); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA3CAYAAAAbk/pcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozREY1MTZFMzA5MjA2ODExODIyQUFFMDY2RDlCRDM4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMzg5ODIzNjc0RUYxMUU0QjIyRUVFMDhENTZGOERCNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMzg5ODIzNTc0RUYxMUU0QjIyRUVFMDhENTZGOERCNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU5MkRCRDRCRUI3NEU0MTFBNDlFRUI0NjQ4MEE3MDE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNERjUxNkUzMDkyMDY4MTE4MjJBQUUwNjZEOUJEMzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mqXCawAAAgBJREFUeNrEmb9LgkEYx18TBAURBEFwMCIwJMiQBglpkEAapEEapCFoqf9JaAiHaHJqaWpoCpqilsCgMIoiioqiur7V94GX8Mervnf3wgd8vTs/Hnfv3XPPG1BKOQavIKiDtvMjNkQQNNTf9WFKGgK7IgU1U9ImpW+g+ju8mqVhsOeSVqRMpzQC9il9AWV3uS5pFBxQ+gxK/+vokMbAIaWPoNipnt/SODii9AEUutX1U5oAx5TegXyv+n5Jk+CE0huQ69fGD2kKnFHaBlkv7UaVpsE5pZcg47XtKNIJ0KK0xXtHtzjDHir2OD3obwwjzXIsFcc2NcyfH7RBjrNWcRYnhx2qQSrn+XwqPq+JUSam14oFrkSKK1N81MfQS6Ui11zFNTjmx6LTr0KJu4vibhP1a4ntVVjmPqq4r0b83FC6FVQYMShGEGG/t89OX1Zd0iZjJke3uMYoUDEqDOkKjdw3ay5pg3Gwo1u8Ab4o3dItFfEM+KT0FIyZCPLlw6arx3VTPRbWXWO8bWqMhVWXfMfUrBZWwLvp51hYtrFyCUvg1fRaLSza2J2EBfBkej8W5m1EIMIcuDcdcwmz4NZ0lClMg2vTcbUwBa5MnySESXBh+uwkjNs4LVo9H1vNCFjNgVjN+ljNc1nN7FnNZVrN3lrNV1vN0Hd8JxGw9RbmW4ABABTwONDWKj7uAAAAAElFTkSuQmCC) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA3CAYAAAAbk/pcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozREY1MTZFMzA5MjA2ODExODIyQUFFMDY2RDlCRDM4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQTE5NzI0NTc0RUUxMUU0OTNFN0YxNEUzODlDREI4MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQTE5NzI0NDc0RUUxMUU0OTNFN0YxNEUzODlDREI4MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU5MkRCRDRCRUI3NEU0MTFBNDlFRUI0NjQ4MEE3MDE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNERjUxNkUzMDkyMDY4MTE4MjJBQUUwNjZEOUJEMzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HM2p5gAAAe1JREFUeNrcmc0rRFEYxo/PEPmKDImkSBY+spBkgZKFLGQhOzb+EBt/g7KQhSw0C01pFpokyUcWIxajUaPRiESIcD0vj7rZe2459bt17+bXufec933Pe7M8z5t3ztWCWfDuVAPiN+97rIAc4BTYZconXwP5KrExAV4oDyvk/psxnzwCClViYwQ8UR4FRSqxMQgeKY+BEpXY6Af3lO+AUpXY6AV3lO+DCpXY6AY3lB+BKpXY6AAZyuOgRiU22kCa8lNQpxIbLSBFeQI0qMRGE0hSnuS9ROw40wTlKb4JidjxG59SnuYakIgdV3ec8gxXv0TsuK+PKL/hvpeIHSPaPuV3jHgSsWMs36H8nrFeInbMYjHKLbsNqcSO+TtK+TMYVYkdK5cI5VbRjKvEjjVbmPJXMKkS/8jXKLcqdloldqzTV3zyGZX4R75E+QeYs+dZX/a/H9kgDlrBB+hSzXjx94wV0mX1N84Dq+pVbVtpXb2PC8CGOnJZrN5Ux+pisOXLTsOqfLxN6QMYUOTjcrDnq0D6VDXXIaW3oEddZV6DTnVdfQXa1SeJS9CqPjtdgGb1afEcNKrPx2egXt0ROAEhdQ/kGFSruz4HoFLd59oFZf+2sxdILzOQ7m0g/erAOvSB/JPIxXFiAYTUf2E+BRgAgDrfTqv3J2QAAAAASUVORK5CYII=) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .8; filter: alpha(opacity=80); -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;} .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: white; bottom: 15px; right: 15px; z-index: 700; } .cycle-overlay {
font-family: tahoma, arial;
position: absolute; bottom: 0; width: 100%; z-index: 600;
background: black; color: white; padding: 15px; opacity: .5;
}
#instagramz {text-align: center;margin-top:30px;}
#sbi_load{padding:0!important}
#sb_instagram{padding:0!important} .years li {
list-style: outside none none;
}
.months h3 {
font-size: 15px;
}
.page-archives-post-date {
font-size: 80%;
color: #999;
}
.p_grid_post {
margin-bottom: 25px;
}
.p_grid_post .p3_cover_me {
line-height: 0;
}
.p_grid_post p {
text-align: center;
max-width: 90%;
margin: 0 auto;
}
.p_grid_post .p3_cover_me {
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.p_grid_post .p3_cover_me:hover {
opacity: .7;
}
.p_grid_post_overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,.8);
text-align: center;
opacity: 0;
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.p_grid_post a:hover .p_grid_post_overlay {
opacity: 1;
}
.p_grid_post_overlay_inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 80%;
margin: 0 auto;
}
.p_grid_post_overlay_inner .entry-title {
line-height: 1.1;
}
.p_grid_post_info {
text-align: center;
margin-top: 10px;
margin-bottom: 5px;
}
.p_grid_post_info .entry-title {
display: inline-block;
margin-top: 0;
max-width: 92%;
}
.p_full_width_post {
position: relative;
width: 100vw;
left: calc(-50vw + 50%);
height: 600px;
margin-top: 20px;
margin-bottom: 30px;
background-size: cover;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: center;
display: block;
text-align: center;
}
#p_home_sec_1 .p_full_width_post {
margin-top: 0;
}
@media screen and (min-width: 1111px) {
.p_full_width_post {
background-attachment: fixed;
}
#p_home_sec_1 .p_full_width_post {
margin-top: -40px;
}
}
.p_full_width_post .p_grid_post_info {
display: inline-block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
margin: 0;
padding: 20px;
background: #fff;
max-width: 90%;
}
.p_full_width_post .p_extra_excerpt {
width: 400px;
margin-top: 20px;
}
.p_full_width_post .p_grid_cat {
margin-top: 0;
}
.p_excerpt {
max-width: 90%;
width: 400px;
margin: 5px auto 0;
}
.p_grid_cat {
margin-top: 15px;
margin-bottom: 8px;
}
.p_after_section .p_section_title {
margin-top: 30px;
margin-bottom: -20px;
}  table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
border: 0;
}
.woocommerce a.remove {
color: #000 !important;
border-radius: 0;
}
.woocommerce a.remove:hover {
color: red !important;
background: none !important;
}
.woocommerce span.onsale {
border-radius: 0;
left: -10px;
top: 0;
color: #fff;
font-weight: 400;
text-transform: uppercase;
font: 14px Montserrat, sans-serif;
letter-spacing: 3px;
background: #000;
background: rgba(0, 0, 0, 0.84);
line-height: 1;
padding: 7px 26px;
min-height: inherit;
-ms-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
.woocommerce ul.products li.product .onsale {
margin: 0;
}
.woocommerce ul.products li.product .onsale {
right: auto;
left: -10px;
padding: 5px 15px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
border-radius: 0;
font-weight: 400;
font: 11px Montserrat, sans-serif;
background: #111;
color: #fff;
padding: 10px 15px;
}
.woocommerce .related.products h2, .woocommerce .woocommerce-tabs h2 {
margin-bottom: 20px;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
width: 22%;
}
.woocommerce table.shop_table th {
color: #000;
font-family: Montserrat, sans-serif;
font-weight: 400;
letter-spacing: 1px;
padding: 9px 12px;
text-transform: uppercase;
}
.woocommerce a.button {
text-transform: uppercase;
letter-spacing: 1px;
}
.woocommerce table.shop_table {
border-radius: 0;
border: 1px solid #ddd;
}
.woocommerce table.shop_table td {
border-top: 1px solid #ddd;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
float: none;
width: 130px;
border: 1px solid #ddd;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
border: 1px solid #ccc;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
background: #fbfbfb;
border: 0;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
background: none;
border: 1px solid #ddd;
}
.woocommerce .woocommerce-error {
border-color: #b81c23;
}
.woocommerce .woocommerce-message {
border-color: #8fae1b;
}
.woocommerce .woocommerce-info {
border-color: #3792c5;
}
.woocommerce div.product .product_title {
text-align: left;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background: #000;
color: #fff;
border: 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background: #999;
color: #fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
background: #999;
color: #fff;
}
.woocommerce div.product .woocommerce-product-gallery__image {
padding: 1px;
}
.woocommerce .woocommerce-tabs li::before, .woocommerce .woocommerce-tabs li::after {
border: 0 !important;
box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: none;
border-style: solid;
border-bottom: 0;
margin: auto;
font: 14px Montserrat, sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #888;
font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid #ddd;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
border: 0;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
font-weight: 400;
border-top: 1px solid #ddd;
}
.product-categories, .product-categories li, .product-categories .children {
padding-left: 0;
margin-left: 0;
list-style: none;
}
.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
float: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border: 1px solid #ddd;
border-radius: 0;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
font-weight: 400;
font: 20px Montserrat, sans-serif;
text-decoration: none;
}
.woocommerce ul.products li.product .price ins, .amount {
font-weight: 400;
text-decoration: none;
}
.woocommerce .amount {
font-family: Montserrat, sans-serif;
}
.woocommerce .count {
background: none;
}
.woocommerce ul.products li.product .price {
font-size: 14px;
}
.woocommerce div.product .amount {
font-size: 16px;
}
.woocommerce ul.products li.product .price del {
display: inline;
font-size: 85%;
}
.woocommerce .product .tagged_as, .woocommerce .product .posted_in, .woocommerce .product .sku_wrapper {
display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
font-size: 12px;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
padding: 6px;
}
.woocommerce-cart table.cart img {
width: 90px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
color: #000;
}
.woocommerce ul#shipping_method li {
padding-left: 0;
text-indent: 0;
}
.star-rating {
color: #e8c460;
}
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
box-shadow: none;
}
.woocommerce #reviews h3 {
font-size: 12px;
margin-bottom: 15px;
}
.woocommerce-checkout #payment {
background: none;
border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box {
background: #000;
border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box:after {
border-color: transparent transparent #000;
border-width: 10px;
}
.woocommerce-checkout #payment div.payment_box {
color: #fff;
font-size: 1.2em;
}
.woocommerce-checkout #payment div.payment_box p {
margin: 0;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
font-size: 12px;
padding: 1em .5em;
}
.read-more {
font: 11px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
color: #fff;
background: #000;
display: inline-block;
padding: 9px 15px;
-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, .60 );
box-shadow: 0 0 3.125em rgba( 0, 0, 0, .60 );
} #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, .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, .75 ); box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); }
#imagelightbox-loading div {
width: 1.25em; height: 1.25em; background-color: #fff;
-webkit-animation: imagelightbox-loading .5s ease infinite;
animation: imagelightbox-loading .5s ease infinite;
}
@-webkit-keyframes imagelightbox-loading {
from { opacity: .5;	-webkit-transform: scale( .75 ); }
50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading {
from { opacity: .5;	transform: scale( .75 ); }
50%	 { opacity: 1;	transform: scale( 1 ); }
to	 { opacity: .5;	transform: scale( .75 ); }
} #imagelightbox-overlay {
background-color: #fff;
background-color: rgba( 255, 255, 255, .95 );
position: fixed;
z-index: 9998;
top: 0;
right: 0;
bottom: 0;
left: 0;
} #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 .3s ease;
transition: color .3s ease;
}
#imagelightbox-close:hover, #imagelightbox-close:focus {
background-color: #111;
}
#imagelightbox-close:before, #imagelightbox-close:after {
width: 2px;
background-color: #fff;
content: '';
position: absolute;
top: 20%;
bottom: 20%;
left: 50%;
margin-left: -1px;
}
#imagelightbox-close:before {
-webkit-transform: rotate( 45deg );
-ms-transform: rotate( 45deg );
transform: rotate( 45deg );
}
#imagelightbox-close:after {
-webkit-transform: rotate( -45deg );
-ms-transform: rotate( -45deg );
transform: rotate( -45deg );
} #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, .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 .25s linear;
animation: fade-in .25s linear;
}
@-webkit-keyframes fade-in {
from	{ opacity: 0; }
to		{ opacity: 1; }
}
@keyframes fade-in {
from	{ opacity: 0; }
to		{ opacity: 1; }
} @media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page	{
margin: 2cm .5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
table td,
table th {
background-color: #fff !important;
}
label {
border: 1px solid #000;
}
table {
border-collapse: collapse !important;
}
}
#header-1-widget-section {
margin-top: -8px;
margin-bottom: 30px;
}
#header-1-widget-section .widget-title {
margin: 0;
}
.header-1-bordering {
border-bottom: 1px solid #111;
padding: 10px 0;
}   ul.page-numbers {
display: none;
list-style: none;
margin: 0;
border-top: 1px solid #111;
border-bottom: 1px solid #111;
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: 18px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pipdig-grid-thumb-cutter {
height: 200px;
width: 100%;
overflow: hidden;
display: block;
}
.cutter-full-width {
height: 270px;
}
.attachment-pipdig-grid {
height: auto;
width: 100%;
}
.pipdig-grid-post .addthis_toolbox {
display: inline;
}
.pipdig-grid-post .addthis_toolbox .pipdigicons {
font-size: 13px;
} .extra-footer-outer {
width: 100%;
}
.extra-footer-outer .container {
background: none;
}
.feed-footer-outer {
background: #eee;
}
.social-footer-outer {
border-top: 1px solid #111;
}
.social-footer {
font: 11px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.social-footer div {
text-align:center;
padding: 18px 0;
}
.social-footer, .social-footer a {
color: #000;
}
.social-footer .pipdigicons {
font-size: 14px;
}
.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(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing {
cursor:url(https://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;
*display: inline; 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: .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;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 10px;
height: 10px;
margin: 5px 7px;
filter: Alpha(Opacity=30); opacity: .3;
background: #000;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); 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(https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/AjaxLoader.gif) no-repeat center center
}
.carousel-footer {
text-align: center;
}
.carousel-footer-title {
font-size: 20px;
line-height: 1.2;
background: #fff;
background: rgba(255, 255, 255, .88);
bottom: 0;
left: 0;
padding: 5px 10px;
position: absolute;
}
.owl-wrapper a {
height: 200px;
width: 100%;
display: block;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.post-listing {
text-align: center;
}
.post-listing p {
margin: 20px 0;
}
.post-listing .read-more {
margin-bottom: 15px;
}
.post-listing-img {
display: block;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
}
.listing-comments, .pipdig_cat, .pipdig_geo_tag {
text-transform: uppercase;
letter-spacing: 1px;
font: 10px Montserrat, sans-serif;
}
.listing-comments a, .pipdig_cat a {
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
color: #000;
}
.pipdig_geo_tag {
margin-top: 15px;
}
.listing-comments a:hover, .pipdig_cat a:hover {
color: #999;
}
.lem_listing_content {
padding: 0 45px;
}
.pipdig_cat {
border-top: 1px solid #111;
margin: 80px auto 0;
width: 220px;
}
.pipdig_sidebar_active .pipdig_cat {
margin-top: 20px;
}
.pipdig_cat 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;
}
.post_banner_img {
height: 400px;
}
.pipdig_sidebar_active .post_banner_img {
height: 300px;
}
.pipdig_sidebar_active .lem_listing_content .entry-title, .pipdig_sidebar_active .post-listing p {
margin: 7px auto;
}
.pipdig_sidebar_active .banner_img_class .lem_listing_content .addthis_toolbox {
margin-bottom: 40px;
}
.pipdig-bloglovin-widget{padding:8px 15px;background:#fff;color:#000;border:1px solid #111;font:10px Montserrat,sans-serif;display:block;max-width:276px;margin:0 auto;text-transform:uppercase;letter-spacing:1px;transition:all .25s ease-out;-o-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-webkit-transition:all .25s ease-out}
.pipdig-bloglovin-widget:hover{opacity: .8;}
.pipdig-bloglovin-widget .fa{font-size:12px} .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;
max-width: 960px;
margin: 0 auto;
}
.floated_summary_left {
float: left;
width: 42%;
}
.floated_summary_right {
float: right;
width: 57%;
padding-left: 15px;
}
.floated_summary_post .entry-title {
text-align: left;
margin: 0 0 15px;
font-size: 45px;
letter-spacing: -1px;
}
.floated_summary_post p {
margin: 0 0 15px;
}
.floated_summary_post .more-link {
display: none;
}
.floated_summary_post_date {
font: 10px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 15px;
}
.hentry.floated_summary_post {
padding-bottom: 25px;
margin-bottom: 25px;
border-bottom: 1px solid #111;
}
.floated_summary_post .pipdig_geo_tag {
font: 10px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}
.floated_summary_post .pipdig_geo_tag a {
color: #000;
}
.listing-comments {
margin: 0 0 15px;
font: 10px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}
.listing-comments a {
color: #000;
}
.floated_summary_post .entry-meta {
text-align: left;
margin-bottom: 10px;
}
.footer-menu-bar {
display: inline;
margin-left: 5px;
}
.footer-menu-bar ul {
list-style: none;
margin: 0;
padding: 0;
display: inline;
}
.footer-menu-bar ul li {
list-style: none;
margin: 0;
padding: 0;
display: inline;
}
.footer-menu-bar ul li:before{
content:'\00B7';
padding-right:5px;
}
.footer-menu-bar ul li a {
display: inline;
margin: 0 5px;
}
.pipdig_3_col_grid {
text-align: center
}
.pipdig_3_col_grid_info  {
padding: 0 20px;
text-align: center
}
.pipdig_3_col_grid_info .pipdig_geo_tag {
margin-top: 25px;
}
.pipdig_3_col_grid_breaker {
margin-bottom: 40px;
}  #p3_feature_header .p3_trending_panel h4 {
font-size: 16px;
}
.p3_feature_panel_overlay h3 {
font: 12px Montserrat;
letter-spacing: 2px;
text-transform: uppercase;
color: #000;
}
#mosaic-nav {
font: 12px Montserrat;
letter-spacing: 1px;
text-transform: uppercase;
}
.p3_instagram_footer_title_bar {
background: #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(0px, -50%);
padding: 15px;
border: 1px solid #fff;
background: rgba(255,255,255,.75);
max-width: 80%;
width: 350px;
}
#p3_full_width_slider_site_main {
margin-bottom: 40px;
}
#p3_full_width_slider_site_main a {
color: #000;
}
#p3_full_width_slider_site_main ul {
margin: 0;
}
#p3_full_width_slider_site_main .p3_slide_img {
height: 450px;
}
.p3_feature_slide_banner h2 {
line-height: 1.2;
}
.holly_large_slider_panel h2 {
font-size: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.holly_large_slider_panel h2, .holly_large_slider_excerpt {
margin: 0 0 10px;
}
#p3_full_width_slider_site_main .p3_feature_slide, #p3_post_slider_posts_column .p3_feature_slide {
bottom: 0;
left: 10%;
right: 10%;
width: 80%;
opacity: 1;
}
.p3_full_width_slider_site_main_home_false .site-main .container {
padding-top: 10px;
}
.menu-bar ul .pipdig_navbar_search {
display: none;
}
.pipdig_navbar_search input {
text-transform: uppercase;
letter-spacing: 1px;
border: 0;
padding-left: 7px;
background: none;
color: #000000;
}
.pipdig_navbar_search input:-moz-placeholder {
color: #000000;
opacity: 1;
}
.pipdig_navbar_search input::-moz-placeholder {
color: #000000;
opacity: 1;
}
.pipdig_navbar_search input:-ms-input-placeholder {
color: #000000;
opacity: 1;
}
.pipdig_navbar_search input::-webkit-input-placeholder {
color: #000000;
opacity: 1;
}
.entry-content h4.pipdig_p3_related_title {
margin-top: 0;
line-height: 1;
letter-spacing: 0;
}
#pipdig_post_single_top_banner {
margin-bottom: 40px;
margin-top: -30px;
position: relative;
width: 100vw;
left: calc(-50vw + 50%);
height: 400px;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
display: block;
}
.p3_popular_posts_widget h4 {
font-size: 17px;
line-height: 1.05;
bottom: 0;
width: 86%;
left: 7%;
right: 7%;
background: #fff;
letter-spacing: 0;
} .fl-builder-bar-title img {display:none}
.wp-core-ui button {letter-spacing:0}
.pipdig_bb_textbox {padding: 20px;}
.pipdig_masonry_post {
width: 33.333333333%;
margin: 0 0 50px;
text-align: center;
padding: 10px 30px;
}
.masonry_2_col_class .pipdig_masonry_post {
width: 50%;
}
.pipdig_masonry_post img {
max-width: 100%;
}
.pipdig_masonry_post img, .pipdig_masonry_post .p3_cover_me {
transition: 0.3s ease;
}
.pipdig_masonry_post img:hover, .pipdig_masonry_post .p3_cover_me:hover {
opacity: .55;
}
.pipdig_masonry_post p {
text-align: justify;
}
.pipdig_masonry_post_title {
font-size: 22px;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0 auto 10px;
}
.pipdig_masonry_post_title a {
color: #000;
}
.pipdig_masonry_post_title a:hover {
color: #999;
}
.pipdig_masonry_post .pipdig_masonry_post_category {
margin-bottom: 5px;
}
.pipdig_masonry_post_border {
height: 1px;
width: 15px;
background: #111;
display: inline-block;
}
.banner_img_class .col-sm-6 .post-listing-img {
top: -75px;
right: 0;
float: right;
border: 8px solid #fff;
width: 85%;
}
.banner_img_class .col-sm-push-6 .post-listing-img {
top: -50px;
left: -30px;
border: 8px solid #fff;
}
.banner_img_class {
margin-bottom: 50px;
}
#pipdig_masonry_container {
margin-top: 5px;
}
#pipdig_masonry_container .read-more {
background: none;
color: #000;
border-bottom: 1px solid #111;
}
#pipdig_masonry_container .read-more:hover {
background: #f9f9f9;
border-color: #fff;
}
.pipdig_masonry_post_meta {
font: 10px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.pipdig_masonry_post_meta .pipdigicons {
position: relative;
top: -1px;
}
.ig_masonry_post_meta {
position: absolute;
left: 0;
bottom: 20px;
background: #fff;
color: #000;
font-size: 12px;
padding: 5px 10px;
}
.ig_masonry_post_meta .pipdigicons {
margin-right: 5px;
}
.p_extra_excerpt {
text-align: center;
max-width: 100%;
width: 70%;
margin: 10px auto 0;
} .flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
#p3_double_carousel {
margin-bottom: -10px;
}
#p3_double_carousel .p3_double_carousel_item {
width: 20%;
margin: 0;
text-align: center;
}
#p3_double_carousel .p3_double_carousel_item_inner {
padding: 1.5px;
}
#p3_double_carousel .flickity-viewport {
transition: height 0.2s;
}
#p3_double_carousel .flickity-prev-next-button {
top: 42%;
background: none;
}
#p3_double_carousel .flickity-prev-next-button.previous {
left: 15px;
}
#p3_double_carousel .flickity-prev-next-button.next {
right: 15px;
}
#p3_double_carousel .entry-title {
font-size: 20px;
margin-bottom: 10px;
}
.p3_double_carousel_overlay {
text-align: center;
width: 76%;
margin: 0 auto;
position: relative;
margin-top: -70px;
background: #fff;
padding: 20px;
}
.pipdig_meta {
text-transform: uppercase;
letter-spacing: 1px;
font: 11px Montserrat, sans-serif;
}
.pipdig_meta a {
color: #000;
-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.pipdig_meta a:hover {
color: #999;
}
.entry-content .pipdig_p3_related_posts h3, .pipdig_p3_related_posts h3 {
font-size: 20px;
}
.lem_listing_content .shopr_shopthepost_title {
margin-top: 0;
}
.p3_search_overlay {
height: 100%;
opacity: 0;
width: 0%;
position: fixed;
z-index: 6000000;
top: 0;
left: 0;
background: rgba(255,255,255,.96);
overflow-y: hidden;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
}
.p3_search_overlay-content {
position: relative;
top: 25%;
text-align: center;
margin-top: 30px;
width: 600px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.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: #000;
background: none;
border-bottom: 1px solid #111;
-webkit-appearance: none;
}
.p3_search_overlay-content input[type="search"]:focus{
outline: 0!important;
}
.p3_search_overlay-content input:-moz-placeholder {
color: #000000;
opacity: 1;
}
.p3_search_overlay-content input::-moz-placeholder {
color: #000000;
opacity: 1;
}
.p3_search_overlay-content input:-ms-input-placeholder {
color: #000000;
opacity: 1;
}
.p3_search_overlay-content input::-webkit-input-placeholder {
color: #000000;
opacity: 1;
}
#p3_instagram_kensington {
margin-top: 15px;
}
#p3_instagram_kensington .container {
padding-bottom: 1px;
}
#p3_instagram_kensington .p3_instagram_post {
border-width: 1px;
}
#p3_instagram_kensington .widget-title {
font: 30px "didza", serif;
text-transform: uppercase;
}
.disclaimer-text {
font: 11px Montserrat;
text-transform: none;
letter-spacing: 0;
}
.shopr_grid_filters li a {
font: 11px Montserrat, sans-serif;
text-transform: uppercase;
}
.p3_featured_panel {
margin-bottom: 0;
} .p_homepage_widget:not(.pipdig_widget_profile) {
text-align: center;
}
.p_homepage_widget.col-sm-4 .profile_col_50 {
width: 160px;
} .rtl .site-main .paging-navigation .nav-previous, .rtl .site-main .post-navigation .nav-previous {
text-align: left;
}
.rtl .comment-avatar {
float: right;
margin: 0 0 0 10px;
}@media only screen and (max-width: 1100px) {
.slide-image_parallax, #pipdig_post_single_top_banner {
background-attachment: scroll;
}
.pipdig_masonry_post {
padding: 20px;
}
}
@media only screen and (max-width: 990px) {
#trendingz, #home-sliderz, .top-socialz {
display: none;
}
.pipdig-grid-thumb-cutter {
height: 260px;
}
.cutter-full-width {
height: 230px;
}
.opulence_section .opulence_excerpt {
display: none;
}
}
@media only screen and (max-width: 810px) {
#top_menu_1, #top_menu_2, .site-top, .top-socialz, #wpadminbar, .wpadminbar-nudge, .hide-back-to-top, .owl-pagination {
display: none;
opacity: 0;
height: 0;
position: absolute;
}
#siteHeaderCont {
position: relative;
}
.header_bg_set #siteHeaderCont {
position: absolute;
}
.single #siteHeader.header_bg_set {
margin-bottom: 20px;
}
#siteHeaderCont.site-header-bg-color .site-title img {
max-height: 100%;
}
#siteHeaderCont.site-header-bg-color {
height: auto !important;
}
.menu-bar ul li a {
padding: 0 19px;
}
.site-title img {
padding-top: 0;
padding-bottom: 10px;
}
.slicknav_menu {
display:block;
}
.site-description {
font-size: 13px;
}
.menu-bar ul li {
border-bottom: 0;
}
.menu-bar ul ul li a {
font-size: 12px;
}
.site-title {
font-size: 40px;
line-height: 1.2;
}
.site-header .container {
padding-bottom: 20px;
padding-top: 60px;
}
.site-header.site-header-2 .container {
padding-bottom: 20px;
padding-top: 70px;
}
.site-sidebar {
margin: 30px 0 0;
padding: 0;
}
.site-sidebar .widget {
margin: 0;
padding: 20px 15px;
}
.site-sidebar .widget:last-child {
padding-bottom: 30px;
}
table {
width: 100%;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
-webkit-overflow-scrolling: touch;
}
table > table {
margin-bottom: 0;
}
table > table > thead > tr > th,
table > table > tbody > tr > th,
table > table > tfoot > tr > th,
table > table > thead > tr > td,
table > table > tbody > tr > td,
table > table > tfoot > tr > td {
white-space: nowrap;
}
.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: 46%;
}
.header_bg_not_set #before-first-post-section {
padding-top: 50px;
}
.entry-footer {
letter-spacing: 1px;
}
.owl-height-wrapper {
max-height: 150px;
}
.floated_summary_post_date {
left: auto;
right: 0;
}
.floated_summary_post .entry-meta {
margin-top: 10px;
}
.pipdig_cat {
margin-top: 25px;
width: auto;
}
.lem_listing_content .entry-title {
margin: 10px auto;
}
.post-listing p {
margin: 10px 0;
}
.grid_post_even, .grid_post_odd {
padding-left: 0;
padding-right: 0;
}
.site-branding {
width: 100%;
}
#p3_double_carousel .p3_double_carousel_item {
width: 50%;
}
.banner_img_class .col-sm-6 .post-listing-img {
top: auto;
left: auto;
right: auto;
float: none;
width: 100%;
border: 0;
}
.site-header {
position: relative;
}
.site-main {
padding-top: 0;
}
#p_feature_slider_wrapper {
margin-bottom: 40px;
}
#p_feature_slider_banner {
display: none;
}
.pipdig_masonry_post, .masonry_2_col_class .pipdig_masonry_post {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.p_feature_slider_overlay, .p_feature_slider_img {
width: 100%;
position: relative;
top: auto;
right: auto;
transform: none;
padding: 0;
text-align: center;
}
.p_grid_post_info {
display: block;
}
.p_homepage_widget {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 719px) {
.pipdig-mosaic-post.first_mosaic, .pipdig-mosaic-post{
width: 90%;
float: none;
margin: 0 auto 25px;
}
#p3_double_carousel .p3_double_carousel_item {
width: 100%;
margin: 0;
}
.floated_summary_left, .floated_summary_right {
float: none;
padding: 0;
width: 100%;
}
.overlay-btn .overlay {
opacity: 1;
visibility: visible;
}
.cycle-slideshow {
height: 290px;
} #p3_double_carousel .p3_double_carousel_item_inner {
padding: 0;
}
.slide-container {
width: 80%;
}
.slide-h2 {
font-size: 18px;
}
.site-main .container {
padding-bottom: 0;
}
.single .site-main .container, .page .site-main .container {
padding-top: 0;
}
.site-footer, .site-credit {
text-align: center;
}
.addthis_toolbox .fa {
margin: 0 3px;
}
#form-allowed-tags, ul.page-numbers {
display: none;
}
.next-prev-hider { display: block;
}
.woocommerce div.product #tab-additional_information, #tab-reviews {
display: block !important;
}
.woocommerce div.product .tabs {
display: none;
}
.pipdig-grid-post {
width: 100%;
float: none;
}
.pipdig-grid-post:nth-child(odd) {
margin: 0;
}
.pipdig-grid-post:nth-child(even) {
margin: 0;
}
.grid-title {
font-size: 20px;
height: auto;
line-height: 1.4;
overflow: visible;
text-overflow: clip;
white-space: normal;
}
.pipdig-grid-thumb-cutter {
height: auto;
width: auto;
overflow: visible;
display: inline;
}
.lem_listing_content {
padding: 10px;
}
.pipdig_3_col_grid_item {
margin-bottom: 50px;
}
.pipdig_3_col_grid_info {
padding: 0;
}
.pipdig_3_col_grid_breaker {
margin-bottom: 0;
}
.opulence_section .opulence_excerpt {
display: block;
}
.site-info {
text-align: center;
margin-bottom: 7px;
}
#p3_full_width_slider_site_main .p3_feature_slide_banner h2 {
font-size: 20px;
}
.pipdig_section_title, #p3_trending_bar .widget-title {
border: 0;
margin-bottom: 20px;
}
.pipdig_section_title span, #p3_trending_bar .widget-title span {
top: 0;
padding: 0;
background: none;
}
.site-extra .widget {
margin-bottom: 30px;
}
#pipdig_post_single_top_banner {
height: 260px;
}
.comment ul.children {
margin-left: 10px;
}
#p3_instagram_kensington .p3_instagram_post.p3_instagram_hide_mobile {
border: 0;
}
.p_extra_excerpt {
width: 95%;
}
.p3_featured_panel {
margin-bottom: 25px;
}
}
@media only screen and (max-width: 400px) {
.woocommerce .product .product_title {
font-size: 16px;
}
.cycle-slideshow  {
height: 250px;
margin-top: 10px;
}
.slide-container {
width: 90%;
font-size: 0;
background: rgba(255, 255, 255, 0.9);
box-shadow: none;
}
.cycle-next, .cycle-prev, .pipdig-cats, .p3_slide_banner .read-more {
display: none;
}
#p3_full_width_slider_site_main .p3_slide_banner h2 {
margin: 0;
font-size: 18px;
}
.opulence_section .entry-title {
font-size: 35px;
}
.opulence_section .opulence_border {
border: 0;
}
} @media only screen and (max-width: 41.250em) {
#container {
width: 100%;
}
#imagelightbox-close {
top: 1.25em; right: 1.25em; }
#imagelightbox-nav {
bottom: 1.25em; }
.imagelightbox-arrow {
width: 2.5em; height: 3.75em; margin-top: -2.75em; }
.imagelightbox-arrow-left {
left: 1.25em; }
.imagelightbox-arrow-right {
right: 1.25em; }
}
@media only screen and (max-width: 20em) {
.imagelightbox-arrow-left {
left: 0;
}
.imagelightbox-arrow-right {
right: 0;
}
}