/**
 * 16.0 Unyson Page Builder
 */

/**
 * 16.1 Unyson Layout Elements
 */

/* unyson */

.is_unyson_page_builder {
    max-width: 100%;
}

.post-container.sleft .unyson_content,
.post-container.sright .unyson_content {
    padding-left: 0;
    padding-right: 0;
}
.unyson_fullwidth.fw-container-no .container {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

.fw-page-builder-content .container {
    max-width: 100%;
}

@media (min-width: 768px) {
    .post-container.snone .unyson_content {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .post-container.snone .unyson_content {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .post-container.snone .unyson_content {
        width: 1170px;
    }
}

.section-bg-image-cover {
    background-position: center center !important;
    background-size: cover !important;
}
.section-bg-image-cover-totop {
    background-position: top center !important;
    background-size: cover !important;
}
.section-bg-image-parallax {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

@media (max-width: 767px) {
    .section-bg-image-parallax {
        background-attachment: scroll !important;
    }
}

.section-dark-bg {}

/**
 * 16.2 Unyson Content Elements
 */

/*  - Accordion
    - Button
    - Calendar
    - Call To Action
    - Contact Form
    - Divider
    - Icon
    - Icon Box
    - Map
    - Notification
    - Special Heading
    - Table
    - Tabs
    - Team Member
    - Testimonials ( moved to 'handyman-fw-shortcode-testimonials')
    - Text Block
    - Widget Area   */

/* Accordion */

/* Button */

.fw-btn {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.75;
    /*height: 50px;*/
    /*border-radius: 25px;*/
    /*padding: 10px 30px;*/

    height: 62px; /* need for: three Icon Boxes before footer; see on /homepage-carpenter */
    border-radius: 40px;
    padding: 15px 27px;

    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    border: none;
    margin-bottom: 0;
    background-image: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    -webkit-appearance: initial;
}
.fw-btn span {
    display: block;
}
.fw-btn:hover,
.fw-btn:focus,
.fw-btn:active {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    opacity: 1;
}
.fw-btn i {
    margin: 0;
}

/* Button Style 1 */

.fw-btn-1 i.fa-arrow-right {
    display: none;
}
.fw-btn-1 {
    border-color: transparent;
    border-width: 0;
    font-family: inherit;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.75;
    font-weight: 700;
    /* btn colors */
    background-color: #292a2e;
    color: #ffffff;
}

.fw-btn-1:hover,
.fw-btn-1:focus {
    background-color: #e2001a;
    color: #ffffff;
}
.fw-btn-1.bt-style1 .fa-arrow-right {
    display: none;
}

.fw-btn-1.fw-btn-black {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.fw-btn-1.fw-btn-black:hover,
.fw-btn-1.fw-btn-black:focus {
    background-color: #e2001a;
    color: #ffffff;
}

.fw-btn-1.fw-btn-blue {
    background-color: #3c9beb;
    border-color: #3c9beb;
    color: #ffffff;
}

.fw-btn-1.fw-btn-green {
    background-color: #44ac48;
    border-color: #44ac48;
    color: #ffffff;
}

.fw-btn-1.fw-btn-red {
    background-color: #cb1e1b;
    border-color: #cb1e1b;
    color: #ffffff;
}

.fw-btn-1.fw-btn-blue:hover,
.fw-btn-1.fw-btn-blue:focus,
.fw-btn-1.fw-btn-green:hover,
.fw-btn-1.fw-btn-green:focus,
.fw-btn-1.fw-btn-red:hover,
.fw-btn-1.fw-btn-red:focus {
    background-color: #292a2e;
    color: #ffffff;
}

.fw-btn-1.fw-btn-black:active,
.fw-btn-1.fw-btn-blue:active,
.fw-btn-1.fw-btn-green:active,
.fw-btn-1.fw-btn-red:active {
    box-shadow: none;
}

/* Button Style 2 */

.fw-btn-1.bt-style2 {

}
.fw-btn-1.bt-style2 {
    /*background-color: #ECEDEF;*/
    /* see on: /hm-default/homepage-renovation/ */
    background-color: #DEDFE3;
    color: #292A2E;

    position: relative;
    padding-right: 95px;
    padding-left: 40px;

    line-height: 2.9;

}

.fw-btn-1.bt-style2 > span {
    letter-spacing: 3px;
}

input.fw-btn-1.bt-style2 +.fa-arrow-right,
.fw-btn-1.bt-style2 .fa-arrow-right {

    display: inline-block;
    position: absolute;
    top: 0;
    right: -1px;
    height: 62px;
    width: 60px;
    border-radius: 30px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.7;
    background-color: #292A2E;
    color: #ffffff;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-appearance: initial;

}
.fw-btn-1.bt-style2:hover {
    /*background-color: #ECEDEF !important;*/
    background-color: #DEDFE3 !important;
}
.fw-btn-1.bt-style2 .fa-arrow-right:hover {
    background-color: #e2001a;
}
.form-wrapper.contact-form div.fw-btn.fw-btn-1.bt-style2 {
    /*display:block;*/
    /*max-width: 290px;*/
    margin-top: 20px;
    cursor: default;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.form-wrapper.contact-form div.fw-btn.fw-btn-1.bt-style2 input{
    margin: 0;
    /* display: inline-block; */
    padding-right: 95px;
    padding-left: 40px;
     background: transparent;
    /* line-height: initial; */
    /* height: initial; */
    position: relative;
    /*width: 290px;*/
    height: 61px;
    /* top: -10px; */
    letter-spacing: 3px;
    color: #292A2E;
    z-index: 20;
}
.form-wrapper.contact-form div.fw-btn.fw-btn-1.bt-style2:hover .fa-arrow-right {
    background-color: #e2001a;
}

/* Calendar */
#cal-day-box .time-col,
#cal-day-box .cal-row-head .events-col {
    font-weight: 700;
    color: #292a2e;
}
.fw-shortcode-calendar-wrapper .page-header h3,
.btn-group button[data-calendar-nav] {
    color: #292a2e;
}
.cal-week-box .cal-day-today span[data-cal-date],
.cal-week-box .cal-day-today.event-day span[data-cal-date] {
    color: #292a2e;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
    font-weight: 700;
}
.cal-month-day.event-day {
    background: #e2001a;
}
.cal-day-today,
.cal-day-today.event-day {
    background-color: #999999;
}
.list-events {
    font-weight: 400;
}

.handyman .fw-shortcode-calendar-wrapper .page-header {
    background-color: transparent;
    margin-bottom: 15px;
}

.handyman .fw-shortcode-calendar-wrapper .page-header h3 {
    margin-top: 15px;
}

/* Call To Action */


.fw-call-to-action {
    padding: 60px 60px 30px 60px;
    border: 1px solid #292a2e;
    border-radius: 0;
    display: block;
    text-align: center;
}
.fw-call-to-action > div {
    display: block;
}
.fw-call-to-action .fw-action-content h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    color: #292a2e;
}
.fw-call-to-action .fw-action-content p {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    color: #e2001a;
}
.fw-call-to-action .fw-action-btn {
    margin: 0 0 -60px 0;
    padding: 0;
}
.fw-call-to-action .fw-action-btn a {
    width: auto;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    border: solid 1px #292a2e;
    background-color: #ffffff;
    color: #292a2e;
}
.fw-call-to-action .fw-action-btn a:hover {
    opacity: 1;
    background-color: #ffffff;
    color: #e2001a;
}
.fw-call-to-action .fw-btn span {}
.fw-call-to-action .fw-btn i {
    margin: 0;
    font-size: 24px;
    line-height: 60px;
}

.fw-call-to-action {}

.call-to-action-alt .fw-call-to-action {
    padding: 60px 60px 30px 60px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .call-to-action-alt .fw-call-to-action {
        padding: 30px 30px 30px 30px;
    }
}
.call-to-action-alt .fw-call-to-action > div {
    display: block;
}
.call-to-action-alt .fw-call-to-action .fw-action-content h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    color: #ffffff;
}
.call-to-action-alt .fw-action-content p {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    color: #e2001a;
}
.call-to-action-alt .fw-call-to-action .fw-action-btn {
    margin: 0 0 -60px 0;
    padding: 0;
}
.call-to-action-alt .fw-call-to-action .fw-action-btn a {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 0;
    border: none;
    text-align: center;
    background-color: #ffffff;
    color: #292a2e;
}
.call-to-action-alt .fw-call-to-action .fw-action-btn a:hover {
    opacity: 1;
    background-color: #ffffff;
    color: #e2001a;
}
.call-to-action-alt .fw-btn span {}
.call-to-action-alt .fw-btn i {
    margin: 0;
    font-size: 24px;
    line-height: 60px;
}

/* Contact Form */
.wrap-forms,
.wrap-forms input,
.wrap-forms textarea {
    text-align: center;
}
.wrap-forms .header.title {
    background: transparent;
    height: auto;
    text-align: center;
    z-index: 1;
}
.wrap-forms .header.title h2 + p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.0715;
    margin-top: -30px;
}
.wrap-forms label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1429;
    margin-bottom: 0;
    color: #292a2e;
}
.wrap-forms label.--hide {
    display: none;
}
.wrap-forms .field-text,
.wrap-forms .field-gap,
.wrap-forms .field-textarea,
.wrap-forms .field-select,
.wrap-forms .field-upload,
.wrap-forms .field-date,
.wrap-forms .field-time,
.wrap-forms .field-multiple,
.wrap-forms .field-rating,
.wrap-forms .field-table {
    margin-bottom: 10px;
}
.wrap-forms .field-select.select-styled {
    padding-left: 60px;
    padding-right: 60px;
}

.wrap-forms .field-text input + p,
.wrap-forms .field-select select + p,
.wrap-forms .field-select .bootstrap-select + p,
.wrap-forms .field-textarea textarea + p {
    margin-bottom: 0;
}
.wrap-forms .field-text input + p em,
.wrap-forms .field-select select + p em,
.wrap-forms .field-select .bootstrap-select + p em,
.wrap-forms .field-textarea textarea + p em {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
}
.form-wrapper input[type="submit"],
.fw_form_fw_form input[type="submit"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/* checkbox / radio */
.wrap-forms .custom-checkbox input,
.wrap-forms .custom-radio input {
    margin-top: -2px;
}

/* input / select / textarea */
.wrap-forms .btn-group.bootstrap-select {
    margin-bottom: 0;
}
.wrap-forms .btn.dropdown-toggle.selectpicker.btn-default {
    margin-top: 0;
}
.wrap-forms input,
.wrap-forms select {
    height: auto;
}
.wrap-forms input,
.wrap-forms select,
.wrap-forms textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1429;
}

.wrap-forms input[type="text"],
.wrap-forms input[type="email"],
.wrap-forms input[type="url"],
.wrap-forms input[type="password"],
.wrap-forms input[type="search"],
.wrap-forms select,
.wrap-forms textarea {
    border-color: #d4d5d7;
    background-color: #ecedef;
    color: #999999;
    padding: 9px 19px;
    width: 100%;
}

.contact-form.cf-type3 .wrap-forms input[type="text"],
.contact-form.cf-type3 .wrap-forms input[type="email"],
.contact-form.cf-type3 .wrap-forms input[type="url"],
.contact-form.cf-type3 .wrap-forms input[type="password"],
.contact-form.cf-type3 .wrap-forms input[type="search"],
.contact-form.cf-type3 .wrap-forms select,
.contact-form.cf-type3 .wrap-forms textarea {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #999999;
}

.contact-form.cf-type3 .wrap-forms input[type="text"]:focus,
.contact-form.cf-type3 .wrap-forms input[type="email"]:focus,
.contact-form.cf-type3 .wrap-forms input[type="url"]:focus,
.contact-form.cf-type3 .wrap-forms input[type="password"]:focus,
.contact-form.cf-type3 .wrap-forms input[type="search"]:focus,
.contact-form.cf-type3 .wrap-forms select:focus,
.contact-form.cf-type3 .wrap-forms textarea:focus {
    border-color: #999999;
}

/* contact form alter 2 */
.contact-form.cf-type2 {
    background-color: #ffffff;
    padding-bottom: 60px;
}
@media (max-width: 768px) {
    .contact-form.cf-type2 {
        background-color: #ffffff;
        padding-bottom: 30px;
    }
}
.contact-form.cf-type2 .field-text,
.contact-form.cf-type2 .field-textarea {
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 768px) {
    .contact-form.cf-type2 .field-text,
    .contact-form.cf-type2 .field-textarea {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.contact-form.cf-type2 .wrap-forms .header.title {
    padding: 30px 30px 15px 30px;
    background-color: #e2001a;
    color: #ffffff;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .contact-form.cf-type2 .wrap-forms .header.title {
        margin-bottom: 30px;
    }
}
.contact-form.cf-type2 .wrap-forms .header.title h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: #ffffff;
}

.contact-form.cf-type2 .wrap-forms input[type="text"],
.contact-form.cf-type2 .wrap-forms input[type="email"],
.contact-form.cf-type2 .wrap-forms input[type="url"],
.contact-form.cf-type2 .wrap-forms input[type="password"],
.contact-form.cf-type2 .wrap-forms input[type="search"],
.contact-form.cf-type2 .wrap-forms select,
.contact-form.cf-type2 .wrap-forms textarea {
    border-color: #eaeaea;
    background-color: #ffffff;
    color: #999999;
}

.contact-form.cf-type2 .wrap-forms input[type="text"]:focus,
.contact-form.cf-type2 .wrap-forms input[type="email"]:focus,
.contact-form.cf-type2 .wrap-forms input[type="url"]:focus,
.contact-form.cf-type2 .wrap-forms input[type="password"]:focus,
.contact-form.cf-type2 .wrap-forms input[type="search"]:focus,
.contact-form.cf-type2 .wrap-forms select:focus,
.contact-form.cf-type2 .wrap-forms textarea:focus {
    border-color: #999999;
}

@media screen and (min-width: 46.25em) {

}
@media screen and (min-width: 55em) {

}
@media screen and (min-width: 59.6875em) {

}
@media screen and (min-width: 68.75em) {

}
@media screen and (min-width: 77.5em) {

}

/* placeholders */
.wrap-forms input:-moz-placeholder,
.wrap-forms textarea:-moz-placeholder{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit;
    font-style: inherit;
}
.wrap-forms input::-moz-placeholder,
.wrap-forms textarea::-moz-placeholder{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit;
    font-style: inherit;
}
.wrap-forms input:-ms-input-placeholder,
.wrap-forms textarea:-ms-input-placeholder{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit;
    font-style: inherit;
}
.wrap-forms input::-webkit-input-placeholder,
.wrap-forms textarea::-webkit-input-placeholder{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit;
    font-style: inherit;
}
.wrap-forms input:focus::-webkit-input-placeholder {
    color: inherit;
}
.wrap-forms textarea:focus::-webkit-input-placeholder {
    color: inherit;
}

/* Icon */

.fw-icon i {
    color: #e2001a;
}

/* Icon Box */
/* (Services) */

.fw-iconbox {
    padding: 0;
}
.fw-iconbox .fw-iconbox-title h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
}
.fw-iconbox .fw-iconbox-text {
    padding: 0;
}
.fw-iconbox-2 .fw-iconbox-image {
    float: left;
    width: 40px;
    font-size: 40px;
    border-radius: 20px;
    text-align: center;
    background-color: #e2001a;
}
.fw-iconbox-2 .fw-iconbox-image .fa {
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
}
.fw-iconbox-2 .fw-iconbox-aside {
    overflow: hidden;
    margin-left: 60px;
}
.fw-iconbox-2 + .fw-divider-line > hr {
    margin-top: 10px;
    margin-bottom: 14px;
    background-color: #d4d5d7;
}

