.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.btn.btn-shortcode {
display: inline-block;
padding: 7px 15px;
font-size: 12px;
line-height: 1.5;
margin-right: 10px;
margin-bottom: 20px;
color: #fff !important;
background-color: #242424;
text-decoration: none !important;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.btn.btn-shortcode:hover, .btn.btn-shortcode:focus {
background-color: #29BFAD !important;
}
.btn.btn-shortcode.is-round {
border-radius: 18px;
}
.btn.btn-shortcode.is-3d {
border-radius: 6px;
position: relative;
z-index: 2;
}
.btn.btn-shortcode.is-3d:after {
content: '';
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 3px;
bottom: -3px;
background-color: inherit;
border-radius: 6px;
opacity: .7;
}
.dropcap-shortcode.is-default {
text-transform: uppercase !important;
display: block;
float: left;
margin: 0 15px 0 0;
font-size: 60px;
line-height: 60px !important;
text-align: center;
}
.dropcap-shortcode.is-background {
background-color: #282828;
text-transform: uppercase !important;
color: #fff;
display: block;
float: left;
margin: 0 15px 0 0;
font-size: 40px;
line-height: 40px !important;
padding: 18px 12px;
text-align: center;
}
.accordion-shortcode {
display: block;
background-color: #f7f7f7;
padding: 15px 20px 25px 20px;
margin-bottom: 30px;
}
.accordion-shortcode h3.accordion-item-title {
font-size: 18px;
margin-top: 0;
padding-bottom: 10px;
padding-top: 20px;
border-bottom: 1px solid #eee;
cursor: pointer;
}
.accordion-shortcode h3.accordion-item-title:before {
content: '+';
display: inline-block;
margin-right: 7px;
}
.accordion-item-content {
display: none;
margin: 0;
padding: 20px;
background-color: #fff;
}
.row-shortcode.row {
display: block;
margin-bottom: 30px;
}
.col-shortcode {
padding-left: 15px !important;
padding-right: 15px !important;
}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width: 767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width: 1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}}@media (max-width: 767px){.hidden-xs{display:none!important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none!important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none!important}}@media (min-width: 1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col,.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:15px;padding-right:15px}.col,.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,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width: 768px){.col,.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,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.col,.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,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.col,.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,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix,.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} @-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px} .mfp-bg{top:0;left:0;width:100%;height:100%;z-index:9999;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:10000;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0} .slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none} @font-face{font-family:'FontAwesome';src:url(//witchcraftedlife.com/wp-content/themes/maple/lib/extends_script/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//witchcraftedlife.com/wp-content/themes/maple/lib/extends_script/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//witchcraftedlife.com/wp-content/themes/maple/lib/extends_script/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//witchcraftedlife.com/wp-content/themes/maple/lib/extends_script/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//witchcraftedlife.com/wp-content/themes/maple/lib/extends_script/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//witchcraftedlife.com/wp-content/themes/maple/lib/extends_script/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
outline: 0;
border: 0;
vertical-align: baseline;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
}
html {
overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
* {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
body {
background: #fff; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table { border-spacing: 0;
border-collapse: separate;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
a {
color: inherit;
text-decoration: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
a:active {
outline: 0;
outline: none;
}
a:hover, a:focus {
outline: none;
color: #F38763;
}
a img {
border: 0;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
kbd {
padding: 4px 7px;
background: #333;
color: #fff !important;
} .is-sticky {
}
.gallery-caption {
}
.bypostauthor {
}
select {
outline: none;
}
cite {
font-style: italic;
}
abbr.date {
text-decoration: none !important;
}
.is-hidden, abbr.updated {
display: none !important;
}
.screen-reader-text:focus {
top: 5px;
left: 5px;
z-index: 100000;
display: block;
clip: auto !important;
padding: 15px 23px 14px;
width: auto;
height: auto;
border-radius: 3px;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
color: #21759b;
text-decoration: none;
font-weight: bold;
font-size: 14px;
font-size: 0.875rem;
line-height: normal; }
input:-webkit-autofill {
background-color: transparent !important;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
.says, .screen-reader-text {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
word-wrap: normal !important;
} body {
display: block;
font-family: 'Noticia Text', serif;
line-height: 1.7;
color: #333;
font-size: 13px;
background-color: #f7f7f7;
}
.ruby-content-wrap {
margin-bottom: 60px;
}
.right-sidebar .ruby-content-wrap {
padding-left: 0;
}
.left-sidebar .ruby-content-wrap {
padding-right: 0;
}
.no-sidebar .ruby-content-wrap {
padding-right: 0;
padding-left: 0;
}
#tn-site-wrap, .ruby-content-wrap {
position: relative;
display: block;
overflow: hidden;
}
.tn-container {
position: relative;
margin: auto;
padding: 0;
max-width: 1110px;
}
.main-content-inner {
position: relative;
display: block;
overflow: hidden;
}
.main-page-inner {
position: relative;
display: block;
overflow: hidden;
margin-right: 15px;
margin-left: 15px;
padding: 60px 30px;
background-color: #fff;
}
.tn-break {
display: block;
overflow: hidden;
width: 100%;
}
input[type="submit"] {
position: relative;
padding: 7px 15px;
outline: none;
border: none;
background-color: #0d1217;
color: #fff;
text-decoration: none;
letter-spacing: 1px;
cursor: pointer;
-webkit-transition: all .35s ease-in-out !important;
-moz-transition: all .35s ease-in-out !important;
-ms-transition: all .35s ease-in-out !important;
-o-transition: all .35s ease-in-out !important;
transition: all .35s ease-in-out !important;
}
.tn-col-5 {
float: left;
width: 20%;
}
.tn-col-7 {
float: left;
width: 14.285%;
}
.tn-col-8 {
float: left;
width: 12.5%;
}
.tn-col-9 {
float: left;
width: 11.11111%;
}
.tn-col-10 {
float: left;
width: 10%;
}
.thumb-wrap {
position: relative;
display: block;
overflow: hidden;
}
.thumb-wrap.video {
padding-bottom: 56% !important;
height: 0 !important;
}
.thumb-wrap.audio {
padding-bottom: 32% !important;
height: 0 !important;
}
.thumb-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
textarea {
padding: 12px;
width: 100%;
border: 1px solid #eee;
font-style: italic;
font-family: inherit;
} .tn-animated-image {
opacity: 0;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.tn-zoom.tn-animated-image.tn-animation {
opacity: 1;;
-webkit-animation: tn-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);;
-moz-animation: tn-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);
animation: tn-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);
}
.tn-fade.tn-animated-image.tn-animation {
opacity: 1;
-webkit-transition: all .55s ease-in-out;
-moz-transition: all .55s ease-in-out;
-ms-transition: all .55s ease-in-out;
-o-transition: all .55s ease-in-out;
transition: all .55s ease-in-out;
}
.tn-bottom.tn-animated-image.tn-animation {
opacity: 1;
-webkit-transition: all .55s ease-in-out;
-moz-transition: all .55s ease-in-out;
-ms-transition: all .55s ease-in-out;
-o-transition: all .55s ease-in-out;
transition: all .55s ease-in-out;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.tn-bottom.tn-animated-image {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
}
@keyframes tn-zoom-animated {
0% {
transform: scale(0.6);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes tn-zoom-animated {
0% {
-webkit-transform: scale(0.6);
opacity: 0.1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes tn-zoom-animated {
0% {
-moz-transform: scale(0.6);
opacity: 0.1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"] {
display: block;
padding: 12px;
width: 50%;
outline: 0;
border: 1px solid rgba(0, 0, 0, .05);
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
vertical-align: middle;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
border-color: #333;
}
.thumb-wrap img {
display: block;
margin: auto;
width: 100%;
height: auto;
vertical-align: middle;
} .pagination-wrap {
display: block;
margin-top: 10px;
text-align: center;
font-size: 15px;
}
.pagination-wrap a:hover, .pagination-wrap a:focus {
background: #0d1217;
color: #fff;
}
.is-light-style .pagination-wrap a:hover, .is-light-style .pagination-wrap a:focus {
background: #fff;
color: #333;
}
.page-numbers {
display: inline-block;
margin-right: 7px;
width: 30px;
height: 30px;
background-color: #eee;
text-align: center;
text-decoration: none !important;
font-weight: bold;
line-height: 30px;
}
.pagination-text {
margin-top: 10px;
color: #999;
text-transform: capitalize;
font-style: italic;
font-size: 13px;
}
.page-numbers.current {
color: #999;
}
.page-numbers i {
text-align: center;
line-height: 30px;
}
input[type=date], input[type=email], input[type=tel], input[type=text], input[type=url], .mc4wp-form select, .mc4wp-form textarea {
font-style: italic;
} header {
position: relative;
display: block;
}
.header-parallax-wrap {
position: relative;
overflow: hidden;
background-color: #fff;
}
.header-wrap.header-background-image .header-inner {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.header-wrap .header-inner {
margin-top: 45px;
margin-bottom: 45px;
}
.header-background-image.header-wrap .header-inner {
margin-top: 0;
margin-bottom: 0;
}
.header-wrap.header-background-color {
border-bottom: 1px solid #eee;
}
.header-background-color {
display: block;
overflow: hidden;
}
.logo-text a {
color: inherit;
text-decoration: none !important;
}
.logo-text a:hover {
opacity: .8;
}
.logo-text strong {
color: #333;
line-height: 1;
}
.logo-text .tagline {
margin-top: 10px;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 15px;
}
.logo-wrap {
display: block;
overflow: hidden;
padding: 0 30px;
text-align: center;
}
.text-logo .tagline {
margin-top: 15px;
margin-bottom: 0;
}
.logo-image {
display: block;
margin-right: auto;
margin-left: auto;
max-width: 400px;
}
@media only screen and (max-width: 1400px) {
.logo-image {
max-width: 350px;
}
} .header-social {
display: block;
margin-top: 20px;
color: #fff;
white-space: nowrap;
font-size: 20px;
}
.header-social.is-dark-style {
color: #111;
}
.header-social .social-bar-wrap {
display: block;
text-align: center;
}
.header-social a {
position: relative;
display: inline-block;
margin-right: 30px;
width: 46px;
height: 46px;
border: 2px solid;
border-radius: 50%;
text-align: center;
text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
line-height: 42px;
-webkit-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
-moz-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}
.header-social a:after {
position: absolute;
top: 2px;
right: 2px;
bottom: 2px;
left: 2px;
border: 1px solid;
border-radius: 50%;
content: '';
}
.header-social a:before {
position: absolute;
top: 50%;
left: 100%;
display: block;
margin-top: -1px;
width: 32px;
height: 2px;
border-top: 2px solid;
color: #fff;
content: '';
}
.is-dark-style.header-social a:before {
color: #111;
}
.header-social a:last-child {
margin-right: 0;
}
.header-social a:last-child:before {
display: none;
} #navigation {
display: block;
}
#navigation a {
text-decoration: none !important;;
}
#navigation .main-menu > li > a:hover, #navigation .main-menu > li > a:focus {
color: #F38763;
}
.nav-wrap {
position: relative;
z-index: 999;
display: block;
background-color: #fff;
-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
color: #111;
text-align: center;
webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}
.nav-inner {
position: relative;
display: block;
padding-right: 15px;
padding-left: 15px;
min-height: 56px;
}
.main-menu {
margin-right: 180px;
}
.main-menu li {
position: relative;
}
.main-menu > li {
display: inline-block;
}
.main-menu > li > a {
position: relative;
display: block;
margin-right: 15px;
line-height: 56px;
}
.main-menu > li > a:after {
display: inline-block;
margin-left: 15px;
width: 4px;
height: 4px;
border: 1px solid #aaa;
border-radius: 50%;
content: '';
}
.main-menu > li:last-child > a {
margin-right: 0;
}
.main-menu > li:last-child > a:after {
display: none;
} .nav-search-wrap {
position: absolute;
right: 0;
bottom: 0;
display: block;
margin: 10px 15px;
padding-left: 10px;
background-color: #fff;
}
.search-submit {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 35px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.search-submit i {
position: absolute;
top: 50%;
left: 50%;
z-index: 9;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.search-submit input[type="submit"] {
position: absolute;
top: 0;
left: 0;
z-index: 99;
display: block;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
opacity: 0 !important;
cursor: pointer;
}
.search-submit:hover {
opacity: .7;
}
.nav-search-wrap input[type="text"] {
display: block;
padding: 0 35px 0 15px;
max-width: 220px;
width: auto;
border: 1px solid transparent;
background-color: transparent;
color: inherit;
font-family: inherit;
line-height: 34px;
}
.nav-search-wrap input[type="text"]:focus, .search-submit input[type="submit"]:hover, .search-submit input[type="submit"]:active {
border-color: #eee;
}
#tn-mobile-main-menu-button, #tn-mobile-nav {
display: none;
} .menu-wrap .sub-menu {
position: absolute;
top: 120%;
z-index: 99;
display: block;
min-width: 200px;
border-top: 5px solid #0d1217;
background-color: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
opacity: 0;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
pointer-events: none;
}
.main-menu > li.menu-item-has-children:hover > ul, .main-menu > li.menu-item-has-children:focus > ul {
top: 100%;
display: block !important;
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.main-menu .sub-menu {
text-align: left;
font-size: .85em;
}
.main-menu .sub-menu a {
display: block;
padding: 10px 30px 10px 10px;
border-top: 1px solid #f4f4f4;
white-space: nowrap;
line-height: inherit;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.sub-menu li:first-child a {
border-top: none;
}
.main-menu .sub-menu .sub-menu {
position: absolute;
top: 7px;
left: 120%;
visibility: hidden;
border-top: 0;
border-top: 5px solid #0d1217;
font-size: 1em;
opacity: 0;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
pointer-events: none;
}
.main-menu .sub-menu li.menu-item-has-children:hover ul.sub-menu {
top: 5px;
left: 100%;
visibility: visible;
opacity: 1;
pointer-events: auto;
} .tn-mobile-main-menu-button {
position: static;
display: block;
overflow: hidden;
width: 30px;
}
#mobile-menu {
padding-right: 15px;
padding-left: 15px;
}
#tn-button-mobile-menu-open {
position: absolute;
top: 50%;
left: 15px;
display: none;
margin-top: -12px;
width: 24px;
height: 24px;
}
.tn-mobile-menu-button {
position: absolute;
top: 50%;
left: 0;
display: block;
margin-top: -1px;
width: 100%;
height: 2px;
background-color: #0d1217;
font-size: 0;
-webkit-transition: background-color 0.35s ease-in-out;
-moz-transition: background-color 0.35s ease-in-out;
transition: background-color 0.35s ease-in-out;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tn-mobile-menu-button:before, .tn-mobile-menu-button:after {
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #0d1217;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.tn-mobile-menu-button:before {
-webkit-transform: translateY(-350%);
transform: translateY(-350%);
}
.tn-mobile-menu-button:after {
-webkit-transform: translateY(350%);
transform: translateY(350%);
}
.open-menu-mobile .tn-mobile-menu-button {
background-color: transparent;
}
.open-menu-mobile .tn-mobile-menu-button:before {
-webkit-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg);
}
.open-menu-mobile .tn-mobile-menu-button:after {
-webkit-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
.mobile-nav-wrap {
padding: 20px 0;
background-color: #0d1217;
color: #fff;
text-align: left;
}
.mobile-nav-wrap a {
display: inline-block;
padding: 10px 0;
border: none;
white-space: nowrap;
font-size: 12px;
line-height: 1;
}
.mobile-menu-inner > li.menu-item {
line-height: 1;
}
span.explain-menu {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
cursor: pointer;
-webkit-transition: color .35s ease-in-out;
-moz-transition: color .35s ease-in-out;
-ms-transition: color .35s ease-in-out;
-o-transition: color .35s ease-in-out;
transition: color .35s ease-in-out;
}
.explain-menu:hover {
color: #F38763;
}
.show-sub-menu > span.explain-menu {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.mobile-nav-wrap .sub-menu {
display: none;
font-size: .9em;
}
.mobile-nav-wrap li.menu-item-has-children.show-sub-menu > .sub-menu {
display: block;
}
.mobile-nav-wrap .sub-menu {
margin-left: 15px;
} .is-sticky-nav .is-sticky .nav-wrap {
top: 0;
opacity: .8;
-webkit-transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-ms-transition: opacity .35s ease-in-out;
-o-transition: opacity .35s ease-in-out;
transition: opacity .35s ease-in-out;
}
.is-sticky-nav .is-sticky .nav-wrap:hover, .open-menu-mobile .is-sticky-nav .is-sticky .nav-wrap {
opacity: 1;
}
.admin-bar .is-sticky-nav .is-sticky .nav-wrap {
top: 32px !important;
}
@media screen and (max-width: 782px) {
.admin-bar .is-sticky-nav .is-sticky .nav-wrap {
top: 46px !important;
}
}
@media (max-width: 600px) {
.admin-bar .is-sticky-nav .is-sticky .nav-wrap {
top: 0 !important;
}
} .header-ads {
display: block;
margin-top: 30px;
text-align: center;
} .slick-dots {
position: absolute;
bottom: -30px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.slick-dots li {
position: relative;
display: inline-block;
padding: 0 4px;
}
.slick-dots li button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
cursor: pointer;
}
.slick-dots li:before {
position: relative;
display: block;
width: 10px;
height: 10px;
border: 2px solid #aaa;
border-radius: 50%;
content: '';
}
.slick-dots li.slick-active:before {
background-color: #aaa;
}
.tn-slider-nav {
position: absolute;
top: 50%;
z-index: 1;
margin-top: -35px;
width: 70px;
height: 70px;
border-radius: 0;
box-shadow: none;
opacity: 0;
cursor: pointer;
-webkit-transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-ms-transition: opacity .35s ease-in-out;
-o-transition: opacity .35s ease-in-out;
transition: opacity .35s ease-in-out;
}
.tn-slider-prev {
left: 15px;
background: url(//witchcraftedlife.com/wp-content/themes/maple/assets/images/mfp-nav-left.png) center center no-repeat !important;
}
.tn-slider-next {
right: 15px;
background: url(//witchcraftedlife.com/wp-content/themes/maple/assets/images/mfp-nav-right.png) center center no-repeat !important;
}
.slick-slider:hover .tn-slider-nav {
opacity: 1;
} .featured-area {
position: relative;
display: block;
overflow: hidden;
margin-top: 30px;
margin-bottom: -35px;
padding-bottom: 35px;
}
#carousel-slider {
display: block;
padding-top: 10px;
padding-bottom: 10px;
background-color: #fff;
}
#carousel-slider.slider-init,
#big-slider .slider-init {
overflow: hidden;
}
.block-carousel-wrap {
position: relative;
}
#carousel-slider article {
padding-right: 5px;
padding-left: 5px;
}
.grid-overlay-layout {
position: relative;
}
.is-light-style .post-wrap.grid-overlay-layout {
background-color: #fff;
}
.post-inner.grid-overlay-inner {
position: absolute;
right: 70px;
bottom: 40px;
left: 70px;
display: block;
padding: 30px;
background-color: #0d1217;
text-align: center;
}
.post-inner.grid-overlay-inner .category-name-wrap {
padding-right: 0;
padding-left: 0;
} .slider-loading {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 992;
display: block;
min-height: 44px;
background: rgba(255, 255, 255, 1) url(//witchcraftedlife.com/wp-content/themes/maple/assets/images/ajax-loader.svg) no-repeat center center !important;
}
#carousel-slider.slider-init {
height: 364px;
}
.post-gallery .slider-init {
height: 342px;
}
.no-sidebar .post-gallery .slider-init {
height: 520px;
}
.post-gallery .gallery-slider-nav.slider-init {
height: 107px !important;
}
.no-sidebar .post-gallery .gallery-slider-nav.slider-init {
height: 170px !important;
}
@media only screen and (min-width: 1600px) {
#carousel-slider.slider-init {
height: 500px !important;
}
}
@media only screen and (min-width: 1200px) {
#carousel-slider.slider-init {
height: 364px;
}
.post-gallery .slider-init {
height: 342px;
}
.no-sidebar .post-gallery .slider-init {
height: 520px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
#carousel-slider.slider-init {
height: 275px;
}
.post-gallery .slider-init {
height: 342px;
}
.no-sidebar .post-gallery .slider-init {
height: 357px;
}
}
@media (max-width: 767px) {
#carousel-slider.slider-init {
height: 275px;
}
.post-gallery .slider-init {
height: 135px;
}
.no-sidebar .post-gallery .slider-init {
height: 135px;
}
} .ruby-page-wrap {
display: block;
overflow: hidden;
margin-top: 60px;
}
.left-sidebar .ruby-content-wrap {
float: right;
}
.post-wrap {
display: block;
overflow: hidden;
background-color: #fff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.post-wrap .thumb-wrap {
margin: 5px 5px 20px 5px;
}
#carousel-slider .thumb-wrap {
margin: 0;
}
.category-name-wrap {
display: block;
margin-bottom: 7px;
padding-right: 15px;
padding-left: 15px;
color: #fff;
line-height: 20px;
}
.taxonomy-description {
display: block;
margin: 15px auto 0 auto;
max-width: 700px;
letter-spacing: 0;
font-size: 15px;
line-height: 1.5;
opacity: .9;
}
.is-light-style .category-name-wrap {
color: #111;
}
.bullet {
position: relative;
display: inline-block;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #F38763;
}
.first-bullet {
margin-right: 18px;
}
.last-bullet {
margin-left: 18px;
}
.bullet:before {
position: absolute;
top: 0;
left: 10px;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #F38763;
content: '';
}
.bullet:after {
position: absolute;
top: 0;
right: 10px;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #F38763;
content: '';
}
.cate-name {
display: inline-block;
margin-right: 5px;
}
.meta-tags-wrap a:hover, .meta-tags-wrap a:focus {
color: #fff;
}
.is-light-style .meta-tags-wrap a:hover, .is-light-style .meta-tags-wrap a:focus {
color: #111;
}
.cate-name:after {
display: inline-block;
margin-left: 5px;
color: #fff;
content: '/';
}
.is-light-style .cate-name:after {
color: #111;
}
.cate-name:last-of-type {
margin-right: 0;
}
.cate-name:last-of-type:after {
display: none;
}
.post-title {
margin-bottom: 7px;
}
.post-title a {
line-height: 1.4;
}
.post-title.small a {
font-size: .833em;
}
.post-title.mini {
line-height: 0;
}
.post-title.mini a {
letter-spacing: 0;
font-size: 13px;
line-height: 1.4;
}
.post-title em {
font-style: italic;
}
.post-title strong {
font-weight: 700;
}
article.sticky .post-title:before {
content: "\f08d";
font-family: FontAwesome;
margin-right: 7px;
font-size: .9em;
display: inline-block;
}
.excerpt {
margin: 20px;
}
.comment-tags span, .view-tags span {
white-space: nowrap;
}
.tags-el {
margin-right: 5px;
}
.tags-el:after {
display: inline-block;
margin-left: 5px;
width: 3px;
height: 3px;
border: 1px solid;
border-radius: 50%;
content: '';
}
.tags-el:last-child {
margin-right: 0;
}
.tags-el:last-child:after {
display: none;
}
.post-inner {
position: relative;
display: block;
padding: 20px;
background-color: #0d1217;
}
.post-inner:after {
position: absolute;
top: -10px;
right: -10px;
bottom: -10px;
left: -10px;
display: block;
border: 5px solid #0d1217;
content: '';
pointer-events: none;
}
.post-inner .post-title {
color: #fff;
}
.meta-tags-wrap {
display: block;
color: #aaa;
line-height: 20px;
}
.post-inner .meta-tags-wrap {
color: #bbb;
}
.post-wrap .entry {
margin-right: 20px;
margin-left: 20px;
}
.read-more-wrap {
display: block;
margin-top: 20px;
text-align: center;
}
.read-more-wrap.medium-btn {
margin-top: 30px;
}
.read-more-wrap a {
position: relative;
z-index: 2;
display: inline-block;
padding: 7px 15px;
background-color: #0d1217;
color: #fff;
text-decoration: none !important;
white-space: nowrap;
letter-spacing: 1px;
line-height: 1;
}
.read-more-wrap a:hover, .read-more-wrap a:focus {
background-color: #F38763;
color: #fff;
}
.read-more-wrap a:before {
position: absolute;
top: 3px;
right: -3px;
bottom: -3px;
left: 3px;
z-index: 1;
border-right: 4px solid #000;
border-bottom: 4px solid #000;
content: '';
}
.read-more-wrap.medium-btn a {
letter-spacing: 2px;
font-size: 1.1em;
}
.post-footer {
display: block;
overflow: hidden;
margin-top: 30px;
padding: 20px;
border-top: 1px dashed #eee;
}
.is-light-style .post-footer {
border-color: #ddd;
}
.post-format-wrap {
display: block;
float: left;
color: #eee;
font-size: 18px;
line-height: 20px;
}
.post-share-bar {
display: block;
float: right;
}
.post-share-bar a {
display: block;
float: left;
padding-right: 6px;
padding-left: 6px;
color: #aaa;
line-height: 20px;
-webkit-transition: all .35s;
-moz-transition: all .35s;
-ms-transition: all .35s;
-o-transition: all .35s;
transition: all .35s;
}
.post-share-bar a:hover, .post-share-bar a:focus {
color: #F38763;
} .post-wrap.classic-layout {
margin-right: 15px;
margin-bottom: 60px;
margin-left: 15px;
}
.post-wrap.classic-layout .entry {
margin-right: 30px;
margin-bottom: 30px;
margin-left: 30px;
}
.post-inner.classic-inner {
float: left;
margin: -90px 30px 30px 60px;
padding-right: 30px;
padding-left: 30px;
min-width: 70%;
}
.post-no-featured .post-inner.classic-inner {
width: auto;
float: none;
padding: 20px;
margin: 10px 10px 30px 10px !important;
}
.post-wrap.classic-layout .thumb-wrap {
margin: 10px 10px 30px 10px;
}
.post-wrap.classic-layout .post-footer {
margin-top: 30px;
padding: 20px 30px;
border-width: 2px;
}
.classic-layout .post-format-wrap {
font-size: 32px;
line-height: 36px;
}
.classic-layout .post-share-bar a {
margin-left: 10px;
padding-right: 0;
padding-left: 0;
width: 36px;
height: 36px;
border-radius: 50%;
background-color: #aaa;
color: #fff;
text-align: center;
font-size: 16px;
line-height: 36px;
}
.classic-layout .post-share-bar a:hover {
background-color: #0d1217;
color: #fff;
}
.classic-layout .post-share-bar a:first-child {
margin-left: 0;
}
.post-wrap.classic-layout .thumb-wrap.post-gallery.is-grid {
margin: 5px 5px 30px 5px;
}
.post-wrap.is-post-format .post-inner.classic-inner {
float: none;
margin-top: -15px;
margin-right: 20px;
margin-left: 20px;
padding-right: 30px;
padding-left: 30px;
}
.post-gallery .gallery-slider {
margin-bottom: 3px;
}
.ruby-page-wrap .post-wrap.classic-layout:last-child {
margin-bottom: 50px;
} .grid-layout-outer {
margin-bottom: 30px;
}
.post-inner.grid-inner {
margin: -75px 20px 20px 20px;
padding: 15px;
text-align: center;
}
.post-no-featured .post-inner.grid-inner {
width: auto;
float: none;
padding: 20px;
margin: 5px 5px 10px 5px !important;
}
.post-inner.grid-inner:after {
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
border-width: 2px;
}
.grid-layout .post-footer {
padding: 10px 20px;
}
.grid-layout .excerpt {
text-align: center;
} .list-layout-outer {
margin-bottom: 30px;
}
.is-col-thumb.col-xs-12 {
display: block;
padding-right: 0;
padding-left: 0;
}
.is-col-content.col-xs-12 {
display: block;
padding-right: 20px;
}
.post-wrap.list-layout .thumb-wrap {
margin: 20px;
}
.post-inner.list-inner {
margin-top: 60px;
margin-left: -90px;
padding: 20px 30px;
}
.post-inner.list-inner:after {
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
border-width: 2px;
}
.list-layout .excerpt {
margin-right: 0;
margin-left: 0;
}
.list-layout .post-footer {
padding: 10px 0;
} .gallery-slider-nav img {
padding: 2px;
cursor: pointer;
} .first-post-wrap {
margin-bottom: 30px;
} .sidebar-wrap {
position: relative;
display: block;
margin-bottom: 60px;
}
.sidebar-wrap .widget {
display: block;
overflow: hidden;
margin-bottom: 30px;
padding: 45px 30px;
background-color: #fff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.tn-issue {
padding: 20px;
color: #F38763;
}
.widget-title {
margin-bottom: 30px;
}
.widget-title h3 {
position: relative;
z-index: 10;
display: block;
padding: 7px 10px;
border: 2px solid #eee;
color: #aaa;
text-align: Center;
text-transform: uppercase;
font-weight: 400;
font-size: 13px;
line-height: 1;
}
.widget-title h3:after {
position: absolute;
top: 4px;
right: -4px;
bottom: -4px;
left: 4px;
z-index: 9;
border-right: 3px solid #eee;
border-bottom: 3px solid #eee;
content: '';
pointer-events: none;
} .post-widget-thumb {
display: block;
float: left;
margin-right: 20px;
width: 85px;
}
.post-widget-thumb .no-thumb i {
font-size: 18px;
line-height: 65px;
}
.post-widget-el {
display: block;
overflow: hidden;
margin-bottom: 25px;
}
.post-widget-el.style-2 {
margin-bottom: 15px;
}
.post-widget-el:last-child {
margin-bottom: 0;
}
.post-widget-num {
display: block;
float: left;
margin-right: 10px;
}
.post-widget-num span {
font-style: italic;
font-size: 32px;
}
.post-widget-num span:after {
display: inline-block;
margin-left: 10px;
width: 7px;
height: 7px;
border: 2px solid;
color: #eee;
content: '';
} .instagram-content-wrap.row, .flickr-widget-wrap.row {
display: block;
margin-right: 0;
margin-left: 0;
}
.instagram-el {
display: block;
padding: 2px !important;
}
.instagram-el img {
width: 100%;
height: auto;
}
.instagram-el.bottom-text a {
text-transform: uppercase;
}
.instagram-el.bottom-text a:hover, .instagram-el.bottom-text a:focus {
text-decoration: underline;
}
.instagram-el.bottom-text {
display: block;
float: none;
overflow: hidden;
padding-top: 10px !important;
width: 100%;
color: #eee;
text-align: right;
letter-spacing: 2px;
line-height: 1;
} .flickr-img-el {
display: block;
padding: 2px !important;
}
.flickr-img-el img {
width: 100%;
height: auto;
} .sidebar-wrap .widget.tn-ads-widget {
padding-right: 0;
padding-left: 0;
}
.tn-ads-widget .ads-widget-content-wrap {
display: block;
margin-right: auto;
margin-left: auto;
max-width: 100%;
text-align: center;
}
.tn-ads-widget .ads-widget-content-wrap iframe {
display: block;
overflow: hidden;
max-width: 100%;
}
.tn-ads-widget .widget-title {
margin-right: 30px;
margin-left: 30px;
}
.tn-ads-widget .ads-image {
display: block;
padding-right: 20px;
padding-left: 20px;
width: 100%;
} .fb-container {
display: block;
overflow: hidden;
max-width: 100%;
} .cat-item a, .widget_archive a, .wp-block-archives a,
.wp-block-latest-posts li, .widget_pages .page_item a, .widget_nav_menu a,
.widget_meta a, .recentcomments a {
opacity: .7;
text-decoration: none !important;
}
.cat-item a:hover, .widget_archive a:hover, .wp-block-archives a:hover,
.wp-block-latest-posts li:hover, .widget_pages .page_item a:hover, .widget_nav_menu a:hover,
.widget_meta a:hover, .recentcomments a:hover {
opacity: 1;
}
.cat-item a,
.wp-block-archives a,
.widget_archive a,
.widget_pages .page_item a,
.widget_nav_menu a a,
.widget_meta a {
display: block;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 300;
}
.widget .cat-item a:before, .widget_archive a:before,  .wp-block-archives a:before,
.widget_pages .page_item a:before, .widget_nav_menu a a:before,
.widget_meta a:before, .widget_recent_entries li a:before {
display: inline-block;
margin-right: 15px;
width: 6px;
height: 6px;
border: 2px solid #eee;
content: '';
}
.widget_archive label,
.widget_categories label {
display: none;
}
.sidebar-wrap select {
display: block;
padding: 7px 10px;
width: 100%;
border-color: #eee;
color: #666;
} .recentcomments:before {
display: inline-block;
margin-right: 15px;
width: 6px;
height: 6px;
border: 2px solid #eee;
content: '';
}
.recentcomments, .widget_rss li {
margin-bottom: 15px;
}
.recentcomments:last-child {
margin-bottom: 0;
}
.widget_rss a {
font-weight: bold;
} .tagcloud {
display: block;
overflow: hidden;
} .tn-search {
position: relative;
}
.tagcloud a {
display: block;
float: left;
margin-right: 7px;
margin-bottom: 7px;
padding: 5px;
border: 1px solid;
color: #999;
font-size: 12px !important;
line-height: 1;
}
.tagcloud a:hover, .tagcloud a:focus {
color: #F38763;
} #calendar_wrap {
display: block;
overflow: hidden;
max-width: 100%;
}
#wp-calendar {
display: block;
width: 100%;
}
#wp-calendar tr {
background: 0;
}
#wp-calendar td {
padding: 2%;
}
.number-post {
display: inline-block;
float: right;
padding: 0 4px;
border-radius: 3px;
background-color: #fafafa;
}
#wp-calendar caption {
border-top: 1px solid #eee;
border-right: 1px solid #eee;
text-align: center;
font-weight: bold;
font-size: 1.2em;
}
#wp-calendar thead {
background: #f6f6f6;
}
#wp-calendar thead th {
padding-right: 14px;
padding-left: 14px;
height: 30px;
text-align: center;
font-weight: normal;
}
#wp-calendar tbody {
border-bottom: 1px dashed rgba(0, 0, 0, .1);
}
#wp-calendar tbody td {
text-align: center;
font-size: 1.2em;
}
#wp-calendar tbody td#today {
color: #F38763;
}
#wp-calendar tbody td a {
display: block;
height: 30px;
background: #aaa;
color: #fff;
text-decoration: none;
line-height: 30px;
}
#wp-calendar tbody td a:hover {
background-color: #333;
}
#wp-calendar tfoot {
text-transform: uppercase;
font-size: 90%
}
#wp-calendar tfoot #next {
text-align: right;
}
.textwidget img, .textwidget iframe {
overflow: hidden;
max-width: 100%;
} .wpcf7 p {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
}
.wpcf7 input, .wpcf7 textarea {
margin-top: 7px;
}
.tn-single-page .comments-area {
margin-top: 30px !important;
} .social-widget-wrap {
display: block;
}
.social-widget-wrap .social-bar-wrap {
display: block;
text-align: center;
font-size: 18px;
}
.social-widget-wrap .social-bar-wrap a {
position: relative;
margin-right: 15px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
.social-widget-wrap .social-bar-wrap a:hover, .social-widget-wrap .social-bar-wrap a:focus {
color: #F38763;
}
.social-widget-wrap .social-bar-wrap a:last-child {
margin-right: 0;
}
.social-widget-wrap .social-bar-wrap a:after {
display: inline-block;
margin-left: 15px;
width: 6px;
height: 6px;
border: 2px solid #eee;
content: '';
}
.social-widget-wrap .social-bar-wrap a:last-child:after {
display: none;
} .about-widget-el {
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
.about-widget-image.about-widget-el {
margin-bottom: 20px;
}
.about-widget-name h4 {
color: #111;
text-transform: uppercase;
font-size: 14px;
line-height: 1;
}
.about-widget-break img {
max-height: 30px;
}
.about-widget-el:last-child {
margin-bottom: 0;
}
.about-widget-el.entry {
margin-top: 0 !important;
} .twitter-widget-inner {
position: relative;
margin-top: 40px;
padding-top: 25px;
}
.twitter-widget-inner:before {
position: absolute;
top: -18px;
left: 50%;
display: block;
margin-left: -20px;
width: 40px;
color: #eee;
content: "\f099";
text-align: center;
font-size: 36px;
font-family: FontAwesome;
line-height: 36px;
}
.twitter-content {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed #eee;
}
.twitter-content:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.twitter-timestamp {
color: #aaa;
font-style: italic;
font-size: 12px;
}
.twitter-content a {
text-decoration: underline;
}
.twitter-content a:hover {
color: #aaa;
} .entry {
display: block;
overflow: hidden;
}
.entry h1 {
margin-bottom: 20px;
padding-top: 30px;
font-size: 42px;
line-height: 46px;
}
.entry h2 {
margin-bottom: 20px;
padding-top: 30px;
font-size: 36px;
line-height: 42px;
}
.entry h3 {
margin-bottom: 20px;
padding-top: 30px;
font-size: 28px;
line-height: 34px;
}
.entry h4 {
margin-bottom: 20px;
padding-top: 30px;
font-size: 22px;
line-height: 30px;
}
.entry h5 {
margin-bottom: 20px;
padding-top: 20px;
font-size: 18px;
line-height: 24px;
}
.entry h6 {
margin-bottom: 20px;
padding-top: 20px;
font-size: 15px;
line-height: 18px;
}
.entry p {
margin-top: 0;
margin-bottom: 20px;
}
.entry address {
margin-bottom: 2em;
}
.entry a:not(.button) {
text-decoration: underline;
font-weight: bold;
}
.entry a[class^="wp-block"],
.entry a[class^="wp-block"]:hover,
.entry a[class^="wp-block"]:focus {
text-decoration: inherit;
font-weight: inherit;
}
.entry ul {
margin: 0 0 26px 35px;
list-style: disc;
}
.entry ul li {
margin: 0 0 6px;
}
.entry ol {
margin: 0 0 2em 15px;
list-style: decimal;
}
.entry ol li {
margin: 0 0 10px;
}
.entry ul ul,
.entry ul ol,
.entry ol ol,
.entry ol ul {
margin-bottom: 0;
}
.entry dl {
margin: 0 0 26px;
}
.entry dd {
margin-left: 36px;
}
.entry ul[class^="wp-block"] {
margin-left: 0 !important;
}
.entry img {
display: block;
max-width: 100%;
height: auto;
}
.entry input {
margin-bottom: 10px;
}
figure {
margin: 30px 0;
}
.wp-caption, .gallery-caption {
margin-bottom: 30px;
max-width: 100%;
color: #777;
font-style: italic;
}
.wp-caption .wp-caption-text {
margin: 5px 0 10px;
text-align: right;
font-size: 12px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-right: auto;
margin-left: auto;
}
.aligncenter, img.aligncenter {
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
}
.alignleft, img.alignleft {
display: inline;
float: left;
margin: 5px 30px 30px 0;
max-width: 100%;
}
.alignright, img.alignright {
display: inline;
float: right;
margin: 5px 0 30px 30px;
max-width: 100%;
}
.alignnone, img.alignnone {
margin-right: auto;
margin-left: auto;
width: auto;
}
.thumbnail.push-bottom {
text-align: center;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
}
.entry.drop-cap > p:first-of-type:first-letter {
float: left;
padding: 0 12px 0 0;
font-size: 60px;
line-height: 52px;
}
.entry.drop-cap > p:first-of-type {
display: block;
overflow: hidden;
}
.entry.bold-paragraph > p:first-of-type {
font-weight: bold;
}
.entry.big-paragraph > p:first-of-type {
font-style: italic;
font-size: 1.05em;
}
.copy a:not(.button), .story a:not(.button) {
border-bottom-color: #111111;
color: #111111;
}
.like-wrap {
display: block;
margin: 30px 0;
text-align: center;
}
.like-wrap li {
display: inline-block;
margin-right: 15px;
list-style: none;
}
.like-wrap li:last-child {
margin-right: 0;
}
th, td {
padding: 7px 15px;
border-top: 1px solid #eee;
border-right: 1px solid #eee;
text-align: left;
}
dl {
margin-bottom: 1em;
}
table {
margin-bottom: 2em;
width: 100%;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}
.single-page-links {
display: block;
clear: both;
margin-top: 20px;
margin-bottom: 20px;
color: #aaa;
text-align: center;
font-size: 16px;
}
.single-page-links a, .single-page-links > span {
display: inline-block;
margin-left: 7px;
width: 30px;
height: 30px;
border: 2px solid !important;
border-radius: 50%;
line-height: 26px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
text-decoration: none !important;
}
.single-page-links a:hover, .single-page-links a:focus {
background: #333;
color: #fff;
}
.single-gallery {
display: block;
overflow: hidden;
margin-top: 30px;
margin-bottom: 20px;
}
.single-gallery a {
position: relative;
display: block;
float: left;
overflow: hidden;
padding: 5px;
border-bottom: 0 !important;
text-decoration: none;
}
.single-gallery .gallery-col-1 {
overflow: hidden;
width: 100%;
}
.single-gallery .gallery-col-2 {
width: 50%;
}
.single-gallery .gallery-col-2:nth-child(2n+1) {
clear: both;
}
.single-gallery .gallery-col-3 {
width: 33.3333%;
}
.single-gallery .gallery-col-3:nth-child(3n+1) {
clear: both;
}
.single-gallery .gallery-col-4 {
width: 25%;
}
.single-gallery .gallery-col-4:nth-child(4n+1) {
clear: both;
}
.single-gallery .gallery-col-5 {
width: 20%;
}
.single-gallery .gallery-col-5:nth-child(5n+1) {
clear: both;
}
.single-gallery .gallery-col-6 {
width: 16.666666%;
}
.single-gallery .gallery-col-6:nth-child(6n+1) {
clear: both;
}
.single-gallery .gallery-col-7 {
width: 14.285%;
}
.single-gallery .gallery-col-7:nth-child(7n+1) {
clear: both;
}
.single-gallery .gallery-col-8 {
width: 12.5%;
}
.single-gallery .gallery-col-8:nth-child(8n+1) {
clear: both;
}
.single-gallery .gallery-col-9 {
width: 11.1111%;
}
.single-gallery .gallery-col-9:nth-child(9n+1) {
clear: both;
}
.featured-caption {
position: absolute;
right: 0;
bottom: 15px;
display: block;
padding: 7px 15px;
max-width: 200px;
background-color: #282828;
color: #fff;
font-style: italic;
font-size: 13px;
line-height: 1.4;
}
.entry .gallery {
display: block;
clear: both;
overflow: hidden;
}
.gallery-item {
display: block;
float: left;
margin: 0;
padding: 5px;
}
.gallery-item img {
display: block;
width: 100%;
height: auto;
}
.gallery-item div {
margin: 0;
}
.gallery-item .wp-caption-text.gallery-caption {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
padding: 5px 10px;
background-color: #333;
color: #fff;
} .gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n +1) {
clear: both;
}
.gallery-columns-3 .gallery-item {
width: 33.3333%;
}
.gallery-columns-3 .gallery-item:nth-child(3n +1) {
clear: both;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-4 .gallery-item:nth-child(4n +1) {
clear: both;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-5 .gallery-item:nth-child(5n +1) {
clear: both;
}
.gallery-columns-6 .gallery-item {
width: 16.66666%;
}
.gallery-columns-6 .gallery-item:nth-child(6n +1) {
clear: both;
}
.gallery-columns-7 .gallery-item {
width: 14.285%;
}
.gallery-columns-7 .gallery-item:nth-child(7n +1) {
clear: both;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-child(8n +1) {
clear: both;
}
.gallery-columns-9 .gallery-item {
width: 11.111%;
}
.gallery-columns-9 .gallery-item:nth-child(9n +1) {
clear: both;
}
.gallery-caption {
display: block;
padding-right: 15px;
padding-left: 15px;
text-align: center;
font-weight: 400;
font-size: 12px;
}
.single-post-infinite-wrap, .single-post-outer {
position: relative;
display: block;
clear: both;
overflow: hidden;
}
.single-post-infinite-wrap {
margin-top: 60px;
}
.single-post-infinite-wrap .single-post-outer .ruby-page-wrap {
margin-top: 0;
}
.single-el {
display: block;
margin-right: 15px;
margin-bottom: 20px;
margin-left: 15px;
padding: 30px;
background-color: #fff;
-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}
.single-el:last-child {
margin-bottom: 0;
}
.single-el.single-nav {
display: block;
overflow: hidden;
padding-right: 15px;
padding-left: 15px;
}
article.single-el {
display: block;
overflow: hidden;
padding-top: 0;
}
.single-heading.post-inner {
margin: 10px -20px 25px -20px;
text-align: center;
}
.single-social-wrap {
display: block;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.single-social-wrap .post-share-bar {
display: inline-block;
float: none;
font-size: 16px;
}
.single-social-wrap a {
position: relative;
display: inline-block;
margin-right: 15px;
width: 35px;
height: 35px;
background-color: #F38763;
color: #fff !important;
text-align: center;
line-height: 35px;
}
.single-social-wrap a:hover {
background: #0d1217;
}
.single-social-wrap a:after {
position: absolute;
top: 2px;
right: -2px;
bottom: -2px;
left: 2px;
border-right: 2px solid #000;
border-bottom: 2px solid #000;
content: '';
}
.single-social-wrap a:last-child {
margin-right: 0;
}
.single .thumb-wrap.is-grid {
margin-right: -5px;
margin-left: -5px;
}
.single .entry {
margin-top: 30px;
}
.single article.post .thumb-wrap {
margin-top: 20px;
margin-bottom: 30px;
}
.post-title h1 {
margin: 0;
padding: 0;
}
.single-post .view-tags {
pointer-events: none;
}
.single .ruby-page-wrap.no-sidebar .post-title h1 {
margin-top: 12px;
margin-bottom: 10px;
font-size: 1.2em;
}
.single-tag-wrap {
display: block;
margin: 30px 0;
text-align: center;
}
.single-tag-wrap a {
margin-right: 10px;
letter-spacing: 2px;
font-size: 12px;
line-height: 1.2em;
}
.single-tag-wrap a:after {
display: inline-block;
margin-left: 10px;
color: #333;
content: '/';
}
.single-tag-wrap a:last-child {
margin-right: 0;
}
.single-tag-wrap a:last-child:after {
display: none;
}
.single-footer {
display: block;
overflow: hidden;
margin: 45px -30px -30px;
padding: 20px 30px;
border-top: 2px dashed #eee;
}
.single-footer-social-wrap a {
margin-left: 10px;
padding-right: 0;
padding-left: 0;
width: 36px;
height: 36px;
border-radius: 50%;
background-color: #aaa;
color: #fff !important;
text-align: center;
font-size: 16px;
line-height: 36px;
}
.single-footer-social-wrap a:hover {
background-color: #0d1217;
}
.single-footer .post-format-wrap {
font-size: 32px;
line-height: 36px;
}
.nav-right {
float: right;
}
.single-nav h3 {
margin-top: 0;
margin-bottom: 0 !important;
}
.nav-arrow {
float: left;
width: 30px;
font-size: 48px;
}
.nav-arrow.nav-right {
float: right;
}
.nav-sub-title {
margin-bottom: 7px;
color: #aaa;
text-transform: capitalize !important;
font-weight: 300;
font-style: italic;
line-height: 1;
}
.nav-left {
position: relative;
}
.nav-left .nav-sub-title, .nav-left h3 {
margin-left: 45px;
}
.nav-right .nav-sub-title, .nav-right h3 {
margin-right: 45px;
text-align: right;
}
.nav-right .nav-arrow {
float: right;
text-align: right;
}
.nav-left:after {
position: absolute;
top: -40px;
right: 1px;
bottom: -40px;
display: block;
width: 1px;
border-right: 2px solid rgba(0, 0, 0, .05);
content: '';
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
#single-author-box {
position: relative;
}
.author-thumb {
float: left;
overflow: hidden;
margin-top: 15px;
margin-right: 30px;
margin-bottom: 15px;
width: 105px;
height: auto;
border-radius: 50%;
}
.author-title.widget-title {
display: inline-block;
margin-bottom: 15px;
}
.author-title.widget-title h3 {
background-color: #0d1217;
color: #fff;
}
.author-description {
margin-bottom: 15px;
color: #aaa;
font-style: italic;
}
.author-social {
position: absolute;
right: 30px;
bottom: 10px;
}
.author-social a {
display: inline-block;
padding: 0 7px;
color: #aaa;
font-size: 15px;
line-height: 30px;
}
.author-social a:hover {
color: #0d1217;
} .related-heading {
margin-bottom: 20px;
border-bottom: 1px dashed #eee;
text-align: center;
}
.related-heading h3 {
padding-bottom: 20px;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: bold;
backface-visibility: hidden;
}
.related-el {
padding-right: 10px !important;
padding-left: 10px !important;
text-align: center;
}
.related-el .thumb-wrap {
margin-bottom: 10px;
}
.related-el .post-title {
margin-bottom: 4px;
}
.related-el .no-thumb i {
line-height: 120px;
} blockquote {
position: relative;
margin: 30px 0 30px 45px;
padding-left: 30px;
border-left: 5px solid #eee;
color: #999;
font-style: italic;
font-size: 16px;
line-height: 1.4em;
}
blockquote:before {
position: absolute;
top: 10px;
left: -45px;
opacity: .5;
content: "\f10d";
font-size: 25px;
font-family: FontAwesome;
} .comments-area {
display: block;
overflow: hidden;
padding: 0;
}
.comment-title.widget-title, .comment-list, .comment-respond {
margin: 30px;
}
.comment-title h3 {
display: inline-block;
}
.comment-body {
position: relative;
display: block;
}
.reply {
position: absolute;
top: 20px;
right: 10px;
text-transform: uppercase;
}
.comment-form-comment {
display: block;
margin: 15px 0 !important;
}
.comment-reply-link {
float: right;
color: #aaa;
font-size: .83em;
}
.comment-awaiting-moderation {
float: right;
color: #aaa;
font-size: 13px;
}
.comment-awaiting-moderation:before {
margin-right: 6px;
content: "\f071";
font-family: FontAwesome;
}
.comment-reply-link:hover, .comment-edit-link:hover {
color: #333;
text-decoration: underline !important;
}
.comment-edit-link {
margin-left: 15px;
color: #aaa;
font-size: .9em;
}
.comment-metadata {
position: absolute;
top: 20px;
left: 60px;
font-size: 0.9em;
}
.comment-meta time {
color: #aaa;
font-style: italic;
font-size: .9em;
}
.comment-metadata a:hover {
color: #333;
text-decoration: none;
}
.comment-author {
float: left;
overflow: hidden;
margin-right: 15px;
height: auto;
}
.comment-author img {
width: 42px;
height: auto;
}
.comment-author .fn {
position: absolute;
top: 3px;
left: 60px;
text-transform: uppercase;
letter-spacing: 2px;
font-size: .9em;
line-height: 1em;
}
.comment-author .fn a {
color: #333;
}
.comment-list .children {
margin-top: 30px;
margin-left: 20px;
}
.comment-list {
margin-bottom: 10px;
padding-left: 0;
}
.comment-list.entry a {
border-bottom: none;
text-decoration: none;
font-weight: inherit;
}
.comment-list li {
margin-bottom: 30px;
list-style: none;
}
.comment-list li .comment-respond {
margin-top: 30px;
}
.comment-meta {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 15px;
}
.comment-content {
position: relative;
display: block;
margin-top: 6px;
padding: 20px 30px;
background-color: #f7f7f7;
}
.comment-content p:first-child {
margin-top: 0;
}
.comment-content p:last-child {
margin-bottom: 0;
}
.comment-content::before {
position: absolute;
top: -10px;
left: 10px;
width: 0;
height: 0;
border-width: 0 7px 10px 7px;
border-style: solid;
border-color: transparent transparent rgba(0, 0, 0, .04) transparent;
content: '';
}
.comment-author .says {
display: none;
}
#reply-title {
margin-bottom: 15px;
color: #aaa;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: bold;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
#cancel-comment-reply-link {
display: inline-block;
margin-left: 6px;
padding: 4px 7px;
letter-spacing: 0;
font-size: 12px;
line-height: 1em;
}
.comment-form {
list-style: none;
}
.comment-form label {
font-size: .9em;
}
.comment-form-cookies-consent {
display: block;
margin-top: 15px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
position: relative;
display: block;
}
.comment-form-author, .comment-form-email, .comment-form-url {
margin: 10px 0;
padding: 0;
}
.comment-form input[type="text"], .comment-form input[type="url"], .comment-form textarea {
display: block;
clear: both;
margin-top: 7px;
}
.comment-form-comment textarea {
display: block;
float: none;
clear: both;
margin-bottom: 15px;
padding: 15px;
width: 100%;
outline: none;
border: 1px solid rgba(0, 0, 0, .05);
resize: none;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.comment-form-comment textarea:focus {
border-color: #333;
}
.form-submit input[type="submit"] {
margin-top: 20px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
background-color: #F38763;
}
.comment-form .logged-in-as {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
color: #aaa;
font-size: .9em;
}
.comment-form .logged-in-as a {
padding: 0 6px;
color: #F38763;
}
.comment-form .logged-in-as a:hover, .comment-form .logged-in-as a:focus {
text-decoration: underline;
}
.form-allowed-tags {
margin: 0;
padding-bottom: 15px;
}
#comments input[type="text"], #comments input[type="email"], #comments input[type="password"] {
margin-top: 0;
margin-bottom: 0;
}
.sidebar-wrap input {
width: 100%;
}
textarea:hover, textarea:focus {
outline: none;
border: 1px solid #aaa;
}
.no-comments {
padding: 0 30px 30px 30px;
color: #aaa;
} .entry.drop-cap > p:first-of-type:first-letter {
display: block;
float: left;
margin: 0 15px 0 0;
padding: 0 5px;
color: #0d1217;
text-align: center;
font-size: 60px;
line-height: 60px;
}
.entry.solid-drop-cap > p:first-of-type:first-letter {
display: block;
float: left;
margin: 0 15px 0 0;
padding: 5px 10px;
background-color: #0D1217;
color: #fff;
text-align: center;
font-size: 60px;
line-height: 60px;
} .footer-wrap {
display: block;
overflow: hidden;
margin-bottom: 0;
padding-top: 5px;
background-color: #fff;
-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}
.sidebar-footer.sidebar-wrap {
padding-top: 45px;
padding-bottom: 45px;
}
.sidebar-footer.sidebar-wrap .widget {
margin-bottom: 45px;
-webkit-box-shadow: none;
box-shadow: none;
}
.sidebar-footer.sidebar-wrap .widget:last-child {
margin-bottom: 0;
}
.footer-area .widget-title h3 {
padding-top: 0;
padding-bottom: 20px;
padding-left: 0;
border: none;
border-bottom: 1px solid #eee;
letter-spacing: 1px;
}
.footer-area .widget-title h3:after {
display: none;
} .footer-instagram-widget {
position: relative;
}
.footer-instagram-el {
position: relative;
display: block;
padding: 0 !important;
}
.instagram-el-holder {
position: relative;
display: block;
overflow: hidden;
width: 100%;
}
.instagram-el-holder > * {
position: static !important;
display: block;
padding-bottom: 100%;
}
.footer-instagram-el img,
.instagram-el img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
}
.footer-instagram-widget .widget-title {
position: absolute;
top: 50%;
left: 50%;
z-index: 50;
margin-bottom: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.footer-instagram-widget .widget-title h3 {
background-color: #fff;
color: #333;
} .footer-social-counter {
background-color: #0d1217;
color: #fff;
}
.top-footer-wrap .widget {
display: none;
}
.top-footer-wrap .social-footer-counter.widget,
.top-footer-wrap .footer-instagram-widget.widget {
display: block;
}
.top-footer-wrap .widget:first-child .footer-social-counter {
margin-top: -5px;
margin-bottom: 0;
}
.footer-social-counter {
display: block;
padding: 30px;
text-align: center;
}
.footer-social-counter .counter-element {
display: inline-block;
padding: 0 25px;
border-right: 2px solid #333;
text-transform: uppercase;
}
.footer-social-counter a:hover {
opacity: .7;
}
.footer-social-counter .counter-element:last-child {
border-right: 0;
}
.counter-element > a {
display: block;
overflow: hidden;
margin-bottom: 12px;
color: #fff;
}
.footer-social-counter .counter-element i {
float: left;
margin-right: 10px;
padding-right: 0;
padding-left: 0;
width: 36px;
height: 36px;
border: 2px solid;
border-radius: 50%;
color: #fff;
text-align: center;
font-size: 16px;;
line-height: 32px;
}
.footer-social-counter .num-count {
display: block;
float: left;
padding-right: 3px;
font-weight: 300;
font-size: 26px;
line-height: 36px;
}
.footer-social-counter a {
text-decoration: none !important;
white-space: nowrap;
}
.footer-social-counter .text-count {
text-align: left;
letter-spacing: 4px;
font-weight: 300;
font-size: 13px;
line-height: 13px;
}
#footer-copyright {
background-color: #f4f4f4;
color: #999;
text-align: center;
}
.copyright-inner {
padding-top: 15px;
padding-bottom: 15px;
}
#footer-copyright a:hover {
color: #333;
}
.copyright-inner .social-bar-wrap {
display: block;
margin-top: 15px;
text-align: center;
font-size: 18px;
}
.copyright-inner .social-bar-wrap a {
padding: 0 7px;
}
#tn-back-top {
position: fixed;
right: 18px;
bottom: 0;
z-index: 990;
display: none;
overflow: hidden;
border: none;
text-decoration: none;
cursor: pointer;
}
#tn-back-top i {
position: relative;
display: block;
overflow: hidden;
width: 48px;
height: 48px;
background-color: #0d1217;
-webkit-box-shadow: 0 5px 6px -6px rgba(0, 0, 0, .4);
box-shadow: 0 5px 6px -6px rgba(0, 0, 0, .4);
text-align: center;
line-height: 48px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.is-light-style #tn-back-top i {
background-color: #fff;
}
#tn-back-top i:hover:before, #tn-back-top i:hover:after, .is-light-style #tn-back-top i:hover:before, .is-light-style #tn-back-top i:hover:after {
background-color: #F38763;
}
#tn-back-top i:before {
position: absolute;
top: 15px;
left: 17px;
display: block;
width: 1px;
height: 20px;
background-color: #fff;
content: '';
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transform: rotate(40deg);
-moz-transform: rotate(40deg);
-ms-transform: rotate(40deg);
-o-transform: rotate(40deg);
transform: rotate(40deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
#tn-back-top i:after {
position: absolute;
top: 15px;
right: 17px;
display: block;
width: 1px;
height: 20px;
background-color: #fff;
content: '';
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
transform: rotate(-40deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.is-light-style #tn-back-top i:before, .is-light-style #tn-back-top i:after {
background-color: #111;
} .is-light-style .post-inner, .is-light-style .post-inner.grid-overlay-inner {
background-color: #fff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.is-light-style .post-inner:after {
border-color: #fff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.is-light-style .post-inner .post-title {
color: #111;
}
.is-light-style .post-inner .meta-tags-wrap {
color: #999;
}
.is-light-style .post-wrap {
background-color: #f7f7f7;
}
.is-light-style .post-format-wrap {
color: #bbb;
}
.is-light-style .classic-layout .post-share-bar a {
color: #fff;
}
.is-light-style.single .post-inner {
border-bottom: 2px dashed #eee;
-webkit-box-shadow: none;
box-shadow: none;
}
.is-light-style.single .post-inner:after {
-webkit-box-shadow: none;
box-shadow: none;
}
.is-light-style .page-heading-inner {
background-color: #fff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
color: #333;
}
.is-light-style .page-heading-inner:after {
border-color: #fff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}  .content-404-inner {
position: relative;
margin: 10px 25px;
margin-bottom: 60px;
padding: 60px 20px;
background-color: #fff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
text-align: center;
}
.content-404-inner:after {
position: absolute;
top: -10px;
right: -10px;
bottom: -10px;
left: -10px;
border: 5px solid #fff;
content: '';
}
.logo-404 h1 {
display: block;
overflow: hidden;
margin: 0 24px 30px;
text-shadow: 1px 1px 0 #fff, 2px 2px 0 #333, 3px 3px 0 #ddd, 4px 4px 0 #ddd;
font-weight: bold;
font-size: 105px;
line-height: 1em !important;
}
.title-404 {
margin-top: 45px;
margin-bottom: 0;
color: #aaa;
} .page-heading-inner {
position: relative;
margin: 60px 25px;
padding: 30px;
background-color: #0d1217;
color: #fff;
text-align: center;
letter-spacing: 2px;
}
.page-heading-inner .post-title em {
margin-right: 5px;
text-transform: capitalize;
font-weight: 400;
}
.page-heading-inner:after {
position: absolute;
top: -10px;
right: -10px;
bottom: -10px;
left: -10px;
border: 5px solid #0d1217;
content: '';
}
.page-heading-inner .post-title {
margin-bottom: 0;
}
.page-heading-inner .post-title strong {
text-transform: uppercase;
}
.search-no-result {
margin-bottom: 0;
padding: 30px 30px 90px 30px;
text-align: center;
}
.page-author-inner {
position: relative;
margin: 60px 25px -15px;
}
.page-author-inner:after {
position: absolute;
top: -10px;
right: -10px;
bottom: -10px;
left: -10px;
border: 5px solid #fff;
content: '';
}
.page-title-wrap .tn-page-title {
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 2px dashed #eee;
text-transform: uppercase;
}
.about-page-inner {
display: block;
overflow: hidden;
margin-right: 15px;
margin-left: 15px;
background-color: #fff;
-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}
.about-page-inner .thumb-wrap img {
min-height: 150px;
}
.about-page-inner .entry {
margin: 25px 30px 45px 30px;
}
.about-heading {
margin: 10px;
}
.about-title {
display: block;
text-align: center;
}
.about-title h1 {
position: relative;
display: inline-block;
padding: 12px 40px;
background-color: #0d1217;
-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
font-size: 14px;
line-height: 1;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}
.about-title h1:after {
position: absolute;
top: -5px;
right: -5px;
bottom: -5px;
left: -5px;
display: block;
border: 3px solid #0d1217;
-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
content: '';
webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}
.about-page-inner .single-footer-social-wrap {
display: block;
border-top: 1px dashed #eee;
}
.page .single-footer-social-wrap a {
margin-left: 0;
background: none;
color: #aaa !important;
font-size: 16px;
}
.page .single-footer-social-wrap a:hover {
color: #111 !important;
}
.about-page-inner .post-share-bar {
padding: 10px;
}
.page-author-inner #single-author-box {
margin: 0;
} .sidebar-wrap .widget.widget_mc4wp_widget, .sidebar-wrap .widget.widget_mc4wp_widget, .sidebar-wrap .widget.widget_mc4wp_form_widget, .sidebar-wrap .widget.widget_mc4wp_form_widget {
padding: 20px 30px;
background-color: #0d1217;
color: #fff;
}
.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
border: none !important;
-webkit-border-radius: 0;
border-radius: 0;
background-color: #333;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.mc4wp-form label {
margin-bottom: 20px !important;
text-align: center;
text-transform: capitalize !important;
font-weight: 400 !important;
font-style: italic;
}
.mc4wp-form button, .mc4wp-form input[type="button"], .mc4wp-form input[type="submit"] {
margin-top: 15px;
padding: 10px 0;
width: 100%;
border-radius: 0;
background-color: #F38763;
color: #fff;
letter-spacing: 1px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.mc4wp-form button:hover, .mc4wp-form input[type="button"]:hover, .mc4wp-form input[type="submit"]:hover {
background-color: #fff;
color: #333;
}
.infinite-scroll {
position: relative;
display: block;
overflow: hidden;
text-align: center;
}
.infinite-scroll .infinite-icon {
display: inline-block;
margin-top: 10px;
margin-bottom: 30px;
min-height: 30px;
width: 40px;
height: 30px;
background: transparent url(//witchcraftedlife.com/wp-content/themes/maple/assets/images/ajax-loader.svg) no-repeat center center !important;
background-size: conver !important;
opacity: 0;
-webkit-background-size: cover !important;
} .pagination-next-prev {
display: block;
overflow: hidden;
margin-right: 20px;
margin-left: 20px;
font-size: 13px;
}
.pagination-next-prev .pagination-el {
display: block;
float: left;
background-color: #eee;
text-align: center;
text-decoration: none !important;
white-space: nowrap;
}
.pagination-next-prev .pagination-el a {
display: block;
padding: 0 15px;
letter-spacing: 1px;
line-height: 30px;
}
.pagination-next-prev .older {
float: right !important;
}
.pagination-next-prev .older i {
margin-left: 7px;
}
.pagination-next-prev .newer i {
margin-right: 7px;
} .blog-loadmore-link {
position: relative;
display: inline-block;
padding: 0 20px;
background-color: #0d1217;
color: #fff;
letter-spacing: 1px;
line-height: 30px !important;
}
.pagination-wrap.ajax-pagination {
position: relative;
display: block;
padding-bottom: 3px;
}
.pagination-wrap .blog-loadmore-link:hover {
background-color: #F38763;
}
.blog-loadmore-link:before {
position: absolute;
top: 3px;
right: -3px;
bottom: -3px;
left: 3px;
z-index: 1;
border-right: 4px solid #000;
border-bottom: 4px solid #000;
content: '';
}
.ajax-animation {
position: absolute;
top: 0;
left: 0;
display: none;
visibility: hidden;
width: 100%;
height: 30px;
text-align: center;
opacity: 0;
pointer-events: none;
}
.ajax-animation-icon {
display: inline-block;
width: 30px;
height: 30px;
background: transparent url(//witchcraftedlife.com/wp-content/themes/maple/assets/images/ajax-loader.svg) no-repeat center center !important;
background-size: conver !important;
-webkit-background-size: cover !important;
}
.ajax-infinite-scroll {
position: relative;
display: block;
height: 30px;
} .slick-slide {
outline: none !important;
}
.featured-slider-outer {
overflow: hidden;
margin-bottom: -35px;
padding-right: 15px;
padding-bottom: 35px;
padding-left: 15px;
}
.featured-slider-outer .featured-area {
overflow: visible;
margin-bottom: 0;
padding: 10px;
background-color: #fff;
}
.featured-slider-outer .slick-dots {
bottom: -40px;
}
.is-background-image {
background-position: center center;
background-size: cover !important;
background-repeat: no-repeat;
-webkit-background-size: cover !important;
}
.grid-overlay-big-layout .is-background-image {
position: relative;
display: block;
height: 550px;
}
#carousel-slider.slider-init {
height: 550px;
}
.post-inner.grid-overlay-inner {
margin-right: auto;
margin-left: auto;
max-width: 500px;
}
.post-thumb-overlay-outer {
position: relative;
display: block;
}
.post-thumb-holder {
position: static;
display: block;
padding-bottom: 75%;
}
.post-thumb-overlay-outer .thumb-wrap {
position: static;
overflow: visible !important;;
}
.post-thumb-overlay-outer img {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
object-position: 50% 50%;
-o-object-position: 50% 50%;
} #navigation {
font-family: 'Lato', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-style: normal;
font-size: 13px;
}
.post-title, .widget-title {
font-family: 'Lato', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-style: normal;
font-size: 18px;
}
.category-name-wrap, .single-tag-wrap {
font-family: 'Noticia Text', serif;
text-transform: capitalize;
font-weight: 400;
font-style: italic;
font-size: 13px;
}
.meta-tags-wrap {
font-family: 'Noticia Text', serif;
text-transform: capitalize;
font-weight: 400;
font-style: italic;
font-size: 13px;
}
.updated:not(.published) {
display: none;
}
.read-more-wrap, input[type="submit"],
.blog-loadmore-link,
.pagination-next-prev {
font-family: 'Lato', sans-serif;
text-transform: uppercase;
font-weight: 400;
font-style: normal;
font-size: 11px;
}
.logo-text strong {
font-family: 'Lato', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-style: normal;
font-size: 60px;
} .wp-block-separator {
background-color: #333;
border: 0;
height: 1px;
margin-bottom: 30px;
margin-top: 30px;
max-width: 80px;
margin-left: 0;
text-align: left;
}
.wp-block-separator.is-style-wide {
width: 100%;
height: 2px;
max-width: 100%;
}
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
margin-left: 0;
list-style: none;
max-width: 300px;
}
.entry-content .wp-block-archives a,
.entry-content .wp-block-categories a,
.entry-content .wp-block-latest-posts a {
text-decoration: none !important;
}
.entry-content .wp-block-archives a,
.entry-content .wp-block-categories a {
font-weight: inherit;
}
.entry-content .wp-block-latest-posts.is-grid li {
border-top: 1px solid #eee;
padding-top: 1rem;
margin-bottom: 2rem;
}
blockquote p,
.entry-content blockquote p {
margin-bottom: 20px;
}
.entry-content .wp-block-audio figcaption {
color: #333;
}
.entry-content .wp-block-button .wp-block-button__link,
.entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
text-decoration: none !important;
background-color: #111;
-webkit-transition: opacity .3s;
-moz-transition: opacity .3s;
-ms-transition: opacity .3s;
-o-transition: opacity .3s;
transition: opacity .3s;
font-weight: normal;
}
.entry-content .wp-block-button .wp-block-button__link:hover {
opacity: .7;
}
.entry-content .wp-block-categories-list.aligncenter,
.entry-content .wp-block-archives.aligncenter {
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.entry-content .wp-block-categories-list > li:last-child > a,
.entry-content .wp-block-archives > li:last-child > a {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.wp-block-pullquote {
padding-top: 10px;
padding-bottom: 10px;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
margin-bottom: 10px;
}
.wp-block-gallery {
margin-left: 0;
}
.entry .wp-block-pullquote {
border: none;
}
.wp-block-pullquote blockquote {
border-left: none;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
padding-top: 30px;
padding-bottom: 30px;
border-top: 4px solid;
border-bottom: 2px solid;
}
.entry .wp-block-quote {
border-color: #eee;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.entry .wp-block-quote.is-large,
.enry .wp-block-quote.is-style-large {
margin-bottom: 40px;
padding-left: 40px;
border-left: 5px solid #eee;
padding-right: 0;
}
.wp-block-quote:before {
display: none;
}@media only screen and (max-width: 1110px) and (min-width: 992px) {
.tn-container {
max-width: 992px !important;
}
.classic-layout .thumb-wrap {
min-height: 300px;
}
.grid-layout .thumb-wrap {
min-height: 170px;
}
.tn-single-page .thumb-wrap {
min-height: 150px;
}
.grid-overlay-big-layout .is-background-image {
height: 500px;
}
#carousel-slider.slider-init {
height: 500px;
}
}
@media only screen and (max-width: 991px) {
.menu-wrap {
display: none;
}
#tn-button-mobile-menu-open {
display: block;
}
.open-menu-mobile #tn-mobile-nav {
display: block;
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.ruby-content-wrap {
padding-left: 0 !important;
padding-right: 0 !important;
}
.left-sidebar .ruby-content-wrap {
float: none;
}
.infinite-scroll .infinite-icon {
width: 60px;
margin-top: 0;
margin-bottom: 20px;
} .single.is-hide-sidebar .sidebar-wrap {
display: none;
}
.grid-overlay-big-layout .is-background-image {
height: 400px;
}
#carousel-slider.slider-init {
height: 400px;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.tn-container {
max-width: 768px !important;
}
.sidebar-wrap {
max-width: 480px;
margin-left: auto;
margin-right: auto;
float: none;
overflow: hidden;
} .footer-social-counter {
padding: 30px;
overflow: hidden;
}
.footer-social-counter .counter-element {
padding: 0 15px;
}
.footer-social-counter .num-count {
font-size: 22px;
line-height: 32px;
}
.footer-social-counter .counter-element i {
height: 32px;
width: 32px;
font-size: 15px;
line-height: 28px;
}
.footer-social-counter .text-count {
font-size: 14px;
letter-spacing: 2px;
}
}
@media only screen and (max-width: 767px) {
.tn-container {
max-width: 360px !important;
}
.ruby-page-wrap {
margin-top: 45px;
}
.ruby-content-wrap {
margin-bottom: 30px;
}
.sidebar-wrap {
margin-bottom: 45px;
}
.page-heading-inner {
margin-top: 45px;
margin-bottom: 45px;
}
.logo-text a {
font-size: 36px;
line-height: 1;
}
.logo-text strong {
font-size: 32px !important;
}
.logo-text .tagline {
display: none;
}
.logo-image {
max-width: 260px;
}
.wpcf7 input {
width: 100%;
}
#main.col-xs-12 {
padding-left: 0;
padding-right: 0;
margin-bottom: 30px;
}
.main-page-inner {
padding-top: 30px;
padding-bottom: 30px;
}
.footer-area {
margin-left: 15px;
margin-right: 15px;
}
.sidebar-footer {
padding-top: 0;
padding-bottom: 0;
margin-top: 30px;
margin-bottom: 30px;
}
.sidebar-footer:last-child {
margin-bottom: 0;
}
.footer-copyright {
margin-left: 30px;
margin-bottom: 30px;
}
.header-inner .social-bar-wrap {
max-width: 100%;
overflow: hidden;
}
.header-social {
white-space: normal;
text-align: center;
margin-top: 12px;
}
.header-social a:before {
display: none;
}
.header-social a {
margin-right: 10px;
width: 34px;
height: 34px;
font-size: 14px;
line-height: 30px;
margin-bottom: 10px;
}
.post-inner.grid-overlay-inner {
left: 30px;
right: 30px;
top: 50%;
bottom: auto;
padding: 15px 10px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.post-inner.grid-overlay-inner:after {
left: -5px;
right: -5px;
bottom: -5px;
top: -5px;
border: 3px solid #0d1217;
}
.is-light-style .post-inner.grid-overlay-inner:after {
border-color: #fff;
}
.post-inner.grid-overlay-inner .meta-tags-wrap {
display: none;
}
.post-inner.grid-overlay-inner .post-title {
margin-bottom: 0;
} .classic-layout .post-share-bar a {
height: 24px;
width: 24px;
padding-left: 0;
padding-right: 0;
line-height: 24px;
margin-left: 10px;
font-size: 14px;
color: #fff;
border-radius: 50%;
background-color: #aaa;
text-align: center;
}
.post-wrap.classic-layout {
margin-bottom: 30px;
}
.classic-layout .post-format-wrap {
line-height: 24px;
font-size: 24px;
}
.post-wrap.classic-layout .post-footer {
margin-top: 20px;
padding: 15px 20px;
border-width: 1px;
}
.post-wrap.classic-layout .entry {
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
}
.read-more-wrap.medium-btn {
margin-top: 20px;
}
.excerpt {
margin: 15px;
}
.page-heading-inner {
padding: 20px 15px;
}
.page-heading-inner .post-title {
font-size: 18px;
}
.content-404-inner {
padding: 30px 20px;
}
.title-404.post-title {
font-size: 18px;
margin-top: 25px;
}
.related-el {
margin-bottom: 30px;
}
.related-el:last-child {
margin-bottom: 0;
} .single-el.single-nav {
padding-top: 15px;
padding-bottom: 15px;
}
.nav-left .nav-sub-title, .nav-left h3, .nav-right .nav-sub-title, .nav-right h3 {
margin: 0;
text-align: center;
}
.nav-arrow {
display: none;
}
.nav-left:after {
display: none;
}
.nav-right, .nav-left {
padding-top: 15px;
padding-bottom: 15px;
float: none;
}
.nav-right {
border-top: 1px dashed #eee;
}
.single-nav .col-xs-12.nav-right:first-child {
border-top: 0;
}
.author-thumb {
float: none;
margin-top: 0;
margin-left: auto;
margin-right: auto;
width: 75px;
}
.author-title.widget-title {
display: block;
text-align: center;
}
.author-title.widget-title h3 {
display: inline-block;
}
.author-social {
right: 10px;
bottom: 5px;
} .single-heading.post-inner {
margin: 10px -10px 20px -10px;
}
.single-el {
padding: 20px;
}
.single-footer {
margin: 30px -30px -20px -30px;
}
.single-footer-social-wrap a {
height: 24px;
width: 24px;
padding-left: 0;
padding-right: 0;
line-height: 24px;
margin-left: 10px;
font-size: 14px;
color: #fff;
border-radius: 50%;
background-color: #aaa;
text-align: center;
}
.single-footer .post-format-wrap {
line-height: 24px;
font-size: 24px;
}
.comment-respond input {
width: 100%;
}
.single-el.comments-area {
padding: 0;
}
.comment-title.widget-title, .comment-list, .comment-respond {
margin: 20px;
} .sidebar-wrap .widget {
padding: 30px 20px;
} .post-inner.list-inner {
margin-left: 0;
margin-top: 0;
}
.post-wrap.list-layout .thumb-wrap {
margin: 15px;
}
.post-wrap.list-layout .thumb-wrap img {
margin-top: -40%;
}
.is-col-content.col-xs-12 {
padding-right: 15px;
} .post-inner.classic-inner {
margin-top: -10px;
float: none;
margin-left: 20px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
} .page-author-inner #single-author-box {
margin-top: -10px;
float: none;
}
.author-box.single-el {
padding-bottom: 25px;
} .wp-caption.alignleft, img.alignleft,
.wp-caption.alignright, img.alignright {
float: none;
max-width: 100% !important;
margin: 20px auto;
}
blockquote {
margin: 20px 0 20px 25px;
border-width: 2px;
padding-left: 15px;
font-size: 14px;
}
blockquote:before {
left: -26px;
font-size: 16px;
} .footer-instagram-widget .widget-title h3 {
display: none;
} .footer-social-counter {
padding: 30px 0 20px 0;
overflow: hidden;
}
.footer-social-counter .counter-element {
border-right: 0;
}
.counter-element {
margin-bottom: 20px;
display: block;
text-align: center;
}
.footer-social-counter .num-count {
font-size: 18px;
line-height: 30px;
}
.footer-social-counter .counter-element i {
height: 30px;
width: 30px;
border-width: 1px;
font-size: 14px;
line-height: 28px;
}
.footer-social-counter .text-count {
font-size: 14px;
letter-spacing: 1px;
} .footer-instagram-el {
width: 25% !important;
display: none;
}
.footer-instagram-el:nth-child(-n+4) {
display: block;
} .about-title h1 {
padding: 9px 25px;
font-size: 12px;
}
.tn-slider-nav {
height: 40px;
margin-top: -20px;
}
.pagination-next-prev {
margin-left: 10px;
margin-right: 10px;
}
.grid-overlay-big-layout .is-background-image {
height: 260px;
}
#carousel-slider.slider-init {
height: 260px;
}
#big-slider .slick-arrow {
display: none !important;
}
.post-title a {
font-size: .92em;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.tn-container {
max-width: 480px !important;
}
}