.et_pb_bg_layout_light.et_pb_module.et_pb_button {
    color: #2ea3f2
}

.et_pb_module.et_pb_button {
    display: inline-block;
    color: inherit
}

.et_pb_button_module_wrapper.et_pb_button_alignment_left {
    text-align: left
}

.et_pb_button_module_wrapper.et_pb_button_alignment_right {
    text-align: right
}

.et_pb_button_module_wrapper.et_pb_button_alignment_center {
    text-align: center
}

.et_pb_button_module_wrapper > a {
    display: inline-block
}

@media(max-width:980px) {
    .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left {
        text-align: left
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right {
        text-align: right
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center {
        text-align: center
    }
}

@media(max-width:767px) {
    .et_pb_button_module_wrapper.et_pb_button_alignment_phone_left {
        text-align: left
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_phone_right {
        text-align: right
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_phone_center {
        text-align: center
    }
}

.et_pb_button[data-icon]:not([data-icon=""]):after {
    content: attr(data-icon)
}

@media(max-width:980px) {
    .et_pb_button[data-icon-tablet]:not([data-icon-tablet=""]):after {
        content: attr(data-icon-tablet)
    }
}

@media(max-width:767px) {
    .et_pb_button[data-icon-phone]:not([data-icon-phone=""]):after {
        content: attr(data-icon-phone)
    }
}

.et_pb_space {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 23px
}

.et_pb_divider_hidden {
    margin-bottom: 0 !important
}

.et_pb_divider_internal {
    display: inline-block;
    width: 100%
}

.et_pb_divider {
    margin: 0 0 30px;
    position: relative
}

    .et_pb_divider:before {
        content: "";
        width: 100%;
        height: 1px;
        border-top: 1px solid rgba(0,0,0,.1);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10
    }

    .et_pb_divider:after, .et_pb_space:after {
        content: "";
        display: table
    }

.et_pb_divider_position_bottom:before {
    top: auto !important;
    bottom: 0 !important
}

.et_pb_divider_position_center:before {
    top: 50% !important
}

@media(max-width:980px) {
    .et_pb_divider_position_top_tablet:before {
        top: 0 !important;
        bottom: auto !important
    }

    .et_pb_divider_position_bottom_tablet:before {
        top: auto !important;
        bottom: 0 !important
    }

    .et_pb_divider_position_center_tablet:before {
        top: 50% !important
    }

    .et_pb_space.et-hide-mobile {
        display: none
    }
}

@media(max-width:767px) {
    .et_pb_divider_position_top_phone:before {
        top: 0 !important;
        bottom: auto !important
    }

    .et_pb_divider_position_bottom_phone:before {
        top: auto !important;
        bottom: 0 !important
    }

    .et_pb_divider_position_center_phone:before {
        top: 50% !important
    }
}

.ie .et_pb_divider {
    overflow: visible
}

.et_pb_with_border.et_pb_fullwidth_header .header-image-container img, .et_pb_with_border.et_pb_fullwidth_header .header-logo {
    border: 0 solid #333
}

.et_pb_fullwidth_header {
    padding: 50px 0;
    position: relative;
    background-position: 50%;
    background-size: cover
}

    .et_pb_fullwidth_header p {
        padding-bottom: 0
    }

.et_pb_fullwidth_header_subhead {
    display: block
}

.et_pb_fullscreen {
    padding: 0
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    position: relative;
    z-index: 3;
    width: 80%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
    min-height: 100vh;
    width: 80%;
    max-width: none;
    height: 100%
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom {
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}

    .et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content {
        -webkit-align-self: center;
        -ms-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container {
    width: 100%;
    -webkit-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
        -webkit-align-self: center;
        -ms-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse
}

    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
        width: 100%
    }

    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container {
        width: 50%;
        -webkit-align-self: center;
        -ms-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

        .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center {
            -webkit-align-self: center;
            -ms-align-self: center;
            -ms-flex-item-align: center;
            align-self: center
        }

        .et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.bottom, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.bottom, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.bottom {
            -webkit-align-self: flex-end;
            -ms-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end
        }

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    text-align: left;
    margin-left: 0
}

.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
    margin-right: 6%
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
    text-align: right;
    margin-right: 0;
    float: right
}

.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content {
    margin-left: 6%
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom {
    margin-bottom: 80px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    padding-left: 0
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
    padding-right: 0
}

.et_pb_fullwidth_header .header-content {
    padding: 10px;
    text-align: center
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    margin: 20px auto;
    width: 80%;
    max-width: 800px
}

.et_pb_fullwidth_header .header-image {
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
    line-height: 0
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
    margin-top: 20px;
    display: inline-block
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
    margin-right: 15px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_button_one {
    margin-right: 0
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_button_two {
    margin-left: 15px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none
}

.et_pb_fullwidth_header .et_pb_parallax_css {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    width: 100%;
    min-height: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

    .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
        display: inline-block;
        pointer-events: all
    }

        .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
            color: #fff;
            font-size: 3.5em
        }

.et_pb_fullwidth_header .scroll-down-container .scroll-down-phone, .et_pb_fullwidth_header .scroll-down-container .scroll-down-tablet {
    display: none
}

@media(max-width:980px) {
    .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down, .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-phone {
        display: none
    }

    .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-tablet {
        display: inline-block
    }
}

@media(max-width:767px) {
    .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down, .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-tablet {
        display: none
    }

    .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-phone {
        display: inline-block
    }

    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container {
            width: 100%
        }

        .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
            margin: 20px 2%
        }
}

.ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.left, .ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.right {
    height: 100px
}

.ie .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
    float: none
}

.et_pb_with_border .et_pb_image_wrap {
    border: 0 solid #333
}

.et_pb_image {
    margin-left: auto;
    margin-right: auto;
    line-height: 0
}

    .et_pb_image.aligncenter {
        text-align: center
    }

    .et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
        display: block;
        position: relative
    }

.et_pb_image {
    display: block
}

    .et_pb_image .et_pb_image_wrap {
        display: inline-block;
        position: relative;
        max-width: 100%
    }

        .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
            width: auto
        }

    .et_pb_image img {
        position: relative
    }

.et_pb_image_sticky {
    margin-bottom: 0 !important;
    display: inherit
}

.et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay {
    z-index: 3;
    opacity: 1
}

@media(min-width:981px) {
    .et_pb_section_sticky, .et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2), .et_pb_section_sticky .et_pb_column_single, .et_pb_section_sticky .et_pb_row.et-last-child, .et_pb_section_sticky .et_pb_row:last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child {
        padding-bottom: 0 !important
    }
}

@media(max-width:980px) {
    .et_pb_image_sticky_tablet {
        margin-bottom: 0 !important;
        display: inherit
    }

    .et_pb_section_sticky_mobile, .et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2), .et_pb_section_sticky_mobile .et_pb_column_single, .et_pb_section_sticky_mobile .et_pb_row.et-last-child, .et_pb_section_sticky_mobile .et_pb_row:last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child {
        padding-bottom: 0 !important
    }

    .et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child, .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child {
        margin-bottom: 0
    }

    .et_pb_image_bottom_space_tablet {
        margin-bottom: 30px !important;
        display: block
    }

    .et_always_center_on_mobile {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media(max-width:767px) {
    .et_pb_image_sticky_phone {
        margin-bottom: 0 !important;
        display: inherit
    }

    .et_pb_image_bottom_space_phone {
        margin-bottom: 30px !important;
        display: block
    }
}

.et_overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased
}

    .et_overlay:before {
        color: #2ea3f2;
        content: "\E050";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-size: 32px;
        -webkit-transition: all .4s;
        transition: all .4s
    }

.et_portfolio_image, .et_shop_image {
    position: relative;
    display: block
}

    .et_pb_has_overlay:not(.et_pb_image):hover .et_overlay, .et_portfolio_image:hover .et_overlay, .et_shop_image:hover .et_overlay {
        z-index: 3;
        opacity: 1
    }

#ie7 .et_overlay, #ie8 .et_overlay {
    display: none
}