.fw-iconbox-1, .fw-iconbox-2, .fw-iconbox-3 {
    padding: 40px;
    background-color: #ffffff;

    /* see: demo-content page /hm-paint/services (need for it) */
    /* see: demo-default front page / (does'nt need for it) */
    /*float: initial;*/

}
.fw-iconbox-1.ib-type3,
.fw-iconbox-2.ib-type3,
.fw-iconbox-3.ib-type3 {
    padding: 40px;
    background-color: #ffffff;
}
.fw-iconbox-1 .fw-iconbox-title h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
}

.fw-iconbox-1.ib-type3 .fw-iconbox-title h3 {
    margin-bottom: 30px;
}

.fw-iconbox-1 .fw-iconbox-image {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-bottom: 30px;

    background-color: #e2001a;
    /* need for: three Icon Boxes before footer; see on /homepage-carpenter */
    /*background-color: transparent !important;*/

    color: #ffffff;
    /* need for: three Icon Boxes before footer; see on /homepage-carpenter */
    /*color: #e2001a;*/
}
.fw-iconbox-1.ib-type3 .fw-iconbox-image {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-bottom: 30px;

    background-color: #e2001a;
    color: #ffffff;
}
.fw-iconbox-1 .fw-iconbox-image .fa {
    font-size: 40px;
    line-height: 80px;
}
.fw-iconbox-1.ib-type3 .fw-iconbox-image .fa {
    font-size: 40px;
    line-height: 80px;
}

