body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;  object-fit: contain;
margin: 0;
max-height: none;
max-width: none;
padding: 0; -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, 0.6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
} .fancybox-caption {
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 25px 44px 25px 44px;
right: 0;
text-align: center;
z-index: 99996;
}
.fancybox-caption::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
background-repeat: repeat-x;
background-size: contain;
bottom: 0;
content: '';
display: block;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -44px;
z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
-webkit-animation: fancybox-rotate 1s linear infinite;
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-caption {
padding: 12px;
}
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: transparent;
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} .fancybox-container.fancybox-is-open {
z-index:99999;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
.fancybox-content {
height: auto!important;
}.hestia-clients-bar {
padding: 70px 0;
}
.hestia-clients-bar .clients-bar-wrapper {
list-style-type: none;
margin: 0;
padding: 0;
}
.hestia-clients-bar .clients-bar-wrapper li {
display: inline-block;
margin: 25px;
vertical-align: middle;
}
.hestia-clients-bar .clients-bar-wrapper li a {
display: block;
padding: 5px;
}
.hestia-clients-bar .clients-bar-wrapper li img {
max-width: 100%;
height: auto;
}
.hestia-clients-bar .row > div {
padding: 30px;
}.clearfix{zoom:1}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.rp4wp-related-job_listing>ul,ul.job_listings{border-top:1px solid #eee;margin:0;padding:0}.rp4wp-related-job_listing>ul.loading,ul.job_listings.loading{background:url(//www.osp-brandenburg.de/wp-content/plugins/wp-job-manager/assets/dist/images/ajax-loader.ea183bf2.gif) no-repeat center 32px;border-bottom:1px solid #eee;min-height:96px}.rp4wp-related-job_listing>ul li.job_listing,.rp4wp-related-job_listing>ul li.no_job_listings_found,ul.job_listings li.job_listing,ul.job_listings li.no_job_listings_found{border-bottom:1px solid #eee;list-style:none outside;margin:0;padding:0}.rp4wp-related-job_listing>ul li.job_listing.job_position_filled a,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_filled a,ul.job_listings li.job_listing.job_position_filled a,ul.job_listings li.no_job_listings_found.job_position_filled a{opacity:.25}.rp4wp-related-job_listing>ul li.job_listing.no_job_listings_found,.rp4wp-related-job_listing>ul li.no_job_listings_found.no_job_listings_found,ul.job_listings li.job_listing.no_job_listings_found,ul.job_listings li.no_job_listings_found.no_job_listings_found{border-bottom:1px solid #eee;padding:1em}.rp4wp-related-job_listing>ul li.job_listing a,.rp4wp-related-job_listing>ul li.no_job_listings_found a,ul.job_listings li.job_listing a,ul.job_listings li.no_job_listings_found a{zoom:1;border:0;display:block;line-height:1.5em;overflow:hidden;padding:1em 1em 1em 2em;position:relative;text-decoration:none}.rp4wp-related-job_listing>ul li.job_listing a:focus,.rp4wp-related-job_listing>ul li.job_listing a:hover,.rp4wp-related-job_listing>ul li.no_job_listings_found a:focus,.rp4wp-related-job_listing>ul li.no_job_listings_found a:hover,ul.job_listings li.job_listing a:focus,ul.job_listings li.job_listing a:hover,ul.job_listings li.no_job_listings_found a:focus,ul.job_listings li.no_job_listings_found a:hover{background-color:#fcfcfc}.rp4wp-related-job_listing>ul li.job_listing a img.company_logo,.rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo,ul.job_listings li.job_listing a img.company_logo,ul.job_listings li.no_job_listings_found a img.company_logo{box-shadow:none;float:left;height:42px;left:1em;margin-right:1em;position:absolute;vertical-align:middle;width:42px}.rp4wp-related-job_listing>ul li.job_listing a div.location,.rp4wp-related-job_listing>ul li.job_listing a div.position,.rp4wp-related-job_listing>ul li.job_listing a ul.meta,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.location,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position,.rp4wp-related-job_listing>ul li.no_job_listings_found a ul.meta,ul.job_listings li.job_listing a div.location,ul.job_listings li.job_listing a div.position,ul.job_listings li.job_listing a ul.meta,ul.job_listings li.no_job_listings_found a div.location,ul.job_listings li.no_job_listings_found a div.position,ul.job_listings li.no_job_listings_found a ul.meta{box-sizing:border-box}.rp4wp-related-job_listing>ul li.job_listing a div.position,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position,ul.job_listings li.job_listing a div.position,ul.job_listings li.no_job_listings_found a div.position{float:left;line-height:1.5em;padding:0 0 0 42px;width:55%}.rp4wp-related-job_listing>ul li.job_listing a div.position h3,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position h3,ul.job_listings li.job_listing a div.position h3,ul.job_listings li.no_job_listings_found a div.position h3{font-size:inherit;line-height:inherit;margin:0;padding:0}.rp4wp-related-job_listing>ul li.job_listing a div.position .company,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company,ul.job_listings li.job_listing a div.position .company,ul.job_listings li.no_job_listings_found a div.position .company{color:#999}.rp4wp-related-job_listing>ul li.job_listing a div.position .company .tagline,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company .tagline,ul.job_listings li.job_listing a div.position .company .tagline,ul.job_listings li.no_job_listings_found a div.position .company .tagline{margin-left:.5em}.rp4wp-related-job_listing>ul li.job_listing a div.location,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.location,ul.job_listings li.job_listing a div.location,ul.job_listings li.no_job_listings_found a div.location{color:#999;float:left;line-height:1.5em;padding:0 0 0 1em;text-align:left;width:25%}.rp4wp-related-job_listing>ul li.job_listing a .meta,.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta,ul.job_listings li.job_listing a .meta,ul.job_listings li.no_job_listings_found a .meta{color:#999;float:right;line-height:1.5em;list-style:none outside;margin:0;padding:0 0 0 1em;text-align:right;width:20%}.rp4wp-related-job_listing>ul li.job_listing a .meta li,.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta li,ul.job_listings li.job_listing a .meta li,ul.job_listings li.no_job_listings_found a .meta li{display:block;list-style:none outside;margin:0}.rp4wp-related-job_listing>ul li.job_listing a .meta .job-type,.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta .job-type,ul.job_listings li.job_listing a .meta .job-type,ul.job_listings li.no_job_listings_found a .meta .job-type{font-weight:700}.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a,ul.job_listings li.job_listing.job_position_featured a,ul.job_listings li.no_job_listings_found.job_position_featured a{background:#fefee5}.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:focus,.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:hover,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:focus,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:hover,ul.job_listings li.job_listing.job_position_featured a:focus,ul.job_listings li.job_listing.job_position_featured a:hover,ul.job_listings li.no_job_listings_found.job_position_featured a:focus,ul.job_listings li.no_job_listings_found.job_position_featured a:hover{background-color:#fefed8}.widget ul.job_listings li.job_listing a{padding:1em 0}.widget ul.job_listings li.job_listing .image{float:left}.widget ul.job_listings li.job_listing .image img{left:0;position:relative}.widget ul.job_listings li.job_listing .content{overflow:hidden}.widget ul.job_listings li.job_listing .position{float:none;padding:0;width:auto}.widget ul.job_listings li.job_listing ul.meta{float:none;margin:0;padding:0;text-align:left;width:auto}.widget ul.job_listings li.job_listing ul.meta li{display:inline;float:none;font-weight:400;margin:0 .5em 0 0;padding:0}.widget ul.job_listings li.job_listing ul.meta li:after{content:"‣";padding:0 0 0 .5em}.widget ul.job_listings li.job_listing ul.meta li:last-child:after{content:""}.job-manager .job-type,.job-types .job-type,.job_listing .job-type{color:#f08d3c}.job-manager .full-time,.job-types .full-time,.job_listing .full-time{color:#90da36}.job-manager .part-time,.job-types .part-time,.job_listing .part-time{color:#f08d3c}.job-manager .temporary,.job-types .temporary,.job_listing .temporary{color:#d93674}.job-manager .freelance,.job-types .freelance,.job_listing .freelance{color:#39c}.job-manager .internship,.job-types .internship,.job_listing .internship{color:#6033cc}@media only screen and (max-width:767px){ul.job_listings li.job_listing a,ul.job_listings li.no_job_listings_found a{padding:1em}ul.job_listings li.job_listing a img.company_logo,ul.job_listings li.no_job_listings_found a img.company_logo{visibility:hidden}ul.job_listings li.job_listing a div.position,ul.job_listings li.no_job_listings_found a div.position{float:left;padding:0;width:60%}ul.job_listings li.job_listing a div.location,ul.job_listings li.no_job_listings_found a div.location{float:right;font-size:.75em;line-height:2em;padding:0 0 0 1em;text-align:right;width:40%}ul.job_listings li.job_listing a .meta,ul.job_listings li.no_job_listings_found a .meta{float:right;font-size:.75em;line-height:2em;width:40%}ul.job_listings li.job_listing a .meta li,ul.job_listings li.no_job_listings_found a .meta li{font-size:1em}}.twenty-eleven ul.job_listings li.job_listing,.twenty-eleven ul.job_listings li.no_job_listings_found{padding:0!important}.widget_sponsors_widget ul{list-style:none;margin-bottom:15px}.widget_sponsors_widget ul li{list-style-type:none}.widget_sponsors_widget ul.horizontal li{display:inline;list-style-type:none;padding-right:20px}.widget_sponsors_widget ul.horizontal{display:flex;justify-content:space-between;flex-flow:row;flex-wrap:wrap}.widget_sponsors_widget ul.horizontal li.sponsors-item{width:32%}.widget_sponsors_widget ul.horizontal li.sponsors-item img{max-height:100px;width:auto;padding-bottom:15px}.sponsors-item{padding-bottom:15px}p.sponsor-desc{margin-top:5px}div#wp-sponsors{margin-bottom:50px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}div#wp-sponsors.grid{text-align:center}div#wp-sponsors ul li{list-style:none}#wp-sponsors div.sponsor-item{margin:0 20px 20px 0}#wp-sponsors div.sponsor-item.debug{border:1px solid red}#wp-sponsors div.sponsor-item.default{max-width:40%;width:40%}#wp-sponsors div.sponsor-item.small{max-width:15%;width:15%}#wp-sponsors div.sponsor-item.medium{max-width:30%;width:30%}#wp-sponsors div.sponsor-item.large{max-width:45%;width:45%}#wp-sponsors div.sponsor-item.full{max-width:100%;width:100%}#wp-sponsors div.sponsor-item a img{max-width:100%;height:auto}#wp-sponsors div.sponsor-item.default a img,#wp-sponsors div.sponsor-item.default p{width:100%}#wp-sponsors.slider div.sponsor-item.default a img,#wp-sponsors.slider div.sponsor-item a img{width:auto}#wp-sponsors.slider.full div.sponsor-item.default a img,#wp-sponsors.slider.full div.sponsor-item a img{width:100%}.clearfix:after{content:".";visibility:hidden;display:block;height:0;clear:both}@media only screen and (max-width:900px){#wp-sponsors div.sponsor-item.medium,#wp-sponsors div.sponsor-item.small{max-width:40%;width:40%}#wp-sponsors div.sponsor-item.large{max-width:100%;width:100%}}.wp-sponsors-form-field{margin-bottom:1em}.wp-sponsors-form-field label{display:block}.wp-sponsors-form-field input:not([type=checkbox]):not([type=radio]),.wp-sponsors-form-field textarea{display:block;width:100%}.wp-sponsors-form-notice{padding:1em;text-align:center;background:rgba(60,206,81,.05)}.wp-sponsors-form-notice.wp-sponsors-form-error{background:rgba(218,52,52,.05);color:#b52020}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.wp-sponsors.slider#wp-sponsors div.sponsor-item{margin-right:0}.wp-sponsors.slider.vertical-center .slick-track{display:flex;align-items:center}.wp-sponsors.slider .slick-next,.wp-sponsors.slider .slick-prev{position:absolute;display:block;width:30px;height:30px;border-radius:50%;background:#fff;box-shadow:0 0 2px rgba(0,0,0,.5);line-height:0;font-size:0;cursor:pointer;color:transparent;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0;border:none;outline:none;z-index:1}.wp-sponsors.slider .slick-next:focus,.wp-sponsors.slider .slick-next:hover,.wp-sponsors.slider .slick-prev:focus,.wp-sponsors.slider .slick-prev:hover{outline:none;background:#fff;color:transparent}.wp-sponsors.slider .slick-next.slick-disabled:before,.wp-sponsors.slider .slick-next:focus:before,.wp-sponsors.slider .slick-next:hover:before,.wp-sponsors.slider .slick-prev.slick-disabled:before,.wp-sponsors.slider .slick-prev:focus:before,.wp-sponsors.slider .slick-prev:hover:before{opacity:.5}.wp-sponsors.slider .slick-next:before,.wp-sponsors.slider .slick-prev:before{line-height:1;color:#000;opacity:1;width:0;height:0;border:6px solid transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-sponsors.slider .slick-prev{left:-25px}[dir=rtl] .wp-sponsors.slider .slick-prev{left:auto;right:-25px}.wp-sponsors.slider .slick-prev:before{content:"";border-right-color:#000;margin-right:5px}[dir=rtl] .wp-sponsors.slider .slick-prev:before{content:"";border-right-color:transparent;border-left-color:#000;margin-right:0;margin-left:5px}.wp-sponsors.slider .slick-next{right:-25px}[dir=rtl] .wp-sponsors.slider .slick-next{left:-25px;right:auto}.wp-sponsors.slider .slick-next:before{content:"";border-left-color:#000;margin-left:5px}[dir=rtl] .wp-sponsors.slider .slick-next:before{content:"";border-right-color:#000;border-left-color:transparent;margin-right:5px;margin-left:0}.wp-sponsors.slider .slick-dotted.slick-slider{margin-bottom:30px}.wp-sponsors.slider .slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.wp-sponsors.slider .slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0;cursor:pointer}.wp-sponsors.slider .slick-dots li button{border:0;display:block;height:10px;width:10px;outline:none;line-height:0;font-size:0;color:transparent;padding:0;border-radius:50%;cursor:pointer;background:#000;opacity:.5}.wp-sponsors.slider .slick-dots li button:focus,.wp-sponsors.slider .slick-dots li button:hover{outline:none;opacity:1}.wp-sponsors.slider .slick-dots li.slick-active button{opacity:1}.is-menu a,.is-menu a:focus,.is-menu a:hover,.is-menu:hover>a{background:0 0!important;outline:0}.is-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);color:#000;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}.is-menu,form .is-link-container{position:relative}.is-menu a{line-height:1}.is-menu a::after,.is-menu a::before{display:none!important}.is-menu.default form{max-width:310px}.is-menu.is-dropdown form{display:none;min-width:310px;max-width:100%;position:absolute;right:0;top:100%;z-index:9}.is-menu.full-width-menu form,.is-menu.sliding form{min-width:0!important;overflow:hidden;position:absolute;right:0;top:25%;width:0;z-index:99;padding:0;margin:0}.is-menu.full-width-menu form:not(.is-search-form) input[type=search],.is-menu.full-width-menu form:not(.is-search-form) input[type=text],.is-menu.is-dropdown form:not(.is-search-form) input[type=search],.is-menu.is-dropdown form:not(.is-search-form) input[type=text],.is-menu.sliding form:not(.is-search-form) input[type=search],.is-menu.sliding form:not(.is-search-form) input[type=text],.is-popup-search-form form:not(.is-search-form) input[type=search],.is-popup-search-form form:not(.is-search-form) input[type=text]{background:#fff;color:#000}.is-menu.is-first form{right:auto;left:0}.is-menu.full-width-menu.open .search-close,.is-menu.full-width-menu:not(.open) form,.is-menu.is-dropdown form[style="display: block;"]+.search-close,.is-menu.sliding.open .search-close,.is-menu.sliding:not(.open) form,form:hover+.is-link-container,form:hover>.is-link-container{display:block}.is-form-style-2 .is-search-submit,.is-link-container,.is-menu form .screen-reader-text,.search-close{display:none}.is-menu form label{margin:0;padding:0}.is-menu-wrapper{display:none;position:absolute;right:5px;top:5px;width:auto;z-index:9999}.popup-search-close,.search-close{cursor:pointer;width:20px;height:20px}.is-menu-wrapper.is-expanded{width:100%}.admin-bar .is-menu-wrapper{top:51px}.is-menu-wrapper .is-menu{float:right}.is-menu-wrapper .is-menu form{right:0;left:auto}.gsc-cse-search-menu{max-width:310px;float:right}.gsc-cse-search-menu .cse .gsc-control-cse,.gsc-cse-search-menu .gsc-control-cse{padding:0}.is-menu .search-icon-path{fill:#848484}.search-close{position:absolute;right:-22px;top:33%;z-index:99999}.is-menu.is-first .search-close{right:auto;left:-22px}.is-menu.is-dropdown .search-close{top:calc(100% + 7px)}.popup-search-close{z-index:99999;float:right;position:relative;margin:20px 20px 0 0}#is-popup-wrapper{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(4,4,4,.91);z-index:999999}.is-popup-search-form form{width:80%;margin:20% auto 0}.is-popup-search-form form.is-ajax-search{margin:10% auto 0}.popup-search-close:after,.search-close:after{border-left:2px solid #848484;content:'';height:20px;left:9px;position:absolute;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.popup-search-close:before,.search-close:before{border-left:2px solid #848484;content:'';height:20px;left:9px;position:absolute;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.is-highlight{background-color:#ffffb9;color:#222}@media screen and (max-width:910px){.is-menu form{left:0;min-width:50%;right:auto}.is-menu.default form{max-width:100%}.is-menu.full-width-menu.active-search{position:relative}.is-menu-wrapper{display:block}}.is-form-style label,.is-menu.full-width-menu.is-first button.is-search-submit,.is-menu.sliding.is-first button.is-search-submit{display:inline-block!important}form .is-link-container div{position:absolute;width:200px;bottom:-25px;left:5px;z-index:99999;height:auto;line-height:14px;padding:10px 15px}form .is-link-container a{text-decoration:none;font-size:14px;font-weight:100;font-family:arial;box-shadow:none}form .is-link-container a:hover{text-decoration:underline}form .is-link-container a.is-customize-link{margin-left:15px}.is-form-style label{padding:0;vertical-align:middle;margin:0;width:100%;line-height:1}.is-form-style{line-height:1;position:relative;padding:0!important}.is-form-style.is-form-style-3 label{width:calc(100% - 36px)!important}.is-form-style input.is-search-input{background:#fff;background-image:none!important;color:#333;padding:0 12px;margin:0;outline:0!important;font-size:14px!important;height:36px;min-height:0;line-height:1;border-radius:0;border:1px solid #ccc!important;font-family:arial;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-webkit-border-radius:0}.is-form-style input.is-search-input::-ms-clear{display:none;width:0;height:0}.is-form-style input.is-search-input::-ms-reveal{display:none;width:0;height:0}.is-form-style input.is-search-input::-webkit-search-cancel-button,.is-form-style input.is-search-input::-webkit-search-decoration,.is-form-style input.is-search-input::-webkit-search-results-button,.is-form-style input.is-search-input::-webkit-search-results-decoration{display:none}.is-form-style.is-form-style-3 input.is-search-input{border-right:0!important}.is-form-style button.is-search-submit{background:0 0;border:0;box-shadow:none!important;opacity:1;padding:0!important;margin:0;line-height:0;outline:0;vertical-align:middle;width:36px;height:36px}.is-menu.full-width-menu.is-first button.is-search-submit:not([style="display: inline-block;"]),.is-menu.sliding.is-first button.is-search-submit:not([style="display: inline-block;"]){visibility:hidden}.is-form-style .is-search-submit path{fill:#555}.is-form-style input.is-search-submit{text-decoration:none;position:absolute;top:0;right:0;padding:0 10px!important;width:auto}.is-search-icon{width:36px;padding-top:6px!important}.is-search-icon svg{width:22px;display:inline}.is-form-style input.is-search-submit,.is-search-icon{display:inline-block!important;color:#666;background:#ededed;box-shadow:none!important;outline:0;margin:0;font-size:14px!important;border:1px solid #ccc;border-radius:0;line-height:1;height:36px;text-transform:capitalize;vertical-align:middle;-webkit-transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-o-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.is-search-icon:hover,form.is-form-style input.is-search-submit:hover{background:#dcdcdc}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-cyrillic-ext.ef54216e.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-cyrillic.969ea6a3.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-greek-ext.04782fd5.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-greek.9e4a3805.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-symbols.f5851590.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-vietnamese.b13ae75f.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-latin-ext.6d1ff22c.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-latin.75e6c243.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-cyrillic-ext.ef54216e.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-cyrillic.969ea6a3.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-greek-ext.04782fd5.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-greek.9e4a3805.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-symbols.f5851590.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-vietnamese.b13ae75f.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-latin-ext.6d1ff22c.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-latin.75e6c243.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-cyrillic-ext.ef54216e.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-cyrillic.969ea6a3.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-greek-ext.04782fd5.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-greek.9e4a3805.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-symbols.f5851590.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-vietnamese.b13ae75f.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-latin-ext.6d1ff22c.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-latin.75e6c243.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-cyrillic-ext.ef54216e.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-cyrillic.969ea6a3.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-greek-ext.04782fd5.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-greek.9e4a3805.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-symbols.f5851590.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-vietnamese.b13ae75f.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-latin-ext.6d1ff22c.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//www.osp-brandenburg.de/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-latin.75e6c243.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.ea11y-skip-to-content-link{clip:rect(1px,1px,1px,1px);align-items:center;background-color:#fff;border:1px solid #2563eb;border-radius:12px;clip-path:inset(50%);color:#0c0d0e;display:flex;gap:8px;height:1px;margin:-1px;overflow:hidden;padding:0;pointer-events:none;position:fixed;text-decoration:none;width:1px;word-wrap:normal!important}.ea11y-skip-to-content-link:focus{clip:auto!important;clip-path:none;height:auto;left:30px;padding:16px 24px;pointer-events:auto;top:30px;width:auto;z-index:100000}.ea11y-skip-to-content-link:focus+.ea11y-skip-to-content-backdrop{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}a, .btn.btn-border, .form-group.label-static label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-floating label.control-label, .pagination a, .pagination span, .card-background:after, .authors-on-blog .footer a, .hestia-top-bar .widget.widget_search form:not(.form-group), .hestia-top-bar .widget.widget_product_search form:not(.form-group) {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
button,
input[type="submit"],
input[type="button"],
.btn {
-webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.form-control,
.form-group .form-control,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea, .form-group.is-focused .form-control, .btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled.focus,
.btn.disabled:active,
.btn.disabled.active,
.btn:disabled,
.btn:disabled:hover,
.btn:disabled:focus,
.btn.focus:disabled,
.btn:disabled:active,
.btn.active:disabled,
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn.focus[disabled],
.btn[disabled]:active,
.btn.active[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn.active, .btn.btn-simple,
.btn.btn-default.btn-simple, .btn.btn-primary.btn-simple, .btn.btn-white.btn-simple, .btn.btn-border, .btn.btn-border:hover, .btn.btn-border:focus, .navbar button.navbar-toggle, .navbar button.navbar-toggle:hover, .btn.btn-facebook.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-facebook.btn-simple, .btn.btn-twitter.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-twitter.btn-simple, .btn.btn-pinterest.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-pinterest.btn-simple, .btn.btn-google.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-google.btn-simple, .btn.btn-linkedin.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-linkedin.btn-simple, .btn.btn-dribbble.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-dribbble.btn-simple, .btn.btn-github.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-github.btn-simple, .btn.btn-youtube.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-youtube.btn-simple, .btn.btn-instagram.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-instagram.btn-simple, .btn.btn-reddit.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-reddit.btn-simple, .btn.btn-tumblr.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-tumblr.btn-simple, .btn.btn-behance.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-behance.btn-simple, .btn.btn-snapchat.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-snapchat.btn-simple, .btn.btn-deviantart.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-deviantart.btn-simple, .btn.btn-vimeo.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-vimeo.btn-simple, .form-group.is-focused select.form-control, .form-group.has-warning .form-control, .form-group.has-error .form-control, .form-group.has-success .form-control, .form-group.has-info .form-control, select.form-control {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.form-control,
.form-group .form-control,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
background-image: -webkit-gradient(linear, left top, left bottom, from(#9c27b0), to(#9c27b0)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#9c27b0, #9c27b0), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
float: none;
border: 0;
border-radius: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: center bottom, center -webkit-calc(100% - 1px);
background-position: center bottom, center calc(100% - 1px);
background-size: 0 2px, 100% 1px;
font-weight: 400;
-webkit-transition: background 0s ease-out;
transition: background 0s ease-out;
}
.form-group.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#9c27b0), to(#9c27b0)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#9c27b0, #9c27b0), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
outline: none;
background-size: 100% 2px,100% 1px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
} .navbar .navbar-brand,
.carousel .sub-title,
h4.author,
.hestia-about p,
.card-product .price,
.card-product .price h4,
.blog-sidebar .widget h5,
.shop-sidebar .widget h5,
blockquote,
.media .media-heading,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 18px;
}
a:not(.btn) {
transition: .3s ease;
}
a:not(.btn):not(.button):not(.added_to_cart):hover {
opacity: .75;
}
.media p,
h3#ship-to-different-address {
font-size: 16px;
}
body,
.btn,
.form-control,
.woocommerce #reviews #comments label {
font-size: 14px;
}
.navbar,
.navbar a,
.label,
.footer .footer-menu a,
.media-footer a,
.hestia-top-bar {
font-size: 12px;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 300;
line-height: 1.618;
}
ul, ol,
.blog-post .section-text p,
output {
line-height: 1.618;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
line-height: 1.618;
}
h5.description,
h5.subscribe-description,
.card-product .price h4,
h4.author {
font-weight: 300;
}
h6.category {
font-weight: 500;
}
.hestia-title,
.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h4,
.footer-big h5,
.media .media-heading,
.woocommerce ul.products[class*="columns-"] li.product-category h2 {
font-weight: 700;
}
.hestia-title {
word-break: break-word;
}
button,
input[type="submit"],
input[type="button"],
.btn {
font-size: 12px;
font-weight: 400;
}
.btn:not(.btn-just-icon):not(.btn-fab) i {
font-size: 18px;
}
.btn.btn-just-icon {
font-size: 20px;
line-height: 20px;
}
.btn.btn-just-icon.btn-lg {
font-size: 22px;
}
.btn i {
font-size: 17px;
}
legend {
font-size: 21px;
}
output {
font-size: 14px;
}
button,
input,
select,
textarea {
font-size: inherit;
line-height: inherit;
}
.form-control {
font-size: 14px;
line-height: 1.42857;
}
.form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-group
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-group
.form-control::-webkit-input-placeholder,
.checkbox label,
.form-group
.checkbox label,
.radio label,
.form-group
.radio label,
label,
.form-group
label {
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder,
.form-group .form-control::-moz-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
font-weight: 400;
}
.form-group label.control-label {
font-size: 11px;
font-weight: 400;
line-height: 1.07143;
}
.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
font-size: 14px;
line-height: 1.42857;
}
.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
font-size: 11px;
line-height: 1.07143;
}
label.control-label {
font-size: 11px;
font-weight: 400;
line-height: 1.07143;
}
label.subscribe-label {
font-weight: 300;
}
table > thead > tr > th {
font-size: 17px;
font-weight: 300;
}
.help-block {
font-size: 11px;
}
.hestia-info .icon > i,
.info .icon > i {
font-size: 61.6px;
}
.info-horizontal .icon > i {
font-size: 36.4px;
}
.media .media-heading {
font-size: 18.2px;
}
.media p {
font-size: 16px; }
.wp-caption-text {
font-size: 14px;
font-weight: 700;
}
.blog-post .comment-reply-link {
font-size: 12px;
font-weight: 400;
}
.blog-post .section-blog-info .card-profile .description {
font-size: 14px;
}
.carousel .carousel-control i {
font-size: 50px;
}
.card .footer .stats {
line-height: 30px;
}
.card .footer .stats i {
font-size: 18px;
}
.card .category i {
line-height: 0;
}
.card-product .footer h4 {
line-height: 1.2;
}
.card-title,
.card-product .category {
line-height: 1.4;
}
.card-pricing .card-title {
font-size: 60px;
line-height: 35px;
}
.card-pricing .card-title small {
font-size: 18px;
}
.card-pricing .card-title small:first-child {
font-size: 26px;
}
.navbar .navbar-brand {
line-height: 30px;
}
.navbar .navbar-nav > li > a {
font-weight: 400;
}
.navbar .navbar-nav > li > a i {
font-size: 20px;
}
.navbar .dropdown-menu li > a {
font-size: 13px;
}
.navbar .dropdown-menu li > a > i {
font-size: 20px;
}
.navbar .dropdown-menu li > a i {
font-size: 20px;
}
.navbar .hestia-mm-heading > span {
font-size: 14px;
font-weight: 600;
}
.hestia-mm-description {
font-size: 12px;
font-weight: 400;
}
.hestia-top-bar {
line-height: 40px;
}
.hestia-top-bar .widget,
.hestia-top-bar .widget h5,
.hestia-top-bar .widget .textwidget {
line-height: inherit;
}
.hestia-top-bar .widget.widget_search .label-floating, .hestia-top-bar .widget.widget_product_search .label-floating {
font-size: inherit;
}
.hestia-top-bar .widget.widget_search .label-floating.is-empty, .hestia-top-bar .widget.widget_product_search .label-floating.is-empty {
font-size: inherit;
font-weight: 300;
}
.hestia-top-bar .widget.widget_search .label-floating.is-focused .control-label, .hestia-top-bar .widget.widget_product_search .label-floating.is-focused .control-label {
font-size: inherit;
line-height: 20px;
}
.hestia-top-bar .widget.widget_search form.form-group input[type=search], .hestia-top-bar .widget.widget_product_search form.form-group input[type=search] {
font-size: inherit;
font-weight: 300;
}
.hestia-top-bar .widget.widget_search form.form-group:before, .hestia-top-bar .widget.widget_product_search form.form-group:before {
font-size: 18px;
}
.hestia-top-bar ul {
line-height: inherit;
}
.hestia-top-bar ul li a {
font-size: inherit;
line-height: inherit;
}
.hestia-top-bar ul li a:before {
font-size: 16px;
}
.pagination a,
.pagination span {
font-size: 12px;
font-weight: 400;
line-height: 30px;
}
.footer .widget h5 {
line-height: 1.4;
}
.footer-big .footer-menu li a[href*="mailto:"],
.footer-big .footer-menu li a[href*="tel:"] {
font-size: 0;
}
.footer-big .footer-menu li a[href*="mailto:"]:before,
.footer-big .footer-menu li a[href*="tel:"]:before {
font-size: 16px;
}
.footer-big ul li a {
font-weight: 500;
}
h5.description {
line-height: 1.5;
}
.hestia-about {
font-weight: 300;
}
.hestia-about h1, .hestia-about h2, .hestia-about h3, .hestia-about h4, .hestia-about h5 {
font-weight: 700;
}
.widget h5 {
font-weight: 700;
}
.searchform:after,
.search-form:after,
.woocommerce-product-search:after {
font-size: 18px;
}
.header-widgets-wrapper .widget,
.header-widgets-wrapper .widget h5,
.header-widgets-wrapper .widget .textwidget {
line-height: inherit;
}
.header-widgets-wrapper ul {
line-height: inherit;
}
.header-widgets-wrapper ul li a {
font-size: inherit;
line-height: inherit;
}
.header-widgets-wrapper ul li a:before {
font-size: 16px;
}
aside .widget a {
font-weight: 500;
}
.star-rating {
line-height: 1;
font-size: 12px;
}
.woocommerce-cart .shop_table .actions .coupon .input-text {
font-size: 14px;
}
.woocommerce-cart table.shop_table th {
font-size: 13px;
font-weight: 300;
}
.woocommerce-cart table.shop_table .product-name a {
font-size: 16px;
font-weight: 500;
line-height: 30px;
}
.woocommerce-cart table.shop_table td.actions input[type=submit], .woocommerce-cart table.shop_table td.actions button[type=submit] {
font-size: 14px;
}
.woocommerce-cart p.units-info {
line-height: 1.5;
font-size: 14px;
}
.woocommerce-cart .wc-gzd-additional-wrapper p {
font-size: 14px;
font-weight: 700;
}
.woocommerce-checkout .form-row label {
font-weight: 300;
}
.woocommerce-checkout .woocommerce-checkout-payment .form-row .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce-checkout-payment li > label {
font-weight: 400;
}
.woocommerce-checkout .woocommerce-shipping-fields h3 label {
line-height: 1;
}
.woocommerce-checkout .woocommerce-shipping-fields h3 label span {
font-weight: 300;
}
.woocommerce-checkout .col-md-12 #customer_details label {
font-weight: 500;
}
.woocommerce-checkout .shop_table tr td p.units-info {
font-size: 12px;
}
.woocommerce-checkout .shop_table .wc-gzd-additional-info {
font-size: 14px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
font-size: 12px;
font-weight: 400;
}
.woocommerce-account .woocommerce-button,
.woocommerce-account .woocommerce-Button,
.woocommerce-account a.button {
line-height: 20px !important;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
font-weight: 600;
}
.added_to_cart.wc-forward {
font-weight: 400;
font-size: 10px;
line-height: 30px;
}
.variations tr .label {
font-size: 14px;
}
.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
line-height: 20px;
}
.woocommerce-info li,
.woocommerce-error li,
.woocommerce-message li {
line-height: 1.5;
}
.woocommerce-info > a.button,
.woocommerce-error > a.button,
.woocommerce-message > a.button {
font-size: 12px;
font-weight: bold;
}
.woocommerce-info a {
font-weight: 700;
}
.woocommerce-message a:not(.button) {
font-weight: 800;
}
@media (max-width: 991px) {
.woocommerce-account input.woocommerce-Button.button {
font-size: 11px;
}
.woocommerce-breadcrumb {
line-height: 33px;
}
}
@media (min-width: 769px) {
.navbar.full-screen-menu .navbar-nav > li a {
font-size: 17px;
}
}
@media (max-width: 768px) {
h4.author {
font-size: 16px;
}
.woocommerce-cart table.shop_table dl.variation dd,
.woocommerce-cart table.shop_table dl.variation dt {
font-size: 16px;
line-height: 30px;
}
.woocommerce-cart table.shop_table dl.variation dd p {
font-size: 16px;
}
.woocommerce-cart table.shop_table td.product-name {
line-height: 30px;
}
.woocommerce-checkout td.product-name dl.variation dt,
.woocommerce-checkout td.product-name dl.variation dd {
font-size: 16px;
}
.woocommerce-checkout td.product-name dl.variation dd p {
font-size: 16px;
}
.navbar .navbar-nav li > a > i,
.navbar .navbar-nav li > a i {
font-size: 22px;
}
.navbar .navbar-nav li .caret {
font-size: 20px;
}
.navbar .navbar-nav li .dropdown > i,
.navbar .navbar-nav li .dropdown i {
font-size: 20px;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a {
line-height: 20px;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a .caret {
line-height: 1;
}
}
@media (max-width: 480px) {
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
font-size: 12px;
}
}
body {
direction: ltr;
color: #3C4858;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
a {
color: #9c27b0;
}
a:hover, a:focus {
color: #89229b;
text-decoration: none;
}
blockquote p {
font-style: italic;
}
h3 {
margin: 20px 0 10px;
}
h5 {
margin-bottom: 15px;
}
h6.category {
text-transform: uppercase;
}
.hestia-title,
.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h4,
.footer-big h5,
.media .media-heading,
.woocommerce ul.products[class*="columns-"] li.product-category h2 {
font-family: "Roboto Slab", "Times New Roman", serif;
}
.hestia-title, .hestia-title a, .hestia-title a:hover, .title, .title a, .title a:hover, .card-title, .card-title a, .card-title a:hover, .info-title, .info-title a, .info-title a:hover, .footer-brand, .footer-brand a, .footer-brand a:hover, .footer-big h4, .footer-big h4 a, .footer-big h4 a:hover, .footer-big h5, .footer-big h5 a, .footer-big h5 a:hover, .media .media-heading, .media .media-heading a, .media .media-heading a:hover, .woocommerce ul.products[class*="columns-"] li.product-category h2, .woocommerce ul.products[class*="columns-"] li.product-category h2 a, .woocommerce ul.products[class*="columns-"] li.product-category h2 a:hover {
color: #3C4858;
text-decoration: none;
word-wrap: break-word;
}
.page-header .hestia-title {
line-height: 1.4;
}
.title-in-content {
line-height: 1.3;
}
h1.title,
h1.hestia-title,
.pricing h2.title,
.pricing h2.hestia-title,
.contactus h2.title,
.contactus h2.hestia-title {
margin-bottom: 30px;
}
h2.title,
h2.hestia-title {
margin-bottom: 10px;
}
.carousel h1.hestia-title,
.carousel h2.title {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.carousel span.sub-title {
display: block;
margin: 10px 0 0;
font-family: "Roboto Slab", "Times New Roman", serif;
}
.carousel .buttons {
margin-top: 60px;
}
.description, .card-description, .footer-big {
color: #999999;
}
.card-description.entry-content {
color: #3C4858;
}
.subscribe-line-image .subscribe-description {
color: #efefef;
}
.text-warning {
color: #ff9800;
}
.text-primary {
color: #9c27b0;
}
.text-danger {
color: #f44336;
}
.text-success {
color: #4caf50;
}
.text-info {
color: #00bcd4;
}
.text-rose {
color: #e91e63;
}
.text-gray {
color: #999999;
}
.has-black-color {
color: #000;
}
.has-white-color {
color: #fff;
}
.has-background.has-black-background-color {
background-color: #000;
}
.has-background.has-white-background-color {
background-color: #fff;
}
.single-post .blog-post .section-text h1, .single-post .blog-post .section-text h2, .single-post .blog-post .section-text h3, .single-post .blog-post .section-text h4, .single-post .blog-post .section-text h5, .single-post .blog-post .section-text h6,
.single-post .blog-post .section-text p,
.page:not(.woocommerce-page) .blog-post .section-text h1,
.page:not(.woocommerce-page) .blog-post .section-text h2,
.page:not(.woocommerce-page) .blog-post .section-text h3,
.page:not(.woocommerce-page) .blog-post .section-text h4,
.page:not(.woocommerce-page) .blog-post .section-text h5,
.page:not(.woocommerce-page) .blog-post .section-text h6,
.page:not(.woocommerce-page) .blog-post .section-text p {
margin: 0 0 15px;
}
.single-post .blog-post .section-text h1.form-submit, .single-post .blog-post .section-text h2.form-submit, .single-post .blog-post .section-text h3.form-submit, .single-post .blog-post .section-text h4.form-submit, .single-post .blog-post .section-text h5.form-submit, .single-post .blog-post .section-text h6.form-submit,
.single-post .blog-post .section-text p.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h1.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h2.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h3.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h4.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h5.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h6.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text p.form-submit {
margin: 0 0 10px;
}
.tooltip {
opacity: 0;
-webkit-transition: opacity, -webkit-transform 0.2s ease;
transition: opacity, -webkit-transform 0.2s ease;
transition: opacity, transform 0.2s ease;
transition: opacity, transform 0.2s ease, -webkit-transform 0.2s ease;
-webkit-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.tooltip.in {
opacity: 1;
-webkit-transform: translate3d(0, 0px, 0);
-ms-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
}
.tooltip.left .tooltip-arrow {
border-left-color: #fff;
}
.tooltip.right .tooltip-arrow {
border-right-color: #fff;
}
.tooltip.top .tooltip-arrow {
border-top-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #fff;
}
.tooltip-inner {
min-width: 130px;
padding: 10px 15px;
border: none;
border-radius: 3px;
color: #555;
background: #fff;
-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
font-size: 12px;
line-height: 1.5;
text-transform: none;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.container {
max-width: 100%;
}
@media (min-width: 749px) {
.container {
max-width: 748px;
}
}
@media (min-width: 768px) {
.container {
max-width: 750px;
}
}
@media (min-width: 992px) {
.container {
max-width: 970px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 2000px;
}
}  body {
direction: ltr;
background-color: #e5e5e5;
overflow-x: hidden;
}
* {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent;
}
embed, iframe, img, object, video, button, input, select, textarea, .wp-caption {
max-width: 100%;
}
img {
height: auto;
}
ul, ol {
margin-bottom: 30px;
}
legend {
border-bottom: 0;
}
.container {
max-width: 100%;
}
.margin-left-auto {
margin-left: auto;
}
.margin-right-auto {
margin-right: auto;
}
.animation-transition-fast, .navbar, .panel .panel-heading i, .section-cards .card {
-webkit-transition: all 150ms ease;
transition: all 150ms ease;
}
.thumbnail {
padding: 0;
border: 0 none;
border-radius: 0;
}
.section-image .description .default-link,
.section-image .default-link,
.hestia-title .default-link,
.title .default-link,
.default-link:hover,
.default-link {
color: #fff;
}
.description .default-link {
color: #999999;
}
body.menu-open {
overflow: hidden;
}
@media (min-width: 992px) {
.row.hestia-like-table {
display: table;
width: calc( 100% + 15px);
}
.row.hestia-like-table > div {
display: table-cell;
vertical-align: middle;
float: none;
}
}
@media (max-width: 991px) {
.hestia-xs-text-center {
text-align: center;
}
}
.hestia-blogs article:nth-of-type(6n) .category a,
.related.products ul li:nth-of-type(6n) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n) .category a,
.woocommerce .products li:nth-of-type(6n) .category a,
.shop-item:nth-of-type(6n) .category a,
.related-posts div:nth-of-type(6n) .category a {
color: #4caf50;
}
.hestia-blogs article:nth-of-type(6n+1) .category a,
.related.products ul li:nth-of-type(6n+1) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n+1) .category a,
.woocommerce .products li:nth-of-type(6n+1) .category a,
.shop-item:nth-of-type(6n+1) .category a,
.related-posts div:nth-of-type(6n+1) .category a {
color: #89229b;
}
.hestia-blogs article:nth-of-type(6n+2) .category a,
.related.products ul li:nth-of-type(6n+2) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n+2) .category a,
.woocommerce .products li:nth-of-type(6n+2) .category a,
.shop-item:nth-of-type(6n+2) .category a,
.related-posts div:nth-of-type(6n+2) .category a {
color: #00bcd4;
}
.hestia-blogs article:nth-of-type(6n+3) .category a,
.related.products ul li:nth-of-type(6n+3) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n+3) .category a,
.woocommerce .products li:nth-of-type(6n+3) .category a,
.shop-item:nth-of-type(6n+3) .category a,
.related-posts div:nth-of-type(6n+3) .category a {
color: #f44336;
}
.hestia-blogs article:nth-of-type(6n+4) .category a,
.related.products ul li:nth-of-type(6n+4) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n+4) .category a,
.woocommerce .products li:nth-of-type(6n+4) .category a,
.shop-item:nth-of-type(6n+4) .category a,
.related-posts div:nth-of-type(6n+4) .category a {
color: #ff9800;
}
.hestia-blogs article:nth-of-type(6n+5) .category a,
.related.products ul li:nth-of-type(6n+5) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n+5) .category a,
.woocommerce .products li:nth-of-type(6n+5) .category a,
.shop-item:nth-of-type(6n+5) .category a,
.related-posts div:nth-of-type(6n+5) .category a {
color: #e91e63;
}
.hestia-blogs article:nth-of-type(6n) .card-body .btn {
background-color: #4caf50;
}
.hestia-blogs article:nth-of-type(6n+1) .card-body .btn {
background-color: #89229b;
}
.hestia-blogs article:nth-of-type(6n+2) .card-body .btn {
background-color: #00bcd4;
}
.hestia-blogs article:nth-of-type(6n+3) .card-body .btn {
background-color: #f44336;
}
.hestia-blogs article:nth-of-type(6n+4) .card-body .btn {
background-color: #ff9800;
}
.hestia-blogs article:nth-of-type(6n+5) .card-body .btn {
background-color: #e91e63;
} .wp-audio-shortcode {
margin-bottom: 20px;
} .wp-video-shortcode {
margin-bottom: 20px;
}
input[type="radio"] + label, input[type="checkbox"] + label {
font-weight: 400;
}
blockquote.has-text-align-right {
border-left: 0;
border-right: 5px solid #eee;
}
blockquote cite {
font-size: .8em;
color: #777;
font-style: normal;
font-weight: 400;
}
#wp-admin-bar-hestia_preview_hook span.dashicons-lock {
font-family: dashicons;
display: inline-block;
line-height: 1;
font-weight: 400;
font-style: normal;
speak: never;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 14px;
height: 14px;
font-size: 12px;
vertical-align: middle;
text-align: center;
transition: color .1s ease-in;
color: inherit;
}
.hestia-hook-upsell {
display: none;
}
.hestia-hook-upsell a {
font-style: italic;
font-weight: 700;
}
.hestia-hook-upsell-wrapper .hestia-hook-placeholder:hover .hestia-hook-label {
display: none;
}
.hestia-hook-upsell-wrapper .hestia-hook-placeholder:hover .hestia-hook-upsell {
display: block;
}
.hestia-hook-wrapper + nav.navbar {
position: inherit;
}
.hestia-hook-wrapper + .main-raised {
margin-top: 0;
}
.hestia-hook-wrapper + .carousel .page-header {
min-height: inherit !important;
}
.hestia-hook-wrapper + .carousel .item .container {
display: block;
} :focus, :active, ::-moz-focus-inner {
outline: 0 !important;
}
button,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
.btn::-moz-focus-inner {
border: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
padding: 7px;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: 0 !important;
}
button,
input[type="submit"],
input[type="button"],
.btn {
position: relative;
margin: 10px 1px;
padding: 12px 30px;
border: none;
border-radius: 3px;
white-space: normal;
letter-spacing: 0;
text-transform: uppercase;
}
input[type="number"] {
padding: 0;
}
button,
input[type="submit"],
input[type="button"],
.btn,
.btn.btn-default {
-webkit-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
button:hover, button:focus, button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
.btn:hover,
.btn:focus,
.btn:active,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn:active:hover,
.btn.active:focus,
.btn.active:hover,
.open > .btn.dropdown-toggle,
.open > .btn.dropdown-toggle:focus,
.open > .btn.dropdown-toggle:hover,
.btn.btn-default,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.active,
.btn.btn-default:active:focus,
.btn.btn-default:active:hover,
.btn.btn-default.active:focus,
.btn.btn-default.active:hover,
.open > .btn.btn-default.dropdown-toggle,
.open > .btn.btn-default.dropdown-toggle:focus,
.open > .btn.btn-default.dropdown-toggle:hover {
color: #fff;
background-color: #999999;
outline: none;
}
.btn > a:hover,
.btn > a:focus,
.btn > a:active,
.btn:hover > a,
.btn:focus > a,
.btn:active > a {
color: #fff;
}
.btn.btn-simple, .btn.btn-simple:hover, .btn.btn-simple:focus, .btn.btn-simple:active,
.btn.btn-default.btn-simple,
.btn.btn-default.btn-simple:hover,
.btn.btn-default.btn-simple:focus,
.btn.btn-default.btn-simple:active {
color: #999999;
background-color: transparent;
}
button, input[type="submit"], input[type="button"], .btn.btn-primary {
-webkit-box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
button:hover, button:focus, button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}
.btn.btn-primary.btn-simple, .btn.btn-primary.btn-simple:hover, .btn.btn-primary.btn-simple:focus, .btn.btn-primary.btn-simple:active {
color: #9c27b0;
background-color: transparent;
}
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover,
input[type="button"],
input[type="button"]:hover,
input#searchsubmit,
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.open > .btn.btn-primary.dropdown-toggle,
.open > .btn.btn-primary.dropdown-toggle:focus,
.open > .btn.btn-primary.dropdown-toggle:hover {
color: #fff;
background-color: #9c27b0;
}
.btn.btn-white {
box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
color: #999999;
background-color: #fff;
}
.btn.btn-white.btn-white:focus, .btn.btn-white.btn-white:hover {
color: #fff;
background-color: rgba(153, 153, 153, 0.6);
}
.btn.btn-white.btn-simple {
color: #fff;
background: transparent;
}
.btn.btn-round {
border-radius: 30px;
}
.btn:not(.btn-just-icon):not(.btn-fab) i {
position: relative;
}
.btn.btn-just-icon {
padding: 12px;
}
.btn.btn-just-icon:hover {
box-shadow: none;
}
.btn.btn-just-icon i {
width: 20px;
}
.btn.btn-just-icon.btn-lg {
padding: 13px 18px;
}
.btn.btn-border {
background: transparent;
border: 1px solid #d2d2d2;
color: #999999;
}
.btn.btn-border:hover, .btn.btn-border:focus {
background: transparent;
color: #3C4858;
}
.btn i {
position: relative;
top: -1px;
vertical-align: middle;
}
.navbar button.navbar-toggle, .navbar button.navbar-toggle:hover {
color: #555;
}
.navbar .button:hover {
box-shadow: none !important;
color: #e91e63;
}
.navbar .dropdown-menu li.btn:hover > a,
.navbar .dropdown-menu li.btn:focus > a,
.navbar .dropdown-menu li.btn:active > a {
color: #ffffff !important;
}
.btn.btn-facebook, .btn.btn-facebook:hover, .btn.btn-facebook:focus, .btn.btn-facebook:active,
.navbar .navbar-nav > li > a.btn.btn-facebook,
.navbar .navbar-nav > li > a.btn.btn-facebook:hover,
.navbar .navbar-nav > li > a.btn.btn-facebook:focus,
.navbar .navbar-nav > li > a.btn.btn-facebook:active {
color: #fff;
background-color: #3b5998;
}
.btn.btn-facebook,
.navbar .navbar-nav > li > a.btn.btn-facebook {
-webkit-box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
}
.btn.btn-facebook:hover, .btn.btn-facebook:focus, .btn.btn-facebook:active,
.navbar .navbar-nav > li > a.btn.btn-facebook:hover,
.navbar .navbar-nav > li > a.btn.btn-facebook:focus,
.navbar .navbar-nav > li > a.btn.btn-facebook:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
}
.btn.btn-facebook.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-facebook.btn-simple {
color: #3b5998;
background-color: transparent;
}
.btn.btn-twitter, .btn.btn-twitter:hover, .btn.btn-twitter:focus, .btn.btn-twitter:active,
.navbar .navbar-nav > li > a.btn.btn-twitter,
.navbar .navbar-nav > li > a.btn.btn-twitter:hover,
.navbar .navbar-nav > li > a.btn.btn-twitter:focus,
.navbar .navbar-nav > li > a.btn.btn-twitter:active {
color: #fff;
background-color: #55acee;
}
.btn.btn-twitter,
.navbar .navbar-nav > li > a.btn.btn-twitter {
-webkit-box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
}
.btn.btn-twitter:hover, .btn.btn-twitter:focus, .btn.btn-twitter:active,
.navbar .navbar-nav > li > a.btn.btn-twitter:hover,
.navbar .navbar-nav > li > a.btn.btn-twitter:focus,
.navbar .navbar-nav > li > a.btn.btn-twitter:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
}
.btn.btn-twitter.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-twitter.btn-simple {
color: #55acee;
background-color: transparent;
}
.btn.btn-pinterest, .btn.btn-pinterest:hover, .btn.btn-pinterest:focus, .btn.btn-pinterest:active,
.navbar .navbar-nav > li > a.btn.btn-pinterest,
.navbar .navbar-nav > li > a.btn.btn-pinterest:hover,
.navbar .navbar-nav > li > a.btn.btn-pinterest:focus,
.navbar .navbar-nav > li > a.btn.btn-pinterest:active {
color: #fff;
background-color: #cc2127;
}
.btn.btn-pinterest,
.navbar .navbar-nav > li > a.btn.btn-pinterest {
-webkit-box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
}
.btn.btn-pinterest:hover, .btn.btn-pinterest:focus, .btn.btn-pinterest:active,
.navbar .navbar-nav > li > a.btn.btn-pinterest:hover,
.navbar .navbar-nav > li > a.btn.btn-pinterest:focus,
.navbar .navbar-nav > li > a.btn.btn-pinterest:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
}
.btn.btn-pinterest.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-pinterest.btn-simple {
color: #cc2127;
background-color: transparent;
}
.btn.btn-google, .btn.btn-google:hover, .btn.btn-google:focus, .btn.btn-google:active,
.navbar .navbar-nav > li > a.btn.btn-google,
.navbar .navbar-nav > li > a.btn.btn-google:hover,
.navbar .navbar-nav > li > a.btn.btn-google:focus,
.navbar .navbar-nav > li > a.btn.btn-google:active {
color: #fff;
background-color: #dd4b39;
}
.btn.btn-google,
.navbar .navbar-nav > li > a.btn.btn-google {
-webkit-box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
}
.btn.btn-google:hover, .btn.btn-google:focus, .btn.btn-google:active,
.navbar .navbar-nav > li > a.btn.btn-google:hover,
.navbar .navbar-nav > li > a.btn.btn-google:focus,
.navbar .navbar-nav > li > a.btn.btn-google:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
}
.btn.btn-google.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-google.btn-simple {
color: #dd4b39;
background-color: transparent;
}
.btn.btn-linkedin, .btn.btn-linkedin:hover, .btn.btn-linkedin:focus, .btn.btn-linkedin:active,
.navbar .navbar-nav > li > a.btn.btn-linkedin,
.navbar .navbar-nav > li > a.btn.btn-linkedin:hover,
.navbar .navbar-nav > li > a.btn.btn-linkedin:focus,
.navbar .navbar-nav > li > a.btn.btn-linkedin:active {
color: #fff;
background-color: #0976b4;
}
.btn.btn-linkedin,
.navbar .navbar-nav > li > a.btn.btn-linkedin {
-webkit-box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
}
.btn.btn-linkedin:hover, .btn.btn-linkedin:focus, .btn.btn-linkedin:active,
.navbar .navbar-nav > li > a.btn.btn-linkedin:hover,
.navbar .navbar-nav > li > a.btn.btn-linkedin:focus,
.navbar .navbar-nav > li > a.btn.btn-linkedin:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(9, 118, 180, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 118, 180, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(9, 118, 180, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 118, 180, 0.2);
box-shadow: 0 14px 26px -12px rgba(9, 118, 180, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 118, 180, 0.2);
}
.btn.btn-linkedin.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-linkedin.btn-simple {
color: #0976b4;
background-color: transparent;
}
.btn.btn-dribbble, .btn.btn-dribbble:hover, .btn.btn-dribbble:focus, .btn.btn-dribbble:active,
.navbar .navbar-nav > li > a.btn.btn-dribbble,
.navbar .navbar-nav > li > a.btn.btn-dribbble:hover,
.navbar .navbar-nav > li > a.btn.btn-dribbble:focus,
.navbar .navbar-nav > li > a.btn.btn-dribbble:active {
color: #fff;
background-color: #ea4c89;
}
.btn.btn-dribbble,
.navbar .navbar-nav > li > a.btn.btn-dribbble {
-webkit-box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
}
.btn.btn-dribbble:hover, .btn.btn-dribbble:focus, .btn.btn-dribbble:active,
.navbar .navbar-nav > li > a.btn.btn-dribbble:hover,
.navbar .navbar-nav > li > a.btn.btn-dribbble:focus,
.navbar .navbar-nav > li > a.btn.btn-dribbble:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
}
.btn.btn-dribbble.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-dribbble.btn-simple {
color: #ea4c89;
background-color: transparent;
}
.btn.btn-github, .btn.btn-github:hover, .btn.btn-github:focus, .btn.btn-github:active,
.navbar .navbar-nav > li > a.btn.btn-github,
.navbar .navbar-nav > li > a.btn.btn-github:hover,
.navbar .navbar-nav > li > a.btn.btn-github:focus,
.navbar .navbar-nav > li > a.btn.btn-github:active {
color: #fff;
background-color: #000;
}
.btn.btn-github,
.navbar .navbar-nav > li > a.btn.btn-github {
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-github:hover, .btn.btn-github:focus, .btn.btn-github:active,
.navbar .navbar-nav > li > a.btn.btn-github:hover,
.navbar .navbar-nav > li > a.btn.btn-github:focus,
.navbar .navbar-nav > li > a.btn.btn-github:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.btn.btn-github.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-github.btn-simple {
color: #000;
background-color: transparent;
}
.btn.btn-youtube, .btn.btn-youtube:hover, .btn.btn-youtube:focus, .btn.btn-youtube:active,
.navbar .navbar-nav > li > a.btn.btn-youtube,
.navbar .navbar-nav > li > a.btn.btn-youtube:hover,
.navbar .navbar-nav > li > a.btn.btn-youtube:focus,
.navbar .navbar-nav > li > a.btn.btn-youtube:active {
color: #fff;
background-color: #e52d27;
}
.btn.btn-youtube,
.navbar .navbar-nav > li > a.btn.btn-youtube {
-webkit-box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
}
.btn.btn-youtube:hover, .btn.btn-youtube:focus, .btn.btn-youtube:active,
.navbar .navbar-nav > li > a.btn.btn-youtube:hover,
.navbar .navbar-nav > li > a.btn.btn-youtube:focus,
.navbar .navbar-nav > li > a.btn.btn-youtube:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(229, 45, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 45, 39, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(229, 45, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 45, 39, 0.2);
box-shadow: 0 14px 26px -12px rgba(229, 45, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 45, 39, 0.2);
}
.btn.btn-youtube.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-youtube.btn-simple {
color: #e52d27;
background-color: transparent;
}
.btn.btn-instagram, .btn.btn-instagram:hover, .btn.btn-instagram:focus, .btn.btn-instagram:active,
.navbar .navbar-nav > li > a.btn.btn-instagram,
.navbar .navbar-nav > li > a.btn.btn-instagram:hover,
.navbar .navbar-nav > li > a.btn.btn-instagram:focus,
.navbar .navbar-nav > li > a.btn.btn-instagram:active {
color: #fff;
background-color: #125688;
}
.btn.btn-instagram,
.navbar .navbar-nav > li > a.btn.btn-instagram {
-webkit-box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14), 0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14), 0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14), 0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
}
.btn.btn-instagram:hover, .btn.btn-instagram:focus, .btn.btn-instagram:active,
.navbar .navbar-nav > li > a.btn.btn-instagram:hover,
.navbar .navbar-nav > li > a.btn.btn-instagram:focus,
.navbar .navbar-nav > li > a.btn.btn-instagram:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
}
.btn.btn-instagram.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-instagram.btn-simple {
color: #125688;
background-color: transparent;
}
.btn.btn-reddit, .btn.btn-reddit:hover, .btn.btn-reddit:focus, .btn.btn-reddit:active,
.navbar .navbar-nav > li > a.btn.btn-reddit,
.navbar .navbar-nav > li > a.btn.btn-reddit:hover,
.navbar .navbar-nav > li > a.btn.btn-reddit:focus,
.navbar .navbar-nav > li > a.btn.btn-reddit:active {
color: #fff;
background-color: #ff4500;
}
.btn.btn-reddit,
.navbar .navbar-nav > li > a.btn.btn-reddit {
-webkit-box-shadow: 0 2px 2px 0 rgba(255, 69, 0, 0.14), 0 3px 1px -2px rgba(255, 69, 0, 0.2), 0 1px 5px 0 rgba(255, 69, 0, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(255, 69, 0, 0.14), 0 3px 1px -2px rgba(255, 69, 0, 0.2), 0 1px 5px 0 rgba(255, 69, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(255, 69, 0, 0.14), 0 3px 1px -2px rgba(255, 69, 0, 0.2), 0 1px 5px 0 rgba(255, 69, 0, 0.12);
}
.btn.btn-reddit:hover, .btn.btn-reddit:focus, .btn.btn-reddit:active,
.navbar .navbar-nav > li > a.btn.btn-reddit:hover,
.navbar .navbar-nav > li > a.btn.btn-reddit:focus,
.navbar .navbar-nav > li > a.btn.btn-reddit:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(255, 69, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 69, 0, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(255, 69, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 69, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(255, 69, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 69, 0, 0.2);
}
.btn.btn-reddit.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-reddit.btn-simple {
color: #ff4500;
background-color: transparent;
}
.btn.btn-tumblr, .btn.btn-tumblr:hover, .btn.btn-tumblr:focus, .btn.btn-tumblr:active,
.navbar .navbar-nav > li > a.btn.btn-tumblr,
.navbar .navbar-nav > li > a.btn.btn-tumblr:hover,
.navbar .navbar-nav > li > a.btn.btn-tumblr:focus,
.navbar .navbar-nav > li > a.btn.btn-tumblr:active {
color: #fff;
background-color: #35465c;
}
.btn.btn-tumblr,
.navbar .navbar-nav > li > a.btn.btn-tumblr {
-webkit-box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
}
.btn.btn-tumblr:hover, .btn.btn-tumblr:focus, .btn.btn-tumblr:active,
.navbar .navbar-nav > li > a.btn.btn-tumblr:hover,
.navbar .navbar-nav > li > a.btn.btn-tumblr:focus,
.navbar .navbar-nav > li > a.btn.btn-tumblr:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(53, 70, 92, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(53, 70, 92, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(53, 70, 92, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(53, 70, 92, 0.2);
box-shadow: 0 14px 26px -12px rgba(53, 70, 92, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(53, 70, 92, 0.2);
}
.btn.btn-tumblr.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-tumblr.btn-simple {
color: #35465c;
background-color: transparent;
}
.btn.btn-behance, .btn.btn-behance:hover, .btn.btn-behance:focus, .btn.btn-behance:active,
.navbar .navbar-nav > li > a.btn.btn-behance,
.navbar .navbar-nav > li > a.btn.btn-behance:hover,
.navbar .navbar-nav > li > a.btn.btn-behance:focus,
.navbar .navbar-nav > li > a.btn.btn-behance:active {
color: #fff;
background-color: #1769ff;
}
.btn.btn-behance,
.navbar .navbar-nav > li > a.btn.btn-behance {
-webkit-box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14), 0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14), 0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14), 0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
}
.btn.btn-behance:hover, .btn.btn-behance:focus, .btn.btn-behance:active,
.navbar .navbar-nav > li > a.btn.btn-behance:hover,
.navbar .navbar-nav > li > a.btn.btn-behance:focus,
.navbar .navbar-nav > li > a.btn.btn-behance:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn.btn-behance.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-behance.btn-simple {
color: #1769ff;
background-color: transparent;
}
.btn.btn-snapchat, .btn.btn-snapchat:hover, .btn.btn-snapchat:focus, .btn.btn-snapchat:active,
.navbar .navbar-nav > li > a.btn.btn-snapchat,
.navbar .navbar-nav > li > a.btn.btn-snapchat:hover,
.navbar .navbar-nav > li > a.btn.btn-snapchat:focus,
.navbar .navbar-nav > li > a.btn.btn-snapchat:active {
color: #fff;
background-color: #fffc00;
}
.btn.btn-snapchat,
.navbar .navbar-nav > li > a.btn.btn-snapchat {
-webkit-box-shadow: 0 2px 2px 0 rgba(255, 252, 0, 0.14), 0 3px 1px -2px rgba(255, 252, 0, 0.2), 0 1px 5px 0 rgba(255, 252, 0, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(255, 252, 0, 0.14), 0 3px 1px -2px rgba(255, 252, 0, 0.2), 0 1px 5px 0 rgba(255, 252, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(255, 252, 0, 0.14), 0 3px 1px -2px rgba(255, 252, 0, 0.2), 0 1px 5px 0 rgba(255, 252, 0, 0.12);
}
.btn.btn-snapchat:hover, .btn.btn-snapchat:focus, .btn.btn-snapchat:active,
.navbar .navbar-nav > li > a.btn.btn-snapchat:hover,
.navbar .navbar-nav > li > a.btn.btn-snapchat:focus,
.navbar .navbar-nav > li > a.btn.btn-snapchat:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(255, 252, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 252, 0, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(255, 252, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 252, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(255, 252, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 252, 0, 0.2);
}
.btn.btn-snapchat.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-snapchat.btn-simple {
color: #fffc00;
background-color: transparent;
}
.btn.btn-deviantart, .btn.btn-deviantart:hover, .btn.btn-deviantart:focus, .btn.btn-deviantart:active,
.navbar .navbar-nav > li > a.btn.btn-deviantart,
.navbar .navbar-nav > li > a.btn.btn-deviantart:hover,
.navbar .navbar-nav > li > a.btn.btn-deviantart:focus,
.navbar .navbar-nav > li > a.btn.btn-deviantart:active {
color: #fff;
background-color: #05cc47;
}
.btn.btn-deviantart,
.navbar .navbar-nav > li > a.btn.btn-deviantart {
-webkit-box-shadow: 0 2px 2px 0 rgba(5, 204, 71, 0.14), 0 3px 1px -2px rgba(5, 204, 71, 0.2), 0 1px 5px 0 rgba(5, 204, 71, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(5, 204, 71, 0.14), 0 3px 1px -2px rgba(5, 204, 71, 0.2), 0 1px 5px 0 rgba(5, 204, 71, 0.12);
box-shadow: 0 2px 2px 0 rgba(5, 204, 71, 0.14), 0 3px 1px -2px rgba(5, 204, 71, 0.2), 0 1px 5px 0 rgba(5, 204, 71, 0.12);
}
.btn.btn-deviantart:hover, .btn.btn-deviantart:focus, .btn.btn-deviantart:active,
.navbar .navbar-nav > li > a.btn.btn-deviantart:hover,
.navbar .navbar-nav > li > a.btn.btn-deviantart:focus,
.navbar .navbar-nav > li > a.btn.btn-deviantart:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(5, 204, 71, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5, 204, 71, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(5, 204, 71, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5, 204, 71, 0.2);
box-shadow: 0 14px 26px -12px rgba(5, 204, 71, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5, 204, 71, 0.2);
}
.btn.btn-deviantart.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-deviantart.btn-simple {
color: #05cc47;
background-color: transparent;
}
.btn.btn-vimeo, .btn.btn-vimeo:hover, .btn.btn-vimeo:focus, .btn.btn-vimeo:active,
.navbar .navbar-nav > li > a.btn.btn-vimeo,
.navbar .navbar-nav > li > a.btn.btn-vimeo:hover,
.navbar .navbar-nav > li > a.btn.btn-vimeo:focus,
.navbar .navbar-nav > li > a.btn.btn-vimeo:active {
color: #fff;
background-color: #1ab7ea;
}
.btn.btn-vimeo,
.navbar .navbar-nav > li > a.btn.btn-vimeo {
-webkit-box-shadow: 0 2px 2px 0 rgba(26, 183, 234, 0.14), 0 3px 1px -2px rgba(26, 183, 234, 0.2), 0 1px 5px 0 rgba(26, 183, 234, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(26, 183, 234, 0.14), 0 3px 1px -2px rgba(26, 183, 234, 0.2), 0 1px 5px 0 rgba(26, 183, 234, 0.12);
box-shadow: 0 2px 2px 0 rgba(26, 183, 234, 0.14), 0 3px 1px -2px rgba(26, 183, 234, 0.2), 0 1px 5px 0 rgba(26, 183, 234, 0.12);
}
.btn.btn-vimeo:hover, .btn.btn-vimeo:focus, .btn.btn-vimeo:active,
.navbar .navbar-nav > li > a.btn.btn-vimeo:hover,
.navbar .navbar-nav > li > a.btn.btn-vimeo:focus,
.navbar .navbar-nav > li > a.btn.btn-vimeo:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(26, 183, 234, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 183, 234, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(26, 183, 234, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 183, 234, 0.2);
box-shadow: 0 14px 26px -12px rgba(26, 183, 234, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 183, 234, 0.2);
}
.btn.btn-vimeo.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-vimeo.btn-simple {
color: #1ab7ea;
background-color: transparent;
}
body [class*="fl-builder"] button,
body [class*="fl-builder"] button:hover,
button.customize-partial-edit-shortcut-button,
button.customize-partial-edit-shortcut-button:hover {
box-shadow: none !important;
} legend {
margin-bottom: 20px;
}
output {
padding-top: 8px;
}
.radio label,
.checkbox label {
min-height: 20px;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.label {
background-color: #fff;
border-radius: 2px;
}
.label.label-default {
background-color: #fff;
}
.label.label-primary {
background-color: #9c27b0;
}
.label.label-success {
background-color: #4caf50;
}
.label.label-danger {
background-color: #f44336;
}
.label.label-rose {
background-color: #e91e63;
}
.form-control {
height: 36px;
padding: 7px 0;
vertical-align: middle;
}
.form-control-static {
min-height: 34px;
padding-top: 8px;
padding-bottom: 8px;
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder,
.form-group .form-control::-moz-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
color: #aaa;
}
.form-control[readonly],
.form-control[disabled],
fieldset[disabled] .form-control,
.form-group .form-control[readonly],
.form-group .form-control[disabled],
fieldset[disabled] .form-group .form-control {
background-color: transparent;
}
.form-control[disabled],
fieldset[disabled] .form-control,
.form-group .form-control[disabled],
fieldset[disabled] .form-group .form-control {
border-bottom: 1px dotted #d2d2d2;
background-image: none;
}
.form-control {
margin-bottom: 7px;
}
.form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-group
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-group
.form-control::-webkit-input-placeholder,
.checkbox label,
.form-group
.checkbox label,
.radio label,
.form-group
.radio label,
label,
.form-group
label {
color: #aaa;
}
label.control-label {
margin: 16px 0 0;
color: #aaa;
}
.help-block {
margin-top: 0;
}
.form-group {
padding-bottom: 7px;
position: relative;
}
.form-group .form-control {
margin-bottom: 7px;
}
.form-group label.control-label {
margin: 16px 0 0;
color: #aaa;
}
.form-group input[type=file] {
position: relative;
z-index: 100;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
}
.form-group textarea {
resize: none;
}
.form-group textarea ~ .form-control-highlight {
margin-top: -11px;
}
.form-group .help-block {
margin-top: 0;
display: none;
position: absolute;
}
.form-group.label-static label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-floating label.control-label {
position: absolute;
pointer-events: none;
}
.form-group.label-floating label.control-label {
will-change: left,top,contents;
}
.form-group.label-placeholder:not(.is-empty) label.control-label {
display: none;
}
.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
top: -7px;
left: 0;
}
.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
top: -28px;
left: 0;
}
.form-group.is-focused .form-control .material-input:after {
background-color: #9c27b0;
}
.form-group.is-focused.label-placeholder label,
.form-group.is-focused.label-placeholder label.control-label {
color: #aaa;
}
.form-group.is-focused select.form-control {
border-color: #d2d2d2;
}
.form-group.has-warning.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9800), to(#ff9800)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#ff9800, #ff9800), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group.has-warning label.control-label {
color: #ff9800;
}
.form-group.has-error.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group.has-error label.control-label {
color: #f44336;
}
.form-group.has-success.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#4caf50)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#4caf50, #4caf50), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group.has-success label.control-label {
color: #4caf50;
}
.form-group.has-info.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#00bcd4)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#00bcd4, #00bcd4), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group.has-info label.control-label,
.form-group.has-info .help-block {
color: #00bcd4;
}
select.form-control {
border: 0;
border-radius: 0;
}
select.form-control[multiple],
select .form-group.is-focused select.form-control[multiple] {
height: 85px;
}
.input-group-btn .btn {
margin: 0 0 7px;
}
.input-group .input-group-btn {
padding: 0 12px;
}
.input-group .input-group-addon {
padding: 6px 15px 0;
border: 0;
background: transparent;
}
.form-control-feedback {
opacity: 0;
}
.has-success .form-control-feedback {
opacity: 1;
color: #4caf50;
}
.has-error .form-control-feedback {
opacity: 1;
color: #f44336;
}
.searchform label,
.search-form label {
display: table-cell;
vertical-align: top;
padding-right: 25px;
width: 100%;
}
.searchform:not(.media-toolbar-primary),
.search-form:not(.media-toolbar-primary),
.woocommerce-product-search {
display: table;
position: relative;
}
.searchform:not(.media-toolbar-primary) input[type=submit], .searchform:not(.media-toolbar-primary) button,
.search-form:not(.media-toolbar-primary) input[type=submit],
.search-form:not(.media-toolbar-primary) button,
.woocommerce-product-search input[type=submit],
.woocommerce-product-search button {
display: table-cell;
vertical-align: top;
padding-left: 0;
padding-right: 0;
text-align: center;
text-indent: -9999px;
top: -19px;
width: 45px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTY2NCIgaGVpZ2h0PSIxNjY0IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgMTY2NCAxNjY0IiBzdHlsZT0iLW1zLXRyYW5zZm9ybTogcm90YXRlKDM2MGRlZyk7IC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsgdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsiPjxwYXRoIGQ9Ik0xMTUyIDcwNHEwLTE4NS0xMzEuNS0zMTYuNVQ3MDQgMjU2VDM4Ny41IDM4Ny41VDI1NiA3MDR0MTMxLjUgMzE2LjVUNzA0IDExNTJ0MzE2LjUtMTMxLjVUMTE1MiA3MDR6bTUxMiA4MzJxMCA1Mi0zOCA5MHQtOTAgMzhxLTU0IDAtOTAtMzhsLTM0My0zNDJxLTE3OSAxMjQtMzk5IDEyNHEtMTQzIDAtMjczLjUtNTUuNXQtMjI1LTE1MHQtMTUwLTIyNVQwIDcwNHQ1NS41LTI3My41dDE1MC0yMjV0MjI1LTE1MFQ3MDQgMHQyNzMuNSA1NS41dDIyNSAxNTB0MTUwIDIyNVQxNDA4IDcwNHEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6IiBmaWxsPSJ3aGl0ZSIvPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNjY0IiBoZWlnaHQ9IjE2NjQiIGZpbGw9InJnYmEoMCwgMCwgMCwgMCkiIC8+PC9zdmc+);
background-repeat: no-repeat;
background-position: center;
background-size: 18px 29px;
}
.searchform:not(.media-toolbar-primary) input[type=search],
.search-form:not(.media-toolbar-primary) input[type=search],
.woocommerce-product-search input[type=search] {
height: 36px;
}
.blog-sidebar-wrapper .widget:nth-of-type(1).widget_search, .blog-sidebar-wrapper .widget:nth-of-type(1).widget_product_search {
padding-top: 11px;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
margin: 0 10px 0 0;
}
.comment-form-cookies-consent label {
display: inline;
} body:not(.home) .navbar-default .navbar-nav > .active > a,
body:not(.home) .navbar-default .navbar-nav > .active > a:hover,
body:not(.home) .navbar-default .navbar-nav > .active > a:focus {
background: transparent;
}
body.admin-bar .navbar {
margin-top: 32px;
}
.navbar-color-on-scroll .dashicons {
transition: initial;
}
.navbar.navbar-transparent {
color: #fff;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar.navbar-transparent > .container {
padding-top: 25px;
}
.navbar.navbar-transparent .hestia-hide-if-transparent {
display: none;
}
.navbar.navbar-not-transparent .hestia-transparent-logo {
display: none;
}
.navbar {
background-color: #fff;
color: #555;
border-radius: 0;
position: fixed;
border: none;
padding: 0;
transition: none;
-webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-collapse {
border: none;
}
.navbar .title-logo-wrapper {
max-width: 250px;
display: flex;
align-items: center;
}
.navbar > .container {
display: flex;
transition: padding 0.1s ease;
padding: 10px 15px;
vertical-align: middle;
align-items: center;
}
.navbar.hestia_left .navbar-collapse {
margin-left: auto;
}
.navbar.hestia_left > .container {
flex-direction: row;
}
.navbar.hestia_left .navbar-nav {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
.navbar.hestia_center > .container {
flex-direction: column;
}
.navbar.hestia_center .navbar-nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.navbar.hestia_right > .container {
flex-wrap: wrap;
flex-direction: row-reverse;
}
.navbar.hestia_right .navbar-header {
max-width: 250px;
}
.navbar.hestia_right .navbar-header, .navbar.hestia_right .header-sidebar-wrapper {
flex: 1;
}
.navbar.hestia_right .navbar-nav {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.navbar .navbar-header .navbar-brand {
padding: 0 15px;
position: relative;
color: inherit;
height: auto;
}
.navbar .navbar-header .navbar-brand img {
width: auto;
max-height: 50px;
}
.navbar .navbar-header .navbar-brand p {
margin-bottom: 0;
padding: 10px 0;
}
.navbar-toggle-wrapper {
margin-left: auto;
display: flex;
align-items: center;
flex-direction: row;
}
.navbar .navbar-toggle {
float: none;
border: 0;
margin-right: 0;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
background: transparent;
}
.navbar .navbar-toggle .icon-bar {
border: 1px solid;
transition: 0.3s ease;
position: relative;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 6px;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
width: 0;
opacity: 0;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -6px;
}
.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(1) {
top: 0;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(2) {
top: 0;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(3) {
top: 0;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.navbar .navbar-nav > li {
margin: 0;
}
.navbar .navbar-nav > li > a {
text-transform: uppercase;
}
.navbar .navbar-nav > li a {
padding-top: 15px;
padding-bottom: 15px;
border-radius: 3px;
color: inherit;
}
.navbar .navbar-nav > li a:hover, .navbar .navbar-nav > li a:focus {
color: inherit;
opacity: 1;
}
.navbar .navbar-nav > li a i {
min-width: 20px;
text-align: center;
position: relative;
top: 2px;
margin-top: -4px;
margin-right: 4px;
}
.navbar .navbar-nav > li.btn {
padding: 0 10px;
}
.navbar .navbar-nav > li.btn > a {
color: #fff;
}
.navbar .navbar-nav > li.btn li a {
text-transform: none;
}
.navbar .navbar-nav > li .dropdown-menu {
margin-top: -5px;
border: none;
}
.navbar .navbar-nav > li .dropdown-menu > .active > a {
background-color: transparent;
}
.navbar .navbar-nav > li .dropdown-menu li {
color: #333;
position: relative;
}
.navbar .navbar-nav > li .dropdown-menu li.active > a {
color: #333;
}
.navbar .navbar-nav > li .dropdown-menu li:hover > a {
color: #e91e63;
}
.navbar .navbar-nav > li .dropdown-menu li:hover > a > i {
opacity: 0.7;
}
.navbar .navbar-nav > li .dropdown-menu li > a {
background-color: transparent;
margin: 0 5px;
padding: 10px;
border-radius: 2px;
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
}
.navbar .navbar-nav > li .dropdown-menu li > a > i {
position: relative;
top: 1px;
margin-right: 12px;
opacity: 0.5;
text-align: center;
}
.navbar .navbar-nav > li .dropdown-menu li > a i {
position: relative;
top: 1px;
margin-top: -4px;
margin-right: 12px;
vertical-align: middle;
}
.navbar .navbar-nav > li:hover .dropdown-menu {
margin-top: 0;
z-index: 10;
}
.navbar .navbar-nav > li:not(.btn) > a:before,
.navbar .navbar-nav > li:not(.btn) .hestia-toggle-search:before {
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 3px;
background-color: rgba(255, 255, 255, 0.1);
content: "";
transition: all 300ms cubic-bezier(0.34, 0.9, 0.7, 1);
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
}
.navbar .navbar-nav > li:not(.btn):hover a:before,
.navbar .navbar-nav > li:not(.btn):hover .hestia-toggle-search:before {
color: inherit;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu .dropdown-menu {
display: none;
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
}
.dropdown-submenu.open > .dropdown-menu {
display: table;
visibility: visible;
opacity: 1;
}
.dropdown-submenu:hover > .dropdown-toggle .caret, .dropdown-submenu.open > .dropdown-toggle .caret {
border-left: 4px dashed;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu.open .dropdown-menu {
display: table;
}
.navbar.header-with-topbar {
position: absolute;
top: 40px;
}
.navbar.navbar-scroll-point {
position: fixed;
top: 0;
}
.navbar.full-screen-menu.navbar-scroll-point .header-sidebar-wrapper {
display: none;
}
.dropdown-helper-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100vh;
z-index: -1;
}
#main-navigation ul.nav > li {
opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
visibility: visible;
}
.hestia-mm-description {
display: none;
opacity: .75;
}
@media (max-width: 768px) {
.hestia-nav-search {
margin-top: 25px;
}
.hestia-nav-search .search-submit {
display: block;
pointer-events: all;
}
.hestia-nav-search form {
width: 100%;
margin-bottom: 0;
}
.hestia-nav-search form:after {
font-size: 16px;
display: block;
}
.hestia-nav-search label {
padding-right: 25px;
}
.navbar .navbar-nav > li.hestia-search-in-menu a.hestia-toggle-search {
display: none;
}
}
.hestia-toggle-search svg {
fill: #555;
vertical-align: middle;
}
.navbar.navbar-transparent .hestia-toggle-search svg {
fill: #fff;
}
.full-screen-menu .hestia-toggle-search {
display: none;
}
.full-screen-menu .hestia-nav-search {
margin-top: 25px;
text-align: left;
}
@media (min-width: 769px) {
.navbar:not(.full-screen-menu) .hestia-toggle-search {
display: block;
width: 55px;
}
.navbar:not(.full-screen-menu) .hestia-toggle-search i {
font-size: 16px;
}
.navbar:not(.full-screen-menu) .hestia-search-in-menu {
cursor: pointer;
position: relative;
vertical-align: middle;
display: inline-block;
}
.navbar:not(.full-screen-menu).nav-searching .hestia-nav-search form {
max-width: 200px;
opacity: 1;
pointer-events: all;
}
.navbar:not(.full-screen-menu).nav-searching #main-navigation ul.nav li:not(.hestia-search-in-menu) {
opacity: 0;
visibility: hidden;
}
.navbar:not(.full-screen-menu) .hestia-nav-search {
padding: 0 15px;
text-align: left;
}
.navbar:not(.full-screen-menu) .hestia-nav-search .search-submit {
display: none;
pointer-events: none;
}
.navbar:not(.full-screen-menu) .hestia-nav-search form {
width: 200px;
max-width: 0;
padding: 5px;
transition: all .5s ease;
position: absolute;
right: 40px;
box-sizing: border-box;
opacity: 0;
pointer-events: none;
}
.navbar:not(.full-screen-menu) .hestia-nav-search form:after {
display: none;
}
.navbar:not(.full-screen-menu) .hestia-nav-search label {
padding: 0;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .search-field {
color: #ffffff;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .search-field::-webkit-input-placeholder {
color: #ffffff;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .search-field::-moz-placeholder {
color: #ffffff;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .search-field:-ms-input-placeholder {
color: #ffffff;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .search-field:-moz-placeholder {
color: #ffffff;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .control-label {
color: #fff;
}
}
.navbar.navbar-default .navbar-nav > .btn.open > a,
.navbar.navbar-default .navbar-nav > .btn.active > a,
.navbar.navbar-default .navbar-nav > .btn > a {
color: #fff;
background: transparent;
}
.navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a,
.navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a:hover,
.navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a:focus {
background: transparent;
} .hestia_right .blog-sidebar-wrapper, .hestia_right .header-sidebar-wrapper {
float: none;
display: table-cell;
width: 100%;
vertical-align: middle;
}
.hestia_right .blog-sidebar-wrapper .header-widgets-wrapper, .hestia_right .header-sidebar-wrapper .header-widgets-wrapper {
align-items: center;
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.hestia_right .blog-sidebar-wrapper .header-widgets-wrapper .searchform label, .hestia_right .blog-sidebar-wrapper .header-widgets-wrapper .search-form label, .hestia_right .header-sidebar-wrapper .header-widgets-wrapper .searchform label, .hestia_right .header-sidebar-wrapper .header-widgets-wrapper .search-form label {
width: inherit;
}
.header-widgets-wrapper .widget {
margin: 0 10px 0 0;
}
.header-widgets-wrapper .widget:last-of-type {
margin-right: 0;
}
.header-widgets-wrapper .widget,
.header-widgets-wrapper .widget h5,
.header-widgets-wrapper .widget .textwidget {
display: inline-block;
}
.header-widgets-wrapper .widget h5 {
margin: 0 5px 0 0;
}
.header-widgets-wrapper .widget .btn {
padding: 3px 10px;
}
.header-widgets-wrapper .widget .btn a {
color: #fff;
}
.header-widgets-wrapper .widget.widget_nav_menu h5, .header-widgets-wrapper .widget.widget_categories h5, .header-widgets-wrapper .widget.widget_product_categories h5, .header-widgets-wrapper .widget.widget_search h5, .header-widgets-wrapper .widget.widget_product_search h5, .header-widgets-wrapper .widget.widget_meta h5 {
display: none;
}
.header-widgets-wrapper .widget.widget_nav_menu *[type=submit], .header-widgets-wrapper .widget.widget_categories *[type=submit], .header-widgets-wrapper .widget.widget_product_categories *[type=submit], .header-widgets-wrapper .widget.widget_search *[type=submit], .header-widgets-wrapper .widget.widget_product_search *[type=submit], .header-widgets-wrapper .widget.widget_meta *[type=submit] {
opacity: 0;
left: -15px;
}
.header-widgets-wrapper .widget .searchform:after,
.header-widgets-wrapper .widget .search-form:after,
.header-widgets-wrapper .widget .woocommerce-product-search:after {
right: 30px;
}
.header-widgets-wrapper .widget.widget_product_search form, .header-widgets-wrapper .widget.widget_search form {
top: 15px;
}
.header-widgets-wrapper .widget.widget_product_search form:after, .header-widgets-wrapper .widget.widget_search form:after {
color: #333;
}
.header-widgets-wrapper .widget.widget_product_search form .control-label, .header-widgets-wrapper .widget.widget_search form .control-label {
color: #333;
}
.header-widgets-wrapper ul li {
cursor: auto;
display: inline-block;
margin: 0 5px;
}
.header-widgets-wrapper ul li.menu-item {
padding-top: 0;
}
.header-widgets-wrapper ul li:first-child {
margin-left: 0;
}
.header-widgets-wrapper ul li:last-child {
margin-right: 0;
}
.header-widgets-wrapper ul li a {
padding: 0;
text-transform: inherit;
}
.header-widgets-wrapper ul li a:hover, .header-widgets-wrapper ul li a:focus {
background-color: transparent;
outline: none;
}
.header-widgets-wrapper ul li a[href*="tel:"]:before,
.header-widgets-wrapper ul li a[href*="mailto:"]:before {
margin-right: 7px;
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
content: '';
background-color: #333;
vertical-align: text-bottom;
}
.header-widgets-wrapper ul li a[href*="tel:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
}
.header-widgets-wrapper ul li a[href*="mailto:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
}
.header-widgets-wrapper ul li.dropdown .caret {
display: none;
}
.navbar-transparent .widget .btn:hover a {
color: #fff;
}
.navbar-transparent .widget.widget_search form:after, .navbar-transparent .widget.widget_search form.form-group:before, .navbar-transparent .widget.widget_search form .control-label, .navbar-transparent .widget.widget_product_search form:after, .navbar-transparent .widget.widget_product_search form.form-group:before, .navbar-transparent .widget.widget_product_search form .control-label {
color: #fff;
} .pagination {
width: 100%;
text-align: center;
}
.pagination > li > a {
border: 0;
}
.pagination a,
.pagination span {
min-width: 30px;
height: 30px;
margin: 0 3px;
padding: 0 11px;
border-radius: 30px !important;
color: #999999;
background: transparent;
text-transform: uppercase;
display: inline-block;
}
.pagination a:hover, .pagination a:focus {
color: #999999;
background-color: #eee;
}
.pagination span:not(.dots):hover, .pagination span:not(.dots):focus {
color: #999999;
background-color: #eee;
}
.pagination span.current, .pagination span.current:focus, .pagination span.current:hover {
border-color: #9c27b0;
color: #fff;
background-color: #9c27b0;
-webkit-box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
}
.pagination .next.page-numbers:after {
content: " \00bb";
}
.pagination .prev.page-numbers:before {
content: "\00ab ";
}
.label {
padding: 5px 12px;
border-radius: 12px;
text-transform: uppercase;
}
.label.label-default {
background-color: #999999;
} .card, .card-no-width {
display: inline-block;
position: relative;
margin-bottom: 30px;
border-radius: 6px;
color: rgba(0, 0, 0, 0.87);
background: #fff;
max-width: 100%;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card .card-image, .card-no-width .card-image {
overflow: hidden;
position: relative;
height: 60%;
margin-top: -30px;
margin-right: 15px;
margin-left: 15px;
border-radius: 6px;
-webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
-moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
-o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
-ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.card .card-image img, .card-no-width .card-image img {
width: 100%;
height: 100%;
margin: 0 !important;
border-radius: 6px;
}
.card .category:not([class*="text-"]), .card-no-width .category:not([class*="text-"]) {
color: #999999;
}
.card .content, .card-no-width .content {
padding: 15px 30px;
}
.card .header, .card-no-width .header {
margin: 15px;
padding: 15px 0;
border-radius: 3px;
background-color: #fff;
}
.card .header-primary,
.card .content-primary, .card-no-width .header-primary,
.card-no-width .content-primary {
background: -webkit-linear-gradient(30deg, #ab47bc, #7b1fa2);
background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}
.card [class*="header-"],
.card [class*="content-"],
.card [class*="header-"] .card-title a,
.card [class*="header-"] .card-title,
.card [class*="header-"] .icon i,
.card [class*="content-"] .card-title a,
.card [class*="content-"] .card-title,
.card [class*="content-"] .icon i,
.card [class*="header-"] .author a:hover,
.card [class*="header-"] .author a:focus,
.card [class*="header-"] .author a:active,
.card [class*="content-"] .author a:hover,
.card [class*="content-"] .author a:focus,
.card [class*="content-"] .author a:active, .card-no-width [class*="header-"],
.card-no-width [class*="content-"],
.card-no-width [class*="header-"] .card-title a,
.card-no-width [class*="header-"] .card-title,
.card-no-width [class*="header-"] .icon i,
.card-no-width [class*="content-"] .card-title a,
.card-no-width [class*="content-"] .card-title,
.card-no-width [class*="content-"] .icon i,
.card-no-width [class*="header-"] .author a:hover,
.card-no-width [class*="header-"] .author a:focus,
.card-no-width [class*="header-"] .author a:active,
.card-no-width [class*="content-"] .author a:hover,
.card-no-width [class*="content-"] .author a:focus,
.card-no-width [class*="content-"] .author a:active {
color: #fff;
}
.card [class*="header-"] .icon i,
.card [class*="content-"] .icon i, .card-no-width [class*="header-"] .icon i,
.card-no-width [class*="content-"] .icon i {
border-color: rgba(255, 255, 255, 0.25);
}
.card [class*="header-"] .author a,
.card [class*="header-"] .footer .stats,
.card [class*="header-"] .category,
.card [class*="header-"] .card-description,
.card [class*="content-"] .author a,
.card [class*="content-"] .footer .stats,
.card [class*="content-"] .category,
.card [class*="content-"] .card-description,
.card [class*="content-"] h1 small,
.card [class*="content-"] h2 small,
.card [class*="content-"] h3 small, .card-no-width [class*="header-"] .author a,
.card-no-width [class*="header-"] .footer .stats,
.card-no-width [class*="header-"] .category,
.card-no-width [class*="header-"] .card-description,
.card-no-width [class*="content-"] .author a,
.card-no-width [class*="content-"] .footer .stats,
.card-no-width [class*="content-"] .category,
.card-no-width [class*="content-"] .card-description,
.card-no-width [class*="content-"] h1 small,
.card-no-width [class*="content-"] h2 small,
.card-no-width [class*="content-"] h3 small {
color: rgba(255, 255, 255, 0.8);
}
.card [class*="content-"], .card-no-width [class*="content-"] {
border-radius: 6px;
}
.card img, .card-no-width img {
width: 100%;
height: auto;
}
.card .category i, .card-no-width .category i {
position: relative;
top: 6px;
}
.card .author .avatar, .card-no-width .author .avatar {
overflow: hidden;
width: 30px;
height: 30px;
margin-right: 5px;
border-radius: 50%;
}
.card .author a, .card-no-width .author a {
color: #3C4858;
text-decoration: none;
}
.card .author .date, .card-no-width .author .date {
display: none;
}
.card .footer, .card-no-width .footer {
margin-top: 15px;
}
.card .footer div, .card-no-width .footer div { display: inline-block !important;
}
.card .footer .author,
.card .footer .stats, .card-no-width .footer .author,
.card-no-width .footer .stats {
color: #999999;
}
.card .footer .stats, .card-no-width .footer .stats {
float: right;
}
.card .footer .stats i, .card-no-width .footer .stats i {
position: relative;
top: 4px;
}
.card .checkbox, .card-no-width .checkbox {
margin-top: 16px;
}
.card {
width: 100%;
}
@media (max-width: 768px) {
.card-no-width {
width: 100%;
}
}
.card-contact .header {
margin-top: -20px;
padding: 17px 10px;
}
.card-plain {
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.card-plain .content {
padding-right: 5px;
padding-left: 5px;
}
.card-plain .card-image {
margin: 0;
border-radius: 3px;
}
.card-plain .card-image a {
display: block;
}
.card-plain .card-image img {
border-radius: 3px;
}
.card-form-horizontal .content {
padding-right: 15px;
padding-left: 15px;
}
.card-form-horizontal .form-group {
margin: 3px 0 0;
padding-bottom: 0;
}
.card-form-horizontal .form-group .form-control {
margin-bottom: 0;
}
.card-form-horizontal .btn {
margin: 0;
}
.card-form-horizontal .input-group .input-group-addon {
padding-left: 0;
}
.card-profile {
margin-top: 30px;
text-align: center;
}
.card-profile .card-avatar {
overflow: hidden;
max-width: 130px;
max-height: 130px;
margin: -50px auto 0;
border-radius: 50%;
}
.card-profile.card-plain .card-avatar {
margin-top: 0;
}
.card-testimonial {
margin-top: 30px;
text-align: center;
}
.card-testimonial .card-avatar {
max-width: 100px;
max-height: 100px;
margin: 30px auto 0;
}
.card-testimonial .card-avatar img {
overflow: hidden;
max-width: 130px;
max-height: 130px;
margin: -50px auto 0;
border-radius: 50%;
}
.card-testimonial .card-avatar + .content {
margin-top: 15px;
}
.card-blog {
margin-top: 30px;
}
.card-blog.sticky {
padding: 20px;
}
.card-blog.sticky.layout-alternative2 {
padding: 0 20px;
margin-top: 50px;
}
.card-blog.sticky.layout-alternative2 .card-header-image {
margin-top: -20px;
}
.card-blog.sticky .card-image {
margin-left: 0;
margin-right: 0;
}
.card-blog.sticky .featured-alt-2 {
padding-bottom: 15px;
}
.card-blog .row .category {
margin-bottom: 0;
}
.card-blog .row .category a {
color: #00bcd4;
}
.card-blog .card-title {
margin-top: 5px;
}
.card-blog a.moretag,
.card-blog a.more-link {
display: inline-block;
margin-left: 5px;
color: #23527c;
}
.card-blog a.moretag:hover,
.card-blog a.more-link:hover {
color: #89229b;
}
.card-background {
background-position: center center;
background-size: cover;
text-align: center;
}
.card-background .content {
position: relative;
z-index: 2;
max-width: 440px;
min-height: 280px;
margin: 0 auto;
padding-top: 40px;
padding-bottom: 40px;
}
.card-background .card-title {
margin-top: 10px;
color: #fff;
}
.card-background:after {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 6px;
opacity: 0;
background-color: rgba(0, 0, 0, 0.56);
content: "";
}
.card-background:hover:after {
opacity: 1;
}
.img-thumbnail {
border-radius: 16px;
}
.iframe-container iframe {
width: 100%;
}
.card .card-image, .card-no-width .card-image, .card .header, .card-no-width .header, .card-profile .card-avatar, .card-testimonial .card-avatar img, .card-raised, .img-raised, .iframe-container iframe {
-webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
} table,
.table {
width: 100%;
}
table > thead > tr > th,
.table > thead > tr > th {
border-bottom-width: 1px;
padding: 12px 8px;
vertical-align: middle;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 12px 8px;
vertical-align: middle;
}
table > tbody > tr,
.table > tbody > tr {
border-bottom: 1px solid #eee;
}
table > tbody > tr:last-child,
.table > tbody > tr:last-child {
border-bottom: 0;
} .header-layout-classic-blog.page:not(.home):not(.archive) .main-raised {
border-radius: 0;
}
.header-layout-classic-blog:not(.page-template-default):not(.home):not(.archive).woocommerce.archive .main-raised,
.header-layout-classic-blog:not(.page-template-default):not(.home):not(.archive).single .main-raised,
.header-layout-classic-blog:not(.page-template-default):not(.home):not(.archive) .main-raised {
margin-top: 0;
}  .carousel #parallax_move {
width: 100%;
height: 100%;
position: absolute;
}
.carousel #parallax_move .layer {
background-size: cover;
width: 100%;
height: 100%;
background-position: top center;
}
.carousel #parallax_move .layer2 {
position: absolute;
top: 0;
}
.carousel .btn {
margin: 0;
}
.carousel .page-header {
display: flex;
z-index: -2;
}
.carousel .page-header .row {
display: flex;
align-items: center;
padding: 0 15px;
margin: 0;
flex: 1;
max-width: 100%;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
z-index: 0;
background-image: none;
}
.carousel .item {
text-align: center;
}
.carousel .item .container {
display: flex;
position: relative;
padding: 100px 0;
}
.carousel .carousel-control {
text-shadow: none;
display: flex;
align-items: center;
justify-content: center;
}
.carousel .carousel-control.left { right: auto;
left: 0;
}
.carousel .carousel-control.right {
right: 0;
}
.carousel .carousel-control i {
display: inline-block;
position: absolute;
z-index: 5;
}
.carousel .buttons .btn-left + .btn-right {
margin-left: 30px;
}
.wp-custom-header img, .wp-custom-header video, .wp-custom-header iframe {
width: 100%;
position: absolute;
left: 50%;
top: 50%;
max-width: 100%;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: -1;
}
.wp-custom-header img {
-o-object-fit: cover;
object-fit: cover;
height: 100%;
}
.wp-custom-header .wp-custom-header-video-button {
display: none;
}
#carousel-hestia-generic .carousel {
overflow: hidden;
}
.big-title-sidebar-wrapper .widget {
padding: 30px 0;
}
.big-title-sidebar-wrapper .pirate-forms-contact-widget {
background: #Fff;
color: #3C4858;
padding: 10px;
border-radius: 6px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.hestia-slider-alignment-left .pirate-forms-contact-widget {
margin-left: auto;
}
.hestia-slider-alignment-left .widget_media_image img {
display: block;
margin-left: auto;
}
.hestia-slider-alignment-right .pirate-forms-contact-widget {
margin-right: auto;
}
.hestia-slider-alignment-right .widget_media_image img {
display: block;
margin-right: auto;
}
@media (max-width: 1600px) {
.carousel-control.left {
width: 50px;
}
.carousel-control.left i {
left: 10px;
}
.carousel-control.right {
width: 50px;
}
.carousel-control.right i {
right: 10px;
}
} @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.carousel .page-header .container {
display: table;
min-height: inherit;
}
.carousel .page-header .container .row {
display: table-row; }
.carousel .page-header .container .row .big-title-slider-content {
display: table-cell;
vertical-align: middle;
float: none;
margin: auto;
}
.carousel .page-header .container .row .big-title-slider-content.col-md-7 {
display: table-cell;
vertical-align: middle;
float: none;
margin: auto;
}
.carousel .page-header .container .row .big-title-sidebar-wrapper.col-md-5 {
display: table-cell;
vertical-align: middle;
float: none;
margin: auto;
}
.carousel .carousel-control i {
left: 50%;
}
} .section-gray {
background: #f0f0f0;
}
.section {
padding: 70px 0;
}
.section-dark, .section-image {
background: #232323;
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #585858), color-stop(100%, #232323));
background: -webkit-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
background: -webkit-radial-gradient(center ellipse, #585858 0%, #232323 100%);
background: radial-gradient(ellipse at center, #585858 0%, #232323 100%);
background-color: #343434;
background-size: 200% 240%;
background-size: 550% 450%;
}
.section-dark .hestia-title,
.section-dark .title,
.section-dark .card-plain .card-title,
.section-dark .card-plain .icon i,
.section-dark .card-plain [class*="text-"],
.section-dark .card-plain ul li b,
.section-image .hestia-title,
.section-image .title,
.section-image .card-plain .card-title,
.section-image .card-plain .icon i,
.section-image .card-plain [class*="text-"],
.section-image .card-plain ul li b {
color: #fff;
}
.section-dark .description,
.section-dark .card-plain .card-description,
.section-dark .card-plain .icon,
.section-image .description,
.section-image .card-plain .card-description,
.section-image .card-plain .icon {
color: #eaeaea;
}
.section-dark .card-plain .category,
.section-image .card-plain .category {
color: rgba(255, 255, 255, 0.5);
}
.section-image {
position: relative;
}
.section-image:after {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
content: "";
}
.section-image .container {
position: relative;
z-index: 2;
}
.section, .section-image {
background-position: center center;
background-size: cover;
}
.hestia-features, .features, .products, .hestia-work, .hestia-testimonials, .hestia-blogs, .subscribe-line {
padding: 65px 0 70px;
}
.wrapper.classic-blog .title-in-content, .wrapper.no-content .title-in-content {
margin-top: 0;
margin-bottom: 15px;
}
.wrapper.classic-blog .hestia-blogs, .wrapper.no-content .hestia-blogs {
padding-top: 40px;
}
@media (max-width: 768px) {
.wrapper.classic-blog .hestia-blogs, .wrapper.no-content .hestia-blogs {
padding-top: 30px;
}
}
.wrapper.classic-blog .section, .wrapper.no-content .section {
padding-top: 40px;
}
@media (max-width: 768px) {
.wrapper.classic-blog .section, .wrapper.no-content .section {
padding-top: 30px;
}
}
.image-in-page-wrapper {
margin-bottom: 20px;
}
.image-in-page {
margin-bottom: 30px;
}
.about,
.hestia-about {
padding: 65px 0 30px;
}
.team,
.hestia-team {
padding: 65px 0 20px;
}
.testimonials,
.hestia-testimonials {
padding: 65px 0 40px;
}
.contactus {
padding: 90px 0 70px;
}
.pricing {
padding: 100px 0 70px;
}
.hestia-clear-top-padding {
margin-top: -65px;
}
@media (min-width: 992px) {
.home .hestia-features .row, .home .hestia-work .row, .home .hestia-team .row, .home .hestia-testimonials .row, .home #blog.hestia-blogs .row, .home .hestia-clients-bar .row {
text-align: center;
}
.home .feature-box,
.home .hestia-work .col-md-4,
.home .hestia-testimonials .col-md-4,
.home .hestia-work .col-md-6,
.home .hestia-team .col-sm-6,
.home #blog.hestia-blogs .hestia-blog-item,
.home .hestia-clients-bar .col-md-3 {
display: inline-block;
float: none !important;
margin-right: -4px;
margin-left: -4px;
vertical-align: top;
}
.home .hestia-blog-item {
text-align: left;
}
}
@media (min-width: 480px) {
.home .hestia-features .row, .home .hestia-work .row, .home .hestia-team .row, .home .hestia-testimonials .row, .home #blog.hestia-blogs .row, .home .hestia-clients-bar .row {
text-align: center;
}
.home .feature-box,
.home .hestia-work .portfolio-item,
.home .hestia-testimonials .col-sm-6,
.home .hestia-team .col-sm-6,
.home #blog.hestia-blogs .hestia-blog-item,
.home .hestia-clients-bar .col-md-3 {
display: inline-block;
float: none !important;
margin-right: -4px;
margin-left: -4px;
vertical-align: top;
}
} .hestia-about {
background-attachment: fixed;
color: #999999;
}
.hestia-about h1, .hestia-about h2, .hestia-about h3, .hestia-about h4, .hestia-about h5 {
color: #3C4858;
text-decoration: none;
word-wrap: break-word;
font-family: "Roboto Slab", "Times New Roman", serif;
}
.hestia-about.section-image {
color: #fefefe;
}
.hestia-about.section-image h1, .hestia-about.section-image h2, .hestia-about.section-image h3, .hestia-about.section-image h4, .hestia-about.section-image h5 {
color: #fff;
}
.hestia-about.section-image h6 {
color: rgba(255, 255, 255, 0.76);
}
.hestia-about .customizer-hidden {
display: none;
}
.is-ios .hestia-about,
.is-ios .hestia-ribbon {
background-attachment: scroll;
} .hestia-work .portfolio-item {
margin-top: 30px;
cursor: pointer;
}
.hestia-work .card-background .content {
padding-bottom: 50px;
opacity: 0;
}
.hestia-work .col-md-4 .card-background .content {
padding-top: 30%;
}
.hestia-work .col-md-6 .card-background .content {
padding-top: 20%;
}
.hestia-work .card-background:hover a:hover {
opacity: 1;
}
.hestia-work .card-background:hover .content {
opacity: 1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.hestia-work .portfolio-item:nth-child(6n) .label {
background-color: #4caf50;
}
.hestia-work .portfolio-item:nth-child(6n+1) .label {
background-color: #89229b;
}
.hestia-work .portfolio-item:nth-child(6n+2) .label {
background-color: #00bcd4;
}
.hestia-work .portfolio-item:nth-child(6n+3) .label {
background-color: #f44336;
}
.hestia-work .portfolio-item:nth-child(6n+4) .label {
background-color: #ff9800;
}
.hestia-work .portfolio-item:nth-child(6n+5) .label {
background-color: #e91e63;
}
.hestia-portfolio-modal .header-filter-gradient {
border-radius: 6px 6px 0 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
.hestia-portfolio-modal {
background: rgba(0, 0, 0, 0.7);
}
.hestia-portfolio-modal .modal-header {
position: relative;
border-radius: 6px 6px 0 0;
}
.hestia-portfolio-modal .modal-header h3 {
margin: 0;
padding: 104px 0;
color: #fff;
}
.hestia-portfolio-modal .modal-header:before {
border-radius: 6px 6px 0 0;
}
.hestia-portfolio-modal .modal-header a {
color: #ffffff;
z-index: 2;
}
.hestia-portfolio-modal .modal-header a:hover {
color: #ffffff;
}
.hestia-portfolio-modal .modal-header:after {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 6px 6px 0 0;
}
.hestia-portfolio-modal .modal-header .close {
z-index: 3;
font-size: 30px;
background: none;
float: right;
box-shadow: none;
line-height: 16px;
margin: 0;
padding: 10px;
}
.hestia-portfolio-modal .modal-header .portfolio-title-container {
position: relative;
z-index: 2;
}
.hestia-portfolio-modal .modal-content {
border-radius: 6px;
}
.hestia-portfolio-modal .modal-content .modal-body {
padding: 40px;
}
.hestia-portfolio-modal .modal-content .portfolio-loading {
padding: 20px 0;
} .contactus .content .row {
padding: 0;
}
.contactus .col-md-offset-2 {
padding: 0 20px;
}
.contactus .form-group {
margin: 0;
padding-bottom: 24px;
}
.contactus .pirate-forms-footer .form-group {
padding-bottom: 0;
}
.contactus .card .content {
padding: 30px 30px 0;
}
.contactus .pirate_forms_wrap {
float: none;
}
.contactus .pirate_forms_wrap #pirate-forms-contact-message {
height: 130px;
}
.contactus .pirate_forms_wrap .form_field_wrap {
margin-bottom: 17px;
}
.contactus .pirate_forms_wrap .btn {
margin: 0;
}
.contactus .pirate_forms_wrap .pirateform_wrap_classes_spam_wrap {
color: #aaa;
font-weight: 400;
}
.contactus .contact_message_wrap {
margin-bottom: 0;
}
.contactus .contact_submit_wrap {
text-align: right;
margin-bottom: 0;
}
.contactus .hestia-info,
.contactus .info {
margin: 0;
padding: 0;
}
.contactus .hestia-info,
.contactus .hestia-info p,
.contactus .hestia-info a:not(.btn),
.contactus .info,
.contactus .info p,
.contactus .info a:not(.btn) {
color: #ccc;
}
.contactus .hestia-info a:not(.btn):hover,
.contactus .info a:not(.btn):hover {
text-decoration: underline;
}
.contactus .hestia-info:first-child,
.contactus .info:first-child {
margin-top: 30px;
}
.contactus .hestia-info .info-title,
.contactus .info .info-title {
margin-top: 20px;
color: #fff;
}
.contactus .hestia-info .icon,
.contactus .info .icon {
margin-top: 14px;
color: #fff;
}
.contactus h5.description {
color: #ccc;
}
.contactus .card-contact {
margin-top: 30px;
}
.contactus .pirate_forms_wrap .pirate-forms-footer {
display: block;
}
.contactus .pirate_forms_wrap .pirate-forms-footer .form_captcha_wrap {
display: block;
}
.contactus .pirate_forms_wrap .pirate-forms-footer .form_captcha_wrap > div > div {
margin: 0 auto 20px;
}
.contactus .pirate_forms_wrap .pirate-forms-footer .form_captcha_wrap + .contact_submit_wrap {
text-align: center;
display: block;
}
.pirate_forms_wrap .pirate-forms-footer .form_field_wrap.contact_submit_wrap {
width: 100%;
text-align: right;
}
.pirate-forms-maps-custom span:before,
.pirate-forms-maps-custom span:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}
.pirate-forms-maps-custom span:before {
background: transparent;
border: 1px solid #aaa;
border-radius: 3px;
left: 0;
height: 18px;
width: 18px;
}
.pirate-forms-maps-custom span:after {
content: '\f00c';
font-family: "Font Awesome 5 Free";
font-weight: 900;
left: 2px;
top: 1px;
color: transparent;
}
.pirate-forms-maps-custom input[type="checkbox"] {
display: none;
}
.pirate-forms-maps-custom label {
color: #aaa;
cursor: pointer;
font-weight: 100;
margin: 8px 0;
padding-left: 20px;
position: relative;
}
.pirate-forms-maps-custom input[type="checkbox"]:checked + label span:after {
color: #787878;
}
.pirate-forms-file-upload-input,
.pirate_forms_three_inputs_wrap .form_field_wrap input.pirate-forms-file-upload-input {
height: 50px;
padding: 0 15px;
margin: 10px 0 0;
} .hestia-features, .features {
padding: 75px 0 55px;
text-align: center;
}
.hestia-features .hestia-title,
.hestia-features .title, .features .hestia-title,
.features .title {
margin-top: 10px;
}
.hestia-features .hestia-info,
.hestia-features .info, .features .hestia-info,
.features .info {
padding: 70px 0 30px;
margin: 0 auto;
}
.hestia-features .feature-box .card, .features .feature-box .card {
width: auto;
overflow: hidden;
margin-bottom: 0;
}
.hestia-features .feature-box img, .features .feature-box img {
max-width: 150px;
}
.hestia-info, .info {
max-width: 360px;
}
.hestia-info a:hover .info-title, .hestia-info a:hover .icon, .info a:hover .info-title, .info a:hover .icon {
opacity: .75;
}
.hestia-info a:hover .icon, .info a:hover .icon {
transform: scale(1.05) translateY(-5px);
}
.hestia-info .icon, .info .icon {
transition: .3s ease;
color: #999999;
}
.hestia-info .info-title, .info .info-title {
transition: .3s ease;
margin: 30px 0 15px;
color: #3C4858;
}
.hestia-info p, .info p {
color: #999999;
}
.info-horizontal .icon {
float: left;
margin-top: 24px;
margin-right: 10px;
}
.info-horizontal .description {
overflow: hidden;
}
.icon.icon-primary {
color: #9c27b0;
}
.icon.icon-success {
color: #4caf50;
}
.icon.icon-danger {
color: #f44336;
}
.icon.icon-rose {
color: #e91e63;
} .hestia-team .col-xs-6,
.team .col-xs-6 {
padding-left: 0;
padding-right: 0;
}
.hestia-team .btn-just-icon,
.team .btn-just-icon {
transition: .3s ease;
}
.hestia-team .btn-just-icon:hover,
.team .btn-just-icon:hover {
opacity: .75;
}
.hestia-team .card,
.team .card {
text-align: left;
}
.hestia-team .card .content,
.team .card .content {
padding-top: 0;
}
.hestia-team .card .content a:hover > .card-title,
.team .card .content a:hover > .card-title {
opacity: .75;
}
.hestia-team .card .footer,
.team .card .footer {
margin-left: -12px;
margin-top: 0;
}
.hestia-team h5.description,
.team h5.description {
margin-bottom: 70px;
}
.hestia-team img,
.team img {
transition: 1s ease-in;
}
.hestia-team .card-image a:hover,
.team .card-image a:hover {
opacity: 1;
}
.hestia-team .card-image a:hover img,
.team .card-image a:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
.authors-on-blog {
background: #121417;
background: -moz-linear-gradient(top, #121417 0%, #323437 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #121417), color-stop(100%, #323437));
background: -webkit-linear-gradient(top, #121417 0%, #323437 100%);
background: -o-linear-gradient(top, #121417 0%, #323437 100%);
background: -ms-linear-gradient(top, #121417 0%, #323437 100%);
background: linear-gradient(to bottom, #121417 0%, #323437 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121417', endColorstr='#323437', GradientType=0 );
background-position: center center;
background-size: cover;
}
.authors-on-blog .card-title {
color: #fff;
}
.authors-on-blog .footer a:hover {
color: #fff;
}
.hestia-team .footer a[href*="facebook.com"],
.team .footer a[href*="facebook.com"],
.footer-menu a[href*="facebook.com"] {
color: #3b5998;
}
.hestia-team .footer a[href*="twitter.com"],
.team .footer a[href*="twitter.com"],
.footer-menu a[href*="twitter.com"] {
color: #55acee;
}
.hestia-team .footer a[href*="pinterest.com"],
.team .footer a[href*="pinterest.com"],
.footer-menu a[href*="pinterest.com"] {
color: #cc2127;
}
.hestia-team .footer a[href*="google.com"],
.team .footer a[href*="google.com"],
.footer-menu a[href*="google.com"] {
color: #dd4b39;
}
.hestia-team .footer a[href*="linkedin.com"],
.team .footer a[href*="linkedin.com"],
.footer-menu a[href*="linkedin.com"] {
color: #0976b4;
}
.hestia-team .footer a[href*="dribbble.com"],
.team .footer a[href*="dribbble.com"],
.footer-menu a[href*="dribbble.com"] {
color: #ea4c89;
}
.hestia-team .footer a[href*="github.com"],
.team .footer a[href*="github.com"],
.footer-menu a[href*="github.com"] {
color: #000;
}
.hestia-team .footer a[href*="youtube.com"],
.team .footer a[href*="youtube.com"],
.footer-menu a[href*="youtube.com"] {
color: #e52d27;
}
.hestia-team .footer a[href*="instagram.com"],
.team .footer a[href*="instagram.com"],
.footer-menu a[href*="instagram.com"] {
color: #125688;
}
.hestia-team .footer a[href*="reddit.com"],
.team .footer a[href*="reddit.com"],
.footer-menu a[href*="reddit.com"] {
color: #ff4500;
}
.hestia-team .footer a[href*="tumblr.com"],
.team .footer a[href*="tumblr.com"],
.footer-menu a[href*="tumblr.com"] {
color: #35465c;
}
.hestia-team .footer a[href*="behance.com"],
.team .footer a[href*="behance.com"],
.footer-menu a[href*="behance.com"] {
color: #1769ff;
}
.hestia-team .footer a[href*="snapchat.com"],
.team .footer a[href*="snapchat.com"],
.footer-menu a[href*="snapchat.com"] {
color: #fffc00;
}
.hestia-team .footer a[href*="deviantart.com"],
.team .footer a[href*="deviantart.com"],
.footer-menu a[href*="deviantart.com"] {
color: #05cc47;
}
.hestia-team .footer a[href*="vimeo.com"],
.team .footer a[href*="vimeo.com"],
.footer-menu a[href*="vimeo.com"] {
color: #1ab7ea;
} .card-pricing {
text-align: center;
}
.card-pricing .card-title {
margin-top: 30px;
}
.card-pricing .content {
padding: 15px !important;
}
.card-pricing small:first-child {
position: relative;
top: -17px;
}
.card-pricing ul {
max-width: 240px;
margin: 10px auto;
padding: 0;
list-style: none;
}
.card-pricing ul li {
padding: 12px 0;
border-bottom: 1px solid rgba(153, 153, 153, 0.3);
color: #999999;
text-align: center;
}
.card-pricing ul li:last-child {
border: 0;
}
.card-pricing ul li b {
color: #3C4858;
}
.card-pricing .hestia-pricing-icon-wrapper {
border-radius: 50%;
border: 1px solid #e5e5e5;
width: 80px;
height: 80px;
margin: 10px auto 0;
}
.card-pricing .hestia-pricing-icon-wrapper i {
color: inherit;
font-size: 30px;
line-height: 80px;
}
.card-pricing .hestia-pricing-icon-wrapper.pricing-has-icon + .card-title {
font-size: 25px;
margin-top: 20px;
}
.card-pricing .hestia-pricing-icon-wrapper.pricing-has-icon + .card-title small {
color: inherit;
top: 0;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}
.card-pricing .card-pricing.card-plain .hestia-pricing-icon-wrapper {
border-color: #d6d1d1;
} .hestia-ribbon {
background-attachment: fixed;
padding: 100px 0;
}
@media (max-width: 991px) {
.hestia-subscribe-button {
margin-top: 40px;
}
} .subscribe-line {
padding: 65px 0;
}
.subscribe-line .card {
margin-top: 30px;
}
.subscribe-line .card .content .row {
margin: 0;
}
.subscribe-line .card .input-group {
display: table;
}
.subscribe-line .card .input-group .input-group-addon {
display: table-cell;
padding: 0 15px 0 0;
width: 1%;
}
.subscribe-line .card .input-group .form-group {
display: table-cell;
padding-bottom: 0;
}
.subscribe-line .card input[type=submit],
.subscribe-line .card input[type=button],
.subscribe-line .card .btn {
white-space: nowrap;
}
.subscribe-line.subscribe-line-image {
position: relative;
background-position: top center;
background-size: cover;
}
.subscribe-line.subscribe-line-image .title,
.subscribe-line.subscribe-line-image .hestia-title {
color: #fff;
}
.subscribe-line.subscribe-line-image:after {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.66);
content: "";
}
.subscribe-line.subscribe-line-image .container {
position: relative;
z-index: 2;
}
.subscribe-line .card h5,
.subscribe-line .sib_loader {
display: none !important;
}
#sib_signup_form_1 {
text-align: center;
}
#sib_signup_form_1 .input-group-addon {
width: 20px;
display: inline-block;
vertical-align: bottom;
text-align: center;
margin-right: 10px;
font-size: 16px;
margin-bottom: 15px;
}
#sib_signup_form_1 p.form-group {
display: inline-block;
width: calc(100% - 30px);
margin-bottom: 15px;
text-align: left;
position: relative;
z-index: 0;
}
#sib_signup_form_1 p.form-group label {
z-index: -1;
top: 10px;
position: absolute;
font-weight: 400;
color: #909090;
}
#sib_signup_form_1 p.form-group:not(.is-empty) label {
display: none;
} .hestia-blogs article .card-image img {
transition: 1s ease-out;
}
.hestia-blogs article .card-image a:hover {
opacity: 1;
}
.hestia-blogs article .card-image a:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
.hestia-blogs article .category a:not(:last-child):after {
content: ", ";
} .footer .widget h5 {
margin-bottom: 20px;
}
.footer a {
color: #3C4858;
}
.footer-big {
color: #999999;
padding: 30px 0 18px;
text-align: center;
}
.footer-big ul {
margin-bottom: 0;
padding: 0;
list-style: none;
}
.footer-big ul li a {
display: inline-block;
position: relative;
padding: 5px 0;
border-radius: 3px;
text-decoration: none;
text-transform: uppercase;
}
.footer-big ul li a:hover {
text-decoration: none;
}
.footer-big ul li .btn {
margin: 0;
}
.footer-big p {
color: #999999;
}
.footer-big .footer-menu li {
display: inline-block;
}
.footer-big .footer-menu li a {
padding: 15px;
}
.footer-big .copyright {
padding: 15px 0;
}
.footer-big .content {
text-align: left;
}
.footer-big hr {
margin-top: 10px;
}
footer.footer {
background: #fff;
}
footer.footer.footer-black {
background: #323437;
}
footer.footer.footer-black a {
opacity: 0.86;
color: #fff;
}
footer.footer.footer-black a:hover, footer.footer.footer-black a:focus {
opacity: 1;
}
footer.footer.footer-black h5, footer.footer.footer-black h4, footer.footer.footer-black i, footer.footer.footer-black .copyright {
color: #fff;
}
footer.footer.footer-black hr {
border-color: rgba(255, 255, 255, 0.2);
}
.hestia-bottom-footer-content {
position: relative;
}
.hestia-center {
width: 100%;
text-align: center;
}
.footer-big .footer-menu li a[href*="mailto:"],
.footer-big .footer-menu li a[href*="tel:"] {
color: transparent;
padding: 10px;
}
.footer-big .footer-menu li a[href*="mailto:"]:before,
.footer-big .footer-menu li a[href*="tel:"]:before {
color: #fff;
font-family: "Font Awesome 5 Brands";
font-weight: 900;
}
.footer-big .footer-menu li a[href*="mailto:"]:hover:before,
.footer-big .footer-menu li a[href*="tel:"]:hover:before {
color: #999;
}
.footer-big .footer-menu li a[href*="tel:"]:before,
.footer-big .footer-menu li a[href*="mailto:"]:before {
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
content: '';
background-color: #fff;
}
.footer-big .footer-menu li a[href*="mailto:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
}
.footer-big .footer-menu li a[href*="tel:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
}
.hestia-scroll-to-top {
position: fixed;
bottom: 15px;
right: 15px;
z-index: 999;
opacity: 0;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
padding: 0;
margin: 0;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
font-size: 20px;
background-color: #999999;
-webkit-box-shadow: none;
box-shadow: none;
}
.hestia-scroll-to-top:hover {
background-color: #999999;
-webkit-box-shadow: 0 14px 26px -12px rgba(49, 49, 49, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(49, 49, 49, 0.42);
box-shadow: 0 14px 26px -12px rgba(49, 49, 49, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(49, 49, 49, 0.2);
}
.hestia-scroll-to-top:focus {
background-color: #999999;
-webkit-box-shadow: 0 14px 26px -12px rgba(49, 49, 49, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(49, 49, 49, 0.42);
box-shadow: 0 14px 26px -12px rgba(49, 49, 49, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(49, 49, 49, 0.2);
}
.hestia-scroll-to-top svg {
fill: #ffffff;
}
.hestia-fade {
opacity: 1;
} .hestia-top-bar {
height: 40px;
max-height: 40px;
}
.hestia-top-bar .col-md-6,
.hestia-top-bar .col-md-12 {
max-height: 40px;
}
.hestia-top-bar .col-md-6.pull-right,
.hestia-top-bar .col-md-12.pull-right {
text-align: right;
}
.hestia-top-bar .col-md-6.pull-right .widget.widget_shopping_cart .cart_list,
.hestia-top-bar .col-md-12.pull-right .widget.widget_shopping_cart .cart_list {
left: auto;
right: 0;
}
.hestia-top-bar .col-md-6 li a:before,
.hestia-top-bar .col-md-12 li a:before {
font-family: "Font Awesome 5 Brands";
}
.hestia-top-bar .widget {
margin: 0 10px 0 0;
}
.hestia-top-bar .widget:last-of-type {
margin-right: 0;
}
.hestia-top-bar .widget,
.hestia-top-bar .widget h5,
.hestia-top-bar .widget .textwidget {
display: inline-block;
}
.hestia-top-bar .widget h5 {
margin: 0 5px 0 0;
}
.hestia-top-bar .widget .btn {
padding: 3px 10px;
}
.hestia-top-bar .widget.widget_nav_menu h5, .hestia-top-bar .widget.widget_categories h5, .hestia-top-bar .widget.widget_product_categories h5 {
display: none;
}
.hestia-top-bar .widget.widget_search button[type=submit],
.hestia-top-bar .widget.widget_search h5, .hestia-top-bar .widget.widget_product_search button[type=submit],
.hestia-top-bar .widget.widget_product_search h5 {
display: none;
}
.hestia-top-bar .widget.widget_search .label-floating, .hestia-top-bar .widget.widget_product_search .label-floating {
display: inline-block;
margin: 0;
padding: 0;
width: auto;
}
.hestia-top-bar .widget.widget_search .label-floating .control-label, .hestia-top-bar .widget.widget_product_search .label-floating .control-label {
padding: 0;
}
.hestia-top-bar .widget.widget_search .label-floating.is-empty .control-label, .hestia-top-bar .widget.widget_product_search .label-floating.is-empty .control-label {
position: absolute;
left: 25px;
top: 12px;
right: -25px;
margin-top: 0;
text-align: left;
opacity: 1;
}
.hestia-top-bar .widget.widget_search .label-floating.is-focused .control-label, .hestia-top-bar .widget.widget_product_search .label-floating.is-focused .control-label {
opacity: 0;
}
.hestia-top-bar .widget.widget_search .label-floating:not(.is-empty) .control-label, .hestia-top-bar .widget.widget_product_search .label-floating:not(.is-empty) .control-label {
opacity: 0;
left: 25px;
top: 12px;
}
.hestia-top-bar .widget.widget_search form:not(.form-group), .hestia-top-bar .widget.widget_product_search form:not(.form-group) {
opacity: 0;
}
.hestia-top-bar .widget.widget_search form.form-group, .hestia-top-bar .widget.widget_product_search form.form-group {
opacity: 1;
}
.hestia-top-bar .widget.widget_search form.form-group input[type=search], .hestia-top-bar .widget.widget_product_search form.form-group input[type=search] {
background: none;
border: none;
float: none;
margin: 2px 25px 0 25px;
width: auto;
}
.hestia-top-bar .widget.widget_search form.form-group input[type=submit], .hestia-top-bar .widget.widget_product_search form.form-group input[type=submit] {
display: none;
}
.hestia-top-bar .widget.widget_search form.form-group:after, .hestia-top-bar .widget.widget_product_search form.form-group:after {
display: none;
}
.hestia-top-bar .widget.widget_search form.form-group:before, .hestia-top-bar .widget.widget_product_search form.form-group:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 18px;
height: 18px;
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
background-color: #fff;
transform: translateY(-50%);
}
.hestia-top-bar .widget.widget_search .search-form {
display: inline-block;
}
.hestia-top-bar ul li {
cursor: auto;
display: inline-block;
margin: 0 5px;
}
.hestia-top-bar ul li:first-child {
margin-left: 0;
}
.hestia-top-bar ul li:last-child {
margin-right: 0;
}
.hestia-top-bar ul li a {
padding: 0;
text-transform: inherit;
}
.hestia-top-bar ul li a:hover, .hestia-top-bar ul li a:focus {
background-color: transparent;
outline: none;
}
.hestia-top-bar ul li a[href*="tel:"]:before,
.hestia-top-bar ul li a[href*="mailto:"]:before {
margin-right: 7px;
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
content: '';
background-color: #fff;
vertical-align: text-bottom;
}
.hestia-top-bar ul li a[href*="tel:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
}
.hestia-top-bar ul li a[href*="mailto:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
}
.hestia-top-bar ul li.dropdown .caret {
display: none;
}
.hestia-top-bar.placeholder {
box-sizing: content-box;
border: 2px dashed;
}
.hestia-top-bar.placeholder .top-widgets-placeholder {
display: inline-block;
cursor: pointer;
position: relative;
vertical-align: top;
} .hestia-clients-bar {
padding: 70px 0;
}
.hestia-clients-bar .clients-bar-wrapper {
list-style-type: none;
margin: 0;
padding: 0;
}
.hestia-clients-bar .clients-bar-wrapper li {
display: inline-block;
margin: 25px;
vertical-align: middle;
}
.hestia-clients-bar .clients-bar-wrapper li a {
display: block;
padding: 5px;
}
.hestia-clients-bar .clients-bar-wrapper li img {
max-width: 100%;
height: auto;
}
.hestia-clients-bar .row > div {
padding: 30px;
}  .search-no-results .search-form, .error404 .search-form {
margin-top: 40px;
}
#authors-on-blog {
padding: 80px 0;
}
#authors-on-blog .card-profile {
text-align: left;
}
#authors-on-blog .col-ms-6:nth-child(2n+1) {
clear: both;
}
.blog-post {
word-wrap: break-word;
}
.blog-post .section-text {
padding-bottom: 0;
}
.blog-post .section-text p {
margin-bottom: 30px;
}
.blog-post .section-blog-info {
padding-top: 15px;
}
.blog-post .section-blog-info .entry-categories span {
font-size: 10px;
}
.blog-post .section-blog-info .entry-categories, .blog-post .section-blog-info .entry-tags {
word-break: break-all;
}
.blog-post .section-blog-info .entry-categories span, .blog-post .section-blog-info .entry-tags span {
display: inline-block;
margin: 5px;
}
.blog-post .section-blog-info .entry-categories a {
display: inline-block;
padding: 2px 2px;
color: #fff;
}
.blog-post .section-blog-info .card-profile {
margin-top: 0;
text-align: left;
}
dl dd, pre {
margin-bottom: 30px;
}
.alignleft .avatar {
margin-right: 24px;
}
.alignright .avatar {
margin-left: 24px;
}
img.centered, .aligncenter {
display: block;
margin: 0 auto 24px;
}
img.alignnone {
margin-bottom: 12px;
}
.alignleft {
float: left;
text-align: left;
}
.alignright {
float: right;
text-align: right;
}
img.alignleft, .wp-caption.alignleft {
margin: 0 24px 24px 0;
margin: 0 2.4rem 2.4rem 0;
}
img.alignright, .wp-caption.alignright {
margin: 0 0 24px 24px;
}
.wp-caption-text {
padding-top: 10px;
text-align: center;
}
.gallery-caption {
padding-top: 10px;
}
.gallery .gallery-item {
padding: 5px;
}
.gallery img {
border: none !important;
border-radius: 6px;
-webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.bypostauthor {
display: block;
}
.related-posts .hestia-title {
margin-bottom: 50px;
}
.related-posts .category a:not(:last-child):after {
content: ", ";
}
.single-post .blog-post .section-text .title-in-content {
margin-bottom: 0;
}
.blog-post .section-text .author.meta-in-content {
opacity: .9;
margin-bottom: 20px;
font-size: 15px;
}
.flex-row {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.layout-alternative2 .category {
padding-top: 10px;
}
.alignfull, .alignwide {
width: unset;
max-width: unset;
}
.hestia-hidden {
display: none;
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper {
position: relative;
width: 100%;
height: 0;
padding-top: 56.25%;
}
.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;
} .media .avatar, .media-body .avatar, .media-area .avatar {
overflow: hidden;
width: 64px;
height: 64px;
margin: 0 auto;
margin-right: 15px;
border-radius: 50%;
-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.media-area .hestia-title,
.comment-respond .hestia-title {
margin-bottom: 30px;
}
.single-post .blog-post .section-comments .hestia-title {
margin-bottom: 30px;
margin-top: 20px;
}
.comment .pull-left {
padding-right: 10px;
}
.media-body div.avatar {
margin: 0 10px;
}
.media {
overflow: visible;
}
.media .avatar img {
width: 100%;
}
.media .media-heading {
margin-top: 0;
margin-bottom: 10px;
}
.media .media-heading small {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.media .media-body {
padding-right: 10px;
word-break: break-all;
}
.media .media-body .media .media-body {
padding-right: 0;
}
.media .media-footer .btn {
margin-bottom: 20px;
}
.media .media-footer:after {
display: table;
clear: both;
content: " ";
}
.media p {
color: #999999;
}
#comments .comment-notes {
display: none;
}
.section-comments ul.children .comment-author.avatar, .section-comments ul.children .avatar img {
width: 40px;
height: 40px;
}
.blog-post .media p {
color: #555;
}
.blog-post .section-comments .title {
margin-bottom: 30px;
}
.blog-post .section-comments .comment-respond .author {
margin: 15px 20px 0 0;
}
.blog-post .section-comments .comment-respond .author img {
border-radius: 100%;
}
.blog-post .comment-reply-link {
text-transform: uppercase;
float: right;
}
.media-body {
width: 10000px;
display: table-cell;
overflow: visible;
} .widget {
margin-bottom: 30px;
word-break: break-word;
}
.widget ul {
padding: 0 0 0 10px;
margin: 0;
list-style: none;
}
.widget ul li {
line-height: 2.4;
padding-top: 5px;
}
.widget ul li:first-child {
padding-top: 0;
}
aside .widget .btn a {
color: #fff;
}
aside .widget a {
color: #23527c;
}
.widget a:hover {
color: #89229b;
}
.widget #searchform {
margin-bottom: 0;
padding-bottom: 0;
}
.widget h5 {
font-family: "Roboto Slab", "Times New Roman", serif;
margin-bottom: 10px;
}
.widget select {
width: 100%;
}
.hestia-widget-placeholder {
border: 1px dashed #b4b9be;
padding: 25px;
text-align: center;
}
.hestia-widget-placeholder .widget {
margin: 0;
}
.single .hestia_right aside.blog-sidebar {
padding: 0;
}
.hestia_right .hestia-widget-placeholder {
padding: 5px;
}
.widget_calendar th,
.widget_calendar tr,
.widget_calendar td {
padding: 7px 0;
text-align: center;
}
.hestia-sidebar-toggle-container {
clear: both;
} .hestia-sidebar-open,
.hestia-sidebar-close {
display: none;
padding: 10px;
}
body.off-canvas .hestia-sidebar-open,
body.off-canvas .hestia-sidebar-close {
display: inline-block;
}
body.off-canvas .shop-sidebar-wrapper {
position: fixed;
top: 0;
z-index: 1030;
height: 100%;
background: #fff;
border-right: 1px solid #f0f0f0;
left: -100%;
transition: 0.5s ease;
padding: 60px 20px 20px;
overflow-y: scroll;
}
body.off-canvas .shop-sidebar-wrapper.sidebar-open {
left: 0;
}
body.off-canvas .shop-sidebar-wrapper .card {
box-shadow: none;
}
.row-sidebar-toggle {
text-align: right;
}
.row-sidebar-toggle .hestia-sidebar-close {
padding: 10px 13px;
}
.row-sidebar-toggle.desktop {
clear: both;
text-align: left;
} .attachment .main-raised .blog-post {
padding-bottom: 130px;
}
.attachment .sizes {
margin-top: 20px;
} .hestia-blog-featured-posts {
padding: 0;
}
.hestia-blog-featured-posts article:nth-of-type(1) .card {
margin-top: 0;
}
.hestia-blog-featured-posts article:nth-child(6n) .btn {
background-color: #4caf50;
}
.hestia-blog-featured-posts article:nth-child(6n+1) .btn {
background-color: #89229b;
}
.hestia-blog-featured-posts article:nth-child(6n+2) .btn {
background-color: #00bcd4;
}
.hestia-blog-featured-posts article:nth-child(6n+3) .btn {
background-color: #f44336;
}
.hestia-blog-featured-posts article:nth-child(6n+4) .btn {
background-color: #ff9800;
}
.hestia-blog-featured-posts article:nth-child(6n+5) .btn {
background-color: #e91e63;
}
.hestia-blog-featured-card .card-background {
text-align: center;
}
.hestia-blog-featured-card .card-background:after {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
display: block;
left: 0;
top: 0;
content: "";
background-color: rgba(0, 0, 0, 0.56);
border-radius: 6px;
opacity: 1;
}
.hestia-blog-featured-card .card-background .card-body {
position: relative;
z-index: 2;
min-height: 280px;
padding-top: 40px;
padding-bottom: 40px;
max-width: 440px;
margin: 0 auto;
}
.hestia-blog-featured-card .card-background .card-body .card-description {
color: rgba(255, 255, 255, 0.7);
}
.hestia-blog-featured-card .card-background .card-body .category a {
color: rgba(255, 255, 255, 0.7);
}
.hestia-blog-featured-card .card-body {
padding: 15px 30px;
}
.hestia-blog-featured-card.col-md-12 .card-body {
max-width: 750px;
} figure.wp-block-pullquote {
border-left: none;
border-top: 4px solid;
border-bottom: 4px solid;
margin: 20px 0;
padding: 3em 0;
}
figure.wp-block-pullquote p {
font-size: 28px;
font-style: normal;
margin-bottom: 20px;
}
figure.wp-block-pullquote blockquote {
margin: 1em;
border: none;
}
figure.wp-block-pullquote cite {
text-transform: uppercase;
font-size: 13px;
font-weight: 300;
}
.single-post-wrap .has-small-font-size, .page-content-wrap .has-small-font-size {
font-size: 13px;
}
.single-post-wrap .has-medium-font-size, .page-content-wrap .has-medium-font-size {
font-size: 20px;
}
.single-post-wrap .has-large-font-size, .page-content-wrap .has-large-font-size {
font-size: 36px;
}
.single-post-wrap .has-huge-font-size, .page-content-wrap .has-huge-font-size {
font-size: 48px;
}
.wp-block-separator {
color: #eee;
background-color: #eee;
border: none;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
height: 2px;
max-width: 150px;
}
.wp-block-separator .is-style-default {
height: 1px;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
height: 1px;
} .page-header .container,
.page-header .author,
.page-header .author a,
.page-header .hestia-title,
.page-header .title,
.page-header .description {
color: #fff;
}
.page-content-wrap:after, .single-post-wrap:after {
content: "";
display: table;
clear: both;
}
#parallax_move ~ .item .page-header,
#wp-custom-header ~ .item .page-header {
overflow: inherit;
}
.page-header {
will-change: transform;
overflow: hidden;
margin: 0;
padding: 0;
border: 0;
background-position: center center;
background-size: cover;
}
.page-header .container {
padding-top: 30vh;
color: #fff;
}
.page-header .container .hestia-title,
.page-header .container .title {
margin: 0 0 20px;
}
.page-header.header-small .container .hestia-title,
.page-header.header-small .container .title {
margin: 20px 0 10px;
}
.page-header.header-small {
min-height: 300px;
position: relative;
height: auto;
}
.page-header.header-small .container {
padding-top: 180px;
padding-bottom: 110px;
}
.page-header.header-small .hestia-title,
.page-header.header-small .title {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.boxed-layout-header {
padding-bottom: 60px;
}
.header-filter-gradient {
background: linear-gradient(45deg, #a81d84 0%, #ea396f 100%);
}
.header-filter.header-filter-gradient:before {
background-color: transparent;
}
.header-filter {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
background-position: center center;
background-size: cover;
}
.header-filter:before, .header-filter:after {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.header-filter::before {
background-color: rgba(0, 0, 0, 0.5);
}
.header-filter .container {
position: relative;
}
.carousel .header-filter:before, .carousel .header-filter:after {
z-index: -1;
}
.clear-filter:before {
display: none;
}
.header .wrapper {
background: #ccc;
}
.header .btn {
margin: 0;
}
.header h6 {
margin-bottom: 0;
}
.phone-container img {
width: 100%;
}
.main {
position: relative;
background: #fff;
}
.main-raised {
margin: -60px 30px 0;
border-radius: 6px 6px 0 0;
-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.home .main-raised section:first-of-type {
border-radius: 6px 6px 0 0;
overflow: hidden;
}
.page-template-template-pagebuilder-blank .section {
padding: 0;
}
.woocommerce.archive .main-raised, .single .main-raised {
margin-top: -60px;
margin-bottom: 30px;
}
.single .main-raised.classic-blog {
margin-top: 0;
}
.content-sidebar-left {
padding-left: 30px;
padding-right: 0;
}
.content-sidebar-right {
padding-right: 30px;
padding-left: 0;
}
.shop-sidebar-wrapper {
padding: 0;
}
.content-full.col-md-12 {
padding: 0;
}
.page:not(.home) .wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.page:not(.home) .wrapper .main {
display: flex;
flex-direction: column;
flex: 1 0 auto;
}
.page:not(.home) .wrapper .main .blog-post {
flex: 1 0 auto;
}
body:not(.home) .wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
}
body:not(.home) .wrapper .main {
display: flex;
flex-direction: column;
flex: 1 0 auto;
}
body:not(.home) .wrapper .main .hestia-blogs {
flex: 1 0 auto;
}
body:not(.home) .wrapper .content-area {
display: flex;
flex-direction: column;
flex: 1 0 auto;
} @media (max-width: 1199px) {
.hestia-features .row,
.hestia-about .row,
.products .row,
.hestia-work .row,
.hestia-team .row,
.pricing .row,
.hestia-testimonials .row,
section.hestia-blogs .row,
.contactus .row {
padding: 0 15px;
}
.products .container {
width: 100%;
}
.main-raised {
margin: -60px 15px 0;
}
}
@media (max-width: 991px) {
.navbar .navbar-nav > li {
margin-right: 10px;
margin-left: 10px;
}
.page-header {
height: auto;
min-height: 0;
}
.card.card-raised .card-image {
margin-top: -30px;
display: block;
margin-left: 0;
margin-right: 0;
}
.card.card-raised {
padding: 20px;
}
.woocommerce-checkout .page-header {
height: auto;
}
.hestia-about .text-area {
margin: 0 0 10px;
}
.blog .page-header.header-small h2 {
margin: 0;
}
.blog .page-header.header-small {
height: auto;
min-height: 0;
}
.page-header .iframe-container {
padding: 30px 0;
}
.card-form-horizontal .form-group {
padding-bottom: 20px;
}
.carousel .page-header {
padding: 0 30px;
}
.btn.btn-simple {
padding-right: 0;
padding-left: 0;
text-align: left;
}
.hestia-work .col-md-6 .card-background .content,
.hestia-work .col-md-4 .card-background .content {
padding-top: 15%;
}
.hestia-features .row,
.features .row,
.hestia-about .row,
.about .row,
.products .row,
.hestia-work .row,
.work .row,
.hestia-team .row,
.team .row,
.pricing .row,
.hestia-testimonials .row,
.testimonials .row,
section.hestia-blogs .row,
.contactus .row {
padding: 0 10px;
}
.single aside.blog-sidebar {
padding: 40px 30px;
}
.shop-sidebar.card {
width: 100%;
text-align: initial;
}
.shop-sidebar-wrapper {
text-align: center;
}
.products .shop-item:nth-of-type(2n+1) {
clear: both;
}
.subscribe-line .card .content {
padding: 0;
}
.subscribe-line .card .form-group {
padding-bottom: 0;
}
.blog .hestia-blogs,
.archive .hestia-blogs {
padding-top: 0;
}
.blog .hestia-blogs .card-blog .card-image,
.archive .hestia-blogs .card-blog .card-image {
margin-bottom: 30px;
}
.blog #authors-on-blog,
.archive #authors-on-blog {
padding-bottom: 40px;
}
.home section.hestia-blogs {
padding: 30px 0 65px;
}
.single.single-post .section-blog-info .card-profile .card-title,
.single.single-post .section-blog-info .card-profile .description {
text-align: center;
}
.single.single-post .section-blog-info .card-profile .card-avatar {
margin-bottom: 20px;
}
.hestia-sidebar-open,
.hestia-sidebar-close {
cursor: pointer;
display: inline-block;
margin: 0;
padding: 12px 15px;
}
.row-sidebar-toggle {
margin: 30px 15px 0;
text-align: right;
}
.row-sidebar-toggle.desktop {
display: none;
}
.page .row-sidebar-toggle {
margin-top: 0;
margin-bottom: 30px;
}
.shop-sidebar-wrapper {
position: fixed;
top: 0;
z-index: 1030;
height: 100%;
background: #fff;
border-right: 1px solid #f0f0f0;
left: -100%;
transition: 0.5s ease;
padding: 60px 20px 20px;
overflow-y: scroll;
}
.shop-sidebar-wrapper.sidebar-open {
left: 0;
}
.shop-sidebar-wrapper .card {
box-shadow: none;
}
.archive.woocommerce .hestia-sidebar-open {
margin-top: 15px;
}
.archive.woocommerce .shop-sidebar-active {
margin-top: 10px;
}
.archive.woocommerce .row-sidebar-toggle.col-sm-3 {
margin: 0;
text-align: left;
}
.archive.woocommerce .row-sidebar-toggle.col-sm-3 .hestia-sidebar-open {
margin: 15px 0 0;
}
.shop-sidebar.card.card-raised {
box-shadow: none;
margin: 0;
padding: 0 15px;
}
.hestia-top-bar .container {
width: 100%;
}
.hestia-top-bar .col-md-6 {
width: 50%;
}
.hestia-team .card .content,
.team .card .content {
padding-top: 15px;
}
.hestia-team .card .content .footer .btn.btn-just-icon,
.team .card .content .footer .btn.btn-just-icon {
padding: 12px;
text-align: center;
}
.pricing p.text-gray {
margin-bottom: 40px;
}
.related-posts .hestia-title {
margin-bottom: 60px;
}
.hestia-blog-featured-posts {
padding-top: 30px;
}
.hestia-blog-featured-posts .card-raised {
margin: 30px 0;
}
.hestia-blog-featured-posts .card-background .card-body {
padding-top: 20px;
padding-bottom: 20px;
max-width: 100%;
}
.hestia-blog-featured-posts .card-body {
padding: 20px 15px;
}
}
@media (min-width: 992px) {
.navbar .navbar-collapse {
text-align: center;
}
.card.card-raised .card-image {
margin-left: 0;
margin-right: 0;
}
.navbar .navbar-center {
display: inline-block;
float: none;
}
.navbar .navbar-nav > li {
margin: 0;
}
.navbar .navbar-nav > li.btn {
margin: 0 10px;
}
.navbar .navbar-nav > li.btn:last-child {
margin-right: 0;
}
.entry-social {
text-align: right;
}
.footer .content {
margin-left: -15px;
margin-right: -15px;
}
.footer .row {
margin-left: -15px;
margin-right: -15px;
}
.footer .col-md-4 {
padding: 0 30px;
}
.blog-sidebar-wrapper,
.shop-sidebar-wrapper {
float: left;
position: static;
background: transparent;
}
.big-title-sidebar-wrapper .pirate-forms-contact-widget {
max-width: 370px;
}
.row-sidebar-toggle.desktop {
display: block;
}
.row-sidebar-toggle.mobile {
display: none;
}
}
@media (min-width: 783px) and (min-width: 601px) {
body.admin-bar .navbar-default:not(.navbar-transparent) {
margin-top: 32px;
}
}
@media (min-width: 769px) {
.form-horizontal .control-label {
padding-top: 8px;
}
.nav-cart.responsive-nav-cart {
display: none;
}
.navbar.hestia_left .title-logo-wrapper {
min-width: 250px;
}
.navbar.hestia_right.navbar-scroll-point .title-logo-wrapper,
.navbar.hestia_right.navbar-scroll-point .header-sidebar-wrapper {
display: none;
}
.navbar.hestia_right .title-logo-wrapper {
min-width: 250px;
}
.navbar.hestia_right .navbar-collapse {
min-width: 100%;
}
.navbar.hestia_center .navbar-brand {
margin: 0 auto;
}
.navbar.hestia_center.navbar-scroll-point .title-logo-wrapper {
display: none;
}
.navbar.full-screen-menu .navbar-brand {
float: none;
margin: 0;
padding: 0;
}
.navbar.full-screen-menu .navbar-header {
width: 100%;
display: flex;
}
.navbar.full-screen-menu .navbar-toggle {
z-index: 999999;
}
.navbar.full-screen-menu.navbar-scroll-point .title-logo-wrapper {
display: block;
}
.navbar.full-screen-menu .navbar-toggle, .navbar.full-screen-menu .nav-cart:not(.responsive-nav-cart) {
display: inline-block;
}
.navbar.full-screen-menu .nav-cart .nav-cart-icon span {
top: 10px;
left: 15px;
}
.navbar.full-screen-menu .navbar-nav {
background-color: rgba(255, 255, 255, 0.9);
}
.navbar.full-screen-menu.hestia_center .navbar-header .title-logo-wrapper {
left: 50%;
transform: translateX(-50%);
position: relative;
}
.navbar.full-screen-menu.hestia_right .navbar-header {
max-width: 100%;
}
.navbar.full-screen-menu .navbar-nav.nav {
opacity: 0;
display: flex;
flex-direction: column;
flex-wrap: inherit;
justify-content: flex-start;
transition: all .3s ease;
visibility: hidden;
pointer-events: none;
z-index: 9999;
overflow-x: scroll;
position: fixed;
width: 100%;
background-color: rgba(255, 255, 255, 0.9);
left: 0;
top: 0;
bottom: 0;
padding-top: 100px;
}
.navbar.full-screen-menu .navbar-nav.nav > li, .navbar.full-screen-menu .navbar-nav.nav > li.btn:last-child {
display: table;
margin: 20px auto;
}
.navbar.full-screen-menu .in .navbar-nav.nav {
opacity: 1;
visibility: visible;
pointer-events: inherit;
}
.dropdown .dropdown-menu {
display: block;
visibility: hidden;
margin-top: -20px;
opacity: 0;
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
}
.dropdown.open, .dropdown:hover {
z-index: 1;
}
.dropdown.open > .dropdown-menu, .dropdown:hover > .dropdown-menu {
visibility: visible;
margin-top: 1px;
opacity: 1;
z-index: 100;
}
}
@media (max-width: 768px) {
li.nav-cart {
display: none;
}
li.nav-cart.responsive-nav-cart {
display: block;
margin-left: 5px;
}
.container .navbar-header {
width: 100%;
display: flex;
margin: 0 auto;
}
.navbar > .container {
transition: padding 0.1s ease;
padding: 10px 15px;
align-items: center;
display: block;
}
.navbar.navbar-transparent {
background: #fff;
color: #555;
}
.navbar.navbar-transparent > .container {
padding-top: 10px;
}
.navbar .nav.navbar-nav {
display: block;
}
.hestia-sidebar-header {
display: none;
}
.navbar.hestia_right .navbar-header {
max-width: inherit;
}
.navbar.navbar-default .dropdown.btn a .caret {
border-color: #fff !important;
color: #fff !important;
}
.navbar.navbar-default li.btn a, .navbar.navbar-default li.btn a i, .navbar.navbar-default .navbar-nav .menu-item.btn.active a, .navbar.navbar-default .navbar-nav .menu-item.btn.active a i {
color: #fff;
}
.navbar.navbar-default li.btn:hover a, .navbar.navbar-default li.btn:hover i {
color: #fff;
}
.navbar.navbar-default li.btn:hover ul li i {
color: #fff;
}
.navbar.navbar-default li.btn ul li a, .navbar.navbar-default li.btn ul li i {
opacity: 1;
color: #fff !important;
}
.navbar.navbar-default li.btn ul li:hover a, .navbar.navbar-default li.btn ul li i {
color: #fff !important;
}
.navbar.navbar-fixed-top .navbar-collapse {
max-height: calc(100% - 70px);
margin-top: 70px;
overflow-y: auto;
position: fixed;
z-index: 9999;
background: #fff;
width: 100%;
left: 0;
top: 0;
margin-left: 0;
margin-right: 0;
-webkit-overflow-scrolling: auto;
}
.navbar.navbar-fixed-top.header-with-topbar:not(.navbar-scroll-point) .navbar-collapse {
margin-top: 110px;
}
.navbar .navbar-nav {
margin: 7.5px 0;
}
.navbar .navbar-nav li {
box-sizing: border-box;
float: left;
margin: 0;
padding: 0;
width: 100%;
text-align: left;
}
.navbar .navbar-nav li.btn {
margin-top: 10px;
}
.navbar .navbar-nav .dropdown a .caret {
border: 1px solid #555;
border-radius: 2px;
box-sizing: content-box;
color: #555;
cursor: pointer;
display: inline-block;
font-family: "Font Awesome 5 Free";
font-weight: 900;
height: 30px;
margin-left: 0;
position: absolute;
right: 15px;
text-align: center;
top: 10px;
width: 30px;
z-index: 100;
}
.navbar .navbar-nav .dropdown a .caret svg {
width: 12.5px;
margin: 9px;
transition: all 0.3s ease;
}
.navbar .navbar-nav .dropdown a .caret-open .caret svg {
transform: rotate(-180deg);
}
.navbar .navbar-nav .dropdown a > i {
margin-right: 12px;
}
.navbar .navbar-nav .dropdown.open a > .caret:before {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
display: block !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
background: transparent;
box-shadow: none;
position: static;
margin-top: 0;
padding: 0;
width: 100%;
}
.navbar .navbar-nav .dropdown .dropdown-menu.open {
display: block !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a {
margin: 0;
padding: 15px 0 15px 30px;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a:hover, .navbar .navbar-nav .dropdown .dropdown-menu li a:focus {
background-color: transparent;
color: #e91e63;
}
.navbar .navbar-nav .dropdown .dropdown-menu li li a {
padding: 15px 0 15px 45px;
}
.navbar .navbar-header .navbar-brand {
padding-left: 0;
}
.navbar .navbar-brand h1, .navbar .navbar-brand p {
padding: 10px 0;
}
.navbar .dropdown-submenu:hover .dropdown-menu {
display: none !important;
}
.navbar .dropdown-submenu.open > a {
background: transparent !important;
color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar.navbar-transparent .open .dropdown-menu > li > a:hover,
.navbar.navbar-transparent .open .dropdown-menu > li > a:focus,
.navbar.navbar-transparent .open .dropdown-menu > .active > a,
.navbar.navbar-transparent .open .dropdown-menu > .active > a:hover,
.navbar.navbar-transparent .open .dropdown-menu > .active > a:focus {
color: inherit;
background-color: transparent;
}
.navbar.navbar-transparent .navbar-nav > .active > a {
color: #555;
}
.navbar .open .dropdown-menu > li > a:hover,
.navbar .open .dropdown-menu > li > a:focus,
.navbar .open .dropdown-menu > .active > a,
.navbar .open .dropdown-menu > .active > a:hover,
.navbar .open .dropdown-menu > .active > a:focus {
color: #e91e63;
background-color: transparent;
}
.navbar .dropdown-menu li > a > i {
opacity: 1;
}
.hestia_right .header-sidebar-wrapper {
display: none;
}
body.admin-bar .navbar {
margin-top: 45px;
}
body.admin-bar .navbar.navbar-default .navbar-collapse {
max-height: calc(100% - 115px);
margin-top: 115px;
}
body.admin-bar .navbar.header-with-topbar {
margin-top: 0;
top: 85px;
}
body.admin-bar .navbar.header-with-topbar.navbar-fixed-top .navbar-collapse {
max-height: calc(100% - 155px);
margin-top: 155px;
}
body.admin-bar .navbar.header-with-topbar.navbar-fixed-top.navbar-scroll-point .navbar-collapse {
margin-top: 115px;
}
body.admin-bar .navbar.navbar-scroll-point.header-with-topbar {
top: 45px;
}
body.admin-bar .navbar.navbar-scroll-point.navbar-fixed-top .navbar-collapse {
max-height: calc(100% - 115px);
}
.big-title-sidebar-wrapper {
width: 100%;
padding: 0;
}
.big-title-sidebar-wrapper .pirate-forms-contact-widget {
max-width: 370px;
margin: 0 auto;
}
.single .section {
padding: 30px 0 0;
}
.single .section.section-blog-info {
padding: 15px 0 30px;
}
.media .avatar, .media-body .avatar, .media-area .avatar {
margin: 0;
width: 35px;
height: 35px;
}
.subscribe-line .btn {
margin-top: 15px;
}
ul.children {
padding-left: 5px;
border-left: 1px #cfcfcf solid;
}
.blog-post .section-comments .comment-respond .author {
display: none;
}
.hestia-about .text-area {
margin-bottom: 20px;
}
.home .main-raised section:first-of-type {
border-radius: 0;
}
.footer.footer-big {
padding: 30px 0 26px;
}
.footer .footer-menu {
width: 100%;
}
.footer .copyright {
display: inline-block;
float: none !important;
width: 100%;
padding: 10px 0;
text-align: center;
}
.main-raised {
margin-right: 0;
margin-left: 0;
border-radius: 0;
}
hr {
margin-top: 0;
}
.hestia-about {
padding-top: 30px;
}
.hestia-about h2 {
margin-top: 0;
}
.hestia-about .widget_sow-image .panel-widget-style {
margin-top: -60px;
padding: 0 0 60px 0 !important;
}
.hestia-team .card-image,
.team .card-image,
.authors-on-blog .card-image {
height: 100px;
margin: 0 auto;
width: 100px;
}
.hestia-team .card-image img,
.team .card-image img,
.authors-on-blog .card-image img {
object-fit: cover;
}
.hestia-team .col-xs-6:nth-of-type(2n+1),
.team .col-xs-6:nth-of-type(2n+1),
.authors-on-blog .col-xs-6:nth-of-type(2n+1) {
clear: both;
}
.hestia-team .card .content,
.team .card .content,
.authors-on-blog .card .content {
text-align: center;
}
.hestia-team .card .content .card-description,
.team .card .content .card-description,
.authors-on-blog .card .content .card-description {
display: none;
}
.hestia-team .card .content .footer,
.team .card .content .footer,
.authors-on-blog .card .content .footer {
margin-left: 0;
margin-top: 0;
}
.hestia-team .card .content .footer .btn.btn-just-icon,
.team .card .content .footer .btn.btn-just-icon,
.authors-on-blog .card .content .footer .btn.btn-just-icon {
margin: 0 5px;
padding: 0;
}
.hestia-team .card .content .footer .btn.btn-just-icon i,
.team .card .content .footer .btn.btn-just-icon i,
.authors-on-blog .card .content .footer .btn.btn-just-icon i {
width: auto;
}
.hestia-work .card {
cursor: pointer;
}
.pricing {
padding: 60px 0 40px;
}
.contactus .card-contact {
margin-top: 90px;
}
.contactus .form_captcha_wrap .pirate-forms-google-recaptcha > div {
margin: 0 auto;
}
.contactus .contact_submit_wrap {
text-align: center;
}
.hestia-clear-top-padding {
margin-top: -30px;
}
.single.single-post .section-blog-info .entry-social {
margin: 15px 0 30px;
}
.single.single-post .section-blog-info .card-profile {
margin-top: 20px;
}
.page .section.section-text {
padding: 30px 0;
}
.single-post .page-header.header-small,
.page .page-header.header-small,
.blog .page-header.header-small,
.archive .page-header.header-small,
.category .page-header.header-small {
min-height: 0;
}
.single-post .page-header.header-small .container,
.page .page-header.header-small .container,
.blog .page-header.header-small .container,
.archive .page-header.header-small .container,
.category .page-header.header-small .container {
padding: 120px 15px 50px;
}
.single-post .page-header.header-small .container .hestia-title,
.page .page-header.header-small .container .hestia-title,
.blog .page-header.header-small .container .hestia-title,
.archive .page-header.header-small .container .hestia-title,
.category .page-header.header-small .container .hestia-title {
margin-top: 0;
}
.hestia-top-bar {
overflow: hidden;
}
.hestia-top-bar .col-md-6 {
text-align: center;
width: 100%;
}
.hestia-top-bar .col-md-6.pull-right {
display: none;
}
.hestia-top-bar .col-md-12, .hestia-top-bar .col-md-12.pull-right {
float: none !important;
text-align: center;
}
.hestia-top-bar .widget.widget_shopping_cart {
display: none;
}
.home:not(.blog) .main-raised {
margin-top: 0;
}
.home:not(.blog) .page-header {
min-height: 0;
}
.header .carousel .item .container {
padding-top: 170px;
padding-bottom: 100px;
}
.header .buttons > .btn-right ~ .btn-left {
margin-top: 40px;
}
.header.header-with-topbar .carousel .item .container {
padding-top: 210px;
}
.header .carousel .carousel-control {
margin-top: 35px;
}
.header.header-with-topbar .carousel .carousel-control {
margin-top: 55px;
}
.obfx-sharing-bottom {
left: 0;
}
.carousel .buttons .btn-left + .btn-right,
.carousel .buttons .btn-left,
.carousel .buttons .btn-right {
margin: 0 15px 15px;
}
.navbar.navbar-transparent .hestia-hide-if-transparent {
display: block;
}
.navbar.navbar-transparent .hestia-transparent-logo {
display: none;
}
}
@media (max-width: 767px) {
.carousel .page-header .row {
flex-direction: column;
justify-content: center;
padding: 0;
text-align: center;
}
.carousel .page-header .row .margin-right-auto,
.carousel .page-header .row .margin-left-auto {
margin: inherit;
}
.carousel .page-header .row .big-title-slider-content {
text-align: center;
}
.carousel .item .container.container-height-auto {
top: 0;
transform: none;
}
.carousel .carousel-control.left i {
left: 10px;
}
.carousel .carousel-control.right i {
right: 10px;
}
}
@media (max-width: 600px) {
body.admin-bar .navbar {
margin-top: 0;
}
}
@media (max-width: 600px) {
body.admin-bar .navbar.navbar-scroll-point {
top: 0;
}
body.admin-bar .navbar.navbar-scroll-point.header-with-topbar {
top: 0;
}
body.admin-bar .navbar.navbar-scroll-point.navbar-transparent {
margin-top: 0;
top: 46px;
}
body.admin-bar .navbar.navbar-not-transparent {
margin-top: 0;
}
body.admin-bar .navbar.navbar-scroll-point.navbar-fixed-top .navbar-collapse, body.admin-bar .navbar.navbar-scroll-point.header-with-topbar.navbar-fixed-top .navbar-collapse {
max-height: calc(100% - 70px);
margin-top: 70px;
}
body.admin-bar .navbar.navbar-scroll-point.navbar-fixed-top.navbar-transparent .navbar-collapse, body.admin-bar .navbar.navbar-scroll-point.header-with-topbar.navbar-fixed-top.navbar-transparent .navbar-collapse {
max-height: calc(100% - 70px);
margin-top: 115px;
}
}
@media (max-width: 480px) {
.single .main-raised {
margin: -60px 0 30px;
}
.comment-respond .form-submit input {
display: block;
float: none !important;
margin: 0 auto;
}
.hestia-features {
padding: 40px 0 55px;
}
.alternative-blog-row {
display: table;
width: 100%;
margin: 0 auto;
table-layout: fixed;
}
.alternative-blog-row div:first-child {
display: table-footer-group;
}
.alternative-blog-row div:last-child {
padding: 0;
display: block;
}
.contactus .hestia-contact-form-col {
padding: 0 5px;
}
.contactus .card-contact {
margin-top: 30px;
}
.contactus .card-contact .content {
padding: 30px 15px 0;
}
.contactus .pirate_forms_wrap .pirate-forms-footer .form_captcha_wrap {
margin-bottom: 0;
padding: 0;
}
.contactus .pirate_forms_wrap .form_captcha_wrap > div > div {
transform: scale(0.8);
overflow: visible;
}
}  .col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 481px) and (max-width: 767px) {
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11 {
float: left;
}
.col-ms-1 {
width: 8.33333%;
}
.col-ms-2 {
width: 16.66667%;
}
.col-ms-3 {
width: 25%;
}
.col-ms-4 {
width: 33.33333%;
}
.col-ms-5 {
width: 41.66667%;
}
.col-ms-6 {
width: 50%;
}
.col-ms-7 {
width: 58.33333%;
}
.col-ms-8 {
width: 66.66667%;
}
.col-ms-9 {
width: 75%;
}
.col-ms-10 {
width: 83.33333%;
}
.col-ms-11 {
width: 91.66667%;
}
.col-ms-12 {
width: 100%;
}
.col-ms-push-1 {
left: 8.33333%;
}
.col-ms-push-2 {
left: 16.66667%;
}
.col-ms-push-3 {
left: 25%;
}
.col-ms-push-4 {
left: 33.33333%;
}
.col-ms-push-5 {
left: 41.66667%;
}
.col-ms-push-6 {
left: 50%;
}
.col-ms-push-7 {
left: 58.33333%;
}
.col-ms-push-8 {
left: 66.66667%;
}
.col-ms-push-9 {
left: 75%;
}
.col-ms-push-10 {
left: 83.33333%;
}
.col-ms-push-11 {
left: 91.66667%;
}
.col-ms-pull-1 {
right: 8.33333%;
}
.col-ms-pull-2 {
right: 16.66667%;
}
.col-ms-pull-3 {
right: 25%;
}
.col-ms-pull-4 {
right: 33.33333%;
}
.col-ms-pull-5 {
right: 41.66667%;
}
.col-ms-pull-6 {
right: 50%;
}
.col-ms-pull-7 {
right: 58.33333%;
}
.col-ms-pull-8 {
right: 66.66667%;
}
.col-ms-pull-9 {
right: 75%;
}
.col-ms-pull-10 {
right: 83.33333%;
}
.col-ms-pull-11 {
right: 91.66667%;
}
.col-ms-offset-1 {
margin-left: 8.33333%;
}
.col-ms-offset-2 {
margin-left: 16.66667%;
}
.col-ms-offset-3 {
margin-left: 25%;
}
.col-ms-offset-4 {
margin-left: 33.33333%;
}
.col-ms-offset-5 {
margin-left: 41.66667%;
}
.col-ms-offset-6 {
margin-left: 50%;
}
.col-ms-offset-7 {
margin-left: 58.33333%;
}
.col-ms-offset-8 {
margin-left: 66.66667%;
}
.col-ms-offset-9 {
margin-left: 75%;
}
.col-ms-offset-10 {
margin-left: 83.33333%;
}
.col-ms-offset-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.form-horizontal .form-group .control-label {
text-align: right;
}
}@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.svg#RobotoSlab) format('svg'); } @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab) format('svg'); } @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.svg#RobotoSlab) format('svg'); } @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.svg#RobotoSlab) format('svg'); }
a.Aktuell,
.section.section-blog-info {display: none !important; position:absolute !important; left: -9999px !important; top: -9999px !important;}
@media (min-width: 768px) {
nav.navbar>div.container {padding: 0 15px;}
.navbar .navbar-nav > li a {
line-height: 100px;
height: 100px;
padding: 0px 10px 0px 10px;
vertical-align: baseline;
width: auto;
display: block;
color: #333;
text-transform: uppercase;
text-decoration: none;
text-align: center;
text-decoration: none;
background: none;
border: 0;
border-radius: 0;
font-family: Roboto Condensed;
font-size: 17px;
font-weight: 500;
outline: none;
}
.navbar .navbar-nav > li.active a {color: #be9b53;}
.navbar .navbar-nav > li ul {
background-color: rgba(255,255,255,0.9);
}
.navbar .navbar-nav > li li a {
line-height: 30px;
height: 30px;
text-align: left;
}
#menu-item-4253 ul.dropdown-menu {right: 0% !important;}
#menu-item-4253 ul.dropdown-menu li a {text-align: right;}
.navbar .navbar-nav > li .dropdown-menu li > a {
padding: 0 10px;
}
.navbar .navbar-nav > li a:not(.btn):not(.button):not(.added_to_cart):hover {
opacity: 1;
}
}
.navbar .navbar-nav > li a {text-align: center;}
body.home .navbar-default {
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
body.home .navbar-default.navbar-scroll-point {
background-color: rgba(255,255,255,0.9);
border-color: #e7e7e7;
box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}
.startseite {font-size: 18px;line-height: 1.5;font-weight: 300;color: #999999;font-family: "Roboto", "Helvetica", "Arial", sans-serif;text-align: center;}
body {color: #535353;font-size: 18px;}
.mittig {max-width: 1170px; margin: 0 auto;}
#mitte, #mittetwo {max-width: 1170px; margin: 0 auto;}
.cl-effect-2 .creativelink- { background: none; }
.cl-effect-2 .creativelink-:hover { color: #fff; background: #dd3333; }
body.home .navbar-default { background-color: rgba(255,255,255,0.9);}
label { width: 100%;}
.page-header.header-small .headcontainer {
padding-top: 130px;
padding-bottom: 30px;
}
.hestia-blogs article h6.category a {color:#be9b53 !important;}
.article h6.category a {color:#be9b53 !important;}
.hestia-blog-featured-card .card-body { padding: 15px 0px !important;}
.page-header.header-small {
min-height: 200px;
}
.footer-big ul li a, .widget ul li, .widget li {padding: 0 !important; border-radius: 0 !important; line-height: 1.42857143 !important; font-weight: 300 !important;
color: #999999;}
.footer-big ul li a {text-transform:none !important;}
.footer-big ul li span.post-date {padding: 0 0 14px 0 !important;}
footer.footer.footer-black a { color: #999999 !important;}
.widget ul { padding: 0 !important;}
.footer-big .copyright { padding: 3px 0 !important;opacity: .75;}
.pull-right { float: none !important;}
.page-content-wrap h4.card-title {font-size: 18px !important; }
.card-description { font-size: 14px !important;}
.newsblog>div {margin-bottom:25px;}
.newsblog>div:nth-child(3n+1){
clear: both; 
}
.single-post-wrap img.attachment-post-thumbnail {width: 100%; max-width: 100%; margin: 0 auto 30px;}
@media (min-width: 992px) {
.entry-social {
text-align: center !important;
}
.blog-post article.section .col-md-offset-2 {
margin-left: 0%;
}
}
.navbar .navbar-header .navbar-brand img { max-height: 80px !important;}
.navbar .navbar-header .navbar-brand img {
max-height: 80px !important;
}
body.home .mittig p {text-align: justify;}
body.home #primary {display: none !important;}
body.home #post-2 {padding-top: 0 !important;}
.sponsor-item.sportpartner {border: 2px solid #dfdfdf;}
.sponsor-item.sportpartner:hover {border: 2px solid #de1717;}
#wp-sponsors.clearfix::before,
#wp-sponsors.clearfix::after {content: none;}
.vc_column-inner ul, .vc_column-inner ol {padding-left: 25px;}
@media (min-width: 769px) {
.navbar-fixed-top .container {position: relative;}
.navbar-fixed-top .container #mega-menu-wrap-primary {position: absolute; right: 0;}
.menu-item-4845 > ul.dropdown-menu {right: 1% !important;left:auto;}
}
@media (max-width: 768px) {
nav .container>.navbar-header {
margin-right: 0;
margin-left: 0;
}
body.home .main #post-2 {
padding-top: 100px !important;
}
body.home .navbar-default {
background-color: rgba(255,255,255,1) !important;
}
}
.sponsor-item.sportpartner { border: 0 !important;}
body.home .sponsor-item img { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: url(//www.osp-brandenburg.de/elements/grayscale.svg#desaturate); filter: gray; -webkit-filter: grayscale(1); }
body.home .sponsor-item a:not(.btn):not(.button):not(.added_to_cart):hover { opacity: 1; }
body.home .sponsor-item img:hover { filter: grayscale(0%); filter: none; -webkit-filter: grayscale(0); transition: 0.5s ease-in-out;transform: scale(1.2, 1.2);}
body.home .sponsor-item img { transition: 0.5s ease-in-out;}
body.home #ycd-circle-1733 .textDiv_Months h4, body.home #ycd-circle-1733 .textDiv_Months span,
body.home #ycd-circle-1733 .textDiv_Days h4, body.home #ycd-circle-1733 .textDiv_Days span,
body.home #ycd-circle-1733 .textDiv_Hours h4, body.home #ycd-circle-1733 .textDiv_Hours span,
body.home #ycd-circle-1733 .textDiv_Minutes h4, body.home #ycd-circle-1733 .textDiv_Minutes span { color: #ffffff !important; }
.slick-list {width: 100%;}
#rev_slider_1_1_wrapper, #rev_slider_1_1 {width:100% !important;}
#rev_slider_1_1_wrapper {left: 0 !important;}
#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head, .cli-tab-container h4 {text-align: center; margin-bottom: 25px; font-size: 25px; color: #5a5a5a;font-family: inherit;}
#cookie-law-info-bar[data-cli-type=popup] .cli-bar-message, .cli-privacy-content-text { margin-bottom: 20px; text-align: justify; color: #5a5a5a; font-size: 17px; line-height: 1.25em;}
.cli-style-v2 .cli-bar-btn_container .cli_action_button.wt-cli-accept-all-btn, .cli-tab-footer .wt-cli-privacy-accept-btn { width: 100%; margin-left: 0; font-size: 16px; }
.wt-cli-ckyes-brand-logo {display: none !important;}
nav.navbar>.container {width: 100%;} .em-search-category > label > span {display: none;}
.em-search-category > label > select,
.em-search-advanced > input[type=submit].em-search-submit {width: 100%; font-size: 17px;text-align: center;}
.platzhalter {margin-bottom: 20px;width:100%;display:block;clear: both;}
.em .em-list, .em.em-list {
display: block !important;
}
.em-events-list .center,
.css-events-list .center,
.wettkaempfe .center {text-align: center;} 
.em-events-list .col-md-6 .event {border: solid 1px #e4e4e4;background: #ffffff;transition: .3s ease-in-out;}
.em-events-list .col-md-6 .event:hover {background: #efefef;transition: .3s ease-in-out;}
.em-events-list .col-md-6 .event .location {display: inline-block;opacity: .6;font-size: .8em;}
.em-events-list .col-md-6 .event .location p {display: inline-block;opacity: 1 !important;font-size: 1em !important;}
.css-events-list .col-md-6:nth-child(odd),
.em-events-list .col-md-6:nth-child(odd) {clear: both;} 
@media (min-width: 992px) {
.css-events-list .col-md-6:nth-child(odd),
.em-events-list .col-md-6:nth-child(odd) {padding-left: 0px; clear: both;}
.css-events-list .col-md-6:nth-child(even),
.em-events-list .col-md-6:nth-child(even) {padding-right: 0px;} 
}
.wettkaempfe h4.author,
.wettkaempfe img.default-featured-img {display: none;}
.css-events-list .event,
.em-events-list .event {
background: #FFF;
box-shadow: 0px 0px 3px #e4e4e4;
display: flex;
position: relative;
min-height: 195px;
margin-bottom: 10px !important;
}
.css-events-list .event .date,
.em-events-list .event .date {
width: 30%;
min-height: 150px;
position: relative;
border-right: solid 1px #e4e4e4;
}
.css-events-list .event .content,
.em-events-list .event .content {
padding: 20px;
width: 70%;
}
.css-events-list .event .date .inner,
.em-events-list .event .date .inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
display: -webkit-flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px;
}
.css-events-list .event .date .month, .css-events-list .event .date .day, .css-events-list .event .date .year,
.em-events-list .event .date .month, .em-events-list .event .date .day, .em-events-list .event .date .year {
display: block;
width: 100%;
text-align: center;
max-width: 100px;
}
.css-events-list .event .date .month,
.em-events-list .event .date .month {
font-weight: 700;
text-transform: uppercase;
font-size: 17px;
}
.css-events-list .event .date .day,
.em-events-list .event .date .day {
font-weight: 700;
font-size: 40px;
line-height: 1;
margin-bottom: 5px;
}
.css-events-list .event .date .year,
.em-events-list .event .date .year {
padding: 5px 0px;
line-height: 1;
border-top: dotted 1px #CCC;
border-bottom: dotted 1px #CCC;
}
.css-events-list .event .event-categories,
.em-events-list .event .event-categories {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
margin-bottom: 10px;
}
.css-events-list .event .event-categories a,
.em-events-list .event .event-categories a,
.css-events-list .event .event-categories a:hover,
.em-events-list .event .event-categories a:hover {
color: #ffffff !important;
cursor: default;
opacity: 1;
}
.css-events-list .event .event-categories li,
.em-events-list .event .event-categories li {
margin-right: 5px;
background: #be9b53;
display: block;
padding: 5px;
color: #FFF;
font-size: 13px;
line-height: 1;
text-transform: uppercase;
}
.css-events-list .event .event-categories li a,
.em-events-list .event .event-categories li a {
color: #FFF;
}
.css-events-list .event .content h5,
.em-events-list .event .content h5 {
margin-bottom: 7px;
transition: all 0.3s;
font-size: 22px !important;
}
.css-events-list .event .meta .event-date, .css-events-list .event .meta .location p,
.em-events-list .event .meta .event-date, .em-events-list .event .meta .location p {
opacity: .6;
font-size: .8em;
margin-bottom: 1em;
}
.css-events-list .event .meta .location p,
.em-events-list .event .meta .location p {
margin-bottom: 0;
} .onesignal-bell-container .kickback {display: none !important;}
table > thead > tr > th {font-weight: 700 !important;}
table > thead > tr {background:#eddfdf;}
table tr.even {background:#f7f2f2;}
table tr.top td {vertical-align: top;}
table tr img.alignnone { margin-bottom: 0;}
.clear {clear: both;}
#attachment_4240 img {width: 100%;}
.blog-post .section-text p.wp-caption-text {line-height: 1;font-weight: 300;font-size: 13px;text-align: left; background: #f5f5f5;padding:10px;}
@media (max-width: 600px) {
#attachment_4240 {width: 100% !important;float:none;margin: 0;}
#attachment_4240 img {width: 100% !important;float:none;margin: 0;}
}
.rpwwt-post-date {font-size:70%;}
.rpwwt-widget ul li {margin: 0 0 0.5em !important;}
.kategorie_footer {background: #666; padding: 5px;color: #FFF;font-size: 13px;text-transform: uppercase;}
.widget li {list-style: none;}
.widget li.termin_footer {margin:0 0 15px 0;}
.hestia-blog-featured-card .card-background:after {background-color: rgba(0,0,0, 0.7) !important;}
.card-background .card-title { color: #ffffff !important;font-size: 22px !important; font-weight:700;}
.hestia-blog-featured-card .card-background .card-body .card-description { color: #ffffff !important;font-size: 18px !important; font-weight:400;}
.hestia-blogs article:nth-of-type(6n+1) .card-body .btn,
.hestia-blogs article:nth-of-type(6n+2) .card-body .btn,
.hestia-blogs article:nth-of-type(6n+3) .card-body .btn {background-color: #be9b53 !important;font-size: 18px;border-radius: 0;box-shadow: 0;-webkit-box-shadow: 0;}
.hestia-blog-featured-card .card.card-raised.card-background {box-shadow: none;border-radius: 0;-webkit-box-shadow: none;}
.hestia-blog-featured-card .card.card-raised.card-background:after {box-shadow: none;border-radius: 0;-webkit-box-shadow: none;}
body .card .card-image, body .card-no-width .card-image, body .card .header, body .card-no-width .header, body .card-profile .card-avatar, body .card-testimonial .card-avatar img, body .card-raised, .img-raised, body .iframe-container iframe {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
border-radius: none !important;
}
body .card-plain .card-image, body .card-plain .card-image img { border-radius: 0;}
footer.footer.footer-black .copyright {color: #999999;opacity: 1; font-size: 12px;}
.row .card-description {font-size: 18px !important;line-height: 1.618;color: #7A7A7A;font-weight: 400;}
.row .posted-by {font-size: 16px !important; line-height: 1.618; color: #7A7A7A !important; font-style: italic;font-weight: 400;}
.card-blog a.moretag {color: #be9b53;}
.pagination span.current, .pagination span.current:focus, .pagination span.current:hover {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
body:not(.woocommerce-page) .button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.add_to_cart_button):hover, body:not(.woocommerce-page) button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.close):hover, div.wpforms-container .wpforms-form button[type=submit].wpforms-submit:hover, input[type="submit"]:hover, input[type="button"]:hover, input#searchsubmit:hover, .widget_product_search button[type="submit"]:hover, .pagination span.current, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .hestia-sidebar-open.btn.btn-rose:hover, .hestia-sidebar-close.btn.btn-rose:hover, .pagination span.current:hover, .everest-forms button[type=submit].everest-forms-submit-button:hover, .everest-forms button[type=submit].everest-forms-submit-button:focus, .everest-forms button[type=submit].everest-forms-submit-button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
body .tmm .tmm_plugin_f .tmm_desc p span, body .tmm .tmm_plugin_f .tmm_desc p, body .tmm .tmm_plugin_f .tmm_desc {font-weight: 400; font-size: 12px;}
body .tmm .tmm_plugin_f .tmm_job {color: #be9b53;}
body .tmm .tmm_member .tmm_photo {border-radius: 0% !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;border: 1px solid #222222;transform: scale(1.0);transition: transform .3s;}
body .tmm .tmm_member .tmm_photo:hover {transform: scale(1.1);transition: transform .3s;}
body .tmm .tmm_member {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;border: none;background: rgba(34,34,34, 0.1);border-top: none !important;}
body .tmm .tmm_member .tmm_photo {background-position: inherit !important;width: 100%;padding-bottom: 100%;}
@media (min-width: 1024px) {
.weitehoehe > .elementor-container > .elementor-row {width:100vw; height:25vw;}
.weitehoehe > .elementor-container > .elementor-row a {color: #ffffff;}
}
body ul.job_listings li.job_listing a div.position {padding: 0 0 0 0;}
body ul.job_listings li.job_listing a {padding: 1em 0.5em 1em 0.5em;}
.jobtitle h4 {font-family: Roboto; font-size: 18px; color: #535353;}
.center p {
text-align: center;
width: 100%;
color: var(--e-global-color-fdbba8b);
margin-top: 15px;
display: block;
clear: both;
}
.mc4wp-form input[type="text"], 
.mc4wp-form input[type="email"], 
.mc4wp-form input[type="url"], 
.mc4wp-form input[type="password"], 
.mc4wp-form input[type="search"], 
.mc4wp-form input[type="number"], 
.mc4wp-form input[type="tel"], 
.mc4wp-form input[type="range"], 
.mc4wp-form input[type="date"], 
.mc4wp-form input[type="month"], 
.mc4wp-form input[type="week"], 
.mc4wp-form input[type="time"], 
.mc4wp-form input[type="datetime"], 
.mc4wp-form input[type="datetime-local"], 
.mc4wp-form input[type="color"], 
.mc4wp-form select {
background-color: #fff;
background-image: none !important;
border: 1px solid #d9d9d9;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0;
width: 100%;
height: 50px;
resize: none;
padding: 0 10px 0 20px;
font-size: 16px;
border-radius:  50px 0 0 50px;
}
.mc4wp-form .col-md-9,
.mc4wp-form .col-lg-9,
.mc4wp-form .col-md-3,
.mc4wp-form .col-lg-3 {padding-left: 0px; padding-right: 0px;}
.form-group .form-control {
margin-bottom: 0px;
}
.mc4wp-form input[type="submit"]:not(.search-submit) {padding: 0 20px 0 20px; margin: 0;height: 50px;line-height: 50px;font-size: 16px; border-radius: 0 50px 50px 0;}
#menu-hauptmenue li ul li {border-bottom: 1px solid #b0b0b0;}
#menu-hauptmenue li ul li:last-child {border-bottom: 0px;}
.elementor-icon-list-item svg path, .elementor-icon-list-item svg circle {
fill: #ffffff !important;
}
.nichtdiebreiter {max-width: 670px;margin-right: auto;margin-left: 0;}
.nichtdiebreitel {max-width: 670px;margin-right: 0;margin-left: auto;}
body .hestia-scroll-to-top {opacity: 100;}
body:not(.home) #wp-sponsors div.sponsor-item.default { max-width: 30%; width: 30%; border: 1px solid #be9b53 !important;}
body.page-id-4910 #wp-sponsors div.sponsor-item.default { max-width: 45%; width: 45%;}
body #wp-sponsors div.sponsor-item.default p { padding: 15px; font-size: 0.8em; text-align: justify;margin-bottom: 0;}
body #wp-sponsors {align-items: normal;}
@media (min-width: 1024px) {
body .tmm .tmm_container, body .tmm .tmm_container:last-child { display: flex;}
}
.tmm .tmm_container .tmm_textblock p { margin-bottom: 0 !important;} body .tmm .tmm_theme_f .tmm_desc p, body .tmm .tmm_theme_f .tmm_desc {font-size: 0.7em;font-weight: 400;}
.footer-black #text-12 a { display: inline-block;}
.elementor-tab-title.eael-accordion-header.show.active {display: flex !important;}
.blog-post .section-text h4.eael-accordion-tab-title {margin-bottom:0 !important;}
body .gallery img {
border: none !important;
border-radius: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn.btn-just-icon {
color: #ffffff !important;
background-color: var( --e-global-color-primary ) !important;
}
.eael-grid-post .eael-entry-thumbnail>img {
max-height: 274px;
}
.em-search form .form-group {
margin-bottom: 0;
padding-bottom: 0;
}
.em-search form .em-search-views {display: none !important;}
.em.em-search .em-search-main.em-search-main-bar>.em-search-submit button {background-color: #be9b53 !important;border-color: #be9b53 !important;}
.em-search-section-location.em-search-advanced-section {display: none !important;}
h1, h2, h3, h4, h5, h6 {font-family: 'Roboto Slab';}
.post-carousel-categories li {text-align: center;width: 100%;}
.post-carousel-categories li:first-child {display: none !important;}
.verbaende-img figure.elementor-image-box-img { height: 150px; width: 100%; }
.verbaende-img figure img { max-height: 100%; width: auto; margin: 0 auto; }
.navbar-fixed-top {box-shadow: 0 0 6px #000000;}
.navbar .navbar-header .navbar-brand img { padding: 5px 0; }
.elementor-kit-4254 button.navbar-toggle {background: none !important;}
.clear {display: block; clear: both;}
@media (max-width: 992px) {
footer.footer .content {text-align: center;}
footer.footer .content .rpwwt-widget ul {text-align: left;}
footer.footer .content #media_image-2 img {margin: 0 auto;}
}
.job-manager .job-type, .job_listing .job-type, .job-types .job-type {
color: var( --e-global-color-primary ) !important;
}
.page:not(.woocommerce-page) .blog-post .section-text .job_listings h4 {margin: 0 !important;}
ul.job_listings li.job_listing a img.company_logo {width: 60px; height: 60px;}
body.single-job_listing article.section-text .entry-content img.attachment-post-thumbnail {display: none;}
.single_job_listing .company .name {padding: 15px 0 15px 1em !important;}
.single_job_listing .meta .job-type {background: none !important;}
ul.job_listings>li:nth-child(odd) {background: #f6f6f6 !important;}
ul.job_listings>li:nth-child(even) {background: #f1f1f1 !important;}
.arbeitsort h4, .jobmeta h4 {
font-family: Roboto;
font-size: 18px;
color: #535353;
}
span.dunkel {color: #535353;}
.single-job_listing .section.related-posts {display: none !important;}
@media (max-width: 768px) {
body:not(.home) .row #wp-sponsors div.sponsor-item.default {
max-width: 100% !important;
width: 100% !important;
margin: 0 0 20px 0 !important;
border: 1px solid #be9b53 !important;
}
}
#main-navigation ul.nav>li.current-menu-ancestor>a {color: #be9b53;}
.navbar #main-navigation .navbar-nav>li .dropdown-menu li.active>a {color: #be9b53;}
@media (max-width: 768px) {
.navbar #main-navigation .navbar-nav .dropdown .dropdown-menu li a {
color: #999999;
padding: 10px 0 10px 0px;
}
#main-navigation ul.nav>li>a {font-size: 14px;}
}
a.btn {color: #ffffff !important;}
@media (min-width: 992px) {
.col-md-8.page-content-wrap {width: 100% !important;}
} .ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper {min-width: 120px; min-height: 80px; border: 1px solid #ffffff; margin: 0 2px;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-timer-dots {display: none !important;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-countdown-time {line-height: normal !important;text-align: center !important;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-countdown-number {color: #be9b53 !important;}
@media (max-width: 1024px) {
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper {min-width: 100px; min-height: 70px; border: 1px solid #ffffff; margin: 0 2px;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper .ycd-simple-countdown-number {font-size: 50px !important;}
}
@media (max-width: 768px) {
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper {min-width: 80px; min-height: 60px; border: 1px solid #ffffff; margin: 0 1px;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper .ycd-simple-countdown-number {font-size: 40px !important;}
}
@media (max-width: 480px) {
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper {min-width: 60px; min-height: 60px; border: 1px solid #ffffff; margin: 0 1px;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper .ycd-simple-countdown-number {font-size: 30px !important;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-seconds {display: none !important;}
}
body.home .eael-grid-post-holder-inner .eael-entry-header {margin-bottom: 15px !important;}
.single-post-container .section-blog-info .row>div:first-child {display: none;}
.single-post-container .section-blog-info .row>div.col-md-6 {width: 100%;}
.section.section-blog-info {padding-bottom: 20px;}
.page-header.header-small .container { padding-top: 130px !important; padding-bottom: 50px !important; }
body.page-id-6774 .tmm_photo {display: none !important;}
body.page-id-6774 .tmm_member {
margin-right: 1% !important;
margin-left: 1% !important;
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.menu-item-8212 a span.team {color: #e8302a !important;}
.menu-item-8212 a span.paris {color: #014d9a !important;}
.ycd-simple-current-unite,
.wp-video {margin: 0 auto;}
body .emagic .ep-events .ep-box-card-item .ep-box-card-thumb { background-color: ffffff !important;max-height: 60px !important; height: 100% !important;}
body .ep-card-footer-wrap,
body .ep-events-container .ep-search-filter-bar,
body .ep-event-list-price,
body.single-em_event .ep-single-event-slide-container,
body.single-em_event #ep_single_event_event_type,
body.single-em_event #ep-sl-right-area,
body.single-em_event #ep-sl-venue-details > .material-icons-outlined,
body .ep-event-types.ep-d-flex.ep-flex-wrap
{display: none !important;}
body.single-em_event #ep-sl-venue-details > .material-icons-outlined#ep_sl_venue_more
{display: inline-block !important;}
body.single-em_event .ep-box-row .ep-box-col-8,
body.single-em_event .ep-box-row .ep-box-col-4 {flex: 0 0 100%; max-width: 100%;}
body.single-em_event .ep-box-row.ep-gx-5 .ep-box-col-8 {max-width: 700px; margin: 0 auto; text-align: center;}
body #ep_events_front_views_square_grid .ep-box-card-thumb img {height: auto !important;}
body .ep-events-container .ep-bg-light { background-color: transparent !important;border: none !important;}
body .ep-events-container .ep-bg-light .ep-box-col-4 { width:100% !important;flex: 0 0 100%; max-width: 100%;}
body .ep-events-container .ep-bg-light .ep-btn-group button { background-color: #ffffff !important;}
body .ep-bg-white { background-color: #ffffff !important;}
body .ep-text-dark {color: #000000 !important;}
body .ep-fs-6 {font-size: 18px !important;font-weight: 500 !important;}
body .ep-box-card-title,
body .ep-card-event-date-start,
body .ep-card-event-date.ep-d-flex { text-align: center !important;}
body .ep-event-details.ep-d-flex {display: block !important;}
body .ep-card-event-date.ep-d-flex.ep-text-muted,
body .ep-card-event-date-wrap.ep-d-flex.ep-fw-bold.ep-text-small {display: block !important;}
body .ep-box-card-venue.ep-card-venue::before,
body .ep-text-dark.ep-fw-bold.ep-mr-1::before { content: 'wetere Wettkämpfe in der Sportart: '}
body .ep-box-card-venue.ep-card-venue {font-size: 15px !important;font-weight: 400 !important; text-align: center;}
body.home .ep-box-card-venue.ep-card-venue {display: none !important;}
body .ep-text-primary {font-size: 17px !important;font-weight: 600 !important; text-align: center;}
.ep-box-card-desc {font-size: 15px !important;font-weight: 400 !important; text-align: center;}
body #ep_event_search_form .ep_event_view_filter.ep-active-view {color: #969696 !important;}
body.single-em_event .ep-box-col-12.ep-sl-event-date span {font-size: 30px !important;font-weight: 500 !important;}
body.single-em_event #ep-sl-event-name h2 {font-size: 40px !important;font-weight: 700 !important;border-left: none !important;color: #be9b53 !important;}
body.single-em_event #ep-sl-venue-map .ep-text-dark.ep-fw-bold.ep-mr-1 {font-size: 20px !important;font-weight: 400 !important;border-left: none !important;}
body.single-em_event #ep_single_event_description {font-size: 20px !important;font-weight: 300 !important;}
body.single-em_event #ep_single_event_description::before {content: 'Athlet:innen:'}
body.single-em_event .ep-tab-content input.ep-btn { color: #ffffff !important;}
.ep-sl-other-event-img {width: 53px; object-position: 0 0;}
body #ep_event_calendar.fc .fc-toolbar.fc-header-toolbar {background-color: transparent !important;border: none !important;}
body #ep_event_calendar .fc-header-toolbar h2.fc-toolbar-title {font-size: 20px !important;font-weight: 700 !important;color: #be9b53 !important;}
body #ep_event_calendar table.fc-scrollgrid { background-color: transparent !important;}
body .fc-scrollgrid-sync-table a:not(.btn):not(.button):not(.added_to_cart):hover {opacity: 1 !important;}
body #ep_event_calendar .fc-h-event .fc-event-time, body  #ep_event_calendar .fc-daygrid-event .fc-event-time {font-size: 14px;font-weight: 300;}
body #ep_event_calendar .fc-h-event .fc-event-title, body #ep_event_calendar .fc-daygrid-event .fc-event-title {font-size: 15px;font-weight: 500;}
.mfp-gallery button {border: 0 !important;}
table > thead > tr { background: #ffffff !important;}
.ep_event_popup_date_time_wrap.ep-d-flex {display: none !important;}
.ep-event-modal-head .ep_event_popup_title {font-size: 1.5rem !important;}
.ep_event_popup_address {font-size: 1.5rem !important; color: #BE9B53 !important;}
body .elementor-widget-prime-slider-dragon {margin-bottom: 0 !important;}
body .bdt-prime-slider-dragon .bdt-ps-button-small-circle,
body .bdt-prime-slider-dragon .bdt-ps-button-arrow {background-color: var(--e-global-color-primary) !important;}
body .bdt-prime-slider-dragon .bdt-ps-button-arrow:after {border-left: 7px solid var(--e-global-color-primary) !important;}
@media (min-width: 1024px) {
.bdt-prime-slider-dragon .bdt-ps-dragon-slide-image {
-webkit-mask-image: none !important;
mask-image: none !important;
}
}
.bdt-slideshow-items li.bdt-slideshow-item .bdt-prime-slider-wrapper .bdt-prime-slider-content h1 span.frist-word {font-size: 4.0vw;hyphens: auto;}
.eael-toc.eael-toc-disable {display: block !important;top: 40%; position: fixed;}
body .eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill { background-color: var(--e-global-color-primary) !important;}
#post-3976 .content .text h5 {hyphens: auto;}
body footer.ea11y-widget-footer {display: none !important;}
.green a {color: #419a34 !important;}
.green:hover a, .green.active a {color: #e30613 !important;}@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-100italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-300italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-regular.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-500italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-700italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-v30-latin-900italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-300.svg#RobotoSlab) format('svg'); } @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab) format('svg'); } @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-500.svg#RobotoSlab) format('svg'); } @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.eot); src: local(''),
url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.eot?#iefix) format('embedded-opentype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.woff2) format('woff2'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.woff) format('woff'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.ttf) format('truetype'), url(//www.osp-brandenburg.de/wp-content/themes/osp/fonts/roboto-slab-v24-latin-700.svg#RobotoSlab) format('svg'); }
a.Aktuell,
.section.section-blog-info {display: none !important; position:absolute !important; left: -9999px !important; top: -9999px !important;}
@media (min-width: 768px) {
nav.navbar>div.container {padding: 0 15px;}
.navbar .navbar-nav > li a {
line-height: 100px;
height: 100px;
padding: 0px 10px 0px 10px;
vertical-align: baseline;
width: auto;
display: block;
color: #333;
text-transform: uppercase;
text-decoration: none;
text-align: center;
text-decoration: none;
background: none;
border: 0;
border-radius: 0;
font-family: Roboto Condensed;
font-size: 17px;
font-weight: 500;
outline: none;
}
.navbar .navbar-nav > li.active a {color: #be9b53;}
.navbar .navbar-nav > li ul {
background-color: rgba(255,255,255,0.9);
}
.navbar .navbar-nav > li li a {
line-height: 30px;
height: 30px;
text-align: left;
}
#menu-item-4253 ul.dropdown-menu {right: 0% !important;}
#menu-item-4253 ul.dropdown-menu li a {text-align: right;}
.navbar .navbar-nav > li .dropdown-menu li > a {
padding: 0 10px;
}
.navbar .navbar-nav > li a:not(.btn):not(.button):not(.added_to_cart):hover {
opacity: 1;
}
}
.navbar .navbar-nav > li a {text-align: center;}
body.home .navbar-default {
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
body.home .navbar-default.navbar-scroll-point {
background-color: rgba(255,255,255,0.9);
border-color: #e7e7e7;
box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}
.startseite {font-size: 18px;line-height: 1.5;font-weight: 300;color: #999999;font-family: "Roboto", "Helvetica", "Arial", sans-serif;text-align: center;}
body {color: #535353;font-size: 18px;}
.mittig {max-width: 1170px; margin: 0 auto;}
#mitte, #mittetwo {max-width: 1170px; margin: 0 auto;}
.cl-effect-2 .creativelink- { background: none; }
.cl-effect-2 .creativelink-:hover { color: #fff; background: #dd3333; }
body.home .navbar-default { background-color: rgba(255,255,255,0.9);}
label { width: 100%;}
.page-header.header-small .headcontainer {
padding-top: 130px;
padding-bottom: 30px;
}
.hestia-blogs article h6.category a {color:#be9b53 !important;}
.article h6.category a {color:#be9b53 !important;}
.hestia-blog-featured-card .card-body { padding: 15px 0px !important;}
.page-header.header-small {
min-height: 200px;
}
.footer-big ul li a, .widget ul li, .widget li {padding: 0 !important; border-radius: 0 !important; line-height: 1.42857143 !important; font-weight: 300 !important;
color: #999999;}
.footer-big ul li a {text-transform:none !important;}
.footer-big ul li span.post-date {padding: 0 0 14px 0 !important;}
footer.footer.footer-black a { color: #999999 !important;}
.widget ul { padding: 0 !important;}
.footer-big .copyright { padding: 3px 0 !important;opacity: .75;}
.pull-right { float: none !important;}
.page-content-wrap h4.card-title {font-size: 18px !important; }
.card-description { font-size: 14px !important;}
.newsblog>div {margin-bottom:25px;}
.newsblog>div:nth-child(3n+1){
clear: both; 
}
.single-post-wrap img.attachment-post-thumbnail {width: 100%; max-width: 100%; margin: 0 auto 30px;}
@media (min-width: 992px) {
.entry-social {
text-align: center !important;
}
.blog-post article.section .col-md-offset-2 {
margin-left: 0%;
}
}
.navbar .navbar-header .navbar-brand img { max-height: 80px !important;}
.navbar .navbar-header .navbar-brand img {
max-height: 80px !important;
}
body.home .mittig p {text-align: justify;}
body.home #primary {display: none !important;}
body.home #post-2 {padding-top: 0 !important;}
.sponsor-item.sportpartner {border: 2px solid #dfdfdf;}
.sponsor-item.sportpartner:hover {border: 2px solid #de1717;}
#wp-sponsors.clearfix::before,
#wp-sponsors.clearfix::after {content: none;}
.vc_column-inner ul, .vc_column-inner ol {padding-left: 25px;}
@media (min-width: 769px) {
.navbar-fixed-top .container {position: relative;}
.navbar-fixed-top .container #mega-menu-wrap-primary {position: absolute; right: 0;}
.menu-item-4845 > ul.dropdown-menu {right: 1% !important;left:auto;}
}
@media (max-width: 768px) {
nav .container>.navbar-header {
margin-right: 0;
margin-left: 0;
}
body.home .main #post-2 {
padding-top: 100px !important;
}
body.home .navbar-default {
background-color: rgba(255,255,255,1) !important;
}
}
.sponsor-item.sportpartner { border: 0 !important;}
body.home .sponsor-item img { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: url(//www.osp-brandenburg.de/elements/grayscale.svg#desaturate); filter: gray; -webkit-filter: grayscale(1); }
body.home .sponsor-item a:not(.btn):not(.button):not(.added_to_cart):hover { opacity: 1; }
body.home .sponsor-item img:hover { filter: grayscale(0%); filter: none; -webkit-filter: grayscale(0); transition: 0.5s ease-in-out;transform: scale(1.2, 1.2);}
body.home .sponsor-item img { transition: 0.5s ease-in-out;}
body.home #ycd-circle-1733 .textDiv_Months h4, body.home #ycd-circle-1733 .textDiv_Months span,
body.home #ycd-circle-1733 .textDiv_Days h4, body.home #ycd-circle-1733 .textDiv_Days span,
body.home #ycd-circle-1733 .textDiv_Hours h4, body.home #ycd-circle-1733 .textDiv_Hours span,
body.home #ycd-circle-1733 .textDiv_Minutes h4, body.home #ycd-circle-1733 .textDiv_Minutes span { color: #ffffff !important; }
.slick-list {width: 100%;}
#rev_slider_1_1_wrapper, #rev_slider_1_1 {width:100% !important;}
#rev_slider_1_1_wrapper {left: 0 !important;}
#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head, .cli-tab-container h4 {text-align: center; margin-bottom: 25px; font-size: 25px; color: #5a5a5a;font-family: inherit;}
#cookie-law-info-bar[data-cli-type=popup] .cli-bar-message, .cli-privacy-content-text { margin-bottom: 20px; text-align: justify; color: #5a5a5a; font-size: 17px; line-height: 1.25em;}
.cli-style-v2 .cli-bar-btn_container .cli_action_button.wt-cli-accept-all-btn, .cli-tab-footer .wt-cli-privacy-accept-btn { width: 100%; margin-left: 0; font-size: 16px; }
.wt-cli-ckyes-brand-logo {display: none !important;}
nav.navbar>.container {width: 100%;} .em-search-category > label > span {display: none;}
.em-search-category > label > select,
.em-search-advanced > input[type=submit].em-search-submit {width: 100%; font-size: 17px;text-align: center;}
.platzhalter {margin-bottom: 20px;width:100%;display:block;clear: both;}
.em .em-list, .em.em-list {
display: block !important;
}
.em-events-list .center,
.css-events-list .center,
.wettkaempfe .center {text-align: center;} 
.em-events-list .col-md-6 .event {border: solid 1px #e4e4e4;background: #ffffff;transition: .3s ease-in-out;}
.em-events-list .col-md-6 .event:hover {background: #efefef;transition: .3s ease-in-out;}
.em-events-list .col-md-6 .event .location {display: inline-block;opacity: .6;font-size: .8em;}
.em-events-list .col-md-6 .event .location p {display: inline-block;opacity: 1 !important;font-size: 1em !important;}
.css-events-list .col-md-6:nth-child(odd),
.em-events-list .col-md-6:nth-child(odd) {clear: both;} 
@media (min-width: 992px) {
.css-events-list .col-md-6:nth-child(odd),
.em-events-list .col-md-6:nth-child(odd) {padding-left: 0px; clear: both;}
.css-events-list .col-md-6:nth-child(even),
.em-events-list .col-md-6:nth-child(even) {padding-right: 0px;} 
}
.wettkaempfe h4.author,
.wettkaempfe img.default-featured-img {display: none;}
.css-events-list .event,
.em-events-list .event {
background: #FFF;
box-shadow: 0px 0px 3px #e4e4e4;
display: flex;
position: relative;
min-height: 195px;
margin-bottom: 10px !important;
}
.css-events-list .event .date,
.em-events-list .event .date {
width: 30%;
min-height: 150px;
position: relative;
border-right: solid 1px #e4e4e4;
}
.css-events-list .event .content,
.em-events-list .event .content {
padding: 20px;
width: 70%;
}
.css-events-list .event .date .inner,
.em-events-list .event .date .inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
display: -webkit-flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px;
}
.css-events-list .event .date .month, .css-events-list .event .date .day, .css-events-list .event .date .year,
.em-events-list .event .date .month, .em-events-list .event .date .day, .em-events-list .event .date .year {
display: block;
width: 100%;
text-align: center;
max-width: 100px;
}
.css-events-list .event .date .month,
.em-events-list .event .date .month {
font-weight: 700;
text-transform: uppercase;
font-size: 17px;
}
.css-events-list .event .date .day,
.em-events-list .event .date .day {
font-weight: 700;
font-size: 40px;
line-height: 1;
margin-bottom: 5px;
}
.css-events-list .event .date .year,
.em-events-list .event .date .year {
padding: 5px 0px;
line-height: 1;
border-top: dotted 1px #CCC;
border-bottom: dotted 1px #CCC;
}
.css-events-list .event .event-categories,
.em-events-list .event .event-categories {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
margin-bottom: 10px;
}
.css-events-list .event .event-categories a,
.em-events-list .event .event-categories a,
.css-events-list .event .event-categories a:hover,
.em-events-list .event .event-categories a:hover {
color: #ffffff !important;
cursor: default;
opacity: 1;
}
.css-events-list .event .event-categories li,
.em-events-list .event .event-categories li {
margin-right: 5px;
background: #be9b53;
display: block;
padding: 5px;
color: #FFF;
font-size: 13px;
line-height: 1;
text-transform: uppercase;
}
.css-events-list .event .event-categories li a,
.em-events-list .event .event-categories li a {
color: #FFF;
}
.css-events-list .event .content h5,
.em-events-list .event .content h5 {
margin-bottom: 7px;
transition: all 0.3s;
font-size: 22px !important;
}
.css-events-list .event .meta .event-date, .css-events-list .event .meta .location p,
.em-events-list .event .meta .event-date, .em-events-list .event .meta .location p {
opacity: .6;
font-size: .8em;
margin-bottom: 1em;
}
.css-events-list .event .meta .location p,
.em-events-list .event .meta .location p {
margin-bottom: 0;
} .onesignal-bell-container .kickback {display: none !important;}
table > thead > tr > th {font-weight: 700 !important;}
table > thead > tr {background:#eddfdf;}
table tr.even {background:#f7f2f2;}
table tr.top td {vertical-align: top;}
table tr img.alignnone { margin-bottom: 0;}
.clear {clear: both;}
#attachment_4240 img {width: 100%;}
.blog-post .section-text p.wp-caption-text {line-height: 1;font-weight: 300;font-size: 13px;text-align: left; background: #f5f5f5;padding:10px;}
@media (max-width: 600px) {
#attachment_4240 {width: 100% !important;float:none;margin: 0;}
#attachment_4240 img {width: 100% !important;float:none;margin: 0;}
}
.rpwwt-post-date {font-size:70%;}
.rpwwt-widget ul li {margin: 0 0 0.5em !important;}
.kategorie_footer {background: #666; padding: 5px;color: #FFF;font-size: 13px;text-transform: uppercase;}
.widget li {list-style: none;}
.widget li.termin_footer {margin:0 0 15px 0;}
.hestia-blog-featured-card .card-background:after {background-color: rgba(0,0,0, 0.7) !important;}
.card-background .card-title { color: #ffffff !important;font-size: 22px !important; font-weight:700;}
.hestia-blog-featured-card .card-background .card-body .card-description { color: #ffffff !important;font-size: 18px !important; font-weight:400;}
.hestia-blogs article:nth-of-type(6n+1) .card-body .btn,
.hestia-blogs article:nth-of-type(6n+2) .card-body .btn,
.hestia-blogs article:nth-of-type(6n+3) .card-body .btn {background-color: #be9b53 !important;font-size: 18px;border-radius: 0;box-shadow: 0;-webkit-box-shadow: 0;}
.hestia-blog-featured-card .card.card-raised.card-background {box-shadow: none;border-radius: 0;-webkit-box-shadow: none;}
.hestia-blog-featured-card .card.card-raised.card-background:after {box-shadow: none;border-radius: 0;-webkit-box-shadow: none;}
body .card .card-image, body .card-no-width .card-image, body .card .header, body .card-no-width .header, body .card-profile .card-avatar, body .card-testimonial .card-avatar img, body .card-raised, .img-raised, body .iframe-container iframe {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
border-radius: none !important;
}
body .card-plain .card-image, body .card-plain .card-image img { border-radius: 0;}
footer.footer.footer-black .copyright {color: #999999;opacity: 1; font-size: 12px;}
.row .card-description {font-size: 18px !important;line-height: 1.618;color: #7A7A7A;font-weight: 400;}
.row .posted-by {font-size: 16px !important; line-height: 1.618; color: #7A7A7A !important; font-style: italic;font-weight: 400;}
.card-blog a.moretag {color: #be9b53;}
.pagination span.current, .pagination span.current:focus, .pagination span.current:hover {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
body:not(.woocommerce-page) .button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.add_to_cart_button):hover, body:not(.woocommerce-page) button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.close):hover, div.wpforms-container .wpforms-form button[type=submit].wpforms-submit:hover, input[type="submit"]:hover, input[type="button"]:hover, input#searchsubmit:hover, .widget_product_search button[type="submit"]:hover, .pagination span.current, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .hestia-sidebar-open.btn.btn-rose:hover, .hestia-sidebar-close.btn.btn-rose:hover, .pagination span.current:hover, .everest-forms button[type=submit].everest-forms-submit-button:hover, .everest-forms button[type=submit].everest-forms-submit-button:focus, .everest-forms button[type=submit].everest-forms-submit-button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
body .tmm .tmm_plugin_f .tmm_desc p span, body .tmm .tmm_plugin_f .tmm_desc p, body .tmm .tmm_plugin_f .tmm_desc {font-weight: 400; font-size: 12px;}
body .tmm .tmm_plugin_f .tmm_job {color: #be9b53;}
body .tmm .tmm_member .tmm_photo {border-radius: 0% !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;border: 1px solid #222222;transform: scale(1.0);transition: transform .3s;}
body .tmm .tmm_member .tmm_photo:hover {transform: scale(1.1);transition: transform .3s;}
body .tmm .tmm_member {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;border: none;background: rgba(34,34,34, 0.1);border-top: none !important;}
body .tmm .tmm_member .tmm_photo {background-position: inherit !important;width: 100%;padding-bottom: 100%;}
@media (min-width: 1024px) {
.weitehoehe > .elementor-container > .elementor-row {width:100vw; height:25vw;}
.weitehoehe > .elementor-container > .elementor-row a {color: #ffffff;}
}
body ul.job_listings li.job_listing a div.position {padding: 0 0 0 0;}
body ul.job_listings li.job_listing a {padding: 1em 0.5em 1em 0.5em;}
.jobtitle h4 {font-family: Roboto; font-size: 18px; color: #535353;}
.center p {
text-align: center;
width: 100%;
color: var(--e-global-color-fdbba8b);
margin-top: 15px;
display: block;
clear: both;
}
.mc4wp-form input[type="text"], 
.mc4wp-form input[type="email"], 
.mc4wp-form input[type="url"], 
.mc4wp-form input[type="password"], 
.mc4wp-form input[type="search"], 
.mc4wp-form input[type="number"], 
.mc4wp-form input[type="tel"], 
.mc4wp-form input[type="range"], 
.mc4wp-form input[type="date"], 
.mc4wp-form input[type="month"], 
.mc4wp-form input[type="week"], 
.mc4wp-form input[type="time"], 
.mc4wp-form input[type="datetime"], 
.mc4wp-form input[type="datetime-local"], 
.mc4wp-form input[type="color"], 
.mc4wp-form select {
background-color: #fff;
background-image: none !important;
border: 1px solid #d9d9d9;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0;
width: 100%;
height: 50px;
resize: none;
padding: 0 10px 0 20px;
font-size: 16px;
border-radius:  50px 0 0 50px;
}
.mc4wp-form .col-md-9,
.mc4wp-form .col-lg-9,
.mc4wp-form .col-md-3,
.mc4wp-form .col-lg-3 {padding-left: 0px; padding-right: 0px;}
.form-group .form-control {
margin-bottom: 0px;
}
.mc4wp-form input[type="submit"]:not(.search-submit) {padding: 0 20px 0 20px; margin: 0;height: 50px;line-height: 50px;font-size: 16px; border-radius: 0 50px 50px 0;}
#menu-hauptmenue li ul li {border-bottom: 1px solid #b0b0b0;}
#menu-hauptmenue li ul li:last-child {border-bottom: 0px;}
.elementor-icon-list-item svg path, .elementor-icon-list-item svg circle {
fill: #ffffff !important;
}
.nichtdiebreiter {max-width: 670px;margin-right: auto;margin-left: 0;}
.nichtdiebreitel {max-width: 670px;margin-right: 0;margin-left: auto;}
body .hestia-scroll-to-top {opacity: 100;}
body:not(.home) #wp-sponsors div.sponsor-item.default { max-width: 30%; width: 30%; border: 1px solid #be9b53 !important;}
body.page-id-4910 #wp-sponsors div.sponsor-item.default { max-width: 45%; width: 45%;}
body #wp-sponsors div.sponsor-item.default p { padding: 15px; font-size: 0.8em; text-align: justify;margin-bottom: 0;}
body #wp-sponsors {align-items: normal;}
@media (min-width: 1024px) {
body .tmm .tmm_container, body .tmm .tmm_container:last-child { display: flex;}
}
.tmm .tmm_container .tmm_textblock p { margin-bottom: 0 !important;} body .tmm .tmm_theme_f .tmm_desc p, body .tmm .tmm_theme_f .tmm_desc {font-size: 0.7em;font-weight: 400;}
.footer-black #text-12 a { display: inline-block;}
.elementor-tab-title.eael-accordion-header.show.active {display: flex !important;}
.blog-post .section-text h4.eael-accordion-tab-title {margin-bottom:0 !important;}
body .gallery img {
border: none !important;
border-radius: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn.btn-just-icon {
color: #ffffff !important;
background-color: var( --e-global-color-primary ) !important;
}
.eael-grid-post .eael-entry-thumbnail>img {
max-height: 274px;
}
.em-search form .form-group {
margin-bottom: 0;
padding-bottom: 0;
}
.em-search form .em-search-views {display: none !important;}
.em.em-search .em-search-main.em-search-main-bar>.em-search-submit button {background-color: #be9b53 !important;border-color: #be9b53 !important;}
.em-search-section-location.em-search-advanced-section {display: none !important;}
h1, h2, h3, h4, h5, h6 {font-family: 'Roboto Slab';}
.post-carousel-categories li {text-align: center;width: 100%;}
.post-carousel-categories li:first-child {display: none !important;}
.verbaende-img figure.elementor-image-box-img { height: 150px; width: 100%; }
.verbaende-img figure img { max-height: 100%; width: auto; margin: 0 auto; }
.navbar-fixed-top {box-shadow: 0 0 6px #000000;}
.navbar .navbar-header .navbar-brand img { padding: 5px 0; }
.elementor-kit-4254 button.navbar-toggle {background: none !important;}
.clear {display: block; clear: both;}
@media (max-width: 992px) {
footer.footer .content {text-align: center;}
footer.footer .content .rpwwt-widget ul {text-align: left;}
footer.footer .content #media_image-2 img {margin: 0 auto;}
}
.job-manager .job-type, .job_listing .job-type, .job-types .job-type {
color: var( --e-global-color-primary ) !important;
}
.page:not(.woocommerce-page) .blog-post .section-text .job_listings h4 {margin: 0 !important;}
ul.job_listings li.job_listing a img.company_logo {width: 60px; height: 60px;}
body.single-job_listing article.section-text .entry-content img.attachment-post-thumbnail {display: none;}
.single_job_listing .company .name {padding: 15px 0 15px 1em !important;}
.single_job_listing .meta .job-type {background: none !important;}
ul.job_listings>li:nth-child(odd) {background: #f6f6f6 !important;}
ul.job_listings>li:nth-child(even) {background: #f1f1f1 !important;}
.arbeitsort h4, .jobmeta h4 {
font-family: Roboto;
font-size: 18px;
color: #535353;
}
span.dunkel {color: #535353;}
.single-job_listing .section.related-posts {display: none !important;}
@media (max-width: 768px) {
body:not(.home) .row #wp-sponsors div.sponsor-item.default {
max-width: 100% !important;
width: 100% !important;
margin: 0 0 20px 0 !important;
border: 1px solid #be9b53 !important;
}
}
#main-navigation ul.nav>li.current-menu-ancestor>a {color: #be9b53;}
.navbar #main-navigation .navbar-nav>li .dropdown-menu li.active>a {color: #be9b53;}
@media (max-width: 768px) {
.navbar #main-navigation .navbar-nav .dropdown .dropdown-menu li a {
color: #999999;
padding: 10px 0 10px 0px;
}
#main-navigation ul.nav>li>a {font-size: 14px;}
}
a.btn {color: #ffffff !important;}
@media (min-width: 992px) {
.col-md-8.page-content-wrap {width: 100% !important;}
} .ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper {min-width: 120px; min-height: 80px; border: 1px solid #ffffff; margin: 0 2px;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-timer-dots {display: none !important;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-countdown-time {line-height: normal !important;text-align: center !important;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-countdown-number {color: #be9b53 !important;}
@media (max-width: 1024px) {
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper {min-width: 100px; min-height: 70px; border: 1px solid #ffffff; margin: 0 2px;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper .ycd-simple-countdown-number {font-size: 50px !important;}
}
@media (max-width: 768px) {
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper {min-width: 80px; min-height: 60px; border: 1px solid #ffffff; margin: 0 1px;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper .ycd-simple-countdown-number {font-size: 40px !important;}
}
@media (max-width: 480px) {
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper {min-width: 60px; min-height: 60px; border: 1px solid #ffffff; margin: 0 1px;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-wrapper .ycd-simple-countdown-number {font-size: 30px !important;}
.ycd-simple-mode-textUnderCountdown .ycd-simple-current-unite-seconds {display: none !important;}
}
body.home .eael-grid-post-holder-inner .eael-entry-header {margin-bottom: 15px !important;}
.single-post-container .section-blog-info .row>div:first-child {display: none;}
.single-post-container .section-blog-info .row>div.col-md-6 {width: 100%;}
.section.section-blog-info {padding-bottom: 20px;}
.page-header.header-small .container { padding-top: 130px !important; padding-bottom: 50px !important; }
body.page-id-6774 .tmm_photo {display: none !important;}
body.page-id-6774 .tmm_member {
margin-right: 1% !important;
margin-left: 1% !important;
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.menu-item-8212 a span.team {color: #e8302a !important;}
.menu-item-8212 a span.paris {color: #014d9a !important;}
.ycd-simple-current-unite,
.wp-video {margin: 0 auto;}
body .emagic .ep-events .ep-box-card-item .ep-box-card-thumb { background-color: ffffff !important;max-height: 60px !important; height: 100% !important;}
body .ep-card-footer-wrap,
body .ep-events-container .ep-search-filter-bar,
body .ep-event-list-price,
body.single-em_event .ep-single-event-slide-container,
body.single-em_event #ep_single_event_event_type,
body.single-em_event #ep-sl-right-area,
body.single-em_event #ep-sl-venue-details > .material-icons-outlined,
body .ep-event-types.ep-d-flex.ep-flex-wrap
{display: none !important;}
body.single-em_event #ep-sl-venue-details > .material-icons-outlined#ep_sl_venue_more
{display: inline-block !important;}
body.single-em_event .ep-box-row .ep-box-col-8,
body.single-em_event .ep-box-row .ep-box-col-4 {flex: 0 0 100%; max-width: 100%;}
body.single-em_event .ep-box-row.ep-gx-5 .ep-box-col-8 {max-width: 700px; margin: 0 auto; text-align: center;}
body #ep_events_front_views_square_grid .ep-box-card-thumb img {height: auto !important;}
body .ep-events-container .ep-bg-light { background-color: transparent !important;border: none !important;}
body .ep-events-container .ep-bg-light .ep-box-col-4 { width:100% !important;flex: 0 0 100%; max-width: 100%;}
body .ep-events-container .ep-bg-light .ep-btn-group button { background-color: #ffffff !important;}
body .ep-bg-white { background-color: #ffffff !important;}
body .ep-text-dark {color: #000000 !important;}
body .ep-fs-6 {font-size: 18px !important;font-weight: 500 !important;}
body .ep-box-card-title,
body .ep-card-event-date-start,
body .ep-card-event-date.ep-d-flex { text-align: center !important;}
body .ep-event-details.ep-d-flex {display: block !important;}
body .ep-card-event-date.ep-d-flex.ep-text-muted,
body .ep-card-event-date-wrap.ep-d-flex.ep-fw-bold.ep-text-small {display: block !important;}
body .ep-box-card-venue.ep-card-venue::before,
body .ep-text-dark.ep-fw-bold.ep-mr-1::before { content: 'wetere Wettkämpfe in der Sportart: '}
body .ep-box-card-venue.ep-card-venue {font-size: 15px !important;font-weight: 400 !important; text-align: center;}
body.home .ep-box-card-venue.ep-card-venue {display: none !important;}
body .ep-text-primary {font-size: 17px !important;font-weight: 600 !important; text-align: center;}
.ep-box-card-desc {font-size: 15px !important;font-weight: 400 !important; text-align: center;}
body #ep_event_search_form .ep_event_view_filter.ep-active-view {color: #969696 !important;}
body.single-em_event .ep-box-col-12.ep-sl-event-date span {font-size: 30px !important;font-weight: 500 !important;}
body.single-em_event #ep-sl-event-name h2 {font-size: 40px !important;font-weight: 700 !important;border-left: none !important;color: #be9b53 !important;}
body.single-em_event #ep-sl-venue-map .ep-text-dark.ep-fw-bold.ep-mr-1 {font-size: 20px !important;font-weight: 400 !important;border-left: none !important;}
body.single-em_event #ep_single_event_description {font-size: 20px !important;font-weight: 300 !important;}
body.single-em_event #ep_single_event_description::before {content: 'Athlet:innen:'}
body.single-em_event .ep-tab-content input.ep-btn { color: #ffffff !important;}
.ep-sl-other-event-img {width: 53px; object-position: 0 0;}
body #ep_event_calendar.fc .fc-toolbar.fc-header-toolbar {background-color: transparent !important;border: none !important;}
body #ep_event_calendar .fc-header-toolbar h2.fc-toolbar-title {font-size: 20px !important;font-weight: 700 !important;color: #be9b53 !important;}
body #ep_event_calendar table.fc-scrollgrid { background-color: transparent !important;}
body .fc-scrollgrid-sync-table a:not(.btn):not(.button):not(.added_to_cart):hover {opacity: 1 !important;}
body #ep_event_calendar .fc-h-event .fc-event-time, body  #ep_event_calendar .fc-daygrid-event .fc-event-time {font-size: 14px;font-weight: 300;}
body #ep_event_calendar .fc-h-event .fc-event-title, body #ep_event_calendar .fc-daygrid-event .fc-event-title {font-size: 15px;font-weight: 500;}
.mfp-gallery button {border: 0 !important;}
table > thead > tr { background: #ffffff !important;}
.ep_event_popup_date_time_wrap.ep-d-flex {display: none !important;}
.ep-event-modal-head .ep_event_popup_title {font-size: 1.5rem !important;}
.ep_event_popup_address {font-size: 1.5rem !important; color: #BE9B53 !important;}
body .elementor-widget-prime-slider-dragon {margin-bottom: 0 !important;}
body .bdt-prime-slider-dragon .bdt-ps-button-small-circle,
body .bdt-prime-slider-dragon .bdt-ps-button-arrow {background-color: var(--e-global-color-primary) !important;}
body .bdt-prime-slider-dragon .bdt-ps-button-arrow:after {border-left: 7px solid var(--e-global-color-primary) !important;}
@media (min-width: 1024px) {
.bdt-prime-slider-dragon .bdt-ps-dragon-slide-image {
-webkit-mask-image: none !important;
mask-image: none !important;
}
}
.bdt-slideshow-items li.bdt-slideshow-item .bdt-prime-slider-wrapper .bdt-prime-slider-content h1 span.frist-word {font-size: 4.0vw;hyphens: auto;}
.eael-toc.eael-toc-disable {display: block !important;top: 40%; position: fixed;}
body .eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill { background-color: var(--e-global-color-primary) !important;}
#post-3976 .content .text h5 {hyphens: auto;}
body footer.ea11y-widget-footer {display: none !important;}
.green a {color: #419a34 !important;}
.green:hover a, .green.active a {color: #e30613 !important;}