.et_pb_module.et_pb_has_overlay {
    position: relative
}

    .et_pb_module.et_pb_has_overlay .et_overlay, article.et_pb_has_overlay {
        border: none
    }

ul.et_pb_social_media_follow {
    list-style-type: none !important;
    margin: 0 0 22px;
    padding: 0
}

.et_pb_social_media_follow li {
    display: inline-block;
    margin-bottom: 8px;
    position: relative
}

    .et_pb_social_media_follow li a {
        margin-right: 8px;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        position: relative
    }

        .et_pb_social_media_follow li a.follow_button {
            padding: 0 12px;
            margin-top: 5px;
            margin-right: 25px;
            font-size: 14px;
            line-height: 1.6em;
            background: rgba(0,0,0,.1);
            color: rgba(0,0,0,.5);
            border-radius: 3px;
            border-width: 0;
            border-style: solid;
            -webkit-transition: all .3s;
            transition: all .3s
        }

    .et_pb_social_media_follow li.last-child a, .et_pb_social_media_follow li:last-child a {
        margin-right: 0
    }

.et_pb_social_media_follow.has_follow_button li.last-child a.icon, .et_pb_social_media_follow.has_follow_button li:last-child a.icon {
    margin-right: 8px
}

.et_pb_social_media_follow li a.follow_button:hover {
    background: rgba(0,0,0,.2);
    color: rgba(0,0,0,.6)
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button {
    background: rgba(0,0,0,.6);
    color: hsla(0,0%,100%,.8)
}

    .et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover {
        background: rgba(0,0,0,.7);
        color: #fff
    }

.et_pb_social_media_follow li a.icon {
    height: 32px;
    width: 32px;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    .et_pb_social_media_follow li a.icon:before {
        height: 32px;
        width: 32px;
        font-size: 16px;
        line-height: 32px;
        display: block;
        color: #fff;
        -webkit-transition: color .3s;
        transition: color .3s;
        position: relative;
        z-index: 10
    }

    .et_pb_social_media_follow li a.icon:hover:before {
        color: hsla(0,0%,100%,.7)
    }

.et_pb_social_media_follow li a.icon {
    border-radius: 3px
}

.et_pb_social_media_follow_network_name {
    display: none
}

.et_pb_social_icon a.icon {
    vertical-align: middle
}

    .et_pb_social_icon a.icon:before {
        font-family: ETmodules;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-shadow: 0 0;
        direction: ltr
    }

.et-pb-social-fa-icon a.icon:before {
    font-family: FontAwesome
}

.et-social-telegram a.icon:before {
    content: "\F3FE"
}

.et-social-amazon a.icon:before {
    content: "\F270"
}

.et-social-bandcamp a.icon:before {
    content: "\F2D5"
}

.et-social-bitbucket a.icon:before {
    content: "\F171"
}

.et-social-behance a.icon:before {
    content: "\F1B4"
}

.et-social-buffer a.icon:before {
    content: "\F837"
}

.et-social-codepen a.icon:before {
    content: "\F1CB"
}

.et-social-deviantart a.icon:before {
    content: "\F1BD"
}

.et-social-flipboard a.icon:before {
    content: "\F44D"
}

.et-social-foursquare a.icon:before {
    content: "\F180"
}

.et-social-github a.icon:before {
    content: "\F09B"
}

.et-social-goodreads a.icon:before {
    content: "\F3A9"
}

.et-social-google a.icon:before {
    content: "\F1A0"
}

.et-social-houzz a.icon:before {
    content: "\F27C"
}

.et-social-itunes a.icon:before {
    content: "\F3B5"
}

.et-social-last_fm a.icon:before {
    content: "\F202"
}

.et-social-line a.icon:before {
    content: "\F3C0"
}

.et-social-medium a.icon:before, .et-social-meetup a.icon:before {
    content: "\F3C7"
}

.et-social-odnoklassniki a.icon:before {
    content: "\F263"
}

.et-social-patreon a.icon:before {
    content: "\F3D9"
}

.et-social-periscope a.icon:before {
    content: "\F3DA"
}

.et-social-quora a.icon:before {
    content: "\F2C4"
}

.et-social-researchgate a.icon:before {
    content: "\F4F8"
}

.et-social-reddit a.icon:before {
    content: "\F281"
}

.et-social-snapchat a.icon:before {
    content: "\F2AC"
}

.et-social-soundcloud a.icon:before {
    content: "\F1BE"
}

.et-social-spotify a.icon:before {
    content: "\F1BC"
}

.et-social-steam a.icon:before {
    content: "\F3F6"
}

.et-social-tripadvisor a.icon:before {
    content: "\F262"
}

.et-social-tiktok a.icon:before {
    content: "\E07B"
}

.et-social-twitch a.icon:before {
    content: "\F1E8"
}

.et-social-vk a.icon:before {
    content: "\F189"
}

.et-social-weibo a.icon:before {
    content: "\F18A"
}

.et-social-whatsapp a.icon:before {
    content: "\F232"
}

.et-social-xing a.icon:before {
    content: "\F168"
}

.et-social-yelp a.icon:before {
    content: "\F1E9"
}

.et-social-pinterest a.icon:before {
    content: "\E095"
}

.et-social-linkedin a.icon:before {
    content: "\E09D"
}

.et-social-tumblr a.icon:before {
    content: "\E097"
}

.et-social-skype a.icon:before {
    content: "\E0A2"
}

.et-social-flikr a.icon:before {
    content: "\E0A6"
}

.et-social-myspace a.icon:before {
    content: "\E0A1"
}

.et-social-dribbble a.icon:before {
    content: "\E09B"
}

.et-social-youtube a.icon:before {
    content: "\E0A3"
}

.et-social-vimeo a.icon:before {
    content: "\E09C"
}

@media(max-width:980px) {
    .et_pb_bg_layout_light_tablet.et_pb_social_media_follow li a.follow_button {
        background: rgba(0,0,0,.1);
        color: rgba(0,0,0,.5)
    }

        .et_pb_bg_layout_light_tablet.et_pb_social_media_follow li a.follow_button:hover {
            background: rgba(0,0,0,.2);
            color: rgba(0,0,0,.6)
        }

    .et_pb_bg_layout_dark_tablet.et_pb_social_media_follow li a.follow_button {
        background: rgba(0,0,0,.6);
        color: hsla(0,0%,100%,.8)
    }

        .et_pb_bg_layout_dark_tablet.et_pb_social_media_follow li a.follow_button:hover {
            background: rgba(0,0,0,.7);
            color: #fff
        }
}

@media(max-width:767px) {
    .et_pb_bg_layout_light_phone.et_pb_social_media_follow li a.follow_button {
        background: rgba(0,0,0,.1);
        color: rgba(0,0,0,.5)
    }

        .et_pb_bg_layout_light_phone.et_pb_social_media_follow li a.follow_button:hover {
            background: rgba(0,0,0,.2);
            color: rgba(0,0,0,.6)
        }

    .et_pb_bg_layout_dark_phone.et_pb_social_media_follow li a.follow_button {
        background: rgba(0,0,0,.6);
        color: hsla(0,0%,100%,.8)
    }

        .et_pb_bg_layout_dark_phone.et_pb_social_media_follow li a.follow_button:hover {
            background: rgba(0,0,0,.7);
            color: #fff
        }
}

.rtl .et_pb_social_media_follow li a {
    margin-left: 8px;
    margin-right: 0
}

.et_pb_button[data-icon]:not([data-icon=""]):after {
    content: attr(data-icon)
}

@media(max-width:980px) {
    .et_pb_button[data-icon-tablet]:not([data-icon-tablet=""]):after {
        content: attr(data-icon-tablet)
    }
}

@media(max-width:767px) {
    .et_pb_button[data-icon-phone]:not([data-icon-phone=""]):after {
        content: attr(data-icon-phone)
    }
}