.fw-iconbox-1.ib-type2,
.fw-iconbox-2.ib-type2,
.fw-iconbox-3.ib-type2 {
    background: transparent;
    padding: 0;
}
.fw-iconbox-1.ib-type2 .fw-iconbox-image {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-bottom: 15px;

    /* need for: three Icon Boxes before footer; see on /homepage-carpenter */

    background-color: #e2001a;
    /*background-color: transparent !important;*/

    color: #ffffff;
    /*color: #e2001a;*/
}
.fw-iconbox-1.ib-type2 .fw-iconbox-image .fa {

    /* dont need for: three Icon Boxes before footer; see on /homepage-carpenter */
    /* and need: see: Icon Boxes on /homepage-roofer/ */
    font-size: 30px;
    line-height: 60px;
}
.fw-iconbox-1.ib-type2 .fw-iconbox-title h3 {
    margin-bottom: 15px;
}


/* Icon box style 3 */

.fw-iconbox-3 {
    text-align: center;
}
.fw-iconbox-3 .fw-iconbox-image {
    float: none;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    background-color: transparent !important;
    color: #e2001a;
}
.fw-iconbox-3 .fw-iconbox-image .fa {
    font-size: 40px;
    line-height: 60px;
}

.fw-iconbox-3 .fw-iconbox-image img {
    border-radius: 5px;
}
.fw-iconbox-3 .fw-iconbox-title h3 {
    margin-top: 0.6em;
}
.fw-iconbox-3.bg-on .fw-iconbox-image {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #5bcc92;
    color: #fff;
}
.fw-iconbox-3.icon-circle .fw-iconbox-image {
    border-radius: 50%;
}
.fw-iconbox-3.icon-circle .fw-iconbox-image img {
    border-radius: 50%;
}

