@font-face {
font-family: 'lg';
src: url(//spare-sinnvoll.de/wp-content/themes/portalheld-theme/assets/fonts/lg.eot?n1z373);
src: url(//spare-sinnvoll.de/wp-content/themes/portalheld-theme/assets/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//spare-sinnvoll.de/wp-content/themes/portalheld-theme/assets/fonts/lg.woff?n1z373) format("woff"), url(//spare-sinnvoll.de/wp-content/themes/portalheld-theme/assets/fonts/lg.ttf?n1z373) format("truetype"), url(//spare-sinnvoll.de/wp-content/themes/portalheld-theme/assets/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: normal;
font-style: normal;
}
.lg-icon {
font-family: 'lg';
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;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF;
}
.lg-actions .lg-next {
right: 20px;
}
.lg-actions .lg-next:before {
content: "\e095";
}
.lg-actions .lg-prev {
left: 20px;
}
.lg-actions .lg-prev:after {
content: "\e094";
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
color: #FFF;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
background-color: rgba(0, 0, 0, 0.45);
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center;
z-index: 1080;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
color: #999;
display: inline-block;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
border-radius: 5px;
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom 0.25s ease;
transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
color: #FFF;
}
.lg-outer .lg-video-cont {
display: inline-block;
vertical-align: middle;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px;
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
}
.lg-outer .lg-has-html5 .lg-video-play {
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1083;
opacity: 0;
-webkit-transition: opacity 0.08s ease 0s;
transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: "\e311";
}
#lg-actual-size {
font-size: 20px;
}
#lg-actual-size:after {
content: "\e033";
}
#lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
#lg-zoom-out:after {
content: "\e312";
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow 0.3s ease 0s;
transition: box-shadow 0.3s ease 0s;
width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0;
}
.lg-fullscreen:after {
content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
background-color: rgba(0, 0, 0, 0.25);
bottom: 0;
cursor: default;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1081;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-ms-transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
color: #FFF;
}
.lg-outer .lg-dropdown {
background-color: #fff;
border-radius: 2px;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: left;
top: 50px;
opacity: 0;
visibility: hidden;
-ms-transform: translate3d(0, 5px, 0);
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
content: "";
display: block;
height: 0;
width: 0;
position: absolute;
border: 8px solid transparent;
border-bottom-color: #FFF;
right: 16px;
top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
color: #333;
}
.lg-outer .lg-dropdown a {
color: #333;
display: block;
white-space: pre;
padding: 4px 12px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
display: inline-block;
line-height: 1;
margin-top: -3px;
vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
color: #333;
display: inline-block;
float: none;
font-size: 20px;
height: auto;
line-height: 1;
margin-right: 8px;
padding: 0;
vertical-align: middle;
width: auto;
}
.lg-outer #lg-share {
position: relative;
}
.lg-outer #lg-share:after {
content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
content: "\e903";
}
.group {
*zoom: 1;
}
.group:before, .group:after {
display: table;
content: "";
line-height: 0;
}
.group:after {
clear: both;
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
}
.lg-outer .lg-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
background: url(//spare-sinnvoll.de/wp-content/themes/portalheld-theme/assets/images/loading.gif) no-repeat scroll center center transparent;
display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
.lg-outer .lg-img-wrap {
position: absolute;
padding: 0 5px;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html {
display: none;
}
.lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
body.lg-on .lg-backdrop {
z-index: 99999;
}
body.lg-on .lg-outer {
z-index: 999999;
}@keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@-webkit-keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
}
@keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
@-webkit-keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
.hiddend {
display: none !important;
}
div.asl_w.asl_an_fadeInDrop,
div.asl_w.asl_an_fadeOutDrop {
-webkit-animation-duration: 100ms;
animation-duration: 100ms;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
div.asl_w.asl_an_fadeInDrop {
animation-name: aslAnFadeInDrop;
-webkit-animation-name: aslAnFadeInDrop;
}
div.asl_w.asl_an_fadeOutDrop {
animation-name: aslAnFadeOutDrop;
-webkit-animation-name: aslAnFadeOutDrop;
}
div.asl_w.asl_main_container {
transition: width 130ms linear;
-webkit-transition: width 130ms linear;
}
div.asl_w,
div.asl_w *,
div.asl_r,
div.asl_r *,
div.asl_s,
div.asl_s * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
text-transform: none;
text-shadow: none;
box-shadow: none;
text-decoration: none;
text-align: left;
letter-spacing: normal;
}
div.asl_r,
div.asl_r * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.asl_r {
box-sizing: border-box;
margin: 12px 0 0 0;
}
div.asl_m .proinput input::-ms-clear {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m .proinput input::-ms-reveal {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m input[type="search"]::-webkit-search-decoration,
div.asl_m input[type="search"]::-webkit-search-cancel-button,
div.asl_m input[type="search"]::-webkit-search-results-button,
div.asl_m input[type="search"]::-webkit-search-results-decoration {
display: none;
}
div.asl_m input[type="search"] {
appearance: auto !important;
-webkit-appearance: none !important;
}
.clear {
clear: both;
}
.hiddend {
display: none;
}
div.asl_m textarea:focus,
div.asl_m input:focus {
outline: none;
}
div.asl_m {
width: 100%;
height: auto;
border-radius: 0;
background: rgba(255, 255, 255, 0);
overflow: hidden;
position: relative;
z-index: 200;
}
div.asl_m .probox {
width: auto;
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #fff;
box-shadow: 1px 0 3px #ccc inset;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
div.asl_m .probox .proinput {
width: 1px;
height: 100%;
margin: 0 0 0 10px;
padding: 0 5px;
float: left;
box-shadow: none;
position: relative;
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
order: 5;
-webkit-order: 5;
}
div.asl_m .probox .proinput form {
height: 100%; margin: 0 !important;
padding: 0 !important;
display: block !important;
max-width: unset !important;
}
div.asl_m .probox .proinput input:before,
div.asl_m .probox .proinput input:after,
div.asl_m .probox .proinput form:before,
div.asl_m .probox .proinput form:after {
display: none;
}
div.asl_m .probox .proinput input {
height: 28px;
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: -1px;
padding: 0;
left: 0;
line-height: normal !important;
display: block;
min-height: unset;
max-height: unset;
}
div.asl_m .probox .proinput input::-webkit-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input::-moz-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-ms-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-moz-placeholder {
opacity: .85;
}
div.asl_m .proinput input.orig {
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
z-index: 10;
position: relative;
}
div.asl_m .proinput input.autocomplete {
padding: 0 !important;
margin: 0;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
opacity: .2;
}
div.asl_m .probox .proinput input.autocomplete {
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: 0;
margin-top: -28px !important;
padding: 0;
left: 0;
position: relative;
z-index: 9;
}
div.asl_m .probox .proinput.iepaddingfix {
padding-top: 0;
}
div.asl_m .probox .proinput .loading {
width: 32px;
background: #000;
height: 100%;
box-shadow: none;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose,
div.asl_m .probox .promagnifier,
div.asl_m .probox .prosettings {
width: 20px;
height: 20px;
background: none;
background-size: 20px 20px;
float: right;
box-shadow: none;
margin: 0;
padding: 0;
text-align: center;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
z-index: 100;
}
div.asl_m .probox .promagnifier {
order: 10;
-webkit-order: 10;
}
div.asl_m .probox .prosettings {
order: 1;
-webkit-order: 1;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose {
background-position: center center;
display: none;
background-size: auto;
background-repeat: no-repeat;
background-color: transparent;
order: 6;
-webkit-order: 6;
}
div.asl_m .probox .proclose {
position: relative;
cursor: pointer;
}
div.asl_m .probox .promagnifier .innericon,
div.asl_m .probox .prosettings .innericon,
div.asl_m .probox .proclose .innericon {
background-size: 20px 20px;
background-position: center center;
background-repeat: no-repeat;
background-color: transparent;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
line-height: initial;
display: block;
}
div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
height: 100%;
width: 22px;
vertical-align: baseline;
display: inline-block;
}
div.asl_m .probox .proloading {
padding: 2px;
box-sizing: border-box;
}
div.asl_m .probox div.asl_loader,
div.asl_m .probox div.asl_loader * {
box-sizing: border-box !important;
margin: 0;
padding: 0;
box-shadow: none;
}
div.asl_m .probox div.asl_loader {
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
flex-basis: 28px;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
div.asl_m .probox div.asl_loader-inner {
width: 100%;
margin: 0 auto;
text-align: center;
height: 100%;
}
@-webkit-keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
div.asl_m .probox div.asl_simple-circle {
margin: 0;
height: 100%;
width: 100%;
animation: rotate-simple .8s infinite linear;
-webkit-animation: rotate-simple .8s infinite linear;
border: 4px solid #fff;
border-right-color: transparent !important;
border-radius: 50%;
box-sizing: border-box;
}
div.asl_m .probox .proclose svg {
background: #333;
border-radius: 50%;
position: absolute;
top: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
left: 50%;
margin-left: -10px;
fill: #fefefe;
padding: 4px;
box-sizing: border-box;
box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
}
div.asl_r * {
text-decoration: none;
text-shadow: none;
}
div.asl_r .results .asl_nores {
overflow: hidden;
width: auto;
height: 100%;
line-height: initial;
text-align: center;
margin: 0;
background: #fff;
padding: 10px 3px;
color: #222;
}
div.asl_r.horizontal {
padding: 2px 0 10px;
}
div.asl_r.horizontal .results .nores {
background: transparent;
}
div.asl_r .results {
overflow: hidden;
width: auto;
height: 0;
margin: 0;
padding: 0;
}
div.asl_r.horizontal .results {
height: auto;
width: auto;
}
div.asl_r .results .item {
overflow: hidden;
width: auto;
margin: 0;
padding: 3px;
position: relative;
background: #f4f4f4;
border-left: 1px solid rgba(255, 255, 255, .6);
border-right: 1px solid rgba(255, 255, 255, .4);
animation-delay: 0s;
animation-duration: 1s;
animation-fill-mode: both;
animation-timing-function: ease;
backface-visibility: hidden;
-webkit-animation-delay: 0s;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
-webkit-animation-timing-function: ease;
-webkit-backface-visibility: hidden;
}
div.asl_r.vertical .results .item:last-child {
margin-bottom: 0;
}
div.asl_r.vertical .results .item:last-child:after {
height: 0;
margin: 0;
width: 0;
}
div.asl_r .results .item .asl_image {
overflow: hidden;
background: transparent;
margin: 2px 8px 0 0;
padding: 0;
float: left;
background-position: center;
background-size: cover;
}
div.asl_r .results .item .asl_image img {
width: 100%;
height: 100%;
}
div.asl_r .results .item .asl_content {
overflow: hidden;
height: auto;
background: transparent;
margin: 0;
padding: 3px 3px 5px 3px;
}
div.asl_r .results .item .asl_content h3 {
margin: 0;
padding: 0;
display: inline;
line-height: inherit;
}
div.asl_r .results .item .asl_content .asl_desc {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
}
div.asl_r .results .item div.etc {
margin-top: 4px;
}
div.asl_r .results a span.overlap {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
div.asl_r p.showmore {
text-align: center;
padding: 0;
margin: 0;
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
background-color: #fff;
margin-top: 3px;
cursor: pointer;
}
div.asl_r p.showmore span {
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
display: block;
text-align: center;
cursor: pointer;
}
.results .asl_nores .asl_keyword {
padding: 0 6px;
cursor: pointer;
font-weight: bold;
font-family: Open Sans;
}
div.asl_r .resdrg {
height: auto;
}
div.asl_w .group:first-of-type {
margin: 0 0 -3px;
}
div.asl_s.searchsettings {
width: 200px;
height: auto;
position: absolute;
display: none;
z-index: 1101;
border-radius: 0 0 3px 3px;
visibility: hidden;
padding: 0;
}
div.asl_s.searchsettings form {
display: flex;
flex-wrap: wrap;
margin: 0 0 12px 0 !important;
padding: 0 !important;
}
div.asl_s.searchsettings .asl_option_inner {
margin: 2px 10px 0 10px;
*padding-bottom: 10px;
}
div.asl_s.searchsettings.ie78 .asl_option_inner {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
div.asl_s.searchsettings .asl_option_label {
font-size: 14px;
line-height: 20px !important;
margin: 0;
width: 150px;
text-shadow: none;
padding: 0;
min-height: 20px;
border: none;
background: transparent;
float: none;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox] {
display: none !important;
}
div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox] {
display: block;
}
div.asl_s.searchsettings.ie78 .asl_option_label {
float: right !important;
}
div.asl_s.searchsettings .asl_option {
display: flex;
flex-direction: row;
-webkit-flex-direction: row;
align-items: flex-start;
margin: 0 0 10px 0;
cursor: pointer;
}
div.asl_s.searchsettings .asl_option.asl-o-last,
div.asl_s.searchsettings .asl_option:last-child {
margin-bottom: 0;
}
div.asl_s.searchsettings .asl_option_inner {
width: 17px;
height: 17px;
position: relative;
flex-grow: 0;
-webkit-flex-grow: 0;
flex-shrink: 0;
-webkit-flex-shrink: 0;
}
div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox {
cursor: pointer;
position: absolute;
width: 17px;
height: 17px;
top: 0;
padding: 0;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
overflow: hidden;
font-size: 0 !important;
color: rgba(0, 0, 0, 0);
} div.asl_r.vertical .results,
div.asl_s.searchsettings .asl_sett_scroll {
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}
div.asl_r.vertical .results::-webkit-scrollbar {
width: 10px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar {
width: 6px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-track {
background: transparent;
box-shadow: inset 0 0 12px 12px transparent;
border: none;
}
div.asl_r.vertical .results::-webkit-scrollbar-track {
background: rgb(255, 255, 255);
box-shadow: inset 0 0 12px 12px transparent;
border: solid 2px transparent;
}
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
background: transparent;
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
border: solid 2px transparent;
border-radius: 12px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
border: none;
}
div.asl_r.vertical:hover .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings:hover .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: none), (max-width: 500px) {
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
} div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:after {
opacity: 0;
font-family: 'aslsicons2';
content: "\e800";
font-weight: normal !important;
background: transparent;
border: none !important;
box-sizing: content-box;
color: #fff;
height: 100%;
width: 100%;
padding: 0 !important;
margin: 1px 0 0 0 !important;
line-height: 17px;
text-align: center;
text-decoration: none;
text-shadow: none;
display: block;
font-size: 11px !important;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
div.asl_s.searchsettings.ie78 .asl_option_inner .asl_option_checkbox:after {
display: none;
}
div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:hover::after {
opacity: .3;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+.asl_option_checkbox:after {
opacity: 1;
}
div.asl_s.searchsettings fieldset {
position: relative;
float: left;
}
div.asl_s.searchsettings fieldset {
background: transparent;
font-size: .9em;
margin: 12px 0 0 !important;
padding: 0;
width: 192px;
}
div.asl_s.searchsettings fieldset .asl_option_label {
width: 130px;
display: block;
}
div.asl_s.searchsettings form fieldset legend {
padding: 5px 0 8px 10px;
}
#asl_hidden_data {
display: none !important;
}
.rtl .asl_content,
.rtl .asl_nores,
.rtl .asl_content *,
.rtl .asl_nores *,
.rtl .searchsettings form {
text-align: right !important;
direction: rtl !important;
}
.rtl .asl_nores>* {
display: inline-block;
}
.rtl div.asl_r .results .item .asl_image {
float: right;
margin: 2px 0 0 8px;
}
.rtl .searchsettings .asl_option {
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
}
.rtl .asl_option {
direction: ltr;
}
.rtl .asl_label,
.rtl .asl_option div.asl_option_label {
text-align: right !important;
}
.rtl .asl_label {
max-width: 1000px !important;
width: 100%;
direction: rtl !important;
}
.rtl .asl_label input[type=radio] {
margin: 0 0 0 6px !important;
}
.rtl .asl_option_cat_level-0 div.asl_option_label {
font-weight: bold !important;
}
.rtl fieldset .asl_option_cat_level-1 {
margin-right: 12px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-2 {
margin-right: 24px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-3 {
margin-right: 36px !important;
margin-left: 0;
}
.rtl .searchsettings legend {
text-align: right !important;
display: block;
width: 100%;
}
.rtl .searchsettings input[type=text],
.rtl .searchsettings select {
direction: rtl !important;
text-align: right !important;
}
.rtl div.asl_w.asl_s.searchsettings form,
.rtl div.asl_w.asl_sb.searchsettings form {
flex-direction: row-reverse !important;
}
.rtl div.horizontal.asl_r div.item {
float: right !important;
}
.rtl p.asl-try {
direction: rtl;
text-align: right;
margin-right: 10px;
width: auto !important;
}div.asl_w{width:100%;height:auto;border-radius:5px;background:#d1eaff;background-image:-moz-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-webkit-gradient(radial,center center,0,center center,100%,#e1635c,#e1635c);background-image:-webkit-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-o-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-ms-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:radial-gradient(ellipse at center,#e1635c,#e1635c);;overflow:hidden;border:0 none #8dd5ef;border-radius:0 0 0 0;box-shadow:0 0 0 0 #000;}#ajaxsearchlite1 .probox,div.asl_w .probox{margin:0;height:34px;background-color:#e1635c;background-image:-moz-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-webkit-gradient(radial,center center,0,center center,100%,#e1635c,#e1635c);background-image:-webkit-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-o-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-ms-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:radial-gradient(ellipse at center,#e1635c,#e1635c);;border:0 solid #68aec7;border-radius:0 0 0 0;box-shadow:0 0 0 0 #b5b5b5 inset;}#ajaxsearchlite1 .probox .proinput,div.asl_w .probox .proinput{font-weight:normal;font-family:Open Sans;color:#fff !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);}#ajaxsearchlite1 .probox .proinput input,div.asl_w .probox .proinput input{font-weight:normal;font-family:Open Sans;color:#fff !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);border:0;box-shadow:none;height:34px;}div.asl_w .probox .proinput input::-webkit-input-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input::-moz-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-ms-input-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-moz-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input.autocomplete{font-weight:normal;font-family:Open Sans;color:#fff;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);margin-top:-34px !important;}div.asl_w .probox .proloading,div.asl_w .probox .proclose,div.asl_w .probox .promagnifier,div.asl_w .probox .prosettings{width:34px;height:34px;}div.asl_w .probox .promagnifier .innericon svg{fill:#fff;}div.asl_w .probox .prosettings .innericon svg{fill:#fff;}div.asl_w .probox .promagnifier{width:34px;height:34px;background-color:#be4c46;background-image:-o-linear-gradient(180deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(180deg,#be4c46,#be4c46);background-image:-webkit-linear-gradient(180deg,#be4c46,#be4c46);background-image:linear-gradient(180deg,#be4c46,#be4c46);background-position:center center;background-repeat:no-repeat;border:0 solid #000;border-radius:0 0 0 0;box-shadow:0 0 0 0 rgba(255,255,255,.61);cursor:pointer;background-size:100% 100%;background-position:center center;background-repeat:no-repeat;cursor:pointer;}div.asl_w .probox div.prosettings{width:34px;height:34px;background-color:#be4c46;background-image:-o-linear-gradient(185deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(185deg,#be4c46,#be4c46);background-image:-webkit-linear-gradient(185deg,#be4c46,#be4c46);background-image:linear-gradient(185deg,#be4c46,#be4c46);background-position:center center;background-repeat:no-repeat;float:right;border:0 solid #68aec7;border-radius:0 0 0 0;box-shadow:0 0 0 0 rgba(255,255,255,.63);cursor:pointer;background-size:100% 100%;order:7;-webkit-order:7;}div.asl_r{position:absolute;z-index:1100;}div.asl_r.vertical{padding:4px;background:#e1635c;border-radius:3px;border:0 none #000;border-radius:0 0 0 0;box-shadow:0 0 0 0 #000;visibility:hidden;display:none;}div.asl_r.horizontal{background-image:linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-webkit-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-moz-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-o-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-ms-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));;border:0 solid #dbe9ee;border-radius:0 0 0 0;box-shadow:0 0 2px -3px #000 inset;-webkit-box-shadow:0 0 4px -3px #000 inset;-ms-box-shadow:0 0 4px -3px #000 inset;margin-top:12px;}div.asl_r .results .nores .keyword{padding:0 6px;cursor:pointer;font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);font-weight:bold;}div.asl_r .results .item{height:auto;background:#fff;}div.asl_r.vertical .results .item:after{background:#ccc;}div.asl_r .results .item.hovered{background-color:#f5f5f5;background-image:-moz-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-webkit-gradient(radial,center center,0,center center,100%,#f5f5f5,#f5f5f5);background-image:-webkit-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-o-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-ms-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:radial-gradient(ellipse at center,#f5f5f5,#f5f5f5);;}div.asl_r.horizontal .results .item{height:174px;width:150px;margin:10px 8px;padding:7px;float:left;background-color:#fff;background-image:-moz-radial-gradient(center,ellipse cover,#fff,#fff);background-image:-webkit-gradient(radial,center center,0,center center,100%,#fff,#fff);background-image:-webkit-radial-gradient(center,ellipse cover,#fff,#fff);background-image:-o-radial-gradient(center,ellipse cover,#fff,#fff);background-image:-ms-radial-gradient(center,ellipse cover,#fff,#fff);background-image:radial-gradient(ellipse at center,#fff,#fff);;border:0 none #fafafa;border-radius:0 0 0 0;box-shadow:0 0 4px -3px #000;-webkit-box-shadow:0 0 6px -3px #000;-ms-box-shadow:0 0 6px -3px #000;}div.asl_r.horizontal .results .item:hover{background-color:#f5f5f5;background-image:-moz-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-webkit-gradient(radial,center center,0,center center,100%,#f5f5f5,#f5f5f5);background-image:-webkit-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-o-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-ms-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:radial-gradient(ellipse at center,#f5f5f5,#f5f5f5);;}div.asl_r .results .item .asl_image{width:70px;height:70px;}div.asl_r .results .item .asl_content{font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:12px;line-height:18px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r.horizontal .results .item .asl_content h3 a{text-align:center;}div.asl_r .results .item .asl_content h3,div.asl_r .results .item .asl_content h3 a{margin:0;padding:0;line-height:inherit;font-weight:normal;font-family:Open Sans;color:#1454a9;font-size:13px;line-height:17px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .asl_content h3 a:hover{font-weight:normal;font-family:Open Sans;color:#2e6bbc;font-size:13px;line-height:17px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item div.etc{padding:0;line-height:10px;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_author{padding:0;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:10px;line-height:12px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_date{margin:0 0 0 10px;padding:0;font-weight:normal;font-family:Open Sans;color:#adadad;font-size:10px;line-height:12px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:rgba(#fff,1);}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{background:#fff;background:#fafafa;opacity:.9;}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{background:#fafafa;opacilty:.95;}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:#fafafa;}div.asl_r span.highlighted{font-weight:bold;color:#d9312b;background-color:#eee;color:rgba(217,49,43,1);background-color:rgba(238,238,238,1);}div.asl_r .group{background:#ddd;background:#f6f6f6;border-radius:3px 3px 0 0;border-top:1px solid #f8f8f8;border-left:1px solid #f8f8f8;border-right:1px solid #f8f8f8;margin:10px 0 -3px;padding:7px 0 7px 10px;position:relative;z-index:1000;font-weight:bold;font-family:Open Sans;color:#055e94;font-size:11px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_s.searchsettings{background-color:#be4c46;background-image:-webkit-linear-gradient(185deg,#be4c46,#be4c46);background-image:-moz-linear-gradient(185deg,#be4c46,#be4c46);background-image:-o-linear-gradient(185deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(185deg,#be4c46,#be4c46);background-image:linear-gradient(185deg,#be4c46,#be4c46);background-image:-webkit-linear-gradient(185deg,#be4c46,#be4c46);background-image:-moz-linear-gradient(185deg,#be4c46,#be4c46);background-image:-o-linear-gradient(185deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(185deg,#be4c46,#be4c46);;box-shadow:0 0 0 0 #000;;}div.asl_s.searchsettings .asl_option_label{font-weight:bold;font-family:Open Sans;color:#fff;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox{background-color:#222;background-image:linear-gradient(180deg,#222,#36373a);background-image:-webkit-linear-gradient(180deg,#222,#36373a);background-image:-moz-linear-gradient(180deg,#222,#36373a);background-image:-o-linear-gradient(180deg,#222,#36373a);background-image:-ms-linear-gradient(180deg,#222,#36373a);;}div.asl_s.searchsettings fieldset .categoryfilter{max-height:200px;overflow:auto;}div.asl_s.searchsettings fieldset legend{padding:5px 0 0 10px;margin:0;font-weight:normal;font-family:Open Sans;color:#1f1f1f;font-size:13px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}html, body {
margin: 0;
padding: 0;
height: 100%;
}
html {
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-size: 16px;
}
@media (max-width: 991px) {
html {
font-size: 15px;
}
}
@media (max-width: 767px) {
html {
font-size: 14px;
}
}
body {
background: #ffffff;
height: 100%;
}
.site {
background: #FFFFFF;
position: relative;
}
body, button, input, select, textarea {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.7;
color: #777777;
}
pre,
code,
input,
textarea {
font: inherit;
}
::-moz-selection {
background: #000000;
color: #FFFFFF;
}
::selection {
background: #000000;
color: #FFFFFF;
} a {
color: #03c4eb;
text-decoration: none;
outline: none;
}
a:hover {
text-decoration: none;
color: #777777;
text-decoration: underline;
}
a:active, a:focus, a:hover {
outline: none;
} h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: "Raleway", Helvetica, Arial, sans-serif;
font-weight: 600;
margin-bottom: 15px;
margin-bottom: 15px;
margin-bottom: 0.9375rem;
margin-top: 0;
color: #333333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #333333;
text-decoration: none;
}
h1 {
line-height: 1.3;
font-size: 33px;
font-size: 2.0625rem;
}
@media (min-width: 768px) {
h1 {
font-size: 40px;
font-size: 2.5rem;
}
}
h1 span {
font-weight: bold;
}
h2 {
line-height: 1.2;
font-size: 25px;
font-size: 1.5625rem;
}
@media (min-width: 768px) {
h2 {
font-size: 32px;
font-size: 2rem;
}
}
h3 {
font-size: 20px;
font-size: 1.25rem;
font-weight: 600;
}
h4 {
font-size: 17px;
font-size: 1.0625rem;
margin-bottom: 12px;
}
h5 {
text-transform: uppercase;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 700;
}
h6 {
font-weight: 700;
text-transform: uppercase;
font-size: 12px;
font-size: 0.75rem;
letter-spacing: 1px;
} ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
margin-bottom: 15px;
margin-bottom: 0.9375rem;
margin-top: 0;
} img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
b,
strong {
font-weight: bold;
}
blockquote {
clear: both;
margin: 20px 0;
}
blockquote p {
font-style: italic;
}
blockquote cite {
font-style: normal;
margin-bottom: 20px;
font-size: 13px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
figure {
margin: 0;
}
address {
margin: 20px 0;
}
hr {
border: 0;
border-top: 1px solid #e9e9e9;
height: 1px;
margin-bottom: 20px;
}
tt,
kbd,
pre,
code,
samp,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
background-color: #e9e9e9;
padding: 5px 7px;
border-radius: 2px;
}
pre {
overflow: auto;
white-space: pre-wrap;
max-width: 100%;
line-height: 1.7;
margin: 20px 0;
padding: 20px;
}
details summary {
font-weight: bold;
margin-bottom: 20px;
}
details :focus {
outline: none;
}
abbr,
acronym,
dfn {
cursor: help;
font-size: .95em;
text-transform: uppercase;
border-bottom: 1px dotted #e9e9e9;
letter-spacing: 1px;
}
mark {
background-color: #fff9c0;
text-decoration: none;
}
small {
font-size: 82%;
}
big {
font-size: 125%;
}
ul, ol {
padding-left: 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
ul li, ol li {
margin: 8px 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 20px 20px;
} table {
width: 100%;
margin-bottom: 20px;
border: 1px solid #e9e9e9;
border-collapse: collapse;
border-spacing: 0;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
border: 1px solid #e9e9e9;
line-height: 1.42857;
padding: 5px;
vertical-align: middle;
}
table > thead > tr > th, table > thead > tr > td {
border-bottom-width: 2px;
}
table th {
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
} fieldset {
padding: 20px;
border: 1px solid #e9e9e9;
}
input[type="reset"], input[type="submit"], input[type="submit"],
.pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
cursor: pointer;
background: #03c4eb;
border: none;
display: inline-block;
color: #FFFFFF;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1;
text-align: center;
padding: 15px 23px 15px 23px;
border-radius: 2px;
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
margin: 3px 0;
text-decoration: none;
font-weight: 600;
font-size: 13px;
}
input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover,
.pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
opacity: 0.8;
background: #03c4eb;
border: none;
}
input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
cursor: pointer;
}
textarea {
resize: vertical;
}
select {
max-width: 100%;
overflow: auto;
vertical-align: top;
outline: none;
border: 1px solid #e9e9e9;
padding: 10px;
}
textarea:not(.editor-post-title__input),
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
padding: 10px;
max-width: 100%;
border: 0px;
font-size: 15px;
font-weight: normal;
line-height: 22px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
background-color: #f2f2f2;
border-bottom: 1px solid #fff;
box-sizing: border-box;
color: #000000;
}
textarea:not(.editor-post-title__input):focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
border-color: #EBEBEB;
border-bottom: 1px solid #fff !important;
background: #e9e9e9;
}
button::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="radio"], input[type="checkbox"] {
margin: 0 10px;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f8f9f9;
border-radius: 3px;
clip: auto !important;
color: #03c4eb;
display: block;
height: auto;
left: 5px;
line-height: normal;
padding: 17px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }  .alignleft {
display: inline;
float: left;
margin-right: 3.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 3.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
clear: both;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .hide {
display: none;
}
.clearleft {
clear: left;
}
.break, h1,
h2,
h3,
h4,
h5,
h6, p, ul, ol, dl, blockquote, pre {
word-break: break-word;
word-wrap: break-word;
} #primary {
padding-bottom: 40px;
padding-top: 40px;
}
.template-fullwidth-stretched #primary,
.siteorigin-panels #primary {
padding: 0;
}
.template-fullwidth-stretched .entry-content,
.siteorigin-panels .entry-content {
margin-bottom: 0px;
}
#secondary {
padding-bottom: 40px;
padding-top: 0;
}
@media screen and (min-width: 940px) {
#secondary {
padding-top: 40px;
}
}
.content-area {
width: 100%;
float: none;
}
@media screen and (min-width: 940px) {
.content-area {
float: left;
}
}
.sidebar {
width: 100%;
float: none;
}
@media screen and (min-width: 940px) {
.sidebar {
width: 25.2252252252%;
float: left;
}
}
.left-sidebar .site-main {
margin-left: auto;
}
.no-sidebar .content-area {
width: 100%;
}
.single-post .no-sidebar .site-main,
.single-post .no-sidebar .entry-content > * {
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 940px) {
.left-sidebar .content-area {
float: right;
padding-left: 39px;
border-left: 1px solid #e9e9e9;
margin-right: 1px;
width: 74.7747747748%;
}
.left-sidebar .sidebar {
padding-right: 39px;
border-right: 1px solid #e9e9e9;
margin-right: -1px;
}
.right-sidebar .content-area {
padding-right: 39px;
border-right: 1px solid #e9e9e9;
width: 74.7747747748%;
}
.right-sidebar .sidebar {
padding-left: 39px;
border-left: 1px solid #e9e9e9;
margin-left: -1px;
}
} .footer-widgets {
background: #050505;
}
.footer-widgets.section-padding {
padding: 70px 0px 35px;
padding:  4.375rem 0px 2.1875rem;
}
.footer-widgets table {
border-collapse: collapse;
}
.footer-widgets table > thead > tr > th,
.footer-widgets table > thead > tr > td {
border-width: 1px;
}
.footer-widgets table th,
.footer-widgets table td {
border-color: rgba(233, 233, 233, 0.4);
}
.footer-widgets .widget-title {
color: #ffffff;
}
.footer-widgets .widget-area .widget_categories li,
.footer-widgets .widget-area .widget_archive li,
.footer-widgets .widget-area .widget_meta li {
width: 100% !important;
float: none;
}
.footer-widgets .widget_recent_entries ul li,
.footer-widgets .widget_recent_comments ul li {
border-bottom: 0px none;
padding: 5px 0px;
margin-bottom: 0px;
}
.footer-widgets .sidebar .widget {
margin-bottom: 30px;
}  .site-header {
line-height: 75px;
position: relative;
width: 100%;
background: #ffffff;
z-index: 1000;
-webkit-transition: all 1s ease-out; -webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}
.site-header.header-fixed {
top: 0px;
left: 0px;
position: fixed;
}
.site-header .custom-logo-transparent {
display: none;
}
.followWrap {
display: block;
}
.header-full-width .container {
max-width: auto;
width: auto;
}
@media screen and (min-width: 940px) {
.header-full-width .container {
padding-left: 30px;
padding-right: 30px;
}
}
.is-transparent .followWrap {
z-index: 99;
width: 100%;
background: transparent;
position: absolute;
top: 0px;
display: block;
}
.is-transparent .site-header {
background: transparent;
position: fixed;
top: 0px;
}
.is-transparent .site-header.no-sticky {
position: absolute;
top: auto;
}
.is-transparent .site-header.no-scroll {
box-shadow: none;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo-transparent {
display: inline-block;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo {
display: none;
}
.is-transparent .site-header.no-scroll #nav-toggle span {
background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle span::before, .is-transparent .site-header.no-scroll #nav-toggle span::after {
background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle.nav-is-visible span {
background-color: transparent;
}
.is-transparent .site-header.header-fixed {
background: #ffffff;
}
.is-transparent .site-header.header-fixed.no-scroll {
background: transparent;
box-shadow: none;
}
@media screen and (min-width: 1140px) {
.is-transparent .no-scroll.site-header .onepress-menu > li > a {
color: rgba(255, 255, 255, 0.9);
}
}
.is-transparent .hero-slideshow-fullscreen .hero__content {
padding-top: 50px;
padding-top: 3.125rem;
}
.site-branding {
float: left;
max-width: 80%;
}
.site-branding .site-title,
.site-branding .site-text-logo {
margin: 0px;
line-height: 1;
font-family: "Raleway", Helvetica, Arial, sans-serif;
font-size: 23px;
letter-spacing: 1px;
text-transform: uppercase;
color: #000000;
display: initial;
vertical-align: middle;
font-weight: 600;
}
.site-branding .site-title:hover,
.site-branding .site-text-logo:hover {
text-decoration: none;
}
.site-branding .site-title {
display: inline-block;
}
.site-branding .site-image-logo {
display: block;
}
.site-branding .site-logo-div {
line-height: 75px;
}
.site-branding .no-logo-img.has-desc,
.site-branding .has-logo-img {
line-height: 60px;
}
.site-branding .no-logo-img.has-desc .site-title,
.site-branding .has-logo-img .site-title {
margin-top: -5px;
position: relative;
}
.site-branding .no-logo-img.has-desc .site-description,
.site-branding .has-logo-img .site-description {
font-size: 12px;
line-height: 14px;
margin-bottom: 0;
position: relative;
top: -15px;
color: #000000;
}
.home.header-transparent .no-scroll .site-brand-inner,
.home.header-transparent .no-scroll .site-text-logo {
color: #fff;
}
.header-social {
margin-left: 0px;
float: right;
}
@media screen and (min-width: 940px) {
.header-social {
margin-left: 10px;
}
}
@media screen and (max-width: 576px) {
.header-social {
display: none;
}
}
.header-social a {
display: block;
height: 100%;
float: left;
margin-left: 0px;
margin-top: -2px;
color: #03c4eb;
}
@media screen and (min-width: 940px) {
.header-social a {
margin-left: 3px;
}
}
.header-social a:hover {
color: #000000;
-webkit-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
.header-social .fa-stack-1x,
.header-social .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.header-social .fa-stack-1x {
line-height: inherit;
}
.header-social .fa-stack-2x {
font-size: 2em;
}
.header-social .fa-inverse {
color: #ffffff;
}
.header-btn {
float: right;
} .onepress-menu,
.onepress-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.onepress-menu {
float: right;
}
.onepress-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}
.onepress-menu ul ul {
top: 0;
left: 100%;
}
.onepress-menu li {
position: relative;
}
.onepress-menu > li {
float: left;
}
.onepress-menu li:hover > ul,
.onepress-menu li.sfHover > ul {
display: block;
}
.onepress-menu a {
display: block;
position: relative;
}
.onepress-menu ul {
min-width: 12em;
*width: 12em;
border: 1px solid #e9e9e9;
border-top: none;
}
.onepress-menu li {
white-space: nowrap;
*white-space: normal;
-webkit-transition: background 0.2s;
transition: background 0.2s;
}
.onepress-menu li:hover,
.onepress-menu li.sfHover {
-webkit-transition: none;
transition: none;
}
.onepress-menu a {
color: #333333;
font-family: "Raleway", Helvetica, Arial, sans-serif;
padding-left: 17px;
padding-right: 17px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
zoom: 1;
letter-spacing: 1px;
}
.onepress-menu a:hover {
color: #03c4eb;
}
.onepress-menu ul li {
line-height: 26px;
}
.onepress-menu ul li a {
border-top: 1px solid #e9e9e9;
padding: 8px 18px;
color: #999999;
font-size: 13px;
text-transform: none;
background: #ffffff;
letter-spacing: 0;
}
.onepress-menu ul li a:hover {
color: #03c4eb;
}
.onepress-menu li.onepress-current-item > a {
color: #03c4eb;
}
.onepress-menu ul li.current-menu-item > a {
color: #03c4eb;
}
.onepress-menu > li:last-child > a {
padding-right: 0px;
}
.onepress-menu > li a.menu-actived {
color: #03c4eb;
}
.onepress-menu .nav-toggle-subarrow {
display: none;
}
#nav-toggle {
display: none;
margin-left: 15px;
}
@media screen and (max-width: 1140px) {
.main-navigation {
position: static;
}
.main-navigation .onepress-menu {
width: 100% !important;
display: block;
height: 0px;
overflow: hidden;
background: #fff;
}
.onepress-menu.onepress-menu-mobile {
right: 0;
width: 100%;
z-index: 800;
overflow: auto !important;
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
}
.onepress-menu.onepress-menu-mobile > li > a {
padding: 12px 20px;
}
.onepress-menu.onepress-menu-mobile li:hover ul {
display: none;
}
.onepress-menu.onepress-menu-mobile ul {
box-shadow: none;
padding-bottom: 0;
border: none;
position: relative;
}
.onepress-menu.onepress-menu-mobile ul li:last-child {
border-bottom: none;
}
.onepress-menu.onepress-menu-mobile ul li a {
padding: 12px 35px;
border-top: none;
}
.onepress-menu.onepress-menu-mobile ul li a:hover {
background: transparent;
}
.onepress-menu.onepress-menu-mobile ul li li a {
padding: 12px 70px;
border-top: none;
}
.onepress-menu.onepress-menu-mobile ul li li li a {
padding: 12px 105px;
}
.onepress-menu.onepress-menu-mobile ul ul {
left: 0px;
}
.onepress-menu.onepress-menu-mobile li {
line-height: 20px;
background: #ffffff;
border-top: 1px solid #e9e9e9;
width: 100% !important;
}
.onepress-menu.onepress-menu-mobile > li:first-child {
border-top: 0px none;
}
.onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
color: #03c4eb;
}
.onepress-menu.onepress-menu-mobile a {
color: #777777;
}
.onepress-menu.onepress-menu-mobile a:hover {
color: #000000;
}
.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
display: block;
color: #999999;
border-left: 1px solid #e9e9e9;
font-weight: normal;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
text-align: center;
padding: 11px 20px;
z-index: 10;
font-size: 22px;
}
.onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
content: "\f106" !important;
}
.onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
display: block !important;
}
#nav-toggle {
display: block;
}
}
#nav-toggle {
float: right;
position: relative;
width: 35px;
overflow: hidden;
white-space: nowrap;
color: transparent;
}
#nav-toggle span {
position: absolute;
top: 50%;
right: 5px;
margin-top: -2px;
-webkit-transition: rotate 0.2s, translate 0.2s;
transition: rotate 0.2s, translate 0.2s;
display: inline-block;
height: 3px;
width: 24px;
background: #000000;
}
#nav-toggle span:before {
top: -8px;
}
#nav-toggle span:after {
top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
position: absolute;
display: inline-block;
height: 3px;
width: 24px;
background: #000000;
content: "";
right: 0;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
#nav-toggle.nav-is-visible span {
background: transparent;
}
#nav-toggle.nav-is-visible span:before {
-webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
-ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
-webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
-ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
background: #000000;
} .site-content {
border-top: 1px solid #e9e9e9;
margin-top: -1px;
}
.site-content.no-border {
border-top: none;
}
.blog .site-content,
.tax-portfolio_cat .site-content,
.single-post .site-content,
.hiding-page-title .site-content {
margin-top: 0;
}
.page-header {
padding: 30px 0px;
border-top: 1px solid #e9e9e9;
background: #f8f9f9;
border-bottom: 1px solid #e9e9e9;
position: relative;
}
.page-header:before {
position: absolute;
top: 0px;
bottom: 0;
left: 0;
width: 100%;
display: block;
content: " ";
}
.page-header .entry-title,
.page-header .page-title {
margin-bottom: 0px;
font-size: 24px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.page-header p {
margin: 6px 0px 0px 0px;
}
.page-header.page--cover {
position: relative;
padding: 8% 0px;
text-align: center;
border-top: 0 none;
border-bottom: 0 none;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.page-header.page--cover:before {
position: absolute;
top: 0px;
bottom: 0;
left: 0;
width: 100%;
display: block;
background: rgba(0, 0, 0, 0.3);
content: " ";
}
.page-header.page--cover .entry-title {
font-size: 2.5rem;
font-weight: 800;
color: #ffffff;
}
.page-header.page--cover .entry-tagline {
color: #ffffff;
font-style: italic;
font-weight: 300;
}
@media screen and (min-width: 1140px) {
.page-header.page--cover .entry-tagline {
font-size: 20px;
}
}
@media screen and (max-width: 940px) {
.page-header.page--cover .entry-tagline {
font-size: 18px;
}
}
@media screen and (max-width: 720px) {
.page-header.page--cover .entry-tagline {
font-size: 16px;
}
}
.page-header.page--cover.is-t-above .container {
margin-top: 30px;
} .site-footer {
background: #111111;
color: #bbbbbb;
font-size: 14px;
}
.site-footer a {
color: #03c4eb;
}
.site-footer .footer-connect {
padding: 90px 0px;
padding: 80px 0px;
padding:  5rem 0px;
text-align: center;
}
@media (max-width: 767px) {
.site-footer .footer-connect .footer-subscribe {
margin-bottom: 40px;
}
}
.site-footer .footer-connect .follow-heading {
color: #ffffff;
margin-bottom: 20px;
letter-spacing: 0.8px;
}
.site-footer .footer-connect .subs_input {
background-color: rgba(255, 255, 255, 0.145);
color: #cccccc;
border-bottom: none;
box-shadow: none;
padding: 12px 15px 12px;
border-radius: 2px;
width: 60%;
font-size: 13px;
}
.site-footer .footer-connect .subs_input:focus {
border: none;
}
@media screen and (max-width: 1140px) {
.site-footer .footer-connect .subs_input {
width: 100%;
margin-bottom: 4px;
}
}
@media screen and (max-width: 940px) {
.site-footer .footer-connect .subs_input {
width: 70%;
margin-bottom: 4px;
}
}
@media screen and (max-width: 720px) {
.site-footer .footer-connect .subs_input {
width: 100%;
margin-bottom: 4px;
}
}
.site-footer .footer-connect .subs-button {
margin: 0px;
position: relative;
top: 0px;
padding: 16px 23px 16px;
}
@media screen and (max-width: 1140px) {
.site-footer .footer-connect .subs-button {
width: 100%;
}
}
@media screen and (max-width: 940px) {
.site-footer .footer-connect .subs-button {
width: 70%;
}
}
@media screen and (max-width: 720px) {
.site-footer .footer-connect .subs-button {
width: 100%;
}
}
.site-footer .footer-connect input[type="text"]:focus {
border: none !important;
}
.site-footer .footer-social {
text-align: center;
}
.site-footer .footer-social a {
font-size: 30px;
margin: 0px 13px;
color: #ffffff;
}
.site-footer .footer-social a:hover {
color: #03c4eb;
}
.site-footer .site-info {
position: relative;
text-align: center;
padding: 35px 0px;
background: #222222;
font-weight: 500;
color: #bbbbbb;
}
.site-footer .site-info a {
color: #dddddd;
}
.site-footer .site-info a:hover {
text-decoration: underline;
}
.site-footer .site-info .container {
position: initial;
}
.site-footer .btt a {
border-radius: 0px 20px 0 0;
color: #999999;
background: #222222;
display: block;
font-size: 30px;
height: 50px;
line-height: 50px;
margin: auto;
position: absolute;
right: 60px;
top: -25px;
-webkit-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
width: 50px;
z-index: 99;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.site-footer .btt a:hover {
color: #03c4eb;
}
.site-footer .btt a i {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
margin-left: 3px;
}
@media screen and (max-width: 940px) {
.site-footer .btt a {
right: 0;
left: 0;
}
}  .error-404 .search-form, .error-404 .widget {
margin-bottom: 40px;
}
.error-404 .widgettitle, .error-404 .widget-title {
font-size: 15px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 13px;
font-weight: 700;
}
.error-404 ul {
padding-left: 0px;
}
.error-404 ul li {
list-style: none;
} .search-results .hentry {
border-bottom: 1px solid #e9e9e9;
padding-bottom: 25px;
margin-bottom: 25px;
}
.search-results .entry-summary p {
margin-bottom: 0px;
}
.search-results .entry-header .entry-title {
font-size: 22px;
line-height: 1.5;
font-weight: 500;
}
.search-results .entry-header .entry-title a:hover {
text-decoration: none;
} .entry-header .entry-title {
font-weight: 500;
text-transform: none;
letter-spacing: -0.6px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 25px;
line-height: 1.3;
}
@media screen and (min-width: 940px) {
.entry-header .entry-title {
font-size: 32px;
line-height: 1.5;
}
}
.entry-thumbnail {
margin-bottom: 30px;
}
.single .entry-header .entry-title {
margin-bottom: 10px;
}
.highlight {
color: #03c4eb;
} .entry-content {
margin-bottom: 30px;
}
.entry-content blockquote {
padding: 30px;
position: relative;
background: #f8f9f9;
border-left: 3px solid #03c4eb;
font-style: italic;
}
.entry-content blockquote p {
margin: 0px;
} .entry-meta {
margin-bottom: 30px;
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 12px;
font-weight: 600;
padding-bottom: 30px;
border-bottom: 1px solid #e9e9e9;
}
.entry-footer {
margin-bottom: 30px;
padding-top: 30px;
border-top: 1px solid #e9e9e9;
}
.entry-footer .cat-links, .entry-footer .tags-links {
display: block;
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 12px;
font-weight: 600;
margin-top: 5px;
}
.nav-links {
padding: 30px 0px;
border-left: none;
border-right: none;
margin-bottom: 50px;
flex-basis: 100%;
text-align: center;
}
.nav-links .nav-previous {
float: left;
}
.nav-links .nav-next {
float: right;
}
.nav-links a, .nav-links .page-numbers {
background: #cccccc;
color: #FFFFFF;
padding: 12px 20px;
font-weight: 600;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 2px;
}
@media screen and (max-width: 940px) {
.nav-links a, .nav-links .page-numbers {
padding: 6px 10px;
}
}
.nav-links a:hover, .nav-links a.current, .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
background: #03c4eb;
text-decoration: none;
}
.bypostauthor {
margin: 0;
} .sticky .entry-title {
padding-left: 20px;
position: relative;
}
.sticky .entry-title:after {
content: "\f276";
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
width: 12px;
height: 12px;
position: absolute;
left: 0px;
top: 2px;
font-size: 22px;
color: #aaaaaa;
} .wp-caption {
max-width: 100%;
font-style: italic;
line-height: 1.35;
margin-bottom: 15px;
margin-top: 5px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
max-width: 100%;
}
.wp-caption .wp-caption-text {
margin: 10px 0px;
}
.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
font-style: italic;
line-height: 1.35;
font-size: 13px;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} #comments {
padding-top: 30px;
border-top: 1px solid #e9e9e9;
}
#comments .comments-title {
margin-bottom: 20px;
font-size: 18px;
line-height: 26px;
letter-spacing: 1.5px;
text-transform: uppercase;
}
#comments .comment-list {
list-style: none;
padding-left: 0px;
}
#comments .comment-list .pingback {
border-bottom: 1px solid #e9e9e9;
padding: 20px 0;
margin: 0;
}
#comments .comment-list .pingback p {
margin: 0px;
}
#comments .comment-list .pingback:last-child {
margin-bottom: 40px;
}
#comments .comment-content.entry-content {
margin-bottom: 0px;
}
#comments .comment {
list-style: none;
margin: 30px 0;
}
#comments .comment .avatar {
width: 60px;
float: left;
border-radius: 3px;
}
#comments .comment .comment-wrapper {
margin-left: 90px;
padding: 25px 30px 15px 30px;
background: #f8f9f9;
position: relative;
}
#comments .comment .comment-wrapper:before {
border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
border-style: solid;
border-width: 0 10px 10px 0;
content: "";
height: 0;
left: -9px;
position: absolute;
top: 0;
width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
color: #aaaaaa;
text-transform: uppercase;
letter-spacing: 0.3px;
font-size: 11px;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
color: #03c4eb;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
content: "/";
padding: 0px 5px;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
font-weight: bold;
font-style: normal;
margin-right: 5px;
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 14px;
}
#comments .comment .comment-wrapper .comment-meta cite span {
padding: 3px 10px;
background: #e9e9e9;
border-radius: 4px;
margin-right: 10px;
}
#comments .comment .comment-wrapper a {
text-decoration: none;
}
#comments .comment .children {
padding-left: 30px;
}
#comments .comment .children .children {
padding-left: 30px;
}
#comments .comment .children .children .children {
padding-left: 0px;
}
@media screen and (min-width: 940px) {
#comments .comment .children {
padding-left: 90px;
}
#comments .comment .children .children {
padding-left: 90px;
}
#comments .comment .children .children .children {
padding-left: 90px;
}
}
#comments .form-allowed-tags {
display: none;
}
#comments a {
text-decoration: none;
}
#comments a:hover {
text-decoration: underline;
}
.comment-respond textarea,
.comment-respond textarea {
width: 100%;
} #respond {
padding-top: 20px;
}
#respond .comment-form label {
display: block;
margin-bottom: 4px;
}
#respond .form-allowed-tags {
font-size: 12px;
}
#respond .form-allowed-tags code {
background: none;
}
#respond .comment-reply-title {
font-size: 18px;
letter-spacing: 1.5px;
margin-bottom: 20px;
text-transform: uppercase;
}
#respond .comment-notes {
display: none;
}
#respond label {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.full-screen .comments-area {
max-width: 1110px;
margin: 0 auto;
} .woocommerce div.product form.cart .variations td.label {
color: #777;
}  .btn {
text-transform: uppercase;
border-radius: 2px;
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
font-size: 13px;
font-size: 0.8125rem;
font-weight: 600;
}
.btn:active, .btn:focus {
outline: none;
}
.btn.btn-secondary-outline {
box-shadow: none;
border-color: rgba(255, 255, 255, 0.9);
color: rgba(255, 255, 255, 0.9);
}
.btn.btn-secondary-outline:hover {
background: #FFF;
color: #333;
}
.btn-lg {
font-size: 17px;
font-size: 1.0625rem;
}
.btn-theme-primary {
background: #03c4eb;
color: #FFFFFF;
}
.btn-theme-primary:hover {
color: #FFFFFF;
}
.btn-theme-primary-outline {
background-color: transparent;
background-image: none;
border-color: #03c4eb;
color: #03c4eb;
}
.btn-theme-primary-outline:hover {
color: #FFF;
background-color: #03c4eb;
border-color: #03c4eb;
} .slider-spinner {
width: 40px;
height: 40px;
position: relative;
margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #fff;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
0%, 100% {
-webkit-transform: scale(0);
}
50% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bounce {
0%, 100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
} section > .customize-partial-edit-shortcut {
z-index: 95;
}
section > .customize-partial-edit-shortcut button {
left: 30px;
} .sidebar .widget {
margin-bottom: 40px;
}
.sidebar .widget .widget-title {
font-size: 15px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 13px;
font-weight: 700;
}
.sidebar .widget ul {
list-style: none;
padding: 0px;
}
.sidebar .widget ul:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.sidebar .widget a {
color: #777777;
font-size: 14px;
}
.sidebar .widget a:hover {
color: #03c4eb;
text-decoration: underline;
} .search-form {
display: -webkit-box;
display: flex;
width: 100%;
-webkit-box-align: center;
align-items: center;
}
.search-form .search-field {
width: 100% !important;
padding: 10px 15px;
padding:  0.625rem 0.9375rem;
}
.search-form .search-submit {
width: auto;
margin: 0px 0 0 0.5em;
height: 100%;
}
.search-form label {
-webkit-box-flex: 2;
flex-grow: 2;
margin: 0px;
} .widget_recent_comments ul {
margin-top: 25px;
}
.widget_recent_comments ul li {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e9e9e9;
}
.widget_recent_comments ul a {
font-style: italic;
}
.widget_recent_comments .comment-author-link a {
font-weight: bold;
font-style: normal;
} .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
float: left;
margin-bottom: 0;
width: 50%;
}
@media screen and (min-width: 720px) {
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
width: 50%;
}
}
@media screen and (min-width: 940px) {
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
width: 100%;
float: none;
}
}
@media screen and (min-width: 1140px) {
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
width: 50%;
float: left;
}
}
.widget_recent_entries ul li {
margin: 0px;
padding: 10px 0px 10px 0px;
border-bottom: 1px solid #e9e9e9;
}
.sidebar .widget_calendar a {
color: #03c4eb;
text-decoration: underline;
}  .section-padding {
padding: 70px 0px;
padding:  4.375rem 0px;
}
.section-padding-lg {
padding: 90px 0px;
padding:  5.625rem 0px;
}
.section-padding-larger {
padding: 140px 0px;
padding:  8.75rem 0px;
}
.section-meta {
background-color: #f8f9f9;
}
.onepage-section {
position: relative;
overflow: hidden;
}
.onepage-section:before {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
display: block;
content: " ";
z-index: 1;
}
.onepage-section .container-fluid,
.onepage-section .container {
position: relative;
z-index: 5;
}
.section-inverse {
background: #222222;
}
.section-inverse .section-title-area .section-title {
color: rgba(255, 255, 255, 0.99);
}
.section-inverse .section-title-area .section-subtitle {
color: rgba(255, 255, 255, 0.7);
}
.section-inverse .section-title-area .section-subtitle::after {
background: rgba(255, 255, 255, 0.8);
}
.section-inverse-extended {
background: #333333;
}
.section-inverse-extended .section-title-area .section-title {
color: rgba(255, 255, 255, 0.99);
}
.section-inverse-extended .section-title-area .section-subtitle {
color: rgba(255, 255, 255, 0.7);
}
.section-inverse-extended .section-title-area .section-subtitle::after {
background: rgba(255, 255, 255, 0.8);
}
.section-inverse {
color: rgba(255, 255, 255, 0.5);
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
color: rgba(255, 255, 255, 0.9);
}
.section-inverse p {
color: rgba(255, 255, 255, 0.5);
}
.section-title-area {
margin-bottom: 60px;
text-align: center;
}
.section-title-area .section-title {
font-size: 30px;
letter-spacing: 2px;
font-weight: 800;
position: relative;
margin-bottom: 0px;
text-transform: uppercase;
}
@media screen and (min-width: 940px) {
.section-title-area .section-title {
font-size: 40px;
letter-spacing: 3.5px;
}
}
.section-title-area .section-subtitle {
color: #aaaaaa;
font-size: 12px;
display: inline-block;
position: relative;
margin-bottom: 13px;
margin-bottom: 0.8125rem;
text-transform: uppercase;
letter-spacing: 2px;
}
@media screen and (min-width: 940px) {
.section-title-area .section-subtitle {
font-size: 14px;
}
}
.section-desc {
font-size: 20px;
font-size: 1.25rem;
margin-top: 40px;
margin-top: 2.5rem;
} .hero-slideshow-wrapper {
width: 100%;
position: relative;
background-color: #222222;
overflow: hidden; }
.hero-slideshow-wrapper:after {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
display: block;
content: "";
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn,
.hero-slideshow-wrapper .hero__content .hcl2-content {
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all .5s linear;
transition: all .5s linear;
}
.hero-slideshow-wrapper .hero__content .hero-large-text {
-webkit-transition-delay: 0.7s; transition-delay: 0.7s;
}
.hero-slideshow-wrapper .hero__content .hero-small-text {
-webkit-transition-delay: 0.8s; transition-delay: 0.8s;
}
.hero-slideshow-wrapper .hero__content .btn {
-webkit-transition-delay: 1s; transition-delay: 1s;
}
.hero-slideshow-wrapper .hero__content .hcl2-content {
-webkit-transition-delay: 0.7s; transition-delay: 0.7s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
.hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
.hero-slideshow-wrapper.loaded .container .hero__content .btn, .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.hero-slideshow-wrapper .slider-spinner {
position: absolute;
top: 50%;
left: 50%;
z-index: 9999999;
margin: 0px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.animation-disable .hero-slideshow-wrapper { }
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .btn {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .slider-spinner {
position: absolute;
top: 50%;
left: 50%;
z-index: 9999999;
margin: 0px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.js-rotating {
display: none;
}
.js-rotating.morphext {
display: inline-block;
}
.is-customize-preview .slider-spinner {
display: none !important;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: all 0s linear;
transition: all 0s linear;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
-webkit-transition-delay: 0s; transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .btn,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.hero-slideshow-normal .container {
padding: 10% 0px;
position: relative;
z-index: 80;
}
.hero-slideshow-fullscreen .container {
z-index: 80;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.hero__content {
color: #FFF;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
font-size: 18px;
font-size: 1.125rem;
font-weight: 300;
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
color: #FFF;
letter-spacing: 2px;
text-transform: uppercase;
}
.hero__content a.btn {
margin: 10px 10px 20px 0px;
margin:  0.625rem 0.625rem 1.25rem 0px;
}
.hero__content p {
margin-bottom: 20px;
margin-bottom: 1.25rem;
} .hero-content-style2 h1 {
font-weight: 800;
font-size: 50px;
font-size: 3.125rem;
letter-spacing: 3px;
}
.hero-content-style2 .hcl2-content {
padding: 50px 0px;
padding:  3.125rem 0px;
}
.hero-content-style2 .hcl2-image {
text-align: right;
}
@media (max-width: 1199px) {
.hero-content-style2 .hcl2-content, .hero-content-style2 .hcl2-image {
text-align: center;
}
} .hero-content-style1 {
text-align: center;
}
.hero-content-style1 h2 {
color: #FFFFFF;
font-size: 35px;
letter-spacing: 2px;
line-height: 1.3;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
font-weight: 800;
text-transform: uppercase;
}
@media screen and (min-width: 720px) {
.hero-content-style1 h2 {
font-size: 60px;
letter-spacing: 3px;
}
}
@media screen and (min-width: 940px) {
.hero-content-style1 h2 {
font-size: 75px;
letter-spacing: 4px;
}
}
.hero-content-style1 h2 strong {
font-weight: 900;
}
.hero-content-style1 p {
font-size: 14px;
font-style: italic;
letter-spacing: 0.4px;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
color: #FFFFFF;
text-align: center;
font-weight: 100;
margin-bottom: 30px;
margin-bottom: 1.875rem;
}
@media screen and (min-width: 940px) {
.hero-content-style1 p {
font-size: 18px;
}
}
@media screen and (min-width: 1140px) {
.hero-content-style1 p {
font-size: 22px;
}
}
.hero-content-style1 p strong {
letter-spacing: -0.6px;
}
@media (max-width: 767px) {
.hero-content-style1 .btn {
display: inline-block;
}
}
.hero-content-style1 a:active, .hero-content-style1 a:focus, .hero-content-style1 .btn:active, .hero-content-style1 .btn:focus {
outline: none;
}
#hero .btn {
box-shadow: none;
}
#hero .btn-theme-primary:focus {
color: #fff;
}
.h-on-top.is-transparent #hero .container .hero__content {
margin-top: 75px;
} .morphext > .animated {
display: inline-block;
} .icon-background-default {
color: #03c4eb;
}
.feature-item {
text-align: center;
}
.feature-item .feature-icon {
color: #fff;
}
.feature-item .fa-5x {
font-size: 4em;
}
.feature-item:hover .icon-background-default {
color: #333333;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
@media screen and (min-width: 940px) {
.feature-item.col-lg-3:nth-child(4n+1), .feature-item.col-lg-4:nth-child(3n+1), .feature-item.col-lg-6:nth-child(2n+1) {
clear: left;
}
}
.feature-media {
text-align: center;
margin-bottom: 20px;
} .section-about .about-image {
text-align: center;
}
.section-about .about-image img {
margin-bottom: 30px;
}
.section-about .section-title-area {
margin-bottom: 30px;
}
.section-about .row > div {
margin-top: 30px;
} .section-services .service-item {
background: #FFFFFF;
padding: 30px;
margin-bottom: 30px;
position: relative;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
-webkit-transition: all 100ms ease-out 0s;
transition: all 100ms ease-out 0s;
}
@media screen and (max-width: 720px) {
.section-services .service-item {
padding: 20px;
}
}
.section-services .service-item:after {
content: "";
display: table;
clear: both;
clear: both;
}
.section-services .service-item:hover {
box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}
.section-services .service-item .service-image {
float: left;
margin-right: 30px;
}
.section-services .service-item .service-image img {
max-width: 120px;
height: auto;
}
.section-services .service-item .service-image i {
color: #03c4eb;
}
@media screen and (max-width: 720px) {
.section-services .service-item .service-image {
float: none;
margin-bottom: 30px;
margin-top: 10px;
margin-right: 0px;
text-align: center;
}
}
.section-services .service-item .service-thumbnail {
margin-bottom: 25px;
margin-bottom: 1.5625rem;
}
.section-services .service-item .service-content {
overflow: hidden;
}
.section-services .service-item .service-content p {
margin: 0px;
font-size: 14px;
color: #777777;
}
@media screen and (max-width: 720px) {
.section-services .service-item .service-content {
text-align: center;
overflow: auto;
}
}
.section-services .service-item .service-title {
margin-bottom: 10px;
margin-bottom: 0.625rem;
color: #333333;
}
.section-services .service-item .service-link:before {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0px;
left: 0px;
content: "";
} .counter_item {
text-align: center;
margin-bottom: 35px;
margin-bottom: 2.1875rem;
}
.counter_item .counter__number {
font-size: 50px;
font-size: 3.125rem;
font-weight: 800;
color: #03c4eb;
line-height: 1;
font-family: serif, sans-serif;
text-transform: uppercase;
}
.counter_item .counter_title {
font-size: 18px;
font-size: 1.125rem;
} #parallax-hero {
position: relative;
background: none;
overflow: hidden;
}
#parallax-hero .hero-slideshow-wrapper {
background: none;
}
#parallax-hero .hero-slideshow-wrapper::after {
background: none;
}
.section-parallax, #parallax-hero {
background: none;
position: relative;
overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse, #parallax-hero > section, #parallax-hero .onepage-section, #parallax-hero .section-inverse {
background: none;
}
.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: auto;
min-height: 100%;
display: block;
background-size: 100% auto;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 50% 50%;
}
.section-parallax .parallax-bg:before, #parallax-hero .parallax-bg:before {
content: " ";
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: rgba(0, 0, 0, 0.3);
display: block;
width: 100%;
height: 100%;
z-index: 2;
}
.section-parallax .parallax-bg img, #parallax-hero .parallax-bg img {
position: absolute;
left: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
max-width: 9999999px;
}
.section-parallax .parallax-bg.no-img, #parallax-hero .parallax-bg.no-img {
height: 120%;
background-size: cover;
background-repeat: no-repeat;
background-attachment: scroll;
background-attachment: scroll;
background-position: 50% 0;
}
.parallax_bg_overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 5;
opacity: 0.4;
}
.parallax-content {
z-index: 10;
position: relative;
padding: 100px 0px;
text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
color: #FFFFFF;
line-height: 1.5;
}
.parallax-content p, .parallax-content a {
color: #FFFFFF;
} .section-team .team-member {
padding: 0px 0.5px;
text-align: center;
}
.section-team .row {
margin-left: -0.5px;
margin-right: -0.5px;
}
.team-members.row {
margin-left: 0px;
margin-left: 0rem;
margin-right: 0px;
margin-right: 0rem;
}
@media screen and (min-width: 940px) {
.team-members.row.team-layout-4 .team-member {
width: 25%;
}
.team-members.row.team-layout-4 .team-member:nth-child(4n+1) {
clear: left;
}
.team-members.row.team-layout-3 .team-member {
width: 33.3333333333%;
}
.team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
clear: left;
}
.team-members.row.team-layout-2 .team-member {
width: 50%;
}
.team-members.row.team-layout-2 .team-member:nth-child(2n+1) {
clear: left;
}
}
@media screen and (max-width: 940px) {
.team-members.row .team-member {
width: 50%;
}
.team-members.row .team-member:nth-child(2n+1) {
clear: left;
}
}
@media screen and (max-width: 720px) {
.team-members.row .team-member {
width: 50%;
}
.team-members.row .team-member:nth-child(2n+1) {
clear: left;
}
}
@media screen and (max-width: 576px) {
.team-members.row .team-member {
width: 100%;
}
}
.team-member {
margin-bottom: 20px;
float: left;
}
.team-member .member-thumb {
margin-bottom: 20px;
position: relative;
overflow: hidden;
}
.team-member .member-thumb:hover .member-profile {
bottom: 8px;
-webkit-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.team-member .member-thumb:hover img {
opacity: 0.7;
-webkit-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.team-member .member-thumb .member-profile {
position: absolute;
text-align: center;
bottom: -35px;
left: auto;
right: auto;
width: 100%;
}
.team-member .member-thumb .member-profile a {
color: #000000;
}
.team-member .member-thumb .member-profile a .fa-inverse {
color: #ffffff;
}
.team-member .member-thumb .member-profile a:hover {
color: #03c4eb;
}
.team-member .member-info {
margin-top: 0px;
position: relative;
z-index: 30;
text-align: center;
}
.team-member .member-name {
letter-spacing: 2px;
margin-bottom: 15px;
position: relative;
}
.team-member .member-name:after {
content: "";
display: block;
position: absolute;
left: 50%;
margin-left: -15%;
bottom: -11px;
width: 30%;
height: 1px;
background: #cccccc;
}
.team-member .member-position {
text-transform: uppercase;
font-size: 10px;
letter-spacing: 1.3px;
} .all-news {
text-align: center;
margin-top: 40px;
display: block;
}
.section-news .list-article, .archive .list-article, .blog .list-article {
border-top: 1px solid #e9e9e9;
padding: 25px 0px;
}
.section-news .list-article:last-of-type, .archive .list-article:last-of-type, .blog .list-article:last-of-type {
border-bottom: 1px solid #e9e9e9;
}
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
float: left;
margin-right: 30px;
}
.section-news .list-article-thumb a img:hover, .archive .list-article-thumb a img:hover, .blog .list-article-thumb a img:hover {
opacity: 0.8;
}
@media screen and (max-width: 940px) {
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
display: none;
}
}
@media screen and (max-width: 720px) {
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
width: 100%;
float: none;
margin-right: 0px;
margin-bottom: 30px;
display: block;
}
.section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img {
width: 100%;
}
}
.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {
float: none;
overflow: hidden;
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta {
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.2px;
margin-bottom: 10px;
}
.section-news .entry-title, .archive .entry-title, .blog .entry-title {
font-size: 22px;
line-height: 1.5;
}
.section-news .entry-title a:hover, .archive .entry-title a:hover, .blog .entry-title a:hover {
text-decoration: none;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
margin-bottom: 0px;
}
.archive .site-main .list-article:first-child,
.blog .site-main .list-article:first-of-type {
border-top: none;
padding-top: 0px;
}
.page-template-template-blog .section-news .list-article {
padding: 30px 0px;
}
.page-template-template-blog .section-news .list-article:first-of-type {
border-top: none;
padding-top: 0px;
}
.page-template-template-blog .section-news .list-article:last-of-type {
border-bottom: none;
}
.section-news.section-inverse .list-article {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse .list-article:last-of-type {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse h1 a, .section-news.section-inverse h2 a, .section-news.section-inverse h3 a, .section-news.section-inverse h4 a, .section-news.section-inverse h5 a {
color: rgba(255, 255, 255, 0.8);
}
.section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
color: #FFF;
} .section-contact input, .section-contact textarea {
width: 100%;
}
.section-contact .address-contact {
margin-top: 5px;
margin-bottom: 15px;
}
.section-contact .address-contact span {
float: left;
color: #aaaaaa;
}
.section-contact .address-contact .address-content {
display: block;
padding-left: 45px;
font-style: italic;
line-height: 2;
}
.section-contact .address-contact .fa-inverse {
font-size: 12px;
}
.section-contact textarea {
max-height: 190px;
}
.wpcf7-form {
text-transform: uppercase;
font-size: 11px;
letter-spacing: 2px;
font-weight: 600;
}
.wpcf7-form br {
margin-bottom: 5px;
}
.wpcf7-form label {
width: 100%;
}
div.wpcf7-validation-errors {
margin: 20px 0px;
padding: 15px;
}
div.wpcf7-response-output {
margin: 20px 0px;
} .section-videolightbox {
text-align: center;
}
.section-videolightbox .videolightbox__icon {
margin-bottom: 40px;
margin-bottom: 2.5rem;
}
.section-videolightbox .videolightbox__heading {
text-transform: uppercase;
font-size: 38px;
font-size: 2.375rem;
letter-spacing: 0px;
font-weight: 500;
}
.section-videolightbox .videolightbox__heading strong {
font-weight: 800;
}
.section-videolightbox .video_icon {
background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
border: 4px solid #fff;
border-radius: 100px;
height: 50px;
line-height: 1;
padding: 10px;
width: 50px;
display: inline-block;
}
.section-videolightbox .video_icon i {
color: #fff;
font-size: 20px;
margin-left: 6px;
margin-top: 1px;
line-height: 1;
}
.section-videolightbox .video_icon:hover {
background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
color: #000;
} .gallery-grid .g-item {
padding: 10px;
float: left;
}
.all-gallery {
text-align: center;
margin-top: 40px;
display: block;
}
.g-zoom-in .g-item {
display: block;
overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.g-zoom-in .g-item img {
display: block;
overflow: hidden;
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
-ms-transform: scale(1.5, 1.5); -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5);
}
.g-layout-full-width.container {
width: 100%;
max-width: none;
padding: 0px;
}
@media screen and (min-width: 720px) {
.g-col-1 .g-item {
width: 100%;
}
.g-col-1 .g-item:nth-child(1n+1) {
clear: left;
}
.g-col-2 .g-item {
width: 50%;
}
.g-col-2 .g-item:nth-child(2n+1) {
clear: left;
}
.g-col-3 .g-item {
width: 33.3333333333%;
}
.g-col-3 .g-item:nth-child(3n+1) {
clear: left;
}
.g-col-4 .g-item {
width: 25%;
}
.g-col-4 .g-item:nth-child(4n+1) {
clear: left;
}
.g-col-5 .g-item {
width: 20%;
}
.g-col-5 .g-item:nth-child(5n+1) {
clear: left;
}
.g-col-6 .g-item {
width: 16.6666666667%;
}
.g-col-6 .g-item:nth-child(6n+1) {
clear: left;
}
}
@media screen and (min-width: 576px) and (max-width: 720px) {
.g-col-1 .g-item {
width: 100%;
}
.g-col-1 .g-item:nth-child(1n+1) {
clear: left;
}
.g-col-2 .g-item {
width: 50%;
}
.g-col-2 .g-item:nth-child(2n+1) {
clear: left;
}
.g-col-3 .g-item {
width: 33.3333333333%;
}
.g-col-3 .g-item:nth-child(3n+1) {
clear: left;
}
.g-col-4 .g-item {
width: 25%;
}
.g-col-4 .g-item:nth-child(4n+1) {
clear: left;
}
.g-col-5 .g-item {
width: 20%;
}
.g-col-5 .g-item:nth-child(5n+1) {
clear: left;
}
.g-col-6 .g-item {
width: 16.6666666667%;
}
.g-col-6 .g-item:nth-child(6n+1) {
clear: left;
}
}
@media screen and (max-width: 576px) {
.g-col-1 .g-item {
width: 100%;
}
.g-col-1 .g-item:nth-child(1n+1) {
clear: left;
}
.g-col-2 .g-item {
width: 50%;
}
.g-col-2 .g-item:nth-child(2n+1) {
clear: left;
}
.g-col-3 .g-item {
width: 33.3333333333%;
}
.g-col-3 .g-item:nth-child(3n+1) {
clear: left;
}
.g-col-4 .g-item {
width: 25%;
}
.g-col-4 .g-item:nth-child(4n+1) {
clear: left;
}
.g-col-5 .g-item {
width: 20%;
}
.g-col-5 .g-item:nth-child(5n+1) {
clear: left;
}
.g-col-6 .g-item {
width: 16.6666666667%;
}
.g-col-6 .g-item:nth-child(6n+1) {
clear: left;
}
}
.gallery-justified {
width: 100%;
position: relative;
overflow: hidden;
}
.gallery-justified img {
max-width: none;
position: absolute;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
border: none;
}
.gallery-justified > a,
.gallery-justified > div {
position: absolute;
display: inline-block;
overflow: hidden;
float: left;
}
.gallery-masonry {
width: 100%;
position: relative;
display: block;
}
.gallery-masonry:affter {
clear: both;
}
.gallery-masonry .inner {
display: block;
}  .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
-ms-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
} .woocommerce-result-count {
font-style: italic;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
margin-bottom: 1.5em;
}
.woocommerce-ordering select {
padding: 7px;
margin-top: -10px;
}
.woocommerce ul.products li.product h3 {
font-size: 18px;
font-size: 1.125rem;
margin-bottom: 7px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
background-color: #03c4eb;
padding: 10px 20px;
padding:  0.625rem 1.25rem;
color: #FFF;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 2px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
background: #222222;
color: #FFF;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.woocommerce table.shop_table {
border-collapse: collapse;
}
.woocommerce .quantity .qty {
padding: 5px;
}
.woocommerce span.onsale {
padding: inherit;
}
.related.products h2, #tab-description h2 {
font-size: 17px;
font-size: 1.0625rem;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
padding: 9px 14px;
font-weight: bold;
}
.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2, .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2,
.woocommerce .woocommerce-Addresses .col-1,
.woocommerce .woocommerce-Addresses .col-2,
.woocommerce .woocommerce-customer-details .col-1,
.woocommerce .woocommerce-customer-details .col-2 {
max-width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.woocommerce .woocommerce-additional-fields h3 {
margin-top: 20px;
}
.woocommerce .cart_totals th {
text-align: left;
}
.woocommerce .cart_totals h2 {
font-size: 20px;
font-size: 1.25rem;
}
.woocommerce .wc-proceed-to-checkout {
text-align: center;
}
.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details h2 {
font-size: 20px;
font-size: 1.25rem;
}
.woocommerce ul.products li.product .price del {
display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
float: none;
}
#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 {
display: inline-block;
margin: 0 auto;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: #03c4eb;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: #03c4eb;
opacity: .8;
}
.woocommerce-MyAccount-navigation ul {
margin: 0px;
padding-left: 0px;
}
.woocommerce-MyAccount-navigation li {
list-style: none;
} .breadcrumbs {
font-size: 10px;
padding: 15px 0px;
border-bottom: 1px solid #e9e9e9;
color: #858585;
}
@media screen and (min-width: 720px) {
.breadcrumbs {
font-size: 12px;
}
}
.breadcrumbs i {
margin: 0px 6px;
}
.breadcrumbs a {
text-decoration: none;
color: #777777;
font-weight: 600;
}
.breadcrumbs a:hover {
text-decoration: underline;
}
.breadcrumbs span {
margin-right: 20px;
position: relative;
}
@media screen and (min-width: 720px) {
.breadcrumbs span {
margin-right: 40px;
}
}
.breadcrumbs span span {
margin-right: 0;
}
.breadcrumbs a:before {
border-bottom: 6px solid transparent;
border-left: 6px solid rgba(0, 0, 0, 0.2);
border-top: 6px solid transparent;
content: "";
display: inline-block;
position: absolute;
right: -11px;
top: 2px;
}
@media screen and (min-width: 720px) {
.breadcrumbs a:before {
right: -23px;
top: 3px;
}
}
.breadcrumbs a:after {
border-bottom: 5px solid transparent;
border-left: 5px solid #ffffff;
border-top: 5px solid transparent;
content: "";
display: inline-block;
position: absolute;
right: -10px;
top: 3px;
}
@media screen and (min-width: 720px) {
.breadcrumbs a:after {
right: -22px;
top: 4px;
}
}   .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
touch-action: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}  .owl-theme {
position: relative;
}
.owl-theme .owl-nav button {
position: absolute;
top: 50%;
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: 0px;
padding: 4px 10px 5px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: 0px none;
}
.owl-theme .owl-nav button:focus {
box-shadow: none;
outline: none;
}
.owl-theme .owl-nav:hover {
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
}
.owl-theme .owl-nav .owl-prev {
left: 15px;
}
.owl-theme .owl-nav .owl-prev .lg-icon::before {
content: "\e094";
}
.owl-theme .owl-nav .owl-next {
right: 15px;
}
.owl-theme .owl-nav .owl-next .lg-icon::before {
content: "\e095";
}
.owl-theme .owl-nav {
margin-top: 0px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.gallery-carousel.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
background: none !important;
box-shadow: none !important;
outline: none !important;
border: 0px none;
padding: 0px;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
} div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-label, div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-sublabel {
text-transform: uppercase;
font-size: 11px;
letter-spacing: 2px;
font-weight: 600;
}
div.wpforms-container .wpforms-form .wpforms-field-row.wpforms-field-medium {
max-width: 100% !important;
}
div.wpforms-container .wpforms-form .wpforms-field input[type=date],
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime],
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local],
div.wpforms-container .wpforms-form .wpforms-field input[type=email],
div.wpforms-container .wpforms-form .wpforms-field input[type=month],
div.wpforms-container .wpforms-form .wpforms-field input[type=number],
div.wpforms-container .wpforms-form .wpforms-field input[type=password],
div.wpforms-container .wpforms-form .wpforms-field input[type=range],
div.wpforms-container .wpforms-form .wpforms-field input[type=search],
div.wpforms-container .wpforms-form .wpforms-field input[type=tel],
div.wpforms-container .wpforms-form .wpforms-field input[type=text],
div.wpforms-container .wpforms-form .wpforms-field input[type=time],
div.wpforms-container .wpforms-form .wpforms-field input[type=url],
div.wpforms-container .wpforms-form .wpforms-field input[type=week],
div.wpforms-container .wpforms-form .wpforms-field select,
div.wpforms-container .wpforms-form .wpforms-field textarea {
padding: 10px;
max-width: 100%;
border: 0px;
font-size: 15px;
font-weight: normal;
line-height: 22px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
background-color: #f2f2f2;
border-bottom: 1px solid #fff;
box-sizing: border-box;
color: #000000;
border-bottom: 1px solid #fff;
}
div.wpforms-container .wpforms-form .wpforms-field input[type=date]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=date]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=email]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=email]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=month]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=month]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=number]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=number]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=password]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=password]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=range]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=range]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=search]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=search]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=text]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=text]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=time]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=time]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=url]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=url]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=week]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=week]:focus,
div.wpforms-container .wpforms-form .wpforms-field select:hover,
div.wpforms-container .wpforms-form .wpforms-field select:focus,
div.wpforms-container .wpforms-form .wpforms-field textarea:hover,
div.wpforms-container .wpforms-form .wpforms-field textarea:focus {
border: none;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
border-color: #EBEBEB;
border-bottom: 1px solid #fff !important;
background: #e9e9e9;
}
div.wpforms-container .wpforms-form .wpforms-field textarea {
min-height: 215px;
}
div.wpforms-container .wpforms-form button[type=submit] {
width: 100%;
text-align: center;
display: block;
} .pirate_forms .pirate-forms-fields-container .form_field_wrap {
width: 100%;
max-width: 100%;
padding: 0px;
}
.pirate_forms .pirate-forms-fields-container .form_field_wrap .form-control {
border-radius: 0px;
}
.pirate_forms .pirate-forms-fields-container .form_field_wrap .pirate-forms-submit-button {
display: block;
width: 100%;
}
.pirate_forms .contact_message_wrap #pirate-forms-contact-message {
border-radius: 0px;
background-color: #f2f2f2;
border: 0 none;
min-height: 245px;
max-height: 999px;
} [class*="c-bully"],
[class*="c-bully"]:before,
[class*="c-bully"]:after {
box-sizing: border-box;
}
.c-bully {
position: fixed;
top: 50%;
right: 28px;
font-size: 12px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 600;
color: #333;
text-transform: uppercase;
}
@media screen and (max-width: 940px) {
.c-bully {
right: 0px;
}
}
.c-bully.c-bully--inversed {
color: #fff;
}
@media screen and (max-width: 940px) {
.c-bully.c-bully-hide-on-mobile {
display: none;
}
}
.onepress-menu-mobile-opening .c-bully {
z-index: 10;
}
.c-bully__bullet {
padding: 8px;
opacity: 0;
cursor: pointer;
position: relative;
}
@media screen and (max-width: 940px) {
.c-bully__bullet {
padding: 8px 3px;
}
}
.c-bully__bullet:hover .c-bully__title {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.c-bully__title {
position: absolute;
right: 26px;
top: 1px;
left: auto;
background: rgba(0, 0, 0, 0.7);
padding: 1px 10px;
border-radius: 2px;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
display: block;
opacity: 0;
white-space: nowrap;
color: rgba(255, 255, 255, 0.8);
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
.c-bully__bullet:after {
content: "";
display: block;
width: 12px;
height: 12px;
border: 2px solid currentColor;
border-radius: 50%;
will-change: transform;
}
@media screen and (max-width: 940px) {
.c-bully__bullet:after {
width: 9px;
height: 9px;
}
}
.c-bully__bullet--active {
position: absolute;
top: 0;
left: 0;
-webkit-transition: top 0.2s ease-out;
transition: top 0.2s ease-out;
}
.c-bully__bullet--active:before {
content: "";
width: 12px;
height: 12px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 14px;
background: currentColor;
border-radius: 50%;
}
@media screen and (max-width: 940px) {
.c-bully__bullet--active:before {
width: 9px;
height: 9px;
}
}
.c-bully__bullet--active:after {
border-color: transparent;
}
.c-bully__bullet--pop {
-webkit-animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
}
.c-bully__bullet--squash {
opacity: 1;
-webkit-animation: bully-squash 0.2s ease-out forwards;
animation: bully-squash 0.2s ease-out forwards;
}
@-webkit-keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes bully-pop {
50% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bully-pop {
50% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes bully-squash {
50% {
-webkit-transform: scale(0.6, 1.8);
transform: scale(0.6, 1.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bully-squash {
50% {
-webkit-transform: scale(0.6, 1.8);
transform: scale(0.6, 1.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.single-post .content-inner {
margin-left: auto;
margin-right: auto;
}
.entry-content > * {
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.no-sidebar .entry-content > .alignwide {
max-width: 100vw;
max-width: calc(var(--vw, 1vw) * 100);
width: 1110px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
position: relative;
}
.no-sidebar .entry-content > .alignfull {
margin: 1.5em 0;
max-width: 100vw;
max-width: calc(var(--vw, 1vw) * 100);
width: 100vw; width: calc(var(--vw, 1vw) * 100);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
position: relative;
}
.single-post .right-sidebar .content-inner {
margin-left: 0px;
}
.single-post .left-sidebar .content-inner {
margin-right: 0px;
}
.entry-content ul,
.entry-content ol {
margin: 1.5em auto;
list-style-position: outside;
}
.wp-block-video video {
max-width: 100%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
width: 100%;
position: relative;
padding: 0 0 0 0;
height: auto;
display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
padding-top: 56.25%;
content: "";
display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper > object {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.wp-block-image img {
display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
width: 100%;
}
.wp-block-image.alignfull img {
width: 100vw;
width: calc(var(--vw, 1vw) * 100);
}
.wp-block-gallery:not(.components-placeholder) {
margin: 1.5em auto;
}
.wp-block-cover-text p {
padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
padding: 0 14px;
}
.wp-block-table {
display: block;
overflow-x: auto;
}
.wp-block-table table {
border-collapse: collapse;
width: 100%;
}
.wp-block-table td,
.wp-block-table th {
padding: 0.5em;
}
.entry-content li {
margin-left: 2.5em;
margin-bottom: 6px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
margin: 0 auto;
}
.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
margin-left: 0;
}
.wp-block-quote {
border-left-width: 4px;
border-left-color: currentColor;
}
.wp-block-quote.is-style-large {
padding: 0px;
}
.wp-block-quote.is-style-large cite {
font-size: 13px;
}
.wp-block-quote > * {
margin-left: 16px;
margin-right: 16px;
}
.wp-block-quote cite {
font-style: normal;
margin-top: 1em;
margin-left: 0px;
position: relative;
font-size: 13px;
display: block;
margin-bottom: 0px;
}
.wp-block-pullquote {
border-bottom: 4px solid currentColor;
border-top: 4px solid currentColor;
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 3em 0;
text-align: center;
}
.wp-block-pullquote.is-style-solid-color {
border-bottom: 0 none;
border-top: 0 none;
}
.wp-block-pullquote > p:first-child {
margin-top: 0;
}
.wp-block-pullquote cite {
font-size: 13px;
font-style: normal;
text-transform: uppercase;
}
.wp-block-pullquote blockquote {
border-left: 0px;
background: none;
}
.wp-block-separator {
margin: 3em auto;
border: none;
border-bottom: 2px solid currentColor;
}
.wp-block-separator:not(.is-style-wide) {
max-width: 100px;
}
.wp-block-separator.is-style-dots {
border-bottom: none !important;
text-align: center;
}
.wp-block-separator.is-style-dots::before {
padding-left: 0px;
font-size: 30px;
}
@media screen and (min-width: 768px) {
.wp-block-cover-text p {
padding: 1.5em 0;
}
.entry-content > * {
padding-left: 0px;
padding-right: 0px;
}
} .has-strong-blue-color {
color: #0073aa;
}
.has-strong-blue-background-color {
background-color: #0073aa;
}
.has-lighter-blue-color {
color: #229fd8;
}
.has-lighter-blue-background-color {
background-color: #229fd8;
}
.has-very-light-gray-color {
color: #eee;
}
.has-very-light-gray-background-color {
background-color: #eee;
}
.has-very-dark-gray-color {
color: #444;
}
.has-very-dark-gray-background-color {
background-color: #444;
}
@media screen and (max-width: 1140px){
#masthead{
min-height: 80px;
}
}
@media screen and (max-width: 768px){
.entry-content li {
margin-left: 25px;
}
.entry-content .aws-check li:before {
position: absolute;
left: 50px;
}
}
.ph-search-box {
width: 45%;
margin: 30px 20px;
}
@media screen and (max-width: 768px){
.ph-search-box {
width: 90%;
}
}h1,
h2,
h3,
h4,
h5,
h6 {
color: #223555;
text-transform: none !important;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#nav-toggle {
width: 10% !important;
}
h2.hero-large-text,
.page-header .entry-title,
.page-header .page-title {
text-transform: none;
text-align: center;
font-size: 2.2em;
}
.section-videolightbox .video_icon {
display: none !important;
}
.search-background {
background-color: #223555;
}
.search-title {
color: #ffffff !important;
text-align: center !important;
}
.footer-widgets,
.widget-area .widget {
padding: 10px !important;
} .img-grid-wrapper {
display: inline-block;
vertical-align: middle; box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.img-grid-wrapper:hover,
.img-grid-wrapper:focus,
.img-grid-wrapper:active {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.title,
.menu-item.menu-item-type-custom a {
color: #223555;
}
#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after,
#nav-toggle.nav-is-visible span::before,
#nav-toggle.nav-is-visible span::after {
color: #223555;
}
.wrap-section {
margin: 30px 0;
border: 1px solid lightgrey;
padding: 15px;
border-radius: 2px;
color: #3c3b3b;
font: normal 15px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
box-shadow: 1px 1px 5px #223555;
background-color: #fff;
}
.wrap-section.has-image {
min-height: 330px;
}
.section-title {
width: 100%;
}
.site-footer .site-info {
display: none !important;
}
.sidebar .widget ul {
text-align: center !important;
}
.footer-widgets.section-padding {
padding: 1rem 1rem 1rem 1rem !important;
}
.onepress-menu a {
font-size: 1.2rem !important;
letter-spacing: 0px !important;
text-transform: initial !important;
color: #223555;
}
.suche {
background-color: #388588 !important;
}
.section-title-area .section-title,
.section-title-area .section-subtitle {
text-transform: initial !important;
}
.textwidget {
text-align: center !important;
}
.psnap_product_title {
color: #223555 !important;
}
.psnap_amazon_button_style {
background-color: #eb7f00 !important;
}
.psnap_feature_div {
padding-right: 50px !important;
overflow: visible !important;
} @media (max-width: 450px) {
.inside-right-sidebar,
.q2w3-fixed-widget-container { }
}
.ueberschrift_h2 {
color: #223555;
}
.fa-check {
color: white;
}
.unsichtbar {
list-style: none;
margin: 0 0 0 0;
}
.entry-title {
color: #ffffff !important;
}
.sidebar .widget a {
color: #223555;
font-size: 18px;
font-weight: 600;
}
.table > thead > tr > th,
table > thead > tr > td { }
.widget-area.sidebar .execphpwidget {
padding: 5px 10px;
display: flex;
flex-wrap: wrap;
border-radius: 5px;
background-color: #223555;
}
.widget-area.sidebar .execphpwidget a {
color: white;
line-height: 1.4;
}
#secondary div.execphpwidget a { margin-bottom: 11px;
font-size: 14px !important;
flex-grow: 1;
width: 100%;
}
.tablepress thead th {
background-color: #223555;
color: white;
font-size: 1.25em;
font-weight: 600;
border: none; }
.tablepress {
border-collapse: collapse;
border: none;
}
.tablepress td {
border-collapse: collapse;
border: none;
border-bottom: 1px solid lightgray;
} #menu-footer li {
margin-right: 25px;
text-align: left;
}
#footer-widgets .row {
display: flex;
flex-wrap: wrap; align-items: center;  }
#footer-widgets .row .footer-column {
all: unset;
flex-grow: 1;
justify-content: center;
display: flex;
}
.psnap_saving_procent {
background-color: #223555;
}
.footer-widgets .sidebar .widget {
margin-top: 30px;
}
#footer-widgets .row div.footer-column:nth-of-type(3) {
width: 100%;
}
#site-navigation .onepress-menu a:hover {
background-color: #223555;
color: #ffffff;
}
.onepress-menu > li:last-child > a {
padding-right: 20px;
}
.page-title {
color: white;
}
.widget_categories ul {
display: flex;
flex-wrap: wrap;
}
@media screen and (min-width: 1140px) {
.widget_categories ul li.cat-item {
all: unset;
}
}
.widget-title {
color: #223555;
}
div.asl_r .results .item .asl_content h3 a,
div.asl_r .results .item .asl_content h3 a:hover {
font-size: 20px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
background-color: #ffffff00;
color: #223555;
transition: transform 0.5s;
backface-visibility: hidden;
transform: translateZ(0);
will-change: transform;
-webkit-perspective: 1000;
perspective: 1000;
filter: blur(0px);
display: inline-table;
}
div.asl_r .results .item .asl_content h3 a:hover {
transform: scale(1.03);
line-height: inherit; }
div.asl_r .results .item .asl_content .asl_desc {
font-size: 15px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
font-size: 15px;
font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
#ajaxsearchlite1.asl_m.asl_w {
border: 5px solid;
box-shadow: none !important;
}
div.asl_w {
box-shadow: none;
}
a.asl_res_url {  }
.asl_content {
display: flex;
justify-content: start;
align-items: center;
}
.wrap-section.section-merkabsatz {
border-color: #16a085;
box-shadow: 1px 1px 5px #16a085;
border-radius: 10px;
border-width: 5px;
display: flex;
padding-left: 50px; background-color: #16a0850d;
}
.section-merkabsatz i.fa.fa-thumbs-o-up {
font-size: 45px;
position: relative;
left: -25px;
align-self: center;
color: #16a085;
}
.section-text {
line-height: 2.4; overflow: auto;
width: 100;
}
.title-header {
width: 100%;
background-color: #223555;
color: white;
font-size: 20px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.breadcrumb li {
margin: 2px 0px;
}
.breadcrumb a {
color: white;
text-decoration: none;
}
.breadcrumb a:hover {
color: white;
text-decoration: underline;
}
.breadcrumb {
background-color: #fb9838;
display: flex;
color: white;
position: relative;
margin: 0;
z-index: 6;
padding: 0;
border-radius: 0px;
padding-left: 15px;
flex-wrap: wrap;
}
.breadcrumb li {
display: inline-block;
margin-left: 5px;
}
.page-header {
border: 0;
background: #223555;
min-height: 150px;
align-items: center;
display: flex;
}
.wrap-section h2:after,
h2.top-title:after,
.amazon-title-text:after {
content: "";
width: 100%;
background-color: #fb9837;
height: 5px;
display: block;
margin-top: 6px;
}
.top-title {
margin-top: 25px;
margin-bottom: 30px;
}
.above-the-fold {
display: flex;
flex-wrap: wrap;
width: 100%;
min-height: calc(100vh - 264px); background-repeat: no-repeat;
background-size: cover;
z-index: 10;
justify-content: space-around;
align-items: center;
flex-direction: column;
}
.darken:after { content: "\A";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
opacity: 1;
transition: all 1s;
-webkit-transition: all 1s;
}
.atf-description {
color: white;
flex-direction: column;
justify-content: center; position: relative;
z-index: 20;
padding-bottom: 20px;
width: 100%;
align-items: center;
display: flex;
}
.atf-desc-text {
padding: 0 10px;
max-width: 1000px;
}
.atf-desc-text div {
margin-top: 10px;
}
.atf-links {
justify-content: space-between;
display: flex;
flex-wrap: wrap;
width: 500px;
z-index: 20;
padding-bottom: 20px;
}
.atf-links .button {
min-width: 200px;
}
@media screen and (max-width: 768px) {
.atf-links button {
width: 290px;
height: 50px;
margin-bottom: 10px;
}
.atf-links {
width: unset;
flex-direction: column;
}
}
.atf-title {
text-align: center;
font-size: 1.2em;
text-decoration: underline;
}
@media screen and (min-width: 769px) {
.atf-title {
font-size: 1.5em;
}
.atf-description {
font-size: 1.5em;
}
}
.button {
background-color: #223555;
border: 0;
border-radius: 2px;
color: white;
padding: 6px 15px;
text-align: center;
}
#goto-article.button:hover,
#goto-article.button:focus {
box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
outline: none;
}
.button-orange {
background-color: #fb9837;
}
.button.button-green {
background: green;
border-color: darkgreen;
text-shadow: 0 -1px 1px green;
box-shadow: 0 1px 0 darkgreen;
}
.button.button-green:hover,
.button.button-green:active,
.button.button-green:focus {
background: rgb(1, 151, 1);
border-color: darkgreen;
box-shadow: 0 1px 0 darkgreen, 0 0 2px 1px green;
}
#goto-table.button:hover,
#goto-table.button:focus {
box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
outline: none;
}
img.section-image {
max-width: 200px;
max-height: 200px;
border: 1px solid silver;
border-radius: 20px;
}
img.section-image-right {
float: right;
margin-left: 10px;
}
img.section-image-left {
float: left;
margin-right: 10px;
}
.wrap-listing {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
color: #223555;
font-size: 1.1rem;
margin: 10px 10px;
}
.wrap-list {
width: 49%;
}
.list-title {
text-align: center;
background: #223555;
color: white;
padding: 10px;
}
.sublist-title {
text-align: center;
font-size: 1.3rem;
font-weight: 600;
}
.archive-header h1.page-title {
font-size: 3rem;
z-index: 1;
}
.archive-content .taxonomy-description {
position: absolute;
width: 100%;
height: 70vh;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
}
.archive-content .archive-header {
width: 100%;
height: 40vh;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.archive-content .taxonomy-description img {
display: flex;
flex-grow: 1;
max-height: unset;
max-width: unset;
object-fit: cover;
}
.taxonomy-description p {
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
}
.archive-content .taxonomy-description:after { }
#container-404 h1.page-title {
text-align: center;
font-size: 2rem;
}
.content-404 div#cercate-ora {
padding: 270px 0;
}
.wrap-products {
display: flex;
flex-wrap: wrap;
border: 1px solid lightgray;
justify-content: center;
}
.wrap-product {
justify-content: center;
display: flex;
flex-wrap: wrap;
border: 1px solid lightgray;
margin: 0 5px;
padding: 10px;
overflow: hidden;
width: 195px;
flex-grow: 1; }
.wrap-products > div {
margin-bottom: 15px;
}
.wrap-product > div {
margin-bottom: 15px;
}
.product-img {
width: 250px;
height: 175px;
justify-content: center;
display: flex;
}
.product-img img {
max-width: 250px;
max-height: 175px;
}
.product-name {
text-align: center;
font-weight: bold;
color: #223555;
height: 75px;
}
.product-prime {
position: relative;
width: 63px;
overflow: hidden;
height: 18px;
}
.product-button {
width: 100%;
}
.image-rating {
width: 50%;
}
.wrap-psnap {
display: flex;
flex-wrap: wrap;
margin: 5px;
padding: 5px;
justify-content: center;
align-items: stretch;
}
.wrap-psnap > div {
margin-right: 20px;
margin-bottom: 20px;
text-align: center;
border-radius: 4px;
}
.submit-wrap {
width: 100%;
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20px;
}
.plugin-logo {
max-width: 100%;
}
.output-wrap {
max-width: 45%;
width: 400px;
border: 1px solid lightgrey;
padding: 5px;
border-radius: 3px;
}
.autopost-wrap {
border: 1px solid lightgrey;
padding: 10px 15px;
border-radius: 3px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
max-width: 270px;
width: 100%;
}
.autopost-wrap div {
padding: 10px 0;
}
.psnap-title {
font-size: 1.2rem;
font-weight: bold;
text-decoration: underline;
margin: 10px 0;
text-align: center;
width: 100%;
display: block;
}
.psnap-subtitle {
font-size: 1rem;
font-weight: bold;
text-decoration: underline;
margin: 2px 0 5px;
text-align: left;
width: 100%;
display: block;
}
textarea.posted_title_status,
textarea.posted_title_error {
width: 100%;
min-height: 300px;
resize: none;
background-color: #213454;
color: white;
}
.wrap-posted_title_error {
color: #ff1010;
}
#psnap_scrape_sites {
width: 100%;
}
#psnap_scraped_sites {
width: 465px;
margin-bottom: 10px;
height: 400px;
margin-top: 40px;
}
#progressbar {
width: 400px;
height: 20px;
}
#statusText {
display: block;
width: 400px;
height: 20px;
margin-top: 66px;
}
.titleBox-wrap {
width: 400px;
margin-right: 150px;
}
.titleBox {
height: 400px;
width: 400px;
}
.preview-titleBox {
height: 400px;
width: 400px;
resize: none;
}
.scraped-sites-wrap {
width: 50%;
margin: 0;
}
.wrap-navi {
display: flex;
justify-content: space-between;
}
.wrap-background {
background-color: #213454;
color: white;
}
.setting-wrap {
border: 1px solid lightgray;
padding: 10px 15px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
border-radius: 3px;
max-width: 275px;
}
.setting-title {
font-weight: 700;
width: 100%;
}
.selected-category-title {
width: 100%;
font-weight: 700;
}
.selected-category-value,
.release-comparisons {
font-size: 1.6em;
font-weight: 700;
margin-bottom: 15px;
color: #ff8c00;
min-height: 50px;
height: 50px;
line-height: 1.2em;
}
.release-comparisons {
display: block;
min-height: 0;
height: 24px;
margin-bottom: 0;
margin-top: 5px;
}
.setting-wrap div {
margin-bottom: 40px;
}
.preview-wrap {
padding: 10px 15px;
}
.category-wrap {
border: 1px solid lightgray;
padding: 10px 15px;
min-width: 150px;
display: flex;   border-radius: 3px;
}
.category-preview-wrap {
display: flex;
flex-wrap: wrap;
max-width: 300px;
height: 100%;
padding-bottom: 20px;
}
.category-overview-wrap {
display: flex; flex-direction: column;
}
.category-wrap > .button {
margin-bottom: 10px;
max-width: 200px;
}
.category-preview {
width: 100%;
display: flex; flex-direction: column;
justify-content: start;
height: calc(100% - 70px);
min-height: 70vh;
}
.wrap-category-preview-count {
border: 1px solid lightgray;
border-bottom: none;
}
.category-preview > textarea {
width: 100%;
height: calc(100% - 35px); background-color: #213454;
color: white;
resize: none;
}
.category-buttons {
display: flex;
justify-content: center; flex-wrap: wrap;
display: flex;
align-items: center;
max-height: 500px; max-width: 600px;
overflow-y: auto;
overflow-x: hidden;
margin-right: 20px;
box-shadow: inset 0px 0px 10px 2px #537fc7a6;
border: 1px solid lightgray;
padding: 10px 0;
max-height: 800px;
}
.category-buttons .button {
width: 190px;
margin-bottom: 15px;
margin-left: 5px;
}
.blindtext-wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
box-shadow: 0 3px 30px rgba(25, 30, 35, 0.2);
border: 1px solid lightgray;
position: absolute;
transform: translateX(-50%);
left: 50%;
z-index: 100;
width: 100%;
justify-content: space-between;
padding-top: 0;
background: white;
padding-right: 1px;
}
.blindtext-wrap.wrap-background:hover {
cursor: move;
}
.blindtext-row.blindtext-save-close {
margin: 8px 0;
display: flex;
justify-content: space-between;
padding: 0 2rem;
}
#blindtext-spinner-mode, #blindtext-1-button, #blindtext-2-button, #blindtext-3-button {
background-color: #ff8c00;
border-color: #e88000;
box-shadow: 0 1px 0 #ff8c00;
text-shadow: 0 -1px 1px #e88000, 1px 0 1px #e88000, 0 1px 1px #e88000,
-1px 0 1px #e88000;
}
input#psnap_comp_min_length {
width: 4rem;
}
.spinner-length-wrapper {
display: inline;
color: #2d2c2c;
margin-left: 1rem;
font-weight: bold;
}
.blindtext-buttons {
display: flex;
height: 50vh;
margin-right: 20px;
flex-grow: 1;
}
.blindtext-buttons > .button {
margin-bottom: 10px;
margin-left: 10px;
}
.blindtext-text {
height: 70vh;
flex-grow: 10;
}
.blindtext-text > textarea {
height: 100%;
width: 100%;
resize: none;
}
.blindtext-modal {
display: none; position: absolute;
width: 65vw;
height: 65vh;
z-index: 10002;
}
.blindtext-column:first-child {
border-left: none;
}
.blindtext-column {
flex-direction: column;
display: flex;
flex-grow: 1;
border-left: 1px solid lightgray;
}
.blindtext-row {
display: flex;
justify-content: center;
flex-direction: row;
align-items: center;
width: 100%; flex-wrap: wrap;
}
.blindtext-content {
flex-grow: 1;
align-items: start;
flex-wrap: wrap;
}
.blindtext-column-title {
font-size: 1.3em;
font-weight: 700;
border-bottom: 1px solid lightgray;
padding-bottom: 10px;
}
.blindtext-column > .button {
margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
}
#modal-background {
display: none; position: fixed; z-index: 10000; left: 0;
top: 0;
width: 100%; height: 100%; overflow: auto; background-color: rgba(255, 255, 255, 0.53);
box-shadow: 0 3px 30px rgba(25, 30, 35, 0.2);
}
#submitted-background {
display: none; position: fixed; z-index: 10000; left: 0;
top: 0;
width: 100%; height: 100%; overflow: auto; background-color: rgba(255, 255, 255, 0.53);
box-shadow: 0 3px 30px rgba(25, 30, 35, 0.2);
}
.setting-filter-wrap { border-bottom: 1px solid lightgray;
padding-bottom: 10px;
padding-top: 10px;
}
.setting-filter-wrap > input,
.setting-filter-wrap > select {
margin-bottom: 10px;
}
.setting-wrap input,
.setting-wrap select {
width: 100%;
}
.setting-generator-wrap {  padding-bottom: 10px;
padding-top: 10px;
}
.blindtext-wrap .button {
margin-left: 10px;
}
#blindtext-open-button:hover,
button#test-post:hover {
box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}
#blindtext-open-button,
button#test-post {
margin-top: 10px;
width: 100%;
height: 130px;
background-color: #ff8c00;
border-color: #e88000;
box-shadow: 0 1px 0 #ff8c00;
text-shadow: 0 -1px 1px #e88000, 1px 0 1px #e88000, 0 1px 1px #e88000,
-1px 0 1px #e88000;
font-size: 1.5em;
}
button#test-post {
max-width: 250px;
height: 50px;
}
button#test-post[disabled] {
color: #f5c994 !important;
background: #da8c2c !important;
border-color: #d07a12 !important;
}
#blindtext-clear-button:hover {
box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}
#blindtext-clear-button {
background: #d42f2f;
border-color: #f91d1d #bb2929 #982121;
box-shadow: 0 1px 0 #d42f2f;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #d42f2f, 1px 0 1px #d42f2f, 0 1px 1px #d42f2f,
-1px 0 1px #d42f2f;
}
.blindtext-row.blindtext-exit {
margin: 0;
justify-content: flex-end;
}
#blindtext-exit-button:hover { border-radius: 4px;
box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff,
0 1px 1px rgba(25, 30, 35, 0.2);
cursor: pointer;
}
#blindtext-exit-button {
background: none;
color: white;
border: none;
font-size: 1.3em;
display: flex;
padding: 7px 10px;
position: absolute;
right: 2px;
top: 2px;
}
#select-no-category {
background-color: #199452;
width: 100%;
margin: 10px 5px;
height: 40px;
}
#select-no-category:hover {
box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}
.psnap-tt {
color: #ff8c00;
font-size: 15px;
}
.loading_icon {
position: fixed;
left: 50%;
top: 50%;
background-color: white;
border: 1px solid lightgray;
border-radius: 50px;
width: 25px;
display: none;
z-index: 200;
}
.wrap-option {
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin-top: 20px;
}
.wrap-option > div {
width: 100%;
}
.option-tab-buttons {
display: flex;
flex-direction: row;
height: 40px;
}
.tab-button { flex-grow: 1;
background-color: #f0f0f0;
border-radius: 8px 8px 0px 0px;
border: 1px solid lightgray;
border-bottom: 0;
font-size: 1.2em;
font-weight: 600;
color: #737373;
outline: 0;
}
.tab-button:active,
.tab-button:focus,
.tab-button:hover {
outline: 0;
}
.tab-button:hover {
cursor: pointer;
}
.tab-button.selected-tab {
background-color: #ff8c00;
color: white;
}
.option-tabs {   border-top: none;
min-height: 100vh;
display: flex;
font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
}
.option-tabs > div {
width: 100%;
height: 100%;
background-color: #213454;
color: white;
display: none;
padding: 20px;
}
.option-title {
font-size: 1.6em;
font-weight: 700;
margin: 15px 0px 15px;
width: 100%;
line-height: 1em;
}
.option-title-small {
font-size: 1.3em;
font-weight: 500;
margin: 15px 0px 15px;
width: 100%;
line-height: 1em;
text-decoration: underline;
}
.wrap-option input[type="color"] {
padding: 0;
width: 20px;
}
.wrap-option input[type="text"] {
width: 400px;
}
.option-custom-rating input.custom-rating-value,
.option-custom-rating input.custom-rating-value-percent {
width: 50px;
}
.option-custom-rating input.custom-rating-name {
width: 100px;
}
.custom-rating-title {
width: 110px;
}
.inner-wrap-options {
display: flex;
flex-wrap: wrap;
flex-direction: column;
font-size: 1.2em;
}
.option-single {
flex-direction: row;
justify-content: space-between;
align-items: center;
display: flex;
max-width: 600px;
margin: 5px 5px;
padding: 2px 0 5px 0px; flex-wrap: wrap;
}
.option-multiple {
display: flex;
justify-content: space-between;
max-width: 600px;
flex-wrap: wrap;
}
.option-values {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.option-value {
padding: 5px 0;
align-items: center;
justify-content: center;
display: flex;
}
img.divider-preview {
max-width: 250px;
height: 15px;
object-fit: cover;
}
textarea#psnap_option_introduction {
width: 400px;
resize: none;
height: 200px;
min-height: 200px;
}
#wpfooter {
position: relative;
}
.wrap-option > label {
min-width: 180px;
}
.wrap-inner-license {
margin: 20px 0;  background-color: #213454;
color: white;
}
.wrap-inner-license p {
font-size: 1.2em;
margin: 5px;
padding: 2px 0 5px 0px;
}
.license-title {
font-size: 1.2rem;
font-weight: bold;
margin: 10px 0;
width: 100%;
margin-bottom: 20px;
display: block;
}
.wrap-inner-license input[type="text"] {
width: 400px;
}
div.spacer {
width: 100%;
height: 40px;
}
img.option-preview {
max-width: 160px;
max-height: 40px;
}
input[type="text"].jscolor {
width: 110px;
text-align: center;
}
.image-preview-wrapper img {
width: auto;
max-height: 40px;
max-width: 160px;
}
.error-box {
display: flex;
justify-content: center;
padding: 20px;
border: 1px solid red;
}
#image-preview-psnap_option_divider_upload {
width: auto;
max-height: 15px;
max-width: 250px; }
.option-value input[type="radio"] {
margin-left: 20px;
}
.option-single input#psnap_option_divider {
margin: 0;
margin-left: 4px;
}
.placeholder-buttons:before {
content: "";
width: 10px;
height: 10px;
position: relative;
background-color: white;
top: 9px;
left: -14px;
transform: rotate(-45deg);
border: 1px solid lightgray;
border-bottom: none;
border-right: none;  }
.placeholder-buttons {
display: flex;
flex-direction: column;
margin-right: 10px;
width: 100%;
border: 1px solid lightgray;
border-radius: 3px;
padding: 7px;
background-color: white; }
div.wrap-placeholder-buttons {
position: absolute;
width: 150px;
background-color: transparent;
padding: 0;
margin: 0;
}
.wrap-custom-border {
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;  }
.wrap-custom-border .button {
margin-left: 15px;
}
.wrap-custom-border input {
margin-left: 20px;
}
.wrap-default-category {
display: flex;
justify-content: flex-end;
align-items: center;
}
.wrap-default-category > input {
margin-left: 10px;
}
.wrap-default-category .button { }
.image-preview-wrapper {
border: 1px solid lightgray;
width: 250px;
height: 40px;
text-align: center;
margin: 10px;
}
.wrap-delete-all {
display: flex;
flex-wrap: wrap;
width: 220px;
flex-direction: column;
align-self: center;
margin-top: 30px;
}
.wp-core-ui .button-red {
background: #ba0000;
border-color: #aa0000 #990000 #990000;
box-shadow: 0 1px 0 #990000;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #990000, 1px 0 1px #990000, 0 1px 1px #990000,
-1px 0 1px #990000;
}
.wp-core-ui .button.button-red.focus,
.wp-core-ui .button.button-red.hover,
.wp-core-ui .button.button-red:focus,
.wp-core-ui .button.button-red:hover {
box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
color: #fff;
background: #ba0000;
border-color: #aa0000 #990000 #990000;
}
#delete_all_verification {
margin-top: 10px;
}
.wrap-create-sites {
justify-content: center;
display: flex;
max-width: 600px;
flex-wrap: wrap;
}
.wrap-create-sites > .button,
.wrap-create-sites > .submit {
margin-right: 20px;
max-width: 160px;
display: inline;
}
.option-tabs p.submit {
max-width: 600px;
text-align: end;
}
.hline {
width: 100%;
border-bottom: 1px solid lightgray;
max-width: 600px;
margin-bottom: 15px;
margin-top: 10px;
}
.radio-wrap {
justify-content: space-between;
display: flex;
flex-direction: column;
align-items: flex-end;
border: 1px solid lightgray;
padding: 10px;
}
.radio-wrap-option {
margin-bottom: 5px;
}
.radio-wrap input[type="radio"] {
margin-left: 20px;
}
.aws-check {
display: block;
margin: 0 11px;
list-style-type: none;
}
.aws-check li {
}
.aws-check li:before {
content: "\f00c";
font-family: "fontawesome";
margin-right: 25px;
color: #16a085;
}
.js-editor {
width: 600px;
height: 400px;
} .mce-edit-area.mce-container.mce-panel {
height: calc(100% - 35px);
}
#psnap_blindtext_ifr,
.mce-container-body,
.mce-container.mce-tinymce,
.mce-tinymce .mce-container-body.mce-stack-layout {
height: 100%;
}
.wrap-only-license .wrap-inner-license {
padding: 20px;
} @media screen and (max-width: 768px) {
.option-single {
justify-content: center;
}
.option-single label {
text-align: center;
margin-right: 5px;
}
.option-single input[type="checkbox"] {
margin-top: 5px;
}
.blindtext-text {
height: 60vh;
}
.mce-container.mce-tinymce {
height: 100%;
}
.mce-edit-area.mce-container.mce-panel {
height: calc(100% - 104px);
}
.above-the-fold {
height: unset;
}
input[type="radio"] {
min-width: 25px;
}
.blindtext-modal {
width: 88vw;
}
.blindtext-buttons {
height: unset;
margin-bottom: 15px;
}
.blindtext-save-close button {
width: 100%;
}
.wrap-psnap > div {
margin-right: 0;
}
.option-tabs > div { min-height: 160vh;
max-width: calc(100vw - 40px);
}
.radio-wrap-option {
margin-bottom: 15px;
}
input[type="text"].jscolor {
width: 100%;
}
.wrap-option > div { }
.option-tab-buttons {
flex-wrap: wrap;
height: 200px;
}
.wrap-option input[type="text"] {
width: 90vw;
}
#psnap_option_default_category_background_color {
width: 75vw;
}
.wrap-inner-license {
max-width: 80%;
}
textarea#psnap_option_introduction {
max-width: 90vw;
}
#psnap_option_website_logo,
#psnap_option_favicon {
width: 100%;
}
.wrap-default-category .button {
margin-left: 30px;
}
.wrap-default-category {
width: 90vw;
}
.wrap-option label {
margin-bottom: 5px;
}
h2.hero-large-text,
.page-header .entry-title,
.page-header .page-title {
font-size: 2em;
}
}
.footer-widgets .sidebar .widget,
.sidebar .widget a,
.sidebar .widget a:hover {
color: #ffffff !important;
}
.successful-activation {
color: #33bf62;
font-weight: bold;
padding: 20px 0;
}
.error-activation {
color: #e82b2b;
font-weight: bold;
padding: 20px 0;
}
.good-license {
color: #33bf62;
}
.bad-license {
color: #e82b2b;
}
.wp-core-ui .button.button-buy {
background-color: #ff8c00;
border-color: #ff8c00;
box-shadow: none;
color: white;
}
.wp-core-ui .button.button-buy:hover {
background-color: rgb(250, 165, 60);
border-color: rgb(250, 165, 60);
}
.wp-core-ui .button.button-deactivate {
background-color: #e12d2d;
border-color: #e12d2d;
box-shadow: none;
color: white;
margin-right: 12px;
}
.wp-core-ui .button.button-deactivate:hover {
background-color: #f34949;
border-color: #f34949;
}
.option-single-left {
min-width: 180px;
margin: 5px 0;
}
.option-single-right {
min-width: 400px;
margin: 5px 0;
} .switch {
position: relative;
display: inline-block;
width: 50px;
height: 20px;
} .switch input {
opacity: 0;
width: 0;
height: 0;
} .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: 0.4s;
transition: 0.4s;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 34px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
}
.slider:before {
position: absolute;
content: "";
height: 14px;
width: 14px;
left: 4px;
bottom: 2px;
background-color: white;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 50%;
}
input:checked + .slider {
background-color: #ff8c00;
}
input:focus + .slider {
box-shadow: 0 0 1px #ff8c00;
}
input:checked + .slider:before {
-webkit-transform: translateX(27px);
-ms-transform: translateX(27px);
transform: translateX(27px);
}
#title-preview-select {
min-height: 500px;
width: 299px;
overflow: hidden;
}
#titles-selected {
min-height: 500px;
resize: none;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
}
#titles-selected i.fas {
color: #e21e27;
font-size: 14px;
}
#title-preview-select i.fas {
color: #316f35;
font-size: 14px;
} .category-selected {
}
.filter-button-wrap {
display: flex;
flex-wrap: wrap;
justify-content: center; }
.filter-button-arrow-wrap {
display: flex;
justify-content: space-between;
padding: 10px 0;
font-weight: bold;
}
button.filter-select-button.button { min-width: 35px;
margin: 2px;
width: 40px;
}
button.button.filter-active,
button.button.filter-active:focus { border-color: #ff8c00 #dc7900 #dc7900;
background: #ff8c00;
box-shadow: 0 1px 0 #ff8c00;
text-shadow: 0 -1px 1px #ff8c00, 1px 0 1px #ff8c00, 0 1px 1px #ff8c00,
-1px 0 1px #ff8c00;
}
button.button.filter-active:hover {
background: #ff981b;
}
#modal-offset {
text-align: center;
}
#modal-inner-offset {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 200px;
height: 100px;
position: absolute;
top: calc(50% - 100px);
left: calc(50% - 115px);
z-index: 99;
background: #f1f1f1;
border: 2px solid darkgray;
padding: 20px;
}
div#modal-offset {
display: none;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99;
background: rgba(0, 0, 0, 0.75);
}
#modal-offset-title {
color: #333333;
font-weight: bold;
}
#modal-offset-value {
width: 100px;
text-align: center;
}
.wrap-support {
display: flex;
justify-content: center;
position: absolute;
right: 25px;
}
@media screen and (max-width: 1218px) {
.wrap-support {
position: initial;
width: 100%;
}
}
.button.button-support {
width: 200px;
margin-top: 10px;
width: 245px;
height: 75px;
font-size: 1.2em;
white-space: normal;
text-align: center;
padding: 2px 7px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.button.button-support:hover {
box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}
.button-support i {
font-size: 1.5em;
}
.button-support span {
width: 125px;
}
.wrap-switch-mode {
display: flex;
justify-content: center;
position: absolute;
left: 25px;
}
@media screen and (max-width: 1218px) {
.wrap-switch-mode {
position: initial;
width: 100%;
}
}
button#switch_mode {
margin-top: 10px;
width: 245px;
height: 75px;
background-color: #ff8c00;
border-color: #e88000;
box-shadow: 0 1px 0 #ff8c00;
text-shadow: 0 -1px 1px #e88000, 1px 0 1px #e88000, 0 1px 1px #e88000,
-1px 0 1px #e88000;
font-size: 1.2em;
white-space: normal;
text-align: center;
padding: 2px 7px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
button#switch_mode:hover {
box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}
#switch_mode i {
width: 20px;
}
#switch_mode span {
width: 200px;
}
.wrap-add-product {
border: 1px solid lightgray;
padding: 7px;
}
.wrap-add-product .wrap-add-title {
margin-top: 30px;
margin-bottom: 24.5px;
}
.wrap-filter-options {
border: 1px solid lightgray;
padding: 7px;
}
.tooltip {
}
.tooltip .tooltiptext {
display: none;
z-index: 99; background: #fff;
border: 1px solid darkgray;
border-radius: 6px;
padding: 5px;
margin-left: 5px;
text-align: left;
color: rgb(50, 55, 60);
font-weight: normal;
font-size: 1em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
position: absolute;
}
#title-preview-select:checked {
background: yellow;
color: red;
}
.tooltip:hover .tooltiptext {
display: block;
}
div.wrap-realease-comparisons {
border-bottom: 1px solid lightgray;
padding-bottom: 40px;
}
select#title-preview-select:hover {
cursor: url(//spare-sinnvoll.de/wp-content/plugins/portalheld-plugin/img/plus_maus.png), pointer;
}
select#titles-selected:hover {
cursor: url(//spare-sinnvoll.de/wp-content/plugins/portalheld-plugin/img/minus_maus.png), pointer;
}
button.ms-choice {
display: none;
}
li.ms-select-all {
display: none !important;
visibility: hidden;
}
.ms-parent {
height: 525px;
}
.ms-drop.bottom {
top: 0;
}
.ms-drop.bottom ul {
text-align: left;
overflow-x: hidden;
}
.ms-drop.bottom {
min-height: 500px;
}
.ms-drop .ms-no-results {
visibility: hidden;
}
.ms-parent input[type="checkbox"] { display: none;
}
.ms-drop.bottom li {
font-size: 1.1em;
line-height: 2em;
margin-bottom: 0;
}
.ms-drop {
z-index: 98;
}
#reset_title_database {
margin-top: 30px;
}
#reset_title_database_verification {
margin-top: 10px;
}
.product-name {
width: 100%;
}
@media screen and (max-width: 768px) {
.ms-drop.bottom li {
font-size: 1.5em;
line-height: 2em;
margin-bottom: 0;
}
.wrap-section.section-merkabsatz {
flex-wrap: wrap;
justify-content: center;
padding-left: 20px;
}
.section-merkabsatz i.fa.fa-thumbs-o-up {
position: unset;
padding-bottom: 10px;
}
img.section-image {
float: unset;
margin: 0;
}
.wrap-section.has-image {
justify-content: center;
display: flex;
flex-wrap: wrap;
}
.wrap-amazon-box {
justify-content: center;
}
.wrap-amazon-box .amazon-image {
margin-left: 0;  text-align: center;
}
.amazon-tables {
margin-bottom: 0;
}
#primary {
padding-top: 0;
}
.amazon-image a {
text-align: center;
}
.wrap-amazon-box .psnap_feature_list {
margin-left: 0; }
.wrap-amazon-boxes .psnap_feature_list li {
padding-left: 2.3em;
}
.wrap-amazon-boxes .psnap_feature_list li:before {
margin-left: -2.3em;
width: 2.3em;
}
div#ajaxsearchlite1 {
max-width: calc(100% - 3vw);
}
}
.mce-tinymce {
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}
.ph_divider {
min-height: 25px;
object-fit: cover;
}
.blindtext-text .mce-tinymce .mce-container-body {
background: #213454;
color: white;
}
.blindtext-text .mce-tinymce .mce-container-body * {
background: #213454;
color: white;
}
.blindtext-text .mce-container.mce-panel * {
color: white;
}
.blindtext-text .mce-container.mce-panel {
background: #213454;
}
.blindtext-text .mce-container.mce-flow-layout-item.mce-btn-group > div {
background: none;
}
.blindtext-text .mce-container.mce-panel .mce-textbox {
color: black;
}
.blindtext-text .mce-container-body.mce-abs-layout {
background-color: white;
}
.blindtext-text .mce-container.mce-panel #mceu_35-button span.mce-txt {
color: black;
}
.blindtext-text
.mce-widget.mce-btn.mce-abs-layout-item.mce-last.mce-btn-has-text {
background: #1e6abc;
}
.blindtext-text .mce-container.mce-panel label {
color: black;
}
div.rating-slider {
width: 300px;
background: #cccccc; height: 1e;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
border-radius: 6px;
}
.wrap-slider {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
height: 40px;
}
.wrap-slider-values {
width: 100px;
display: flex;
justify-content: space-between;
}
.rating-slider .ui-slider-range {
background: darkorange;
box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
top: -1px;
height: 114%;
}
.rating-slider .ui-slider-handle {
border-radius: 45px;
width: 19px;
height: 18px;
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.rating-slider .ui-slider-handle:hover {
cursor: pointer;
}
input.custom-rating-value-percent,
input.custom-rating-value {
background: white;
color: #616161;
max-width: 36px;
padding: 0;
margin: 0;
border-radius: 4px;
height: 21px;
text-align: center;
border: 0;
font-weight: 600;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.option-single.option-custom-rating {
position: relative;
align-items: flex-end;
}
.option-single label:not(.switch) {
min-width: 100px;
}  #data-saved-notif {
display: none;
}
.wrap-data-saved {
position: fixed;
top: 50px;
left: 200px;
padding: 10px;
background: #4caf50;
border: 2px solid #64c5684d;
color: white;
border-radius: 10px;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 1px 1px 2px 2px #5a5a5a7a;
z-index: 10001;
}
.wrap-data-saved i.far.fa-save {
margin-right: 6px;
font-size: 24px;
}
#data-saved-bg {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 10000;
background: rgba(0, 0, 0, 0.158);
}
@media screen and (min-width: 940px) {
aside.widget.widget_execphp {
width: 25vw;
}
}
@media screen and (max-width: 939px) {
#secondary aside.q2w3-widget-clone-sidebar-1 {
display: none !important;
}
#secondary aside {
position: relative !important;
top: 0 !important;
}
}
.edit-post-visual-editor.editor-styles-wrapper,
.editor-writing-flow.block-editor-writing-flow {
height: unset;
margin-bottom: 25px;
}
.ph-debug {
border: 2px solid lightcoral;
width: 100%;
padding: 4px;
border-radius: 4px;
display: none;
}
.wrap-amazon-box:first-child {
margin-top: 0;
}
.wrap-section:last-child {
margin-bottom: 0;
}
.option-info {
max-width: 600px;
display: block;
}
.pa-5-warning {
color: darkorange;
}
.pa-5-warning {
color: white;
display: flex; background-color: darkorange;
padding: 10px;
border-radius: 4px;
flex-direction: column;
justify-content: space-between;
}
#psnap_amazon_own_keys + span.slider {
background: #49c449;
box-shadow: inset 0 1px 3px #102d109c, 0 1px rgba(255, 255, 255, 0.1);
}
#psnap_amazon_own_keys:checked + span.slider {
background: #ff8c00;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
}
.ph-aws-use > span {
background: #3c9d3c;
padding: 5px 8px;
border-radius: 5px;
box-shadow: 2px 2px 2px 2px #00000021;
}
.pa-5-help {
text-align: center;
font-weight: bold;
font-size: 125%;
}
.pa-5-warning a {
color: white;
}