.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
}
.blog h2, .blog h1.h-sm {
font-family: Open Sans;
font-weight: 400;
font-size: 36px;
line-height: 40px!important;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
color: white;
font-size: 12px;
text-transform: uppercase;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
position: absolute;
background: rgba(0, 0, 0, 0.6);
line-height: 28px;
padding: 0 20px;
border-radius: 0;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
bottom: 0;
margin-top: 0;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
top: 50%;
margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
left: 50%;
margin-left: -6px;
}
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
}
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 1;
}
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.twentytwenty-before-label {
opacity: 1;
}
.twentytwenty-before-label:before {
content: attr(data-content);
}
.twentytwenty-after-label {
opacity: 1;
}
.twentytwenty-after-label:before {
content: attr(data-content);
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 0;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 0;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px;
}
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25;
}
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1;
}
.twentytwenty-before {
z-index: 20;
}
.twentytwenty-after {
z-index: 10;
}
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
z-index: 40;
cursor: pointer;
border: 3px solid transparent;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
}
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
}
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
}
.twentytwenty-left-arrow {
border-right: 6px solid #424242;
left: 50%;
margin-left: -17px;
opacity: 0;
}
.twentytwenty-right-arrow {
border-left: 6px solid #424242;
right: 50%;
margin-right: -17px;
opacity: 0;
}
.twentytwenty-up-arrow {
border-bottom: 6px solid #424242;
top: 50%;
margin-top: -17px;
opacity: 0;
}
.twentytwenty-down-arrow {
border-top: 6px solid #424242;
bottom: 50%;
margin-bottom: -17px;
opacity: 0;
}
.twentytwenty-wrapper:hover .twentytwenty-handle {
background: #fff;
border: 3px solid white;
}
.twentytwenty-wrapper:hover .twentytwenty-wrapper-down-arrow, .twentytwenty-wrapper:hover .twentytwenty-up-arrow, .twentytwenty-wrapper:hover .twentytwenty-left-arrow, .twentytwenty-wrapper:hover .twentytwenty-right-arrow {
opacity: 1;
}
.cleaning-demo-two .btn, .cleaning-demo-two .more-link {
display: inline-block!important;
}
.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
width: 100%!important;
}
@media (max-width: 991px){
.cleaning-demo-two p {
font-size: 15px!important;
line-height: 22px!important;
margin-bottom: 22px!important;
}
}
@media (max-width: 767px){
.faq-item .panel-title a {
font-size: 16px!important;
}
}
@media (max-width: 991px){
.cleaning-demo-two h4 {
font-size: 18px;
line-height: 28px!important;
}
.faq-item .panel-title a {
line-height: 28px!important;
}
}
.cleaning-about-company .text-center{
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 1024px){
.price-carousel-2 .slick-prev {
left: -40px;
}
.price-carousel-2 .slick-next {
right: -40px;
}
}
@media (max-width: 767px){
.price-carousel-2 .slick-prev {
left: -30px;
}
.price-carousel-2 .slick-next {
right: -30px;
}
}
@media (max-width: 480px) {
.services-list-row .col-xs-6 {
width: 100%;
}
.services-list-row .marker-list {
width: 200px;
margin-left: auto;
margin-right: auto;
}
}
.sub-service-btn .contact-info {
padding-right: 30px;
}
blockquote:before {
font-size: 120px;
line-height: 1em;
font-style: normal;
content: "“"!important;
position: absolute;
left: 20px;
top: -15px;
color: #c7d5e1;
}
.get-banner h2 + .btn {
margin: 0 0 0 55px;
vertical-align: middle;
}
.custom-headingfaq {
font-family: Open Sans;
font-weight: 400;
font-size: 36px;
line-height: 40px;
}
.person-img img {
border-radius: 50%;
max-width: 100%;
width: 100%;
}
.service-box-img img {
border-radius: 50%;
max-width: 100%;
width: 100%;
}
@media (max-width: 1199px){
[data-bg].hide-bg-md {
background-image: none !important;
}
.block.fullwidth-bg.inset-70.bg-bottom.bottom-null.hide-bg-md {
background-image: none!important;
}
}
@media (max-width: 991px){
.get-banner h2 + .btn {
margin: 20px 0 0;
clear: both;
}
}
@media (max-width: 767px){
.home-testimonials-text .testimonials-carousel {
padding-bottom: 85px;
padding-top: 10px;
background-image: -webkit-gradient(linear,left bottom,left top,from(#3e7fbb),to(#40a0e1));
background-image: -webkit-linear-gradient(bottom,#3e7fbb,#40a0e1);
background-image: -o-linear-gradient(bottom,#3e7fbb,#40a0e1);
background-image: linear-gradient(
0deg
,#3e7fbb,#40a0e1);
}
}
@media (max-width: 767px){
.home-testimonials-text {
background-size: 100% 100%;
background-position: center center;
}
}
@media (max-width: 767px){
.home-testimonials-text {
background-image: url(//beeqlean.se/wp-content/plugins/cleaning_services-core/elementor-addons/assets/images/testiminials-bg-mobile.jpg)!important;
}
}
@media (max-width: 767px) {
.home-testimonials-text {
padding: 40px 0 60px;
}
}
@media (max-width: 767px){
.home-testimonials-text .testimonials-carousel {
padding-bottom: 85px;
padding-top: 10px;
background-image: -webkit-gradient(linear,left bottom,left top,from(#3e7fbb),to(#40a0e1));
background-image: -webkit-linear-gradient(bottom,#3e7fbb,#40a0e1);
background-image: -o-linear-gradient(bottom,#3e7fbb,#40a0e1);
background-image: linear-gradient(
0deg
,#3e7fbb,#40a0e1);
}
}
footer.page-footer .page-footer-bot{
font-family: Open Sans;
font-weight: 400!important;
font-size: 16px;
line-height: 26px;
}
.block-testimonials-bg .testimonial-item{
position: relative;
text-align: center;
color: white;
}
.marker-list>li {
color: #677d8f!important;
}
.news-carousel .news-prw p{
font-weight: 400;
}.gwolle-gb {
clear: left;
position: relative;
}
.gwolle-gb .gwolle-gb-hide {
display: none;
}
.gwolle-gb .gwolle-gb-invisible {
visibility: hidden;
} .gwolle-gb-write-button {
margin: 20px 0 10px;
}
html body div.gwolle-gb div.gwolle-gb-write-button input[type="button"].button {
float: none; } .gwolle-gb form.gwolle-gb-write {
position: relative;
margin-top: 20px;
text-align: left;
}
html body div.gwolle-gb form.gwolle-gb-write button.gb-notice-dismiss {
position: absolute;
top: 0;
right: 0;
border: none;
border-radius: 2px;
margin: 0;
padding: 0;
cursor: pointer;
color: #fff;
background-color: #888;
display: inline-block;
speak: none;
line-height: 16px;
height: 16px;
width: 14px;
font-size: 11px;
text-align: center;
}
.gwolle-gb-float .label,
.gwolle-gb-float .input {
float: left;
}
div.gwolle-gb-write #loginform input {
display: block;
} .gwolle-gb .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
} body .gwolle_gb_content a,
body .gwolle-gb-content a {
box-shadow: none !important; border: 0;
} .gwolle-gb .gwolle_gb_submit_ajax_icon,
.gwolle-gb .gwolle-gb-submit-ajax-icon,
.gwolle-gb .gwolle_gb_addon_preview_ajax_icon,
.gwolle-gb .gwolle-gb-addon-preview-ajax-icon {
display: none;
background-image: url(//beeqlean.se/wp-content/plugins/gwolle-gb/frontend/images/loading.gif);
background-position: 4px 4px;
background-repeat: no-repeat;
margin-left: 10px;
padding: 13px 20px 13px 20px;
} .gwolle-gb .gwolle_gb_messages,
.gwolle-gb .gwolle-gb-messages {
border-left: 4px solid #7ad03a;
box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
padding: 1px 12px;
margin: 5px 0 15px;
}
.gwolle-gb .gwolle_gb_messages.error,
.gwolle-gb .gwolle-gb-messages.error {
border-left: 4px solid #dd3d36;
}
.gwolle-gb .error p, div.updated p {
margin: 0.5em 0;
padding: 2px;
}
.gwolle-gb form.gwolle-gb-write div.input.error,
.gwolle-gb form.gwolle-gb-write input.error,
.gwolle-gb form.gwolle-gb-write textarea.error {
border: 1px solid #dd3d36;
}
.gwolle-gb form.gwolle-gb-write input[type="checkbox"].error {
box-shadow: 1px 1px 0px 0px rgba(221,61,54,1);
}
.gwolle-gb div.label,
.gwolle-gb div.input {
vertical-align: top;
width: 80%;
}
.gwolle-gb .gwolle-gb-float div.label {
width: 35%;
}
.gwolle-gb .gwolle-gb-float div.input {
width: 50%;
border: 0px;
}
.gwolle-gb div.input input[type="text"],
.gwolle-gb div.input input[type="email"],
.gwolle-gb div.input input[type="url"],
.gwolle-gb div.input textarea,
.gwolle-gb div.input select {
width: 99%;
}
.gwolle-gb div.input textarea {
height: 150px;
}
.gwolle-gb .clearBoth {
clear: both;
} .gwolle-gb .page-navigation {
width: 100%;
text-align: right;
padding: 8px 0;
}
.gwolle-gb .page-navigation a,
.gwolle-gb .page-navigation span {
display: inline-block;
padding: 0px 6px;
margin-left: 0;
color: #555;
background-color: #fff;
border: 1px solid #efefef;
text-decoration: none;
box-shadow: none;
} .gwolle-gb .page-navigation a:hover,
.gwolle-gb .page-navigation span.current {
background: #eee;
color: #000;
opacity: 0.8;
border: 1px solid #ddd;
}
.gwolle-gb .page-navigation span.dots {
padding: 0px 3px;
color: #555;
} .gwolle-gb .page-navigation a:nth-child(2),
.gwolle-gb .page-navigation span:nth-child(2) {
border-radius: 3px 0 0 3px;
}
.gwolle-gb .page-navigation a:last-child,
.gwolle-gb .page-navigation span:last-child {
border-radius: 0 3px 3px 0;
} .gwolle-gb .gwolle-gb-read {
position: relative;
}
.gwolle-gb .admin-entry {
color: #333;
background-color: #e6e6e6;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
padding-left: 5px;
}
.gwolle-gb .admin-entry a {
color: #666;
}
.gwolle-gb .gb-entry {
position: relative;
border-top: 1px #ddd solid;
padding: 10px 0;
margin: 0;
clear: left;
}
.gwolle-gb .gwolle-gb-first {
border-width: 0px;
}
.gwolle-gb .gb-entry-count_0 {
border-bottom: 1px #ddd solid; }
.gwolle-gb .gb-entry .gb-author-info,
.gwolle-gb .gb-entry .gb-entry-content {
display: block;
}
.gwolle-gb .gb-entry .gb-author-info .gb-author-avatar {
margin: 0 0 8px 0;
}
.gwolle-gb .gb-entry .gb-author-info .gb-author-name {
padding-left: 10px;
font-weight: bold;
}
.gwolle-gb .gb-entry .gb-entry-content {
padding-left: 10px;
}
.gwolle-gb .gb-entry .gb-entry-content img {
max-width: 100%;
max-height: 700px;
display: inline-block;
}
.gwolle-gb .gb-entry .gb-highlight {
background-color: #ddff00;
} div.gb-metabox-handle {
position: absolute;
top: 0;
right: 0;
padding: 10px;
cursor: pointer;
font-weight: bold;
}
div.gb-metabox-handle:focus {
outline-color: currentColor;
outline-style: solid;
outline-width: thin;
}
div.gb-metabox {
display: none;
position: absolute;
top: 0;
right: 30px;
width: 200px;
box-sizing: border-box;
z-index: 10;
}
.gwolle-gb .gb-entry-count_1 div.gb-metabox {
border-top: 1px #ddd solid;
}
div.gb-metabox-line {
width: 100%;
padding: 2px 5px;
border-right: 1px #ddd solid;
border-bottom: 1px #ddd solid;
border-left: 1px #ddd solid;
background-color: #fff;
color: #333;
box-sizing: border-box;
clear: both;
}
div.gb-metabox-line a {
text-decoration: none;
box-shadow: none;
color: #222;
}
div.gb-metabox-line.gb-metabox-line-ajax {
display: none;
background-image: url(//beeqlean.se/wp-content/plugins/gwolle-gb/frontend/images/loading.gif);
background-position: 155px 2px;
background-repeat: no-repeat;
min-height: 34px;
}
div.gb-metabox-line.gb-social-media-share {
padding: 0;
}
div.gb-metabox-line.gb-social-media-share a {
float: left;
} .gwolle-gb .gb-entry-admin_reply,
.gwolle-gb .gb-entry-admin-reply {
margin: 10px 0 0 40px;
padding: 4px 10px 4px 10px;
border-left: 1px solid #ddd;
} .gwolle-gb .gwolle_gb_load_message,
.gwolle-gb .gwolle-gb-load-message {
display: none;
background-color: #eee;
background-image: url(//beeqlean.se/wp-content/plugins/gwolle-gb/frontend/images/loading.gif);
background-position: 10px 13px;
background-repeat: no-repeat;
border: 1px solid #333;
border-radius: 5px;
bottom: -72px;
color: #333;
font-weight: bold;
margin-left: 10px;
padding: 15px 20px 15px 52px;
position: absolute;
z-index: 5;
}
.gwolle-gb .gwolle_gb_end_message,
.gwolle-gb .gwolle-gb-end-message {
padding-left: 10px;
} li.gwolle_gb_widget,
li.gwolle-gb-widget {
border-bottom: 1px #ddd solid;
padding: 3px 0;
margin: 0;
}
p.gwolle_gb_link,
p.gwolle-gb-link {
padding: 3px 0;
} ul.gwolle_gb_widget_slider,
ul.gwolle-gb-widget-slider {
margin-left: 0;
}
ul.gwolle_gb_widget_slider .sss,
ul.gwolle-gb-widget-slider .sss {
height: 0;
margin: 0;
padding: 0;
position: relative;
display: block;
overflow: hidden;
}
ul.gwolle_gb_widget_slider li:first-child,
ul.gwolle-gb-widget-slider li:first-child,
li.gwolle_gb_widget.ssslide:first-child,
li.gwolle-gb-widget.ssslide:first-child {
display: inline-block;
}
ul.gwolle_gb_widget_slider li,
ul.gwolle-gb-widget-slider li {
display: none;
border-bottom: 0px solid #ddd;
}
li.gwolle_gb_widget.ssslide,
li.gwolle-gb-widget.ssslide {
width: 100%;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
display: none;
overflow: hidden;
} #wpadminbar #wp-admin-bar-gwolle-gb .ab-icon::before {
content: "";
top: 3px;
} .widget .gwolle-gb-float div.label,
.widget .gwolle-gb-float div.input,
.widget-area .gwolle-gb-float div.label,
.widget-area .gwolle-gb-float div.input {
float: none;
}
.widget .gwolle-gb div.label,
.widget-area .gwolle-gb div.label {
width: 100%;
}
.widget .gwolle-gb div.input,
.widget-area .gwolle-gb div.input {
width: 100%;
} @media only screen and (max-width: 820px) {
.gwolle-gb-float div.label,
.gwolle-gb-float div.input {
float: none;
}
.gwolle-gb .gwolle-gb-float div.label,
.gwolle-gb .gwolle-gb-float div.input,
.gwolle-gb div.label,
.gwolle-gb div.input {
width: 80%;
}
}
@media only screen and (max-width: 620px) {
.gwolle-gb-float div.label,
.gwolle-gb-float div.input {
float: none;
}
.gwolle-gb .gwolle-gb-float div.label,
.gwolle-gb .gwolle-gb-float div.input,
.gwolle-gb div.label,
.gwolle-gb div.input {
width: 100%;
}
} div.gwolle-gb-starrating-result {
position: absolute;
top: 0;
right: 30px;
width: 200px;
padding: 3px 6px;
box-sizing: border-box;
z-index: 5;
}
div.gb-social-media-share img {
float: left;
cursor: pointer;
} @media print {
.gwolle-gb .gwolle-gb-write-button,
.gwolle-gb .gwolle-gb-hide,
.gwolle-gb .gwolle-gb-invisible,
.gwolle-gb .gwolle-gb-write,
.gwolle-gb .page-navigation,
.gwolle-gb .gb-metabox-handle,
.gwolle-gb .gb-metabox {
display: none;
}
}