/* Section Info boxes */

.section-info-box .fw-row > div {
    padding: 0;
}

@media (max-width: 1199px) {

    .section-info-box .fw-row > div {
        width: 50%;
    }

}

@media (max-width: 768px) {

    .section-info-box .fw-row > div {
        width: 100%;
    }

}

.section-info-box .fw-iconbox-1 {
    padding: 60px 40px;
}
.section-info-box .fw-iconbox-1 .fw-iconbox-image {
    height: auto;
    background-color: transparent;
    color: #e2001a;
}

.section-info-box .fw-iconbox-1 .fw-iconbox-image .fa {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
}

.section-info-box .fw-iconbox-1 {
    background-color: transparent;
}

.section-info-box .fw-iconbox-1 .fw-iconbox-title h3 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.125;
    margin-bottom: 0;
    color: #ffffff;
}

.section-info-box .fw-iconbox-1 .fw-iconbox-text p {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
}

.section-info-box .fw-iconbox-1:hover {
    background-color: rgba(226, 0, 26, 0.5);
}

.section-info-box .fw-iconbox-1:hover .fw-iconbox-image .fa {
    color: #292a2e;
}

/* services alter */

.section-services-alt .fw-heading {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.section-services-alt .fw-row {
    overflow: hidden;
}
@media (min-width: 1200px) {
    .section-services-alt .fw-row .fw-col-sm-3 {
        border-top: solid 1px rgba(255, 255, 255, 0.1);
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        margin-top: -1px;
        min-height: 202px;
    }
    .section-services-alt .fw-row:nth-child(even) .fw-col-sm-3 {
        margin-bottom: -1px;
    }
    .section-services-alt .fw-row:nth-child(odd) .fw-col-sm-3 {}
    .section-services-alt .fw-row .fw-col-sm-3 + .fw-col-sm-3 {
        border-left: solid 1px rgba(255, 255, 255, 0.1);
    }
}
.section-services-alt .fw-heading-h1.fw-heading-w-subtitle .fw-special-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    color: #ffffff;
}
.section-services-alt .fw-iconbox-1 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
}
.section-services-alt .fw-iconbox-1 .fw-iconbox-image {
    margin-bottom: 15px;
    background-color: transparent;
}
.section-services-alt .fw-iconbox-1 .fw-iconbox-image .fa {
    color: #e2001a;
}
.section-services-alt .fw-iconbox-1 .fw-iconbox-title h3 {
    margin-bottom: 15px;
    color: #ffffff;
}

