@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 60px, 0);
transform: translate3d(0, 60px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 60px, 0);
transform: translate3d(0, 60px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.swiper-slide{
overflow: initial;
} .seosight-elem-info-boxes-wrap.row{
margin-left: 0;
margin-right: 0;
}
.seosight-elem-info-boxes-wrap .heading{
max-width: 90%;
margin-top: 60px;
}
.seosight-elem-info-boxes-wrap .crumina-info-box .info-box-text{
width: 100%;
}
.seosight-elem-info-boxes-wrap.layout-academy .crumina-info-box{
padding: 40px;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
flex-wrap: wrap;
}
.seosight-elem-info-boxes-wrap.layout-academy .heading-title{
width: 90%;
}
.seosight-elem-info-boxes-wrap.layout-academy .crumina-info-box .info-box-image{
border-radius: 10px;
width: 70px;
height: 70px;
background-color: #EFF6FC;
margin-bottom: 25px;
justify-content: center;
}
.seosight-elem-info-boxes-wrap.layout-academy .crumina-info-box .info-box-image i,
.seosight-elem-info-boxes-wrap.layout-academy .crumina-info-box .info-box-image img{
height: 35px;
font-size: 35px;
}
.seosight-elem-info-boxes-wrap.layout-academy .crumina-info-box .read-more{
margin-top: auto;
}
.seosight-elem-info-boxes-wrap.layout-academy .crumina-info-box .info-box-title{
margin-bottom: 45px;
}
.seosight-elem-info-boxes-wrap.layout-academy .crumina-info-box .info-box-text{
margin-bottom: 0;
}
.seosight-elem-info-boxes-wrap.layout-academy .crumina-info-box .read-more i{
font-size: 20px;
}
.seosight-elem-info-boxes-wrap.layout-academy .info-box-column:nth-child(2) .info-box-title,
.seosight-elem-info-boxes-wrap.layout-academy .info-box-column:nth-child(4) .info-box-title,
.seosight-elem-info-boxes-wrap.layout-academy .info-box-column:nth-child(2) .read-more,
.seosight-elem-info-boxes-wrap.layout-academy .info-box-column:nth-child(4) .read-more{
color: #fff;
}
.seosight-elem-info-boxes-wrap.layout-academy .info-box-column:nth-child(2) .crumina-info-box{
background-color: var(--primary-accent-color);
border-radius: 20px 0 0 0;
}
.seosight-elem-info-boxes-wrap.layout-academy .info-box-column:nth-child(4) .crumina-info-box{
background-color: var(--secondary-accent-color);
border-radius: 20px 0 0 20px;
}
.seosight-elem-info-boxes-wrap.layout-academy .info-box-column:nth-child(6) .crumina-info-box{
background-color: #f8b03c;
border-radius: 0 0 20px 0;
} @media (max-width: 1200px) {
.seosight-elem-info-boxes-wrap.layout-academy .crumina-info-box,
.seosight-elem-info-boxes-wrap.layout-academy .info-box-column:nth-child(2) .crumina-info-box,
.seosight-elem-info-boxes-wrap.layout-academy .info-box-column:nth-child(4) .crumina-info-box,
.seosight-elem-info-boxes-wrap.layout-academy .info-box-column:nth-child(6) .crumina-info-box{
border-radius: 0;
}
}
@media (max-width: 800px) {
.seosight-elem-info-boxes-wrap.layout-academy .crumina-info-box{
padding: 20px;
}
} .seosight-elem-info-boxes-wrap.layout-circles{
display: flex;
align-items: flex-start;
justify-content: center;
flex-wrap: wrap;
}
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box{
padding: 35px;
margin: 0 auto 5px;
background: #fff;
width: 370px;
height: 370px;
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
}
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box .info-box-image-cont{
width: 100%;
margin-bottom: 20px;
}
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box .info-box-image{
margin: 0 auto;
border-radius: 0;
justify-content: center;
}
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box .info-box-image i,
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box .info-box-image img{
height: 35px;
font-size: 35px;
}
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box .info-box-text{
margin-bottom: 0;
}
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box .read-more{
margin: 25px 0 0 0;
}
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box .read-more i{
font-size: 20px;
} @media (max-width: 1200px) {
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box{
padding: 20px;
width: 315px;
height: 315px;
}
}
@media (max-width: 980px) {
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box{
width: 250px;
height: 250px;
margin: 5px;
}
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box .info-box-text{
font-size: 14px;
}
.seosight-elem-info-boxes-wrap.layout-circles .crumina-info-box .info-box-title{
margin: 0;
}
} .seosight-elem-info-boxes-wrap.layout-company .crumina-info-box{
padding: 20px 25px;
margin: 0 15px 35px 15px;
border-radius: 20px;
background: #fff;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
-webkit-box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
-moz-box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
}
.seosight-elem-info-boxes-wrap.layout-company .crumina-info-box .info-box-text{
margin-bottom: 20px;
}
.seosight-elem-info-boxes-wrap.layout-company .crumina-info-box .info-box-image-cont{
margin-bottom: 20px;
width: 100%;
}
.seosight-elem-info-boxes-wrap.layout-company .crumina-info-box .info-box-image{
margin: 0;
border-radius: 0;
justify-content: center;
}
.seosight-elem-info-boxes-wrap.layout-company .crumina-info-box .info-box-image i,
.seosight-elem-info-boxes-wrap.layout-company .crumina-info-box .info-box-image img{
height: 70px;
font-size: 70px;
}
.seosight-elem-info-boxes-wrap.layout-company .crumina-info-box .btn{
margin: 0 auto -45px;
display: block;
}
.seosight-elem-info-boxes-wrap.layout-company .info-box-column:nth-child(even) .crumina-info-box{
margin-top: 25px;
}
@media (max-width: 1200px) {
.seosight-elem-info-boxes-wrap.layout-company .info-box-column:nth-child(even) .crumina-info-box{
margin-top: 0;
}
} .seosight-elem-info-boxes-wrap.layout-copywriter .crumina-info-box{
padding: 20px 35px;
margin: 0 10px 20px 10px;
border-radius: 20px;
background: #fff;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
-webkit-box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.03);
-moz-box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.03);
box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.03);
}
.seosight-elem-info-boxes-wrap.layout-copywriter .crumina-info-box .info-box-image-cont{
margin-bottom: 20px;
margin-top: -85px;
width: 100%;
}
.seosight-elem-info-boxes-wrap.layout-copywriter .crumina-info-box .info-box-image{
margin: 0 auto;
border-radius: 0;
background: url(//www.referencement-beref.com/wp-content/plugins/elementor-seosight/assets/images/seo-copy-f1.png) no-repeat center;
background-size: contain;
width: 130px;
height: 130px;    
justify-content: center;
}
.seosight-elem-info-boxes-wrap.layout-copywriter .info-box-column:nth-child(2) .crumina-info-box .info-box-image{
background: url(//www.referencement-beref.com/wp-content/plugins/elementor-seosight/assets/images/seo-copy-f2.png) no-repeat center;
background-size: contain;
}
.seosight-elem-info-boxes-wrap.layout-copywriter .info-box-column:nth-child(3) .crumina-info-box .info-box-image{
background: url(//www.referencement-beref.com/wp-content/plugins/elementor-seosight/assets/images/seo-copy-f3.png) no-repeat center;
background-size: contain;
}
.seosight-elem-info-boxes-wrap.layout-copywriter .crumina-info-box .info-box-image i,
.seosight-elem-info-boxes-wrap.layout-copywriter .crumina-info-box .info-box-image img{
height: 60px;
font-size: 60px;
}
.seosight-elem-info-boxes-wrap.layout-copywriter .crumina-info-box .read-more{
margin: 0;
}
.seosight-elem-info-boxes-wrap.layout-copywriter .crumina-info-box .read-more i{
font-size: 20px;
} .features-slider-module .crumina-info-box{
padding: 30px 40px;
background: #282626;
border-radius: 10px;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
flex-direction: column;
opacity: .3;
}
.features-slider-module .crumina-info-box .info-box-image-cont{
margin-bottom: 25px;
width: 100%;
}
.features-slider-module .crumina-info-box .info-box-image{
justify-content: flex-start;
border-radius: 0;
}
.features-slider-module .crumina-info-box .info-box-image i,
.features-slider-module .crumina-info-box .info-box-image img{
height: 60px;
font-size: 60px;
}
.features-slider-module .crumina-info-box .read-more{
margin-top: auto;
}
.features-slider-module .crumina-info-box .read-more i{
font-size: 20px;
}
.features-slider-module .swiper-slide{
height: auto;
}
.features-slider-module .swiper-container-horizontal.pagination-bottom .swiper-pagination{
-webkit-transform: translate(0);
transform: translate(0);
}
.features-slider-module .swiper-pagination .swiper-pagination-bullet,
.features-slider-module .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
width: 20px;
height: 4px;
border-radius: 2px;
border: none;
background: rgba(255, 255, 255, .7);
}
.features-slider-module .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background: var(--primary-accent-color);
}
.features-slider-module .crumina-info-box.swiper-slide-prev,
.features-slider-module .crumina-info-box.swiper-slide-active,
.features-slider-module .crumina-info-box.swiper-slide-next{
opacity: 1;
} .heading-decoration.top {
margin-bottom: 25px;
} .crumina-teammembers-item.layout-circles{
display: flex;
align-items: flex-start;
justify-content: flex-start;
text-align: left;
padding: 35px 40px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.03);
-moz-box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.03);
box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.03);
}
.crumina-teammembers-item.layout-circles .module-image{
overflow: hidden;
border-radius: 50%;
margin-bottom: 0;
margin-top: -60px;
}
.crumina-teammembers-item.layout-circles .teammembers-item-cont{
margin-left: 25px;
flex-basis: 50%;
}
.crumina-teammembers-item.layout-circles .teammembers-item-name{
margin-top: 0;
}
.crumina-teammembers-item .socials .social__item.grey img{
filter: grayscale(100%);
}
.crumina-teammembers-item .socials .social__item.grey:hover img{
filter: grayscale(0);
}
@media (max-width: 1200px) {
.crumina-teammembers-item.layout-circles .teammembers-item-cont{
flex-basis: 60%;
}
}
@media (max-width: 991px) {
.crumina-teammembers-item.layout-circles{
flex-direction: column;
}
.crumina-teammembers-item.layout-circles .module-image{
margin-bottom: 20px;
}
}
@media (max-width: 580px) {
.crumina-teammembers-item.layout-circles{
padding: 25px 20px;
}
} .crumina-teammembers-item.layout-company{
display: flex;
align-items: flex-start;
justify-content: flex-start;
text-align: left;
padding: 30px 50px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.03);
-moz-box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.03);
box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.03);
}
.crumina-teammembers-item.layout-company .teammembers-item-cont{
padding-left: 35px;
flex-basis: 55%;
}
.crumina-teammembers-item.layout-company .module-image-cont{
text-align: center;
flex-basis: 45%;
padding-right: 35px;
margin-bottom: 0;
border-right: 1px solid #d7dfe8;
}
.crumina-teammembers-item.layout-company .teammembers-item-prof{
margin-bottom: 0;
}
.crumina-teammembers-item.layout-company .module-image{
margin-left: auto;
margin-right: auto;
}
@media (max-width: 991px) {
.crumina-teammembers-item.layout-company{
flex-direction: column;
text-align: center;
}
.crumina-teammembers-item.layout-company .module-image-cont{
padding-right: 0;
border-right: none;
width: 100%;
margin-bottom: 20px;
}
.crumina-teammembers-item.layout-company .teammembers-item-cont{
text-align: center;
padding-left: 0;
width: 100%;
}
} .crumina-teammembers-item.layout-seo .module-image{
margin-bottom: 15px;
}
.crumina-teammembers-item.layout-seo .teammembers-item-cont{
text-align: left;
}
.crumina-teammembers-item.layout-seo .teammembers-item-prof{
margin-bottom: 20px;
}
.crumina-teammembers-item.layout-seo .socials{
opacity: 0;
transition: all ease .25s;
}
.crumina-teammembers-item.layout-seo:hover .socials{
opacity: 1;
}
@media (max-width: 767px) {
.crumina-teammembers-item.layout-seo .teammembers-item-cont{
text-align: center;
}
} .seosight-module-team-slider{
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
}
.seosight-module-team-slider .seosight-module-team-slider-title{
flex-basis: 32%;
}
.seosight-module-team-slider .swiper-container{
flex-basis: 66%;
}
.seosight-module-team-slider .slider-slides{
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
margin-top: 25px;
display: flex;
flex-wrap: wrap;
}
.seosight-module-team-slider .slider-slides .slides-item{
width: auto;
padding: 0;
margin: 0 24px 24px 0;
width: 70px;
height: 70px;
opacity: 0.4;
}
.seosight-module-team-slider .slider-slides .slides-item img{
border-radius: 50%;
}
.seosight-module-team-slider .slider-slides .slides-item.swiper-slide-active{
opacity: 1;
}
.seosight-module-team-slider .swiper-slide-cont{
display: flex;
align-items: center;
justify-self: flex-start;
flex-wrap: wrap;
}
.seosight-module-team-slider .swiper-slide-cont .swiper-slide-cont-img{
position: relative;
flex-basis: 60%;
}
.seosight-module-team-slider .swiper-slide-cont .swiper-slide-cont-img img{
border-radius: 50%;
margin: 0 auto;
display: block;
}
.seosight-module-team-slider .swiper-slide-cont .swiper-slide-cont-text{
flex-basis: 40%;
}
.seosight-module-team-slider .swiper-slide-cont .swiper-slide-cont-text .teammembers-item-prof{
margin-bottom: 10px;
}
@media (max-width: 1200px) {
.seosight-module-team-slider .swiper-slide-cont .swiper-slide-cont-img{
flex-basis: 45%;
}
.seosight-module-team-slider .swiper-slide-cont .swiper-slide-cont-text{
flex-basis: 50%;
padding-left: 40px;
}
}
@media (max-width: 991px) {
.seosight-module-team-slider .swiper-slide-cont{
flex-direction: column;
}
.seosight-module-team-slider .swiper-slide-cont .swiper-slide-cont-img{
flex-basis: 100%;
margin-bottom: 15px;
}
.seosight-module-team-slider .swiper-slide-cont .swiper-slide-cont-text{
flex-basis: 100%;
padding-left: 0;
}
.seosight-module-team-slider .seosight-module-team-slider-title{
flex-basis: 40%;
}
.seosight-module-team-slider .swiper-container{
flex-basis: 55%;
}
}
@media (max-width: 767px) {
.seosight-module-team-slider{
display: block;
}
.seosight-module-team-slider .swiper-slide-cont .swiper-slide-cont-text{
text-align: center;
}
.seosight-module-team-slider .seosight-module-team-slider-title{
text-align: center;
width: 100%;
}
.seosight-module-team-slider .slider-slides{
width: 100%;
align-items: center;
justify-content: center;
margin-bottom: 25px;
}
.seosight-module-team-slider .slider-slides .slides-item{
margin: 0 15px 15px;
}
.seosight-module-team-slider .swiper-slide-cont .swiper-slide-cont-img{
width: 290px;
}
} .seosight-module-team-slider.layout-carousel{
display: block;
}
.seosight-module-team-slider.layout-carousel .swiper-slide-cont-text{
padding: 0 20px;
}
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-title{
margin-bottom: 40px;
}
.seosight-module-team-slider.layout-carousel .swiper-slide-cont .swiper-slide-cont-img{
margin-bottom: 25px;
width: 100%;
}
.seosight-module-team-slider.layout-carousel .swiper-slide-cont .swiper-slide-cont-img img{
border-radius: 10px;
display: block;
margin: 0 auto;
}
.seosight-module-team-slider.layout-carousel .swiper-slide-cont{
display: block;
}
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows{
margin-top: 40px;
padding: 0 5px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-next,
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-prev{
position: relative;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
top: auto;
right: auto;
left: auto;
margin-right: 6px;
border-radius: 50%;
background: #f0f6fd;
}
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-prev:hover{
margin-left: 0;
}
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-next svg,
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-prev svg{
width: 10px;
}
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-next:hover,
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-prev:hover{
background: var(--primary-accent-color);
}
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-next:hover svg,
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-prev:hover svg{
fill: #fff;
}
@media (max-width: 991px) {
.seosight-module-team-slider.layout-carousel .swiper-slide-cont-text{
padding: 0 5px;
}
}
@media (max-width: 767px) {
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows{
justify-content: center;
}
} .seosight-social-links-wrapper i,
.seosight-social-links-wrapper img{
margin-right: 10px;
font-size: 20px;
width: 20px;
} .crumina-pie-chart-item.pie-chart--centered .pie-chart{
float: none;
margin: 0 auto;
width: auto;
height: auto;
border: none;
margin-bottom: 15px;
}
.crumina-pie-chart-item.pie-chart--centered .pie-chart:after{
display: none;
}
.crumina-pie-chart-item.pie-chart--centered .pie-chart-content{
text-align: center;
} .crumina-module-progress-bar .skills-item-info{
margin: 0;
}
.crumina-module-progress-bar .skills-item-info .units,
.crumina-module-progress-bar .skills-item-info .count-animate{
font-size: 36px;
}
.crumina-module-progress-bar .skills-item-meter{
height: 6px;
padding: 0;
margin-top: 15px;
}
.crumina-module-progress-bar .skills-item-meter-active {
position: absolute;
bottom: 0;
}
.crumina-module-progress-bar .skills-item-meter-active:after{
display: none;
}
.crumina-module-progress-bar .skills-item-title{
font-size: 18px;
text-transform: uppercase;
margin-top: 12px;
display: inline-block;
} .crumina-testimonial-item.testimonial-item-agency {
padding: 40px;
border-radius: 10px;
box-shadow: 3px 3px 40px 0px rgb(0 0 0 / 3%);
}
.crumina-testimonial-item.testimonial-item-agency .author-info-wrap {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 25px;
}
.crumina-testimonial-item.testimonial-item-agency .author-info-wrap .testimonial-img-author {
margin-right: 30px;
}
.crumina-testimonial-item.testimonial-item-agency .author-info-wrap .testimonial-img-author img {
border-radius: 10px;
}
.crumina-testimonial-item.testimonial-item-agency .testimonial-content {
padding-bottom: 25px;
border-bottom: 1px solid #d7dfe8;
}
.crumina-testimonial-item.testimonial-item-agency .rait-stars {
margin-top: 25px;
} .swiper-container.testimonial-slider-consultant {
padding-top: 70px;
}
.crumina-testimonial-item.testimonial-item-consultant {
padding: 40px 40px 35px;
border-radius: 10px;
background: #fff;
box-shadow: 3px 3px 40px 0px rgb(0 0 0 / 3%);
opacity: .3;
}
.swiper-slide.swiper-slide-prev .crumina-testimonial-item.testimonial-item-consultant,
.swiper-slide.swiper-slide-active .crumina-testimonial-item.testimonial-item-consultant,
.swiper-slide.swiper-slide-next .crumina-testimonial-item.testimonial-item-consultant {
opacity: 1;
}
.crumina-testimonial-item.testimonial-item-consultant .testimonial-img-author {
margin-top: -80px;
margin-bottom: 25px;
}
.crumina-testimonial-item.testimonial-item-consultant .testimonial-img-author img {
border-radius: 50%;
}
.crumina-testimonial-item.testimonial-item-consultant .testimonial-text {
font-size: 18px;
padding-bottom: 25px;
border-bottom: 1px solid #d7dfe8;
}
.crumina-testimonial-item.testimonial-item-consultant .author-info-wrap .rait-stars {
margin-top: 15px;
}
.swiper-container.testimonial-slider-consultant .seosight-module-team-slider-arrows,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows,
.swiper-container.testimonial-slider-copywriter .seosight-module-team-slider-arrows,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows {
margin-top: 60px;
padding: 0 5px;
display: flex;
align-items: center;
justify-content: center;
}
.swiper-container.testimonial-slider-consultant .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-consultant .seosight-module-team-slider-arrows .btn-prev,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-prev,
.swiper-container.testimonial-slider-copywriter .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-copywriter .seosight-module-team-slider-arrows .btn-prev,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-prev,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-prev {
position: relative;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
top: auto;
right: auto;
left: auto;
margin-right: 6px;
border-radius: 50%;
background: #f0f6fd;
}
.swiper-container.testimonial-slider-consultant .seosight-module-team-slider-arrows .btn-prev:hover,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-prev:hover,
.swiper-container.testimonial-slider-copywriter .seosight-module-team-slider-arrows .btn-prev:hover,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-prev:hover,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-prev:hover {
margin-left: 0;
}
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-prev {
background: #fff;
}
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-prev,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-prev {
background: transparent;
}
.swiper-container.testimonial-slider-consultant .seosight-module-team-slider-arrows .btn-next svg,
.swiper-container.testimonial-slider-consultant .seosight-module-team-slider-arrows .btn-prev svg,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-next svg,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-prev svg,
.swiper-container.testimonial-slider-copywriter .seosight-module-team-slider-arrows .btn-next svg,
.swiper-container.testimonial-slider-copywriter .seosight-module-team-slider-arrows .btn-prev svg,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-next svg,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-prev svg,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-next svg,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-prev svg {
width: 10px;
}
.crumina-testimonial-item.testimonial-item-academy {
padding: 25px 40px;
border-radius: 10px;
background: #fff;
box-shadow: 3px 3px 40px 0px rgb(0 0 0 / 3%);
}
.swiper-container.testimonial-slider-academy {
padding-top: 60px;
}
.swiper-container.testimonial-slider-academy .swiper-slide {
opacity: .5;
}
.swiper-container.testimonial-slider-academy .swiper-slide.swiper-slide-active,
.swiper-container.testimonial-slider-academy .swiper-slide.swiper-slide-next {
opacity: 1;
}
.crumina-testimonial-item.testimonial-item-academy .quote {
margin-top: -60px;
margin-bottom: 15px;
}
.crumina-testimonial-item.testimonial-item-academy .quote svg {
width: 80px;
}
.crumina-testimonial-item.testimonial-item-academy .testimonial-content {
padding-bottom: 25px;
border-bottom: 1px solid #d7dfe8;
}
.crumina-testimonial-item.testimonial-item-academy .author-info-wrap {
display: flex;
align-items: center;
justify-content: space-between;
}
.crumina-testimonial-item.testimonial-item-academy .author-info-wrap .testimonial-img-author {
margin-right: 20px;
}
.crumina-testimonial-item.testimonial-item-academy .author-info-wrap .testimonial-img-author img {
border-radius: 50%;
}
.crumina-testimonial-item.testimonial-item-academy .author-info-wrap .author-img-wrap {
display: flex;
align-items: center;
justify-content: flex-start;
} .crumina-testimonial-item.testimonial-item-copywriter {
position: relative;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 35px 40px 35px 0;
}
.crumina-testimonial-item.testimonial-item-copywriter:after {
content: '';
position: absolute;
top: 0;
right: 0;
left: 50px;
bottom: 0;
border-radius: 10px;
background: #fff;
box-shadow: 0px 0px 40px 4px rgb(34 60 80 / 6%);
z-index: 1;
}
.crumina-testimonial-item.testimonial-item-copywriter .author-img-wrap {
position: relative;
flex-basis: 33%;
z-index: 2;
}
.crumina-testimonial-item.testimonial-item-copywriter .author-img-wrap img {
margin-right: 10px;
}
.crumina-testimonial-item.testimonial-item-copywriter .author-info-wrap {
position: relative;
flex-basis: 67%;
z-index: 2;
}
.crumina-testimonial-item.testimonial-item-copywriter .author-info-wrap .rait-stars {
margin-bottom: 20px;
}
.crumina-testimonial-item.testimonial-item-copywriter .author-info-wrap .testimonial-text {
font-size: 18px;
}
.crumina-testimonial-item.testimonial-item-copywriter .author-info-wrap .author-info {
margin-top: 15px;
}
.crumina-testimonial-item.testimonial-item-copywriter .author-info-wrap .author-info .author-name {
font-weight: normal;
}
.swiper-container-horizontal.pagination-bottom.testimonial-slider-copywriter .swiper-pagination {
transform: none;
}
.swiper-container-horizontal.pagination-bottom.testimonial-slider-copywriter .swiper-pagination{
-webkit-transform: translate(0);
transform: translate(0);
}
.swiper-container-horizontal.pagination-bottom.testimonial-slider-copywriter .swiper-pagination .swiper-pagination-bullet,
.swiper-container-horizontal.pagination-bottom.testimonial-slider-copywriter .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
width: 20px;
height: 4px;
border-radius: 2px;
border: none;
background: #eae9e9;
opacity: 1;
}
.swiper-container-horizontal.pagination-bottom.testimonial-slider-copywriter .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background: var(--primary-accent-color);
} .swiper-container.testimonial-slider-company {
padding-top: 65px;
}
.crumina-testimonial-item.testimonial-item-company {
padding: 30px 40px;
border-radius: 10px;
background: #fff;
box-shadow: 0px 0px 40px 4px rgb(34 60 80 / 3%);
}
.crumina-testimonial-item.testimonial-item-company .author-img-wrap {
margin: -65px 0 20px;
}
.crumina-testimonial-item.testimonial-item-company .author-img-wrap img {
border-radius: 50%;
display: block;
margin: 0 auto;
}
.crumina-testimonial-item.testimonial-item-company .author-info-wrap {
text-align: center;
padding-bottom: 25px;
border-bottom: 1px solid #d7dfe8;
}
.crumina-testimonial-item.testimonial-item-company .author-info-wrap .author-info {
margin-bottom: 25px;
}
.crumina-testimonial-item.testimonial-item-company .author-info-wrap .testimonial-text {
font-size: 18px;
}
.crumina-testimonial-item.testimonial-item-company .rait-stars {
margin-top: 25px;
text-align: center;
} .crumina-testimonial-item.testimonial-item-agency .author-info-wrap {
text-align: left;
}
.crumina-testimonial-item.testimonial-item-agency .rait-stars {
text-align: left;
}
.crumina-testimonial-item.testimonial-item-agency .testimonial-content .testimonial-text {
font-size: 18px;
} .swiper-container.testimonial-slider-saas {
padding-top: 145px;
}
.crumina-testimonial-item.testimonial-item-saas {
text-align: center;
}
.crumina-testimonial-item.testimonial-item-saas .testimonial-img-author img {
position: relative;
z-index: 2;
border-radius: 50%;
transform: scale(.4);
opacity: .5;
border: 10px solid transparent;
transition: all ease .25s;
}
.crumina-testimonial-item.testimonial-item-saas .author-info-wrap,
.crumina-testimonial-item.testimonial-item-saas .rait-stars {
opacity: 0;
overflow: hidden;
height: 0;
transition: all ease .25s;
}
.swiper-slide-active .crumina-testimonial-item.testimonial-item-saas .author-info-wrap,
.swiper-slide-active .crumina-testimonial-item.testimonial-item-saas .rait-stars {
opacity: 1;
overflow: initial;
height: auto;
}
.swiper-slide-active .crumina-testimonial-item.testimonial-item-saas .testimonial-img-author img {
transform: scale(1);
opacity: 1;
border: 10px solid #fff;
}
.swiper-slide-active .crumina-testimonial-item.testimonial-item-saas .testimonial-img-author {
position: relative;
}
.swiper-slide-active .crumina-testimonial-item.testimonial-item-saas .testimonial-img-author:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 500px;
height: 500px;
background: url(//www.referencement-beref.com/wp-content/plugins/elementor-seosight/assets/images/saas-line-circle.png) no-repeat center;
background-size: 100% 100%;
z-index: 1;
}
.swiper-slide-prev .crumina-testimonial-item.testimonial-item-saas .testimonial-img-author img ,
.swiper-slide-next .crumina-testimonial-item.testimonial-item-saas .testimonial-img-author img {
transform: scale(.6);
}
.crumina-testimonial-item.testimonial-item-saas .author-info {
margin: 15px 0 10px;
}
.crumina-testimonial-item.testimonial-item-saas .author-info .author-name {
font-size: 18px;
color: #2f2c2c;
}
.crumina-testimonial-item.testimonial-item-saas .author-info .author-company {
font-size: 16px;
color: #949fac;
}
.crumina-testimonial-item.testimonial-item-saas .testimonial-text {
font-size: 18px;
}
.crumina-testimonial-item.testimonial-item-saas .rait-stars {
margin-top: 15px;
}
.testimonial-slider-saas.swiper-container-horizontal.pagination-bottom .swiper-pagination {
text-align: center;
transform: none;
}
.testimonial-slider-saas .swiper-pagination .swiper-pagination-bullet,
.testimonial-slider-saas .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 20px;
height: 4px;
border-radius: 2px;
border: none;
opacity: 1;
background: #eae9e9;
}
.testimonial-slider-saas .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--primary-accent-color);
}
.testimonial-slider-saas .seosight-module-team-slider-arrows {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
width: 60%;
margin: 0 auto;
transform: translateY(-100px);
z-index: 10;
}
.testimonial-slider-saas .seosight-module-team-slider-arrows .btn-next,
.testimonial-slider-saas .seosight-module-team-slider-arrows .btn-prev {
position: relative;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
top: auto;
right: auto;
left: auto;
margin-right: 6px;
border-radius: 50%;
background: #f0f6fd;
}
.testimonial-slider-saas .seosight-module-team-slider-arrows .btn-next svg,
.testimonial-slider-saas .seosight-module-team-slider-arrows .btn-prev svg {
width: 10px;
}
@media (max-width: 767px) {
.testimonial-slider-saas .seosight-module-team-slider-arrows {
transform: translateY(0);
justify-content: center;
width: 100%;
margin: 30px auto 0;
}
.testimonial-slider-saas.swiper-container-horizontal.pagination-bottom .swiper-pagination {
bottom: 30px;
}
} .seosight-posts-block .seo-el-full-img .post-item{
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: flex-start;
justify-content: flex-end;
flex-direction: column;
}
.seosight-posts-block .seo-el-full-img .post-item:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, .2);
border-radius: 10px;
z-index: 1;
}
.seosight-posts-block .post-item {
border-radius: 10px;
overflow: hidden;
background: #fff;
margin-bottom: 20px;
box-shadow: 0px 0px 40px 4px rgb(34 60 80 / 3%);
}
.seosight-posts-block .seo-el-small-img .post-item__content {
padding: 40px;
background: #fff;
}
.seosight-posts-block .seo-el-full-img .post-item__content {
position: relative;
padding: 40px;
z-index: 2;
}
.seosight-posts-block .post-item__content .post-item__cat {
margin-bottom: 25px;
}
.seosight-posts-block .post-item__content .post-item__cat,
.seosight-posts-block .post-item__content .post-item__cat a {
font-size: 16px;
color: #949fac;
}
.seosight-posts-block .seo-el-full-img .post-item__content .post-item__cat,
.seosight-posts-block .seo-el-full-img .post-item__content .post-item__cat a {
color: #fff;
}
.seosight-posts-block .post-item__content .post-item__title {
font-size: 18px;
margin-bottom: 15px;
}
.seosight-posts-block .seo-el-full-img .post-item__content .post-item__title {
color: #fff;
font-size: 30px;
}
.seosight-posts-block .post-item__content .post-item__date {
display: flex;
align-items: center;
justify-content: flex-start;
}
.seosight-posts-block .post-item__content .post-item__date img {
width: 15px;
height: 15px;
margin-right: 10px;
}
.seosight-posts-block .post-item__content .post-item__date time {
font-size: 16px;
}
.seosight-posts-block .seo-el-full-img .post-item__content .post-item__date time {
color: #fff;
}
.seosight-posts-block .read-more-b {
margin-top: 20px;
}
.seosight-posts-block .read-more-b a {
display: flex;
align-items: center;
justify-content: center;
}
.seosight-posts-block .read-more-b p {
text-transform: uppercase;
margin: 0 10px 0 0;
}
.seosight-posts-block .read-more-b .read-more-decor {
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-accent-color);
}
.seosight-posts-block .read-more-b .read-more-decor svg {
width: 25px;
height: 25px;
fill: #fff;
}
.seosight-posts-block .swiper-container.pagination-bottom {
padding-bottom: 30px;
}
.seosight-posts-block-carousel .swiper-container .swiper-slide,
.seosight-posts-block-carousel2 .swiper-container .swiper-slide {
height: auto;
opacity: .5;
}
.seosight-posts-block .swiper-container .swiper-slide.swiper-slide-active,
.seosight-posts-block .swiper-container .swiper-slide.swiper-slide-prev {
opacity: 1;
}
.seosight-posts-block-carousel2 .post-item {
height: calc(100% - 20px);
}
.seosight-posts-block-carousel .swiper-container .post-item,
.seosight-posts-block-grid2 .seo-el-full-img .post-item {
justify-content: flex-start;
height: 100%;
}
.seosight-posts-block-carousel .swiper-container .post-item__content .post-item__cat,
.seosight-posts-block-grid2 .post-item__content .post-item__cat {
margin-bottom: 150px;
}
.seosight-posts-block .swiper-container .seo-el-full-img .post-item__content .post-item__cat a,
.seosight-posts-block-grid2 .seo-el-full-img .post-item__content .post-item__cat a {
display: inline-block;
padding: 5px 15px;
border-radius: 20px;
font-size: 16px;
color: #fff;
margin-right: 10px;
background: var(--secondary-accent-color);
}
.seosight-posts-block-grid2 .seo-el-full-img .post-item__content .post-item__cat a {
background: var(--primary-accent-color);
}
.seosight-posts-block .swiper-container.pagination-bottom .swiper-pagination {
-webkit-transform: translate(0);
transform: translate(0);
text-align: left;
}
.seosight-posts-block-carousel .swiper-container.pagination-bottom .swiper-pagination {
text-align: center;
}
.seosight-posts-block .swiper-pagination .swiper-pagination-bullet,
.seosight-posts-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 20px;
height: 4px;
border-radius: 2px;
border: none;
opacity: 1;
background: #eae9e9;
}
.seosight-posts-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--primary-accent-color);
}
.seosight-posts-block-carousel {
position: relative;
}
.seosight-posts-block-carousel2 .read-more-b,
.seosight-posts-block-business .read-more-b {
position: absolute;
top: -100px;
right: 0;
}
.seosight-posts-block-carousel2 .post-item__image {
position: relative;
}
.seosight-posts-block-carousel2 .post-item__image .post-item__cat{
position: absolute;
top: 30px;
left: 40px;
}
.seosight-posts-block-carousel2 .post-item__image .post-item__cat a {
display: inline-block;
padding: 5px 15px;
border-radius: 20px;
font-size: 16px;
color: #fff;
margin-right: 10px;
background: var(--primary-accent-color);
}
.seosight-posts-block.seosight-posts-block-carousel2 .post-item__content .post-item__title {
font-size: 24px;
}
.seosight-posts-block-carousel2 .swiper-container.pagination-bottom .swiper-pagination {
text-align: center;
}
.seosight-posts-block-courses .seo-el-full-img .post-item {
margin: 0 30px;
}
.seosight-posts-block-courses .seo-el-full-img .post-item__content {
padding-top: 480px;
}
.seosight-posts-block-courses .post-item__content .post-item__cat {
margin-bottom: 20px;
}
.seosight-posts-block-courses .seo-el-small-img:nth-child(1) {
margin-top: 170px;
}
.seosight-posts-block-courses .seo-el-small-img:nth-child(3) {
margin-top: 100px;
}
.seosight-posts-block-courses .read-more-b .read-more-decor {
display: none;
}
.seosight-posts-block-courses .read-more-b {
text-align: center;
}
.seosight-posts-block-courses .read-more-b p {
margin: 0;
}
.seosight-posts-block-courses .read-more-b a {
display: inline-block;
}
.seosight-posts-block-business .post-item {
box-shadow: none;
background: transparent;
border-radius: 0;
}
.seosight-posts-block-business .seo-el-small-img .post-item__content {
padding: 20px 0;
}
.seosight-posts-block-business .seo-el-small-img .post-item__image img {
border-radius: 10px;
}
.seosight-posts-block-business .post-item__content .post-item__cat {
margin-bottom: 20px;
}
.seosight-posts-block-business .post-item__content .post-item__title {
font-size: 24px;
}
.seosight-posts-block-business .seo-el-small-img:nth-child(1) .post-item__content .post-item__title {
font-size: 30px;
}
.seosight-posts-block-company .seo-el-small-img:nth-child(even) {
margin-top: 30px;
}
@media (max-width: 1200px) {
.seosight-posts-block .seo-el-small-img .post-item__content,
.seosight-posts-block .seo-el-full-img .post-item__content {
padding: 20px;
}
.seosight-posts-block-courses .seo-el-full-img .post-item__content {
padding-top: 480px;
}
.seosight-posts-block-courses .seo-el-full-img .post-item{
margin: 0 0 20px;
}
}
@media (max-width: 799px) {
.seosight-posts-block .seo-el-small-img {
width: 50%;
float: left;
}
.seosight-posts-block-courses .seo-el-small-img:nth-child(1) {
margin-top: 0;
}
.seosight-posts-block-courses .seo-el-small-img:nth-child(3) {
margin-top: 0;
}
.seosight-posts-block-carousel .read-more-b,
.seosight-posts-block-carousel2 .read-more-b,
.seosight-posts-block-business .read-more-b {
position: relative;
top: auto;
right: auto;
}
.seosight-posts-block-company .seo-el-small-img:nth-child(even) {
margin-top: 0;
}
}
@media (max-width: 580px) {
.seosight-posts-block .seo-el-small-img {
width: 100%;
float: none;
}
.seosight-posts-block-courses .seo-el-full-img .post-item__content {
padding-top: 150px;
}
} .pricing-tables-item.pricing-tables-item-consultant {
padding: 0;
}
.pricing-tables-item.pricing-tables-item-consultant .bg-layer {
box-shadow: 0px 0px 40px 4px rgb(34 60 80 / 3%);
}
.pricing-tables-item.pricing-tables-item-consultant .pricing-table-content {
padding: 35px 40px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.pricing-tables-item.pricing-tables-item-consultant .pricing-table-content .pricing-table-col {
flex-basis: 50%;
}
.pricing-tables-item.pricing-tables-item-consultant .pricing-table-content .price-info {
text-align: left;
}
.pricing-tables-item.pricing-tables-item-consultant .rate {
margin: 0 0 20px;
font-size: 42px;
}
.pricing-tables-item.pricing-tables-item-consultant .position-item {
position: relative;
margin-bottom: 10px;
}
.pricing-tables-item.pricing-tables-item-consultant .position-item span{
color: #949fac;
}
.pricing-tables-item.pricing-tables-item-consultant .position-item:before {
position: relative;
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 10px;
margin-right: 10px;
color: var(--primary-accent-color);
}
.pricing-tables-item.pricing-tables-item-consultant .position-item.dis:before {
content: "\f00d";
color: #949fac;
}
@media (max-width: 580px) {
.pricing-tables-item.pricing-tables-item-consultant .pricing-table-content {
flex-direction: column;
align-items: flex-start;
}
.pricing-tables-item.pricing-tables-item-consultant .pricing-table-content .pricing-table-col {
flex-basis: 100%;
width: 100%;
text-align: center;
}
.pricing-tables-item.pricing-tables-item-consultant .position-item:before {
display: none;
}
} .pricing-tables-item.pricing-tables-item-agency {
text-align: left;
padding: 0;
}
.pricing-tables-item.pricing-tables-item-agency .pricing-table-content {
padding: 25px 40px;
}
.pricing-tables-item.pricing-tables-item-agency .bg-layer {
box-shadow: 0px 0px 40px 4px rgb(34 60 80 / 3%);
}
.pricing-tables-item.pricing-tables-item-agency .position-item {
position: relative;
margin-bottom: 5px;
}
.pricing-tables-item.pricing-tables-item-agency .position-item span{
color: #949fac;
}
.pricing-tables-item.pricing-tables-item-agency .position-item:before {
position: relative;
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 10px;
margin-right: 10px;
color: var(--primary-accent-color);
}
.pricing-tables-item.pricing-tables-item-agency .position-item.dis:before {
content: "\f00d";
color: #949fac;
}
.pricing-tables-item.pricing-tables-item-agency .rate {
font-size: 36px;
margin: 20px 0;
}
.pricing-tables-item.pricing-tables-item-agency .rate .content-duration {
font-size: 18px;
color: #949fac;
margin-left: 5px;
}
.pricing-tables-item.pricing-tables-item-agency .btn {
width: 100%;
border-radius: 10px;
}
.pricing-tables-item.pricing-tables-item-agency .btn .semicircle:after {
display: none;
}
.pricing-tables-item .pricing-title {
position: relative;
}
.pricing-tables-item .pricing-title .pricing-action {
position: relative;
font-size: 12px;
font-weight: 300;
color: #fff;
text-transform: uppercase;
padding: 5px 10px;
border-radius: 20px;
background: var(--primary-accent-color);
margin-left: 15px;
vertical-align: middle;
display: inline-block;
margin-top: -4px;
}
.pricing-tables-item .pricing-title .pricing-action:before {
content: '';
position: absolute;
top: calc(50% - 6px);
left: -4px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-right: 6px solid var(--primary-accent-color);
border-bottom: 6px solid transparent;
} .pricing-tables-item.pricing-tables-item-company {
padding: 30px 0 0 0;
}
.pricing-tables-item.pricing-tables-item-company .bg-layer {
box-shadow: 0px 0px 40px 4px rgb(34 60 80 / 3%);
bottom: 25px;
}
.pricing-tables-item.pricing-tables-item-company .pricing-table-content {
padding: 0 35px;
}
.pricing-tables-item.pricing-tables-item-company .pricing-tables-position {
text-align: left;
}
.pricing-tables-item.pricing-tables-item-company .position-item {
position: relative;
margin-bottom: 5px;
}
.pricing-tables-item.pricing-tables-item-company .position-item span{
color: #949fac;
}
.pricing-tables-item.pricing-tables-item-company .position-item:before {
position: relative;
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 10px;
margin-right: 10px;
vertical-align: middle;
color: var(--primary-accent-color);
}
.pricing-tables-item.pricing-tables-item-company .position-item.dis:before {
content: "\f00d";
color: #949fac;
}
.pricing-tables-item.pricing-tables-item-company .rate {
margin: 15px 0 15px;
}
.pricing-tables-item.pricing-tables-item-company .rate .content-duration {
display: block;
font-size: 18px;
color: #949fac;
margin-top: 5px;
}
.pricing-tables-item.pricing-tables-item-company .rate .content-currency,
.pricing-tables-item.pricing-tables-item-company .rate .content-price {
font-size: 60px;
line-height: 60px;
color: #2f2c2c;
}
.pricing-tables-item.pricing-tables-item-company .btn {
width: 100%;
padding: 15px 30px;
}
.pricing-tables-item.pricing-tables-item-company .btn .semicircle:after {
display: none;
}
.pricing-tables-item.pricing-tables-item-company .pricing-title .pricing-action {
margin: 0;
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
}
.pricing-tables-item.pricing-tables-item-company .pricing-title .pricing-action:before {
content: '';
position: absolute;
bottom: -11px;
top: auto;
left: calc(50% - 6px);
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid var(--primary-accent-color);
} .pricing-tables-item.pricing-tables-item-copywriter {
padding: 25px 0 15px;
}
.pricing-tables-item.pricing-tables-item-copywriter .pricing-tables-position {
text-align: center;
}
.pricing-tables-item.pricing-tables-item-copywriter .rate .content-price,
.pricing-tables-item.pricing-tables-item-copywriter .rate .content-currency {
font-size: 42px;
line-height: auto;
}
.pricing-tables-item.pricing-tables-item-copywriter .rate .content-duration {
display: inline-block;
}
.pricing-tables-item.pricing-tables-item-copywriter .bg-layer {
bottom: 0;
} .pricing-tables-item.pricing-tables-item-saas {
text-align: left;
padding: 40px;
box-shadow: 0px 0px 40px 7px rgb(34 60 80 / 3%);
}
.pricing-tables-item.pricing-tables-item-saas .pricing-title {
font-size: 24px;
}
.pricing-tables-item.pricing-tables-item-saas .position-item {
position: relative;
margin-bottom: 5px;
}
.pricing-tables-item.pricing-tables-item-saas .position-item span,
.pricing-tables-item.pricing-tables-item-courses .position-item span {
color: #949fac;
}
.pricing-tables-item.pricing-tables-item-saas .position-item:before,
.pricing-tables-item.pricing-tables-item-courses .position-item:before {
position: relative;
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 10px;
margin-right: 10px;
vertical-align: middle;
color: var(--primary-accent-color);
}
.pricing-tables-item.pricing-tables-item-saas .position-item.dis:before,
.pricing-tables-item.pricing-tables-item-courses .position-item.dis:before {
content: "\f00d";
color: #949fac;
}
.pricing-tables-item.pricing-tables-item-saas .rate {
margin: 20px 0;
}
.pricing-tables-item.pricing-tables-item-saas .rate .content-currency,
.pricing-tables-item.pricing-tables-item-saas .rate .content-price {
font-size: 36px;
color: #2f2c2c;
}
.pricing-tables-item.pricing-tables-item-saas .rate .content-duration {
font-size: 16px;
color: #949fac;
margin-left: 5px;
}
.pricing-tables-item.pricing-tables-item-saas .btn {
width: 100%;
margin-bottom: 25px;
}
.pricing-tables-item.pricing-tables-item-saas .btn .semicircle {
display: none;
}
@media (max-width: 580px) {
.pricing-tables-item.pricing-tables-item-saas {
padding: 20px;
box-shadow: none;
}
} .pricing-tables-item.pricing-tables-item-courses {
padding: 45px 40px 40px;
}
.pricing-tables-item.pricing-tables-item-courses .bg-layer {
border-radius: 10px !important;
box-shadow: 0px 0px 40px 7px rgb(34 60 80 / 3%) !important;
top: 20px;
overflow: initial;
}
.pricing-tables-item.pricing-tables-item-courses .pricing-title .pricing-action {
margin: 0;
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
}
.pricing-tables-item.pricing-tables-item-courses .pricing-title .pricing-action:before {
content: '';
position: absolute;
bottom: -11px;
top: auto;
left: calc(50% - 6px);
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid var(--primary-accent-color);
}
.pricing-tables-item.pricing-tables-item-courses .rate {
margin: 20px 0;
}
.pricing-tables-item.pricing-tables-item-courses .rate .content-currency,
.pricing-tables-item.pricing-tables-item-courses .rate .content-price {
font-size: 60px;
line-height: 65px;
color: #2f2c2c;
}
.pricing-tables-item.pricing-tables-item-courses .rate .content-duration {
font-size: 18px;
color: #949fac;
display: block;
}
.pricing-tables-item.pricing-tables-item-courses .position-item {
position: relative;
margin: 0;
padding: 12px 0;
font-size: 18px;
color: #2f2c2c;
border-top: 1px solid #d7dfe8;
}
.pricing-tables-item.pricing-tables-item-courses .btn {
width: 100%;
}
.pricing-tables-item.pricing-tables-item-courses .btn .semicircle {
display: none;
}
.pricing-tables-wrap .pricing-tables-item-courses {
position: relative;
z-index: 4;
}
.pricing-tables-wrap .col-xs-12:nth-child(even) .pricing-tables-item-courses {
z-index: 3;
}
@media (max-width: 799px) {
.pricing-tables-wrap {
display: block !important;
}
} .pricing-tables-item.pricing-tables-item-business .position-item {
border: none;
padding: 0;
margin-bottom: 10px;
}
.pricing-tables-item.pricing-tables-item-business .pricing-tables-position {
text-align: left;
}
.pricing-tables-item.pricing-tables-item-business .bg-layer {
border-radius: 0 !important;
} .pricing-tables-item.pricing-tables-item-academy {
padding: 30px 40px;
text-align: left;
}
.pricing-tables-item.pricing-tables-item-academy .pricing-table-content {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.pricing-tables-item.pricing-tables-item-academy .pricing-title {
flex-basis: 25%;
}
.pricing-tables-item.pricing-tables-item-academy .pricing-tables-position {
flex-basis: 25%;
}
.pricing-tables-item.pricing-tables-item-academy .rate {
flex-basis: 25%;
margin: 0;
}
.pricing-tables-item.pricing-tables-item-academy .rate .content-currency,
.pricing-tables-item.pricing-tables-item-academy .rate .content-price {
font-size: 48px;
line-height: 52px;
color: #2f2c2c;
}
.pricing-tables-item.pricing-tables-item-academy .rate .content-duration {
display: block;
font-size: 18px;
color: #949fac;
}
.pricing-tables-item.pricing-tables-item-academy .btn {
flex-basis: 23%;
}
.pricing-tables-item.pricing-tables-item-academy .btn .semicircle {
display: none;
}
.pricing-tables-item.pricing-tables-item-academy .pricing-tables-position {
margin: 0;
}
.pricing-tables-item.pricing-tables-item-academy .position-item {
margin-bottom: 10px;
}
.pricing-tables-item.pricing-tables-item-academy .position-item span {
color: #949fac;
}
.pricing-tables-item.pricing-tables-item-academy .position-item:before {
position: relative;
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 10px;
margin-right: 10px;
vertical-align: middle;
color: var(--primary-accent-color);
}
.pricing-tables-item.pricing-tables-item-academy .position-item.dis:before {
content: "\f00d";
color: #949fac;
}
.pricing-tables-item.pricing-tables-item-academy .pricing-title .pricing-action {
margin: 0;
position: absolute;
top: auto;
bottom: -40px;
left: 0;
}
.pricing-tables-item.pricing-tables-item-academy .pricing-title .pricing-action:before {
content: '';
position: absolute;
bottom: auto;
top: -11px;
left: calc(50% - 6px);
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid var(--primary-accent-color);
}
.pricing-tables-item.pricing-tables-item-academy .bg-layer {
box-shadow: 0px 0px 40px 7px rgb(34 60 80 / 3%) !important;
}
.pricing-tables-wrap .pricing-tables-item-academy {
position: relative;
z-index: 4;
}
.pricing-tables-wrap .seo-el-pricing-table-item:nth-child(odd) .pricing-tables-item-academy {
z-index: 3;
}
@media (max-width: 991px) {
.pricing-tables-item.pricing-tables-item-academy {
padding: 30px 20px;
}
.pricing-tables-item.pricing-tables-item-academy .pricing-title {
flex-basis: 15%;
}
.pricing-tables-item.pricing-tables-item-academy .pricing-tables-position,
.pricing-tables-item.pricing-tables-item-academy .rate {
flex-basis: 30%;
}
}
@media (max-width: 799px) {
.pricing-tables-item.pricing-tables-item-academy {
text-align: center;
}
.pricing-tables-item.pricing-tables-item-academy .pricing-table-content {
flex-direction: column;
align-items: center;
}
.pricing-tables-item.pricing-tables-item-academy .rate {
margin: 20px 0;
}
.pricing-tables-item.pricing-tables-item-academy .pricing-title .pricing-action {
bottom: auto;
top: -40px;
left: 50%;
transform: translateX(-50%);
}
.pricing-tables-item.pricing-tables-item-academy .pricing-title .pricing-action:before {
display: none;
}
} .seo-el-call-to-action.cta-center .seosight-cta-image {
display: block;
margin: 0 auto 30px;
}
.seo-el-call-to-action.cta-business {
padding: 50px 90px;
}
.seo-el-call-to-action.cta-business .heading-title {
font-size: 42px;
color: #fff;
}
.seo-el-call-to-action.cta-business .semicircle {
display: none;
}
@media (max-width: 991px) {
.seo-el-call-to-action.cta-business {
padding: 30px 35px;
}
.seo-el-call-to-action.cta-business .heading-title {
font-size: 35px;
}
}
@media (max-width: 580px) {
.seo-el-call-to-action.cta-business .heading-title {
font-size: 25px;
}
} .crumina-subscribe-panel {
text-align: center;
}
.crumina-subscribe-panel .crumina-subscribe-panel-form input {
padding: 20px 25px;
border-radius: 10px;
background: #fff;
}
.crumina-subscribe-panel .crumina-subscribe-panel-form input[type="submit"],
.crumina-subscribe-panel .crumina-subscribe-panel-form button[type="submit"] {
color: #fff;
background: var(--primary-accent-color);
} .crumina-steps-block .crumina-steps-block-wrap {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding-top: 100px;
background: url(//www.referencement-beref.com/wp-content/plugins/elementor-seosight/assets/images/agency-circle.png) no-repeat top center;
}
.crumina-steps-block .crumina-steps-block-col {
flex-basis: 33%;
padding: 0 5px;
}
.crumina-steps-block .crumina-steps-block-title {
text-align: center;
margin-top: 80px;
}
.crumina-steps-block .crumina-steps-block-item {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 50px;
}
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-info {
flex-basis: 72%;
}
.crumina-steps-block .crumina-steps-block-item.block-item-left .crumina-steps-block-item-info {
text-align: right;
}
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-info .crumina-steps-block-item-title {
font-size: 24px;
color: #2f2c2c;
margin-bottom: 10px;
}
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-info .crumina-steps-block-item-descr {
font-size: 18px;
color: #595959;
}
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-number {
text-align: center;
margin-top: 10px;
width: 70px;
height: 70px;
border-radius: 10px;
background: var(--primary-accent-color);
}
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-number p {
font-size: 36px;
margin: 0;
line-height: 70px;
color: #fff;
}
.crumina-steps-block .heading-decoration {
text-align: center;
}
.crumina-steps-block .heading-decoration svg {
display: block;
margin: 0 auto
}
@media (max-width: 1200px) {
.crumina-steps-block .crumina-steps-block-title {
margin-top: 60px;
}
}
@media (max-width: 991px) {
.crumina-steps-block .crumina-steps-block-wrap {
background: transparent;
padding: 0;
flex-wrap: wrap;
}
.crumina-steps-block .crumina-steps-block-col:not(.crumina-steps-block-col-tit) {
order: 2;
flex: 1;
flex-basis: 50%;
}
.crumina-steps-block .crumina-steps-block-col.crumina-steps-block-col-tit {
order: 1;
width: 100%;
flex-basis: initial;
margin-bottom: 25px;
}
}
@media (max-width: 799px) {
.crumina-steps-block .crumina-steps-block-wrap {
padding: 0 10px;
}
.crumina-steps-block .crumina-steps-block-item {
flex-direction: column;
margin-bottom: 25px;
}
.crumina-steps-block .crumina-steps-block-item.block-item-left .crumina-steps-block-item-info {
text-align: left;
}
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-info {
order: 2;
}
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-number {
order: 1;
margin-bottom: 15px;
}
}
@media (max-width: 580px) {
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-info .crumina-steps-block-item-title {
font-size: 18px;
}
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-info .crumina-steps-block-item-descr {
font-size: 16px;
}
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-number p {
font-size: 28px;
line-height: 50px;
}
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-number {
width: 50px;
height: 50px;
}
}
@media (max-width: 390px) {
.crumina-steps-block .crumina-steps-block-item .crumina-steps-block-item-number {
display: none;
}
.crumina-steps-block .crumina-steps-block-wrap {
flex-direction: column;
}
.crumina-steps-block .crumina-steps-block-col {
flex-basis: 100%;
}
} .news-slider-module .seosight-module-team-slider-arrows {
padding: 0 5px;
display: flex;
align-items: center;
justify-content: center;
margin-top: 40px;
}
.news-slider-module .pagination-bottom {
padding-bottom: 25px;
}
.news-slider-module .seosight-module-team-slider-arrows .btn-next,
.news-slider-module .seosight-module-team-slider-arrows .btn-prev {
position: relative;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
top: auto;
right: auto;
left: auto;
margin-right: 6px;
border-radius: 50%;
background: #f0f6fd;
}
.news-slider-module .seosight-module-team-slider-arrows .btn-prev:hover {
margin-left: 0;
}
.news-slider-module .seosight-module-team-slider-arrows .btn-next,
.news-slider-module .seosight-module-team-slider-arrows .btn-prev {
background: #fff;
}
.news-slider-module .seosight-module-team-slider-arrows .btn-next svg,
.news-slider-module .seosight-module-team-slider-arrows .btn-prev svg {
width: 10px;
}
.crumina-module-posts-slider-modern .crumina-case-item {
background: transparent;
text-align: left;
padding: 0;
}
.crumina-module-posts-slider-modern .crumina-case-item:hover {
background: transparent;
}
.crumina-module-posts-slider-saas .crumina-case-item .case-item__thumb img {
box-shadow: none;
border-radius: 10px;
}
.crumina-module-posts-slider-saas .crumina-case-item .case-item__title {
color: #d9dfe7;
text-transform: none;
margin-top: 5px;
}
.crumina-module-posts-slider-modern .crumina-case-item .case-item__cat a {
color: #949fac;
}
.crumina-module-posts-slider-saas .crumina-case-item .case-item__thumb {
margin-bottom: 25px;
}
.crumina-module-posts-slider-saas .crumina-case-item .case-item__arrow {
opacity: 0;
position: absolute;
right: 0;
bottom: calc(50% - 25px);
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #d9dfe7;
display: flex;
align-items: center;
justify-content: center;
transition: all ease .25s;
}
.crumina-module-posts-slider-saas .crumina-case-item .case-item__titlecont {
position: relative;
}
.crumina-module-posts-slider-saas .crumina-case-item .case-item__arrow svg {
fill: #d9dfe7;
width: 22px;
}
.crumina-module-posts-slider-saas .crumina-case-item:hover .case-item__arrow {
opacity: 1;
}
.crumina-module-posts-slider-modern .swiper-pagination .swiper-pagination-bullet,
.crumina-module-posts-slider-modern .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
width: 20px;
height: 4px;
border-radius: 2px;
border: none;
background: rgba(255, 255, 255, .7);
}
.crumina-module-posts-slider-modern .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background: var(--primary-accent-color);
}
.crumina-module-posts-slider-consultant .crumina-case-item {
border-radius: 10px;
}
.crumina-module-posts-slider-consultant .crumina-case-item .case-item__thumb {
margin-bottom: 0;
}
.crumina-module-posts-slider-consultant .crumina-case-item .case-item__titlecont {
padding: 30px 40px;
background: #fff;
border-radius: 0 0 10px 10px;
}
.crumina-module-posts-slider-consultant .crumina-case-item .case-item__thumb img {
box-shadow: none;
border-radius: 10px 10px 0 0;
}
.crumina-module-posts-slider-consultant .crumina-case-item .case-item__title {
color: #2f2c2c;
text-transform: none;
}
.crumina-module-posts-slider-consultant .crumina-case-item:hover .case-item__title {
color: #2f2c2c;
}
.crumina-module-posts-slider-modern .crumina-case-item:hover .case-item__cat a {
color: #949fac;
}
.crumina-module-posts-slider-agency .crumina-case-item {
padding: 0;
background-color: #fff;
border-radius: 10px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: flex-start;
text-align: left;
margin: 0; -webkit-box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.05);
-moz-box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.05);
box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.05);
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__thumb {
margin-bottom: 0;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__titlecont {
padding: 55px;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__cat,
.crumina-module-posts-slider-agency .crumina-case-item .case-item__cat a {
font-size: 16px;
color: #949fac;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__title {
display: block;
font-size: 24px;
margin-top: 10px;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__button {
padding: 15px 25px;
display: flex;
align-items: center;
justify-content: space-between;
text-transform: uppercase;
border-radius: 10px;
border: 2px solid #2f2c2c;
margin-top: 15px;
max-width: 250px;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__button span {
font-size: 16px;
color: #2f2c2c;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__button svg {
width: 18px;
}
.crumina-module-posts-slider-agency .crumina-case-item:hover {
background: #fff;
}
.crumina-module-posts-slider-agency .crumina-case-item:hover .case-item__title {
color: #2f2c2c;
}
.crumina-module-posts-slider-agency .crumina-case-item:hover .case-item__cat,
.crumina-module-posts-slider-agency .crumina-case-item:hover .case-item__cat a {
color: #949fac;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__button:hover {
background: var(--primary-accent-color);
border: 2px solid var(--primary-accent-color);
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__button:hover span,
.crumina-module-posts-slider-agency .crumina-case-item .case-item__button:hover svg {
color: #fff;
}
.crumina-module-posts-slider-agency .swiper-container-horizontal.pagination-bottom .swiper-pagination{
text-align: center;
transform: none;
}
.crumina-module-posts-slider-agency .swiper-pagination .swiper-pagination-bullet,
.crumina-module-posts-slider-agency .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 20px;
height: 4px;
border-radius: 2px;
border: none;
opacity: 1;
background: #eae9e9;
}
.crumina-module-posts-slider-agency .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--primary-accent-color);
}
.crumina-module-posts-slider-agency .crumina-case-item.no-slider {
display: block;
margin-bottom: 20px;
}
.crumina-module-posts-slider-agency .crumina-case-items-second {
margin-top: 30px;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__thumb img {
box-shadow: none;
}
.crumina-module-posts-slider-agency .crumina-case-item.no-slider .case-item__titlecont {
padding: 25px 40px;
}
.crumina-module-posts-slider-agency .crumina-case-item.no-slider .case-item__title {
font-size: 18px;
text-transform: none;
}
.crumina-module-posts-slider-agency .crumina-case-item.no-slider .case-item__button {
padding: 10px 15px;
}
.crumina-module-posts-slider-agency .crumina-case-item.no-slider .case-item__button span {
font-size: 14px;
}
.news-slider-module.crumina-module-posts-slider-agency .pagination-bottom {
padding-bottom: 45px;
}
@media (max-width: 799px) {
.crumina-module-posts-slider-agency .crumina-case-item .case-item__titlecont {
padding: 25px;
}
.news-slider-module.crumina-module-posts-slider-agency .pagination-bottom {
padding-bottom: 30px;
}
.crumina-module-posts-slider-agency .crumina-case-item {
flex-direction: column;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__titlecont {
text-align: center;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__button {
margin: 15px auto 0;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__thumb img {
display: block;
margin: 0 auto;
}
}
@media (max-width: 580px) {
.crumina-module-posts-slider-agency .crumina-case-item .case-item__title {
font-size: 18px;
text-transform: none;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__button {
padding: 10px 15px;
}
.crumina-module-posts-slider-agency .crumina-case-item .case-item__button span {
font-size: 14px;
}
} .seo-el-form-block form p {
margin: 0;
}
.seo-el-form-block form input,
.seo-el-form-block form textarea {
background: #fff;
border: 1px solid #d9dfe7;
margin-bottom: 20px;
}
.seo-el-form-block form input:focus,
.seo-el-form-block form textarea:focus {
box-shadow: none;
}
.seo-el-form-block form input[type="submit"],
.seo-el-form-block form button[type="submit"] {
font-size: 16px;
text-transform: uppercase;
color: #fff;
background: var(--ss-headings-color);
margin-top: 20px;
padding: 25px 40px;
cursor: pointer;
border: none;
transition: all ease .25s;
}
.seo-el-form-block form input[type="submit"]:hover,
.seo-el-form-block form button[type="submit"]:hover {
background: var(--primary-accent-color);
}
.seo-el-form-block form input[type="checkbox"],
.seo-el-form-block form input[type="radio"] {
margin: 6px 5px 10px 0;
}
.seo-el-form-block .heading-text {
margin-bottom: 30px;
}
.seo-el-form-block form br {
display: none;
}
.seo-el-form-block form .form-row {
display: flex;
align-items: center;
justify-content: flex-start;
}
.seo-el-form-block form .form-row .form-col {
flex-basis: 48%;
}
@media (max-width: 799px) {
.seo-el-form-block form input,
.seo-el-form-block form textarea {
padding: 20px;
}
.seo-el-form-block form .form-row {
flex-direction: column;
}
} .seo-el-form-block.seo-el-form-block-consultant form .form-fields {
overflow: hidden;
border-radius: 30px;
margin-bottom: 20px;
}
.seo-el-form-block.seo-el-form-block-consultant form input,
.seo-el-form-block.seo-el-form-block-consultant form textarea {
border-radius: 0;
margin: 0;
border: 1px solid #d9dfe7;
}
.seo-el-form-block.seo-el-form-block-consultant form textarea {
height: 110px;
}
.seo-el-form-block.seo-el-form-block-consultant form span.wpcf7-not-valid-tip {
font-size: 12px;
position: absolute;
top: auto;
bottom: 0;
left: 40px;
z-index: 10;
}
.seo-el-form-block.seo-el-form-block-consultant form .ajax-loader {
display: none;
}
.seo-el-form-block.seo-el-form-block-consultant form input[type="submit"],
.seo-el-form-block.seo-el-form-block-consultant form .wpcf7-submit {
border-radius: 30px;
width: auto;
padding: 20px 50px;
}
.seo-el-form-block.seo-el-form-block-consultant form input[type="checkbox"],
.seo-el-form-block.seo-el-form-block-consultant form input[type="radio"] {
margin: 6px 5px 10px 0;
} .seo-el-form-block.seo-el-form-block-copywriter form input,
.seo-el-form-block.seo-el-form-block-copywriter form textarea {
border: none;
}
.seo-el-form-block.seo-el-form-block-copywriter form .form-row {
justify-content: space-between;
margin-bottom: 0;
}
.seo-el-form-block.seo-el-form-block-copywriter form textarea {
height: 110px;
}
.seo-el-form-block.seo-el-form-block-copywriter form .ajax-loader {
display: none;
}
.seo-el-form-block.seo-el-form-block-copywriter form input[type="submit"],
.seo-el-form-block.seo-el-form-block-copywriter form .wpcf7-submit {
border-radius: 30px;
width: auto;
padding: 20px 50px;
}
.seo-el-form-block.seo-el-form-block-copywriter form input[type="checkbox"],
.seo-el-form-block.seo-el-form-block-copywriter form input[type="radio"] {
margin: 6px 5px 10px 0;
}
.seo-el-form-block.seo-el-form-block-copywriter form span.wpcf7-not-valid-tip {
font-size: 12px;
} .seo-el-form-block.seo-el-form-block-agency form .form-row {
align-items: flex-start;
}
.seo-el-form-block.seo-el-form-block-agency form .ajax-loader {
display: none;
}
.seo-el-form-block.seo-el-form-block-agency form br {
display: none;
}
.seo-el-form-block.seo-el-form-block-agency form input,
.seo-el-form-block.seo-el-form-block-agency form textarea {
border-radius: 10px;
border: 1px solid #d9dfe7;
}
.seo-el-form-block.seo-el-form-block-agency form .form-row > * {
margin: 0 10px;
flex-basis: 33%;
}
.seo-el-form-block.seo-el-form-block-agency form input[type="submit"],
.seo-el-form-block.seo-el-form-block-agency form .wpcf7-submit {
width: auto;
border-color: transparent;
padding: 20px 40px;
}
.seo-el-form-block.seo-el-form-block-agency form span.wpcf7-not-valid-tip {
font-size: 12px;
}
@media (max-width: 799px) {
.seo-el-form-block.seo-el-form-block-agency form .form-row {
flex-direction: column;
align-items: center;
}
.seo-el-form-block.seo-el-form-block-agency form .form-row > * {
margin: 0;
flex-basis: 100%;
width: 100%;
}
} .seo-el-form-block-newsletter {
padding: 40px 100px;
border-radius: 100px;
-webkit-box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
-moz-box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
display: flex;
align-items: center;
justify-content: flex-start;
}
.seo-el-form-block-newsletter .seo-el-newsletter-img {
max-width: 70px;
max-height: 70px;
font-size: 70px;
margin-right: 25px;
}
.seo-el-form-block-newsletter .title-text-wrap h2 {
font-size: 24px;
max-width: 140px;
}
.seo-el-form-block.seo-el-form-block-newsletter form input {
margin: 0;
}
.seo-el-form-block.seo-el-form-block-newsletter form input[type="submit"],
.seo-el-form-block.seo-el-form-block-newsletter form .wpcf7-submit {
width: auto;
margin: 0 0 0 25px;
border-color: transparent;
padding: 20px 40px;
}
.seo-el-form-block.seo-el-form-block-newsletter form br {
display: none;
}
.seo-el-form-block.seo-el-form-block-newsletter form .ajax-loader {
display: none;
}
.seo-el-form-block.seo-el-form-block-newsletter .form-wrap {
margin-left: auto;
}
.seo-el-form-block.seo-el-form-block-newsletter form span.wpcf7-not-valid-tip {
font-size: 12px;
position: absolute;
top: auto;
bottom: 0;
left: 40px;
z-index: 10;
}
@media (max-width: 1200px) {
.seo-el-form-block-newsletter .title-text-wrap h2 {
max-width: 85%;
}
.seo-el-form-block-newsletter {
flex-wrap: wrap;
}
.seo-el-form-block-newsletter .seo-el-newsletter-img,
.seo-el-form-block-newsletter .title-text-wrap {
flex: 0 0 50%;
}
.seo-el-form-block.seo-el-form-block-newsletter .form-wrap {
flex-basis: 100%;
margin-top: 15px;
}
}
@media (max-width: 799px) {
.seo-el-form-block-newsletter {
align-items: center;
justify-content: center;
}
.seo-el-form-block.seo-el-form-block-newsletter form .form-row {
flex-direction: column;
}
.elementor-2753 .elementor-element.elementor-element-1ca206f form input[type="submit"] {
margin: 15px 0 0 0;
}
}
@media (max-width: 580px) {
.seo-el-form-block-newsletter {
padding: 20px;
}
.seo-el-form-block-newsletter .seo-el-newsletter-img,
.seo-el-form-block-newsletter .title-text-wrap {
flex: 0 0 100%;
text-align: center;
}
.seo-el-form-block-newsletter .title-text-wrap h2 {
max-width: 100%;
font-size: 20px;
}
} .crumina-module.crum-button .btn .img-icon {
height: 20px;
position: relative;
left: auto;
top: auto;
}
.crumina-module.crum-button .btn.icon-left .img-icon {
margin-right: 10px;
}
.crumina-module.crum-button .btn.icon-right .img-icon {
margin-left: 10px;
} .portfolio-grid-business .crumina-case-item {
padding: 0;
background: #fff;
border-radius: 10px;
overflow: hidden;
-webkit-box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
-moz-box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
}
.portfolio-grid-business .crumina-case-item.big {
padding: 0;
}
.portfolio-grid-business .crumina-case-item.big .case-item__thumb {
margin-bottom: 0;
}
.portfolio-grid-business .crumina-case-item .case-item__thumb img {
box-shadow: none;
}
.portfolio-grid-business .post__content {
padding: 25px 35px;
text-align: left;
}
.portfolio-grid-business .crumina-case-item.big .case-item__title {
font-size: 18px;
text-transform: none;
}
.portfolio-grid-business .crumina-case-item.big .case-item__cat a {
color: #949fac;
}
.portfolio-grid-business .crumina-case-item.big:hover .case-item__cat a {
color: #fff;
}
.portfolio-grid-business .case-col-grid {
display: flex;
align-items: stretch;
justify-content: space-between;
flex-wrap: wrap;
}
.portfolio-grid-business .crumina-case-item.small-v {
width: 47.5%;
flex: 0 0 47.5%;
margin-bottom: 30px;
}
.portfolio-grid-business .crumina-case-item.small-h {
width: 100%;
flex-basis: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.portfolio-grid-business .crumina-case-item.small-h .case-item__thumb {
flex-basis: 50%;
}
.portfolio-grid-business .crumina-case-item.small-h .post__content {
flex-basis: 50%;
}
.portfolio-grid .portfolio-grid-terms-nav li {
list-style-type: none;
font-size: 24px;
color: #949fac;
cursor: pointer;
transition: all ease .25s;
}
.portfolio-grid .portfolio-grid-terms-nav li:hover,
.portfolio-grid .portfolio-grid-terms-nav li.active {
color: var(--primary-accent-color);
}
.portfolio-grid .portfolio-grid-posts-cont {
display: none;
}
.portfolio-grid .portfolio-grid-posts-cont.active {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
}
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item {
opacity: 0;
flex-basis: 48%;
margin-bottom: 30px;
padding: 0;
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 3px 3px 8px 4px rgb(34 60 80 / 0.03);
-webkit-box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
-moz-box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
animation: fadeInUp .4s forwards;
}
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item:nth-child(even) {
margin-top: -30px;
animation-delay: .2s;
}
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item .case-item__thumb img {
box-shadow: none;
}
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item .case-item__thumb {
margin-bottom: 0;
}
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item .post__content {
padding: 40px 35px;
}
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item .case-item__title {
margin-top: 0;
text-transform: none;
}
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item .case-item__cat a,
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item .case-item__cat {
font-size: 16px;
}
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item:hover .case-item__title,
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item:hover .case-item__cat a,
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item:hover .case-item__cat {
color: var(--primary-accent-color);
}
.portfolio-grid .portfolio-grid-posts-cont .btn {
display: block;
margin: 0 auto;
opacity: 0;
animation: fadeIn .4s forwards;
animation-delay: .5s;
}
@media (max-width: 799px) {
.portfolio-grid-business .crumina-case-item.small-v {
width: 100%;
flex: 0 0 100%;
}
.portfolio-grid-business .case-col-grid {
flex-direction: column;        
}
.portfolio-grid-business .crumina-case-item {
width: 100%;
flex-basis: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.portfolio-grid-business .crumina-case-item .case-item__thumb {
flex-basis: 50%;
}
.portfolio-grid-business .crumina-case-item .post__content {
flex-basis: 50%;
}
.portfolio-grid-business .post__content {
padding: 15px;
}
.portfolio-grid-company .h2 {
text-align: center;
}
.portfolio-grid-company .heading-decoration svg {
display: block;
margin: 0 auto;
}
.portfolio-grid-company .portfolio-grid-terms-nav {
text-align: center;
}
.portfolio-grid-company .portfolio-grid-terms-nav li {
display: inline-block;
margin: 0 15px 10px 15px;
font-size: 20px;
}
.portfolio-grid .portfolio-grid-posts-cont {
margin-top: 40px;
}
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item:nth-child(even) {
margin-top: 0;
}
}
@media (max-width: 580px) {
.portfolio-grid-business .crumina-case-item {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.portfolio-grid-business .crumina-case-item .case-item__thumb {
flex-basis: 100%;
}
.portfolio-grid-business .crumina-case-item .post__content {
flex-basis: 100%;
}
.portfolio-grid .portfolio-grid-posts-cont .crumina-case-item .post__content {
padding: 15px;
}
.portfolio-grid-company .portfolio-grid-terms-nav li {
font-size: 16px;
}
.portfolio-grid .portfolio-grid-posts-cont {
margin-top: 20px;
}
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.referencement-beref.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}* {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
display: table;
content: " ";
width: 100%; }
.table {
display: table;
width: 100%; }
.table-cell {
display: table-cell;
vertical-align: middle;
float: none; }
@media (max-width: 640px) {
.table-cell {
display: block;
float: left; } }
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 768px) {
.container {
width: 710px; } }
@media (min-width: 992px) {
.container {
width: 965px; } }
@media (min-width: 1200px) {
.container {
width: 1200px; } }
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.row {
margin-right: -15px;
margin-left: -15px; }
.row.m-0 {
margin: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left; }
.col-lg-12 {
width: 100%; }
.col-lg-11 {
width: 91.66666667%; }
.col-lg-10 {
width: 83.33333333%; }
.col-lg-9 {
width: 75%; }
.col-lg-8 {
width: 66.66666667%; }
.col-lg-7 {
width: 58.33333333%; }
.col-lg-6 {
width: 50%; }
.col-lg-5 {
width: 41.66666667%; }
.col-lg-4 {
width: 33.33333333%; }
.col-lg-3 {
width: 25%; }
.col-lg-2 {
width: 16.66666667%; }
.col-lg-1 {
width: 8.33333333%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-pull-11 {
right: 91.66666667%; }
.col-lg-pull-10 {
right: 83.33333333%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-8 {
right: 66.66666667%; }
.col-lg-pull-7 {
right: 58.33333333%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-5 {
right: 41.66666667%; }
.col-lg-pull-4 {
right: 33.33333333%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-2 {
right: 16.66666667%; }
.col-lg-pull-1 {
right: 8.33333333%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-push-12 {
left: 100%; }
.col-lg-push-11 {
left: 91.66666667%; }
.col-lg-push-10 {
left: 83.33333333%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-8 {
left: 66.66666667%; }
.col-lg-push-7 {
left: 58.33333333%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-5 {
left: 41.66666667%; }
.col-lg-push-4 {
left: 33.33333333%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-2 {
left: 16.66666667%; }
.col-lg-push-1 {
left: 8.33333333%; }
.col-lg-push-0 {
left: auto; }
.col-lg-offset-12 {
margin-left: 100%; }
.col-lg-offset-11 {
margin-left: 91.66666667%; }
.col-lg-offset-10 {
margin-left: 83.33333333%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-8 {
margin-left: 66.66666667%; }
.col-lg-offset-7 {
margin-left: 58.33333333%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-5 {
margin-left: 41.66666667%; }
.col-lg-offset-4 {
margin-left: 33.33333333%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-2 {
margin-left: 16.66666667%; }
.col-lg-offset-1 {
margin-left: 8.33333333%; }
.col-lg-offset-0 {
margin-left: 0; } }
@media (min-width: 800px) and (max-width: 1199px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left; }
.col-md-12 {
width: 100%; }
.col-md-11 {
width: 91.66666667%; }
.col-md-10 {
width: 83.33333333%; }
.col-md-9 {
width: 75%; }
.col-md-8 {
width: 66.66666667%; }
.col-md-7 {
width: 58.33333333%; }
.col-md-6 {
width: 50%; }
.col-md-5 {
width: 41.66666667%; }
.col-md-4 {
width: 33.33333333%; }
.col-md-3 {
width: 25%; }
.col-md-2 {
width: 16.66666667%; }
.col-md-1 {
width: 8.33333333%; }
.col-md-pull-12 {
right: 100%; }
.col-md-pull-11 {
right: 91.66666667%; }
.col-md-pull-10 {
right: 83.33333333%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-8 {
right: 66.66666667%; }
.col-md-pull-7 {
right: 58.33333333%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-5 {
right: 41.66666667%; }
.col-md-pull-4 {
right: 33.33333333%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-2 {
right: 16.66666667%; }
.col-md-pull-1 {
right: 8.33333333%; }
.col-md-pull-0 {
right: auto; }
.col-md-push-12 {
left: 100%; }
.col-md-push-11 {
left: 91.66666667%; }
.col-md-push-10 {
left: 83.33333333%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-8 {
left: 66.66666667%; }
.col-md-push-7 {
left: 58.33333333%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-5 {
left: 41.66666667%; }
.col-md-push-4 {
left: 33.33333333%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-2 {
left: 16.66666667%; }
.col-md-push-1 {
left: 8.33333333%; }
.col-md-push-0 {
left: auto; }
.col-md-offset-12 {
margin-left: 100%; }
.col-md-offset-11 {
margin-left: 91.66666667%; }
.col-md-offset-10 {
margin-left: 83.33333333%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-8 {
margin-left: 66.66666667%; }
.col-md-offset-7 {
margin-left: 58.33333333%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-5 {
margin-left: 41.66666667%; }
.col-md-offset-4 {
margin-left: 33.33333333%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-2 {
margin-left: 16.66666667%; }
.col-md-offset-1 {
margin-left: 8.33333333%; }
.col-md-offset-0 {
margin-left: 0; } }
.kc-elm.small-section, .crumina-module.small-section {
max-width: 750px;
margin: 0 auto;
float: none; }
.kc-elm.small-section-f-left, .crumina-module.small-section-f-left {
max-width: 750px;
float: left; }
.kc-elm.medium-section, .crumina-module.medium-section {
max-width: 900px;
margin: 0 auto;
float: none; }
.float-none{
float: none;
}.plyr input[type=range]:focus, .plyr:focus {
outline: 0; }
.plyr .plyr__video-embed iframe, .plyr__tooltip {
pointer-events: none; }
@-webkit-keyframes plyr-progress {
to {
background-position: 25px 0; } }
@keyframes plyr-progress {
to {
background-position: 25px 0; } }
.plyr {
position: relative;
max-width: 100%;
min-width: 200px;
font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
direction: ltr; }
.plyr, .plyr *, .plyr ::after, .plyr ::before {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.plyr a, .plyr button, .plyr input, .plyr label {
-ms-touch-action: manipulation;
touch-action: manipulation; }
.plyr audio, .plyr video {
width: 100%;
height: auto;
vertical-align: middle;
-webkit-border-radius: inherit;
border-radius: inherit; }
.plyr input[type=range] {
display: block;
height: 20px;
width: 100%;
margin: 0;
padding: 0;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
border: none;
background: 0 0; }
.plyr input[type=range]::-webkit-slider-runnable-track {
height: 8px;
background: 0 0;
border: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-user-select: none;
user-select: none; }
.plyr input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
margin-top: -4px;
position: relative;
height: 16px;
width: 16px;
background: #fff;
border: 2px solid transparent;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
-o-transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.plyr input[type=range]::-moz-range-track {
height: 8px;
background: 0 0;
border: 0;
border-radius: 4px;
-moz-user-select: none;
user-select: none; }
.plyr input[type=range]::-moz-range-thumb {
position: relative;
height: 16px;
width: 16px;
background: #fff;
border: 2px solid transparent;
border-radius: 100%;
-webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
-o-transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
box-sizing: border-box; }
.plyr input[type=range]::-ms-track {
height: 8px;
background: 0 0;
border: 0;
color: transparent; }
.plyr input[type=range]::-ms-fill-upper {
height: 8px;
background: 0 0;
border: 0;
border-radius: 4px;
-ms-user-select: none;
user-select: none; }
.plyr input[type=range]::-ms-fill-lower {
height: 8px;
border: 0;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
background: #3498db; }
.plyr input[type=range]::-ms-thumb {
position: relative;
height: 16px;
width: 16px;
background: #fff;
border: 2px solid transparent;
border-radius: 100%;
-webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
-o-transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
box-sizing: border-box;
margin-top: 0; }
.plyr input[type=range]::-ms-tooltip {
display: none; }
.plyr input[type=range]::-moz-focus-outer {
border: 0; }
.plyr input[type=range].tab-focus:focus {
outline-offset: 3px; }
.plyr input[type=range]:active::-webkit-slider-thumb {
background: #3498db;
border-color: #fff;
-webkit-transform: scale(1.25);
transform: scale(1.25); }
.plyr input[type=range]:active::-moz-range-thumb {
background: #3498db;
border-color: #fff;
transform: scale(1.25); }
.plyr input[type=range]:active::-ms-thumb {
background: #3498db;
border-color: #fff;
-ms-transform: scale(1.25);
transform: scale(1.25); }
.plyr--video input[type=range].tab-focus:focus {
outline: rgba(255, 255, 255, 0.5) dotted 1px; }
.plyr--audio input[type=range].tab-focus:focus {
outline: rgba(86, 93, 100, 0.5) dotted 1px; }
.plyr__sr-only {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
position: absolute !important;
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important; }
.plyr__video-wrapper {
position: relative;
background: #000;
-webkit-border-radius: inherit;
border-radius: inherit; }
.plyr__video-embed {
padding-bottom: 56.25%;
height: 0;
-webkit-border-radius: inherit;
border-radius: inherit;
overflow: hidden;
z-index: 0; }
.plyr__video-embed iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.plyr__video-embed > div {
position: relative;
padding-bottom: 200%;
-webkit-transform: translateY(-35.95%);
-ms-transform: translateY(-35.95%);
transform: translateY(-35.95%); }
.plyr video::-webkit-media-text-track-container {
display: none; }
.plyr__captions {
display: none;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
-webkit-transition: -webkit-transform .3s ease;
transition: -webkit-transform .3s ease;
-o-transition: transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
color: #fff;
font-size: 16px;
text-align: center;
font-weight: 400; }
.plyr__captions span {
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 3px 10px;
background: rgba(0, 0, 0, 0.7);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
line-height: 150%; }
.plyr__captions span:empty {
display: none; }
@media (min-width: 768px) {
.plyr__captions {
font-size: 24px; } }
.plyr--captions-active .plyr__captions {
display: block; }
.plyr--hide-controls .plyr__captions {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px); }
@media (min-width: 1024px) {
.plyr--fullscreen-active .plyr__captions {
font-size: 32px; } }
.plyr ::-webkit-media-controls {
display: none; }
.plyr__controls {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
line-height: 1;
text-align: center; }
.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
margin-left: 5px; }
.plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls > button:first-child {
margin-left: 0; }
.plyr__controls .plyr__volume {
margin-left: 5px; }
.plyr__controls [data-plyr=pause] {
margin-left: 0; }
.plyr__controls button {
position: relative;
display: inline-block;
-ms-flex-negative: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0;
overflow: visible;
vertical-align: middle;
padding: 7px;
border: 0;
background: 0 0;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
-webkit-transition: background .3s ease,color .3s ease,opacity .3s ease;
-o-transition: background .3s ease,color .3s ease,opacity .3s ease;
transition: background .3s ease,color .3s ease,opacity .3s ease;
color: inherit; }
.plyr__controls button svg {
width: 18px;
height: 18px;
display: block;
fill: currentColor; }
.plyr__controls button:focus {
outline: 0; }
.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
display: none; }
@media (min-width: 480px) {
.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
margin-left: 10px; } }
.plyr--hide-controls .plyr__controls {
opacity: 0;
pointer-events: none; }
.plyr--video .plyr__controls {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
padding: 50px 10px 10px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
-webkit-border-bottom-left-radius: inherit;
border-bottom-left-radius: inherit;
-webkit-border-bottom-right-radius: inherit;
border-bottom-right-radius: inherit;
color: #fff;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease; }
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
background: #3498db;
color: #fff; }
.plyr--audio .plyr__controls {
padding: 10px;
-webkit-border-radius: inherit;
border-radius: inherit;
background: #fff;
border: 1px solid #dbe3e8;
color: #565D64; }
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
background: #3498db;
color: #fff; }
.plyr__play-large {
display: none;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 10px;
border: 4px solid currentColor;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease; }
.plyr__play-large svg {
position: relative;
left: 2px;
width: 20px;
height: 20px;
display: block;
fill: currentColor; }
.plyr__play-large:focus {
outline: rgba(255, 255, 255, 0.5) dotted 1px; }
.plyr .plyr__play-large {
display: inline-block;
cursor: pointer; }
.plyr--audio .plyr__play-large, .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
display: none; }
.plyr--playing .plyr__play-large {
opacity: 0;
visibility: hidden; }
.plyr--playing .plyr__controls [data-plyr=pause] {
display: inline-block; }
.plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
display: block; }
.plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr--captions-active .plyr__controls .icon--captions-on + svg, .plyr--fullscreen-active .icon--exit-fullscreen + svg, .plyr--muted .plyr__controls .icon--muted + svg {
display: none; }
.plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
display: inline-block; }
.plyr__tooltip {
position: absolute;
z-index: 2;
bottom: 100%;
margin-bottom: 10px;
padding: 5px 7.5px;
opacity: 0;
background: rgba(0, 0, 0, 0.7);
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
font-size: 14px;
line-height: 1.3;
-webkit-transform: translate(-50%, 10px) scale(0.8);
-ms-transform: translate(-50%, 10px) scale(0.8);
transform: translate(-50%, 10px) scale(0.8);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
-o-transition: transform .2s .1s ease,opacity .2s .1s ease;
transition: transform .2s .1s ease,opacity .2s .1s ease;
transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease; }
.plyr__tooltip::before {
content: '';
position: absolute;
width: 0;
height: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -4px;
border-right: 4px solid transparent;
border-top: 4px solid rgba(0, 0, 0, 0.7);
border-left: 4px solid transparent;
z-index: 2; }
.plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip, .plyr__tooltip--visible {
opacity: 1;
-webkit-transform: translate(-50%, 0) scale(1);
-ms-transform: translate(-50%, 0) scale(1);
transform: translate(-50%, 0) scale(1); }
.plyr button:hover .plyr__tooltip {
z-index: 3; }
.plyr__controls button:first-child .plyr__tooltip {
left: 0;
-webkit-transform: translate(0, 10px) scale(0.8);
-ms-transform: translate(0, 10px) scale(0.8);
transform: translate(0, 10px) scale(0.8);
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%; }
.plyr__controls button:first-child .plyr__tooltip::before {
left: 16px; }
.plyr__controls button:last-child .plyr__tooltip {
right: 0;
-webkit-transform: translate(0, 10px) scale(0.8);
-ms-transform: translate(0, 10px) scale(0.8);
transform: translate(0, 10px) scale(0.8);
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%; }
.plyr__controls button:last-child .plyr__tooltip::before {
left: auto;
right: 16px;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%); }
.plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1); }
.plyr__progress {
position: relative;
display: none;
-ms-flex: 1;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1; }
.plyr__progress input[type=range] {
position: relative;
z-index: 2; }
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
background: 0 0; }
.plyr__progress input[type=range]::-moz-range-track {
background: 0 0; }
.plyr__progress input[type=range]::-ms-fill-upper {
background: 0 0; }
.plyr__progress .plyr__tooltip {
left: 0; }
.plyr .plyr__progress {
display: inline-block; }
.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 8px;
margin: -4px 0 0;
padding: 0;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
-webkit-border-radius: 100px;
border-radius: 100px; }
.plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
background: 0 0; }
.plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
background: currentColor;
-webkit-border-radius: 100px;
border-radius: 100px;
min-width: 8px; }
.plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
background: currentColor;
border-radius: 100px;
min-width: 8px; }
.plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
border-radius: 100px; }
.plyr__progress--played, .plyr__volume--display {
z-index: 1;
color: #3498db;
background: 0 0;
-webkit-transition: none;
-o-transition: none;
transition: none; }
.plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
min-width: 8px;
max-width: 99%;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-transition: none;
-o-transition: none;
transition: none; }
.plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
min-width: 8px;
max-width: 99%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-transition: none;
-o-transition: none;
transition: none; }
.plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
display: none; }
.plyr__progress--buffer::-webkit-progress-value {
-webkit-transition: width .2s ease;
-o-transition: width .2s ease;
transition: width .2s ease; }
.plyr__progress--buffer::-moz-progress-bar {
-webkit-transition: width .2s ease;
-o-transition: width .2s ease;
transition: width .2s ease; }
.plyr__progress--buffer::-ms-fill {
-webkit-transition: width .2s ease;
-o-transition: width .2s ease;
transition: width .2s ease; }
.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
background: rgba(255, 255, 255, 0.25); }
.plyr--video .plyr__progress--buffer {
color: rgba(255, 255, 255, 0.25); }
.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
background: rgba(198, 214, 219, 0.66); }
.plyr--audio .plyr__progress--buffer {
color: rgba(198, 214, 219, 0.66); }
.plyr--loading .plyr__progress--buffer {
-webkit-animation: plyr-progress 1s linear infinite;
animation: plyr-progress 1s linear infinite;
-webkit-background-size: 25px 25px;
background-size: 25px 25px;
background-repeat: repeat-x;
background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
color: transparent; }
.plyr--video.plyr--loading .plyr__progress--buffer {
background-color: rgba(255, 255, 255, 0.25); }
.plyr--audio.plyr--loading .plyr__progress--buffer {
background-color: rgba(198, 214, 219, 0.66); }
.plyr__time {
display: inline-block;
vertical-align: middle;
font-size: 14px; }
.plyr__time + .plyr__time {
display: none; }
@media (min-width: 768px) {
.plyr__time + .plyr__time {
display: inline-block; } }
.plyr__time + .plyr__time::before {
content: '\2044';
margin-right: 10px; }
.plyr__volume {
display: none; }
.plyr .plyr__volume {
-ms-flex: 1;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
position: relative; }
.plyr .plyr__volume input[type=range] {
position: relative;
z-index: 2; }
@media (min-width: 480px) {
.plyr .plyr__volume {
display: block;
max-width: 60px; } }
@media (min-width: 768px) {
.plyr .plyr__volume {
max-width: 100px; } }
.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
display: none !important; }
.plyr--fullscreen-active {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
z-index: 10000000;
background: #000;
-webkit-border-radius: 0 !important;
border-radius: 0 !important; }
.plyr--fullscreen-active video {
height: 100%; }
.plyr--fullscreen-active .plyr__video-wrapper {
height: 100%;
width: 100%; }
.plyr--fullscreen-active .plyr__video-embed {
overflow: visible; }
.plyr--fullscreen-active .plyr__controls {
position: absolute;
bottom: 0;
left: 0;
right: 0; }
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
height: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.hide-controls .plyr__play-large {
display: none; }
:focus {
outline: 0; } .kc-boxholder ol li:before {
display: none; } @font-face {
font-family: swiper-icons;
src: url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
font-weight: 400;
font-style: normal; }
:root {
--swiper-theme-color:#007aff; }
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1; }
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0); }
.swiper-container-multirow > .swiper-wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.swiper-container-multirow-column > .swiper-wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto; }
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform; }
.swiper-slide-invisible-blank {
visibility: hidden; }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
height: auto; }
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height,-webkit-transform;
transition-property: height,-webkit-transform;
-o-transition-property: transform,height;
transition-property: transform,height;
transition-property: transform,height,-webkit-transform; }
.swiper-container-3d {
-webkit-perspective: 1200px;
perspective: 1200px; }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none; }
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start; }
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
-webkit-scroll-snap-type: x mandatory;
-ms-scroll-snap-type: x mandatory;
scroll-snap-type: x mandatory; }
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
-webkit-scroll-snap-type: y mandatory;
-ms-scroll-snap-type: y mandatory;
scroll-snap-type: y mandatory; }
:root {
--swiper-navigation-size:44px; }
.swiper-button-next, .swiper-button-prev {
position: absolute;
top: 50%;
width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
width: calc(var(--swiper-navigation-size)/ 44 * 27);
height: var(--swiper-navigation-size);
margin-top: -webkit-calc(-1 * var(--swiper-navigation-size)/ 2);
margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
z-index: 10;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none; }
.swiper-button-next:after, .swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
line-height: 1; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
left: 10px;
right: auto; }
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
content: 'prev'; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
right: 10px;
left: auto; }
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
content: 'next'; }
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
--swiper-navigation-color:#ffffff; }
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
--swiper-navigation-color:#000000; }
.swiper-button-lock {
display: none; }
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: .3s opacity;
-o-transition: .3s opacity;
transition: .3s opacity;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10; }
.swiper-pagination.swiper-pagination-hidden {
opacity: 0; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%; }
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
transform: scale(0.33);
position: relative; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(0.66);
-ms-transform: scale(0.66);
transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
transform: scale(0.33); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
-webkit-transform: scale(0.66);
-ms-transform: scale(0.66);
transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
transform: scale(0.33); }
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
-webkit-border-radius: 100%;
border-radius: 100%;
background: #000;
opacity: .2; }
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer; }
.swiper-pagination-bullet-active {
opacity: 1;
background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0); }
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 6px 0;
display: block; }
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px; }
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
-webkit-transition: .2s transform,.2s top;
-o-transition: .2s transform,.2s top;
transition: .2s transform,.2s top; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s transform,.2s left;
-o-transition: .2s transform,.2s left;
transition: .2s transform,.2s left; }
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s transform,.2s right;
-o-transition: .2s transform,.2s right;
transition: .2s transform,.2s right; }
.swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; }
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top; }
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0; }
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0; }
.swiper-pagination-white {
--swiper-pagination-color:#ffffff; }
.swiper-pagination-black {
--swiper-pagination-color:#000000; }
.swiper-pagination-lock {
display: none; }
.swiper-scrollbar {
-webkit-border-radius: 10px;
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1); }
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%; }
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%; }
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 10px;
border-radius: 10px;
left: 0;
top: 0; }
.swiper-scrollbar-cursor-drag {
cursor: move; }
.swiper-scrollbar-lock {
display: none; }
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center; }
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain; }
.swiper-slide-zoomed {
cursor: move; }
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s infinite linear;
animation: swiper-preloader-spin 1s infinite linear;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
-webkit-border-radius: 50%;
border-radius: 50%;
border-top-color: transparent; }
.swiper-lazy-preloader-white {
--swiper-preloader-color:#fff; }
.swiper-lazy-preloader-black {
--swiper-preloader-color:#000; }
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-container-cube {
overflow: visible; }
.swiper-container-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%; }
.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible; }
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0; }
.swiper-container-flip {
overflow: visible; }
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1; }
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.overflow-visible {
overflow: visible !important; }
.swiper-container.fade .swiper-slide-duplicate {
opacity: 0 !important; }
.swiper-container.auto-height .swiper-slide {
height: auto !important; }
.swiper-container.auto-height {
-webkit-transition: height 200ms ease-in;
-o-transition: height 200ms ease-in;
transition: height 200ms ease-in; }
.pagination-vertical .swiper-slide {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
overflow: hidden;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; }
.shadow-enable .swiper-slide .image-wrap {
display: inline-block; }
.shadow-enable .swiper-slide .image-wrap img {
width: 100%; }
.shadow-enable.swiper-container {
-webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3); } body .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
body .mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
body .mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
body .mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
-ms-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } } .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out; }
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0; } .mfp-zoom-in {   }
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8; }
.mfp-zoom-in.mfp-removing .mfp-with-anim {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0; }
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0; } .inline--media-content .mfp-container {
padding-top: 40px;
padding-bottom: 40px; } .inline--media-content .mfp-content {
width: 100%;
max-width: 1200px; } .popup-video-holder {
width: 100%;
height: 0;
overflow: hidden; padding-bottom: 56.25%; }
.popup-video-holder .plyr {
position: absolute;
top: -3px;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
.plyr .plyr__video-embed iframe, .plyr__tooltip {
pointer-events: auto; }
.popup-video-holder .plyr--youtube .plyr__play-large {
opacity: 0; }
.seo-gallery figure {
margin: 0 0 30px 0; }
.seo-gallery figcaption {
display: none; } .kc-online-presets {
display: none !important; }:root {
--primary-accent-color: #4cc2c0;
--secondary-accent-color: #f15b26;
--header-font-color: #595959;
--ss-headings-color: #2f2c2c;
--ss-body-font-color: #595959;
--ss-borders-color: #edf2f7;
--global-link-color: #2f2c2c;
--ss-light-gray-color: #edf2f7;
--white-color: #fff;
--ss-body-font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif;
--ss-headings-font: "Nunito", Arial, "Helvetica Neue", Helvetica, serif;
}  html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
html {
scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
body {
color: var(--ss-body-font-color);
font-family: var(--ss-body-font-family);
font-size: 18px;
font-weight: 400;
line-height: 1.5;
}
@media (max-width: 800px) {
body {
font-size: 14px;
}
}
a:hover {
color: var(--primary-accent-color);
}
img {
max-width: 100%;
height: auto;
display: inline-block;
vertical-align: middle;
}
blockquote {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
}
table {
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
border: 1px solid #ddd;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid var(--ss-borders-color);
}
table, th, td {
border: 1px solid #ddd;
}
table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid var(--ss-borders-color);
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
border-top: 0;
}
table > tbody + tbody {
border-top: 2px solid var(--ss-borders-color);
}
table table {
background-color: #fff;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
background-color: #dff0d8;
}
table > thead > tr > td.info,
table > tbody > tr > td.info,
table > tfoot > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr > th.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > tbody > tr.info > td,
table > tfoot > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr.info > th,
table > tfoot > tr.info > th {
background-color: #d9edf7;
}
table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
background-color: #f2dede;
}
a {
text-decoration: none;
color: var(--global-link-color);
transition: all 0.15s linear;
}
p {
margin: 0 0 .75em;
font-size: 18px;
}
@media (max-width: 800px) {
p {
font-size: 14px;
}
}
figure {
margin: 0;
max-width: 100%;
}
select {
width: 100%;
border: 1px solid #595959;
appearance: none;
-moz-appearance: none; -webkit-appearance: none; }
textarea {
height: auto;
min-height: 50px;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
color: #595959;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
color: #595959;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
color: #595959;
}
input {
box-shadow: none;
}
input:invalid {
box-shadow: none;
}
input:-moz-submit-invalid {
box-shadow: none;
}
input:-moz-ui-invalid {
box-shadow: none;
}
input.wpcf7-form-control {
width: 100%;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} h1, .h1 {
font-size: 48px;
font-weight: 400;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
margin: .5em 0;
line-height: 1.1em;
}
h1 a, .h1 a {
color: inherit;
}
@media (max-width: 800px) {
h1, .h1 {
font-size: 40px;
}
}
@media (max-width: 640px) {
h1, .h1 {
font-size: 36px;
}
}
@media (max-width: 480px) {
h1, .h1 {
font-size: 30px;
}
}
@media (max-width: 360px) {
h1, .h1 {
font-size: 24px;
}
}
h2, .h2 {
margin: .5em 0;
font-size: 42px;
line-height: 1.15em;
font-weight: 400;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
}
h2 a, .h2 a {
color: inherit;
}
@media (max-width: 800px) {
h2, .h2 {
font-size: 36px;
}
}
@media (max-width: 570px) {
h2, .h2 {
font-size: 32px;
}
}
@media (max-width: 480px) {
h2, .h2 {
font-size: 26px;
}
}
h3, .h3 {
margin: .5em 0;
font-size: 36px;
line-height: 1.3em;
font-weight: 400;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
}
h3 a, .h3 a {
color: inherit;
}
@media (max-width: 800px) {
h3, .h3 {
font-size: 30px;
}
}
@media (max-width: 570px) {
h3, .h3 {
font-size: 26px;
}
}
@media (max-width: 480px) {
h3, .h3 {
font-size: 22px;
}
}
h4, .h4 {
margin: .5em 0;
font-size: 30px;
line-height: 1.3em;
font-weight: 400;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
}
h4 a, .h4 a {
color: inherit;
}
@media (max-width: 800px) {
h4, .h4 {
font-size: 28px;
}
}
@media (max-width: 570px) {
h4, .h4 {
font-size: 24px;
}
}
@media (max-width: 480px) {
h4, .h4 {
font-size: 20px;
}
}
h5, .h5 {
margin: .5em 0;
font-size: 24px;
line-height: 1.5em;
font-weight: 400;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
}
h5 a, .h5 a {
color: inherit;
}
@media (max-width: 980px) {
h5, .h5 {
font-size: 18px;
}
}
@media (max-width: 480px) {
h5, .h5 {
font-size: 16px;
}
}
h6, .h6 {
margin: .5em 0;
font-size: 18px;
line-height: 1.5em;
font-weight: 600;
color: var(--ss-headings-color);
font-family: var(--ss-headings-font);
}
h6 a, .h6 a {
color: inherit;
}
@media (max-width: 800px) {
h6, .h6 {
font-size: 14px;
}
}  .selection--dark::-moz-selection {
background: #2f2c2c;
color: #595959;
}
.selection--dark::selection {
background: #2f2c2c;
color: #595959;
} .selection--primary::-moz-selection {
color: #fff;
}
.selection--primary::selection {
color: #fff;
} .selection--gray::-moz-selection {
background: #aeaeae;
color: #2f2c2c;
}
.selection--gray::selection {
background: #aeaeae;
color: #2f2c2c;
} ul {
padding: 0;
margin: 0;
}
ol {
padding-left: 20px;
}
ol li {
font-size: 18px;
position: relative;
margin-bottom: 1em;
}
ol li ol {
margin-top: 1em;
}
ol li a {
display: inline-block;
}
blockquote p {
margin: 0;
}
p {
margin: 0 0 1em 0;
}
table {
margin: 1.5em 0;
}
blockquote {
margin: 1em 0;
padding: 15px 15px 15px 80px;
position: relative;
}
@media (max-width: 640px) {
blockquote {
padding-left: 50px;
margin: 1em 0;
}
}
blockquote cite {
display: block;
color: #595959;
font-size: .9em;
}
blockquote cite:before {
content: "\2014\00a0";
color: #595959;
}
blockquote:before {
content: "\e904";
font-size: 70px;
color: var(--ss-light-gray-color);
position: absolute;
top: 0;
left: 0;
display: block;
font-family: 'seosight';
line-height: 1;
}
@media (max-width: 640px) {
blockquote:before {
font-size: 40px;
top: 0;
}
}
blockquote p {
margin: 0;
font-size: 20px;
line-height: 1.3em;
}
@media (max-width: 640px) {
blockquote p {
font-size: 16px;
}
}
dl {
margin-bottom: 24px;
}
dl dt {
margin-bottom: 5px;
color: #777;
font-weight: bold;
}
dl dd {
margin-bottom: 5px;
margin-left: 20px;
}
abbr {
border-bottom: 1px dotted;
cursor: help;
border-color: #595959;
}
.kc_text_block ul,
.entry-content-no-builder ul {
padding-left: 20px;
margin-bottom: 1em;
}
.kc_text_block ul li,
.entry-content-no-builder ul li {
list-style: disc;
margin-bottom: 5px;
}
.clear:after, .clear:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.comment-content:after,
.comment-content:before,
.site-header:after,
.site-header:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.comment-author:after,
.comment-author:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before,
.comment-meta:after,
.comment-meta:before,
.entry-content-no-builder:after,
.entry-content-no-builder:before {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after,
.entry-content-no-builder:after {
clear: both;
}
.entry-content-no-builder .page-links {
display: block;
padding: 0;
background-color: transparent;
border-radius: 0;
clear: both;
}
.entry-content-no-builder ul.woocommerce-error {
padding-left: 50px;
} @media (max-width: 640px) {
ol li {
font-size: 14px;
}
} .visual-hidden,
.hide {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.hide {
max-height: 0;
}
.half-width {
width: 50%;
float: left;
}
.ovh {
overflow: hidden;
}
.f-left {
float: left;
}
.f-right {
float: right;
}
.f-none {
float: none;
}
.c-white {
color: #fff;
}
.custom-color * {
color: inherit;
}
.c-dark {
color: #2f2c2c;
}
.c-gray {
color: #595959;
}
.c-green {
color: #3cb878;
}
.c-orange {
color: #fcb03b;
}
.c-primary {
color: var(--primary-accent-color);
}
.c-secondary {
color: var(--secondary-accent-color);
}
.c-semitransparent-white {
color: rgba(255, 255, 255, 0.15);
}
.shadow-image {
box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
}
.table {
display: table;
}
.table-cell {
display: table-cell;
vertical-align: middle;
float: none;
}
@media (max-width: 640px) {
.table-cell {
display: block;
float: left;
}
}
.text-t-none {
text-transform: none;
}
@media (max-width: 480px) {
.centered-on-mobile {
text-align: center;
}
}
.overlay--light {
background: rgba(0, 0, 0, 0.2);
}
.no-padding {
padding: 0 !important;
}
@media (max-width: 640px) {
.no-padding {
padding: 0 15px !important;
}
}
.no-margin {
margin: 0;
}
.item-fully-transparent {
opacity: 0;
}
.full-block {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.full-height {
height: 100%;
}
.d-flex,
.display-flex {
display: flex;
align-items: center;
}
.d-flex.content-center,
.display-flex.content-center {
justify-content: center;
}
.flex-break {
flex-basis: 100%;
width: 0;
height: 0;
overflow: hidden;
}
.inline-block, .kc-elm.inline-block {
display: inline-block;
width: auto;
float: none;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(17, 17, 17, 0.7);
transition: all 0.4s ease;
}
.full-block-link {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.medium-padding80 {
padding: 80px 0;
}
@media (max-width: 800px) {
.medium-padding80 {
padding: 35px 0;
}
}
.medium-padding100 {
padding: 100px 0;
}
@media (max-width: 800px) {
.medium-padding100 {
padding: 35px 0;
}
}
.section-padding {
padding: 80px 0;
}
@media (max-width: 800px) {
.section-padding {
padding: 35px 0 !important;
}
}
.pb100 {
padding-bottom: 100px;
}
@media (max-width: 800px) {
.pb100 {
padding-bottom: 35px;
}
}
.pt80 {
padding-top: 80px;
}
@media (max-width: 800px) {
.pt80 {
padding-top: 35px;
}
}
.pt100 {
padding-top: 100px;
}
@media (max-width: 800px) {
.pt100 {
padding-top: 35px;
}
}
.pt400 {
padding-top: 400px;
}
@media (max-width: 1024px) {
.pt400 {
padding-top: 200px;
}
}
@media (max-width: 768px) {
.pt400 {
padding-top: 100px;
}
}
.pb360 {
padding-bottom: 360px;
}
.pb120 {
padding-bottom: 120px;
}
@media (max-width: 800px) {
.pb120 {
padding-bottom: 35px;
}
}
.pt120 {
padding-top: 120px;
}
@media (max-width: 800px) {
.pt120 {
padding-top: 35px;
}
}
.pb80 {
padding-bottom: 80px;
}
@media (max-width: 800px) {
.pb80 {
padding-bottom: 35px;
}
}
.pb30 {
padding-bottom: 30px;
}
.pb60 {
padding-bottom: 60px;
}
.pt60 {
padding-top: 60px;
}
.mt60 {
margin-top: 60px;
}
@media (max-width: 800px) {
.mt60 {
margin-top: 35px;
}
}
.mb30 {
margin-bottom: 30px;
}
.mb60 {
margin-bottom: 60px;
}
@media (max-width: 800px) {
.mb60 {
margin-bottom: 35px;
}
}
.padding-left60-desktop {
padding-left: 60px;
}
@media (max-width: 980px) {
.padding-left60-desktop {
padding-left: 0;
}
}
div:hover > .btn-reverse-bg-color-primary {
background-color: var(--primary-accent-color);
}
div:hover > .btn-reverse-bg-color-secondary {
background-color: var(--secondary-accent-color);
}
.bg-orange-color {
background-color: #fcb03b;
}
.bg-orangedark-color {
background-color: #ff9700;
}
.bg-green-color {
background-color: #3cb878;
}
.bg-greendark-color {
background-color: #8dc63f;
}
.bg-white-color {
background-color: #fff;
}
.bg-violet-color {
background-color: #6739b6;
}
.bg-border-color {
background-color: var(--ss-light-gray-color);
}
.bg-dark-color {
background-color: #302c2d;
}
.bg-grey-input {
background-color: #373434;
}
.bg-primary-color {
background-color: var(--primary-accent-color);
}
.bg-secondary-color {
background-color: var(--secondary-accent-color);
}
.bg-blue-color {
background-color: #00bff3;
}
.bg-blue-color-light {
background-color: #64d8ff;
}
.bg-yellow-color {
background-color: #fcd846;
}
.bg-greydark-color {
background-color: #434141;
}
.border-primary-color {
border-color: var(--primary-accent-color);
}
.border-secondary-color {
border-color: var(--secondary-accent-color);
}
.bg-boxed-dark {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/bg-boxed-dark.jpg);
}
.bg-boxed-light {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/bg-boxed-light.jpg);
}
.bg-boxed-red {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/bg-boxed-red.jpg);
}
.bg-boxed-primary {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/bg-boxed-primary.jpg);
}
.bg-boxed-black {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/bg-boxed-black.jpg);
}
.bg-boxed-blue {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/bg-boxed-blue.jpg);
}
.border-orange-color {
border-color: #fcb03b;
}
.border-green-color {
border-color: #3cb878;
}
.facebook-bg-color {
background-color: #3a589b;
}
.twitter-bg-color {
background-color: #08acee;
}
.linkedin-bg-color {
background-color: #007bb6;
}
.google-bg-color {
background-color: #ea4335;
}
.pinterest-bg-color {
background-color: #ca2127;
}
.youtube-bg-color {
background-color: #FF0000;
}
.instagram-bg-color {
background-color: #E4405F;
}
.vk-bg-color {
background-color: #5e81a8;
}
.reddit-bg-color {
background-color: #F05825;
}
.tumblr-bg-color{
background-color: #36465D;
}
.whatsapp-bg-color{
background-color: #1ed760;
}
.xing-bg-color{
background-color: #00575C;
}
.font-color-custom * {
color: inherit;
}
.page-builder-wrap {
overflow-x: hidden;
}
.list ul {
list-style: none;
padding: 0;
margin: 0;
}
.list li {
margin-bottom: .8em;
font-size: 18px;
overflow: hidden;
clear: both;
transition: all .3s ease;
}
@media (max-width: 640px) {
.list li {
font-size: 14px;
}
} .list li a, .list li li {
color: inherit;
display: block;
overflow: hidden;
}
.list li i,
.list li .list-icn {
margin-right: 25px;
margin-top: 8px;
width: 12px;
font-size: 12px;
float: left;
}
.list li .list-icn {
margin-top: 0;
}
.list.with-padding {
padding-left: 60px;
}
.list--standard a:hover, .list--standard li:hover {
color: #2f2c2c;
}
.list--standard .number {
color: #2f2c2c;
margin-right: 24px;
float: left;
}
.list--primary a:hover,
.list--primary i {
color: var(--primary-accent-color);
}
.list--secondary a:hover,
.list--secondary i {
color: var(--secondary-accent-color);
}
.list {
list-style: none;
padding: 0;
margin: 0;
}
.contacts-shadow {
box-shadow: 40px 0 80px rgba(0, 0, 0, 0.15);
}
.fw-flash-message {
list-style: none;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
} .header {
position: relative;
padding: 0;
background: #fff;
width: 100%;
z-index: 20;
left: 0;
color: #2f2c2c;
transition: all .3s ease;
min-height: 60px;
}
@media (max-width: 1200px) {
.header > .container {
width: 100%;
}
}
.header .logo {
margin-bottom: 0;
margin-right: 10px;
}
@media (max-width: 992px) {
.header .logo {
order: 1;
}
}
.header nav {
line-height: 1;
}
@media (max-width: 992px) {
.header nav {
order: 4;
text-align: right;
}
.header nav * {
text-align: left;
}
}
@media (max-width: 570px) {
.header nav {
margin-left: 0;
}
}
@media (max-width: 768px) {
.header nav.not-nav-add {
padding-right: 100px;
}
}
@media (max-width: 480px) {
.header nav.not-nav-add {
padding-right: 0;
}
}
.no-menu-box {
font-size: 16px;
}
.no-menu-box a {
text-decoration: none;
color: var(--primary-accent-color);
font-size: 16px;
}
.primary-menu-menu li {
list-style: none;
}
.header nav .menu .menu-item:hover > a {
color: var(--primary-accent-color);
}
.header nav .menu .menu-item:hover > a + i {
color: var(--primary-accent-color);
}
.header nav .header nav .menu .menu-item > a:after,
.header nav .header nav .menu .menu-item > a:before {
background-color: var(--primary-accent-color);
}
.header.header-color-inherit .logo .logo-text .logo-sub-title,
.header.header-color-inherit .nav-add li a,
.header.header-color-inherit .logo .logo-text .logo-title,
.header.header-color-inherit .nav-add li.cart i,
.header.header-color-inherit .nav-add li.search i,
.header.header-color-inherit #menu-icon-trigger,
.header.header-color-inherit .mob-menu--title,
.header.header-color-inherit .navigation-menu > li.current-menu-item a {
color: inherit;
}
.header.header-color-inherit .menu-icon-wrapper svg path {
stroke: currentColor;
}
@media (min-width: 992px) {
.header.header-color-inherit .navigation-menu > li > .navigation-link {
color: inherit;
}
}
.header.header-color-inherit .navigation-menu > li > a.navigation-link::before,
.header.header-color-inherit .navigation-menu > li > a.navigation-link::after {
border-color: inherit;
}
.header.header-color-inherit .nav-add li.search i:hover {
color: inherit;
}
.header.header-color-inherit .nav-add li.search a {
opacity: .5;
}
.header.header-color-inherit .nav-add li.search a:hover {
opacity: 1;
}
@media (max-width: 992px) {
.header.header-sticky-mobile {
position: -webkit-sticky;
top: 0;
will-change: opacity;
position: sticky;
}
.admin-bar .header.header-sticky-mobile {
top: 46px;
}
}
@media screen and (max-width: 992px) and (min-width: 783px) {
.admin-bar .header.header-sticky-mobile {
top: 32px;
}
}
@media (max-width: 992px) {
.header.header-sticky-mobile.header--fixed {
box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}
.header.header-sticky-mobile.header--fixed .navigation-menu > .navigation-item {
padding: 0;
}
}
@media (min-width: 992px) {
.header.header-sticky-desktop {
position: -webkit-sticky;
top: 0;
will-change: opacity;
position: sticky;
}
.admin-bar .header.header-sticky-desktop {
top: 46px;
}
}
@media screen and (min-width: 992px) and (min-width: 783px) {
.admin-bar .header.header-sticky-desktop {
top: 32px;
}
}
@media (min-width: 992px) {
.header.header-sticky-desktop.header--fixed {
box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}
}
@supports (-ms-ime-align: auto) {
.header.header-sticky-desktop.header--fixed {
position: fixed;
}
}
@media (max-width: 992px) {
.header.header-sticky-desktop.header--fixed .navigation-menu > .navigation-item {
padding: 0;
}
}
@media (max-width: 600px) {
.admin-bar .header.sticky-top.header--fixed {
top: 0;
}
}
@media (max-width: 992px) {
.admin-bar .header.header-sticky-mobile.header--fixed {
top: 32px;
}
}
@media (max-width: 768px) {
.admin-bar .header.header-sticky-mobile.header--fixed {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .header.header-sticky-mobile.header--fixed {
top: 0;
}
}
@media (max-width: 992px) {
.admin-bar .header.header-sticky-mobile.header--fixed + .top-bar {
top: 32px;
}
}
@media (max-width: 768px) {
.admin-bar .header.header-sticky-mobile.header--fixed + .top-bar {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .header.header-sticky-mobile.header--fixed + .top-bar {
top: 0;
}
}
@media (max-width: 992px) {
.admin-bar .navigation-body {
top: 32px;
}
}
@media (max-width: 768px) {
.admin-bar .navigation-body {
top: 46px;
}
}
@media (max-width: 992px) {
.admin-bar .header--fixed .navigation-body {
top: 32px;
}
}
@media (max-width: 768px) {
.admin-bar .header--fixed .navigation-body {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .header--fixed .navigation-body {
top: 0;
}
}
.nav-add {
padding: 0;
margin: 0;
line-height: 1;
display: flex;
align-items: center;
margin-left: 40px;
}
@media (max-width: 992px) {
.nav-add {
margin-left: auto;
padding: 13px 16px;
}
}
.nav-add li {
display: inline-block;
}
.nav-add li a {
display: inline-block;
}
.nav-add li.cart {
position: relative;
}
.nav-add li.cart.visible .cart-popup-wrap {
opacity: 1;
visibility: visible;
max-height: 80vh;
}
.nav-add li.cart a {
position: relative;
}
.nav-add li.cart .cart-popup-link {
cursor: pointer;
position: absolute;
width: 100%;
height: 100%;
z-index: 999;
top: 0;
left: 0;
}
@media (max-width: 991px) {
.nav-add li.cart .cart-popup-link {
display: none;
}
}
.nav-add li.cart .cart-count {
display: block;
position: absolute;
left: -6px;
top: 4px;
width: 16px;
height: 16px;
line-height: 14px;
font-size: 10px;
color: #fff;
text-align: center;
border: 1px solid transparent;
border-radius: 50%;
background-color: var(--primary-accent-color);
}
.nav-add li.cart i {
font-size: 28px;
color: var(--header-font-color);
transition: all .3s ease;
}
.nav-add li.cart i:hover {
color: var(--primary-accent-color);
}
.nav-add li.search {
position: relative;
cursor: pointer;
}
.nav-add li.search i {
margin-left: 10px;
transition: all .3s ease;
font-size: 24px;
color: var(--header-font-color);
position: relative;
}
.nav-add li.search i:hover {
color: var(--primary-accent-color);
}
.logo {
position: relative;
margin-bottom: 20px;
overflow: hidden;
transition: all .3s ease;
max-height: unset;
display: flex;
align-items: center;
text-transform: uppercase;
}
.logo img {
margin-right: 15px;
}
.logo .logo-text {
line-height: 1;
}
.logo .logo-text .logo-title {
font-size: 27px;
color: inherit;
}
@media (max-width: 1200px) {
.logo .logo-text .logo-title {
font-size: 20px;
}
}
.logo .logo-text .logo-sub-title {
font-size: 10px;
}
.user-menu {
position: absolute;
right: 65px;
bottom: -25px;
width: 50px;
height: 50px;
border: 2px solid #2f2c2c;
border-radius: 50%;
-khtml-border-radius: 50%;
transition: all .3s ease;
-webkit-transform: scale(1);
transform: scale(1);
overflow: hidden;
background-color: #fff;
display: inline-block;
}
@media (max-width: 992px) {
.user-menu {
position: relative;
bottom: auto;
right: auto;
margin: 9px;
width: 40px;
height: 40px;
float: right;
margin-top: -50px;
}
}
.user-menu .user-menu-content {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 90%;
height: 90%;
border-radius: 50%;
text-align: center;
overflow: hidden;
background-color: var(--secondary-accent-color);
}
.user-menu .user-menu-content img {
max-height: 70%;
max-width: 70%;
}
.user-menu .user-menu-content span {
display: block;
height: 3px;
background: #fff;
transition: all .3s ease;
border-radius: 10px;
margin: 2px auto;
width: 50%;
}
@media (max-width: 992px) {
.user-menu .user-menu-content span {
height: 3px;
margin: 1px auto;
}
}
.user-menu .user-menu-content span:first-of-type {
width: 25%;
}
.user-menu .user-menu-content span:last-of-type {
width: 40%;
}
.user-menu .user-menu-content:hover span {
width: 70%;
} .header.header-top-bar {
display: block;
}
.header.header-top-bar .top-bar {
max-height: 50vh;
}
.header.header--fixed.header-top-bar .top-bar {
visibility: hidden;
opacity: 0;
max-height: 0;
padding: 0;
margin: 0;
overflow: hidden;
}
@media (max-width: 992px) {
.header > .top-bar {
display: none;
visibility: hidden;
}
}
@media (max-width: 600px) {
.admin-bar .top-bar.open {
top: 46px;
}
} .stunning-header {
padding: 60px 0;
position: relative;
background-position: center center;
color: #fff;
}
@media (max-width: 768px) {
.stunning-header {
padding: 40px 0;
}
}
.stunning-header.with-photo {
position: relative;
padding: 280px 0 120px;
background-size: cover;
}
.stunning-header .overlay {
z-index: 2;
}
.stunning-header-content {
max-width: 800px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 15;
padding: 0 15px;
}
.breadcrumbs {
margin-top: 20px;
padding: 0;
font-size: 16px;
}
@media (max-width: 570px) {
.breadcrumbs {
font-size: 14px;
}
}
.breadcrumbs-item {
display: inline-block;
}
.breadcrumbs-item a {
color: inherit;
margin-right: 20px;
}
.breadcrumbs-item a:hover {
text-decoration: underline;
}
.breadcrumbs-item a.c-gray + i {
color: #acacac;
}
.breadcrumbs-item.active .breadcrumb-item-name {
opacity: 1;
text-decoration: underline;
color: var(--primary-accent-color);
}
.breadcrumbs-item.active .breadcrumb-item-name.c-primary {
color: var(--primary-accent-color);
}
.breadcrumbs-item i {
margin-right: 20px;
color: inherit;
font-size: 14px;
}
.breadcrumbs-item:last-child a {
display: none;
}
.stunning-header-title {
color: inherit;
margin: 0;
word-wrap: break-word;
}
@media (max-width: 800px) {
.stunning-header-title {
font-size: 40px;
}
}
@media (max-width: 640px) {
.stunning-header-title {
font-size: 36px;
}
}
@media (max-width: 480px) {
.stunning-header-title {
font-size: 30px;
}
}
@media (max-width: 360px) {
.stunning-header-title {
font-size: 24px;
}
}
.stunning-header .category-description {
margin-top: 40px;
}
.stunning-header .category-description *:last-of-type {
margin-bottom: 0;
}
.stunning-header-custom .stunning-header-title,
.stunning-header-custom .category-description *,
.stunning-header-custom span,
.stunning-header-custom i,
.stunning-header-custom a {
color: inherit !important;
} .stunning-header-bg-blue {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-blue.jpg);
}
.stunning-header-bg-gray {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-gray.jpg);
}
.stunning-header-bg-lightblue {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-lightblue.jpg);
}
.stunning-header-bg-violet {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-violet.jpg);
}
.stunning-header-bg-lightgray {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-lightgray.jpg);
}
.stunning-header-bg-breez {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-breez.jpg);
}
.stunning-header-bg-red {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-red.jpg);
}
.stunning-header-bg-orange {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-orange.jpg);
}
.stunning-header-bg-green {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-green.jpg);
}
.stunning-header-bg-olive {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-olive.jpg);
}
.stunning-header-bg-brown {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-brown.jpg);
}
.stunning-header-bg-rose {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-rose.jpg);
}
.stunning-header-bg-lightviolet {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-lightviolet.jpg);
}
.stunning-header-bg-lime {
background-image: url(//www.referencement-beref.com/wp-content/themes/seosight/img/pattern-bg-lime.jpg);
} .overlay-dark {
background: rgba(47, 44, 44, 0.8);
}
.overlay-primary {
background: rgba(51, 204, 204, 0.2);
}
.overlay-red {
background: rgba(241, 91, 38, 0.3);
}
.overlay-orange {
background: rgba(252, 176, 59, 0.3);
}
.overlay-green {
background: rgba(60, 184, 120, 0.3);
}
.overlay-olive {
background: rgba(37, 39, 49, 0.8);
} .footer {
background-color: #181e23;
color: #dadfe2;
position: relative;
}
@media (max-width: 480px) {
.footer {
text-align: center;
}
}
.footer .info {
padding-top: 60px;
padding-bottom: 30px;
border-bottom: 1px solid #2d3841;
overflow: hidden;
}
@media (max-width: 1024px) {
.footer .info {
padding-bottom: 0;
}
}
@media (max-width: 799px) {
.footer .info {
display: flex;
flex-direction: column;
}
}
.footer .info .crumina-heading .heading-title {
color: #fff;
margin: 0;
}
.footer .info .socials {
margin: 20px 0 0 0;
}
@media (max-width: 1024px) {
.footer .info .socials {
margin-bottom: 30px;
}
}
@media (max-width: 320px) {
.footer .info .socials .social__item {
margin-right: 15px;
}
}
.footer .contacts {
padding: 20px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
@media (max-width: 570px) {
.footer .contacts {
display: block;
}
}
.footer .contacts .title {
font-size: 20px;
transition: all .3s ease;
}
@media (max-width: 1024px) {
.footer .contacts .title {
font-size: 16px;
}
}
.footer .contacts .sub-title {
margin-bottom: 0;
}
.footer .contacts .content a {
color: inherit;
}
.footer .contacts .content .title:hover {
color: var(--primary-accent-color);
}
.footer a {
color: #dbd3d3;
transition: all .3s ease;
}
.footer a:hover {
color: var(--primary-accent-color);
}
.footer .sub-footer {
padding: 20px 15px;
background-color: #12171b;
text-align: center;
position: relative;
font-size: 14px;
}
.footer .sub-footer a {
color: var(--white-color);
opacity: .5;
}
.footer .sub-footer a:hover {
color: var(--primary-accent-color);
opacity: 1;
}
.footer .sub-footer.medium {
padding: 25px 0;
}
.footer .sub-footer.small {
padding: 15px 0;
}
@media (max-width: 768px) {
.footer .sub-footer {
padding: 25px 0;
}
}
.footer .sub-footer span {
font-size: 14px;
color: #959192;
}
.footer.js-fixed-footer {
width: 100%;
bottom: 0;
left: 0;
right: 0;
position: fixed;
z-index: 1;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
@media (max-width: 1280px) {
.footer.js-fixed-footer {
position: relative;
}
}
.footer .w-post-category .category-post-item:hover .post-count {
color: rgba(255, 255, 255, 0.35);
}
.footer .widget_rss .heading .rsswidget, .footer .widget_rss .crumina-heading .rsswidget {
color: #fff;
}
.widget_nav_menu .menu li a:hover,
.widget_nav_menu .menu li a:hover:before,
.w-post-category .category-post-item a i,
.w-post-category .category-post-item:hover a,
.w-post-category .category-post-item a i {
color: var(--primary-accent-color);
}
.widget_product_tag_cloud .tagcloud a:hover {
border-color: var(--primary-accent-color);
}
.content-wrapper {
position: relative;
overflow: hidden;
z-index: 2;
}
.block-footer-height {
position: relative;
width: 100%;
}
@media (max-width: 1280px) {
.block-footer-height {
display: none;
}
}
.wp-block-button {
clear: both;
margin-bottom: 20px;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.wp-block-cover,
.wp-block-cover-image {
margin-bottom: 20px;
}
blockquote.has-very-dark-gray-color::before {
color: inherit;
}
.hentry .entry-content ul li {
font-size: 18px;
}
.post-standard .wp-block-search input {
margin-bottom: 0;
background-color: #fff;
}
.wp-block-search {
margin-bottom: 30px;
position: relative;
}
.wp-block-search .wp-block-search__label {
display: none;
}
.wp-block-search input {
margin-bottom: 0;
}
.wp-block-search .wp-block-search__button {
position: absolute;
top: 0;
right: 0;
font-size: 18px;
z-index: 10;
cursor: pointer;
height: 100%;
color: #fff;
background-color: var(--primary-accent-color);
border-radius: 50px;
padding: 5px 30px;
} .elementor-inner-section:not(:last-child) {
margin-bottom: 30px;
}
.elementor-widget:not(:last-child) {
margin-bottom: 30px;
}
.crumina-module.single-image img.aligncenter {
margin: 0 auto;
} .content-page-404 {
padding: 150px 0 510px;
background: url(//www.referencement-beref.com/wp-content/themes/seosight/img/404-img.png) 100% 100% no-repeat;
text-align: center;
background-size: 90%;
background-repeat: repeat-x;
background-color: #F7F9F9;
}
@media (max-width: 1700px) {
.content-page-404 {
padding: 30px 0 510px;
}
}
@media (max-width: 640px) {
.content-page-404 {
padding: 30px 0 300px;
}
}
@media (max-width: 420px) {
.content-page-404 {
padding: 30px 0 200px;
}
}
.content-page-404 .title {
font-size: 257px;
margin-bottom: 15px;
line-height: 1;
margin-top: 20px;
}
@media (max-width: 800px) {
.content-page-404 .title {
font-size: 150px;
}
}
@media (max-width: 480px) {
.content-page-404 .title {
font-size: 100px;
}
}
.content-page-404 .subtitle {
font-size: 40px;
margin-bottom: 30px;
line-height: 1;
}
@media (max-width: 800px) {
.content-page-404 .subtitle {
font-size: 36px;
}
}
.content-page-404 .text {
font-size: 28px;
margin-bottom: 53px;
line-height: 1.3;
}
@media (max-width: 800px) {
.content-page-404 .text {
font-size: 22px;
margin-bottom: 20px;
}
}
.content-page-404 .btn {
text-transform: uppercase;
} .comments, .commentlist {
overflow: hidden;
float: none;
}
.comments ol li::before, .commentlist ol li::before {
display: none;
}
.comments__list {
list-style: none;
margin: 0 0 73px 0;
padding: 0;
}
.comments__item .children {
margin: 30px 0 0 60px;
list-style: none;
padding: 0;
}
@media (max-width: 980px) {
.comments__item .children {
margin-left: 30px;
padding-left: 0;
}
}
.comment-author-link {
font-weight: 600;
}
.comments__article {
border-bottom: 1px solid #f1f3f3;
padding-bottom: 40px;
margin-bottom: 30px;
}
.comments__article .comment-content {
margin-bottom: 30px;
}
.comments__article .comments__header .comments__author {
margin-right: 15px;
color: #2f2c2c;
font-style: normal;
}
.comments__article .comments__header .comments__author a {
color: inherit;
margin: 0;
}
.comments__article .comments__header .comments__author a:hover {
color: var(--primary-accent-color);
}
.comments__article .comments__header .comments__author .replied {
font-size: 16px;
color: #595959;
}
.comments__article .comments__header .comments__time {
position: relative;
font-size: 14px;
display: block;
}
.comments__article .comments__avatar {
float: left;
margin: 0 30px;
}
.comments__article .comments__avatar .avatar {
border-radius: 100%;
}
.comments__article .comments__body {
overflow: hidden;
}
.comments__article .comments__body .reply {
float: left;
font-size: 26px;
margin-right: 30px;
}
.comments__article .comments__body .reply:hover {
color: var(--primary-accent-color);
}
.comments__article .comment-reply-link {
font-size: 26px;
}
.comments__article .comment-reply-link:hover {
color: var(--primary-accent-color);
}
.comments .comment-list .children, .commentlist .comment-list .children {
margin: 30px 0 0 60px;
list-style: none;
padding: 0;
}
@media (max-width: 640px) {
.comments .comment-list .children, .commentlist .comment-list .children {
margin: 30px 0 0 30px;
}
}
.comment-list {
padding-left: 0;
}
.comment-list li {
padding-left: 0;
}
ol.comments li:before,
ol.commentlist li:before {
display: none;
}
ol.comments li {
padding-left: 0;
}
ol.comments {
padding-left: 0;
padding-right: 0;
}
.comments__item-review {
margin-bottom: 40px;
border-bottom: 2px solid #f1f3f3;
}
.comments__item-review .ratings {
color: #ccc;
}
.comments__item-review .ratings .fa-star {
color: #fcd846;
}
.comments__list-review {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
}
.comments__avatar-review {
float: left;
margin-right: 30px;
}
.comments__author-review {
margin-right: 15px;
font-size: 18px;
color: #2f2c2c;
font-style: normal;
}
.comments__author-review a {
color: #2f2c2c;
}
.comments__header-review {
margin-bottom: 15px;
}
.comments__header-review > a {
position: relative;
color: #ccc;
font-size: 14px;
}
.leave-reply {
background-color: var(--ss-light-gray-color);
overflow: hidden;
padding: 70px 60px 80px;
}
@media (max-width: 800px) {
.leave-reply {
padding: 30px;
}
}
.leave-reply .crumina.heading, .leave-reply .crumina.crumina-heading {
margin-bottom: 60px;
}
.leave-reply input, .leave-reply textarea {
background-color: #fff;
}
.leave-reply .form-submit {
display: none;
}
.leave-reply textarea {
margin-bottom: 40px;
}
@media (max-width: 360px) {
.leave-reply .submit-block {
display: block;
}
}
.leave-reply .submit-block .btn {
width: 100%;
text-align: center;
}
@media (max-width: 768px) {
.leave-reply .submit-block .btn {
margin-bottom: 0;
}
}
@media (max-width: 480px) {
.leave-reply .submit-block .btn {
margin-bottom: 30px;
}
}
.leave-reply .submit-block .submit-block-text {
font-size: 12px;
line-height: 1.2;
color: #595959;
}
.leave-reply .submit-block .submit-block-text span {
color: #989898;
}
@media (max-width: 480px) {
.leave-reply .submit-block.display-flex {
display: block;
}
}
#comment-nav-above,
#comment-nav-below {
padding: 0 0 60px 0;
}
.logged-in-as {
padding-bottom: 20px;
} span.wpcf7-not-valid-tip {
position: relative;
top: -1.5em;
}
textarea {
width: 100%;
min-height: 140px;
}
.contact-form {
position: relative;
margin-top: 30px;
}
.contact-form label sup {
margin-left: 3px;
color: var(--secondary-accent-color);
}
.contact-form abbr {
text-decoration: none;
}
.contact-form .checked {
position: absolute;
right: 10px;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
margin-top: -15px;
}
.contact-form .checked-icon {
position: relative;
display: block;
}
.contact-form .checked-icon:after {
content: "\e908";
font-family: 'seosight';
position: absolute;
right: 20px;
bottom: 50px;
color: var(--primary-accent-color);
}
.contact-form .focus-white:focus {
background-color: #fff;
}
.contact-form textarea {
min-height: 200px;
width: 100%;
}
.contact-form input {
width: 100%;
}
.input-title {
color: #fff;
font-size: 16px;
margin-bottom: 15px;
display: block;
}
.input-title .optional {
color: #797676;
font-size: 14px;
margin-left: 10px;
}
.submit-block {
overflow: hidden;
}
.submit-block .btn {
width: 100%;
text-align: center;
text-transform: uppercase;
}
@media (max-width: 768px) {
.submit-block .btn {
margin-bottom: 30px;
}
}
.submit-block .submit-block-text {
font-size: 14px;
margin-bottom: 0;
}
@media (max-width: 360px) {
.submit-block {
display: block;
}
}
@media (max-width: 768px) {
.submit-block .table-cell {
float: left;
}
}
.remember-wrap {
display: table-cell;
vertical-align: middle;
}
.remember-wrap .checkbox {
position: relative;
}
.remember-wrap .checkbox input[type=checkbox] {
display: none;
}
.remember-wrap .checkbox label {
padding-left: 30px;
color: #2f2c2c;
}
.remember-wrap .checkbox label:before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
position: absolute;
left: 0;
top: 8px;
border-radius: 3px;
border: none;
}
.remember-wrap .checkbox input[type=checkbox]:checked + label:before {
content: "\2714";
font-size: 14px;
color: #fff;
text-align: center;
line-height: 14px;
}
.remember-wrap .checkbox.gray label:before {
background-color: #dce1e1;
}
.remember-wrap .checkbox.gray input[type=checkbox]:checked + label:before {
color: var(--primary-accent-color);
}
.remember-wrap .choose-select {
position: relative;
display: block;
}
.remember-wrap .choose-select:after {
content: '\e908';
display: block;
width: 60px;
height: 64px;
background-color: #f1f3f3;
position: absolute;
right: 0;
top: 0;
border-left: 2px solid #e3e9e9;
border-radius: 0 50px 50px 0;
font-family: seosight;
line-height: 64px;
text-align: center;
cursor: pointer;
}
.remember-wrap .choose-select .checked {
color: #cfcfcf;
right: 15px;
margin-top: 0;
}
.choose-select {
position: relative;
display: block;
}
.choose-select:after {
content: '\e908';
display: block;
width: 60px;
height: 64px;
background-color: #f1f3f3;
position: absolute;
right: 0;
top: 0;
border-left: 2px solid #e3e9e9;
border-radius: 0 50px 50px 0;
font-family: seosight;
line-height: 64px;
text-align: center;
cursor: pointer;
}
.choose-select .checked {
color: #cfcfcf;
right: 15px;
margin-top: 0;
} .inline-form .row .form-builder-item {
padding: 0;
}
.inline-form .row .form-builder-item:first-child {
padding-left: 15px;
}
@media (max-width: 799px) {
.inline-form .row .form-builder-item:first-child {
padding: 0 15px;
}
}
.inline-form .row .form-builder-item:last-child {
padding-right: 15px;
}
@media (max-width: 799px) {
.inline-form .row .form-builder-item:last-child {
padding: 0 15px;
}
}
.inline-form .row .form-builder-item input {
width: 100%;
float: left;
border-radius: 0;
}
.inline-form .row .form-builder-item:first-child input {
border-radius: 50px 0 0 50px;
}
@media (max-width: 799px) {
.inline-form .row .form-builder-item:first-child input {
border-radius: 50px;
}
}
.inline-form .row .form-builder-item:last-child input {
border-radius: 0 50px 50px 0;
margin-left: 2px;
}
@media (max-width: 799px) {
.inline-form .row .form-builder-item:last-child input {
border-radius: 50px;
margin-left: 0;
}
}
.inline-form .submit-wrap {
text-align: center;
}
.custom-checkbox.remember-wrap {
display: block;
clear: both;
}
.form-builder-item .remember-wrap .checkbox label {
color: inherit;
}
.submit-wrap button {
padding: 20px 40px;
border:none;
}
button {
background-color: var(--primary-accent-color);
color: inherit;
}
input, textarea {
padding: 19px 40px;
border-color: transparent;
transition: all .3s ease;
font-size: 16px;
color: #595959;
margin-bottom: 30px;
border-radius: 50px;
background-color: var(--ss-light-gray-color);
width: 100%;
}
input:focus, textarea:focus {
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
input.focus-white:focus, textarea.focus-white:focus {
background-color: #fff;
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
input.input-dark, textarea.input-dark {
background-color: #373434;
color: #a5a5a5;
border-radius: 50px;
}
input.input-white, textarea.input-white {
background-color: #fff;
}
input.input-standard-grey:focus, textarea.input-standard-grey:focus {
color: var(--primary-accent-color);
}
.focus-white .form-builder-item input:focus,
.focus-white .form-builder-item textarea:focus {
background-color: #fff;
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
.input-dark.form-builder-item label {
color: #fff;
}
.input-dark.form-builder-item input,
.input-dark.form-builder-item textarea,
.input-dark.form-builder-item select {
background-color: #373434;
color: #a5a5a5;
border-radius: 50px;
}
.input-dark.form-builder-item input:focus,
.input-dark.form-builder-item textarea:focus,
.input-dark.form-builder-item select:focus {
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
.input-standard-grey.form-builder-item input:focus,
.input-standard-grey.form-builder-item textarea:focus {
box-shadow: 17px 0 60px #d3dcdc;
background-color: #fff;
}
.input-white.form-builder-item input,
.input-white.form-builder-item textarea {
background-color: #fff;
}
input.inline-first {
border-radius: 50px 0 0 50px;
width: 100%;
float: left;
}
@media (max-width: 1024px) {
input.inline-first {
border-radius: 50px;
margin-bottom: 30px;
}
}
input.inline-last {
border-radius: 0 50px 50px 0;
margin-left: 2px;
width: 100%;
float: left;
}
@media (max-width: 1024px) {
input.inline-last {
border-radius: 50px;
}
}
.form-builder-item label {
margin: 0 0 10px 20px;
display: inline-block;
float: left;
position: relative;
}
.field-recaptcha label {
display: none;
}
.field-recaptcha {
min-height: 100px;
padding-bottom: 30px;
}
.crumina-module .fw-flash-type-success {
font-size: 48px;
}
.fw-form-loading {
border-radius: 50px;
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
form input:not([type="hidden"]) + p {
margin: -25px 0 25px 15px;
font-size: 14px;
}
.servises-title a {
color: inherit !important;
}
[type="checkbox"], [type="radio"] {
display: block;
width: auto;
clear: both;
margin: 4px 0 10px 20px;
float: left;
}
.contact-form [type="checkbox"], .contact-form [type="radio"] {
display: block;
width: auto;
clear: both;
margin: 5px 0 10px 20px;
float: left;
}
.contact-form [type="checkbox"]:focus, .contact-form [type="radio"]:focus {
box-shadow: none;
}
.contact-form .input-dark.form-builder-item [type="checkbox"]:focus, .contact-form .input-dark.form-builder-item [type="radio"]:focus {
box-shadow: none;
}
.wrap-forms input, .wrap-forms textarea, .wrap-forms select {
margin-bottom: 0;
}
.wrap-forms > .row .form-builder-item {
margin-bottom: 30px;
}
.wrap-forms > .row:last-child .form-builder-item,
.wrap-forms > .row:first-child .form-builder-item {
margin-bottom: 0;
}
.radio {
overflow: hidden;
display: block;
clear: both;
}
.radio label {
cursor: pointer;
padding-left: 45px;
position: relative;
margin-left: 10px;
}
.radio label span {
display: block;
position: absolute;
left: 10px;
top: 0;
transition-duration: 0.2s;
}
.radio label .circle {
border: 1px solid #bee9e8;
height: 18px;
width: 18px;
border-radius: 100%;
}
.radio label .check {
height: 18px;
width: 18px;
border-radius: 100%;
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
background-color: var(--primary-accent-color);
}
.radio label .check:after {
display: block;
position: absolute;
content: "";
background-color: rgba(0, 0, 0, 0.87);
left: -18px;
top: -18px;
height: 50px;
width: 50px;
border-radius: 100%;
z-index: 1;
opacity: 0;
margin: 0;
-webkit-transform: scale3d(1.5, 1.5, 1);
transform: scale3d(1.5, 1.5, 1);
}
.radio input[type=radio] {
opacity: 0;
height: 0;
width: 0;
overflow: hidden;
display: none;
}
.radio input[type=radio]:checked ~ .check, .radio input[type=radio]:checked ~ .circle {
opacity: 1;
}
.radio input[type=radio]:checked ~ .circle {
border-color: var(--primary-accent-color);
}
.radio input[type=radio]:checked ~ .check {
-webkit-transform: scale3d(0.45, 0.45, 1);
transform: scale3d(0.45, 0.45, 1);
background-color: var(--primary-accent-color);
}
.radio input[type=radio][disabled] ~ .check, .radio input[type=radio][disabled] ~ .circle {
opacity: 0.26;
}
.radio input[type=radio][disabled] ~ .check {
background-color: #000000;
}
.radio input[type=radio][disabled] ~ .circle {
border-color: #000000;
} .navigation-pages {
margin: 20px auto;
width: 100%;
position: relative;
max-width: 770px;
text-align: center;
}
.navigation-pages .page-numbers {
position: relative;
background: #fff;
display: inline-block;
margin: 0 12px 0 0;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border: 2px solid transparent;
text-transform: uppercase;
color: #595959;
font-size: 20px;
border-radius: 100%;
transition: all .3s ease;
}
@media (max-width: 640px) {
.navigation-pages .page-numbers {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
margin: 0 8px 0 0;
}
}
@media (max-width: 460px) {
.navigation-pages .page-numbers {
width: 25px;
height: 25px;
line-height: 22px;
font-size: 12px;
margin: 0 8px 0 0;
}
}
.navigation-pages .page-numbers.current {
background-color: transparent;
color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
}
.navigation-pages .page-numbers:hover {
color: var(--primary-accent-color);
}
.navigation-pages .page-numbers.loading {
border: 2px solid var(--primary-accent-color);
}
.navigation-pages .page-numbers.loading .load-more-spinner {
fill: var(--primary-accent-color);
stroke: var(--primary-accent-color);
}
.navigation-pages .page-numbers.next, .navigation-pages .page-numbers.prev {
width: auto;
}
.navigation-pages .page-numbers.next.loading, .navigation-pages .page-numbers.prev.loading {
border: none;
}
.navigation-pages .page-numbers span {
position: relative;
}
.navigation-pages .page-numbers.bg-border-color {
background-color: #f7f9f9;
}
.navigation-pages .page-numbers.bg-border-color.current {
background-color: transparent;
}
.navigation-pages .next {
float: right;
}
.navigation-pages .next:hover .btn-next {
margin-right: 0;
-webkit-transform: translateX(2px);
transform: translateX(2px);
}
.navigation-pages .prev {
float: left;
}
.navigation-pages .prev:hover .btn-prev {
margin-left: 0;
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
.navigation-pages .btn-next,
.navigation-pages .btn-prev {
position: relative;
top: auto;
right: initial;
left: initial;
-webkit-transform: none;
transform: none;
}
.page-links {
display: inline-block;
padding: 15px 20px;
background-color: #fff;
border-radius: 50px;
}
.page-links a {
position: relative;
background: #f7f9f9;
display: inline-block;
margin: 0 8px 0 0;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid transparent;
text-transform: uppercase;
color: #7b7b7b;
font-size: 14px;
border-radius: 100%;
transition: all .3s ease;
} body:before {
content: '';
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: rgba(47, 44, 44, 0.85);
opacity: 0;
transition: opacity .3s ease;
z-index: -999;
}
body.overlay-enable:before {
opacity: .8;
z-index: 500;
}
#overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
display: none;
background: rgba(47, 44, 44, 0.85);
opacity: .8;
z-index: 25;
}
.overlay_search {
z-index: 100;
position: fixed;
top: -100%;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
display: flex;
}
.overlay_search:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background: rgba(37, 35, 35, 0.97);
width: 100%;
height: 0;
padding-bottom: 100%;
border-radius: 100%;
-webkit-transform: scale(0.04) translateY(9999px);
transform: scale(0.04) translateY(9999px);
overflow: hidden;
}
.overlay_search .form_search-wrap {
width: 75%;
opacity: 0;
margin: auto;
}
@media (max-width: 1024px) {
.overlay_search .form_search-wrap {
padding: 0 15px;
}
}
@media (max-width: 768px) {
.overlay_search .form_search-wrap {
width: 90%;
}
}
.overlay_search .form_search-wrap form {
position: relative;
transition: all .3s ease;
}
.overlay_search .form_search-wrap form .overlay_search-input {
background-color: transparent;
padding: 0 0 25px;
border: none;
border-bottom: 2px solid #707070;
color: #707070;
font-size: 24px;
transition: all .3s ease;
width: 100%;
border-radius: 0;
}
.overlay_search .form_search-wrap form .overlay_search-input:hover {
border-bottom: 2px solid #fff;
color: #595959;
}
.overlay_search .form_search-wrap form .overlay_search-input:hover + .overlay_search-close span {
background: #595959;
}
.overlay_search .form_search-wrap form .overlay_search-input:focus {
border-bottom: 2px solid var(--primary-accent-color);
color: #fff;
box-shadow: none;
}
.overlay_search .form_search-wrap form .overlay_search-input:focus + .overlay_search-close span {
background-color: var(--primary-accent-color);
}
.overlay_search .form_search-wrap form .overlay_search-close {
width: 30px;
height: 30px;
position: absolute;
display: block;
right: -5px;
top: 0;
}
.overlay_search .form_search-wrap form .overlay_search-close span {
display: block;
height: 2px;
background: #707070;
border-radius: 10px;
margin: auto;
width: 100%;
transition: all .3s ease;
top: 50%;
position: absolute;
}
.overlay_search .form_search-wrap form .overlay_search-close span:first-of-type {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.overlay_search .form_search-wrap form .overlay_search-close span:last-of-type {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.open .overlay_search {
top: 0;
}
.open .overlay_search:before {
-webkit-animation: menu-animation 0.8s ease-out forwards;
animation: menu-animation 0.8s ease-out forwards;
}
.open .overlay_search .form_search-wrap {
opacity: 1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
transition: opacity 1s ease-out, -webkit-transform .5s ease-out;
transition: transform .5s ease-out, opacity 1s ease-out;
transition: transform .5s ease-out, opacity 1s ease-out, -webkit-transform .5s ease-out;
transition-delay: .5s;
}
@-webkit-keyframes menu-animation {
0% {
opacity: 0;
-webkit-transform: scale(0.04) translateY(300%);
transform: scale(0.04) translateY(300%);
}
40% {
-webkit-transform: scale(0.04) translateY(0);
transform: scale(0.04) translateY(0);
transition: ease-out;
}
40% {
-webkit-transform: scale(0.04) translateY(0);
transform: scale(0.04) translateY(0);
}
60% {
opacity: 1;
-webkit-transform: scale(0.02) translateY(0px);
transform: scale(0.02) translateY(0px);
}
61% {
-webkit-transform: scale(0.04);
transform: scale(0.04);
}
99.9% {
height: 0;
padding-bottom: 100%;
border-radius: 100%;
}
100% {
-webkit-transform: scale(2);
transform: scale(2);
height: 100%;
padding-bottom: 0;
border-radius: 0;
}
}
@keyframes menu-animation {
0% {
opacity: 0;
-webkit-transform: scale(0.04) translateY(300%);
transform: scale(0.04) translateY(300%);
}
40% {
-webkit-transform: scale(0.04) translateY(0);
transform: scale(0.04) translateY(0);
transition: ease-out;
}
40% {
-webkit-transform: scale(0.04) translateY(0);
transform: scale(0.04) translateY(0);
}
60% {
opacity: 1;
-webkit-transform: scale(0.02) translateY(0px);
transform: scale(0.02) translateY(0px);
}
61% {
-webkit-transform: scale(0.04);
transform: scale(0.04);
}
99.9% {
height: 0;
padding-bottom: 100%;
border-radius: 100%;
}
100% {
-webkit-transform: scale(2);
transform: scale(2);
height: 100%;
padding-bottom: 0;
border-radius: 0;
}
}
.right-menu {
position: fixed;
right: 0;
top: 0;
max-width: 500px;
height: 100%;
z-index: 555;
transition: all .4s ease;
-webkit-transform: translateX(100%);
transform: translateX(100%);
will-change: transform;
background-color: #fff;
}
@media (max-width: 768px) {
.right-menu {
text-align: center;
}
}
@media (max-width: 570px) {
.right-menu {
max-width: 100%;
}
}
.right-menu .ps {
max-height: 100%;
}
@media (max-width: 570px) {
.right-menu .logo {
flex-direction: column;
text-align: center;
}
}
@media (max-width: 570px) {
.right-menu .logo img {
margin-right: 0;
margin-bottom: 15px;
}
}
@media (max-width: 570px) {
.right-menu .login-btn-wrap .btn {
float: none;
}
}
@media (max-width: 570px) {
.right-menu .remember-wrap {
display: block;
margin-top: 20px;
}
}
.right-menu.opened {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.right-menu.opened .right-menu-wrap .user-menu-close {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.right-menu .right-menu-wrap {
padding: 80px 75px 30px;
background-color: #fff;
}
@media (max-width: 570px) {
.right-menu .right-menu-wrap {
padding: 30px 30px 15px;
}
}
.right-menu .user-menu-close {
position: absolute;
left: -25px;
top: 83px;
width: 50px;
height: 50px;
border: 2px solid #2f2c2c;
border-radius: 50%;
z-index: 35;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
transition: all .3s ease;
transition-delay: .3s;
background-color: #fff;
}
@media (max-width: 768px) {
.right-menu .user-menu-close {
left: auto;
right: 15px;
top: 15px;
}
}
.right-menu .user-menu-content {
width: 90%;
height: 90%;
border-radius: 50%;
display: block;
background-color: var(--secondary-accent-color);
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.right-menu .user-menu-content span {
display: block;
height: 3px;
background: #fff;
border-radius: 10px;
margin: auto;
width: 50%;
transition: all .3s ease;
left: 25%;
top: 46%;
position: absolute;
}
.right-menu .user-menu-content span:first-of-type {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.right-menu .user-menu-content span:last-of-type {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.right-menu .text {
margin-bottom: 0;
}
.right-menu .widget {
padding: 30px 75px 40px;
margin-bottom: 0;
}
@media (max-width: 570px) {
.right-menu .widget {
padding: 15px 30px;
}
}
.right-menu .widget:nth-child(even) {
background-color: transparent;
}
.right-menu .widget:nth-child(odd) {
background-color: var(--ss-light-gray-color);
} .theme-custom-scroll {
overflow: auto;
height: 100%;
-webkit-overflow-scrolling: touch;
scrollbar-color: var(--ss-light-gray-color) transparent;
scrollbar-width: thin;
}
.theme-custom-scroll::-webkit-scrollbar {
width: 20px;
}
.theme-custom-scroll::-webkit-scrollbar-track {
background-color: transparent;
}
.theme-custom-scroll::-webkit-scrollbar-thumb {
background-color: var(--ss-light-gray-color);
border-radius: 20px;
border: 6px solid transparent;
background-clip: content-box;
}
.theme-custom-scroll::-webkit-scrollbar-thumb:hover {
background-color: var(--primary-accent-color);
} .pagination-arrow {
margin: 40px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.pagination-arrow .btn-nav {
display: flex;
align-items: center;
color: inherit;
}
.pagination-arrow .btn-nav:hover {
color: var(--primary-accent-color);
}
.pagination-arrow .btn-nav:hover .btn-content-title {
color: inherit;
}
.pagination-arrow .all-project {
font-size: 32px;
}
.pagination-arrow .crumina-icon {
fill: #595959;
width: 64px;
height: 64px;
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.pagination-arrow .btn-next-wrap {
width: 45%;
justify-content: flex-end;
}
.pagination-arrow .btn-next-wrap .btn-content {
text-align: right;
margin-right: 30px;
}
.pagination-arrow .btn-next-wrap:hover .crumina-icon {
fill: currentColor;
-webkit-transform: translateX(2px);
transform: translateX(2px);
}
.pagination-arrow .btn-prev-wrap {
width: 45%;
}
.pagination-arrow .btn-prev-wrap .btn-content {
margin-left: 30px;
}
.pagination-arrow .btn-prev-wrap:hover .crumina-icon {
fill: currentColor;
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
.pagination-arrow .btn-content-subtitle {
font-size: 14px;
margin-bottom: 0;
}
.pagination-arrow .btn-content-title {
text-transform: uppercase;
font-size: 18px;
font-weight: 600;
transition: all .3s ease;
}
@media (max-width: 768px) {
.pagination-arrow {
margin: 30px 0;
}
.pagination-arrow .btn-content-subtitle {
display: none;
}
.pagination-arrow .btn-content-title {
margin-bottom: 0;
}
.pagination-arrow .btn-next-wrap .btn-content {
margin-right: 10px;
}
.pagination-arrow .btn-prev-wrap .btn-content {
margin-left: 10px;
}
} .popup-search {
width: auto;
padding: 40px 30px 10px 30px;
border-radius: 5px;
position: absolute;
top: 38px;
right: 0;
left: auto;
background-color: #fff;
z-index: 111;
box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
visibility: hidden;
opacity: 0;
max-height: 0;
transition: all .3s ease;
}
.popup-search.open {
visibility: visible;
opacity: 1;
max-height: 50vh;
}
@media (max-width: 460px) {
.popup-search {
padding: 20px;
}
}
.popup-search .search {
background-color: var(--ss-light-gray-color);
padding: 17px 40px;
font-size: 16px;
color: #797676;
border-color: transparent;
border-radius: 50px 0 0 50px;
float: left;
width: 85%;
}
.popup-search .search-btn {
display: inline-block;
background-color: #2f2c2c;
padding: 20px 5px;
border-radius: 0 50px 50px 0;
font-size: 15px;
text-transform: uppercase;
cursor: pointer;
position: relative;
color: #fff;
width: 60px;
height: 64px;
}
.popup-search .search-btn i:hover {
color: var(--secondary-accent-color);
}
.popup-search .search-inline {
position: relative;
margin-bottom: 30px;
}
.popup-search .search-inline input {
width: 100%;
margin-bottom: 0;
}
@media (max-width: 460px) {
.popup-search .search-inline input {
margin-bottom: 0;
}
}
.popup-search .search-inline .search-btn {
position: absolute;
right: 0;
top: 0;
text-align: center;
height: 100%;
}
.popup-search .search-inline .search-btn i {
margin-left: 0;
}
.no-results.no-found .page-header {
margin-bottom: 30px;
}
.no-results.no-found .page-content p {
margin-bottom: 30px;
} @media (max-width: 360px) {
.post {
margin-bottom: 30px;
}
}
.post .post__date {
background-color: #f7f9f9;
display: inline-block;
padding: 15px 25px;
border-radius: 50px;
font-size: 14px;
margin-bottom: 20px;
}
.post .post__content {
padding-bottom: 30px;
border-bottom: 1px solid var(--ss-light-gray-color);
clear: both;
margin-bottom: 30px;
}
.post .post__content .post__title {
margin-bottom: 15px;
display: block;
}
.post .post__content .post__title:hover {
color: var(--primary-accent-color);
}
.post .post__content .post__text {
margin-bottom: 0;
font-size: 16px;
}
.post .post__content ul {
padding-left: 20px;
}
.post .post__content ul:not(.blocks-gallery-grid) li {
margin-top: 1em;
margin-bottom: 1em;
}
.post .post__content .post__content-info .post-additional-info .category {
font-size: 14px;
}
@media (max-width: 980px) {
.post .post__content .post__content-info .post-additional-info > span {
display: block;
margin-bottom: 10px;
}
}
@media (max-width: 768px) {
.post .post__content .post__content-info .post-additional-info > span {
display: inline-block;
margin-bottom: 0;
}
}
@media (max-width: 600px) {
.post .post__content .post__content-info .post-additional-info > span {
display: block;
margin-bottom: 10px;
}
}
.post .post__content .post__content-info .post-tags {
padding-top: 30px;
}
.post .post__author {
display: table;
font-size: 14px;
}
.post .post__author .avatar {
float: left;
display: table-cell;
vertical-align: middle;
margin-right: 15px;
}
.post .post__author-name {
display: table-cell;
vertical-align: middle;
}
.post .post__author-name a {
font-size: 14px;
color: var(--global-link-color);
display: inline-block;
}
.post .post__author-name a:hover {
color: var(--primary-accent-color);
}
@media (max-width: 480px) {
.post .post__author-name a {
white-space: nowrap;
}
}
.post .post__author-name a .post__author-link:hover {
color: var(--primary-accent-color);
}
.post__content ul li:before {
color: var(--secondary-accent-color);
}
.post-standard {
padding: 40px 20px 20px;
background-color: var(--ss-light-gray-color);
position: relative;
margin-bottom: 60px;
}
.post-standard blockquote::before {
color: #dadada;
}
.post-standard .btn {
margin-bottom: 20px;
}
.post-standard .gallery-caption {
background-color: #fff;
}
@media (max-width: 460px) {
.post-standard .gallery-caption {
font-size: 12px;
}
}
.post-standard .more-link {
padding-top: 20px;
}
.post-standard .more-link .btn {
margin-bottom: 0;
}
@media (max-width: 480px) {
.post-standard {
padding: 30px 15px 15px;
}
}
@media (max-width: 480px) {
.post-standard {
margin-bottom: 30px;
}
}
.post-standard.has-post-thumbnail {
padding: 20px;
}
@media (max-width: 480px) {
.post-standard.has-post-thumbnail {
padding: 50px 15px 15px;
}
}
.post-standard:hover .overlay {
opacity: 1;
}
.post-standard:hover .post-thumb .link-image {
opacity: 1;
left: 50%;
}
.post-standard:hover .post-thumb .link-post {
opacity: 1;
right: 50%;
}
.post-standard .post-thumb-wrap {
text-align: center;
}
.post-standard .post-thumb {
position: relative;
display: inline-block;
margin-bottom: 60px;
box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
text-align: center;
}
.post-standard .post-thumb.swiper-slide {
box-shadow: none;
}
@media (max-width: 480px) {
.post-standard .post-thumb {
margin-bottom: 40px;
}
}
.post-standard .post-thumb .link-image {
color: #fff;
font-size: 36px;
position: absolute;
top: 50%;
left: 0;
transform: translate(75%, -50%);
-webkit-transform: translate(75%, -50%);
-ms-transform: translate(75%, -50%);
opacity: 0;
z-index: 50;
transition: all .6s ease;
}
.post-standard .post-thumb .link-image:hover {
color: var(--primary-accent-color);
}
.post-standard .post-thumb .link-post {
color: #fff;
font-size: 36px;
position: absolute;
top: 50%;
right: 0;
transform: translate(-75%, -50%);
-webkit-transform: translate(-75%, -50%);
-ms-transform: translate(-75%, -50%);
opacity: 0;
z-index: 50;
transition: all .6s ease;
}
.post-standard .post-thumb .link-post:hover {
color: var(--primary-accent-color);
}
.post-standard .post-thumb.custom-bg {
background-size: cover;
background-position: center;
width: 100%;
margin-bottom: 0;
box-shadow: none;
}
.post-standard .post-thumb iframe {
display: block;
max-width: 100%;
}
.post-standard .post__content {
padding-left: 15px;
padding-bottom: 0;
margin-bottom: 0;
}
.post-standard .post__content .post__author {
margin-right: 40px;
float: left;
text-align: center;
}
@media (max-width: 480px) {
.post-standard .post__content .post__author {
margin-bottom: 20px;
text-align: left;
display: block;
float: none;
}
}
.post-standard .post__content .post__author img {
margin: 0 auto;
display: block;
margin-bottom: 10px;
float: none;
}
@media (max-width: 480px) {
.post-standard .post__content .post__author img {
float: left;
margin-right: 20px;
}
}
.post-standard .post__content .post__author .post__author-name {
display: block;
}
.post-standard .post__content .post__author .post__author-name a {
display: block;
}
.post-standard .post__content .post__content-info {
overflow: hidden;
padding: 1px;
}
.post-standard .post__content .post__content-info .btn:hover {
background-color: var(--primary-accent-color);
}
@media (max-width: 480px) {
.post-standard .post__content .post__content-info {
clear: both;
}
}
.post-standard .post__content .post__title {
text-transform: uppercase;
margin-top: 0;
font-size: 24px;
}
.post-standard .post__content .post__text {
margin-bottom: 30px;
}
@media (max-width: 480px) {
.post-standard .post__content .post__text {
margin-bottom: 20px;
}
}
.post-standard .post__content .post-tags {
padding-top: 30px;
}
@media (max-width: 980px) {
.post-standard .post__content .post-additional-info > span {
display: block;
}
}
.post-standard .post__content .post-additional-info .category a:hover {
color: var(--primary-accent-color);
}
.post-standard .overlay {
opacity: 0;
}
.post-standard.sticky:before {
content: '\e952';
font-family: "seosight";
display: block;
width: 50px;
height: 50px;
background-color: #f04e4e;
line-height: 50px;
text-align: center;
color: #fff;
font-size: 20px;
position: absolute;
top: -20px;
left: 60px;
z-index: 5;
}
@media (max-width: 799px) {
.post-standard.sticky:before {
top: -35px;
width: 30px;
height: 30px;
line-height: 30px;
}
}
.post-standard.video .overlay {
opacity: 1;
}
.post-standard.video .play-video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
z-index: 10;
}
.post-standard.slider:hover .post-thumb .overlay {
opacity: 0;
}
.post-standard.slider .post-thumb {
margin-bottom: 0;
}
.post-standard.slider .post-standard-thumb-slider {
margin-bottom: 60px;
}
.post-standard.slider .pagination, .post-standard.slider .swiper-pagination {
bottom: 40px;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}
.post-standard.quote .post-thumb {
padding: 100px 120px;
text-align: left;
margin-bottom: 20px;
}
@media (max-width: 1024px) {
.post-standard.quote .post-thumb {
padding: 30px;
}
}
.post-standard.quote .post-thumb .testimonial-content {
position: relative;
}
.post-standard.quote .post-thumb .testimonial-content .author-info-wrap .author-info .author-name {
color: var(--primary-accent-color);
}
.post-standard.quote .post-thumb .testimonial-img-author {
float: left;
margin-right: 30px;
}
.post-standard.quote .post-thumb .author-name {
margin: 0;
}
.post-standard.quote .post-thumb .text {
font-size: 24px;
color: #fff;
line-height: 1.4;
}
.post-standard.quote .post-thumb .text p {
font-size: 24px;
color: #fff;
line-height: 1.4;
}
@media (max-width: 570px) {
.post-standard.quote .post-thumb .text p {
font-size: 18px;
}
}
@media (max-width: 570px) {
.post-standard.quote .post-thumb .text {
font-size: 18px;
}
}
.post-standard.quote .post-thumb .quote {
position: absolute;
right: 0;
bottom: -30px;
}
@media (max-width: 360px) {
.post-standard.quote .post-thumb .quote {
display: none;
}
}
.post-standard.quote .post-thumb .quote i {
font-size: 140px;
color: #fcd846;
}
@media (max-width: 980px) {
.post-standard.quote .post-thumb .quote i {
font-size: 90px;
}
}
.post-standard.audio .post-thumb {
height: auto;
overflow: hidden;
}
@media (max-width: 360px) {
.post-standard.audio .post-thumb {
height: auto;
}
}
.post-standard.audio .post-thumb .author-photo {
position: relative;
float: left;
z-index: 5;
}
@media (max-width: 360px) {
.post-standard.audio .post-thumb .author-photo {
float: none;
}
}
.post-standard.audio .post-thumb .author-photo .overlay-audio {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(43, 48, 68, 0.8);
}
.post-standard.audio .post-thumb .author-photo .play-audio {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.post-standard.audio .post-thumb .author-photo .play-audio i {
font-size: 46px;
color: #fff;
}
.post-standard.audio .post-thumb .audio-player .composition-time .time-over {
color: var(--primary-accent-color);
}
.post-standard.link .post-thumb {
padding: 120px 100px;
text-align: left;
margin-bottom: 20px;
width: 100%;
}
@media (max-width: 1024px) {
.post-standard.link .post-thumb {
padding: 80px;
}
}
@media (max-width: 570px) {
.post-standard.link .post-thumb {
padding: 30px;
}
}
.post-standard.link .post-thumb .site-link {
color: var(--primary-accent-color);
display: block;
}
.post-standard.link .thumb-content-title {
color: #fff;
margin-bottom: 30px;
display: block;
}
.post-standard.link .thumb-content {
position: relative;
z-index: 50;
}
.post-standard.link .thumb-content .post-link {
display: block;
position: absolute;
right: 0;
bottom: 0;
}
.post-standard.link .thumb-content .post-link i {
font-size: 75px;
color: #fff568;
}
.post-standard.post--grid {
padding: 30px;
}
.post-standard.post--grid .post-thumb {
margin-bottom: 40px;
}
.post-standard.post--grid .category {
display: flex;
align-items: center;
font-size: 12px;
margin-bottom: 15px;
}
.post-standard.post--grid .category a:hover {
color: var(--primary-accent-color);
}
.post-standard.post--grid .post-additional-info {
margin-bottom: 10px;
}
.post-standard.post--grid .more-link {
padding-top: 0;
margin-left: auto;
}
.post-standard.post--grid .more-link:hover i {
color: var(--primary-accent-color);
}
.post-standard.post--grid .more-link a {
display: block;
height: 22px;
}
.post-standard.post--grid .more-link i {
font-size: 22px;
transition: all .15s ease;
}
.post-standard.post--grid .post__content .post__author .post__author-name {
font-size: 12px;
}
.post-standard.post--grid .post .post__author-name a {
font-size: 12px;
}
.post-standard.post--grid .post__content .post__author {
margin-right: 0;
float: none;
text-align: left;
display: flex;
align-items: center;
justify-content: space-between;
}
.post-standard.post--grid .post__content .post__author img {
margin: 0 10px 0 0;
width: 30px;
height: 30px;
}
.post-standard.post--grid .post__content .post__author .post__author-name a {
display: inline-block;
}
.post-standard.post--grid .post__content .post__title {
font-size: 20px;
margin-bottom: 10px;
}
.post-standard.post--grid .post__content .post__content-info .post-additional-info .post__date,
.post-standard.post--grid .post__content .post__content-info .post-additional-info .comments-link,
.post-standard.post--grid .post__content .post__content-info .post-additional-info {
display: inline-flex;
align-items: center;
font-size: 12px;
}
.post-standard.post--grid .post__content .post__content-info .post-additional-info i,
.post-standard.post--grid .category i {
font-size: 13px;
margin-right: 6px;
}
.post-standard.post--grid.post--grid-main .post-thumb {
margin-bottom: 60px;
}
.post-standard.post--grid.post--grid-main .post__content .post__title {
font-size: 24px;
}
.post-standard.post--grid.post--grid-main .post__content .post__author .post__author-name {
font-size: 14px;
}
.post-standard.post--grid.post--grid-main .post .post__author-name a {
font-size: 14px;
}
.post-standard.post--grid.post--grid-main .post__content .post__author img {
width: 40px;
height: 40px;
}
.post-standard.post--grid.post--grid-main .category {
font-size: 14px;
}
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info i,
.post-standard.post--grid.post--grid-main .category i {
font-size: 20px;
margin-right: 10px;
}
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .post__date,
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .comments-link,
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info {
font-size: 14px;
}
.post-standard.post--grid.post--grid-main.slider .post-thumb {
margin-bottom: 0;
}
.post-standard.post--grid.slider .post-thumb {
margin-bottom: 0;
}
.post-standard.post--grid.quote {
padding: 40px 30px;
}
.post-standard.post--grid.quote .post-thumb {
padding: 80px 45px;
text-align: center;
margin-bottom: 0;
}
.post-standard.post--grid.quote .post-thumb .quote {
position: relative;
right: auto;
bottom: auto;
}
.post-standard.post--grid.quote .post-thumb .text p {
font-size: 20px;
}
.post-standard.post--grid.quote .post-thumb .author-name {
font-size: 14px;
}
.post-standard.post--grid.quote .post-thumb .author-company {
font-size: 12px;
}
.post-standard.post--grid.quote .post-thumb .testimonial-img-author {
float: none;
margin-right: 15px;
}
.post-standard.post--grid.quote .author-info-wrap {
display: inline-flex;
align-items: center;
text-align: left;
width: auto;
}
.post-standard.post--grid.link {
padding: 40px 30px;
}
.post-standard.post--grid.link .post-thumb {
padding: 80px 45px;
text-align: center;
margin-bottom: 0;
}
.post-standard.post--grid.link .post-thumb .thumb-content .post-link {
position: relative;
right: auto;
bottom: auto;
margin-bottom: 25px;
}
.post-standard.post--grid.link .thumb-content-title {
font-size: 20px;
}
.post-standard.post--grid.post--grid-masonry {
padding: 0;
}
.post-standard.post--grid.post--grid-masonry .post__content {
padding: 40px;
}
.post-standard.post--grid.post--grid-masonry .post-thumb {
box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
margin-bottom: 0;
}
.post-standard.post--grid.post--grid-masonry.sticky::before {
top: -50px;
left: 40px;
}
@media (max-width: 799px) {
.post-standard.post--grid.post--grid-masonry.sticky::before {
top: -30px;
}
}
.post-standard.post--grid.post--grid-masonry.slider .post-standard-thumb-slider {
margin-bottom: 0;
}
.post--grid-container .post-standard {
height: calc(100% - 30px);
}
.post--loadmore-container .animate,
.post--grid-container .animate {
-webkit-transform: translateY(200px);
transform: translateY(200px);
-webkit-animation: moveUp 0.65s ease forwards;
animation: moveUp 0.65s ease forwards;
}
.post-additional-info {
margin-bottom: 25px;
}
@media (max-width: 480px) {
.post-additional-info {
margin-bottom: 15px;
}
}
.post-additional-info i {
font-size: 20px;
margin-right: 10px;
color: #595959;
}
.post-additional-info .post__date {
padding: 0;
margin-right: 30px;
margin-bottom: 0;
background-color: transparent;
vertical-align: bottom;
}
@media (max-width: 980px) {
.post-additional-info .post__date {
display: block;
margin-bottom: 10px;
}
}
.post-additional-info .category {
margin-right: 30px;
display: inline-block;
vertical-align: bottom;
}
@media (max-width: 980px) {
.post-additional-info .category {
display: block;
margin-bottom: 10px;
}
}
.post-additional-info .category a {
display: inline-block;
}
.post-additional-info .post__comments {
font-size: 14px;
display: inline-block;
vertical-align: bottom;
}
@media (max-width: 980px) {
.post-additional-info .post__comments {
display: block;
margin-bottom: 10px;
}
}
.post-additional-info .post__comments a:hover {
color: var(--primary-accent-color);
}
.post-additional-info .post__author-name a {
display: block;
}
.post__content {
word-break: break-word;
} .post-standard-details {
margin-bottom: 60px;
display: flex;
flex-direction: column;
align-items: center;
}
@media (max-width: 640px) {
.post-standard-details {
margin-bottom: 30px;
}
}
.post-standard-details .post-thumb {
box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
margin-bottom: 40px;
line-height: 0;
display: inline-block;
}
.post-standard-details .form-inline input {
background-color: #f7f9f9;
margin-bottom: 0;
}
.post-standard-details .post__content {
margin-bottom: 30px;
}
.post-standard-details .post__content .post__text {
margin-bottom: 30px;
}
.post-standard-details .post__content .post__title {
text-transform: uppercase;
margin-bottom: 30px;
}
.post-standard-details .post__content .post-additional-info {
margin-bottom: 30px;
}
@media (max-width: 980px) {
.post-standard-details .post__content .post-additional-info > span {
display: block;
margin-bottom: 10px;
}
}
@media (max-width: 768px) {
.post-standard-details .post__content .post-additional-info > span {
display: inline-block;
margin-bottom: 0;
}
}
@media (max-width: 600px) {
.post-standard-details .post__content .post-additional-info > span {
display: block;
margin-bottom: 10px;
}
}
.post-standard-details .post__content .post-additional-info i {
vertical-align: middle;
font-size: 22px;
margin-right: 14px;
}
.post-standard-details .post__content .post-additional-info .post__author {
display: inline-block;
margin-right: 30px;
overflow: hidden;
vertical-align: middle;
}
@media (max-width: 980px) {
.post-standard-details .post__content .post-additional-info .post__author {
display: block;
margin-bottom: 10px;
}
}
@media (max-width: 768px) {
.post-standard-details .post__content .post-additional-info .post__author {
display: inline-block;
margin-bottom: 0;
}
}
@media (max-width: 600px) {
.post-standard-details .post__content .post-additional-info .post__author {
display: block;
margin-bottom: 10px;
}
}
.post-standard-details .post__content .post-additional-info .post__author img {
margin-right: 10px;
}
.post-standard-details .post__content .post-additional-info .post__author > * {
display: inline-block;
vertical-align: middle;
}
.post-standard-details .post__content .post-additional-info .post__author .post__author-link {
display: inline-block;
}
.post-standard-details .post__content .post-additional-info .post__author .avatar {
float: none;
}
.post-standard-details .post__content .post-additional-info .post__date {
vertical-align: middle;
}
@media (max-width: 980px) {
.post-standard-details .post__content .post-additional-info .post__date {
margin-bottom: 10px;
}
}
@media (max-width: 768px) {
.post-standard-details .post__content .post-additional-info .post__date {
margin-bottom: 0;
}
}
@media (max-width: 600px) {
.post-standard-details .post__content .post-additional-info .post__date {
display: inline-block;
margin-bottom: 10px;
}
}
.post-standard-details .post__content .post-additional-info .category {
vertical-align: middle;
}
.post-standard-details .post__content .post-additional-info .category a {
display: inline-block;
font-size: 14px;
}
.post-standard-details .post__content .post-additional-info .category a:hover {
color: var(--primary-accent-color);
}
.post-standard-details .post__content .post-additional-info .post__comments {
font-size: 14px;
vertical-align: middle;
}
.post-standard-details .post__content .post-additional-info .post__comments:hover {
color: var(--primary-accent-color);
}
.post-standard-details .post__content .post-additional-info .post__comments a {
font-size: 14px;
}
.post-standard-details .post__content .post-additional-info .post__comments a:hover {
color: var(--primary-accent-color);
}
.post-standard-details .post__content .post-additional-info .post__comments a:hover i {
color: var(--primary-accent-color);
}
.post-standard-details .post__content .crumina-testimonial-item {
margin: 60px 0;
}
@media (max-width: 768px) {
.post-standard-details .post__content .crumina-testimonial-item {
margin: 30px 0;
}
}
.post-standard-details .post__content .list {
margin-bottom: 30px;
}
.post-standard-details .post__content .w-tags {
margin-bottom: 10px;
}
.post-standard-details .socials .social__item i {
font-size: 20px;
transition: all .3s ease;
}
.post-standard-details .socials .social__item:hover i {
color: #08acee;
}
.post-standard-details .socials button {
background: none;
cursor: pointer;
margin-left: 0;
opacity: .7;
transition: opacity .2s ease-in;
}
.post-standard-details .socials button:hover {
opacity: 1;
}
.post-standard-details .socials .label {
position: relative;
top: 2px;
}
.blog-details-author {
padding: 60px;
background-color: var(--ss-light-gray-color);
margin-bottom: 60px;
overflow: hidden;
display: flex;
align-items: center;
}
@media (max-width: 980px) {
.blog-details-author {
padding: 30px;
}
}
.blog-details-author .blog-details-author-thumb {
float: left;
margin-right: 30px;
border-radius: 100%;
overflow: hidden;
}
@media (max-width: 480px) {
.blog-details-author .blog-details-author-thumb {
margin-bottom: 30px;
}
}
.blog-details-author .blog-details-author-content {
overflow: hidden;
}
@media (max-width: 480px) {
.blog-details-author .blog-details-author-content {
clear: both;
}
}
.blog-details-author .blog-details-author-content .author-info {
margin-bottom: 0;
}
.blog-details-author .blog-details-author-content .author-info .author-name {
display: inline-block;
margin-right: 30px;
}
.blog-details-author .blog-details-author-content .author-info .author-info {
display: inline-block;
font-size: 14px;
}
.blog-details-author .blog-details-author-content .text {
margin-bottom: 20px;
}
.blog-details-author .socials .social__item img {
width: 20px;
height: auto;
}
.format-video .post-thumb {
width: 100%;
position: relative;
}
body.author .blog-details-author {
margin-bottom: 30px;
}
.author .avatar {
border-radius: 100%;
} .gallery {
margin: 0 -5px 1.6em;
}
.gallery-item {
display: inline-block;
padding: 0;
text-align: center;
vertical-align: top;
width: 100%;
margin: 5px 0;
}
.gallery-item a {
padding: 0 5px;
display: inline-block;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
@media (max-width: 768px) {
.gallery-columns-3 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
@media (max-width: 768px) {
.gallery-columns-4 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
@media (max-width: 768px) {
.gallery-columns-5 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
@media (max-width: 768px) {
.gallery-columns-6 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
@media (max-width: 768px) {
.gallery-columns-7 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
@media (max-width: 768px) {
.gallery-columns-8 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
@media (max-width: 768px) {
.gallery-columns-9 .gallery-item {
max-width: 50%;
}
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
font-size: .8rem;
line-height: 1.5;
background-color: #ececec;
margin: 10px 5px 10px;
border-radius: 5px;
padding: 2px 10px;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.post-password-form input[type="submit"] {
width: auto;
color: #fff;
cursor: pointer;
background-color: var(--primary-accent-color);
}
.post-password-form input[type="submit"]:hover {
box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
color: #fff;
}
.post-password-form label input {
margin-top: 15px;
}
.post-standard .post-password-form label input {
background-color: #fff;
} .align-center,
.aligncenter {
text-align: center;
margin: 0 auto 20px;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
img.aligncenter {
display: block;
margin: 20px auto;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 2px solid var(--ss-light-gray-color);
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background: #fff;
text-align: center;
}
.wp-caption img {
margin-bottom: 15px;
}
.wp-caption.wp-caption-text {
font-size: 14px;
margin-bottom: 0;
}
.wp-caption-text {
font-size: 14px;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption p.wp-caption-text {
font-size: 14px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.crum_single_image .wp-caption-text {
margin-top: 30px;
}
.search-panel {
display: flex;
align-items: center;
justify-content: space-around;
padding: 30px;
margin-bottom: 0;
background-color: var(--ss-light-gray-color);
}
@media (max-width: 1024px) {
.search-panel {
flex-direction: column;
align-items: flex-start;
padding: 20px;
}
}
.search-panel input {
margin: 0 30px;
background-color: #fff;
max-width: 100%;
}
@media (max-width: 1024px) {
.search-panel input {
margin: 30px 0;
width: auto;
}
}
.search-panel .title {
font-size: 20px;
margin: 0;
}
@media (max-width: 560px) {
.post-standard.post--grid {
padding: 15px;
}
.post-standard.post--grid .post__content {
padding: 15px;
}
.post-standard.post--grid .post-thumb,
.post-standard.post--grid.post--grid-main .post-thumb {
margin-bottom: 20px;
}
.post-standard.post--grid.post--grid-main .post__content .post__title {
font-size: 18px;
}
.post-standard.post--grid.post--grid-main .category {
font-size: 12px;
}
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info i,
.post-standard.post--grid.post--grid-main .category i {
font-size: 12px;
margin-right: 5px;
}
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .post__date,
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .comments-link,
.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info {
font-size: 12px;
}
.post.post--grid .post__content .post__content-info .post-additional-info > span {
margin-bottom: 0;
}
.post.post--grid .post__content .post__text {
font-size: 14px;
}
.post-standard.post--grid.slider .post-standard-thumb-slider {
margin-bottom: 20px;
}
.post-standard.post--grid.quote .post-thumb {
padding: 40px 25px;
}
.post-standard.post--grid.link .post-thumb {
padding: 40px 25px;
}
.post-standard.post--grid.slider .swiper-pagination {
bottom: 10px;
}
.post-standard.post--grid.link {
padding: 20px 15px;
}
}
@media (max-width: 480px) {
.post-standard.post--grid .post__content .post__author {
margin-bottom: 0;
}
} .pagination, .swiper-pagination {
position: absolute;
transition: all .3s ease;
align-items: center;
z-index: 5;
bottom: 10px;
left: 0;
right: 0;
}
.pagination .pagination-item, .pagination .swiper-pagination-bullet, .swiper-pagination .pagination-item, .swiper-pagination .swiper-pagination-bullet {
display: inline-block;
width: 15px;
height: 15px;
margin: auto 5px;
border-radius: 50%;
cursor: pointer;
transition: all .3s ease;
}
@media (max-width: 640px) {
.pagination .pagination-item, .pagination .swiper-pagination-bullet, .swiper-pagination .pagination-item, .swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
}
}
.pagination .pagination-item.active, .pagination .pagination-item.swiper-pagination-bullet-active, .pagination .swiper-pagination-bullet.active, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .pagination-item.active, .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.active, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 15px;
height: 15px;
background-color: transparent;
border: 2px solid var(--primary-accent-color);
transition: all .3s ease;
}
@media (max-width: 640px) {
.pagination .pagination-item.active, .pagination .pagination-item.swiper-pagination-bullet-active, .pagination .swiper-pagination-bullet.active, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .pagination-item.active, .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.active, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 10px;
height: 10px;
border-width: 1px;
}
}
.pagination.light .pagination-item, .pagination.light .swiper-pagination-bullet, .swiper-pagination.light .pagination-item, .swiper-pagination.light .swiper-pagination-bullet {
background-color: #f0f2f2;
}
.pagination.light .pagination-item.active, .pagination.light .pagination-item.swiper-pagination-bullet-active, .pagination.light .swiper-pagination-bullet.active, .pagination.light .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.light .pagination-item.active, .swiper-pagination.light .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.light .swiper-pagination-bullet.active, .swiper-pagination.light .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: transparent;
border: 2px solid var(--primary-accent-color);
}
.pagination.dark .pagination-item, .pagination.dark .swiper-pagination-bullet, .swiper-pagination.dark .pagination-item, .swiper-pagination.dark .swiper-pagination-bullet {
background-color: #2f2c2c;
}
.pagination.dark .pagination-item.active, .pagination.dark .pagination-item.swiper-pagination-bullet-active, .pagination.dark .swiper-pagination-bullet.active, .pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.dark .pagination-item.active, .swiper-pagination.dark .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.dark .swiper-pagination-bullet.active, .swiper-pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: transparent;
border: 2px solid #fff;
}
.pagination.grey .pagination-item, .pagination.grey .owl-dot, .pagination.grey .swiper-pagination-bullet, .swiper-pagination.grey .pagination-item, .swiper-pagination.grey .owl-dot, .swiper-pagination.grey .swiper-pagination-bullet {
background-color: #d7d7d7;
}
.pagination.grey .pagination-item.active, .pagination.grey .pagination-item.swiper-pagination-bullet-active, .pagination.grey .owl-dot.active, .pagination.grey .owl-dot.swiper-pagination-bullet-active, .pagination.grey .swiper-pagination-bullet.active, .pagination.grey .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.grey .pagination-item.active, .swiper-pagination.grey .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.grey .owl-dot.active, .swiper-pagination.grey .owl-dot.swiper-pagination-bullet-active, .swiper-pagination.grey .swiper-pagination-bullet.active, .swiper-pagination.grey .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: transparent;
border: 2px solid var(--primary-accent-color);
}
.pagination.pagination-vertical .pagination-item, .pagination.pagination-vertical .owl-dot, .swiper-pagination.pagination-vertical .pagination-item, .swiper-pagination.pagination-vertical .owl-dot {
display: block;
margin: 9px auto;
background-color: #acd373;
}
.pagination.pagination-vertical .pagination-item.active, .pagination.pagination-vertical .owl-dot.active, .swiper-pagination.pagination-vertical .pagination-item.active, .swiper-pagination.pagination-vertical .owl-dot.active {
border-color: #fff;
background-color: transparent;
}
.pagination.top-right, .swiper-pagination.top-right {
left: auto;
bottom: auto;
right: 0;
top: 0;
-webkit-transform: translate(0);
transform: translate(0);
}
.pagination.bottom-left, .swiper-pagination.bottom-left {
left: 0;
bottom: 0;
-webkit-transform: translate(0);
transform: translate(0);
top: auto;
}
@media (max-width: 1024px) {
.pagination.bottom-left, .swiper-pagination.bottom-left {
bottom: 20px;
}
}
.pagination.right-bottom, .swiper-pagination.right-bottom {
right: 100px;
bottom: -50px;
top: auto;
-webkit-transform: translate(0);
transform: translate(0);
}
.swiper-container-horizontal.pagination-bottom .swiper-pagination {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.swiper-container-horizontal.pagination-bottom .swiper-pagination.bottom-left {
-webkit-transform: translate(0);
transform: translate(0);
}
.pagination-vertical {
padding-left: 100px;
}
.pagination-vertical .swiper-pagination {
display: block;
position: absolute;
left: 10px;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
bottom: auto;
}
.pagination-vertical .swiper-pagination .pagination-item, .pagination-vertical .swiper-pagination .owl-dot, .pagination-vertical .swiper-pagination .swiper-pagination-bullet {
display: block;
margin: 9px auto;
background-color: #fff;
opacity: .5;
}
.pagination-vertical .swiper-pagination .pagination-item.active, .pagination-vertical .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .pagination-vertical .swiper-pagination .owl-dot.active, .pagination-vertical .swiper-pagination .owl-dot.swiper-pagination-bullet-active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
border-color: #fff;
background-color: transparent;
opacity: 1;
}
.pagination-vertical.pagination-vertical-right {
padding-left: 0;
margin-left: 0;
padding-right: 100px;
margin-right: -100px;
}
.pagination-vertical.pagination-vertical-right .swiper-pagination {
left: auto;
right: 10px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.light-bg .swiper-pagination .pagination-item, .light-bg .swiper-pagination .owl-dot, .light-bg .swiper-pagination .swiper-pagination-bullet {
background-color: #000;
opacity: .5;
}
.light-bg .swiper-pagination .pagination-item.active, .light-bg .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .light-bg .swiper-pagination .owl-dot.active, .light-bg .swiper-pagination .owl-dot.swiper-pagination-bullet-active, .light-bg .swiper-pagination .swiper-pagination-bullet.active, .light-bg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
border-color: #000;
background-color: transparent;
opacity: 1;
}
.pagination-bottom {
padding-bottom: 60px;
}
.pagination-bottom .swiper-pagination {
bottom: 0;
top: auto;
}
.pagination-bottom .swiper-pagination.right-bottom {
bottom: -50px;
-webkit-transform: none;
transform: none;
}
.pagination-bottom-large {
padding-bottom: 120px;
}
@media (max-width: 570px) {
.pagination-bottom-large {
padding-bottom: 40px;
}
}
.swiper-container.top-pagination {
padding-top: 125px;
top: -105px;
margin-bottom: -105px;
z-index: auto;
}
@media (max-width: 1024px) {
.swiper-container.top-pagination {
padding-top: 0;
top: 0;
margin-bottom: 0;
}
}
.swiper-container.top-pagination .swiper-pagination {
top: 0;
bottom: auto;
left: auto;
}
@media (max-width: 1024px) {
.swiper-container.top-pagination .swiper-pagination {
margin-top: 30px;
}
} .load-more {
text-align: center;
margin: 0 auto;
cursor: pointer;
transition: all .3s ease;
display: block;
max-width: 120px;
}
.load-more .load-more-img-wrap {
margin-bottom: 20px;
position: relative;
display: block;
background: url(//www.referencement-beref.com/wp-content/themes/seosight/svg/load-more-arrow.svg) no-repeat center;
opacity: .15;
}
.load-more .load-more-img-wrap svg {
position: relative;
width: 80px;
height: 80px;
top: 4px;
}
.load-more .load-more-text {
color: #d7d7d7;
text-transform: uppercase;
transition: all .3s ease;
}
.load-more.loading .load-more-text {
opacity: 0;
}
.load-more:hover .load-more-text {
color: var(--primary-accent-color);
}
.load-more:hover .load-more-img-wrap {
-webkit-animation: rotate-img 1.5s infinite linear;
animation: rotate-img 1.5s infinite linear;
}
.load-more:hover .load-more-img-wrap svg {
-webkit-animation: rotate-img 2s infinite linear;
animation: rotate-img 2s infinite linear;
}
.load-more.last-page:hover .load-more-img-wrap {
-webkit-animation: none;
animation: none;
}
.load-more.last-page:hover .load-more-img-wrap img {
-webkit-animation: none;
animation: none;
}
@-webkit-keyframes rotate-img {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-img {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .nice-select {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
padding: 20px 40px 20px 20px;
border-color: transparent;
transition: all .3s ease;
font-size: 16px;
margin-bottom: 30px;
border-radius: 50px;
position: relative;
cursor: pointer;
background-color: var(--ss-light-gray-color);
}
.nice-select:focus {
background-color: #fff;
box-shadow: 17px 0 60px #d3dcdc;
}
.nice-select.focus-white:focus {
background-color: #fff;
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
.nice-select:after {
border-bottom: 2px solid #595959;
border-right: 2px solid #595959;
content: '';
display: block;
height: 10px;
margin-top: -8px;
pointer-events: none;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: all 0.15s ease-in-out;
width: 10px;
}
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select .list {
background-color: #fff;
border-radius: 10px;
border: 1px solid var(--ss-light-gray-color);
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-20px);
transform: scale(0.75) translateY(-20px);
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 38px;
list-style: none;
min-height: 38px;
outline: none;
padding-left: 40px;
padding-right: 60px;
transition: all 0.2s;
margin: 0;
font-size: .85em;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: var(--ss-light-gray-color);
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
cursor: default;
}
.nice-select .option.disabled:hover {
color: #595959;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
}
select {
padding: 20px 40px 20px 20px;
border-color: transparent;
transition: all .3s ease;
font-size: 16px;
margin-bottom: 30px;
border-radius: 50px;
position: relative;
background-color: #f7f9f9;
color: #7b7b7b;
cursor: pointer;
}
select:focus {
background-color: #fff;
box-shadow: 17px 0 60px #d3dcdc;
} .socials .social__item {
margin-right: 15px;
background-color: transparent;
cursor: pointer;
opacity: .85;
}
@media (max-width: 320px) {
.socials .social__item {
margin-right: 5px;
}
}
.socials .social__item:hover {
opacity: 1;
}
.socials .social__item:last-child {
margin-right: 0;
}
.socials .social__item svg {
width: 36px;
height: 36px;
}
.socials .social__item img {
height: 24px;
} #subscribe-section {
color: #fff;
background-color: var(--primary-accent-color);
}
.subscribe {
padding: 72px 15px;
position: relative;
}
@media (max-width: 1024px) {
.subscribe {
padding: 72px 15px 170px;
}
}
.subscribe form {
margin-bottom: 25px;
}
.subscribe .subscribe-title {
margin-bottom: 23px;
color: inherit;
}
.subscribe .sub-title {
opacity: .75;
float: left;
}
.subscribe .images-block img, .subscribe .images img {
position: absolute;
opacity: 0;
max-height: 90%;
}
.subscribe .images-block img.mail, .subscribe .images img.mail {
left: 0;
bottom: -100%;
}
@media (max-width: 1199px) {
.subscribe .images-block img.mail, .subscribe .images img.mail {
width: 11%;
}
}
@media (max-width: 768px) {
.subscribe .images-block img.mail, .subscribe .images img.mail {
width: 35%;
}
}
@media (max-width: 640px) {
.subscribe .images-block img.mail, .subscribe .images img.mail {
width: 40%;
}
}
@media (max-width: 360px) {
.subscribe .images-block img.mail, .subscribe .images img.mail {
width: 60%;
}
}
.subscribe .images-block img.gear, .subscribe .images img.gear {
top: 50px;
right: 20px;
}
@media (max-width: 800px) {
.subscribe .images-block img.gear, .subscribe .images img.gear {
top: 10px;
}
}
.subscribe .images-block img.mail-2, .subscribe .images img.mail-2 {
bottom: 0;
right: -100%;
}
.subscribe .images-block.not-animated img, .subscribe .images.not-animated img {
opacity: 1;
}
.subscribe .images-block.not-animated img.mail, .subscribe .images.not-animated img.mail {
opacity: 1;
bottom: 0;
}
.subscribe .images-block.not-animated img.gear, .subscribe .images.not-animated img.gear {
opacity: 1;
}
.subscribe .images-block.not-animated img.mail-2, .subscribe .images.not-animated img.mail-2 {
opacity: 1;
right: 0;
}
.form-subscribe {
display: flex;
flex-flow: row wrap;
}
@media (max-width: 460px) {
.form-subscribe {
flex-direction: column;
height: auto;
}
}
@media (max-width: 460px) {
.form-subscribe > * {
flex-direction: column;
height: auto;
}
}
.form-subscribe input {
background-color: #fff;
padding: 17px 40px;
font-size: 16px;
color: #797676;
border-color: transparent;
border-radius: 50px 0 0 50px;
width: 69%;
margin-bottom: 0;
margin-right: 1px;
}
@media (max-width: 460px) {
.form-subscribe input {
width: 100%;
margin-bottom: 20px;
border-radius: 50px;
}
}
.form-subscribe input:focus {
box-shadow: 17px 0 60px #d3dcdc;
}
.form-subscribe.with-name input {
width: 34%;
margin-right: 1px;
}
.form-subscribe.with-name .name {
border-radius: 0;
border-left: 1px solid var(--ss-light-gray-color);
}
@media (max-width: 460px) {
.form-subscribe.with-name input {
width: 100%;
}
.form-subscribe.with-name .name {
border-radius: 50px;
border-left: none;
}
}
.form-subscribe.with-name.name-field-swap input {
width: 35%;
border-radius: 0;
}
@media (max-width: 460px) {
.form-subscribe.with-name.name-field-swap input {
width: 100%;
border-radius: 50px;
}
}
.form-subscribe.with-name.name-field-swap .name {
border-radius: 50px 0 0 50px;
border-left: 1px solid var(--ss-light-gray-color);
}
@media (max-width: 460px) {
.form-subscribe.with-name.name-field-swap .name {
width: 100%;
border-radius: 50px;
}
}
.form-subscribe button {
display: inline-block;
padding: 18px 40px;
border-radius: 0 50px 50px 0;
border: none;
font-size: 15px;
text-transform: uppercase;
width: 30%;
cursor: pointer;
position: relative;
color: #fff;
text-align: center;
background-color: var(--secondary-accent-color);
}
@media (max-width: 480px) {
.form-subscribe button {
padding: 17px 10px;
}
}
@media (max-width: 460px) {
.form-subscribe button {
padding: 20px;
width: 100%;
border-radius: 50px;
}
}
.subscribe .emaillist form {
display: flex;
align-items: flex-end;
}
.subscribe .emaillist .es-field-wrap {
margin-bottom: 0;
margin-right: 1px;
}
.subscribe .emaillist .es-field-wrap:first-child input {
border-radius: 50px 0 0 50px;
}
.subscribe .emaillist .es-field-wrap:nth-child(2) input {
border-radius: 0;
}
.subscribe .emaillist input {
margin-bottom: 0;
}
.subscribe .emaillist br {
display: none;
}
.subscribe .emaillist .es_subscription_form_submit {
display: inline-block;
background-color: #2f2c2c;
padding: 20px 40px;
font-size: 15px;
text-transform: uppercase;
cursor: pointer;
position: relative;
color: #fff;
text-align: center;
width: auto;
border-radius: 0 50px 50px 0;
}
@media (max-width: 640px) {
.subscribe .emaillist form {
flex-direction: column;
}
.subscribe .emaillist input {
width: 100%;
}
.subscribe .emaillist .es-field-wrap {
margin-bottom: 20px;
width: 100%;
}
.subscribe .emaillist .es-field-wrap:first-child input {
border-radius: 50px;
}
.subscribe .emaillist .es-field-wrap:nth-child(2) input {
border-radius: 50px;
}
.subscribe .emaillist .es_subscription_form_submit {
width: 100%;
border-radius: 50px;
}
} .top-bar {
background-color: #fff;
padding: 16px 0;
font-size: 14px;
color: #2f2c2c;
box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.3);
position: relative;
z-index: 30;
transition: all .3s ease;
}
@media (max-width: 992px) {
.top-bar {
width: 320px;
-webkit-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
position: fixed;
left: 50%;
border-radius: 0 0 10px 10px;
}
}
@media (max-width: 992px) {
.top-bar > .container {
width: 100%;
}
}
.top-bar.open {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 999;
}
.top-bar .flags {
width: 16px;
height: 16px;
border-radius: 100%;
overflow: hidden;
float: left;
margin-right: 10px;
}
.top-bar .nice-select {
float: left;
padding: 0 40px 0 0;
background-color: transparent;
font-size: 14px;
margin-bottom: 0;
color: var(--primary-accent-color);
}
@media (max-width: 992px) {
.top-bar .nice-select {
float: none;
}
}
.top-bar .nice-select span {
color: var(--primary-accent-color);
}
.top-bar .nice-select .option {
padding: 0 15px;
font-size: 12px;
}
.top-bar .nice-select .option:hover {
color: var(--primary-accent-color);
}
.top-bar .nice-select:after {
height: 6px;
width: 6px;
margin-top: -4px;
}
.top-bar .nice-select:focus {
box-shadow: none;
background-color: transparent;
}
.top-bar .contact-item {
float: left;
padding: 0 15px;
position: relative;
}
@media (max-width: 992px) {
.top-bar .contact-item {
padding: 0;
margin-bottom: 15px;
float: none;
}
}
.top-bar .contact-item:first-child {
padding-left: 0;
}
@media (max-width: 992px) {
.top-bar .contact-item:first-child {
padding: 0;
}
}
.top-bar .contact-item:last-child {
padding-right: 0;
}
.top-bar .contact-item:last-child:after {
display: none;
}
.top-bar .contact-item:after {
content: '|';
display: block;
position: absolute;
right: 0;
bottom: 0;
color: #595959;
}
@media (max-width: 992px) {
.top-bar .contact-item:after {
display: none;
}
}
.top-bar a {
color: #504c4c;
border-bottom: 1px dashed #504c4c;
}
.top-bar a:hover {
color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
}
.top-bar span {
color: #595959;
}
.top-bar .login-block {
margin-left: 70px;
}
@media (max-width: 992px) {
.top-bar .login-block {
margin-left: 0;
margin-top: 15px;
}
}
.top-bar .login-block img {
width: 28px;
height: 28px;
margin-right: 20px;
}
.top-bar .socials {
display: inline-block;
margin-left: 10px;
}
.top-bar .socials img {
width: 16px;
height: 16px;
}
.top-bar .socials a {
border: none;
}
.top-bar .socials .social__item {
margin-right: 10px;
}
.top-bar + .header {
top: 68px;
}
@media (max-width: 992px) {
.top-bar + .header {
top: 0;
}
}
.top-bar + .header.headroom--not-top {
top: 0;
}
.top-bar .top-bar-close {
width: 30px;
height: 30px;
position: absolute;
right: 5px;
top: 5px;
display: none;
border: none;
cursor: pointer;
}
@media (max-width: 992px) {
.top-bar .top-bar-close {
display: block;
}
}
.top-bar .top-bar-close span {
display: block;
height: 2px;
background-color: #707070;
border-radius: 10px;
margin: auto;
width: 100%;
transition: all .3s ease;
top: 50%;
position: absolute;
}
.top-bar .top-bar-close span:first-of-type {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.top-bar .top-bar-close span:last-of-type {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.top-bar-dark {
background-color: #151414;
color: #797676;
}
.top-bar-dark a {
color: #797676;
}
.top-bar-dark span {
color: #504c4c;
}
.top-bar-dark .nice-select .list {
background-color: #151414;
border: none;
box-shadow: 0 5px 40px rgba(255, 255, 255, 0.3);
}
.top-bar-dark .nice-select .option.selected.focus {
background-color: transparent;
}
.top-bar-dark .nice-select .option.selected.focus:hover {
background-color: #424444;
}
.top-bar-dark .nice-select .option:hover {
background-color: #424444;
}
@media (max-width: 992px) {
.logged-in .top-bar {
top: 32px;
}
}
@media (max-width: 782px) {
.logged-in .top-bar {
top: 46px;
}
}
@media (max-width: 768px) {
.logged-in .right-menu {
top: 46px;
}
}
@media (max-width: 600px) {
.logged-in .right-menu {
top: 46px;
}
}
#site-header + .top-bar {
display: none;
}
.top-bar-content-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
@media (max-width: 992px) {
.top-bar-content-wrapper {
flex-direction: column;
}
}
.top-bar-link {
display: none;
visibility: hidden;
position: relative;
border-radius: 50%;
text-align: center;
padding: 5px;
z-index: 50;
cursor: pointer;
transition: all .3s ease;
opacity: .9;
margin-left: auto;
}
.top-bar-link svg {
width: 25px;
height: 25px;
min-width: 25px;
min-height: 25px;
fill: var(--header-font-color);
}
@media (max-width: 992px) {
.top-bar-link {
display: flex;
visibility: visible;
}
}
.top-bar-link i {
margin: auto;
}
.top-bar-link:hover {
opacity: 1;
}
@media (max-width: 1200px) {
.top-bar > .container {
min-width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.top-bar .contact-item:first-child {
margin-right: 0;
}
}
@media (max-width: 992px) {
#site-header + .top-bar {
display: block !important;
}
.top-bar {
width: 320px;
-webkit-transform: translate(-50%, -200%);
transform: translate(-50%, -200%);
position: fixed;
left: 50%;
top: 0;
border-radius: 0 0 10px 10px;
padding: 30px 0;
}
.top-bar > .container {
min-width: unset;
width: auto;
}
.top-bar .nice-select {
float: none;
min-width: 190px;
}
.top-bar .contact-item {
padding: 0;
margin-bottom: 15px;
float: none;
display: block;
}
.top-bar .contact-item:first-child {
padding: 0;
}
.top-bar .contact-item:after {
display: none;
}
.top-bar-close {
display: block;
}
} .fs-background {
overflow: hidden;
position: relative;
}
.fs-background, .fs-background-container, .fs-background-media {
transition: none;
}
.fs-background-container {
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 0;
overflow: hidden;
}
.fs-background-media {
position: absolute;
top: 0;
bottom: 0;
opacity: 0;
}
.fs-background-media.fs-background-animated {
transition: opacity .5s linear;
}
.fs-background-media iframe, .fs-background-media img, .fs-background-media video {
width: 100%;
height: 100%;
display: block;
-webkit-user-drag: none;
}
.fs-background-media.fs-background-fixed, .fs-background-media.fs-background-native {
width: 100%;
height: 100%;
}
.fs-background-media.fs-background-fixed img, .fs-background-media.fs-background-native img {
display: none;
}
.fs-background-media.fs-background-native {
background-position: center;
background-size: cover;
}
.fs-background-media.fs-background-fixed {
background-position: center;
background-attachment: fixed;
}
.fs-background-embed.fs-background-ready:after {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: '';
}
.fs-background-embed.fs-background-ready iframe {
z-index: 0;
}
.bg-layer {
position: absolute !important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: no-repeat center;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .widget {
margin-bottom: 20px;
}
.widget p:last-of-type {
margin: 0;
}
.widget ul {
list-style: none;
}
@media (max-width: 768px) {
.widget {
margin-bottom: 30px;
}
}
.widget .heading, .widget .crumina-heading {
margin-bottom: 20px;
}
.widget .heading-decoration {
margin: 0;
}
.widget .heading-title {
margin-bottom: 0;
}
@media (max-width: 768px) {
.sidebar .widget:first-child {
margin-top: 40px;
}
} .widget .es_textbox_class {
width: 100%;
}
.widget .es_lablebox {
padding-bottom: 3px;
padding-left: 40px;
}
.widget .es_textbox_button {
width: auto;
color: #fff;
padding: 22px 50px;
font-size: 15px;
text-transform: uppercase;
border-radius: 50px;
text-align: center;
cursor: pointer;
background-color: var(--primary-accent-color);
}
@media (max-width: 768px) {
.widget .es_textbox_button {
padding: 15px 35px;
font-size: 13px;
}
} form.w-search {
position: relative;
}
form.w-search input {
width: 100%;
}
form.w-search button.icon {
position: absolute;
right: 15px;
top: 15px;
font-size: 24px;
background: transparent;
border: none;
z-index: 10;
cursor: pointer;
} .w-latest-news .latest-news-wrap {
margin-bottom: 20px;
}
.w-latest-news .post-additional-info {
margin-bottom: 0;
}
.w-latest-news .post__date time {
font-size: 14px;
}
.w-latest-news .post__date > * {
display: inline-block;
vertical-align: middle;
}
.w-latest-news .post__date i {
font-size: 20px;
margin-right: 10px;
}
.latest-news-item {
padding: 10px 0;
border-bottom: 1px solid var(--ss-light-gray-color);
}
.latest-news-item:last-child {
border-bottom: none;
}
.latest-news-item .post__title {
font-size: 20px;
margin-bottom: 0;
}
.latest-news-item .post__title:hover {
color: var(--primary-accent-color);
}
.project-meta .post__date {
background: #fff;
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
margin-right: 20px;
padding: 15px 25px;
border-radius: 50px;
} .category-post-item {
color: #595959;
margin-bottom: 15px;
}
.category-post-item .post-count {
font-size: 14px;
margin-right: 15px;
transition: all .3s ease;
width: 20px;
display: inline-block;
float: left;
clear: both;
position: relative;
top: 2px;
}
.category-post-item a {
color: #595959;
position: relative;
display: block;
overflow: hidden;
}
.category-post-item a i {
margin-left: 5px;
opacity: 0;
transition: all .3s ease;
position: relative;
font-size: 12px;
color: var(--primary-accent-color);
}
.category-post-item:hover .post-count {
color: #2f2c2c;
}
.category-post-item:hover a {
color: var(--primary-accent-color);
}
.category-post-item:hover a i {
opacity: 1;
} .w-about .text-wrap + .btn {
margin-top: 20px;
} .w-banner {
padding: 60px 30px;
border-radius: 10px;
border-color: transparent;
text-align: center;
}
.w-banner .w-banner-content-text p {
color: #fff;
font-size: 16px;
margin-bottom: 30px;
}
.w-banner .w-banner-content-title {
margin-bottom: 20px;
line-height: 1.3;
}
@media (max-width: 1024px) {
.w-banner .w-banner-content-title {
font-size: 22px;
}
} .w-follow-title {
display: inline-block;
color: #fff;
background-color: inherit;
}
.social-icon {
margin-right: 20px;
color: #fff;
font-size: 24px;
}
.w-follow-add {
display: inline-block;
width: 60px;
height: 100%;
line-height: 60px;
text-align: center;
position: absolute;
right: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.1);
}
.w-follow-add i {
font-size: 15px;
color: #fff;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.w-follow-add i.plus {
opacity: 1;
}
.w-follow-add i.check {
opacity: 0;
}
.w-follow-add.active i.plus {
opacity: 0;
}
.w-follow-add.active i.check {
opacity: 1;
}
.w-follow-item {
padding: 12px 15px 12px 15px;
display: inline-block;
min-height: 60px;
width: 100%;
position: relative;
}
@media (max-width: 1024px) {
.w-follow-item {
padding: 15px;
}
} .w-tags {
overflow: hidden;
}
.w-tags.post-tags {
clear: both;
}
.tags-wrap a {
padding: 10px 15px;
font-size: 15px;
color: inherit;
border: 2px solid var(--ss-light-gray-color);
border-radius: 50px;
margin-right: 10px;
margin-bottom: 10px;
float: left;
transition: all .3s ease;
}
@media (max-width: 1024px) {
.tags-wrap a {
padding: 10px 20px;
}
}
.tags-wrap a:hover {
color: #fff;
background-color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
} .w-custom-menu {
overflow: hidden;
}
.w-custom-menu ul {
line-height: 1.2;
font-size: 14px;
}
@media (max-width: 1024px) {
.w-custom-menu ul {
width: 100%;
}
}
.w-custom-menu li {
margin-bottom: 1.1em;
transition: all .3s ease;
}
.w-custom-menu ul ul {
margin-left: 1em;
margin-top: 1.1em;
}
.w-custom-menu i {
margin-right: 15px;
margin-top: 3px;
}
.w-custom-menu a:hover {
margin-left: 10px;
} .w-login .top-avatar {
text-align: center;
margin-bottom: 20px;
}
.w-login .helped {
text-align: center;
}
.w-login .w-custom-menu {
margin-top: 30px;
margin-bottom: 10px;
}
.w-login .helped a {
margin-bottom: 5px;
display: block;
text-align: left;
}
.remember-wrap {
display: table-cell;
vertical-align: middle;
}
.remember-wrap .checkbox {
position: relative;
}
.remember-wrap .checkbox input[type=checkbox] {
display: none;
}
.remember-wrap .checkbox label {
padding-left: 30px;
}
.remember-wrap .checkbox input {
margin-bottom: 25px;
}
.remember-wrap .checkbox label:before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
position: absolute;
left: 0;
top: 5px;
border-radius: 3px;
border: none;
background-color: var(--primary-accent-color);
}
.remember-wrap .checkbox input[type=checkbox]:checked + label:before {
content: "\2714";
font-size: 14px;
color: #fff;
text-align: center;
line-height: 14px;
}
.login-btn-wrap {
overflow: hidden;
padding-bottom: 20px;
display: table;
}
.login-btn-wrap .btn {
float: left;
margin-right: 20px;
}
.sidebar .login-btn-wrap {
display: block;
}
.sidebar .login-btn-wrap .btn {
float: none;
margin-right: 0;
margin-bottom: 20px;
}
.sidebar .remember-wrap {
display: block;
}
.sidebar .widget {
margin-bottom: 40px;
} .w-contacts .contacts-icon {
max-width: 48px;
max-height: 48px;
}
.w-contacts {
display: block;
}
.w-contacts .contacts-title, .w-contacts .heading-title {
font-size: 30px;
margin-bottom: 20px;
}
.w-contacts .contacts-item {
margin-bottom: 30px;
}
@media (max-width: 768px) {
.w-contacts .contacts-item {
margin-bottom: 15px;
}
}
.w-contacts .contacts-item:last-child {
margin-bottom: 0;
}   .w-instagramm {
overflow: hidden;
}
.w-instagramm__a {
float: left;
text-align: center;
position: relative;
}
.w-instagramm__a a {
display: block;
}
.w-instagramm__a img {
width: 100%;
height: auto;
}
.w-instagramm-padding .w-instagramm__a {
padding: 5px;
}
.w-instagramm-padding .w-instagramm__wrap {
margin: 0 -5px;
}
.w-instagramm--1-col .w-instagramm__a {
width: 100%;
}
.w-instagramm--2-col .w-instagramm__a {
width: 50%;
}
.w-instagramm--3-col .w-instagramm__a {
width: 33.33%;
}
.w-instagramm--4-col .w-instagramm__a {
width: 25%;
}
.w-instagramm--5-col .w-instagramm__a {
width: 20%;
}
.w-instagramm--6-col .w-instagramm__a {
width: 16.66%;
}
.w-instagramm--7-col .w-instagramm__a {
width: 14.28%;
}
.w-instagramm--8-col .w-instagramm__a {
width: 12.5%;
}
.w-instagramm--9-col .w-instagramm__a {
width: 11.11%;
}
.w-instagramm--10-col .w-instagramm__a {
width: 10%;
} .btn {
cursor: pointer;
display: inline-block;
text-decoration: none;
padding: 22px 50px;
font-size: 15px;
text-transform: uppercase;
color: #fff;
border-radius: 50px;
position: relative;
transition: all .3s ease;
text-align: center;
}
@media (max-width: 768px) {
.btn {
padding: 15px 35px;
font-size: 13px;
}
}
.btn + .btn {
margin-left: 30px;
}
.btn img {
position: absolute;
left: 10px;
top: 10px;
}
.btn i {
margin-left: 10px;
font-size: 12px;
display: inline;
vertical-align: middle;
}
.btn span {
display: inline;
vertical-align: middle;
}
.btn:after {
display: block;
width: 100%;
height: 100%;
}
.btn:hover {
color: #fff;
}
.btn.icon-left i {
margin-left: 0;
margin-right: 10px;
}
.btn.c-primary:hover {
color: var(--primary-accent-color);
}
.post-edit-link {
cursor: pointer;
display: inline-block;
text-decoration: none;
padding: 1.25rem 2.5rem;
font-size: 15px;
font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #fff;
background-color: var(--primary-accent-color);
border-radius: 50px;
position: relative;
transition: all .3s ease;
text-align: center;
margin: 30px 0;
}
.post-edit-link:hover {
box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
color: #fff;
}
@media (max-width: 768px) {
.post-edit-link {
padding: 15px 35px;
font-size: 13px;
margin: 10px 0;
}
}
.page-builder-wrap .edit-link {
display: block;
text-align: center;
}
.crum-button.inline-block {
margin-bottom: 0;
}
@media (max-width: 480px) {
.crum-button.inline-block {
display: block !important;
width: 100% !important;
margin-bottom: 10px;
}
}
.crum-button.inline-block + .crum-button.inline-block {
margin-left: 30px;
}
@media (max-width: 480px) {
.crum-button.inline-block + .crum-button.inline-block {
margin-left: 0 !important;
}
}
.btn-small {
padding: 12px 35px;
text-transform: none;
font-size: 16px;
}
@media (max-width: 768px) {
.btn-small {
padding: 15px 25px;
font-size: 13px;
}
}
.btn-medium {
padding: 20px 30px;
}
@media (max-width: 768px) {
.btn-medium {
padding: 15px 25px;
font-size: 13px;
}
}
.btn-large {
padding: 25px 60px;
font-size: 18px;
}
@media (max-width: 768px) {
.btn-large {
padding: 17px 40px;
font-size: 13px;
}
}
.c-primary .semicircle:after {
border-color: var(--primary-accent-color);
}
.semicircle {
display: block;
position: absolute;
top: 12px;
left: 12px;
width: 18px;
height: 18px;
overflow: hidden;
}
@media (max-width: 768px) {
.semicircle {
top: 10px;
left: 10px;
width: 12px;
height: 12px;
}
}
.semicircle:after {
content: '';
display: block;
position: absolute;
width: 35px;
height: 35px;
border: 2px solid #fff;
border-radius: 100%;
}
@media (max-width: 768px) {
.semicircle:after {
width: 20px;
height: 20px;
border: 1px solid #fff;
}
}
.semicircle--right {
display: block;
position: absolute;
top: 12px;
right: 12px;
width: 18px;
height: 18px;
overflow: hidden;
}
.semicircle--right:after {
content: '';
display: block;
position: absolute;
width: 35px;
height: 35px;
border: 2px solid #fff;
border-radius: 100%;
right: 0;
}
.btn-hover-shadow:after {
content: "";
display: block;
width: 100%;
height: 100%;
border-radius: inherit;
left: 0;
top: 0;
position: absolute;
transition: all .3s ease;
} .btn--dark {
background-color: #2f2c2c;
}
.btn--dark:hover {
background-color: #3f3f3f;
}
.btn--dark:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset;
}
.btn--dark.btn-hover-shadow:hover {
background-color: #2f2c2c;
}
.btn--dark.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}
.btn--dark.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset;
}
.btn--dark.btn-border {
background-color: transparent;
color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
}
.btn--dark.btn-border .semicircle::after {
border-color: var(--primary-accent-color);
}
.btn--dark.btn-border:hover {
color: var(--primary-accent-color);
background-color: transparent;
}
.btn--white {
background-color: #fff;
color: #222;
}
.btn--white:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.1) inset;
}
.btn--white.btn-hover-shadow {
color: #222;
}
.btn--white.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(255, 255, 255, 0.2);
}
.btn--white.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.1) inset;
}
.btn--white.btn-border {
background-color: transparent;
color: #fff;
border-color: #fff;
}
.btn--white.btn-border .semicircle::after {
border-color: #fff;
}
.btn--white.btn-border:hover {
color: #fff;
background-color: transparent;
}
.btn--primary {
background-color: var(--primary-accent-color);
}
.btn--primary.btn-hover-shadow:hover {
box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
}
.btn--primary.btn-border {
background-color: transparent;
color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
}
.btn--primary.btn-border:hover {
background-color: transparent;
color: var(--primary-accent-color);
}
.btn--primary.btn-border .semicircle::after {
border-color: var(--primary-accent-color);
}
.btn--gray {
background-color: #ebebeb;
color: #2f2c2c;
}
.btn--gray:hover {
background-color: #f3f3f3;
}
.btn--gray:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--gray.btn-hover-shadow:hover {
background-color: #ebebeb;
}
.btn--gray.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.2);
}
.btn--gray.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--gray.btn-border {
background-color: transparent;
color: #ebebeb;
border-color: #ebebeb;
}
.btn--gray.btn-border .semicircle::after {
border-color: #ebebeb;
}
.btn--gray.btn-border:hover {
color: #ebebeb;
background-color: transparent;
}
.btn--blue {
background-color: #00adef;
}
.btn--blue:hover {
background-color: #00bff3;
}
.btn--blue:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--blue.btn-hover-shadow:hover {
background-color: #00adef;
}
.btn--blue.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(0, 191, 243, 0.2);
}
.btn--blue.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--blue.btn-border {
background-color: transparent;
color: #00adef;
border-color: #00adef;
}
.btn--blue.btn-border .semicircle::after {
border-color: #00adef;
}
.btn--blue.btn-border:hover {
color: #00adef;
background-color: transparent;
}
.btn--purple {
background-color: #6739b6;
}
.btn--purple:hover {
background-color: #7643cf;
}
.btn--purple:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--purple.btn-hover-shadow:hover {
background-color: #6739b6;
}
.btn--purple.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(118, 67, 207, 0.2);
}
.btn--purple.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--purple.btn-border {
background-color: transparent;
color: #6739b6;
border-color: #6739b6;
}
.btn--purple.btn-border .semicircle::after {
border-color: #6739b6;
}
.btn--purple.btn-border:hover {
color: #6739b6;
background-color: transparent;
}
.btn--breez:hover {
background-color: #55d5d3;
}
.btn--breez:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--breez.btn-hover-shadow:hover {
background-color: #4cc3c1;
}
.btn--breez.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(85, 213, 211, 0.2);
}
.btn--breez.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--breez.btn-border {
background-color: transparent;
color: var(--primary-accent-color);
border-color: var(--primary-accent-color);
}
.btn--breez.btn-border:hover {
background-color: transparent;
color: var(--primary-accent-color);
}
.btn--breez.btn-border .semicircle::after {
border-color: var(--primary-accent-color);
}
.btn--secondary {
background-color: var(--secondary-accent-color);
}
.btn--secondary:hover {
background-color: var(--secondary-accent-color);
}
.btn--secondary:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--secondary.btn-hover-shadow:hover {
background-color: var(--secondary-accent-color);
}
.btn--secondary.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(241, 91, 38, 0.2);
}
.btn--secondary.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--secondary.btn-border {
background-color: transparent;
color: var(--secondary-accent-color);
border-color: var(--secondary-accent-color);
}
.btn--secondary.btn-border .semicircle::after {
border-color: var(--secondary-accent-color);
}
.btn--secondary.btn-border:hover {
background-color: transparent;
color: var(--secondary-accent-color);
}
.btn--orange {
background-color: #fcaf3b;
}
.btn--orange:hover {
background-color: #ffc265;
}
.btn--orange:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--orange.btn-hover-shadow:hover {
background-color: #fcaf3b;
}
.btn--orange.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(255, 194, 101, 0.2);
}
.btn--orange.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--orange.btn-border {
background-color: transparent;
color: #fcaf3b;
border-color: #fcaf3b;
}
.btn--orange.btn-border .semicircle::after {
border-color: #fcaf3b;
}
.btn--orange.btn-border:hover {
color: #fcaf3b;
background-color: transparent;
}
.btn--yellow {
background-color: #fecb16;
}
.btn--yellow:hover {
background-color: #ffd21f;
}
.btn--yellow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--yellow.btn-hover-shadow:hover {
background-color: #FFD21F;
}
.btn--yellow.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(255, 210, 31, 0.2);
}
.btn--yellow.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--yellow.btn-border {
background-color: transparent;
color: #fecb16;
border-color: #fecb16;
}
.btn--yellow.btn-border .semicircle::after {
border-color: #fecb16;
}
.btn--yellow.btn-border:hover {
color: #fecb16;
background-color: transparent;
}
.btn--green {
background-color: #3cb879;
}
.btn--green:hover {
background-color: #46d68d;
}
.btn--green:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--green.btn-hover-shadow:hover {
background-color: #3cb879;
}
.btn--green.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(70, 214, 141, 0.2);
}
.btn--green.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--green.btn-border {
background-color: transparent;
color: #3cb879;
border-color: #3cb879;
}
.btn--green.btn-border .semicircle::after {
border-color: #3cb879;
}
.btn--green.btn-border:hover {
background-color: transparent;
color: #3cb879;
}
.btn--dark-gray {
background-color: #31364c;
}
.btn--dark-gray:hover {
background-color: #4a516e;
}
.btn--dark-gray:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-gray.btn-hover-shadow:hover {
background-color: #31364c;
}
.btn--dark-gray.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(74, 81, 110, 0.2);
}
.btn--dark-gray.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-gray.btn-border {
background-color: transparent;
color: #31364c;
border-color: #31364c;
}
.btn--dark-gray.btn-border .semicircle::after {
border-color: #31364c;
}
.btn--dark-gray.btn-border:hover {
color: #31364c;
background-color: transparent;
}
.btn--brown {
background-color: #c69c6c;
}
.btn--brown:hover {
background-color: #e4b47c;
}
.btn--brown:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--brown.btn-hover-shadow:hover {
background-color: #c69c6c;
}
.btn--brown.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(228, 180, 124, 0.2);
}
.btn--brown.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--brown.btn-border {
background-color: transparent;
color: #c69c6c;
border-color: #c69c6c;
}
.btn--brown.btn-border .semicircle::after {
border-color: #c69c6c;
}
.btn--brown.btn-border:hover {
color: #c69c6c;
background-color: transparent;
}
.btn--rose {
background-color: #e91d62;
}
.btn--rose:hover {
background-color: #ff528d;
}
.btn--rose:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--rose.btn-hover-shadow:hover {
background-color: #e91d62;
}
.btn--rose.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(255, 82, 141, 0.2);
}
.btn--rose.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--rose.btn-border {
background-color: transparent;
color: #e91d62;
border-color: #e91d62;
}
.btn--rose.btn-border .semicircle::after {
border-color: #e91d62;
}
.btn--rose.btn-border:hover {
color: #e91d62;
background-color: transparent;
}
.btn--violet {
background-color: #605ca9;
}
.btn--violet:hover {
background-color: #8a86d5;
}
.btn--violet:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--violet.btn-hover-shadow:hover {
background-color: #605ca9;
}
.btn--violet.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(138, 134, 213, 0.2);
}
.btn--violet.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--violet.btn-border {
background-color: transparent;
color: #605ca9;
border-color: #605ca9;
}
.btn--violet.btn-border .semicircle::after {
border-color: #605ca9;
}
.btn--violet.btn-border:hover {
color: #605ca9;
background-color: transparent;
}
.btn--olive {
background-color: #3e4d50;
}
.btn--olive:hover {
background-color: #576b6f;
}
.btn--olive:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--olive.btn-hover-shadow:hover {
background-color: #3e4d50;
}
.btn--olive.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(87, 107, 111, 0.2);
}
.btn--olive.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--olive.btn-border {
background-color: transparent;
color: #3e4d50;
border-color: #3e4d50;
}
.btn--olive.btn-border .semicircle::after {
border-color: #3e4d50;
}
.btn--olive.btn-border:hover {
color: #3e4d50;
background-color: transparent;
}
.btn--light-green {
background-color: #80be2d;
}
.btn--light-green:hover {
background-color: #8fd532;
}
.btn--light-green:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--light-green.btn-hover-shadow:hover {
background-color: #80be2d;
}
.btn--light-green.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(143, 213, 50, 0.2);
}
.btn--light-green.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--light-green.btn-border {
background-color: transparent;
color: #80be2d;
border-color: #80be2d;
}
.btn--light-green.btn-border .semicircle::after {
border-color: #80be2d;
}
.btn--light-green.btn-border:hover {
color: #80be2d;
background-color: transparent;
}
.btn--dark-blue {
background-color: #2e3192;
}
.btn--dark-blue:hover {
background-color: #4448c3;
}
.btn--dark-blue:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-blue.btn-hover-shadow:hover {
background-color: #2e3192;
}
.btn--dark-blue.btn-hover-shadow:hover:after {
box-shadow: 9px 9px 9px 0 rgba(68, 72, 195, 0.2);
}
.btn--dark-blue.btn-hover-shadow:active {
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-blue.btn-border {
background-color: transparent;
color: #2e3192;
border-color: #2e3192;
}
.btn--dark-blue.btn-border .semicircle::after {
border-color: #2e3192;
}
.btn--dark-blue.btn-border:hover {
color: #2e3192;
background-color: transparent;
} .back-to-top {
position: absolute;
z-index: 999;
width: 50px;
height: 50px;
display: block;
transition: all .3s ease;
bottom: 50px;
right: 50px;
cursor: pointer;
}
.back-to-top.with-bg {
padding: 10px;
border-radius: 100%;
}
.back-to-top svg {
max-width: 100%;
max-height: 100%;
fill: #222121;
stroke: currentColor;
}
.back-to-top svg:hover {
fill: var(--primary-accent-color);
}
@media (max-width: 980px) {
.back-to-top {
bottom: 0;
top: auto;
-webkit-transform: none;
transform: none;
}
}
.back-to-top.hidden {
opacity: 0;
}
.back-to-top-fixed {
position: fixed;
z-index: 999;
right: 30px;
bottom: 30px;
-webkit-transform: none;
transform: none;
opacity: 0;
visibility: hidden;
}
.btn-border {
border: 2px solid;
background-color: transparent;
}
.btn-border.btn-small {
padding: 10px 35px;
}
@media (max-width: 768px) {
.btn-border.btn-small {
padding: 15px 25px;
}
}
.btn-border.btn-medium {
padding: 18px 34px;
}
@media (max-width: 768px) {
.btn-border.btn-medium {
padding: 15px 25px;
}
}
.btn-border.btn-large {
padding: 23px 64px;
}
@media (max-width: 768px) {
.btn-border.btn-large {
padding: 17px 40px;
}
}
.btn-border:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.crumina-servises-item:hover > .btn {
background-color: #2f2c2c !important;
border-color: #2f2c2c !important;
color: #fff !important;
}
.crumina-servises-item:hover > .btn .semicircle:after {
border-color: #fff !important;
} .wp-block-button.is-style-squared a, .wp-block-button__link.wp-block-button.is-style-squared a {
border-radius: 2px;
}
.crumina-grid .wp-block-pullquote {
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
color: #595959;
margin-top: 1em;
margin-bottom: 1em;
}
.crumina-grid .wp-block-pullquote p::before {
display: none;
}
.crumina-grid .wp-block-image,
.crumina-grid .wp-block-embed-vimeo {
margin: 2em auto;
}
.crumina-grid .wp-block-gallery {
margin: 2em 1em;
list-style: none;
padding-left: 0;
}
.crumina-grid .wp-block-image figcaption,
.wp-block-gallery figcaption,
.wp-block-video figcaption {
margin: 10px 5px 10px;
margin-bottom: 0;
display: block;
font-size: 14px;
line-height: 1.5;
background-color: #ececec;
border-radius: 5px;
padding: 10px;
}
.crumina-grid .wp-block-separator {
border: none;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: medium;
border-bottom: 2px solid #8f98a1;
margin: 1.65em auto;
}
.crumina-grid .wp-block-separator:after {
display: block;
content: "";
clear: both;
}
.crumina-grid .wp-block-separator.is-style-dots {
border: none;
}
.crumina-grid .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
.crumina-grid .blog-post ul:not([class]) li + li {
margin-top: 8px;
}
.crumina-grid .wp-block-categories,
.crumina-grid .wp-block-archives,
.crumina-grid .wp-block-latest-posts,
.crumina-grid .wp-block-latest-posts {
list-style: none;
padding-left: 0;
}
.crumina-grid .wp-block-categories li,
.crumina-grid .wp-block-archives li,
.crumina-grid .wp-block-latest-posts li,
.crumina-grid .wp-block-latest-posts li {
list-style: none;
}
.crumina-grid .wp-block-categories li a,
.crumina-grid .wp-block-archives li a,
.crumina-grid .wp-block-latest-posts li a,
.crumina-grid .wp-block-latest-posts li a {
color: #2f2c2c;
}
.crumina-grid .wp-block-categories li a:hover,
.crumina-grid .wp-block-archives li a:hover,
.crumina-grid .wp-block-latest-posts li a:hover,
.crumina-grid .wp-block-latest-posts li a:hover {
color: var(--primary-accent-color);
}
.crumina-grid .wp-block-quote.is-large cite {
text-align: initial;
}
.crumina-grid .wp-block-quote.is-large cite,
.crumina-grid .wp-block-quote.is-large footer,
.crumina-grid .wp-block-quote.is-style-large cite,
.crumina-grid .wp-block-quote.is-style-large footer {
font-size: .9em;
text-align: initial;
}
.crumina-grid .wp-block-pullquote cite,
.crumina-grid .wp-block-quote cite {
margin-top: 10px;
}
.crumina-grid .wp-block-quote.is-large,
.crumina-grid .wp-block-quote.is-style-large {
margin: 3em 0;
padding: 15px 15px 15px 100px;
}
.crumina-grid figure.wp-block-audio {
margin: 1em 0;
}
.crumina-grid .wp-block-archives {
padding-left: 0;
}
.crumina-grid .wp-block-preformatted {
overflow: auto;
}
.crumina-grid .post .post__content ul.wp-block-archives li,
.crumina-grid .post .post__content ul.wp-block-categories li,
.crumina-grid .post .post__content ul.wp-block-latest-posts li {
list-style: none;
}
.crumina-grid .wp-block-latest-comments li:before {
display: none;
} @media (max-width: 640px) {
.crumina-grid .wp-block-quote.is-large,
.crumina-grid .wp-block-quote.is-style-large {
padding-left: 50px;
margin: 1em 0;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-pullquote p {
font-size: 16px;
}
.crumina-grid .wp-block-pullquote {
padding: 1em 0;
}
}  .crumina-our-vision {
position: relative;
overflow: hidden;
padding: 120px 0 215px;
}
.crumina-our-vision .elements {
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.crumina-our-vision .eye {
opacity: 0;
position: absolute;
left: 50%;
bottom: -100%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
} .crumina-your-score {
position: relative;
overflow: hidden;
}
.crumina-your-score .images img {
position: absolute;
opacity: 0;
}
.crumina-your-score .images img:first-of-type {
top: -100px;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}
.crumina-your-score .images img:nth-child(2) {
bottom: -100%;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}
.crumina-your-score .images img:last-of-type {
bottom: -100%;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
} .crumina-background-mountains {
position: relative;
overflow: hidden;
}
.crumina-background-mountains .images img {
position: absolute;
bottom: -100%;
left: 0;
opacity: 0;
min-width: 100%;
} .crumina-custom-image-bg {
position: relative;
overflow: hidden;
}
.crumina-custom-image-bg .images img {
left: 50%;
bottom: -300px;
position: absolute;
opacity: 0;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}
.crumina-custom-image-bg.t_c .images img {
left: 50%;
top: -300px;
bottom: auto;
position: absolute;
opacity: 0;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}
.crumina-custom-image-bg.c_c .images img {
left: 50%;
bottom: calc(50% - 300px);
position: absolute;
opacity: 0;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}