.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.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 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;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
body 
{
line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
content:"";
}
blockquote, q 
{
quotes:"" "";
}
a img 
{
border:none;
}.entry-content img {
margin: 0 0 1.5em 0;
}
.gallery-caption, .bypostauthor {
font-weight: normal;
}
div.alignleft, img.alignleft {
display: inline-block;
float: left;
margin-right: 1em;
margin-bottom: 1em;
}
div.alignright, img.alignright {
display: inline-block;
float: right;
margin-left: 1em;
margin-top: 1em;
}
div.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
div.wp-caption {
text-align: center;
margin-top: 2em;
margin-bottom: 2em;
font-size: 12px;
}
.wp-caption img {
border: 0 none;
margin: 0;
padding: 0;
border-radius: 3px;
}
.wp-caption p.wp-caption-text {
margin: 0;
text-align: center;
padding-bottom: 0 !important;
font-size: 12px;
color: #777;
}
.wp-smiley { 
max-height: 1em;
margin:0 !important;
}
.gallery dl {
margin: 0;
border: 0;
padding: 0;
}
.wp-caption img, .alignnone img, .alignleft img, .alignright img {
border: 0 none;
margin: 0;
padding: 0;
}
blockquote.left {
float: left;
margin-left: 0;
margin-right: 20px;
text-align: right;
width: 33%;
}
blockquote.right {
float: right;
margin-left: 20px;
margin-right: 0;
text-align: left;
width: 33%;
}
blockquote:before, blockquote:after, q:before, q:after 
{
content:"";
}
blockquote, q 
{
quotes:"" "";
}
a img 
{
border:none;
}
p,
#page_content_wrapper .wpcf7 p,
.page_content_wrapper .wpcf7 p
{
padding-top: 1em;
padding-bottom: 1em;
}
p:empty
{
padding: 0 !important;
}
em
{
font-style: italic;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.center
{
text-align: center;
}
#page_content_wrapper p, .page_content_wrapper p 
{
padding-top: 1.2em;
padding-bottom: 1.2em;
}
#page_content_wrapper p.woocommerce-info,
#page_content_wrapper p.woocommerce-message,
#page_content_wrapper p.woocommerce-error
{
padding-top: 1em;
}
#page_content_wrapper p:empty, .page_content_wrapper p:empty
{
padding: 0 !important;
margin: 0 !important;
}
#footer p {
padding-top:0.5em;
padding-bottom:0.5em;
}
img, a img {
image-rendering: optimizeQuality;
}
em { font-style: italic; }
::selection {
background: #efc337;
color: #fff;
}
table
{
border-spacing: 0;
}
.sticky .post_wrapper
{
background: #FFFAE4;
border-color: #FFFAE4 !important;
}
.marginright
{
margin-right: 7px;
}
img.alignright 
{
float:right; margin:0 0 1em 2em;
}
img.alignleft
{
float:left; margin:0 2em 1em 0;
}
img.aligncenter 
{
display: block; margin-left: auto; margin-right: auto
}
a img.alignright 
{
float:right; margin:0 0 1em 2em;
}
a img.alignleft 
{
float:left; margin:0 2em 1em 0;
}
a img.aligncenter 
{
display: block; margin-left: auto; margin-right: auto
}
.screen-reader-text 
{
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus 
{
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
body.page-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul:not(.children),
body.page-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol,
body.page-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content dl,
body.page-template-page-l:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul:not(.children),
body.page-template-page-l:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol,
body.page-template-page-l:not(.elementor-page) #page_content_wrapper .inner .sidebar_content dl,
body.page-template-page-r:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul:not(.children),
body.page-template-page-r:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol,
body.page-template-page-r:not(.elementor-page) #page_content_wrapper .inner .sidebar_content dl,
body.post-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul:not(.children),
body.post-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol,
body.post-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content dl
{
margin: 20px 0 30px 20px;
}
body.post-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul li ul:not(.children),
body.post-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol li ol,
body.post-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol li dl,
body.post-template-page-l:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul li ul:not(.children),
body.post-template-page-l:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol li ol,
body.post-template-page-l:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol li dl,
body.post-template-page-r:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul li ul:not(.children),
body.post-template-page-r:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol li ol,
body.post-template-page-r:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol li dl
{
margin: 5px 0 5px 20px;
}
body.archive #page_content_wrapper,
body.home.blog #page_content_wrapper
{
padding-bottom: 60px;
}
body.page-template-default.elementor-page #page_content_wrapper
{
padding-bottom: 0;
}
body.archive #page_content_wrapper,
body.home #page_content_wrapper
{
padding-bottom: 60px;
}
body.error404 #page_content_wrapper
{
padding-bottom: 20px;
}
body.elementor-page .elementor-section-stretched .elementor-column-gap-default>.elementor-row>.elementor-column.elementor-col-100>.elementor-element-populated
{
padding: 0;
}
#elementor .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated
{
padding: 0 !important;
}
.elementor-editor-active .elementor-inner
{
margin-top: 0 !important;
}
body.home.blog #page_caption
{
display: none;
}.slideUp2{
animation-name: slideUp2;
-webkit-animation-name: slideUp2;	
animation-duration: 0.2s;	
-webkit-animation-duration: 0.2s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
-ms-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
@keyframes slideUp2 {
0% {
opacity: 0;
transform: translateY(5%);
}
100% {
opacity: 1;
transform: translateY(0%);
}	
}
@-webkit-keyframes slideUp2 {
0% {
opacity: 0;
transform: translateY(5%);
}
100% {
opacity: 1;
transform: translateY(0%);
}	
}
@keyframes subNavIn{
from{
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes subNavIn{
from{
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@keyframes subNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
}
@-webkit-keyframes subNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
}
@keyframes mainNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
}
@-webkit-keyframes mainNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
}
@keyframes mainNavIn{
from{
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes mainNavIn{
from{
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
html, body
{
min-height: 100%;
height: auto !important;
height: 100%;
}
body
{
background: #ffffff;
font-family: 'Libre Baskerville', 'Helvetica Neue', Arial,Verdana,sans-serif;
padding: 0;
margin: 0;
color: #444;
font-weight: 400;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 1.7;
word-wrap: break-word;
-webkit-overflow-scrolling: touch;
}
body.js_nav
{
width: 100%;
height: 100%;
}
.width_half
{
width: 50%;
margin: auto;
}
.width_one_third
{
width: 33%;
margin: auto;
}
#perspective
{
width: 100%;
min-height: 100%;
position: relative;
}
@-moz-document url-prefix() {
#perspective {
overflow-x: hidden;
}
}
body.modalview #perspective
{
position: fixed;
perspective: 1500px;
top: 0;
}
body.modalview #footer_wrapper
{
display: none;
}
#wrapper
{
float: left;
width: 100%;
background: #fff;
transform-origin: 50% 50% 50%;
transition: transform 0.4s;
position: relative;
left: 0;
min-height: 100%;
}
body.tg_footer_reveal #wrapper
{
z-index: 1;
}
body.right_clicked #wrapper
{
filter: blur(7px);
}
body.leftmenu #wrapper
{
padding-top: 0 !important;
width: calc(100% - 350px);
left: 350px;
}
body.leftmenu #wrapper #page_content_wrapper
{
padding: 0 40px 0 40px;	
}
body.leftmenu #wrapper #page_content_wrapper.blog_wrapper
{
padding-top: 50px;
}
body.leftmenu .elementor-section.elementor-section-stretched
{
max-width: 100% !important;
left: 0 !important;
}
body.leftmenu .mobile_menu_wrapper
{
left: 0;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
width: 350px;
padding: 50px;
}
body.modalview #wrapper
{
position: absolute;
overflow: hidden;
cursor: pointer;
height: 100%;
width: 100%;
backface-visibility: hidden;
}
body.js_nav #wrapper
{
transform: translateZ(0px) translateX(10%) rotateY(-50deg);
}
body.hammenufull.js_nav #wrapper
{
transform: none;
transform: scale(1);
opacity: 0;
}
body.tg_password_protected
{
height: 100%;
}
body.tg_password_protected #page_caption, 
body.tg_password_protected #footer_wrapper
{
display: none;
}
body.tg_password_protected #perspective
{
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
body.tg_password_protected #wrapper
{
background: transparent;
height: 100%;
}
body.tg_password_protected #page_content_wrapper
{
display: table;
width: 100%;
height: 100vh;
}
body.tg_password_protected.leftmenu #page_content_wrapper
{
width: calc(100% - 350px);
}
body.tg_password_protected #page_content_wrapper .inner
{
display: table-cell;
vertical-align: middle;
float: none;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper
{
float: none;
text-align: center;
width: 50%;
margin: auto;
}
body.tg_password_protected.leftmenu #page_content_wrapper .inner .inner_wrapper
{
width: 70%;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper .sidebar_content
{
padding: 70px 60px 60px 60px;
box-sizing: border-box;
opacity: 0;
animation-name: slideUp2;
-webkit-animation-name: slideUp2;
animation-duration: 0.5s;
-webkit-animation-duration: 0.5s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper .sidebar_content .protected-post-header
{
margin-bottom: 30px;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper .sidebar_content input[type=password]
{
text-align: center;
}
#wrapper.hasbg.transparent
{
padding-top: 0 !important;
}
hr
{
height: 1px;
border: 0;
border-top: 2px solid #ebebeb;
background: transparent;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
width: 100%;
clear: both;
}
.themeborder
{
border-color: #dce0e0;
}
.theme_radius
{
border-radius: 3px;
}
a
{
color: #222;
text-decoration: none;
-webkit-transition: color .2s linear, background .1s linear;
-moz-transition: color .2s linear, background .1s linear;
-ms-transition: color .2s linear, background .1s linear;
-o-transition: color .2s linear, background .1s linear;
transition: color .2s linear, background .1s linear;
}
a:hover
{
color: #222;
text-decoration: none;
}
a:active
{
color: #222;
text-decoration: none;
}
h1
{
font-size: 34px;
}
h2
{
font-size: 30px;
}
h2.number
{
font-size: 50px;
line-height: 50px;
}
h3
{
font-size: 26px;
}
h3#reply-title,
h3.comment_title,
h3.sub_title
{
text-align: center;
margin-bottom: 50px;
}
h4
{
font-size: 22px;
}
h5
{
font-size: 18px;
}
h5.related_post, .fullwidth_comment_wrapper h5.comment_header
{
text-align: center;
}
h6
{
font-size: 16px;
}
h5.widgettitle
{
font-size: 11px;
display: inline-block;
text-align: left;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
color: #222;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
position: relative;
border-bottom: 1px solid #222;
}
h7
{
font-size: 18px;
}
h1, h2, h3, h4, h5, h6, h7
{
color: #222;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
font-weight: 400;
line-height: 1.5em;
}
pre, code, tt 
{
font: 12px 'andale mono', 'lucida console', monospace;
line-height:1.5;
padding: 40px;
display: block; 
overflow: auto; 
margin-top: 20px;
margin: 20px 0 20px 0;
width: 100%;
border: 0;
color: #000;
background: #f0f0f0;
box-sizing: border-box;
}
.clear
{
clear: both;
}
img.mid_align
{ 
vertical-align: middle;
margin-right: 5px;
border: 0;
}
.fullwidth_comment_wrapper
{
width: 100%;
float: left;
margin-top: 60px;
}
.fullwidth_comment_wrapper:empty
{
display: none;
}
#commentform
{
margin-top: 0;
}
body.single.single-post .protected-post-header
{
display: none;
}
#commentform label
{
margin-bottom: 0;
font-weight: 600;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
}
.logged-in-as
{
text-align: center;
padding-top: 0 !important;
margin-bottom: 10px;
}
#commentform > p,
body.single-product .comment-form-rating
{
box-sizing: border-box;
}
#commentform > p.input_wrapper
{
margin: 24px 24px 24px 0;
}
#commentform > p.input_wrapper.comment-form-url,
#commentform > p.input_wrapper.comment-form-comment
{
margin-right: 0;
}
#commentform > p.input_wrapper.comment-form-comment
{
margin-top: 10px;
padding: 0;
line-height: 0;
}
#commentform > p.input_wrapper.comment-form-comment textarea
{
padding: 0;
margin-top: 20px;
background-color: transparent;
background-image: linear-gradient(#eee 1px,transparent 1px);
background-attachment: local;
line-height: 36px;
background-size: 100% 36px;
}
#commentform > p.comment-form-rating
{
width: 50%;
float: left;
display: block;
clear: none;
padding-top: 10px;
padding-bottom: 10px;
}
#commentform > p.comment-form-rating label
{
width: 50%;
float: left;
font-size: 13px;
font-weight: 500;
}
#commentform > p.comment-form-rating  .br-widget
{
width: 50%;
float: left;
}
#commentform > p.comment-form-comment
{
padding-bottom: 0;
clear: both;
}
#commentform > p.comment-notes
{
text-align: center;
padding: 0 !important;
display: none;
}
#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url
{
float: left;
width: calc(33.33% - 16px);
}
#page_content_wrapper .inner .sidebar_content #commentform p.comment-form-author, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-email, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-url
{
width: calc(33.33% - 16px);
}
body.single-product #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-author, body.single-product #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-email
{
width: 50%;
}
#contact_form input[type="text"], #contact_form textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea 
{
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#commentform > p.form-submit
{
padding-top: 15px;
clear: both;
}
blockquote
{
font-size: 24px;
font-weight: 300;
color: #222;
margin: auto;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 0;
text-align: center;
position: relative;
line-height: 1.5em;
letter-spacing: 0;
clear: both;
}
.textwidget blockquote
{
margin: 0;
}
blockquote p
{
padding: 0 !important;
}
blockquote h2
{
font-weight: normal;
font-size: 22px;
}
blockquote h3
{
font-weight: normal;
font-size: 20px;
}
#respond
{
width: 100%;
float: left;
}
#respond.comment-respond
{
padding-top: 30px;
} #logo_wrapper
{
text-align: center;
padding: 30px 0 30px 0;
}
.top_bar.scroll #logo_wrapper
{
display: none;
}
.top_bar.hasbg
{
border-bottom: 0;
}
.top_bar.hasbg #nav_wrapper
{
border-color: rgba(256, 256, 256, .3);
}
body.centeralign .logo_container .logo_wrapper:not(.hidden)
{
margin-top: 60px;
}
body.centeralign .top_bar
{
border-bottom: 0;
}
.logo_container
{
display: table;
width: 100%;
height: 100%;
}
.logo_align
{
display: table-cell;
vertical-align: middle;
line-height: 0;
}
body.leftmenu .logo_container
{
display: block;
width: 100%;
height: auto;
}
body.leftmenu.admin-bar .logo_container
{
margin-top: 40px;
}
.logo_wrapper
{
margin: 0;
display: inline-block;
line-height: 0;
}
.logo_wrapper img.custom_logo_no_info
{
width: 50%;
height: auto;
}
.logo_wrapper.hidden
{
display: none;
}
.logo_wrapper img.zoom
{
transform: scale(0.8) !important;
}
.above_top_bar
{
height: 40px;
background: #222;
position: relative;
z-index: 3;
}
.header_style_wrapper
{
width: 100%;
float: left;
position: fixed;
top: 0;
left: 0;
z-index: 9;
display: block;
}
body.admin-bar .header_style_wrapper
{
padding-top: 32px;
}
body.leftmenu .header_style_wrapper
{
display: none;
}
.header_style_wrapper.nofixed
{
display: none;
}
.top_bar
{
padding: 0;
box-sizing: border-box;
width: 100%;
background: #fff;
background: rgb(256,256,256,0.95);
background: rgba(256,256,256,0.95);
border-bottom: 1px solid #dce0e0;
float: left;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.top_bar.scroll
{
box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.1);
}
.top_bar.hasbg
{
background: transparent;
-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
border: 0;
}
html[data-menu=centeralign] body .top_bar.scroll #nav_wrapper
{
border: 0;
}
.top_bar.noopacity
{
background: #fff !important;
}
#mobile_menu
{
display: none;
cursor: pointer;
}
#menu_wrapper
{
margin:auto;
width: 960px;
height: 100%;
}
body.centeralign #menu_wrapper
{
margin-top: 20px;
}
body.centeralign .top_bar.scroll #menu_wrapper
{
margin-top: 0;
}
#nav_wrapper
{
float: left;
display: table;
width: 100%;
height: 100%;
text-align: center;
border-top: 1px solid #ccc;
}
body.centeralign #nav_wrapper
{
float: none;
width: auto;
margin: auto;
}
.nav_wrapper_inner
{
display: table-cell;
vertical-align: middle;
}
#menu_border_wrapper > div
{
width: 100%;
float: left;
}
#mobile_nav_icon
{
display: none;
font-size: 13px;
position: relative;
box-sizing: border-box;
}
body.tg_sidemenu_desktop #mobile_nav_icon
{
display: inline-block;
}
#logo_right_button
{
position: absolute;
text-align: right;
right: 30px;
}
.top_bar.hasbg #mobile_nav_icon
{
border-color: #fff;
}
.header_client_wrapper
{
display: inline-block;
margin-right: 10px;
position: relative;
}
.header_client_wrapper
{
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
}
body.leftmenu .mobile_menu_wrapper .header_client_wrapper
{
position: absolute;
bottom: 50px;
margin: 0;
}
.header_client_wrapper span
{
font-size: 16px;
font-weight: 500;
margin-right: 7px;
vertical-align: baseline;
}
.header_client_wrapper .client_logout_link
{
margin-left: 5px;
margin-right: 5px;
}
.header_cart_wrapper
{
display: inline-block;
margin-right: 10px;
position: relative;
}
.header_cart_wrapper .cart_count
{
position: absolute;
top: -10px;
right: -10px;
font-size: 10px;
border-radius: 50px;
background: #1C58F6;
color: #fff;
z-index: 2;
width: 16px;
height: 16px;
line-height: 18px;
text-align: center;
}
.header_cart_wrapper span
{
font-size: 16px;
font-weight: 500;
}
body.admin-bar .mobile_menu_wrapper #mobile_menu_close.button
{
top: 62px;
}
body.mobile_menu_wrapper #mobile_menu_close.button
{
z-index: 99;
}
.mobile_menu_wrapper #mobile_menu_close.button
{
position: fixed;
top: 30px;
right: 30px;
border-radius: 250px;
width: 40px;
height: 40px;
padding: 0;
line-height: 42px !important;
font-size: 16px;
-ms-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
transition: all 0.1s ease;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
}
body.js_nav .mobile_menu_wrapper #mobile_menu_close.button
{
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.mobile_menu_wrapper #mobile_menu_close.button:hover
{
margin-top: -4px;
}
.mobile_menu_wrapper
{
left: -10px;
-webkit-transition: -webkit-transform 200ms ease;
-moz-transition: transform 200ms ease;
-o-transition: -o-transform 200ms ease;
transition: transform 200ms ease;
-webkit-transform: translate(-400px, 0px);
-moz-transform: translate(-400px, 0px);
transform: translate(-400px, 0px);
-webkit-backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-overflow-scrolling: touch;
width: 400px;
padding: 90px;
box-sizing: border-box;
background: #111111; 
position: fixed;
top: 0px;
height: 100%;
color: #999;
}
body.leftmenu .mobile_menu_wrapper
{
z-index: 1;
}
.mobile_menu_content
{
display: table;
width: 100%;
height: 100%;
}
.mobile_menu_wrapper .mobile_menu_content > div
{
width: 100%;
max-height: 100%;
overflow: auto;
display: table-cell;
vertical-align: middle;
}
body.leftmenu .mobile_menu_wrapper .mobile_menu_content > div
{
display: block;
position: absolute;
bottom: 100px;
width: calc(100% - 100px);
box-sizing: border-box;
}
.mobile_menu_wrapper .mobile_menu_content .social_wrapper
{
margin-top: 20px;
}
.mobile_menu_wrapper .mobile_menu_content .social_wrapper ul li a i
{
font-size: 24px;
line-height: 24px;
}
body.admin-bar .mobile_menu_wrapper
{
padding-top: 32px;
}
body.admin-bar #close_mobile_menu
{
top: 32px;
}
body.js_nav .mobile_menu_wrapper, html[data-menu=leftmenu] body.js_nav .mobile_menu_wrapper
{
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
left: 0;
z-index: 99;
-webkit-box-shadow: -22px 0 40px rgba(0, 0, 0, 0.1);
-moz-box-shadow: -22px 0 40px rgba(0, 0, 0, 0.1);
box-shadow: -22px 0 40px rgba(0, 0, 0, 0.1);
}
#close_mobile_menu
{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
#close_mobile_menu.open
{
z-index: 99;
}
.mobile_main_nav, #sub_menu
{
margin-top: 40px;
margin-bottom: 40px;
list-style: none;
overflow: hidden;
width: 100%;
}
body.leftmenu .mobile_main_nav #sub_menu
{
margin-top: 250px;
}
#sub_menu .sub-menu
{
margin-left: 15px;
margin-top: 5px;
margin-bottom: 5px;
list-style: none;
}
#sub_menu li
{
width: 100%;
}
.mobile_main_nav li a, #sub_menu li a
{
color: #777;
width: 100%;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 2em;
text-transform: uppercase;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
}
.mobile_main_nav li a:hover, .mobile_main_nav li a:active, #sub_menu li a:active
{
color: #fff;
}
.mobile_main_nav li ul.sub-menu
{
display: none;
}
.mobile_main_nav.mainnav_in
{
-webkit-animation: mainNavIn 0.4s;
animation: mainNavIn 0.4s;
}
.mobile_main_nav.mainnav_out
{
-webkit-animation: mainNavOut 0.4s;
animation: mainNavOut 0.4s;
}
#sub_menu.subnav_out
{
-webkit-animation: subNavOut 0.4s;
animation: subNavOut 0.4s;
}
#sub_menu.subnav_in
{
-webkit-animation: subNavIn 0.4s;
animation: subNavIn 0.4s;
}
#sub_menu li ul a:after
{
display: none;
}
#menu_back
{
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-size: 14px !important;
margin-bottom: 5px;
font-weight: 600 !important;
}
#menu_back:before
{
font-size: 12px;
margin-right: 0.7em;
position: relative;
display: inline;
font-family: 'Font Awesome 5 Free';
content: "\f104";
font-weight: 900;
}
.overlay_background
{
opacity: 0;
visibility: hidden;
background-color: rgba(256, 256, 256, 1);
position: fixed;
z-index: -2;
top: 0;
left:0;
width: 100%;
height: 100%;
-ms-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-webkit-transform: scale(0.9);
transform: scale(0.9);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#page_caption_overlay,
.content_overlay
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 1;
}
.ppb_wrapper .withbg .overlay_background
{
z-index: 1;
visibility: visible;
opacity: 1;
position: absolute;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
#side_menu_wrapper.overlay_background.share_open
{
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
z-index: 9;
overflow: auto;
}
.overlay_background.share_open,
#side_menu_wrapper.overlay_background.share_open
{
background-color: rgba(0, 0, 0, 0.9);
}
.overlay_background.visible
{
opacity: 1;
visibility: visible;
}
body #side_menu_wrapper 
{
background: transparent;
}
body.js_nav #side_menu_wrapper 
{
display: none;
}
#close_share, .mobile_menu_wrapper #close_mobile_menu
{
position: absolute;
top: 42px;
right: 40px;
left: auto;
z-index: -1;
width: 20px;
height: 40px;
line-height: 42px;
border-radius: 25px;
background: #eee;
color: #fff;
text-align: center;
padding: 0 10px 0 10px;
cursor: pointer;
z-index: 10;
display: block;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
#close_share:hover, .mobile_menu_wrapper #close_mobile_menu:hover
{
-webkit-transform: translate(0px,-5px);
-moz-transform: translate(0px,-5px);
transform: translate(0px,-5px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
}
#close_share.open, .mobile_menu_wrapper #close_mobile_menu.open
{
z-index: 99;
}
.nav, .subnav, .nav_page_number
{
list-style: none;
padding: 10px 0 10px 0;
}
.subnav
{
background: none;
}
.nav > li, .nav_page_number > li
{
display: inline-block;
}
.nav_page_number
{
margin-top: 2px;
}
#menu_wrapper .nav ul, #menu_wrapper div .nav
{
list-style: none;
display: block;
padding: 0;
margin: 0;
margin-bottom: 0;
}
#menu_wrapper .nav ul li, #menu_wrapper div .nav li
{
display: inline-block;
margin: 0;
padding: 10px 8px 10px 8px;
}
body.centeralign #menu_wrapper div .nav > li
{
padding: 10px 15px 10px 15px;
}
#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li
{
clear: both;
width: 100%;
margin: 0;
text-align: left !important;
padding: 5px 20px 5px 20px;
box-sizing: border-box;
}
#menu_wrapper .nav ul li:last-child, #menu_wrapper div .nav li:last-child
{
margin-right: 0;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a
{
display: inline-block;
padding: 0;
margin: 0;
color: #666;
font-size: 12px;
padding: 0;
font-weight: 400;
margin-right: 10px;
font-family: "Renner", 'Helvetica Neue', Arial,Verdana,sans-serif;
text-transform: uppercase;
position: relative;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
}
#menu_wrapper .nav ul li a:before, #menu_wrapper div .nav li > a:before,
.post_attribute a:before
{
content: '';
display: block;
position: absolute;
bottom: 2px;
left: 0;
height: 1px;
width: 100%;
background-color: #666;
transform-origin: right top;
transform: scale(0, 1);
transition: color 0.1s,transform 0.2s ease-out;
}
#page_content_wrapper .inner .sidebar_wrapper a.no_effect:before
{
display: none !important;
}
#menu_wrapper .nav ul li a:active:before, #menu_wrapper div .nav li > a:active:before
{
background-color: #666;
}
#page_content_wrapper .inner .sidebar_wrapper a:not(.button)
{
position: relative;
}
#menu_wrapper .nav ul li a:hover:before, #menu_wrapper div .nav li > a:hover:before,
.post_attribute a:hover:before
{
transform-origin: left top;
transform: scale(1, 1);
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a:first-child
{
padding-left: 0;
}
#wrapper.transparent .top_bar:not(.scroll) #menu_wrapper div .nav > li > a, 
#wrapper.transparent .top_bar:not(.scroll) #logo_right_button a#mobile_nav_icon, 
#wrapper.transparent #logo_wrapper .social_wrapper ul li a, #wrapper.transparent .top_bar:not(.scroll) .header_cart_wrapper a,
#wrapper.transparent .top_bar:not(.scroll) .header_client_wrapper a,
#wrapper.transparent .top_bar:not(.scroll) .header_client_wrapper
{
color: #fff !important;
}
#wrapper.transparent #menu_wrapper .nav ul li a:before, 
#wrapper.transparent #menu_wrapper div .nav li > a:before
{
background: #fff !important;
}
#menu_wrapper .nav li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
font-family: 'themify';
content: "\e64b";
float: right;
margin-left: 8px;
line-height: 2.8em;
}
#menu_wrapper .nav li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
}
#menu_wrapper .nav ul li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
font-size: 7px;
}
#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover
{
color: #444;
z-index: 2;
position: relative;
}
#menu_wrapper div .nav > li.current-menu-item > a, #menu_wrapper div .nav > li.current-menu-parent > a, #menu_wrapper div .nav > li.current-menu-ancestor > a
{
color: #444;
z-index: 2;
position: relative;
}
#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul
{
list-style: none;
background: transparent;
position: absolute;
width: 200px;
height: 0;
padding: 0;
z-index: -1; 
margin: 0;
margin-left: 0;
margin-top: 10px;
border: 0;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
opacity: 0;
overflow: hidden;
-webkit-transform: translate(0px,-15px);
-moz-transform: translate(0px,-15px);
transform: translate(0px,-15px);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul li ul
{
position: absolute;
left: 201px;
margin-top: -38px;
margin-left: 0;
opacity: 0;
}
#menu_wrapper .nav ul li ul li ul:before, #menu_wrapper div .nav li ul li ul:before
{
display: none;
}
#menu_wrapper .nav > li:hover > ul,
#menu_wrapper .nav > li > ul > li:hover > ul
{
z-index: 9;
opacity: 1;
height: auto;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
transform: translate(0px,0px);
overflow: visible;
}
#menu_wrapper div .nav li ul li a, #1menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a
{
display: block;
background: transparent;
height: auto;
}
#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a
{
border-top: 0;
margin: 0;
font-size: 11px;
padding: 0;
letter-spacing: 0;
font-weight: 400;
text-transform: none;
box-sizing: border-box;
-webkit-transition: color .2s linear, background .2s linear;
-moz-transition: color .2s linear, background .2s linear;
-ms-transition: color .2s linear, background .2s linear;
-o-transition: color .2s linear, background .2s linear;
transition: color .2s linear, background .2s linear;
}
#menu_wrapper .nav ul li:first-child > a, 
#menu_wrapper .nav ul li ul li:first-child > a,
#menu_wrapper div .nav li.current-menu-parent ul li:first-child > a
{
margin-top: 10px;
}
#menu_wrapper .nav ul li:last-child > a, 
#menu_wrapper .nav ul li ul li:last-child > a,
#menu_wrapper div .nav li.current-menu-parent ul li:last-child > a
{
margin-bottom: 10px;
}
#menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul
{
position: absolute;
width: 960px;
left: 0;
right: 0;
margin-left:auto;
margin-right:auto;
padding: 0;
box-sizing: border-box;
}
#menu_wrapper .nav ul li:not(.megamenu) > ul.sub-menu > li.arrow > a:after, #menu_wrapper div .nav li:not(.megamenu) > ul.sub-menu > li.arrow > a:after
{
font-size: 7px;
margin-left: 8px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
font-family: 'themify';
content: "\e649";
float: right;
margin-right: 0px;
line-height: 2.8em;
}
#menu_wrapper div .nav li.megamenu ul li
{
display: block;
box-sizing: border-box;
clear: none;
float: left;
border-left: 1px solid #eeeeee;
}
#menu_wrapper div .nav li.megamenu ul li > a
{
display: none;
}
#menu_wrapper div .nav li.megamenu ul li:first-child
{
border: 0;
}
#menu_wrapper div .nav li.megamenu.col2 ul > li.menu-item-has-children
{
width: 50%;
padding: 5px 15px 0 0;
}
#menu_wrapper div .nav li.megamenu.col3 ul > li.menu-item-has-children
{
width: 33.3%;
padding: 5px 15px 0 0;
}
#menu_wrapper div .nav li.megamenu.col4 ul > li.menu-item-has-children
{
width: 25%;
padding: 5px 15px 0 0;
}
#menu_wrapper .nav ul li.megamenu ul li ul, #menu_wrapper div .nav li.megamenu ul li ul
{
position: relative;
width: 100%;
margin: 0;
border: 0;
box-shadow: 0 0 0;
display: block !important;
opacity: 1 !important;
left: 0;
height: auto;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
overflow: visible;
}
#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li
{
width: 100% !important;
border: 0 !important;
}
#menu_wrapper div .nav li.megamenu ul li > a, #menu_wrapper div .nav li.megamenu ul li > a:hover, #menu_wrapper div .nav li.megamenu ul li  > a:active
{
color: #444;
box-sizing: border-box;
background: transparent;
}
#menu_wrapper .nav ul li.megamenu ul li ul li a, #menu_wrapper div .nav li.megamenu ul li ul li a
{
color: #888;
border-bottom: 0;
}
#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li a
{
width: auto;
display: inline-block;
margin-left: 5px;
padding: 0;
}
@media only screen and (min-width: 1200px) {
#menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul
{
max-width: 1425px;
width: 100%;
width: calc(100% - 180px);
box-sizing: border-box;
}
}
.top_contact_info_container
{
display: table;
float: right;
height: 100%;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
}
.top_contact_info
{
font-size: 12px;
color: #222;
float: right;
line-height: 40px;
}
.top_contact_info i
{
margin-right: 10px;
color: #222;
font-size: 12px;
vertical-align: middle;
}
.top_contact_info span
{
display: inline-block;
margin-right: 10px;
}
.top_contact_info a
{
color: #444;
}
#top_menu
{
float: left;
display: block;
list-style: none;
}
#top_menu li
{
float: left;
margin-right: 20px;
}
#top_menu li a
{
font-size: 13px;
font-weight: 400;
color: #222;
line-height: 40px;
}
#footer_menu li ul
{
display: none;
} .footer_photostream_wrapper
{
margin-top: 20px;
text-align: center;
}
.footer_photostream
{
margin-top: 20px;
}
.footer_bar
{
clear: both;
width: 100%;
margin: auto;
padding: 0 0 10px 0;
float: left;
background: #fff;
-webkit-transition: -webkit-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: -webkit-transform 500ms ease;
}
#footer_wrapper
{
width: 100%;
float: left;
}
body.tg_footer_reveal #footer_wrapper
{
position: fixed;
bottom: 0;
}
body.leftmenu #footer_wrapper
{
width: calc(100% - 350px);
margin-left: 350px;
}
#footer 
{
width: 100%;
margin: auto;
word-wrap: break-word;
margin-bottom: 0;
float: left;
clear: both;
}
#footer.empty
{
padding: 0;
}
#footer.ppb_wrapper
{
margin-top: 0;
}
#footer a
{
color: #000;
}
#footer a:hover, #footer a:active
{
color: #000;
}
#footer .sidebar_widget li h2.widgettitle
{
margin-top: 10px;
margin-bottom: 10px;
}
#footer ul.sidebar_widget
{
width: 960px;
list-style: none;
margin: 0;
margin: auto;
padding-top: 50px;
padding-bottom: 50px;
}
#footer ul.sidebar_widget:after
{
content: '';
display: block;
clear: both;
}
#footer ul.sidebar_widget li ul
{
list-style: none;
margin-left: 0;
}
#footer ul.sidebar_widget li ul li ul.children
{
margin-left: 10px;
margin-bottom: 0;
}
#footer ul.sidebar_widget li ul li ul.children li:last-child
{
border: 0;
margin-bottom: 0;
}
#footer .sidebar_widget.four > li
{
width: 20%;
float: left;
margin-right: 5%;
}
#footer .sidebar_widget.four > li:nth-child(4)
{
margin-right: 0;
width: 25%;
}
#footer .sidebar_widget.three > li
{
width: 31.33%;
margin-right: 3%;
float: left;
}
#footer .sidebar_widget.three > li:nth-child(3)
{
margin-right: 0;
}
#footer .sidebar_widget.two > li
{
width: 48%;
float: left;
margin-right: 2%;
}
#footer .sidebar_widget.two > li:nth-child(2)
{
margin-right: 0;
width: 50%;
}
#footer .sidebar_widget.one
{
float: none;
}
#footer .sidebar_widget.one > li
{
width: 100%;
clear: both;
float: left;
margin-bottom: 30px;
text-align: center;
}
#footer .sidebar_widget.one > li .social_wrapper.shortcode ul
{
text-align: center;
}
#footer .sidebar_widget.one > li:last-child
{
margin-bottom: 0;
}
#footer ul.sidebar_widget li ul.posts.blog li img
{
width: 60px;
float: left;
margin: 0 15px 15px 0;
}
#footer ul.sidebar_widget li ul.posts.blog li
{
clear: both !important;
float: left;
border: 0;
width: 100%;
}
#footer ul.sidebar_widget li ul li
{
margin: 0 0 10px 0;
}
#footer ul.sidebar_widget li ul li ul.sub-menu
{
margin-left: 15px;
}
#footer ul.sidebar_widget li ul.flickr li
{
margin: 0 2% 0 0;
border-bottom: 0;
width: 31%
}
#footer ul.sidebar_widget.one li ul.flickr li
{
width: 8%;
margin: 0 2% 1.2% 0;
}
#footer ul.sidebar_widget.two li ul.flickr li
{
width: 15%;
margin: 0 2% 1% 0;
}
#footer ul.sidebar_widget.three li ul.flickr li
{
width: 20%;
margin: 0 2% 0 0;
}
#footer ul.sidebar_widget li ul.flickr li img
{
width: 100%;
height: auto;
}
#copyright
{
float: left;
width: 50%;
font-weight: normal;
text-align: left;
}
.footer_bar.fullscreen #copyright
{
color: #fff;
}
.footer_bar.fullscreen .footer_bar_wrapper, .footer_bar.wall .footer_bar_wrapper, .footer_bar.static .footer_bar_wrapper
{
margin: auto;
float: none;
}
.footer_bar_wrapper
{
width: 960px;
margin: auto;
-webkit-transition: -webkit-transform 500ms ease;
transition: -webkit-transform 500ms ease;
-webkit-font-smoothing: antialiased;
clear: both;
color: #fff;
border-top: 1px solid #444;
padding-top: 20px;
}
#toTop 
{
width:45px;
height: 45px;
box-sizing: border-box;
opacity: 0;
text-align:center;
padding:10px 10px 10px 10px;
position:fixed; bottom: 20px;
right: 10px;
cursor:pointer;
transition: color 300ms, background-color 300ms, opacity 300ms;
-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
-o-transition: color 300ms, background-color 300ms, opacity 300ms;
-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
z-index: 9;
background: rgba(0,0,0,0.1);
color: #fff;
display: block;
}
#toTop i
{
font-size: 1.5em;
line-height: 24px;
} #content_wrapper
{
width: 72%;
float: left;
margin: 0;
}
#page_content_wrapper:not(.wide), .page_content_wrapper:not(.wide)
{
width: 960px;
margin: auto;
padding-bottom: 0;
margin-top: 0;
}
body.home.blog #page_content_wrapper
{
margin-top: 40px;
}
#page_content_wrapper.wide.nomargin, .page_content_wrapper.wide.nomargin
{
margin-top: 0;
}
.page_content_wrapper,
.page_content_wrapper .inner,
.page_content_wrapper .inner .inner_wrapper
{
width: 100%;
float: left;
}
body:not(.elementor-page) #page_content_wrapper img
{
max-width: 100%;
height: auto;
}
.standard_wrapper
{
width: 960px;
margin: auto;
position: relative;
float: none;
}
.standard_wrapper.withpadding
{
padding-top: 30px;
padding-bottom: 30px;
}
.page_content_wrapper.fullwidth, #page_content_wrapper.fullwidth
{
width: 100%;
padding: 0;
}
#page_content_wrapper .inner
{
width: 100%;
margin: auto;
float: left;
}
#page_content_wrapper .inner .inner_wrapper
{
padding-top: 0;
width: 100%;
float: left;
}
.type-post.classic.classic:first-child
{
margin-top: 0;
}
.type-post.type-post.classic
{
margin-bottom: 20px;
margin-top: 20px;
}
.type-post.classic
{
float: left;
}
.post.type-post.sticky .post_wrapper,
body:not(.single) .post:first-child.type-post.sticky .post_wrapper
{
padding: 20px 30px 30px 30px;
box-sizing: border-box;
}
body.page-template-blog-fg .post.type-post
{
margin-bottom: 4%;
}
body.page-template-blog-fg .post.type-post .post_wrapper
{
border: 0;
padding: 0;
}
body.search-results .hentry
{
float: left;
width: 100%;
margin-bottom: 35px;
border: 0;
}
#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content
{
margin-right: 0;
padding-right: 0;
box-sizing: border-box;
margin-bottom: 0;
}
#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content.left_sidebar
{
padding-right: 0;
}
#blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post, .post.type-post.grid_layout
{
width: 48%;
margin-top: 0;
margin-bottom: 5%;
float: left;
border: 0;
}
#blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post:nth-child(even), .post.type-post.grid_layout.last
{
float: right;
}
body.single .post.type-post
{
border: 0;
margin-bottom: 0;
}
.post.type-post.last-child
{
border: 0;
margin: 0;
padding: 0;
}
#blog_grid_wrapper
{
padding-top: 30px;
}
#blog_grid_wrapper.ppb_blog_posts, .blog_grid_wrapper.ppb_blog_posts
{
padding-top: 0;
}
#blog_grid_wrapper .post.type-post, .blog_grid_wrapper .post.type-post
{
margin-bottom: 20px;
box-sizing: border-box;
padding: 0;
padding: 0;
box-sizing: border-box;
border: 0;
}
body.page-template-blog-g-php #blog_grid_wrapper .post.type-post, 
body.error404 #blog_grid_wrapper .post.type-post, 
.ppb_blog_posts .post.type-post, 
body.archive #blog_grid_wrapper .post.type-post
{
float: left;
width: 31.66%;
float: left;
margin-right: 2.5%;
margin-bottom: 3.5%;
margin-top: 0;
}
body.page-template-blog-g-php #blog_grid_wrapper .post.type-post:nth-child(3n),
body.error404 #blog_grid_wrapper .post.type-post:nth-child(3n), 
.ppb_blog_posts .post.type-post:nth-child(3n), 
body.archive #blog_grid_wrapper .post.type-post:nth-child(3n)
{
margin-right: 0;
}
body.page-template-blog-g-php #blog_grid_wrapper .post.type-post:nth-child(3n+1),
body.error404 #blog_grid_wrapper .post.type-post:nth-child(3n+1), 
.ppb_blog_posts .post.type-post:nth-child(3n+1), 
body.archive #blog_grid_wrapper .post.type-post:nth-child(3n+1)
{
clear: both;
}
body.page-template-blog-g-php #blog_grid_wrapper .post.type-post.last,
.ppb_blog_posts .post.type-post.last
{
margin-right: 0;
float: right;
}
.post.type-post:last-child
{
margin-bottom: 0;
}
.post_wrapper.grid_layout
{
float: left;
}
body.single .post_wrapper
{
padding-bottom: 0;
word-break: break-word;
}
body.single .post_related .post_wrapper
{
width: 100%;
}
.post_related .post_header_wrapper
{
clear: both;
float: left;
width: 100%;
box-sizing: border-box;
}
body:not(.single) .post:first-child .post_wrapper,
body.page-template-blog-gs-php .post:first-child .post_wrapper,
body.page-template-blog-gs-php .post:nth-child(2) .post_wrapper,
body.page-template-blog-gls-php .post:first-child .post_wrapper,
body.page-template-blog-gls-php .post:nth-child(2) .post_wrapper,
body.page-template-blog-g-php .post:first-child .post_wrapper,
body.page-template-blog-g-php .post:nth-child(2) .post_wrapper,
body.page-template-blog-g-php .post:nth-child(3) .post_wrapper,
body.error404 .post:first-child .post_wrapper,
body.error404 .post:nth-child(2) .post_wrapper,
body.error404 .post:nth-child(3) .post_wrapper,
.ppb_blog_grid .post:first-child .post_wrapper,
.ppb_blog_grid .post:nth-child(2) .post_wrapper,
.ppb_blog_grid .post:nth-child(3) .post_wrapper
{
border-top: 0;
padding-top: 0;
}
body.search .post_wrapper:first-child
{
padding: 20px 0 25px 0;
border: 0;
}
.post_wrapper.single
{
width: 100%;
margin: 0;
}
body.single .post-views
{
display: none;
}
.post_header
{
width: 100%;
margin-bottom: 10px;
}
.post_header p 
{
text-align: left;
}
.post_header.search
{
width: calc(100% - 50px);
margin-bottom: 0;
margin-left: 10px;
text-align: left;
}
body.search-results .post_header.search
{
width: calc(100% - 90px);
}
.post_header.quote
{
margin-bottom: 0;
}
.readmore
{
font-size: 12px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
display: inline-block;
border-bottom: 1px solid #222;
}
.readmore span
{
display: none;
}
.readmore:hover
{
opacity: 1;
}
.post_header.grid
{
margin-bottom: 15px;
width: 100%;
box-sizing: border-box;
}
.post_header.grid.related
{
margin-bottom: 0;
}
.post_header.full
{
width: 100%;
}
body.page-template-blog-f-php .post_excerpt_full
{
margin-bottom: 0;
}
.post_header.grid h6
{
font-size: 18px;
}
.post_header h3 a, .post_header.grid h6 a
{
color: #222222;
}
.post_header h5
{
font-size: 24px;
margin: 10px 0 10px 0;
}
.post_header h6
{
font-size: 20px;
}
.post_header h5 a, .post_header h6 a
{
color: #222222;
}
.post_attribute a
{
position: relative;
padding: 3px 0 3px 0;
}
.post_attribute a:before
{
opacity: 0.5;
}
.post_excerpt
{
width: 100%;
margin: auto;
}
.post_excerpt br:first:child
{
display: none;
}
.post_excerpt.post_tag
{
width: auto;
float: left;
margin: initial;
text-align: left;
margin-top: 20px;
}
.post_excerpt.post_tag a
{
color: #444;
display: inline-block;
border: 0;
background: #f0f0f0;
padding: 3px 15px 3px 25px;
margin-right: 10px;
margin-bottom: 10px;
position: relative;
font-size: 12px;
line-height: 2.3;
}
.post_excerpt.post_tag a:before
{
background: #fff;
border-radius: 10px;
content: '';
height: 6px;
left: 10px;
position: absolute;
width: 6px;
top: 14px;
}
.post_excerpt.post_tag a:after
{
background: #fff;
border-bottom: 17px solid transparent;
border-left: 10px solid #f0f0f0;
border-top: 17px solid transparent;
content: '';
position: absolute;
right: 0;
top: 0;
}
.post_share_text
{
float: right;
margin-top: 35px;
cursor: pointer;
font-size: 14px;
color: #fff;
background: #EFA697;
border-radius: 250px;
border: 2px solid #EFA697;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
-webkit-transition: color .2s linear, background .1s linear;
-moz-transition: color .2s linear, background .1s linear;
-ms-transition: color .2s linear, background .1s linear;
-o-transition: color .2s linear, background .1s linear;
transition: color .2s linear, background .1s linear;
}
.post_share_text:hover
{
background: #000;
border-color: #000;
}
.post_share_text i
{
font-size: 14px;
}
#about_the_author
{
margin: 60px 0 0 0;
border-top: 1px solid #dce0e0;
border-bottom: 1px solid #dce0e0;
padding: 40px 0 40px 0;
box-sizing: border-box;
}
#about_the_author:after
{
content: " ";
display: block; 
height: 0;
clear: both;
}
#about_the_author .gravatar
{
float: left;
margin-right: 20px;
}
#about_the_author .author_detail
{
float: left;
width: calc(100% - 120px);
}
.author_content h4
{
font-size: 20px;
font-weight: 400;
margin-bottom: 10px;
}
.post_related
{
margin-top: 40px;
}
.post_related h5
{
margin-bottom: 30px;
}
.post_content_wrapper
{
margin: 0;
clear: both;
width: 100%;
box-sizing: border-box;
}
.post_content_wrapper.fullwidth
{
width: 100%;
}
.recent_post_detail, .post_detail, .thumb_content span .portfolio_excerpt, .testimonial_customer_position, .testimonial_customer_company
{
width: 100%;
padding: 0;
float: left;
margin: 5px 0 15px 0;
font-weight: 500;
}
.search_form_wrapper
{
margin-bottom: 30px;
}
body.search .search_form_wrapper
{
margin-top: 0;
}
.search_form_wrapper .content
{
font-size: 16px;
text-align: center;
width: 60%;
margin: auto;
margin-bottom: 40px;
}
.post_header .post_detail.grid
{
margin-top: 5px;
}
.post_header .post_detail.full
{
width: 100%;
margin-top: 7px;
margin-bottom: 7px;
}
.post_header .post_detail.grid
{
margin-bottom: 0;
}
.post_attribute, .comment_date, .post-date
{
padding: 0;
margin-top: 0;
color: #9B9B9B;
margin-top: 5px;
font-size: 14px;
}
.post_button_wrapper .post_attribute
{
opacity: 0.5;
font-size: 14px;
}
.post_info_cat
{
font-size: 11px;
margin-bottom: 5px;
}
.post_detail.single_post a,
.post_detail.single_post a:hover,
.post_detail.single_post a:active
{
text-transform: uppercase;
border-bottom: 0;
}
.post_detail.single_post
{
text-transform: uppercase;
margin-bottom: 20px;
font-size: 11px;
letter-spacing: 1px;
}
body.single .post_detail.single_post.related
{
margin-bottom: 5px;
}
.search_thumb
{
float: left;
border-radius: 200px;
width: 60px;
height: 60px;
overflow: hidden;
position: relative;
margin-top: 5px;
}
body.search-results .search_thumb
{
margin-right: 15px;
}
.search_thumb img
{
width: 60px;
height: 60px;
}
.rev_slider_wrapper
{
z-index: 1;
}
#page_caption.hasbg .post_detail, #page_caption.hasbg .post_detail a, #page_caption.hasbg .post_detail a:hover, #page_caption.hasbg .post_detail a:active, .page_tagline
{
padding: 0;
color: #fff;
margin-top: 10px;
}
#page_caption.hasbg .post_attribute
{
color: #fff;
margin-top: 25px;
}
#page_caption .post_detail
{
float: none;
}
.post_detail_wrapper
{
float: left;
width: 96%;
margin: 0 0 10px 0;
}
.gravatar 
{
position: relative;
z-index: 2;
overflow: hidden;
float: left;
width: 60px;
height: 60px;
border-radius: 200px;
}
.comment .gravatar
{
width: 60px;
height: 60px;
}
.gravatar img
{
max-width: 60px !important;
}
#about_the_author .header span
{
display: block;
padding: 10px 0 10px 20px;
font-size: 14px;
}
#about_the_author .thumb
{
width: 80px;
float: left;
margin: 20px 0 0 20px;
}
#about_the_author .thumb img
{
padding: 3px;
width: 50px;
}
#about_the_author .description
{
width: 550px;
float: left;
padding: 0 0 0 20px;	
}
.comment .left img.avatar
{
width: 50px;
height: 50px;
}
.comment
{
width: 100%;
padding: 30px 0 25px 0;
float: left;
border-bottom: 1px solid #dce0e0;
}
.fullwidth_comment_wrapper .comment
{
width: 100%;
}
.comment .left
{
float: left;
margin-right: 15px;
}
.comment .right
{
width: calc(100% - 85px);
float: left;
margin-left: 25px;
padding: 0;
}
.fullwidth_comment_wrapper .comment .right
{
width: calc(100% - 85px);
}
.fullwidth_comment_wrapper.sidebar .comment .right
{
width: calc(100% - 85px);
}
.fullwidth_comment_wrapper.sidebar .comment .right.fullwidth
{
width: 100%;
margin-left: 0;
}
.comment .right p
{
margin: 0;
padding: 0;
}
.comment .right strong
{
font-weight: #fff;
}
#page_content_wrapper .inner .sidebar_content ul.children
{
width: 100%;
float: left;
margin-left: 0;
padding-left: 30px;
box-sizing: border-box;
}
.comment_date
{
margin: 0px;
}
ul.children .comment
{
width: 100%;
margin: 0;
padding: 30px 0 25px 0;
float: left;
}
ul.children .comment:first-child
{
margin-top: 0px;
}
.social_wrapper
{
width: 100%;
margin: 20px 0 5px 0;
}
#logo_wrapper .social_wrapper
{
width: auto;
margin: 0;
left: 30px;
text-align: left;
position: absolute;
}
.footer_bar_wrapper .social_wrapper
{
width: 50%;
float: right;
text-align: right;
margin: 0;
margin-top: -2px;
}
.above_top_bar .social_wrapper
{
margin: 0;
float: right;
width: auto;
}
.social_wrapper.shortcode, .social_wrapper.shortcode ul
{
margin: 0;
}
#page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode, .page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode, #page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode ul, .page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode ul
{
text-align: center;
}
.social_wrapper ul
{
list-style: none;
margin-left: 0 !important;
}
.above_top_bar .social_wrapper ul
{
text-align: right;
}
.footer_bar_wrapper .social_wrapper ul
{
text-align: right;
}
#page_content_wrapper .social_wrapper ul
{
list-style: none;
margin-top: 12px;
}
#page_content_wrapper .social_wrapper.shortcode ul
{
margin-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li .social_wrapper.shortcode ul, .page_content_wrapper .sidebar .content .sidebar_widget li .social_wrapper.shortcode ul
{
margin-bottom: 0;
}
.social_wrapper ul li, .social_wrapper.small ul li
{
display: inline-block;
margin-right: 15px;
}
#logo_wrapper .social_wrapper ul li
{
margin-right: 10px;
}
.social_wrapper.shortcode ul li, .social_wrapper.small.shortcode ul li
{
margin: 0 5px 10px 5px !important;
}
.footer_bar_wrapper .social_wrapper ul li
{
background: transparent !important;
border: 0 !important;
width: 16px;
height: 16px;
margin-left: 20px;
margin-right: 0;
float: right;
}
.social_wrapper.light ul li
{
border: 0 !important;
}
.social_wrapper.large ul li
{
width: 50px;
height: 50px;
}
.above_top_bar .social_wrapper ul li
{
background: transparent;
border: 0;
width: auto;
height: auto;
margin-right: 0px;
}
.above_top_bar .social_wrapper ul li
{
background: transparent;
border: 0;
width: auto;
height: auto;
margin-right: 0px;
}
.social_wrapper.shortcode ul li
{
clear: none !important;
float: none !important;
width: auto !important;
display: inline-block !important;
}
.social_wrapper.shortcode ul li a
{
display: block;
width: 40px;
height: 40px;
color: #fff !important;
background: #000;
border-radius: 250px;
line-height: 42px;
text-align: center;
}
.social_wrapper.shortcode ul li a i
{
position: relative;
top: 1px;
}
.social_wrapper.shortcode ul li.facebook a
{
background: #2D5F9A;
}
.social_wrapper.shortcode ul li.twitter a
{
background: #00C3F3;
}
.social_wrapper.shortcode ul li.pinterest a
{
background: #bd081c;
}
.social_wrapper.shortcode ul li.google a
{
background: #db4437;
}
.social_wrapper.shortcode ul li.youtube a
{
background: #cc181e;
}
.social_wrapper.shortcode ul li.flickr a
{
background: #FF0084;
}
.social_wrapper.shortcode ul li.vimeo a
{
background: #00ADEF;
}
.social_wrapper.shortcode ul li.tumblr a
{
background: #36465d;
}
.social_wrapper.shortcode ul li.dribbble a
{
background: #EA4C89;
}
.social_wrapper.shortcode ul li.linkedin a
{
background: #0077B5;
}
.social_wrapper.shortcode ul li.instagram a
{
background: #405de6;
}
.social_wrapper.shortcode ul li.behance a
{
background: #1769ff;
}
.sidebar_content ul li .social_wrapper.shortcode, .sidebar_content ul li .social_wrapper.shortcode ul
{
text-align: center !important;
}
.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle:before
{
border: 0;
}
.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle span
{
background: transparent;
padding-left: 0;
padding-right: 0;
}
.above_top_bar .social_wrapper ul li:last-child a
{
margin-right: 0;
}
.above_top_bar .social_wrapper ul li a
{
display: inline-block;
color: #fff;
padding: 0;
margin-left: 5px;
margin-right: 5px;
line-height: 30px;
}
.above_top_bar .page_content_wrapper
{
margin: auto;
width: 960px;
float: none;
}
.footer_bar_wrapper .social_wrapper ul li a
{
color: #fff;
}
.social_wrapper ul li a i, .social_wrapper.small ul li a i
{
line-height: 18px;
font-size: 18px;
}
.above_top_bar .social_wrapper ul li a i
{
font-size: 14px;
line-height: 18px;
}
.footer_bar_wrapper .social_wrapper ul li a i
{
line-height: 20px;
font-size: 18px;
}
.social_wrapper.large ul li a i
{
line-height: 32px;
font-size: 24px;
}
.above_top_bar .social_wrapper ul li:hover
{
background: transparent !important;
opacity: 1;
}
#page_caption
{
padding: 25px 0 30px 0;
width: 100%;
margin-bottom: 65px;
background: #ffffff;
}
body.ppb_enable #page_caption
{
margin-bottom: 0;
}
#page_caption.single_gallery
{
margin-bottom: 0;
border: 0;
}
#page_caption.hasbg
{
height: 60%;
max-height: 750px;
position: relative;
top: 0;
right: 0;
width: 100%;
border: 0;
padding: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.post_caption
{
text-align: center;
margin: 50px 0 30px 0;
}
#page_content_wrapper.hasbg .post_caption
{
margin-top: 30px;
}
.post_caption .post_detail
{
font-size: 14px;
display: inline-block;
width: auto;
float: none;
}
.parallax_overlay_header
{
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
#page_caption.nomargin
{
margin-bottom: 0;
}
#page_caption .page_title_wrapper
{
width: 100%;
text-align: center;
}
body.single-post #page_caption .page_title_wrapper
{
width: 100%;
}
body.single-post #page_caption .post_detail
{
margin-top: 10px;
}
#page_caption.hasbg
{
width: 100%;
height: 600px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}
#page_caption.hasbg .page_title_wrapper
{
margin: auto;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
#page_caption.hasbg .page_title_wrapper .standard_wrapper
{
display: table;
width: 100%;
height: 100%;
}
#page_caption.hasbg .page_title_wrapper .page_title_inner
{
position: relative;
display: table-cell;
vertical-align: middle;
}
#page_caption.hasbg h1,
#page_caption.hasbg .page_tagline
{
color: #fff;
}
.page_tagline
{
width: auto;
margin: auto;
float: none;
margin-top: 10px;
}
.overlay_gallery_content .page_tagline
{
margin-bottom: 20px;
max-width: 90%;
}
#page_caption.hasbg .page_tagline
{
border: 0;
}
.one_half
{
float: left;
width: 48%;
margin-right: 3.5%;
box-sizing: border-box;
}
.one_half.last
{
float: right;
width: 48%;
margin-right: 0;
clear: right;
}
.one_third
{
width: 30.66%;
float: left;
margin-right: 4%;
margin-bottom: 2%;
position: relative;
box-sizing: border-box;
}
.one_third.last
{
margin-right: 0 !important;
float: right;
}
body.single-post .video_wrapper
{
margin-bottom: 20px;
}
.video_wrapper {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.video_wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.post_navigation
{
position: fixed;
top: calc(50% + 60px);
z-index: 1;
}
.post_navigation.previous
{
left: 0;
}
.post_navigation.next
{
right: 0;
}
.post_navigation.previous .navigation_anchor,
.post_navigation.next .navigation_anchor
{
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
margin-left: -40px;
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase;
}
.post_navigation.next .navigation_anchor
{
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
margin-left: 0;
margin-right: -20px;
}
.post_navigation .navigation_post_content
{
position: absolute;
background: #fff;
width: 350px;
min-height: 350px;
box-sizing: border-box;
-webkit-transition: ease -webkit-transform 500ms, opacity ease 500ms;
transition: ease transform 500ms, opacity ease 500ms;
opacity: 0;
top: -170px;
padding: 30px 30px 30px 100px;
-webkit-transform: translateX(-350px);
-ms-transform: translateX(-350px);
transform: translateX(-350px);
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.post_navigation.next .navigation_post_content
{
padding: 30px 100px 30px 30px;
-webkit-transform: translateX(350px);
-ms-transform: translateX(350px);
transform: translateX(350px);
}
.post_navigation.next:hover .navigation_post_content
{
-webkit-transform: translateX(-250px);
-ms-transform: translateX(-250px);
transform: translateX(-250px);
opacity: 1;
}
.post_navigation.previous:hover .navigation_post_content
{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.post_navigation .navigation_post_content .post_img
{
margin: 0;
margin-bottom: 15px;
width: 220px;
float: none;
}
.post_navigation .navigation_post_content .post_img img
{
width: auto;
max-height: 220px;
}
#right_click_content
{
position: fixed;
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.5);
color: #fff;
font-size: 22px;
text-align: center;
transition: all 0.5s linear;
}
#right_click_content.visible
{
opacity: 1;
z-index: 999;
visibility: visible;
transition: all 0.5s linear;
}
#right_click_content .right_click_content_table
{
display: table;
width: 100%;
height: 100%;
}
#right_click_content .right_click_content_table .right_click_content_cell
{
display: table-cell;
vertical-align: middle;
}
#right_click_content .right_click_content_table .right_click_content_cell > div
{
width: 40%;
margin: auto;
}
.ba-slider .handle:after
{
box-shadow: none !important;
background: transparent !important;
border: 2px solid #fff !important;
font-family: 'themify' !important;
font-size: 24px !important;
line-height: 61px !important;
content: '\e658' !important;
}
.ba-slider .handle.draggable:after
{
font-size: 18px !important;
line-height: 45px !important;
}
.ba-slider .handle
{
width: 1px !important;
font-family: 'themify' !important;
background: rgba(256,256,256,0.2) !important;
}
.post_related .one_half,
.post_related .one_third
{
text-align: center;
}
body.error404 .searchform input[type=text],
body.search .searchform input[type=text]
{
width: 100%;
} body.home.blog .type-post
{
margin-bottom: 60px;
}
.post_img
{
position: relative;
height: auto;
line-height: 0;
width: 100%;
margin-bottom: 20px;
}
.post_img img
{
max-width: 100%;
height: auto !important;
}
.post_img.team
{
width: 100%;
margin: auto;
float: none;
margin-bottom: 0;
overflow: hidden;
}
.post_img.team img
{
max-width: 100%;
}
.post_ft_img
{
opacity: 0;
}
.post_img.small.square_thumb 
{
width: auto;
}
body.single-post .post_img.post_ft img
{
width: auto;
margin-bottom: 30px;
}
#content_slider_wrapper
{
width: 100%;
height: 20px;
background: transparent;
position: fixed;
bottom: 200px;
}
#social_share_wrapper, .social_share_wrapper
{
margin-left: 0 !important;
margin-top: 20px;
padding-top: 20px;
margin-bottom: 20px;
text-align: center;
clear: both;
}
#social_share_wrapper a i, .social_share_wrapper.shortcode a i
{
font-size: 20px;
}
.social_share_wrapper.shortcode
{
margin: 0;
}
#social_share_wrapper h5,  .social_share_wrapper.shortcode h5
{
display: inline-block;
margin-bottom: 5px;
}
#social_share_wrapper ul, .social_share_wrapper.shortcode ul, .social_share_bubble ul
{
display: block;
clear: both;
list-style: none;
margin: 0;
margin-left: 0 !important;
}
#social_share_wrapper ul li, .social_share_wrapper.shortcode ul li, .social_share_bubble ul li
{
display: block;
margin: 0 0 5px 0;
}
.social_share_wrapper.shortcode ul li
{
display: inline-block;
margin: 0 10px 0 10px;
border-left: 0 !important;
}
#overlay_background
{
display: none;
}
.multi_share
{
position: absolute;
z-index: 999;
right: 30px;
top: -55px;
}
.multi_share_button {
display: inline-flex;
font-family: 'Roboto', sans-serif;
text-decoration: none;
justify-content: center;
align-items: center;
text-align: center;
cursor: pointer;
white-space: nowrap;
padding: 8px 20px;
font-size: 14px;
background-color: #E91E63;
border-radius: 2px;
color: white;
text-transform: uppercase;
border: none;
transition: all 0.2s ease-in;
background-position: 50%;
outline: none !important;
}
.multi_share_button.multi_share_button_circle {
height: 50px;
width: 50px;
border-radius: 50%;
padding: 0 !important;
font-size: 18px;
}
.multi_share input {
display: none;
}
.multi_share input:not(:checked) ~ label {
transform: rotate(0);
}
.multi_share input:not(:checked) ~ label .multi_share_button {
border-radius: 0;
height: 30px;
width: 30px;
box-shadow: none;
}
.multi_share input:not(:checked) ~ label .multi_share_button:first-child {
border-top-left-radius: 100%;
transform: translate(25px, 25px);
}
.multi_share input:not(:checked) ~ label .multi_share_button:nth-child(2) {
border-top-right-radius: 100%;
transform: translate(55px, 25px);
}
.multi_share input:not(:checked) ~ label .multi_share_button:nth-child(3) {
border-bottom-left-radius: 100%;
transform: translate(25px, 55px);
}
.multi_share input:not(:checked) ~ label .multi_share_button:nth-child(4) {
border-bottom-right-radius: 100%;
transform: translate(55px, 55px);
}
.multi_share input:not(:checked) ~ label .multi_share_button .icon {
opacity: 0;
}
.multi_share input:not(:checked) ~ label > .icon {
opacity: 1;
cursor: pointer;
}
.multi_share label {
position: relative;
height: 80px;
width: 80px;
display: block;
transform: rotate(45deg);
transition: all 0.2s ease-in;
cursor: default;
}
.multi_share label .multi_share_button {
position: absolute;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.multi_share label .multi_share_button:nth-child(2) {
transform: translate(60px, 0);
}
.multi_share label .multi_share_button:nth-child(3) {
transform: translate(0, 60px);
}
.multi_share label .multi_share_button:nth-child(4) {
transform: translate(60px, 60px);
}
.multi_share label .multi_share_button .icon {
opacity: 1;
transition: all 0.15s ease-in-out;
transform: rotate(-45deg);
}
.multi_share label > .icon {
color: white;
position: absolute;
border-radius: 50%;
display: flex;
font-size: 24px;
align-items: center;
justify-content: center;
height: 50px;
width: 50px;
top: 30px;
left: 30px;
opacity: 0;
transition: all 0.25s ease-in-out;
}
.multi_share label .icon {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
} #page_content_wrapper .inner .sidebar_content, .page_content_wrapper .inner .sidebar_content
{
width: 68%;
padding: 0;
float: left;
padding-right: 0px;
padding-top: 0;
margin-right: 10px;
}
#page_content_wrapper .inner .sidebar_content.page_content, .page_content_wrapper .inner .sidebar_content.page_content
{
box-sizing: border-box;
}
.page_content_wrapper .inner .sidebar_content.page_content
{
background: transparent;
padding: 0;
}
#page_content_wrapper .inner #portfolio_filter_wrapper.sidebar_content
{
width: 100%;
padding-right: 0;
margin-right: 0;
border: 0;
}
#page_content_wrapper .inner .sidebar_content.nopadding, .page_content_wrapper .inner .sidebar_content.nopadding
{
padding-top: 0 !important;
}
#page_content_wrapper .inner .sidebar_content.left_sidebar, .page_content_wrapper .inner .sidebar_content.left_sidebar
{
border-right: 0;
float: right;
margin-right: 0;
}
#page_content_wrapper .inner .sidebar_content.full_width, .page_content_wrapper .inner .sidebar_content.full_width
{
width: 100%;
margin-top: 0;
margin-right: 0;
border: 0;
}
#page_content_wrapper.hasbg.nomargintop
{
margin-top: 0 !important;
}
#page_content_wrapper .inner .sidebar_content.full_width.nopadding, .page_content_wrapper .inner .sidebar_content.full_width.nopadding
{
padding: 0 !important;
}
body:not(.elementor-page) #page_content_wrapper .inner .sidebar_content img, 
body:not(.elementor-page) .page_content_wrapper .inner .sidebar_content img
{
max-width: 100%;
height: auto;
}
#page_content_wrapper .inner .sidebar_content .map_shortcode_wrapper img, .page_content_wrapper .inner .sidebar_content .map_shortcode_wrapper img
{
max-width: none;
}
#page_content_wrapper .inner .sidebar_content div.wp-caption, .page_content_wrapper .inner .sidebar_content div.wp-caption
{
max-width: 100%;
}
#page_content_wrapper .inner .sidebar_content.full_width#blog_grid_wrapper, .page_content_wrapper .inner .sidebar_content.full_width.blog_grid_wrapper
{
width: 100%;
padding: 0;
}
#page_content_wrapper .inner .sidebar_wrapper, 
.page_content_wrapper .inner .sidebar_wrapper
{
width: 27.99%;
float: right;
margin-top: 0;
margin-left: 0;
padding-top: 0;
}
#page_content_wrapper .inner .sidebar_wrapper.adjust, #page_content_wrapper .inner .sidebar_wrapper.left_sidebar.adjust
{
padding-top: 50px;
}
#page_content_wrapper .inner .sidebar_wrapper.left_sidebar, .page_content_wrapper .inner .sidebar_wrapper.left_sidebar
{
margin-right: 0;
margin-left: 0;
float: left;
}
body.woocommerce #page_content_wrapper .inner .sidebar_wrapper.left_sidebar, body.woocommerce .page_content_wrapper .inner .sidebar_wrapper.left_sidebar
{
margin-top: 15px;
}
#page_content_wrapper .inner .sidebar_wrapper a:not(.button), .page_content_wrapper .inner .sidebar_wrapper a:not(.button)
{
color: #222;
}
#page_content_wrapper .inner .sidebar_wrapper .sidebar, .page_content_wrapper .inner .sidebar_wrapper .sidebar
{
width: 100%;
float: left;
margin-bottom: 40px;
}
#page_content_wrapper .inner .sidebar_wrapper .sidebar .content, .page_content_wrapper .inner .sidebar_wrapper .sidebar .content
{
width: 100%;
margin: 0 0 0 0;
}
.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle
{
color: #fff;
}
.mobile_menu_wrapper .sidebar_wrapper a
{
color: #777;
}
.mobile_menu_wrapper .page_content_wrapper
{
width: 100%;
}
.mobile_menu_wrapper .sidebar_wrapper
{
width: 100%;
float: left;
}
.mobile_menu_wrapper .sidebar_wrapper .sidebar .content .sidebar_widget li
{
margin-bottom: 20px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_rss ul li
{
margin-bottom: 40px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_rss ul li a.rsswidget
{
font-weight: 600;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_rss ul li .rss-date
{
opacity: 0.5;
clear: both;
display: block;
font-size: 14px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_rss ul li .rssSummary
{
font-size: 14px;
margin: 15px 0 15px 0;
} input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel], input.wpcf7-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text
{
padding: 10px 0 10px 0;
font-size: 100%;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
margin: 0;
background: #fff;
border: 0;
border-bottom: 1px solid #222222;
outline: none;
-webkit-transition: border-color linear .3s;
-moz-transition: border-color linear .3s;
-o-transition: border-color linear .3s;
transition: border-color linear .3s;
box-sizing: border-box;
-webkit-appearance: none;
}
p.input_wrapper
{
position: relative;
padding: 0 !important;
}
.input_effect ~ .focus-border
{
display: none;
}
select 
{
padding: 10px;
background: #fff;
min-width: 100%;
outline: none;
box-sizing: border-box;
}
.woocommerce select.orderby
{
height: auto;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=date]:focus, input.wpcf7-text:focus, .woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page table.cart td.actions .coupon .input-text:focus, .woocommerce #content table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text:focus
{
outline: 0;
}
.contact_form_wrapper input[type=text], .contact_form_wrapper input[type=email], .contact_form_wrapper input[type=date]
{
width: 46%;
display: inline;
box-sizing: border-box;
margin-right: 3%;
margin-bottom: 3%;
}
.contact_form_wrapper label
{
display: none;
}
.contact_form_response ul
{
margin-left: 0 !important;
margin-bottom: 20px;
list-style: none;
font-size: 12px;
}
.contact_form_response ul li.error, .password_container .error
{
padding: 10px 20px 10px 40px;
position: relative;
color: #b13c3c;
background: #ffe9e9;
margin-bottom: 10px;
display: inline-block;
font-size: 12px;
}
.password_container .error
{
margin-bottom: 20px;
}
.contact_form_response ul li.error:before, .password_container .error:before
{
font-size: 12px;
position: absolute;
font-family: 'Font Awesome 5 Free';
content: "\f06a";
left: 20px;
font-weight: 900;
}
.contact_form_response ul:empty
{
margin: 0;
}
.contact_form_wrapper
{
margin-top: 30px;
}
.page_content_wrapper .contact_form_wrapper
{
margin-top: 0;
}
#contact_form input[type="text"], #contact_form textarea
{
margin-bottom: 15px;
width: 97%;
}
div.wpcf7-response-output
{
padding: 20px;
}
.wpcf7-form input.wpcf7-text, 
.wpcf7-form textarea, 
.wpcf7-form input.wpcf7-date,
.wpcf7-form input.wpcf7-dynamictext,
.wpcf7-form select
{
width: 100%;
box-sizing: border-box;
}
.fullwidth_comment_wrapper #commentform textarea 
{
width: 100%;
}
.fullwidth_comment_wrapper .post_content_wrapper
{
background: transparent !important;
padding: 30px 0 30px 0 !important;
width: 100% !important;
}
.input_wrapper
{
position: relative;
}
form.post-password-form label
{
width: auto;
float: left;
margin-right: 5px;
}
form.post-password-form input[type=password]
{
margin-left: 5px;
}
form.post-password-form input[type=submit]
{
padding: .5em 1.5em .45em 1.5em;
}
.form-allowed-tags
{
display: none !important;
}
p.comment-notes
{
margin-bottom: 40px;
}
textarea
{
font-size: 100%;
border: 0;
border-bottom: 1px solid #dce0e0;
margin: 0;
overflow: auto;
padding: .6em 0 .6em 0;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
outline: none;
-webkit-transition: border-color linear .2s;
-moz-transition: border-color linear .2s;
-o-transition: border-color linear .2s;
transition: border-color linear .2s;
box-sizing: border-box;
-webkit-appearance: none;
}
input[type=submit], input[type=button], a.button, .button, body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="submit"], body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="submit"]
{
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: .6em 2.5em .6em 2.5em;
color: #fff;
background: #222;
border: 2px solid #222;
font-size: 15px;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
text-shadow: none;
-webkit-appearance: none;
box-shadow: 0 0 0 0;
font-style: normal;
font-weight: normal;
text-transform: none;
-webkit-transition: color .2s linear, background .3s linear, opacity .2s linear;
-moz-transition: color .2s linear, background .3s linear, opacity .2s linear;
-ms-transition: color .2s linear, background .3s linear, opacity .2s linear;
-o-transition: color .2s linear, background .3s linear, opacity .2s linear;
transition: color .2s linear, background .3s linear, opacity .2s linear;
}
a.comment-reply-link
{
margin: 0;
float:right;
font-size: 13px;
text-align: center;
border-radius: 25px;
margin-top: -40px;
display: block;
font-weight: 600;
}
.comment:hover a.comment-reply-link
{
display: block;
}
input[type=submit].medium, input[type=button].medium, a.button.medium
{
font-size: 16px;
}
input[type=submit].large, input[type=button].large, a.button.large
{
font-size: 18px;
}
#cancel-comment-reply-link
{
margin: 0 20px 0 10px;
font-size: 13px;
} .pagination {
margin: 40px 0 60px 0;
float: left;
clear: both;
}
.pagination p a:first-child {
float: left;
}
.pagination p a:last-child {
float: right;
}
.pagination a, .pagination span
{
height: 30px;
width: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
color: #777;
background: #f9f9f9;
margin-right: 5px;
overflow: hidden;
font-size: 12px;
}
.pagination span, .pagination a:hover
{
color: #fff;
font-weight: bold;
background: #888;
}
.pagination_detail
{
margin-top: 40px;
float: right;
font-size: 12px;
}
#page_content_wrapper ul
{
margin: 0;
}
#page_content_wrapper ol
{
margin-left: 20px;
}
@-webkit-keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
@-moz-keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
@-o-keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
@keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
.post_img_hover.lazy
{
-webkit-animation: lazy_color_change 1s infinite alternate;
-moz-animation: lazy_color_change 1s infinite alternate;
-ms-animation: lazy_color_change 1s infinite alternate;
-o-animation: lazy_color_change 1s infinite alternate;
animation: lazy_color_change 1s infinite alternate;
}
.post_img_hover
{
position: relative;
display: inline-block;
}
.post_img_hover:not(.lazy)
{
background: #222222;
background: -moz-linear-gradient(90deg, #222222 0%, #444444 100%, #666666 100%);
background: -webkit-linear-gradient(90deg, #222222 0%, #444444 100%, #666666 100%);
background: linear-gradient(90deg, #222222 0%, #444444 100%, #666666 100%);
}
.post_img_hover.classic
{
min-height: 350px;
}
.post_related .post_img_hover.classic
{
min-height: 130px;
}
.post_img_hover img,
.post_img_hover:before,
.post_img_hover:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.post_img_hover img {
max-width: 100%;
backface-visibility: hidden;
vertical-align: top;
}
.post_img_hover:before,
.post_img_hover:after {
content: '';
background-color: #fff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.post_img_hover:before {
width: 60px;
height: 1px;
left: 100%;
}
.post_img_hover:after {
height: 60px;
width: 1px;
top: 0%;
}
.post_img_hover a 
{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.post_img_hover:hover img,
.post_img_hover.hover img 
{
zoom: 1;
filter: alpha(opacity=30);
-webkit-opacity: 0.3;
opacity: 0.3;
}
.post_img_hover:hover:before,
.post_img_hover.hover:before,
.post_img_hover:hover:after,
.post_img_hover.hover:after 
{
opacity: 1;
top: 50%;
left: 50%;
}
.post_img_hover .post_type_icon
{
position: absolute;
bottom: -30px;
right: 30px;
z-index: 2;
display: inline-block;
border-radius: 50px;
line-height: 62px;
width: 60px;
height: 60px;
background: #1C58F6;
text-align: center;
box-shadow: 0 10px 40px rgba(0,0,0,0.15);
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
.post_related h3
{
text-align: center;
margin-bottom: 20px;
}
.post_related .post_img_hover .post_type_icon
{
width: 50px;
height: 50px;
right: 20px;
bottom: -20px;
line-height: 50px;
}
.post_img_hover:hover .post_type_icon
{
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.post_img_hover .post_type_icon i
{
color: #fff;
font-size: 17px;
}
.post_related .post_img_hover .post_type_icon i
{
font-size: 15px;
} #page_content_wrapper ul.flickr
{
margin: 0 0 10px 0;
}
#page_content_wrapper ul.posts.blog
{
list-style: none;
margin-left: 0 !important;
float: left;
padding: 0;
width: 100%;
box-sizing: border-box;
}
#page_content_wrapper ul.flickr li img
{
width: 65px;
height: auto;
}
#page_content_wrapper .sidebar .content .posts.blog li img, 
.page_content_wrapper .sidebar .content .posts.blog li img, 
#page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li img,
.page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li img,
#footer ul.sidebar_widget li ul.posts.blog li img
{
float: left;
margin: 0 10px 2px 0;
width: 80px;
}
#page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li,
.page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li
{
clear: both;
margin-bottom: 20px;
float: left;
}
#page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li a,
.page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li a
{
font-weight: 900;
letter-spacing: -1px;
}
#page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li .post-excerpt,
.page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li .post-excerpt
{
color: #999;
letter-spacing: 0;
font-size: 11px;
font-weight: 600;
}
#page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li:last-child,
.page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li:last-child
{
margin-bottom: 0;
}
.post_circle_thumb 
{
position: relative;
overflow: hidden;
float: left;
width: 95px;
height: 95px;
float: left;
margin-right: 0;
}
.post_circle_thumb img
{
width: 60px;
height: auto;
}
.post_circle_thumb.flickr
{
margin-right: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget, #page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .sidebar_widget, .page_content_wrapper .sidebar .content .posts.blog
{
list-style: none;
margin-left: 0;
margin-top: 0;
padding: 0;
}
#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
padding: 0 0 10px 0;
}
#page_content_wrapper .sidebar .content .posts.blog li:last-child, .page_content_wrapper .sidebar .content .posts.blog li:last-child
{
padding-bottom: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget, .page_content_wrapper .sidebar .content .sidebar_widget li.widget
{
margin: 60px 0 0px 0;
padding: 0;
float: left;
clear: both;
width: 100%;
padding: 0;
box-sizing: border-box;
border: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget:first-child
{
margin-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget #useronline-count,
.page_content_wrapper .sidebar .content .sidebar_widget li.widget #useronline-count
{
margin-top: 10px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li select, .textwidget select, .page_content_wrapper .sidebar .content .sidebar_widget li select
{
margin: 10px 0 10px 0;
max-width: 100%;
}
#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
font-size: 11px;
display: inline-block;
text-align: left;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
color: #222;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
position: relative;
border-bottom: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle:after, h2.widgettitle:after
{
position: absolute;
width: 55px;
border-top: 1px solid #e7e7e7;
}
h2.widgettitle.photostream
{
display: inline-block;
margin-top: 30px;
margin-bottom: 30px;
}
#page_content_wrapper.blog_wrapper .sidebar .content .sidebar_widget li:first-child
{
margin-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul, .page_content_wrapper .sidebar .content .sidebar_widget li ul
{
list-style: none;
padding: 20px 0 0 0;
margin: 0 0 15px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children
{
padding-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children
{
margin-left: 10px;
margin-bottom: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child
{
border: 0;
margin-bottom: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children
{
margin-left: 20px;
padding-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li, .page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li
{
padding: 0;
margin-top: 0;
margin-bottom: 5px;
}
#footer .sidebar_widget li.widget_nav_menu ul li, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li
{
border: 0;
}
#footer .sidebar_widget li ul li
{
border-color: #000000;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li .textwidget
{
padding-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, #footer ul.sidebar_widget li ul.flickr li:first-child
{
border: 0;
padding-top: 0;
}
#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a, .page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a
{
width: 100%;
box-sizing: border-box;
display: block;
}
#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul li ul.sub-menu,
.page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul li ul.sub-menu
{
padding: 0 0 0 10px;
}
#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul li:last-child,
.page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul li:last-child,
#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul,
.page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul
{
margin-bottom: 0;
}
#wp-calendar tr td, #wp-calendar tr th
{
padding: 5px 0 5px 0;
text-align: center;
background: transparent;
}
#wp-calendar tr td#prev, #wp-calendar tr td#next
{
text-transform: uppercase;
padding-top: 20px;
}
#wp-calendar tr td.pad, #wp-calendar tr td#prev, #wp-calendar tr td#next
{
background: transparent !important;
}
#wp-calendar caption
{
display:none;
}
#wp-calendar
{
margin: 20px 0 0 0;
width: 100%;
}
.mobile_menu_wrapper .widget_calendar table tr th, .mobile_menu_wrapper .widget_calendar table tr td
{
border-color: #555;
}
table
{
margin: 10px 0 30px 0;
}
table tr td
{
border-bottom: 1px solid #dce0e0;
}
table tr th
{
font-weight: bold;
}
table tr th, table tr td
{
padding: 20px;
text-align: left;
border-bottom: 1px solid #dce0e0;
}
#footer table tr th, #footer table tr td
{
border-bottom: 1px solid #000000 !important;
}
#footer .widget_tag_cloud div a
{
border-color: #000000 !important;
}
#footer_menu
{
float: right;
display: block;
list-style: none;
}
#footer_menu li
{
float: left;
margin-left: 20px;
}
#footer_menu li ul
{
display: none;
}
table thead tr th
{
background: transparent;
}
table#wp-calendar thead tr th
{
text-align: center;
}
table tfoot tr, table tfoot tr td
{
background: transparent;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr
{
list-style: none;
margin: 5px 0 30px 0;
float: left;
display: block;
padding: 15px 0 3px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li
{
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 0;
border: 0;
clear: none;
width: calc(33% - 10px);
padding-right: 10px;
box-sizing: border-box;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img
{
width: 100%;
height: auto;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter
{
margin: 0;
margin-top: 20px;
list-style:none;
padding: 0 0 0 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li
{
padding-left:32px;
padding-bottom: 15px;
border: 0;
position: relative;
box-sizing: border-box;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before
{
position: absolute;
left: 0;
top: -5px;
font-family: 'Font Awesome 5 Free';
content: "\f099";
font-size: 22px;
font-weight: 900;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media
{
list-style: none;
margin: 10px 0 15px 0;
float: left;
display: block;
padding: 0 0 3px 0;
margin-left: -5px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li
{
display: block;
float: left;
margin: 0 5px 0 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr
{
list-style: none;
margin: 10px 0 -10px 0;
float: left;
display: block;
clear: both;
width: 104%;
}
ul.flickr li
{
float: left;
margin: 0 5px 0 0;
}
#page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .posts.blog
{
list-style: none;
margin-top: 30px;
}
#page_content_wrapper .sidebar .content .posts.blog.withthumb, .page_content_wrapper .sidebar .content .posts.blog.withthumb
{
margin-top: 30px;
margin-bottom: 0;
}
#footer ul.sidebar_widget li ul.posts.blog.withthumb
{
margin-top: 20px;
}
#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
line-height: 1em;
clear: both;
border:0;
background: none;
width: 100%;
float: left;
margin: 0;
}
#page_content_wrapper .posts.blog li, .page_content_wrapper .posts.blog li
{
float: left;
width: 49.4%;
margin-right: 1.2%;
margin-bottom: 1.2%;
padding: 20px;
box-sizing: border-box;
border: 1px solid #dce0e0;
display: table;
text-align: left;
-webkit-transition: background .2s linear;
-moz-transition: background .2s linear;
-ms-transition: background .2s linear;
-o-transition: background .2s linear;
transition: background .2s linear;
}
#page_content_wrapper .posts.blog li:nth-child(2n), .page_content_wrapper .posts.blog li:nth-child(2n)
{
margin-right: 0;
float: right;
}
#page_content_wrapper .posts.blog li a,
.page_content_wrapper .posts.blog li a,
#footer ul.sidebar_widget li ul.posts.blog li a
{
width: 100%;
line-height: 1.2em;
font-size: 16px;
}
#page_content_wrapper .sidebar .content .posts.blog.withthumb li, #page_content_wrapper .posts.blog.withthumb li, .page_content_wrapper .sidebar .content .posts.blog.withthumb li, .page_content_wrapper .posts.blog.withthumb li
{
line-height: 1.5em;
border: 0;
display: block;
}
#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
padding-top: 10px;
}
#page_content_wrapper .sidebar .content .posts.blog li strong.header, #page_content_wrapper .posts.blog li strong.header, .page_content_wrapper .sidebar .content .posts.blog li strong.header, .page_content_wrapper .posts.blog li strong.header
{
font-weight: normal;
}
#page_content_wrapper .sidebar .content .textwidget, .page_content_wrapper .sidebar .content .textwidget
{
margin-top: 0;
padding: 10px 0 0 0;
text-align: left;
}
.textwidget img
{
max-width: 95%;
height: auto;
}
#searchsubmit
{
margin: -8px;
line-height: 18px;
padding: .6em 1.5em 0.5em 1.5em !important;
}
.widget_search input#searchsubmit
{
margin: 10px 0 0 0;
}
.widget_tag_cloud div, .tag_cloud
{
margin: 20px 0 0 0;	
}
.widget_tag_cloud div a, .meta-tags a, .tag_cloud a
{
display: inline-block;
-webkit-transition: background .2s linear, border .1s linear;
-moz-transition: background .2s linear, border .1s linear;
-ms-transition: background .2s linear, border .1s linear;
-o-transition: background .2s linear, border .1s linear;
transition: background .2s linear, border .1s linear;
color: #444;
display: inline-block;
border: 1px solid #e0e0e0;
padding: 3px 15px 3px 15px;
margin-right: 8px;
margin-bottom: 12px;
}
.widget_tag_cloud div a:hover
{
background: #EFA697;
border-color: #EFA697;
color: #fff !important;
}
.widget_mc4wp_widget input
{
text-align: center;
}
.widget_mc4wp_widget input[type=submit]
{
width: 100%;
margin-top: 10px;
}
.portfolio_recent_link h6, .blog_recent_link h6
{
display: inline;
font-size: 11px;
}
.widget_mc4wp_form_widget input[type=email]
{
width: 100%;
}
.widget_mc4wp_form_widget input[type=submit]
{
margin-top: 20px;
}
#page_content_wrapper .widget_mc4wp_form_widget p
{
padding-bottom: 0.7em;
}
#page_content_wrapper.blog_wrapper
{
box-sizing: border-box;
position: relative;
z-index: 2;
background: #fff;
margin-bottom: 100px;
}
#page_content_wrapper.blog_wrapper .pagination
{
margin-bottom: 20px;
} div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok
{
border: 0;
background: #FFCC00;
font-size: 13px;
}
div.wpcf7-mail-sent-ok
{
background: #4CD964;
color: #fff;
} h1.page-title
{
display: none;
}
.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count
{
margin-bottom: 60px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page form.woocommerce-ordering
{
border: 1px solid #e7e7e7;
overflow: hidden;
padding: 0px 40px 0px 10px;
position: relative;
}
.woocommerce-page form.woocommerce-ordering:after
{
font-family: 'themify';
content: "\e64b";
display: inline;
position: absolute;
top: 10px;
right: 20px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page form.woocommerce-ordering select
{
border: 0;
-webkit-appearance: none;
}
.woocommerce ul.products li.product .ajax_add_to_cart, .woocommerce-page ul.products li.product .ajax_add_to_cart
{
display: none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product
{
width: 30%;
margin-right: 5%;
margin-bottom: 5%;
padding: 0 0 10px 0;
box-sizing: border-box;
clear: none;
border: 0;
text-align: center;
}
.woocommerce ul.products li.product:nth-child(3n+1), 
.woocommerce-page ul.products li.product:nth-child(3n+1), 
.woocommerce ul.products.columns-3 li.product:nth-child(3n+1), 
.woocommerce-page ul.products.columns-3 li.product:nth-child(3n+1)
{
clear: both;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
margin-right: 0;
}
.woocommerce ul.products li.product .price
{
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
color: #444;
font-size: 1.1em;
}
.woocommerce ul.products li.product .button
{
background: transparent;
padding: 0;
text-transform: none;
font-size: 12px;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
letter-spacing: 0;
font-weight: 400;
}
.woocommerce div.product form.cart .variations
{
margin: 0;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty
{
outline: 0;
border: 1px solid #dce0e0 !important;
height: 36px;
width: 80px;
border-radius: 0;
}
.woocommerce-page div.product form.cart .button
{
width: auto !important;
margin-left: 5px;
padding: .65em 1.5em .65em 1.5em !important;
border: 0 !important;
border-radius: 0;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
{
box-shadow: 0px 0px 0px black !important;
width: 100% !important;
text-align: center !important;
margin: auto !important;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title, 
.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title
{
margin-top: 30px !important;
font-size: 22px;
padding: 0;
box-sizing: border-box;
}
.woocommerce #page_content_wrapper .inner .sidebar_content.left_sidebar ul.products li.product h2.woocommerce-loop-product__title, 
.woocommerce-page #page_content_wrapper .inner .sidebar_content.left_sidebar ul.products li.product h2.woocommerce-loop-product__title
{
margin-top: 20px !important;
font-size: 20px;
}
.woocommerce #page_content_wrapper .inner .sidebar_content.left_sidebar ul.products li.product .price
{
font-size: 1em;
}
.woocommerce div.product div.images figure, .woocommerce div.product div.summary figure
{
margin: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)
{
padding: 3px;
box-sizing: border-box;
width: 16.66%;
margin-top: 3px;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del
{
font-size: 0.9em !important;
}
.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li ins
{
text-decoration: none;
font-weight: bold;
}
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart
{
display: none !important;
}
.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img
{
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
width: 45px;
height: auto;
}
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img
{
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs
{
margin-left: 0 !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1
{
font-size: 30px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2
{
font-size: 18px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3
{
font-size: 16px !important;
padding-bottom: 0;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4
{
font-size: 14px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5
{
font-size: 13px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6
{
font-size: 12px !important;
}
.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a
{
margin-bottom: 3.8%;
}
.entry-summary div[itemprop="description"]
{
margin: 10px 0 0 0;
padding-left: 0 !important;
font-size: 18px;
}
.review-summary
{
display: none !important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
font-size: 14px !important;
color: #222;
padding-top: 10px !important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range
{
background: #444 !important;
box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
-webkit-box-shadow: inset 0 0 0 0 rgba(204, 204, 204, 0.5) !important;
-moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{
border: 1px solid #444 !important;
background: #fff !important;
box-shadow: inset 0 0 0 4px #fff;
}
.woocommerce #page_content_wrapper a.button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover
{
border: 0 !important;
padding: 0 !important;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif !important;
position: relative !important;
background: transparent !important;
margin-top: 0;
display: block;
margin: auto;
top: 3px;
}
.woocommerce #page_content_wrapper a.button:hover, .woocommerce-page #page_content_wrapper a.button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover
{
opacity: 1;
}
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button
{
color: #222 !important;
font-size: 100% !important;
}
.woocommerce #page_content_wrapper a.button.product_type_variable:before, .woocommerce-page #page_content_wrapper a.button.product_type_variable:before
{
content: '\f03a';
}
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button
{
opacity: 1 !important;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a
{
font-weight: normal !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img
{
width: 70px !important;
float: left !important;
margin-right: 15px !important;
margin-left: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist
{
margin-top: 10px;
}
.cart-collaterals .cart_totals table {
width: 100% !important;
}
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
border: 0;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove
{
color: #999 !important;
}
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover
{
color: #fff !important;
}
body[data-shop=three_cols].woocommerce ul.products li.product, body[data-shop=three_cols].woocommerce-page ul.products li.product 
{ 
width: 31.2% !important; 
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
margin-right: 0 !important;
}
p.price
{
padding-top: 0 !important;
}
p.price ins span.amount, p.price span.amount, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price
{
font-weight: 500;
}
.woocommerce #page_content_wrapper div.product p.price, .woocommerce-page #page_content_wrapper div.product p.price
{
padding-bottom: 0;
}
p.price del span.amount
{
color: #ccc !important;
font-size: 16px;
}
span.price del span.amount
{
font-size: 13px;
}
#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2
{
display: none;
}
.checkout h3
{
font-size: 18px;
margin: 15px 0 15px 0;
}
.related.products h2, .cart_totals h2, .shipping_calcuLator h2, .upsells.products h2, .cross-sells h2
{
margin-bottom: 40px;
margin-top: 10px;
font-size: 24px;
}
.shipping_calcuLator h2
{
text-align: left;
}
.related.products
{
padding-top: 40px;
clear: both;
float: left;
width: 100%;
border-top: 1px dashed #e1e1e1;
margin-top: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before
{
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before
{
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel
{
border: 0;
padding: 0;
box-sizing: border-box;
}
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li
{
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li
{
background: transparent !important;
box-shadow: none !important;
visibility: visible !important;
border: 0;
border-radius: 0px !important;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child
{
margin-left: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel
{
padding-top: 40px;
}
.woocommerce #page_content_wrapper div.product .woocommerce-tabs .panel p
{
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a
{
padding: 10px 30px 9px 30px !important;
font-weight: normal !important;
text-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active
{
color: #222 !important;
border-radius: 0px !important;
height: auto !important;
padding: 0 !important;
border: 0;
border-bottom: 1px solid #dce0e0;
margin-left: 0 !important;
margin-right: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a
{
color: #222;
font-weight: bold !important;
border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs
{
padding-left: 0 !important;
}
.widget_shopping_cart_content a.button
{
margin-right: 5px !important;
}
.woocommerce-page div.product p.price ins
{
text-decoration: none !important;
}
.woocommerce-page.woocommerce #page_content_wrapper .product_type_variable.add_to_cart_button
{
display: none;
}
.product_meta > span
{
clear: both;
display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after
{
border: 0 !important;
box-shadow: 0 0 0;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info
{
box-shadow: 0 0 0 #222 !important;
}
.woocommerce-message
{
background: #e9f3d2 !important;
border-color: #e9f3d2 !important;
color: #6a863b !important;
text-shadow: none !important;
}
.woocommerce-info
{
background: #d1edf5 !important;
border-color: #d1edf5 !important;
color: #4e7883 !important;
text-shadow: none !important;
}
.woocommerce-error
{
background: #ffe9e9 !important;
border-color: #ffe9e9 !important;
color: #b13c3c !important;
text-shadow: none !important;
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before
{
box-shadow: none !important;
top: 0.8em !important;
}
.woocommerce .woocommerce-message a.button
{
display: none;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, #order_review
{
margin-bottom: 0;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
text-align: left;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
border-bottom: 0;
}
.post_carousel.flexslider .slides > li
{
margin-right: 20px;
}
.woocommerce-page .products .star-rating
{
float: right;
margin-top: 28px;
}
.woocommerce-page #page_content_wrapper .inner .sidebar_content .products .star-rating
{
float: none;
clear: both;
margin-top: 10px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
border: 0;
display: block;
float: none;
clear: both;
margin-bottom: 0;
}
.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination
{
text-align: left;
margin-top: 30px;
margin-bottom: 30px;
color: #FF4A52;
}
.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
border: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
height: 30px;
width: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
color: #888;
background: #fff;
border: 1px solid #dce0e0;
margin-right: 10px;
overflow: hidden;
}
.woocommerce-page nav.woocommerce-pagination ul li a
{
color: #888;
line-height: 1.3em;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:active
{
border-color: #dce0e0;
background: #fcfcfc;
color: #222 !important;
font-weight: bold;
line-height: 1.3em;
}
.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers
{
margin-left: 0 !important;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a
{
text-align: center;
}
.price_slider_wrapper
{
margin-top: 30px;
}
.woocommerce-page ul.product_list_widget li .star-rating
{
display: none;
}
.woocommerce-page ul.product_list_widget li a
{
font-weight: 600 !important;
}
.woocommerce-page ul.product_list_widget li .amount
{
font-weight: 500;
}
.woocommerce-page ul.product_list_widget li del .amount
{
color: #ccc;
}
.woocommerce-page .price_label
{
font-weight: 600;
}
.woocommerce-page ul.product_list_widget li ins
{
background: transparent;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button
{
float: left !important;
}
ul.product_list_widget li
{
padding: 10px 0 10px 0 !important;
}
.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product
{
clear: both;
}
body.single-product #page_content_wrapper
{
margin-top: 40px;
}
.woocommerce .woocommerce-product-rating
{
line-height: 1.7;
}
.woocommerce-review-link
{
color: #222 !important;
}
.woocommerce-page div.product form.cart
{
margin-top: 1em;
margin-bottom: 3em;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary
{
margin-top: 20px;
margin-bottom: 60px;
}
.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before
{
display: block;
clear: none;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img
{
width: 70px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
padding: 12px 15px 12px 15px;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before
{
line-height: 1em;
margin-top: 10px;
}
.woocommerce .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .woocommerce-page .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .wc-forward a:after, .wc-forward:after
{
display: none;	
}
#page_content_wrapper .inner .sidebar_content ul.products
{
margin-left: 0 !important;
padding: 0;
box-sizing: border-box;
}
#page_content_wrapper .inner .sidebar_content.left_sidebar ul.products
{
padding: 0;
}
#page_content_wrapper .inner .sidebar_content .related.products ul.products
{
padding: 0;
margin-top: 20px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td
{
border-top: 0;
padding: 15px 15px;
}
.shipping-calcuLator-button
{
color: #222;
}
.product-subtotal .amount
{
color: #222;
font-weight: 600;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator
{
width: 100%;
float: none;
}
.woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator
{
margin-top: 10px;
}
.woocommerce-page table.cart th, table.shop_table thead tr th
{
border-bottom: 1px solid #dce0e0;
border-top: 1px solid #dce0e0;
color: #fff;
font-weight: 500;
background: #333;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
border-bottom: 1px solid #dce0e0;
}
.woocommerce table.shop_table.cart, 
.woocommerce-page table.shop_table.cart
{
border-top: 0;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions
{
border-bottom: 0 !important;
}
.woocommerce table.cart td.actions .coupon .input-text#coupon_code
{
width: 200px;
border-radius: 0;
box-shadow: 0 0 0 0;
margin-right: 10px;
border-color: #dce0e0;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th
{
border-bottom: 0;
}
.woocommerce-page #payment ul.payment_methods label
{
display: inline-block;
clear: none;
width: auto;
margin-bottom: 10px;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
margin-top: 0;
margin-bottom: 20px;
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods
{
border-bottom: 0;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row
{
border-top: 0;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before
{
color: #444;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta
{
font-size: 0.8em;
}
strong[itemprop="author"]
{
font-size: 16px;
font-weight: 600;
color: #222;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
letter-spacing: -1px;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after
{
display: none !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text
{
border: 0 !important;
padding: 0;
margin: 0 0 0 80px;
}
.woocommerce #review_form #respond
{
width: 100%;
}
.woocommerce #reviews h3
{
text-align: left;
}
h1.product_title
{
font-weight: 300;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove
{
display: none;
}
.woocommerce-cart .wc-proceed-to-checkout
{
padding: 2em 0;
}
.return-to-shop
{
padding: 0 0 5em 0 !important;
}
.woocommerce-checkout #payment
{
background: #fff;
}
.woocommerce-checkout #payment ul
{
margin-left: 0 !important;
padding: 0 !important;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal
{
margin-left: 10px;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before
{
margin-top: 8px;
}
.woocommerce .top_bar.scroll .logo_wrapper img, .woocommerce-page .top_bar.scroll .logo_wrapper img
{
max-width: 100%;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
{
background: #222;
}
.woocommerce .products .onsale, .woocommerce ul.products li.product .onsale, .woocommerce span.onsale
{
width: 45px;
height: 45px;
position: absolute;
left: -10px;
top: -10px;
background: #b13c3c;
border-radius: 250px;
text-align: center;
font-weight: 600;
line-height: 47px;
-webkit-box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
-moz-box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
}
.woocommerce ul.products li.product .price ins
{
text-decoration: none;
}
.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del
{
display: inline-block;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
font-weight: 500;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
padding: .65em .9em;
}
.woocommerce .term-description89
{
display: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table
{
border-top: 0;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button
{
font-size: 15px;
margin-bottom: 0;
display: inline-block;
padding: .6em 1.5em .7em 1.5em;
float: right;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_products ul li:last-child, 
.page_content_wrapper .sidebar .content .sidebar_widget li.widget_products ul li:last-child, 
#footer ul.sidebar_widget li.widget_products ul li:last-child
{
margin-bottom: 0;
padding-bottom: 0;
}
.sidebar_widget li.widget_products .product-title
{
font-weight: 400;
font-size: 16px;
}
#reviews.woocommerce-Reviews #comments
{
width: 66.66%;
float: left;
}
#reviews.woocommerce-Reviews #review_form_wrapper
{
width: 33.33%;
float: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.description
{
margin: 0;
padding-top: 0;
padding-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta
{
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar
{
border-radius: 250px;
border: 0;
padding:0;
background: transparent;
width: 60px;
}
.woocommerce .star-rating
{
font-size: 12px;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before
{
color: #50E3C2;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container
{
border-bottom: 1px dashed #dce0e0;
margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child .comment_container
{
border: 0;
margin-bottom: 0px;
}
.woocommerce #review_form #respond p
{
padding-bottom: 0;
}
body.woocommerce-order-received .woocommerce h2,
body.woocommerce-order-received .woocommerce h3
{
font-size: 18px;
}
body.woocommerce-order-received .woocommerce
{
margin-bottom: 30px;
}
#page_content_wrapper .inner .sidebar_content ul.woocommerce-thankyou-order-details
{
margin-left: 0;
}
.woocommerce-account #page_content_wrapper .inner .sidebar_content.full_width
{
margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul
{
list-style: none;
margin-left: 0 !important;
}
.woocommerce-MyAccount-navigation ul li
{
margin-bottom: 10px;
padding-left: 10px;
border-left: 5px solid transparent;
}
.woocommerce-MyAccount-navigation ul li.is-active
{
border-left: 5px solid #FF4A52;
color: #FF4A52;
font-weight: 600;
}
.woocommerce .woocommerce-Message a.button
{
background: transparent;
padding: 0;
border-radius: 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images
{
width: 40%;
}
.woocommerce-page div.product div.summary
{
width: 55%;
}
.woocommerce div.product div.summary .product_meta
{
padding: 40px 0 40px 0;
border-top: 1px dashed #e7e7e7;
border-bottom: 1px dashed #e7e7e7;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
border-radius: 0;
}
.woocommerce form .form-row textarea
{
height: 10em;
} .ri-grid{
margin: auto;
position: relative;
max-height: 0;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
overflow: hidden;
}
.ri-grid.visible
{
max-height: 100%;
}
.ri-grid ul {
list-style: none;
display: block;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
} .ri-grid ul:before,
.ri-grid ul:after{
content: '';
display: table;
}
.ri-grid ul:after {
clear: both;
}
.ri-grid ul {
zoom: 1; } 
.ri-grid ul li {
-webkit-perspective: 400px;
-moz-perspective: 400px;
-o-perspective: 400px;
-ms-perspective: 400px;
perspective: 400px;	
margin: 0;
padding: 0;
float: left;
position: relative;
display: block;
overflow: hidden;
width: 0;
height: 0;
}
.ri-grid ul li a{
display: block;
outline: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-color: #333;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
} .ri-grid-size-1{
width: 55%;
}
.ri-grid-size-2{
width: 100%;
}
.ri-grid-size-3{
width: 100%;
margin-top: 0px;
} .ri-shadow:after,
.ri-shadow:before{
content: "";
position: absolute;
z-index: -2;
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
max-height: 100px;
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.ri-shadow:after{
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}
.ri-grid-loading:after,
.ri-grid-loading:before{
display: none;
}
.ri-loading-image{
display: none;
}
.ri-grid-loading .ri-loading-image{
position: relative;
left: 100%;
margin: auto;
margin-top: 50px;
margin-bottom: 50px;
display: block;
text-align: center;
} body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"]
{
padding: 50px 40px 50px 40px;
background: #f9f9f9;
border-radius: 0;
}
body .ui-widget-overlay
{
background: rgba(0,0,0,0.7) !important;
opacity: 1;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] button.ui-dialog-titlebar-close,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] button.ui-dialog-titlebar-close
{
display: none;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .ui-dialog-titlebar,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .ui-dialog-titlebar
{
background: transparent;
border: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .ui-dialog-titlebar .ui-dialog-title,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .ui-dialog-titlebar .ui-dialog-title
{
font-weight: normal;
font-size: 28px;
text-shadow: none;
width: 100%;
display: block;
margin-bottom: 20px;
text-align: center;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper label,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper label
{
font-weight: normal;
font-size: 16px;
margin-bottom: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"],
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]
{
font-size: 16px;
letter-spacing: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]::-webkit-input-placeholder
,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]::-webkit-input-placeholder
{
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]::-moz-placeholder
{
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]:-ms-input-placeholder
{
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper .zm_alr_form_field_container,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper .zm_alr_form_field_container
{
margin-bottom: 30px;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper .zm_alr_ul_container,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper .zm_alr_ul_container
{
font-size: 16px;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="submit"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="submit"]
{
border-radius: 0;
text-shadow: none;
}
.ui-dialog .zm_alr_login_dialog.ui-dialog-content
{
border: 0;
}.mobx-holder {
position: fixed;
overflow: hidden;
z-index: 99999;
width: 100%;
height: 100%;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
will-change: opacity, visibility;
box-sizing: border-box;
-ms-touch-action: none;
touch-action: none;
pointer-events: none;
-webkit-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
font-family: Arial, Helvetica, sans-serif;
-webkit-transition: opacity .4s ease; transition: opacity .4s ease, visibility .4s ease;
}
.mobx-holder:-webkit-full-screen {
background-color: transparent;
}
.mobx-holder * {
box-sizing: border-box;
}
.mobx-holder svg {
pointer-events: none;
}
.mobx-open {
pointer-events: auto;
visibility: visible;
opacity: 1;
}
.mobx-rtl {
direction: rtl;
}
.mobx-slider {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 1;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-ms-touch-action: none;
touch-action: none;
-webkit-transition: opacity 0.45s ease;
transition: opacity 0.45s ease;
}
.mobx-hide {
opacity: 0;
-webkit-transition: none;
transition: none;
}
.mobx-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
will-change: opacity;
transform: translateZ(0);
background-color: rgba(0,0,0,0.9);;
}
.mobx-ui:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
will-change: opacity;
background: rgba(0,0,0,0.4);
-webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}
.mobx-open-tooltip .mobx-ui:after {
opacity: 1;
visibility: visible;	
} .mobx-video:before,
.mobx-video:after,
.mobx-thumb-video:after,
.mobx-ui button,
.mobx-share-tooltip *:after {
background-image: url(//paysages.re/wp-content/themes/architecturer/icons/modulobox.svg);
background-repeat: no-repeat;
background-color: transparent;
} .mobx-top-bar {
position: absolute;
left: 0;
top: 0;
width: 100%;
will-change: transform;
background-color: rgba(0,0,0,0.4);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
}
.mobx-idle .mobx-top-bar,
.mobx-will-close .mobx-top-bar,
.mobx-holder:not(.mobx-open) .mobx-top-bar {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .mobx-bottom-bar {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
will-change: transform;
background-color: rgba(0,0,0,0.4);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
}
.mobx-panzoom .mobx-bottom-bar,
.mobx-will-close .mobx-bottom-bar,
.mobx-holder:not(.mobx-open) .mobx-bottom-bar {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .mobx-caption {
position: relative;
display: block;
width: 100%;
padding: 0;
margin: 0;
pointer-events: none;
}
.mobx-caption-inner {
max-width: 420px;
margin: 0 auto;
pointer-events: auto;
cursor: default;
}
.mobx-title {
position: relative;
display: block;
margin: 0;
padding: 14px 10px 12px;
font-size: 13px;
line-height: 18px;
font-weight: normal;
text-align: center;
color: #eeeeee;
}
.mobx-desc {
position: relative;
display: block;
margin: 0;
padding: 14px 10px 12px;
font-size: 12px;
line-height: 16px;
font-weight: normal;
text-align: center;
color: #bbbbbb;
}
.mobx-title + .mobx-desc {
margin: -6px 0 0 0;
padding: 0 10px 10px;
} .mobx-item,
.mobx-item-inner {
position: absolute;
display: block;
overflow: hidden;
left: 0;
top: 0;
bottom: 0;
width: 100%;
text-align: center;
touch-action: none;
transform: translate3d(0,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: center;
transform-origin: center;
}
.mobx-img,
.mobx-panzoom .mobx-item {
cursor: move; cursor: grab;
cursor: -webkit-grab;
}
.mobx-dragging .mobx-item * {
cursor: grabbing;
cursor: -webkit-grabbing;
}
.mobx-img,
.mobx-html,
.mobx-video,
.mobx-iframe,
.mobx-error {
position: absolute;
display: block;
height: 0;
width: 0;
max-width: none;
padding: 0;
margin: 0;
opacity: 0;
will-change: opacity;
visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translate3d(0,0,0);
-webkit-transition: opacity 0.35s ease;
transition: opacity 0.35s ease;
}
.mobx-media-loaded {
opacity: 1;
visibility: visible;
}
.mobx-error,
.mobx-html-inner {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.mobx-error {
width: 100%;
height: auto;
padding: 20px 60px;
color: #bbbbbb;
pointer-events: none;
text-align: center;
}
.mobx-html {
pointer-events: none;
}
.mobx-html-inner {
position: relative;
display: inline-block;
overflow: auto;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: 0 auto;
pointer-events: auto;
} .mobx-video {
cursor: pointer;
background: rgba(255,255,255,0.1);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.mobx-video.mobx-playing {
background: none;
background-image: none !important;
}
.mobx-video:before,
.mobx-video:after {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 80px;
height: 80px;
padding: 0;
margin: -44px 0 0 -44px;
border: 4px solid #fff;
border-radius: 100%;
background-size: 175px;
background-position: 28px -414px;
box-sizing: content-box;
}
.mobx-video.mobx-loading:before {
border-color: transparent;
}
.mobx-video:after {
opacity: 0;
visibility: hidden;
background-image: none;
background-color: transparent;
border-color: transparent;
border-left-color: #fff;
}
.mobx-video.mobx-loading:after {
opacity: 1;
visibility: visible;
-webkit-animation: mobx-load 1.1s infinite linear;
animation: mobx-load 1.1s infinite linear;	
}
.mobx-video.mobx-playing:before,
.mobx-video.mobx-playing:after {
opacity: 0;
}
.mobx-video video,
.mobx-video iframe,
.mobx-video .mejs-video {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
opacity: 0;
background: rgba(255,255,255,0.065);
pointer-events: none;
-webkit-transition: opacity 0.35s ease-in-out;
transition: opacity 0.35s ease-in-out;
}
.mobx-video iframe {
background: none;
}
.mobx-video.mobx-playing video,
.mobx-video.mobx-playing .mejs-video,
.mobx-video.mobx-playing iframe {
opacity: 1;
pointer-events: auto;
} .mobx-fullscreen video::-webkit-media-controls-fullscreen-button,
.mobx-fullscreen .mejs-fullscreen-button {
display: none;
} :-webkit-full-screen-ancestor:not(iframe) {
will-change: auto !important;
} .mobx-counter {
position: relative;
display: inline-block;
float: left;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #ffffff;
opacity: 0.75;
margin: 0 10px;
letter-spacing: 0.6px;
}
.mobx-rtl .mobx-counter {
float: right;
} .mobx-timer {
position: relative;
display: inline-block;
float: left;
width: 24px;
height: 24px;
margin: 10px 0 10px 5px;
opacity: 0;
will-change: opacity;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.mobx-rtl .mobx-timer {
float: right;
}
.mobx-autoplay .mobx-timer {
opacity: 1;
} .mobx-loader {
position: absolute;
width: 30px;
height: 30px;
top: 50%;
left: 50%;
margin: -15px 0 0 -15px;
outline: 1px solid transparent;
border-radius: 50%;
border-width: 3px;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-color: rgba(255,255,255,.2);
border-left: 3px solid #fff;
-webkit-animation: mobx-load 1.1s infinite linear;
animation: mobx-load 1.1s infinite linear;
}
@-webkit-keyframes mobx-load {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes mobx-load {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .mobx-share-tooltip {
position: absolute;
display: block;
z-index: 2;
width: 120px;
top: 50px;
opacity: 0;
visibility: hidden;
background: #ffffff;
will-change: transform;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.mobx-share-tooltip:before {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
top: -12px;
right: 14px;
border: 6px solid transparent;
border-bottom-color: #f9fafb;
}
.mobx-share-tooltip[data-position="left"]:before {
left: 14px;
right: auto;
}
.mobx-open-tooltip .mobx-share-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mobx-share-tooltip span {
display: block;
width: 100%;
height: 40px;
padding: 10px;
color: #777777;
font-size: 14px;
line-height: 22px;
text-align: center; 
background: #f9fafb;
box-shadow: inset 0 -2px 8px rgba(0,0,0,0.03);
} .mobx-ui button,
.mobx-share-tooltip *:after {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
padding: 0;
cursor: pointer;
box-shadow: none;
border: none;
outline: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-appearance: none;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.mobx-ui button:hover,
.mobx-share-tooltip button:hover:after {
opacity: 1;
}
.mobx-share-tooltip button:after {
position: absolute;
content: "";
top: 0;
left: 0;
opacity: 0;
}
.mobx-share-tooltip button {
float: left;
}
.mobx-rtl .mobx-share-tooltip button {
float: right;
}
.mobx-top-bar button {
float: right;
margin: 2px;
opacity: 0.75;
}
.mobx-rtl .mobx-top-bar button {
float: left;
}
button.mobx-prev,
button.mobx-next {
position: absolute;
left: 0;
top: 50%;
width: 44px;
height: 32px;
margin: 0 6px;
opacity: 0.75;
background-color: rgba(0,0,0,0.4);
will-change: transform;
-webkit-transform: translateX(0) translateY(-50%);
transform: translateX(0) translateY(-50%);
-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
button.mobx-next {
left: auto;
right: 0;
}
.mobx-idle .mobx-prev,
.mobx-will-close .mobx-prev,
.mobx-holder:not(.mobx-open) .mobx-prev {
-webkit-transform: translateX(-120%) translateY(-50%);
transform: translateX(-120%) translateY(-50%);
}
.mobx-idle .mobx-next,
.mobx-will-close .mobx-next,
.mobx-holder:not(.mobx-open) .mobx-next {
-webkit-transform: translateX(120%) translateY(-50%);
transform: translateX(120%) translateY(-50%);
}
.mobx-holder[data-zoom="false"] .mobx-zoom,
.mobx-holder[data-zoom="false"] .mobx-zoom:hover,
.mobx-holder[data-download="false"] .mobx-download,
.mobx-holder[data-download="false"] .mobx-download:hover {
opacity: 0.45;
cursor: default;
}
.mobx-prev {
left: 0;
background-position: 10px 4px;
}
.mobx-next {
right: 0;
background-position: 10px -40px;
}
.mobx-close {
background-position: 12px -76px;
}
.mobx-zoom {
background-position: 12px -120px;
}
.mobx-panzoom .mobx-zoom {
background-position: 12px -164px;
}
.mobx-play {
background-position: 12px -208px;
}
.mobx-autoplay .mobx-play {
background-position: 12px -252px;
}
.mobx-download {
background-position: 12px -296px;
}
.mobx-share {
background-position: 12px -340px;
}
.mobx-fullscreen {
background-position: 12px -384px;
}
.mobx-fullscreen .mobx-fullscreen {
background-position: 12px -428px;
}
.mobx-facebook {
background-position: -32px -472px;	
}
.mobx-facebook:after {
background-color: #3b5998;
background-position: 12px -472px;	
}
.mobx-twitter {
background-position: -32px -516px;
}
.mobx-twitter:after {
background-color: #1da1f2;
background-position: 12px -516px;	
}
.mobx-googleplus {
background-position: -32px -560px;
}
.mobx-googleplus:after {
background-color: #dd4b39;
background-position: 12px -560px;	
}
.mobx-pinterest {
background-position: -32px -604px;
}
.mobx-pinterest:after {
background-color: #bd081c;
background-position: 12px -604px;	
}
.mobx-linkedin {
background-position: -32px -648px;
}
.mobx-linkedin:after {
background-color: #0077b5;
background-position: 12px -648px;	
}
.mobx-reddit {
background-position: -32px -692px;
}
.mobx-reddit:after {
background-color: #ff4500;
background-position: 12px -692px;	
}
.mobx-tumblr {
background-position: -32px -736px;
}
.mobx-tumblr:after {
background-color: #35465c;
background-position: 12px -736px;	
}
.mobx-blogger {
background-position: -32px -780px;
}
.mobx-blogger:after {
background-color: #f57d00;
background-position: 12px -780px;	
}
.mobx-buffer {
background-position: -32px -824px;
}
.mobx-buffer:after {
background-color: #323b43;
background-position: 12px -824px;	
}
.mobx-digg {
background-position: -34px -868px;
}
.mobx-digg:after {
background-color: #005be2;
background-position: 10px -868px;	
}
.mobx-stumbleupon {
background-position: -32px -912px;
}
.mobx-stumbleupon:after {
background-color: #eb4924;
background-position: 12px -912px;	
}
.mobx-evernote {
background-position: -32px -956px;
}
.mobx-evernote:after {
background-color: #2dbe60;
background-position: 12px -956px;	
} .mobx-thumbs-holder,
.mobx-thumbs-inner {
position: absolute;
display: block;
left: 0;
right: 0;
bottom: 0;
padding: 0;
margin: 0 auto;
}
.mobx-thumbs-holder {
position: relative;	
}
.mobx-thumb {
position: absolute;
margin: 0;
will-change: left;
background-color: rgb(25, 25, 25);
outline: 0 solid transparent;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-transition: background-color 0.25s ease;
transition: background-color 0.25s ease;
}
.mobx-thumb:hover {
background-color: rgb(50, 50, 50);
}
.mobx-thumb:after {
content: "";
position: absolute;
pointer-events: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.0001;
-webkit-transform: translateZ(0);
transform: translateZ(0);
border: 2px solid #ffffff;
}
.mobx-active-thumb:after {
opacity: 0.9999;
}
.mobx-thumb-bg {
position: absolute;
overflow: hidden;
left: 0;
right: 0;
top: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
will-change: opacity, visibility;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
.mobx-thumb-loaded {
visibility: visible;
opacity: 0.5;
}
.mobx-thumb-bg:hover,
.mobx-active-thumb .mobx-thumb-loaded {
opacity: 1;
}
.mobx-thumbs-holder {
cursor: move;
cursor: grab;
cursor: -webkit-grab;
}
.mobx-dragging .mobx-thumbs-holder {
cursor: grabbing;
cursor: -webkit-grabbing;
}
.mobx-thumb-video:after {
position: absolute;
content: "";
left: 0;
right: 0;
top: 50%;
width: 40px;
height: 40px;
margin: -20px auto 0 auto;
background-position: 12px -208px;
} @media screen and (max-height: 800px) {
.mobx-video:before,
.mobx-video:after {
width: 60px;
height: 60px;
margin: -34px 0 0 -34px;
background-size: 125px;
background-position: 22px -294px;
}
}
@media screen and (max-height: 360px) {
.mobx-video:before,
.mobx-video:after {
width: 40px;
height: 40px;
margin: -24px 0 0 -24px;
background-size: initial;
background-position: 14px -208px;
border-width: 3px;
}
}
@media screen and (max-width: 400px) {
.mobx-timer {
margin: 10px 0;
}
.mobx-top-bar button {
margin: 2px 0;
}
}
@media screen and (max-width: 360px) {
.mobx-counter {
margin: 0 6px 0 4px;
}
.mobx-top-bar button {
width: 34px;
}	
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)   and (max-width: 380px),
only screen and (   min--moz-device-pixel-ratio: 2)   and (max-width: 380px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 380px),
only screen and (        min-device-pixel-ratio: 2)   and (max-width: 380px) { 
.mobx-top-bar button {
width: 40px;
}
} body.tg_lightbox_white .mobx-overlay {
background-color: #ffffff;
}
body.tg_lightbox_white .mobx-top-bar {
background: #222222;
}
body.tg_lightbox_white .mobx-bottom-bar {
background: transparent;
}
body.tg_lightbox_white .mobx-thumb {
background-color: #ffffff;
}
body.tg_lightbox_white .mobx-title {
color: #222;
}
body.tg_lightbox_white .mobx-desc {
color: #222;
}#wrapper
{
padding-top: 75px;
}
.top_bar .standard_wrapper
{
height: 74px;
}
#logo_wrapper
{
text-align: left;
border: 0;
padding: 0;
float: left;
width: 100%;
height: 100%;
}
#logo_wrapper .logo_container
{
display: table;
padding: 0;
height: 100%;
}
.top_bar.scroll #logo_wrapper
{
display: block;
}
#nav_wrapper
{
border-top: 0 !important;
}
.logo_container
{
display: block;
float: left;
width: auto;
height: auto;
}
html[data-menu=leftalign] #menu_wrapper
{
width: auto;
float: left;
height: 100%;
padding: 0;
margin-left: 60px;
}
html[data-menu=leftalign] #logo_right_wrapper #logo_right_button
{
position: relative;
display: table-cell;
vertical-align: middle;
right: 0;
top: 0;
}
html[data-menu=leftalign] #logo_right_wrapper
{
width: auto;
float: right;
height: 100%;
padding: 0;
display: table;
} @media only screen and (min-width: 768px) and (max-width: 960px) {
html[data-menu=leftalign] #logo_wrapper { padding: 0; }
html[data-menu=leftalign] .logo_container { margin-top: 0px; }
} @media only screen and (max-width: 767px) {
html[data-menu=leftalign] .top_bar .standard_wrapper
{
height: auto;
padding: 0;
}
html[data-menu=leftalign] #nav_wrapper, html[data-menu=leftalign] #menu_wrapper
{
display: block;
}
html[data-menu=leftalign] .top_bar
{
padding-bottom: 0;
}
}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-brands-400.eot);src:url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-brands-400.woff2) format("woff2"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-brands-400.woff) format("woff"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-brands-400.ttf) format("truetype"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-regular-400.eot);src:url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-regular-400.woff2) format("woff2"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-regular-400.woff) format("woff"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-regular-400.ttf) format("truetype"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-solid-900.eot);src:url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-solid-900.woff2) format("woff2"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-solid-900.woff) format("woff"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-solid-900.ttf) format("truetype"),url(//paysages.re/wp-content/themes/architecturer/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}@font-face {
font-family: 'themify';
src:url(//paysages.re/wp-content/themes/architecturer/fonts/themify.eot);
src:url(//paysages.re/wp-content/themes/architecturer/fonts/themify.eot) format('embedded-opentype'),
url(//paysages.re/wp-content/themes/architecturer/fonts/themify.woff) format('woff'),
url(//paysages.re/wp-content/themes/architecturer/fonts/themify.ttf) format('truetype'),
url(//paysages.re/wp-content/themes/architecturer/fonts/themify.svg) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}.py-custom-list ul li::marker {
content: none;
}
.py-custom-list ul li::before {
content: '\2014';
position: absolute;
margin-left: -30px;
color: #b1b1b1;
}
.py-custom-list li {
margin-bottom: 12px;
line-height: 1.4em;
}
.py-custom-list ul {
margin-left: 45px!important;
} @media only screen and (max-width: 767px) {
.home .portfolio_timeline_vertical_content_wrapper .timeline .swiper-container {
max-height: 50vh;
}
} @media only screen and (max-width: 767px) {
li.py-fb {
float: left;
margin-right: 20px;
margin-top: 15px;
}
li.py-insta {
float: left;
margin-top: 15px;
}
} .flex-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.flex-item {
flex: 0 0 45%;
margin: 8px 0;
}
@media only screen and (max-width: 767px) {
.flex-item {
flex: 0 0 100%;
margin: 10px 0;
}
}
.flex-container .message {
flex: 0 0 100%;
}
p.submit-btn {
text-align: center;
}
p.py-wrapper-acceptance {
text-align: center
}
.wpcf7-form textarea {
height: 100px;
}
.acceptance-383 span.wpcf7-list-item {
margin: 0;
}
.wpcf7-form-control-wrap.acceptance-383 {
display: inline;
vertical-align: middle;
margin-right: 15px;
}
.wpcf7 .acceptance-383 input[type='checkbox'] {
width: 12px;
height: 12px;
cursor: pointer;
}
.py-acceptance {
font-size: 13px;
} div.content__left h1 {
background: #00000059;
padding: 20px 0;
z-index: 2;
top: 60%;
}
.team .tg_split_carousel_slider_wrapper.carousel .content__right .content__main p:last-child {
text-transform: none;
}
.team .tg_split_carousel_slider_wrapper.carousel .content__left span {
font-weight: 500;
} #cmplz-document {
max-width: none;
} @media only screen and (max-width: 767px) {
.py-caroussel-slider .tg_image_carousel_slider_wrapper.carousel {
max-height: 60vh;
}
} @media only screen and (max-width: 767px) {
.py-single-projet-header.elementor-section.elementor-section-height-full {
min-height: 50vh;
}
} .py-col-equipe-txt {
margin: -80px 20px 0;
}@media only screen and (min-width: 1200px) {
#page_content_wrapper:not(.wide), .standard_wrapper, .footer_bar_wrapper, #footer ul.sidebar_widget, #page_content_wrapper.wide:not(.photoframe) .standard_wrapper, .ppb_popup.one.contain, #blog_promo_link_wrapper, #menu_wrapper, .above_top_bar .page_content_wrapper:not(.wide)
{
max-width: 1425px;
width: 100%;
box-sizing: border-box;
margin: auto;
padding: 0 90px;
}
#page_content_wrapper.blog_wrapper
{
padding: 0;
width: calc(100% - 180px);
margin-bottom: 60px;
margin-top: 60px;
}
#footer ul.sidebar_widget
{
padding-top: 60px;
padding-bottom: 60px;
}
#page_content_wrapper .standard_wrapper
{
padding: 0;
}
#page_content_wrapper.wide.nomargin, .page_content_wrapper.wide.nomargin
{
margin-top: 0;
}
#page_content_wrapper.wide:not(.photoframe), .page_content_wrapper.wide:not(.photoframe), #page_content_wrapper.wide:not(.split), .page_content_wrapper.wide:not(.split)
{
width: 100%;
max-width: 100%;
padding: 0;
}
.footer_bar_wrapper
{
padding-top: 30px;
padding-bottom: 20px;
}
#page_content_wrapper.fullwidth, .page_content_wrapper.fullwidth
{
width: 100%;
padding: 0;
max-width: 100%;
}
.mobile_menu_wrapper .page_content_wrapper
{
padding: 0 !important;
}
#logo_wrapper .social_wrapper
{
left: 90px;
}
#logo_right_button
{
right: 90px;
}
} @media only screen and (min-width: 960px) and (max-width: 1024px)
{	
body
{
line-height: 1.6;
}
#page_caption.hasbg
{
max-height: 450px;
}
blockquote
{
font-size: 22px;
}
#option_btn
{
top: 100px;
}
.mobile_main_nav, #sub_menu
{
margin: 0;
padding: 0;
}
.mobile_menu_wrapper
{
padding: 60px;
}
body.js_nav #wrapper
{
transform: translateZ(0px) translateX(300px) rotateY(0deg);
}
body.js_nav #wrapper
{
left: 90px;
}
#page_caption h1
{
font-size: 42px;
}
.post_header.grid h6
{
font-size: 20px;
}
.team_grid_desc h5
{
font-size: 18px;
}
.gallery_archive_info_content h1
{
font-size: 30px;
}
.post_caption h1
{
font-size: 30px;
}
.post_header h5
{
font-size: 24px;
}
.social_share_button_wrapper ul
{
border: 0;
padding-left: 0;
}
.portfolio_post_wrapper
{
padding: 0 30px 0 30px;
box-sizing: border-box;
}
.standard_wrapper
{
box-sizing: border-box;
}
.parallax:not(.inner_box)
{
z-index: 0;
}
body.single-post .post_content_wrapper h1
{
font-size: 24px;
}
body.elementor-fullscreen #perspective
{
overflow: hidden;
}
#menu_border_wrapper { height: auto; display: none; }
#mobile_nav_icon
{
display: inline-block !important;
}
#wrapper
{
transition: transform 0.2s;
}
body.elementor-fullscreen:not(.elementor-overflow) #perspective
{
overflow: hidden;
}
} @media only screen and (min-width: 768px) and (max-width: 960px) {
body { font-size: 13px; overflow-x: hidden; }
.mobile_main_nav, #sub_menu
{
margin: 0;
padding: 0;
}
.mobile_menu_wrapper
{
padding: 50px;
width: 300px;
}
body.js_nav #wrapper
{
left: 0px;
}
body.js_nav #wrapper
{
transform: translateZ(0px) translateX(300px) rotateY(0deg);
}
#wrapper { padding-top: 75px; }
.top_bar { width: 100%; padding: 0; }
#logo_wrapper { padding: 20px 0 20px 0; }
.footer_before_widget .footer_logo.logo_wrapper img { max-height: none; margin-top: 0; margin: auto; }
html[data-style=fullscreen] #logo_wrapper, .top_bar.hasbg #logo_wrapper { border: 0; }
#logo_wrapper { border: 0; }
body.leftmenu .header_style_wrapper { display: block; }
.standard_wrapper { width: 100%; padding: 0 30px 0 30px; box-sizing: border-box; }
.page_content_wrapper .inner { width: 100%; padding: 0; box-sizing: border-box; }
h1 { font-size: 30px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
h7 { font-size: 12px; }
#page_caption h1 { font-size: 26px; }
#page_content_wrapper .inner .sidebar_content.full_width, .gallery_mansory_wrapper { width: 100%; box-sizing: border-box; padding: 0; }
#page_content_wrapper .inner .sidebar_content.full_width img, .page_content_wrapper img { max-width: 100%; height: auto; }
#page_content_wrapper .inner .sidebar_content.full_width#blog_grid_wrapper, #page_content_wrapper .inner .sidebar_content.full_width#galleries_grid_wrapper { width: 00%; }
#menu_wrapper { width: 100%; }
#page_content_wrapper, .page_content_wrapper, #page_caption .page_title_wrapper { width: 100%; }
.footer_bar { width: 100%; padding-bottom: 0; }
#menu_border_wrapper { height: auto; display: none; }
.portfolio_header h6 { width: 89%; }
#page_content_wrapper .inner .sidebar_content, .page_content_wrapper .inner .sidebar_content { width: 68%; border: 0; }
#page_content_wrapper .inner .sidebar_content.full_width.portfolio4_content_wrapper { width: 760px; }
.portfolio_header h6 { font-size: 16px; }
.one_fourth.portfolio4 { height: 320px; }
.post_img.animate div.thumb_content i { font-size: 2em; margin: 0 5px 0 5px; }
#page_content_wrapper .inner .sidebar_wrapper { width: 220px; margin: 0; }
#page_content_wrapper .inner .sidebar_wrapper .sidebar .content { margin: 0; }
#page_content_wrapper .inner .sidebar_wrapper .sidebar { width: 100%; }
.social_wrapper ul li img { width: 22px; }
div.home_header { font-size: 70px; letter-spacing: -2px; line-height: 80px; margin-left: 40px; margin-right: 40px; }
#page_content_wrapper .inner { width: 100%; } 
#page_content_wrapper .sidebar .content .posts.blog li img, #page_content_wrapper .posts.blog li img { width: 50px; height: auto; }
#footer { width: 100%; box-sizing: border-box; }
#footer ul.sidebar_widget { width: 100%; margin: auto; padding: 40px 30px 40px 30px; }
#page_content_wrapper:not(.wide), .page_content_wrapper:not(.wide) { width: 100%; margin-top: 0; padding: 0 30px 0 30px; box-sizing: border-box; }
#page_content_wrapper.wide, .mobile_menu_wrapper .mobile_menu_content > div { padding: 0; }
#page_content_wrapper .sidebar .content .posts.blog { float: left; margin-bottom: 20px; width: 100%; }
.comment { width: 720px; }
.comment .right { width: 82%; }
ul.children div.comment .right { width: 78%; }
#content_wrapper ul.children ul.children { width: 77%; }
#menu_wrapper .nav ul, #menu_wrapper div .nav { display: none; }
.social_wrapper { float: none; margin: auto; width: auto; }
.footer_bar_wrapper .social_wrapper { margin-right: 10px; }
.above_top_bar .social_wrapper ul { margin-top: 0; }
#page_content_wrapper .inner .sidebar_content.full_width#blog_grid_wrapper { width: 100%; }
#page_content_wrapper .inner .sidebar_content.full_width .post_wrapper.grid_layout .post_img img { width: 100% !important; height: auto !important; }
#page_content_wrapper .inner .sidebar_content { margin-right: 0; margin-top: 0; padding-right: 10px; padding-top: 0; }
#page_content_wrapper .inner .sidebar_content.left_sidebar { margin-right: 0; padding-top: 0; padding-left: 30px; }
#page_content_wrapper .inner .sidebar_wrapper, #page_content_wrapper .inner .sidebar_wrapper.left_sidebar { width: 28%; margin-right: 0; padding-left: 10px; padding-top: 0; margin-right: 0; }
.page_content_wrapper .inner .sidebar_wrapper { width: 30%; }
#page_content_wrapper .inner .sidebar_wrapper.left_sidebar { padding-left: 0; margin-right: 0; }
#page_content_wrapper .inner .sidebar_content.full_width .post_wrapper .post_img img, #page_content_wrapper .inner .sidebar_content .post_wrapper .post_img img { max-width: 100%; height: auto; }
.post_content_wrapper { width: 100%; }
.comment .right { width: 54%; }
ul.children div.comment .right { width: 62%; }
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img { width: 62px; height: auto; }
.page_control { left: 46%; }	
#footer ul.sidebar_widget li ul.posts.blog li img { width: 50px; }
.post_circle_thumb { width: 60px; height: 60px; margin-right: 15px; }
.testimonial_slider_wrapper { font-size: 16px; }
#footer .sidebar_widget.four > li { width: 46%; margin-right: 3%; margin-bottom: 3%; }
#footer .sidebar_widget.four > li:nth-child(2), #footer .sidebar_widget.four > li:nth-child(4) { width: 46%; margin-right: 0; float: right; }
#footer .sidebar_widget.four > li:nth-child(3) { clear: both; }
.portfolio_desc.team h5 { font-size: 20px; }
.portfolio_desc h6, .portfolio_desc h5 { font-size: 18px; }
.slider_wrapper .flexslider img { max-width: 100% !important; height: auto; }
h1.product_title { font-size: 26px; }
p.price ins span.amount, p.price span.amount { font-size: 20px; }
.post_img.small img.thumbnail_gallery { max-width: 143px !important; }
.team_wrapper .one_half, .team_wrapper .one_half.last, .testimonial_wrapper .one_half, .testimonial_wrapper .one_half.last { width: 100%; margin-right: 0; margin-bottom: 4%; clear: both; }
.one.withbg, .one.withbg[data-mouse="mouse_pos"], .one.withbg[data-type="background"] { background-attachment: scroll !important; background-size: cover !important; background-position: center top !important; }
#page_caption.hasbg h1.withtopbar, h1.hasbg.withtopbar, #page_caption.hasbg.notransparent h1.withtopbar { margin-top: 160px !important; }
.one_half_bg.nopadding { padding: 0 !important; }
.one_half_bg, .one_third_bg, .two_third_bg { padding: 0; }
a.button.fullwidth.ppb .title { font-size: 26px; }
#copyright { float: none; width: 100%; margin-bottom: 0; text-align: center; clear: both; margin-top: 10px; }
.menu-footer-menu-container { width: 100%; text-align: center; }
#footer_menu { float: none; width: 100%; text-align: center; }
#footer_menu li { float: none; display: inline-block; }
input[type=submit].medium, input[type=button].medium, a.button.medium { padding: .3em 1.2em .3em 1.2em; }
.contact_form_wrapper input[type=text], .contact_form_wrapper input[type=email], .contact_form_wrapper input[type=date] { margin-bottom: 4%; }
.one_half_bg.contact_form { padding: 40px; }
#page_content_wrapper .inner .sidebar_content, .page_content_wrapper .inner .sidebar_content { margin-right: 0; }
#page_content_wrapper .inner .sidebar_content.left_sidebar { border: 0; padding-left: 0; padding-right: 0; }
.ppb_content { width: 100%; }
.page_content_wrapper.fullwidth .portfolio_filter_dropdown, #page_content_wrapper.fullwidth .portfolio_filter_dropdown { margin-right: 3%; }
#page_content_wrapper .inner #portfolio_filter_wrapper.sidebar_content { width: 100%; padding: 0; }
.sidebar_content.three_cols.gallery .element { width: 100%; margin-right: 0; }
#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content { padding: 0; }
#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content.left_sidebar { padding-left: 0; }
.post_header.grid h6 { font-size: 18px; }
#page_content_wrapper .posts.blog li, .page_content_wrapper .posts.blog li { width: 100%; float: none; margin-right: 0; }
#page_content_wrapper .inner .sidebar_content #commentform p.comment-form-author, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-email, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-url { width: 27.6%; }
.post_img.team { border-radius: 0; }
.post_header h5, .post_quote_title { font-size: 20px; }
#autocomplete { margin-top: 11px; }
.post_header.search { width: 80%; }
#searchform input[type=text] { width: 70%; }
.one_half .page_content_wrapper .inner, .one_third .page_content_wrapper .inner, .one_fourth .page_content_wrapper .inner, .one_fifth .page_content_wrapper .inner, .two_third .page_content_wrapper .inner
{
max-width: 100%;
width: 100%;
padding: 0;
}
#page_caption h1
{
font-size: 24px;
}
.one_half_bg { padding: 40px !important; }
.one_third_bg.team_photo { width: 33.3%; }
.two_third_bg.team { width: 66.6%; padding: 20px; }
#page_content_wrapper .inner .sidebar_content #commentform p.comment-form-author, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-email, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-url { width: 100%; box-sizing: border-box; }
.three_cols.gallery .element .portfolio_title h5
{
font-size: 16px;
}
.three_cols.gallery .element .portfolio_title .post_detail
{
font-size: 12px;
}
#page_content_wrapper.split #portfolio_filter_wrapper.two_cols.gallery .element
{
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
#page_content_wrapper.split #portfolio_filter_wrapper.two_cols.gallery.wide .element
{
margin-bottom: 0;
}
.portfolio_desc.portfolio4 .post_detail
{
display: none;
}
.top_bar.scroll #logo_wrapper
{
display: block;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty
{
height: 30px;
}
#mobile_nav_icon
{
display: inline-block !important;
}
.image_classic_frame
{
margin-bottom: 20px;
}
.one_third.gallery3 .gallery_archive_desc h4, .one_fourth.gallery4 .gallery_archive_desc h4
{
font-size: 14px;
}
.standard_wrapper
{
width: 100%;
padding: 0 30px 0 30px;
}
.sidebar_content:not(.full_width) .standard_wrapper
{
padding: 0;
}
.post_caption h1
{
font-size: 24px;
}
.four_cols.gallery .element .portfolio_title h5
{
font-size: 14px;
}
.post_img.fadeIn, .post_img.grid.fadeIn
{
opacity: 1;
}
.fullwidth_comment_wrapper .comment .right
{
width: 78%;
}
#nav_wrapper
{
border: 0;
}
.three_cols.gallery.wide .element.double_size
{
width: 66.65%;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a, html[data-menu=centeralogo] body #logo_right_button
{
padding-top: 0;
}
.social_share_button_wrapper ul
{
border: 0;
padding-left: 0;
}
.parallax
{
z-index: 0;
}
.portfolio_post_wrapper
{
margin-bottom: 0;
}
body.single-portfolios .portfolio_post_wrapper
{
margin-bottom: 30px;
}
#toTop
{
bottom: 15px;
}
#logo_normal.logo_container
{
left: 0;
}
.footer_bar_wrapper
{
width: 100%;
padding-top: 40px;
padding-bottom: 20px;
}
.above_top_bar .page_content_wrapper
{
width: 100%;
padding: 0 30px 0 30px;
box-sizing: border-box;
}
body #page_caption h1
{
font-size: 32px;
}
#page_caption.hasbg
{
height: 450px;
}
blockquote
{
font-size: 20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
width: 48.5%;
}
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n)
{
margin-right: 0 !important;
}
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary
{
width: 50%;
padding: 0 10px 0 10px;
box-sizing: border-box;
float: left;
}
body.admin-bar #close_mobile_menu
{
top: 46px;
}
body.admin-bar .header_style_wrapper
{
padding-top: 46px;
}
#page_content_wrapper .posts.blog li a, .page_content_wrapper .posts.blog li a, #footer ul.sidebar_widget li ul.posts.blog li a
{
letter-spacing: 0;
}
#page_content_wrapper .inner .sidebar_content.full_width.blog_f
{
width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product
{
width: 48%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a
{
padding: 10px 20px 9px 20px !important;
}
#page_content_wrapper.blog_wrapper.hasbg
{
padding-top: 30px;
padding-bottom: 30px;
}
body.centeralign .logo_container .logo_wrapper:not(.hidden)
{
margin-top: 0;
}
body.leftmenu .mobile_menu_wrapper
{
left: -10px;
-webkit-transition: -webkit-transform 200ms ease;
-moz-transition: transform 200ms ease;
-o-transition: -o-transform 200ms ease;
transition: transform 200ms ease;
-webkit-transform: translate(-400px, 0px);
-moz-transform: translate(-400px, 0px);
transform: translate(-400px, 0px);
}
body.leftmenu #wrapper
{
width: 100%;
transform-origin: 50% 50% 50%;
left: 0;
padding-top: initial !important;
}
body.leftmenu .tg_fullscreen_gallery_wrapper,
body.leftmenu .tg_parallax_slide_container,
body.leftmenu .tg_parallax_slide_background,
body.leftmenu .tg_animated_frame_slider_wrapper.slideshow,
body.leftmenu .tg_room_slider_wrapper,
body.leftmenu .tg_popout_slide_container.slider,
body.leftmenu .tg_transitions_slide_container
{
width: 100%;
left: 0;
}
body.leftmenu .icon-scroll {
left: 50%;
}
body.leftmenu .tg_room_slider_wrapper .slide
{
width: 50%;
margin: 7vh 0 0 20vw;
}
body.leftmenu .tg_skewed_slide_container .slider-page__content
{
padding: 0 32% 0 32%;
}
body.leftmenu .tg_clip_path_slide_container .slide__content
{
left: calc(5%);
bottom: 30px;
}
body.leftmenu #page_content_wrapper .inner .sidebar_content .tg_split_slick_slide_container .slideshow .slider .item img
{
left: 50%;
min-width: 101%;
}
body.leftmenu .tg_split_slick_slide_container .slideshow-text 
{
left: 50%;
}
body.tg_footer_reveal #footer_wrapper
{
position: relative;
}
#wrapper
{
transition: transform 0.2s;
}
} @media only screen and (max-width: 767px) {
body { -webkit-text-size-adjust: none; }
body { font-size: 13px; }
.logo_container { display: block; }
.logo_wrapper img { max-width: 250px; height: auto; margin-top: 0px; display: inline-block; }
.footer_before_widget .footer_logo.logo_wrapper img { max-height: none; margin-top: 0; margin: auto; }
.top_bar { width: 100%; padding: 0 30px 15px 30px; }
body.elementor-page .top_bar { padding: 0 20px 15px 20px; }
.top_bar { padding-bottom: 0 !important; }
#top_contact_hours, #top_contact_number { display: none; }
.mobile_menu_wrapper { width: 270px; }
.standard_wrapper { width: 100%; padding: 0 30px 0 30px; box-sizing: border-box; }
h1 { font-size: 30px!important; }
h2 { font-size: 28px; }
h3 { font-size: 26px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
h7 { font-size: 17px; }
.post_header.grid h6, .post_quote_title.grid { font-size: 18px; }
#page_caption h1 { font-size: 26px !important; }
#page_caption .page_title_wrapper { width: 100%; margin: auto; }
#page_caption { padding-left: 30px; padding-right: 30px; padding-top: 40px; padding-bottom: 40px; box-sizing: border-box; margin-bottom: 30px; float: left; }
#page_content_wrapper .inner .inner_wrapper { padding: 0; }
#page_content_wrapper .inner .sidebar_content.full_width { width: 100%; margin-top: 15px; margin-bottom: 0; }
#page_content_wrapper .inner .sidebar_content img { max-width: 100%; height: auto; }
body #page_content_wrapper:not(.wide), body .page_content_wrapper:not(.wide) { width: 100%; margin-top: 0; padding: 0 30px 0 30px; box-sizing: border-box; }
#page_content_wrapper.wide, .page_content_wrapper.wide { padding: 0; }
#page_content_wrapper .inner { width: 100%; padding: 0; }
#page_content_wrapper .inner #page_main_content { margin-top: 0; padding-bottom: 0; margin-bottom: 0; }
#page_content_wrapper .inner { width: 100%; margin: auto; }
#page_content_wrapper .inner .sidebar_content { width: 100%; margin-top: 0; padding-bottom: 0; float: none; border: 0 !important; }
#page_content_wrapper .inner .sidebar_content.portfolio, #page_content_wrapper .inner .sidebar_content.portfolio #portfolio_filter_wrapper { padding-top: 0; }
#page_content_wrapper .inner .sidebar_content.full_width { width: 100%; margin-top: 0; }
#page_content_wrapper .inner #page_caption.sidebar_content.full_width { padding-bottom: 20px; }
#page_content_wrapper .inner .sidebar_content.full_width img { max-width: 100%; height: auto !important; }
#page_content_wrapper .inner .sidebar_wrapper { width: 100%; margin-left: 0; margin-bottom: 0; margin-top: 25px; padding-top: 0; }
#page_content_wrapper .inner .sidebar_wrapper .sidebar .content { margin: 0; }
#page_content_wrapper .inner .sidebar_content.full_width#blog_grid_wrapper, #page_content_wrapper .inner .sidebar_content.full_width#galleries_grid_wrapper { width: 100%; }
.portfolio_header h6 { width: 31%; font-size: 12px; }
#page_content_wrapper .inner .sidebar_content img { max-width: 100%; height: auto; }
.fullwidth_comment_wrapper .comment .right { width: 66%; margin-left: 15px; }
.fullwidth_comment_wrapper ul.children div.comment .right { width: 64%; padding: 0; }
ul.children div.comment ul.children div.comment .right { width: 50%; }
#content_wrapper ul.children ul.children { width: 100%; }
ul.children .comment { margin-left: 0; }
#content_wrapper ul.children { border: 0; }
#content_wrapper ul.children ul.children { margin-left: -16px; }
.comment_wrapper #respond { margin-left: 20px; }
.comment_wrapper ul.children #respond { margin-left: -55px; }
#menu_wrapper { width: 100%; }
#menu_border_wrapper, #menu_border_wrapper_right { height: auto; display: none; }
#portfolio_filter_wrapper.two_cols { width: 100%; }
#portfolio_filter_wrapper.two_cols .element { width: 100%; }
.one_half.gallery2, .one_half.portfolio2, .one_half.gallery2 .mask, .one_half.gallery2.filterable { width: 100%; height: auto; }
.one_half.gallery2 .mask { width: 100%; height: 100% !important; }
.one_half.portfolio2 { margin-bottom: 5%; margin-right: 5%; }
.one_half.gallery2 .mask .button.circle { margin-top: 30%; }
.one_half.gallery2 img.blur_effect, .one_half.portfolio2 img.blur_effect { width: 100%; height: auto; }
.one_half.gallery2:hover .mask .mask_circle { width: 32px; height: 32px; margin-top: 22%; }
.one_half.gallery2 .mask .mask_circle i { font-size: 30px; line-height: 34px; }
#portfolio_filter_wrapper.three_cols { width: 100%; }
#portfolio_filter_wrapper.three_cols .element { width: 100%; float: left; margin-right: 0%;}
.one_third.gallery3, .one_third.portfolio3, .one_third.gallery3 .mask, .one_third.gallery3.filterable { width: 100%; height: auto; }
.one_third.gallery3 .button.circle img { width: 30px !important; height: 30px !important; }
.one_third.gallery3 .mask { width: 100%; height: 100% !important; }
.one_third.gallery3 img.blur_effect, .one_third.portfolio3 img.blur_effect { width: 100%; height: auto; }
.one_third.gallery3 h5 { font-size: 14px !important; }
.one_third.gallery3:hover .mask .mask_circle { width: 32px; height: 32px; margin-top: 22%; }
.one_third.gallery3 .mask .mask_circle i { font-size: 30px; line-height: 34px; }
#portfolio_filter_wrapper.four_cols { width: 100%; }
#portfolio_filter_wrapper.four_cols .element { width: 100%; margin-right: 0;}
.one_fourth, .one_fourth.last { width: 100%; margin-right: 0; margin-bottom: 2%; clear: both; }
.one_fourth.gallery4, .one_fourth.portfolio4, .one_fourth.gallery4 .mask, .one_fourth.gallery4.filterable { width: 100%; height: auto; }
.one_fourth.gallery4 img.blur_effect, .one_fourth.portfolio4 img.blur_effect { width: 100%; height: auto; }
.one_fourth.gallery4 .mask { width: 100%; height: 100% !important; }
.one_fourth.gallery4.portfolio_type h6 { margin-top: 34%; }
.one_fourth.gallery4:hover .mask .mask_circle { width: 32px; height: 32px; margin-top: 22%; }
.one_fourth.gallery4 .mask .mask_circle i { font-size: 30px; line-height: 34px; }
.one_third.portfolio3_wrapper, .one_fourth.portfolio4_wrapper { width: 100%; clear: both; }
.post_header { width: 100%; }
.post_header h5 { font-size: 20px; letter-spacing: -1px; }
blockquote { width: 100%; font-size: 18px; }
blockquote:before { font-size: 2.0em; }
#respond { margin-bottom: 0; width: 100%; }
.post_wrapper { width: 100%;; margin-top: 0; }
#page_content_wrapper .inner .sidebar_wrapper .sidebar { width: 100%; }
#footer { width: 100%; }
#footer ul.sidebar_widget { margin-left: 10px; }
#footer ul.sidebar_widget { width: 100%; float: none; margin: auto; padding: 0 30px 0 30px; box-sizing: border-box; }
#footer .sidebar_widget.four > li, #footer .sidebar_widget.three > li, #footer .sidebar_widget.two > li, #footer .sidebar_widget.one > li, #footer .sidebar_widget.four > li:nth-child(4), #footer .sidebar_widget.three > li:nth-child(3), #footer .sidebar_widget.two > li:nth-child(2) { width: 100%; }
.footer_bar { margin-bottom: 0; }
#copyright { width: 100%; }
.social_wrapper, .social_wrapper.shortcode { float: none; margin: auto; width: auto; }
.social_wrapper ul { margin-top: 15px; }
.social_wrapper ul, .social_wrapper ul li { display: inline-table; }
.footer_bar_wrapper { width: 100%; }
#copyright { float: left; width: 100%; padding: 0 30px 0 30px; box-sizing: border-box; }
.one_third, .one_third.last { width: 100%; margin-bottom: 3%; margin-right: 0; }
.two_third, .two_third.last { width: 100%; margin-bottom: 3%; }
#footer .sidebar_widget.four > li { margin-bottom: 20px; }
.post_content_wrapper { width: 100%; }
ul.children div.comment .right { width: 86%; }
.page_control { left: 39%; bottom: 65px; }
.one.fullwidth .page_content_wrapper { padding: 0; }
.page_content_wrapper.nopadding { padding: 0 !important; }
#page_content_wrapper .inner .sidebar_content.full_width.portfolio4_content_wrapper, .page_content_wrapper.portfolio4_content_wrapper { width: 100% !important; }
.one_fourth, .one_fourth.last { width: 100%; margin-right: 0; }
.post_img img { max-width: 100% !important; height: auto; }
body.page-template-blog-g-php .post.type-post, body.error404 .post.type-post, body.search .hentry, body.page-template-galleries-php .galleries.type-galleries, body.tax-gallerycat .galleries.type-galleries, .ppb_blog_posts .post.type-post { width: 100%; }
#blog_grid_wrapper .post.type-post { width: 100% !important; margin-left: 0; }
#page_content_wrapper .inner .sidebar_wrapper.left_sidebar { width: 100%; padding-top: 0; margin-right: 0; margin-top: 30px; margin-bottom: 25px; }
.post_header.full, .post_excerpt_full { width: 96%; }
#page_content_wrapper .inner .sidebar_content.full_width#blog_grid_wrapper { width: 100%; }
#blog_grid_wrapper { width: 100%; }
.one_half, .one_half.last { width: 100%; clear: both; margin-bottom: 20px; }
#blog_grid_wrapper { padding-top: 20px; }
.post_img { margin-bottom: 20px; }
#social_share_wrapper, .social_share_wrapper { margin-top: 30px; }
#page_content_wrapper .posts.blog li { width: 100%; }
body.single .post.type-post { float: none; padding-top: 30px; }
.post_header h6 { font-size: 16px; }
.alert_box_msg { max-width: 80% !important; }
.social_wrapper.shortcode ul li { margin: 5px; }
.one_fifth { width: 100%; float: none; }
.footer_bar_wrapper .social_wrapper ul { margin-top: 0; }
.above_top_bar .page_content_wrapper { margin: 0; margin: auto; }
.above_top_bar .top_contact_info { width: 100%; float: none; margin: auto; text-align: center; border: 0; }
.above_top_bar .top_contact_info span { border: 0; }
.above_top_bar .social_wrapper { display: none; }
.one.withsmallpadding:not(.withbg):not(.fullwidth), .one.withpadding:not(.withbg):not(.fullwidth) { padding: 30px 0 30px 0 !important; box-sizing: border-box; clear: both; margin: 0 !important; }
.one.withpadding:not(.withbg):not(.fullwidth).parallax_content { padding: 30px 0 30px 0 !important; box-sizing: border-box; }
.footer_bar_wrapper .social_wrapper { width: 100%; text-align: center; float: none; margin: 0 0 10px 0; }
.footer_bar_wrapper .social_wrapper ul li { float: none; display: inline-block; margin: 0 5px 0 5px; }
.comment .right { width: 100%; margin-left: 0; padding: 0 0 15px 0; }
body.search .post_header { width: 72%; }
h1.product_title { font-size: 20px; }
.post_img.small img.thumbnail_gallery { max-width: 140px !important; }
.one.withbg { background-attachment: scroll !important; background-size: cover !important; background-position: center top !important; background: #000; }
.three_cols.gallery .element, .four_cols.gallery .element, #photo_wall_wrapper .wall_entry, .photo_wall_wrapper .wall_entry, #photo_wall_wrapper .wall_entry.three_cols, #photo_wall_wrapper .wall_entry.four_cols, .photo_wall_wrapper .wall_entry.four_cols { width: 100%; margin-right: 0%; }
.page_content_wrapper .inner, .standard_wrapper { width: 100%; }
.one_half_bg, .one_third_bg, .two_third_bg, .one_fourth_bg, .one_fifth_bg { width: 100%; padding: 30px !important; }
.one_half_bg.nopadding, .two_third_bg > div, .one_half_bg > div, .one_third_bg > div, .one_fourth_bg > div { padding: 0 !important; }
.one .page_content_wrapper.withbg { max-height: 300px; }
#page_content_wrapper .inner .sidebar_content, .page_content_wrapper .inner .sidebar_content, #page_content_wrapper .inner .sidebar_content.portfolio { width: 100%; margin-right: 0; border: 0; margin-bottom: 30px; float: left; padding-right: 0; }
#page_content_wrapper .inner .sidebar_content.left_sidebar, .page_content_wrapper .inner .sidebar_content.left_sidebar { width: 100%; float: none; padding: 0; clear: both; }
#page_content_wrapper .inner .sidebar_wrapper, .page_content_wrapper .inner .sidebar_wrapper, #page_content_wrapper .inner .sidebar_wrapper.left_sidebar, .page_content_wrapper .inner .sidebar_wrapper.left_sidebar { width: 100%; float: left; margin-top: 20px; clear: both; }
#page_content_wrapper .inner .sidebar_wrapper.left_sidebar, .page_content_wrapper .inner .sidebar_wrapper.left_sidebar
{
margin-top: 0;
}
.page_content_wrapper.fullwidth #portfolio_filter_wrapper.gallery, #page_content_wrapper.fullwidth #portfolio_filter_wrapper.gallery, .page_content_wrapper.fullwidth .portfolio_filter_wrapper.gallery, #page_content_wrapper.fullwidth .portfolio_filter_wrapper.gallery { width: 100%; margin: 0; }
#page_content_wrapper .inner #portfolio_filter_wrapper.sidebar_content { width: 100%; }
.page_content_wrapper .inner > div:not(.line_divider_border):not(.line_divider_seperator) { width: 100% !important; box-sizing: border-box; }
#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content, #blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post { width: 100%; margin-right: 0; }
.post_share_bubble { left: 30px; }
.photo_wall_wrapper.shortcode, #photo_wall_wrapper .wall_entry, .photo_wall_wrapper .wall_entry.withmargin { width: 100%; margin: 0; }
.one_third_bg.team_photo { padding-bottom: 0!important; }
.map_shortcode_wrapper { max-height: 300px; }
.testimonial_slider_wrapper { font-size: 16px; }
#page_content_wrapper .inner .sidebar_content.full_width img, .page_content_wrapper img{ max-width: 100%; height: auto; }
#footer_menu { float: left; width: 100%; padding: 0 30px 0 30px; box-sizing: border-box; }
#footer_menu li:first-child { margin-left: 0; }  
#page_content_wrapper .inner .sidebar_content.full_width#blog_grid_wrapper, .page_content_wrapper .inner .sidebar_content.full_width.blog_grid_wrapper { width: 100%; }
#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content.left_sidebar { padding-left: 0; }
#footer_before_widget_text { width: 85%; }
#toTop { right: 10px; }
.post.type-post { margin-bottom: 10px; }
#page_caption.hasbg .post_detail, #page_caption.hasbg .post_detail a, #page_caption.hasbg .post_detail a:hover, #page_caption.hasbg .post_detail a:active, .page_tagline { font-size: 11px; }
.post_type_icon i { line-height: 38px; }
#searchform input[type=text] { width: 71%; }
#page_content_wrapper .inner .sidebar_content #commentform p.comment-form-author, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-email, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-url { width: 100%; box-sizing: border-box; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100%; margin: 0 0 30px 0; }
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product { width: 100% !important; margin: 0 0 30px 0; }
.woocommerce table.cart td.actions .coupon .input-text#coupon_code { width: 48%; }
#logo_wrapper .social_wrapper { display: none; }
#logo_wrapper, html[data-style=fullscreen] #logo_wrapper, .top_bar.hasbg #logo_wrapper { border: 0; text-align: left; padding: 15px 0 15px 0; }
.three_cols.gallery .element .portfolio_title .image_caption, 
.two_cols.gallery .element .portfolio_title .image_caption, 
.four_cols.gallery .element .portfolio_title .image_caption, 
.five_cols.gallery .element .portfolio_title .image_caption
{
transform: translateY(0px);
opacity: 1;
}
.two_cols.gallery.wide .element, .three_cols.gallery.wide .element, .two_cols.gallery .element, .four_cols.gallery.wide .element, .five_cols.gallery.wide .element
{
width: 100%;
margin-right: 0;
}
.two_cols.gallery.wide .element, .three_cols.gallery.wide .element, .four_cols.gallery.wide .element, .five_cols.gallery.wide .element
{
margin-bottom: 0;
}
.footer_photostream li
{
width: 25%;
}
.post_excerpt
{
width: 100%;
}
.top_bar.scroll #logo_wrapper
{
display: block !important;
}
.portfolio_desc
{
margin-bottom: 15px;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty
{
height: 31px;
-webkit-appearance: none;
}
.page_tagline, .post_header .post_detail, .recent_post_detail, .post_detail, .thumb_content span, .portfolio_desc .portfolio_excerpt, .testimonial_customer_position, .testimonial_customer_company
{
font-size: 11px;
}
.five_cols.gallery .element .portfolio_title h5
{
font-size: 16px;
}
.textwidget img
{
text-align: center;
}
.mobile_menu_wrapper
{
width: 270px;
padding: 30px;
}
.mobile_main_nav li.menu-item-has-children > a:after
{
left: 240px;
}
.fullscreen_share_content #social_share_wrapper ul li a i
{
font-size: 3em;
}
.fullscreen_share_content #social_share_wrapper ul li
{
margin: 0 10px 0 10px;
}
body.js_nav #overlay_background 
{
visibility: visible;
opacity: 1;
}
#mobile_nav_icon
{
display: inline-block !important;
}
.standard_wrapper
{
width: 100%;
padding: 0 20px 0 20px;
float: left;
}
.standard_wrapper:empty
{
padding: 0;
}
.header_style_wrapper .standard_wrapper
{
padding: 0 10px 0 10px;
}
.five_cols.gallery .element
{
width: 100%;
}
.one
{
width: 100% !important;
overflow: hidden;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering
{
float: left;
}
.post_caption
{
margin-bottom: 20px;
}
#option_btn, #option_wrapper
{
display: none;
}
#logo_normal.logo_container, #logo_transparent.logo_container
{
left: 0;
top: 10px;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a, html[data-menu=centeralogo] #logo_right_button
{
padding-top: 3px !important;
}
#mobile_nav_icon
{
border-top-width: 2px;
}
.parallax
{
z-index: 0;
clear: both;
}
.parallax_scroll
{
position: relative !important;
}
#wrapper
{
padding-top: 69px;
}
.menu-footer-menu-container
{
margin-bottom: 10px;
float: left;
}
.header_style_wrapper.nofixed
{
display: block;
}
.portfolio_mixed_filter_wrapper.contained, .portfolio_mixed_filter_wrapper.three_cols.gallery .element.double_size, .portfolio_mixed_filter_wrapper.three_cols.gallery .element
{
width: 100%;
box-sizing: border-box;
}
.social_share_button_wrapper .social_post_view, .social_share_button_wrapper .social_post_share_count
{
margin: 0 10px 0 10px;
}
.social_share_button_wrapper ul
{
padding-left: 0;
border: 0;
}
#page_caption.hasbg .page_title_wrapper .page_title_inner
{
box-shadow: 0 0 0;
}
.floatright
{
float: left;
}
#page_content_wrapper .inner .sidebar_content ul.products
{
padding: 0;
}
body.single-product #page_content_wrapper .inner .sidebar_content.full_width
{
padding-top: 0;
}
#about_the_author .author_detail
{
width: 100%;
text-align: center;
}
#about_the_author .gravatar
{
margin: auto;
float: none;
margin-bottom: 20px;
}
.author_content .author_label
{
float: none;
}
body.single-post #page_content_wrapper, body.single-attachment #page_content_wrapper
{
margin-top: 30px;
clear: both;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
clear: both;
}
#page_caption.hasbg
{
max-height: 300px;
}
.grid.gallery .element .grid.gallery2,
.grid.gallery .element .grid.gallery3,
.grid.gallery .element .grid.gallery4,
.sidebar_content:not(.full_width) .grid.gallery .element .grid.gallery2,
.sidebar_content:not(.full_width) .grid.gallery .element .grid.gallery3,
.grid.gallery.portrait .element .grid.gallery4
{
min-height: 300px;
}
body.single-post #page_caption .page_title_wrapper
{
width: 100%;
}
html[data-menu=leftalign] #logo_right_button
{
top: 0;
}
#rsvp.button.ghost, .woocommerce #rsvp.button.ghost
{
margin-right: 10px;
}
#page_content_wrapper p.woocommerce-result-count
{
padding-bottom: 0;
}
.woocommerce .woocommerce-ordering
{
margin-bottom: 30px;
}
.woocommerce .star-rating
{
float: none;
clear: both;
margin-bottom: 5px;
}
.woocommerce #review_form #respond p.stars
{
margin-top: -7px;
}
body.admin-bar #close_mobile_menu
{
top: 46px;
}
body.admin-bar .header_style_wrapper
{
padding-top: 46px;
}
body.admin-bar .header_style_wrapper.scroll
{
padding-top: 0px;
}
div.wpcf7 .ajax-loader
{
display: block;
}
.page_title_wrapper .standard_wrapper
{
padding: 0;
}
#page_caption.hasbg .page_title_wrapper .page_title_inner
{
width: 100%;
}
#page_caption.hasbg .page_title_wrapper .standard_wrapper
{
padding: 0 30px 0 30px;
}
#blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post, .post.type-post.grid_layout
{
width: 100%;
margin-top: 20px;
}
body.admin-bar .frame_top
{
top: 46px;
}
.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price
{
font-size: 1.3em !important;
}
#page_content_wrapper .inner .sidebar_content.full_width.blog_f
{
width: 100%;
}
body.js_nav #wrapper
{
left: -30px;
}
body.js_nav #wrapper
{
transform: translateZ(0px) translateX(300px) rotateY(0deg);
}
#sub_menu
{
margin: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product
{
width: 100%;
margin-right: 0;
}
.header_client_wrapper
{
display: none;
}
#page_caption.hasbg
{
z-index: 3 !important;
margin: 0;
}
.post_navigation.previous .navigation_anchor
{
margin-left: -53px;
}
.post_navigation.next .navigation_anchor
{
margin-right: -35px;
}
body.centeralign .logo_container .logo_wrapper:not(.hidden)
{
margin-top: 0;
}
body.leftmenu .mobile_menu_wrapper
{
left: -10px;
-webkit-transition: -webkit-transform 200ms ease;
-moz-transition: transform 200ms ease;
-o-transition: -o-transform 200ms ease;
transition: transform 200ms ease;
-webkit-transform: translate(-400px, 0px);
-moz-transform: translate(-400px, 0px);
transform: translate(-400px, 0px);
}
body.leftmenu #wrapper
{
width: 100%;
transform-origin: 50% 50% 50%;
left: 0;
padding-top: initial !important;
}
body.leftmenu .tg_fullscreen_gallery_wrapper,
body.leftmenu .tg_parallax_slide_container,
body.leftmenu .tg_parallax_slide_background,
body.leftmenu .tg_animated_frame_slider_wrapper.slideshow,
body.leftmenu .tg_room_slider_wrapper,
body.leftmenu .tg_popout_slide_container.slider,
body.leftmenu .tg_transitions_slide_container
{
width: 100%;
left: 0;
}
body.leftmenu .icon-scroll {
left: 50%;
}
body.leftmenu .tg_room_slider_wrapper .slide
{
width: 50%;
margin: 7vh 0 0 20vw;
}
body.leftmenu .tg_skewed_slide_container .slider-page__content
{
padding: 0 32% 0 32%;
}
body.leftmenu .tg_clip_path_slide_container .slide__content
{
left: calc(5%);
bottom: 30px;
}
body.leftmenu #page_content_wrapper .inner .sidebar_content .tg_split_slick_slide_container .slideshow .slider .item img
{
left: 50%;
min-width: 101%;
}
body.leftmenu .tg_split_slick_slide_container .slideshow-text {
left: 50%;
}
body.leftmenu .logo_container
{
display: none;
}
body.leftmenu .header_style_wrapper
{
display: block;
}
body.leftmenu #footer_wrapper
{
width: 100%;
margin-left: 0;
}
body.leftmenu .logo_container
{
display: block;
}
body.tg_footer_reveal #footer_wrapper
{
position: relative;
}
body.single-post #page_content_wrapper .inner .sidebar_content,
body.single-post #page_content_wrapper .inner .sidebar_wrapper .sidebar
{
box-sizing: border-box;
}
.post_navigation.previous .navigation_anchor
{
margin-left: -42px;
}
.post_navigation.next .navigation_anchor
{
margin-right: -28px;
}
#wrapper
{
transition: transform 0.2s;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
body { -webkit-text-size-adjust: none; }
.map_shortcode_wrapper { max-height: 200px; }
#page_content_wrapper .inner .sidebar_content #commentform p.comment-form-author, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-email, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-url { width: 25.8%; }
#page_caption.hasbg .page_title_wrapper .page_title_inner
{
padding: 25px;
bottom: 10px;
}
}
@media screen and (max-width: 667px) and (orientation:landscape) {
body { -webkit-text-size-adjust: none; }
}