.section-services-alt .fw-iconbox-1:hover .fw-iconbox-image .fa {
    color: #ffffff !important;
}
.section-services-alt .fw-iconbox-1:hover .fw-iconbox-title h3 {
    color: #e2001a;
}

.section-services-alt a .fw-iconbox-aside div.fw-iconbox-text > p {
    color: #999999;
}
.section-services-alt a:hover .fw-iconbox-aside div.fw-iconbox-text > p {
    color: #e5e5e5;
}
.section-services-alt .fw-iconbox-1:hover .fw-iconbox-text p {
    color: #e5e5e5;
}

.section-services-alt .fw-iconbox-1 .fw-iconbox-image .fa,
.section-services-alt .fw-iconbox-1 .fw-iconbox-title h3,
.section-services-alt .fw-iconbox-1:hover .fw-iconbox-image .fa,
.section-services-alt .fw-iconbox-1:hover .fw-iconbox-title h3 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Map */

/* Divider */

/* Predefined */

.fw-divider-space.space-05x {margin-top: 15px;}
.fw-divider-space.space-10x {margin-top: 30px;}
.fw-divider-space.space-15x {margin-top: 30px;}
.fw-divider-space.space-20x {margin-top: 30px;}
.fw-divider-space.space-25x {margin-top: 30px;}
.fw-divider-space.space-30x {margin-top: 45px;}
.fw-divider-space.space-40x {margin-top: 45px;}

@media (min-width: 768px) {

    .fw-divider-space.space-05x {margin-top: 15px;}
    .fw-divider-space.space-10x {margin-top: 30px;}
    .fw-divider-space.space-15x {margin-top: 30px;}
    .fw-divider-space.space-20x {margin-top: 30px;}
    .fw-divider-space.space-25x {margin-top: 30px;}
    .fw-divider-space.space-30x {margin-top: 60px;}
    .fw-divider-space.space-40x {margin-top: 60px;}

}

@media (min-width: 768px) {

    .fw-divider-space.space-05x {margin-top: 15px;}
    .fw-divider-space.space-10x {margin-top: 30px;}
    .fw-divider-space.space-15x {margin-top: 30px;}
    .fw-divider-space.space-20x {margin-top: 45px;}
    .fw-divider-space.space-25x {margin-top: 45px;}
    .fw-divider-space.space-30x {margin-top: 60px;}
    .fw-divider-space.space-40x {margin-top: 75px;}

}

@media (min-width: 1024px) {

    .fw-divider-space.space-05x {margin-top: 15px;}
    .fw-divider-space.space-10x {margin-top: 30px;}
    .fw-divider-space.space-15x {margin-top: 45px;}
    .fw-divider-space.space-20x {margin-top: 60px;}
    .fw-divider-space.space-25x {margin-top: 60px;}
    .fw-divider-space.space-30x {margin-top: 75px;}
    .fw-divider-space.space-40x {margin-top: 90px;}

}

@media (min-width: 1200px) {

    .fw-divider-space.space-05x {margin-top: 15px;}
    .fw-divider-space.space-10x {margin-top: 30px;}
    .fw-divider-space.space-15x {margin-top: 45px;}
    .fw-divider-space.space-20x {margin-top: 60px;}
    .fw-divider-space.space-25x {margin-top: 75px;}
    .fw-divider-space.space-30x {margin-top: 90px;}
    .fw-divider-space.space-40x {margin-top: 120px;}

}

/* Notification */
.fw-alert {
    border-radius: 0;
}

/* Special Heading */

.fw-heading {
    margin-bottom: 30px;
}
.fw-heading.fw-heading-w-subtitle {
    margin-bottom: 30px;
}
.fw-heading.fw-heading-w-subtitle .fw-special-title {
    margin-bottom: 0;
}
.fw-special-subtitle {
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
}

.fw-heading a,
.fw-special-subtitle a {
    color: inherit;
}

/* see Special Heading on FrontPage */
.fw-heading.fw-heading-w-subtitle a {
    color: #e2001a;
}
.fw-heading.fw-heading-w-subtitle a:hover {
    color: #292a2e;
}

.fw-heading-h1 {
    margin-bottom: 30px;
}
.fw-heading-h1.fw-heading-w-subtitle {
    margin-bottom: 30px;
}
.fw-heading-h1.fw-heading-w-subtitle .fw-special-title {
    margin-bottom: 0;
}
.fw-heading-h1 .fw-special-subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

/* Table */
.fw-package {
    border-bottom: none;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.fw-package .fw-heading-row {
    background-color: transparent;
    /*color: #292a2e;*/
    color: #999999;
}
.fw-package .fw-heading-row span {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding: 30px;
    border-bottom: none;
}
.fw-package .fw-heading-row span span {
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    margin-bottom: -15px;
    color: #999999;
}
.fw-package .fw-pricing-row,
.fw-package:hover {
    min-height: 120px;
    background-color: #292a2e;
}
.fw-package .fw-pricing-row + .fw-default-row {
    margin-top: 30px;
}
.fw-package .fw-pricing-row span {
    display: inline-block;
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    padding: 30px 0 15px 0;
    color: #e2001a;
}
.highlight-col .fw-package .fw-pricing-row span {
    color: #292a2e;
}
.fw-package .fw-pricing-row small {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
}
.fw-pricing .fw-package-wrap.highlight-col .fw-heading-row {
    background-color: #ffffff;
}
.fw-pricing .fw-package-wrap.highlight-col .fw-pricing-row {
    background: #e2001a;
}

.fw-package .fw-default-row {
    margin: 0 60px;
    padding: 10px 0;
}

@media (max-width: 768px) {

    .fw-package .fw-default-row {
        margin: 0 30px;
    }

}

.fw-package .fw-default-row + .fw-default-row {
    border-top: solid 1px #f2f2f2;
    border-top-color: #999999;
}
.fw-package .fw-button-row {
    padding-bottom: 60px;
}
@media (max-width: 768px) {

    .fw-package .fw-button-row {
        padding-bottom: 30px;
    }

}
.fw-pricing .fw-price-icon-no:before {
    color: #e2001a;
}
.fw-pricing .fw-price-icon-yes:before {
    color: #e2001a;
}
.fw-pricing .fw-btn {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.5;
    padding: 15px 20px;
    text-transform: uppercase;
    border-radius: 30px;
    height: 60px;
    min-width: 60px;
    text-align: center;
    border: none;
    cursor: pointer;
    opacity: 1;
    -webkit-appearance: initial;
    background-color: #292a2e;
    color: #ffffff;
}
.fw-pricing .fw-btn:hover,
.fw-pricing .fw-btn:focus {
    background-color: #292a2e;
}
.fw-pricing .fw-btn i {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}
.fw-pricing .fw-btn {
    background-color: #e2001a;
}
.fw-pricing .fw-btn.fw-btn-black {
    background-color: #292a2e;
}
.fw-pricing .fw-btn.fw-btn-blue {
    background-color: #73c0dd;
}
.fw-pricing .fw-btn.fw-btn-green {
    background-color: #51ba91;
}
.fw-pricing .fw-btn.fw-btn-red {
    background-color: #e2001a;
}

/* Tabs */

.fw-accordion {
    border: none;
    margin-top: -10px;
}
.fw-accordion .fw-accordion-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1429;
    margin-top: 10px;
    padding: 5px 50px 5px 30px;
    border: none;
    border-radius: 20px;
    background-color: #ffffff;
    color: #292a2e;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fw-accordion .fw-accordion-title.ui-state-active {
    background-color: #292a2e;
    color: #ffffff;
}

.fw-accordion .fw-accordion-content {
    padding-top: 20px;
    padding-bottom: 10px;
}
.fw-accordion .fw-accordion-content > p {
    padding: 0 30px 0 30px;
}
.fw-accordion .fw-accordion-content .widget {
    padding: 0 30px 0 30px;
}
.fw-accordion .fw-accordion-title.ui-state-active .ui-icon,
.fw-accordion .fw-accordion-title .ui-icon {
    background: none;
    position: absolute;
    top: 0;
    right: -1px;
    left: auto;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    background-color: #e2001a;
}
.fw-accordion .fw-accordion-title.ui-state-active .ui-icon:before,
.fw-accordion .fw-accordion-title .ui-icon:before {
    content: '';
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}
.fw-accordion .fw-accordion-title.ui-state-active .ui-icon:before {content: '\f062'}
.fw-accordion .fw-accordion-title .ui-icon:before {content: '\f063'}

/* Team Member */
.fw-team .fw-team-image {
    margin-bottom: 30px;
}
.fw-team .fw-team-name {
    margin-bottom: 15px;
}
.fw-team .fw-team-name h3 {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
}
.fw-team .fw-team-name span {}

/* Text Block */

/* Widget Area */

/**
 * 16.3 Unyson Media Elements
 */

/* For preview */
.unyson--preview-layout .fw-row > div {
    text-align: center !important;
}
.unyson--preview-layout .fw-row > div p {
    border: solid 1px #e3e3e3 !important;
    line-height: 60px !important;
    margin-bottom: 30px !important;
}

/**
 * 16.4 Unyson Mega Menu Extension
 */

.menu-strip a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    position: relative;
    font-size: 16px;
    line-height: 0;
    margin-right: 5px;
    top: 2px;
    font-weight: 100;
    display: inline-block;
    width: 1em;
    text-align: center;
}

/* Mega Menu */

@media screen and (min-width: 783px) {

    .main-nav .menu li .mega-menu a,
    .main-nav .menu li .mega-menu a:hover {
        padding: 0;
        background-color: transparent;
    }
    .menu-strip .menu li li.menu-item-has-children > a:hover,
    .menu-strip .menu li li.page_item_has_children > a:hover {
        background-color: transparent;
    }
    .menu-strip .mega-menu .menu-item {
        float: none;
    }
    .menu-strip .mega-menu .menu-item + .menu-item {
        margin-top: 15px;
    }
    .menu-strip ul .mega-menu ul {
        position: static;
        float: none;
        opacity: 1;
        visibility: visible;
    }
    .menu-strip .menu-item-has-mega-menu {
        position: relative;
    }
    .menu-strip ul .menu-item-has-mega-menu ul,
    .menu-strip ul .menu-item-has-mega-menu:hover ul {
        transform:translate(0px, 0px);
        -moz-transform:translate(0px, 0px);
        -webkit-transform:translate(0px, 0px);
    }
    .menu-strip .mega-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background: #292a2e;
        z-index: 10;
    }
    .menu-strip .mega-menu ul {
        background: none;
    }
    .menu-strip .mega-menu a {
        padding: 0;
        display: inline;
        position: relative;
        line-height: 22px;
        text-transform: none;
    }
    #masthead .menu-strip .mega-menu .current-menu-item a {
        font-weight: normal;
        color: #818181;
    }
    .menu-strip .mega-menu a:hover,
    .menu-strip .mega-menu a:focus {
        text-decoration: underline;
    }

    .menu-strip .mega-menu p {
        margin: 0 0 1em 0;
    }

    .menu-strip .mega-menu a:before {
        top: -2px;
        line-height: 22px;
        text-decoration: none;
    }
    .menu-strip .mega-menu a:after {
        display: none !important;
    }
    .menu-strip .mega-menu li,
    .menu-strip .mega-menu li:hover {
        background: none;
    }
    .menu-strip .menu-item-has-mega-menu:hover .mega-menu {
        display: block;
    }
    .menu-strip .mega-menu .menu-item {
        color: #ffffff;
        text-transform: none;
        font-size: 13px;
        line-height: 20px;
    }

    /* row */
    .main-nav .menu li ul.mega-menu-row,
    .menu-strip .mega-menu-row {
        width: 100%;
        display: table;
        table-layout: fixed;
        padding: 30px 0;
    }
    .menu-strip .mega-menu-row {
        border-top: 1px solid #818181;
    }
    .menu-strip .mega-menu-row:first-child {
        border-top: none;
    }

    /* column */
    .menu-strip .mega-menu-col {
        display: table-cell;
        width: 1px;
        padding: 0 30px;
        border-left: 1px solid #818181;
    }
    .menu-strip .mega-menu-col:first-child {
        border-left: none;
    }
    .menu-strip .mega-menu-col > a {
        display: inline-block;
        width: auto !important;
        padding: 0 !important;
        font-size: 19px;
        margin-top: 5px;
        margin-bottom: 15px;
        text-transform: none;
    }
    .menu-strip .mega-menu-col > a:before {
        top: 2px;
    }

    /* column sub-menus */
    .menu-strip .mega-menu-col .sub-menu .sub-menu {
        padding-left: 27px;
    }
    .menu-strip .mega-menu-row .sub-menu-has-icons {
        padding-left: 27px;
    }
    .menu-strip .mega-menu-row .menu-item-has-icon > p {
        margin-left: -27px;
    }
    .menu-strip .mega-menu-row .sub-menu-has-icons a:before,
    .menu-strip .mega-menu-row > .menu-item-has-icon > a:before {
        position: absolute;
        left: -27px;
        width: 18px;
        text-align: center;
        margin: 0;
        top: 0;
    }
    .menu-strip .mega-menu-row > .menu-item-has-icon > a {
        margin-top: 0;
        left: 27px;
    }
    .menu-strip .mega-menu li:hover a {
        background: none;
    }
    .menu-strip .mega-menu-col p + .sub-menu {
        margin-top: 12px;
    }
    .menu-strip .mega-menu-col .sub-menu div {
        margin-top: 15px;
    }

}

/**
 * 16.5 Unyson Sliders Extension
 */

/* bxslider */
.site-main .bx-wrapper .bx-viewport {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.site-main .bx-wrapper .bx-controls-direction a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.site-main .bx-wrapper .bx-pager {
    bottom: 0;
}

/* nivoSlider */
.site-main .theme-default .nivoSlider {
    margin-bottom: 0;
}
.theme-default .nivoSlider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* sliders wrapper */
.site-main .owl-carousel,
.site-main .wrap-nivoslider.theme-default,
.site-main .bx-wrapper {
    margin: 0 auto 0;
}

/* Partners Row */
.partners-row img {
    margin: 0 auto;
}
.partners-row a img {
    opacity: 0.23;
}
.partners-row a:hover img {
    opacity: 1;
}

@media screen and (max-width: 1023px) {
    .partners-row .fw-col-xs-12 {
        float: left;
        width: 33.3333%;
    }
}

@media screen and (max-width: 767px) {
    .partners-row .fw-col-xs-12 {
        float: left;
        width: 50%;
    }
}


/**
 * Other demo-content styles
 */
 
/* need for fronpage /homepage-renovation/ (first time was added for 'Pool') */
/* see block '25 Years of Experience' */
.section-dark-bg .fw-iconbox.clearfix.fw-iconbox-2.ib-type1 h3 {
  color: #292a2e; /* fix color: need dark title color when Icon Box has Boxed Style. */
}

/**
 * Page Builder: Section: 'Custom Classes' field
 */

/**
 * added for demo-content 'Pool Services' 
 */

/* .section-images-grid */
/* need for 'SERVICE LOCATIONS' block on frontpage */
div.fw-page-builder-content section.fw-main-row.section-images-grid div.fw-row > div {
  padding-left: 0;
  padding-right: 0;
}
div.fw-page-builder-content section.fw-main-row.section-images-grid  div.fw-row a img {
  margin: 0 auto;
}

/* end section-images-grid */



/**
 * added for demo-content 'Default', 'Pool Services' 
 */
 
/* .section-icon-boxes-with-circle-button */
/* need for 'three Icon Boxes with circle plus-buttons' block before footer on frontpage */

div.fw-page-builder-content section.fw-main-row.section-icon-boxes-with-circle-button div.fw-row .fw-iconbox-3.ib-type2 {
  float: initial; /* fix to correct the Divider (Content Element) work */
}

/* end section-icon-boxes-with-circle-button */


/**
 * added for demo-content 'Kitchen'
 */

/*.section-services-alt.version-1*/
/*need for 'Main Services' on front page*/
.section-services-alt.version-1 .fw-iconbox-1 .fw-iconbox-title h3 {
        color: #292a2e !important;
}
.section-services-alt.version-1 .fw-iconbox-1:hover .fw-iconbox-image .fa {
    color: #292a2e !important;
}

@media (min-width: 1200px) {
    .section-services-alt.version-1 .fw-row .fw-col-sm-3 {
        border-top-color: rgba(41, 42, 46, 0.1);
        border-bottom-color: rgba(41, 42, 46, 0.1);
    }
    .section-services-alt.version-1 .fw-row .fw-col-sm-3 + .fw-col-sm-3 {
        border-left-color: rgba(41, 42, 46, 0.1);
    }
}
.section-services-alt.version-1 .fw-heading-h1.fw-heading-w-subtitle .fw-special-title {
    font-size: 7rem;
    letter-spacing: normal;
}

/* .box-shadow-1 */
/*need for BG section image*/
/* as example see 'Testimonials' on front page*/
section.box-shadow-gradient {
    -webkit-box-shadow: 0 500px 200px 0 rgba(0, 0, 0, 0.7) inset;
    -moz-box-shadow: 0 500px 200px 0 rgba(0, 0, 0, 0.7) inset;
    -ms-box-shadow: 0 500px 200px 0 rgba(0, 0, 0, 0.7) inset;
    -o-box-shadow: 0 500px 200px 0 rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0px 500px 200px 0 rgba(0, 0, 0, 0.7) inset;
}
section.box-shadow-dark{
    -webkit-box-shadow: 0px 1000px 200px 0 rgba(40, 40, 40, 0.8) inset;
    -moz-box-shadow: 0px 1000px 200px 0 rgba(40, 40, 40, 0.8) inset;
    -ms-box-shadow: 0px 1000px 200px 0 rgba(40, 40, 40, 0.8) inset;
    -o-box-shadow: 0px 1000px 200px 0 rgba(40, 40, 40, 0.8) inset;
    box-shadow: 0px 1000px 200px 0 rgba(40, 40, 40, 0.8) inset;
}

/* .h3-letter-spacing-6px */
.fw-page-builder-content section.h3-letter-spacing-6px .fw-heading h3 {
    letter-spacing: 6px;
}

/* .h1-font-size-8rem */
.fw-page-builder-content section.h1-font-size-9rem .fw-heading h1 {
    font-size: 9rem;
}

/* three 'Icon Boxes' with 'plus button' on the bottom of frontpage */
/* .icons-with-plus-btn */
.fw-page-builder-content section.icons-with-plus-btn .fw-iconbox-3 {
    float: initial;
}
.fw-page-builder-content section.icons-with-plus-btn .fw-iconbox-text p {
    font-size: 1.45rem;
    color: #ccc;
}
.fw-page-builder-content section.icons-with-plus-btn .fw-btn-1.fw-btn-blue {
    background-color: #5b48a2;
}
.fw-page-builder-content section.icons-with-plus-btn > div > div > div:nth-child(2) > div.fw-col-xs-12 {
    border-right: 1px solid #29292B;
}
.fw-page-builder-content section.icons-with-plus-btn > div > div > div:nth-child(2) > div:last-child {
    border-right: none;
}


/**
 * end Page Builder Custom Classes
 */
