/* 10Web Booster optimized this CSS file */


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/common.css */
/* Main style*/
html, body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
label[for="wp-comment-cookies-consent"] {
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 16px;
    font-weight: 100;
    color: #323A45;
}
*:focus{
    outline:none;
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.page-title {
    text-align: center;
    color: #fff;
    padding: 0;
}
#product_pricing .period_tab.active:after,
#bundle_pricing span.cale_price:after,
.home .plan_price span.cale_price:after,
.plugin-latest-design .plan_price span.cale_price:after,
.pricing-bundle-page span.cale_price:after,
.pricing-page ul.details .detail_col span.yes:before,
.product_plan_col ul.services > li:before,
.pricing-bundle-page .pricing-page .pricing-header div p:after,
.plugin-list-template .plugin a.addon_link:after,
.plugin-latest-design  .product_plan_col.special_offer .period_dom  li:before,
.plugin-latest-design  .product_plan_col.basic ul.services > li:before,
.plugin-latest-design  .product_plan_col.standard  ul.services > li:before,
.plugin-latest-design  .product_plan_col.advanced ul.services > li:before,
.plugin-latest-design .plugin-review-see-all a:after,
.plugin-latest-design #plugin-reviews .slick-prev:after,
.plugin-latest-design #plugin-reviews .slick-next:after,
.plugin-latest-design #header-plugin-links .plugin-link:after,
.comment-form-cookies-consent .checkmark:after, .privicy_policy_checkbox .checkmark:after,
.comments-template .view_all_comments:after,
div#tab_leaving_banner_container .right li:before{
    font-family: 'twtf' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vertical-middle{
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
p.comment-form-cookies-consent {
    margin-top: 15px;
}
.comment-awaiting-moderation {
    color: #adadad;
    font-style: italic;
    font-weight: 600;
}
#wpadminbar {
    z-index: 999999;
}
.single-post.entry-content .video {
    border-radius: 10px;
    overflow: hidden;
}
.single-post.entry-content iframe {
    max-width: 100%;
    width: 100%;
}
.wp-caption.alignleft {
    clear: none;
}

pre{

    white-space:pre;
}
.single-post.entry-content b{
    font-weight:bold;
}
.single-post.entry-content a:visited{
    color:#367bf2;
}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    -webkit-backface-visibility: hidden;
}

.wp-caption.alignleft {
    clear: none;
}

.entry-content {
    padding: 20px 0;
}
body.custom-background {
    background-size: 100% 100%;
}

header {
    width: 100%;
}

b, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 20px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.wp-caption {

    border-radius: 3px;
    text-align: center;
    max-width: 96%;
    clear: both;
}

.wp-caption p.wp-caption-text {
    padding: 0 4px 0;
    line-height: 17px;
    margin: 0;
    font-style:italic;
}

.post_content .entry-content .wp-caption img {
    margin-top: 6px;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}

#disabled_button {
    background-color: #d6d8da !important;

}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #323A45;
    color: #efefef;
}

blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    border-left: 6px solid #e6e6e6;
    padding: 10px 20px 5px;
    margin: 0 20px 20px;
}

dt {
    font-weight: 600;
}

dd {
    margin-bottom: 20px;
}

ul {
    list-style-position: inside;
}

a {
    text-decoration: none;
    outline: none;
    color: #367bf2;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

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
}


.custom-header-a img {
    width: 100%;
}

::-webkit-input-placeholder {
    color: #373636;
    font-weight: normal;
}

:-moz-placeholder {
    color: #373636;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, form, ul, ol, dl, p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 41px;
    text-transform: uppercase;
    padding: 30px 0;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

aside h3 {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    margin: 0;
    letter-spacing: 2px;
}

h1, h2, h3, h4, h5, h6, pre, a, p {
    word-wrap: break-word;
}

/* Clearing floats */
.clear:after,
.wrapper:after {
    clear: both;
}

.clear:before,
.clear:after {
    display: table;
    content: "";
}

/* Page structure */

.container {
    position: relative;
    margin: 0 auto;
    /*max-width: 100%;*/
    color: #323a45;
    clear: both;
}

.content_section {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 100%;
}
.content_section  h2{
    font-size: 55px;
    line-height: 75px;
    margin-bottom: 20px;
    font-weight:800;
    text-transform: none;
    letter-spacing:0;
    color:#323A45;
}
.content_section .container p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
}
.button {
    background: #2160B5;
    color: #ffffff;
    font-size: 16px;
    padding: 18px 66px;
    line-height: 1;
    display: inline-block;
    border-radius: 26px;
}

.button:hover {
    background: #4C7FC3;
    border-color: #4C7FC3;
}

.section-title {
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 1px;
    text-align: center;
    padding: 0;
}

.section-description {
    font-size: 16px;
    line-height: 1.4em;
    max-width: 890px;
    margin: 16px auto 20px;
    text-align: center;
}

.sub-title a,
.sub-title {
    font-size: 18px;
    line-height: 1.4em;
    text-transform: uppercase;
}

.sub-description {
    font-size: 16px;
    line-height: 1.5em;
}

.large-title {
    font-size: 32px;
    line-height: 1.4em;
    text-transform: uppercase;
}

.large-description {
    font-size: 18px;
    line-height: 1.4em;
}

.largest-title {
    font-size: 34px;
    line-height: 1.4em;
    text-transform: uppercase;
}

.largest-description {
    font-size: 20px;
    line-height: 1.4em;
}

.light {
    font-weight: 200;
}

.top-bottom-margin {
    margin: 15px auto 28px;
    width: 990px;
    max-width: 100%;
}

/*#page {
    position: relative;
}*/

.button.transparent{
    background: rgba(255, 255, 255, 0.2) !important;
}
.button.transparent:hover{
    background: rgba(255, 255, 255, 0.3) !important;
}
.button.grey{
    background: #E8ECF2 !important;
    color:#323A45 !important;
}
.button.grey:hover{
    background: #E0E6EE !important;
    border-color: #E0E6EE !important;
}
.button.orange{
    background-color: #F8C332 !important;
}
.button.orange:hover{
    background-color: #F9BB11 !important;
}
.button.purple{
    background: #6454F0 !important;
}
.button.purple:hover{
    background: #4B37F3 !important;
}
.button.black{
    background: #323A45 !important;
}
.button.black:hover{
    background: #1E2630 !important;
}

.button.razzmatazz{
    background: #D30C5C !important;
    color:#ffffff !important;
}

.button.razzmatazz:hover{
    background: #C70050 !important;
}
.button.white{
    color:#323A45 !important;
    background: #ffffff !important;
    border:1px solid rgba(0, 0, 0, 0.05) !important;
    width: 198px !important;
    padding: 10px 0 !important;
}
.button.white:hover{
    background: #F5F7FA !important;
}
.arrows_header {
    padding: 13px 0 10px 0;
    width: 97.5%;
    margin: 0 auto;
}

.arrows {
    float: right;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #BEBFC1;
    float: left;
    margin-right: 6px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #BEBFC1;
    float: left;
}

.circles {
    float: left;
}


.hidden {
    display: none;
}

.page-header .container {
    padding: 137px 0 104px;
}

body.opened .phone-menu-div::-webkit-scrollbar-track,
#terms_of_sevices_aside.sticky_aside::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #F5F5F5;
}

#terms_of_sevices_aside.sticky_aside::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #a7a8ad;
}
#primary aside.widget_theme_10webcareers,
#primary aside.widget_theme_10webmenu {
    float: left;
    width: 330px;
    box-sizing: border-box;
    margin-right: 22px;
    color: #323A45;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}

/* Footer */

footer, #footer {
    position: relative;
    width: 100%;
}

#footer #footer_top {
    padding-bottom: 30px;
}

#footer .container {
    padding: 15px 0;
}

#footer_logo .theme_10web_logo {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/../images/icons/icons.svg);
    background-repeat: no-repeat;
    width: 250px;
    height: 57px;
    background-size: 276px;
    background-position: 0 0;
}
#main footer {
    line-height: 1;
}
#main #footer_bottom {
    line-height: 1;
}

#footer .container {
    padding: 15px 0;
}

#footer_logo, footer .phone-menu-block {
    float: left;
}

footer .footer_icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 13px;
}

footer .footer_icon:first-child {
    margin-left: 0;
}

footer .footer_icon:first-child {
    margin-left: 0;
}

footer .footer_icon span {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/../images/icons/icons.svg);
    display: block;
    width: 100%;
    height: 100%;
    background-size: 180px;
}

footer .footer_facebook span {
    background-position: 0 -1076px;
}

footer .footer_twitter span {
    background-position: 0 -1133px;
}

footer .footer_google_plus span {
    background-position: 0 -1191px;
}

footer .footer_youtube span {
    background-position: 0 -1249px;
}

textarea::-webkit-input-placeholder { /* Chrome */
    color: rgba(50, 58, 69, 0.5);
}

textarea:-ms-input-placeholder { /* IE 10+ */
    color: rgba(50, 58, 69, 0.5);
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: rgba(50, 58, 69, 0.5);
}

textarea:-moz-placeholder { /* Firefox 4 - 18 */
    color: rgba(50, 58, 69, 0.5);
}

textarea::placeholder { /* Firefox 4 - 18 */
    color: rgba(50, 58, 69, 0.5) !important;
}
.required {
    color: #fd3c31;
    margin: 0 !important;
}

#footer .phone-menu-block {
    width: calc(100% - 225px);
}

#footer_logo .theme_10web_logo {
    background-size: contain;
    background-position: 0 top !important;
}

.search-div {
    display: none;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(50, 58, 69, 0.4);
    display: none;
}

.footer_menu li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 30px;
}
.footer_menu li:last-child {
    margin-bottom: 0;
}
#section_7 .footer_menu li a:hover {
    color: rgba(50, 58, 69, 0.7);
}
#section_7 {
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
}
#section_7 .footer_logo {
    width: 129px;
    line-height: 0;
    margin-bottom: 30px;
}
#section_7 .container {
    padding-top: 50px;
    border-bottom: 1px solid rgba(50, 58, 69, 0.05);
    padding-bottom: 60px;

}
#section_7 .container, #section_8 .container{
    width: 1400px;
}

#section_7 .content-left {
    width: 265px;
    float: left;
    margin-right: 60px;
    font-size: 14px;
    line-height: 24px;
}
#section_7 .content-left p {
    font-size: 16px;
    line-height: 26px;
}

#section_7 .content-right {
    width: calc(100% - 325px);
    float: left;
}
#section_8  {
    background: #fff;
}
#section_8 .content-left {
    width: 505px;
    max-width: 100%;
    float: left;
}

#section_8 .content-right {
    width: 375px;
    float: right;
}

#section_8 .container {
    padding:15px 0 51px;
}
#section_7 .footer_menu_title {
    font-size: 18px;
    font-weight: 600;
}

#section_7 .footer_menu li a {
    font-weight: normal;
    font-size: 16px;
    color: #323a45;
    line-height: 22px;
}

.widget_theme_10webfeaturedpost {
    width: 375px;
    margin-right: 0;
}
.widget_theme_10webfeaturedpost {
    font-size:14px;
    line-height:24px;
}
.widget_theme_10webfeaturedpost .tenweb_featured_post{
    position:relative;
}
.widget_theme_10webfeaturedpost a {
    color:#323A45;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.widget_theme_10webfeaturedpost b{
    font-weight:700;
}
.widget_theme_10webfeaturedpost img{
    max-width:100%;
    box-shadow: 0 5px 20px rgba(229, 230, 232, 0.1);
    border-radius: 10px;
    margin-bottom:15px;
    height: auto;
}

#section_8 .social_icons {
    float: right;
}

#section_8 .social_icons img {
    width: 16px;
    height: 16px;
}
#section_8 .social_icons img:hover {
    opacity:.8;
}

#section_8 .social_icons li a:hover {
    color: #4786ff;
}

#section_8 .social_icons li {
    margin-right: 21px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
#section_8 .social_icons li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity:.65;
}
#section_8 .social_icons li a.fb{
    background-image:url(https://10web.io/wp-content/themes/10web-theme/css/../images/social/fb.svg);
}
#section_8 .social_icons li a.yt{
    background-image:url(https://10web.io/wp-content/themes/10web-theme/css/../images/social/y.svg);
}
#section_8 .social_icons li a.tw{
    background-image:url(https://10web.io/wp-content/themes/10web-theme/css/../images/social/t.svg);
}
#section_8 .social_icons li a.in{
    background-image:url(https://10web.io/wp-content/themes/10web-theme/css/../images/social/in.svg);
}
#section_8 .social_icons li a:hover{
    opacity:1;
}

#section_8 .social_icons li:last-child {
    margin: 0;
}

.section_8_links {
    text-align: center;
}

.section_8_links a {
    font-size: 14px;
    color: #323a45;
    text-decoration: none;
}

.section_8_links span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #6aaaf3;
    display: inline-block;
    margin: 0 10px 2px
}

.copyright_info {
    font-size: 14px;
}
.copyright_info a{
    color:#323A45;
}
.copyright_info a:hover{
    color:rgba(50, 58, 69, 0.7);
}
#privacy-policy,
#terms-of-services {
    padding: 0 15px 0 10px;
    position: relative;
}
#privacy-policy:after,
#terms-of-services:after {
    content:"";
    width: 3px;
    height: 3px;
    background: #323A45;
    position: absolute;
    right:3px;
    top:10px;
    border-radius: 2px;
}

.footer-copyright-title {
    font-size: 18px;
    font-weight: bold;
    float: left;
}

/*related posts*/

.related-posts-widget-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    color: #323a45;
    margin-bottom: 18px;
}

.post_bottom_sidebar.clear {
    clear: both;
    display:none;
}

.new-design .button{
    background: #4786FF;
    width: 200px;
    padding: 14px 0;
    color: #ffffff;
    border: 0;
    font-weight: 600;
    line-height: 22px;
    border-radius: 6px;
    text-align:center !important;
    transition: all 0.2s linear;
}
.new-design a.button:hover{
    background: #3077FF;
}

.disable-scroll {
    overflow: hidden;
}


/*POPULAR TAG WIDGET*/

.widget_theme_10webpopulartags {
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 60px;
}

.widget_theme_10webpopulartags .widget-title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

.tenweb_popular-tags .tags-body {
    font-size: 0;
    margin: -5px;
    padding-top: 20px;
}

.tenweb_popular-tags .tags-body .tag-item{
    height: 30px;
    display: inline-block;
    background: #4786ff;
    border-radius: 15px;
    padding: 7px 10px;
    box-sizing: border-box;
    line-height: 16px;
    font-size: 14px;
    margin: 4px;
}
.tenweb_popular-tags .tags-body .tag-item:hover {
    background: #246ffe;
}

.tenweb_popular-tags .tags-body .tag-item a {
    color: #fff;
}

/*STYLE CATEGORIES END*/
/*STYLE POPULAR TAG WIDGET*/
.widget_theme_10webpoststabs {
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.05);
}

.widget_theme_10webpoststabs .widget-title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

.tenweb_posts-tabs input {
    display: none;
}

.tenweb_posts-tabs section {
    padding: 20px;
}

.tenweb_posts-tabs section:nth-child(2) {
    display: block;
}

.tenweb_posts-tabs label.half-width {
    width: 50%;
}
.tenweb_posts-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 30px 10px 30px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 0.1px;
    color: #373636;
    cursor: pointer;
}

.tenweb_posts-tabs-related_posts {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 0;
}

.tenweb_posts-tabs-related_posts:first-child {
    padding-top: 0;
}

.tenweb_posts-tabs-related_posts:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.tenweb_posts-tabs .tenweb_posts-tabs_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tabs-body {
    position: relative;
}

.tenweb_posts-tabs .tenweb-loading {
    display: none;
    width: 100%;
    height: 467px;
}

.tenweb_posts-tabs .tenweb-loading span{
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.tenweb_posts-tabs label:hover {
    color: rgba(50, 58, 69, 0.5);
}

.tenweb_posts-tabs input:checked + label {
    border-bottom: 1px solid #4786ff;
    color: #4786ff;
}

.tenweb_posts-tabs-related_posts > div{
    display: flex;
}

.tenweb_posts-tabs-related_posts > div > div {
    width: 100%;
}

.tenweb_posts-tabs-related_posts div.tenweb_posts-tabs-footer {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.1px;
    text-align: left;
    display: flex;
    margin-top: 4px;
    justify-content: space-between;
}

.tenweb_posts-tabs-related_posts p.tenweb_posts-tabs-post-author {
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 105px;
    color: #4786ff;
}

.tenweb_posts-tabs-related_posts a.tenweb_posts-tabs-title{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.1px;
    text-align: left;
    color: #323a45;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 58px;
}

.tenweb_posts-tabs-related_posts div .search-thumbnail {
    margin-right: 15px;
}
/*STYLE POPULAR TAG WIDGET END*/

/*lazy load fix styles*/

#seo_anal.tenweb_lazy_placeholder,
.pricing-page .pricing-header.tenweb_lazy_placeholder,
div#advanced_extensions {
    background: linear-gradient(#6454F0,#6CCDF4) !important;
}
.plugin-ads.tenweb_lazy_placeholder {
    background: #0a0a0a !important ;
}

/*END lazy load fix styles*/

.inactive_el{
    display: none;
}
.cancel_anytime {
    font-size: 16px;
    line-height: 22px;
    color: #323A45;
    display: block;
    margin-top: 15px;
    font-weight: 200;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes arrow {
    0%   {left:8px; top:0;}
    50%  {left:200px; top:200px;}
    100% { left:8px; top:0;}
}

/* Standard syntax */
@keyframes arrow {
    0%   {left: 8px; top: 0;}
    50%  {left: -2px; top: 10px;}
    100% {left: 8px; top: 0;}
}

.magical_numbers .container {
    padding: 100px 0 50px;
}
#migration_numbers .numbers-speak-item,
.magical_numbers .numbers-speak-item  {
    float: left;
    width: calc((100% - 40px)/3);
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(229, 230, 232, 0.8);
    border-radius: 15px;
    text-align: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    transition: transform .2s ease-in;
}

#migration_numbers .numbers-speak-item ,
.magical_numbers .numbers-speak-item  {
    padding: 50px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: transparent;
}

#migration_numbers .numbers-speak-item:nth-child(2),
.magical_numbers .numbers-speak-item:nth-child(2) {
    margin:0 20px;
}
.magical_numbers .numbers-speak-item .icon{
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    position: absolute;
    background-size: contain;
    background-position: center;
}
.magical_numbers .numbers-speak-item .icon span{
    position: absolute;
    width:24px;
    height:24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.magical_numbers .numbers-speak-item.experience .icon span{
    width:30px;
    height:35px;
}
.magical_numbers .numbers-speak-item.downloads .icon span{
    width:27px;
    height:27px;
}
.magical_numbers .numbers-speak-item .icon:before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 75px;
    background: rgba(255,255,255,0.3);
    right: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.22, 1.26) 0.05s;
    -moz-transition: all 0.6s cubic-bezier(0, 0, 0.22, 1.26) 0.05s;
    transition: all 0.6s cubic-bezier(0, 0, 0.22, 1.26) 0.05s;
}
.magical_numbers .numbers-speak-item:hover .icon:before {
    content: "";
    width: 150px;
    height: 150px;
    right: -56px;
    top: -53px;
    background: rgba(255,255,255,0.1);
}
.magical_numbers .numbers-speak-item:hover .icon {
    background:none;
}
.magical_numbers .numbers-speak-item:hover * {
    color:#ffffff;
}
#migration_numbers  .numbers-speak-item.downloads:hover,
.magical_numbers .numbers-speak-item.downloads:hover   {
    background: url(https://10web.io/wp-content/themes/10web-theme/css/../images/home/home_downloads.png) no-repeat;
}
#migration_numbers .numbers-speak-item.hosted:hover,
.magical_numbers .numbers-speak-item.hosted:hover   {
    background: url(https://10web.io/wp-content/themes/10web-theme/css/../images/home/hosted.png) no-repeat;
}
#migration_numbers .numbers-speak-item.experience:hover,
.magical_numbers .numbers-speak-item.experience:hover   {
    background: url(https://10web.io/wp-content/themes/10web-theme/css/../images/home/experience.png) no-repeat;
}
.magical_numbers .numbers-speak-item:hover {
    background-size: cover !important;
}
.magical_numbers .numbers-speak-item .icon:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 200px;
    background: #F8C332;
    right: -100px;
    top: -100px;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.magical_numbers .numbers-speak-item:hover .icon:after {
    content: "";
    width: 650px;
    height: 650px;
}
.magical_numbers .numbers-speak-item.hosted .icon:after{
    background: #4B7EFC;
}
.magical_numbers .numbers-speak-item.experience .icon:after{
    background: #85D431;
}
.magical_numbers .google_partner {
    margin-top: 50px;
    box-shadow: 0 5px 20px rgba(229, 230, 232, 0.8);
    border-radius: 15px;
    padding: 40px;
}
.magical_numbers .google_partner p{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    width: 1130px;
    max-width: 100%;
    margin: 0 auto 30px;
}
.magical_numbers .google_partner div{
    height: 96px;
    width: 200px;
    margin: 0 auto;
}
.create_website_sites .steps .step {
    width: calc((100% - 450px) / 3);
    float: left;
    margin-right: 225px;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center 0;
}
.create_website_sites .steps .step p,
.create_website_sites .steps .step h3{
    font-size: 20px;
    line-height: 27px;
    font-weight: 200;
}
.create_website_sites .steps .step p b,
.create_website_sites .steps .step h3 b{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}
.create_website_sites .steps .step:last-child {
    margin-right: 0;
}

.magical_numbers .numbers-speak-items.clear {
    margin-top: 50px;
}
#migration_numbers .numbers-speak-item strong,
.magical_numbers .numbers-speak-item strong {
    font-size: 70px;
    line-height: 96px;
    font-weight: 800;
    margin-bottom: 6px;
    display: inline-block;
}
.magical_numbers .numbers-speak-item p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 200;
    margin-top: -4px;
}
.magical_numbers .numbers-speak-item p b {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
}
div#home_section_5 {
    background: linear-gradient(to left,#4786FF,#5A66F5,#6454F0);
}
.page-template-page-plugins div#home_section_5 {
    background: #ffffff;
}
div#section_5_bg {
    background: url(https://10web.io/wp-content/themes/10web-theme/css/../images/home/section_5_bg1.png) left top, url(https://10web.io/wp-content/themes/10web-theme/css/../images/home/section_5_bg2.png) right bottom;
    background-repeat: no-repeat;
}
div.customers_success_stories {
    background: linear-gradient(to left,#4786FF,#5A66F5,#6454F0);
    padding: 52px 0;
}
#home_section_5 .container {
    padding: 100px 0;
}
#home_section_5 .customer-care-icon {
    width: 263px;
    height: 65px;
    display: block;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.plugin-latest-design .customer-care-icon,
#home_section_5 .customer-care-icon {
    background-size: contain;
}
div#home_section_5.customer-care * {
    color: #ffffff;
}
.page-template-page-plugins div#home_section_5.customer-care * {
    color: #323A45;
}
.page-template-page-plugins #section_5_bg .sub-description{
    text-align: center;
}
#home_section_5  .customer-care-items.clear {
    font-size: 0;
}
#home_section_5  .customer-care-item {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    width: 402px;
    display: inline-block;
    margin: 50px 0 0;
    vertical-align: top;
    text-align: left;
}
#home_section_5  .customer-care-item {
    width: calc((100% - 44px)/3);
}
#home_section_5  .customer-care-item h3.sub-title {
    font-size: 26px;
    line-height: 36px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 19px;
    background-repeat: no-repeat;
    background-size: 36px;
}
#home_section_5 .customer-care-item:first-child h3.sub-title {
    background-size: 58px;
    padding: 0 0 0 73px;
}
#home_section_5.customer-care h3.sub-title {
    padding: 0 0 0 51px;
}

.page-template-page-plugins #home_section_5.customer-care h3.sub-title {
    padding: 0;
    text-align: center;
}
div.customers_success_stories .container{
    background: url(https://10web.io/wp-content/themes/10web-theme/css/../images/home/review_bg1.png) left, url(https://10web.io/wp-content/themes/10web-theme/css/../images/home/review_bg2.png) right;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.create_website_sites  .container {
    padding: 50px 0 100px;
}

.customers_success_stories h2.plugin-section-header:before {
    position: relative;
}
.customers_success_stories h2.plugin-section-header:before {
    content: "";
    position: absolute;
    background: #F8C332;
    height: 3px;
    width: 40px;
    top: 35px;
    left: 50%;
    margin-left: -20px;
}
.customers_success_stories div#plugin-reviews {
    background: transparent !important;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 1;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    padding: 0;
}
.slick-dots li button:before {
    font-size: 23px;
    width: 8px;
    height: 8px;
    content: '•';
    text-align: center;
    opacity: .2;
    color: #323a45;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#video_container .close_embed {
    color: #ffffff;
}
#plugin-reviews .slick-prev, #plugin-reviews .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 42px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent url(https://10web.io/wp-content/themes/10web-theme/css/../images/icons/arrows/review_arrow.svg) no-repeat;
    speak: none;
    background-size: 32px;
}
.page-home .customers_success_stories .slick-dots li button:before,
.plugin-latest-design .customers_success_stories .slick-dots li button:before {
    content: '';
    width: 20px;
    height: 3px;
    text-align: center;
    opacity: 1;
    background: rgba(50, 58, 69, 0.1);
    display: inline-block;
    border-radius: 2px;
}
.customers_success_stories ul.slick-dots {
    margin-top: 40px;
}
.customers_success_stories .slick-dots li.slick-active button:before {
    content: '';
    background: #F8C332;
}
.customers_success_stories .user-info {
    text-align: right;
}
.customers_success_stories #plugin-reviews h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
}
.customers_success_stories div#plugin-reviews .reviews-content {
    width: 903px;
    margin: 80px auto 0;
}
.customers_success_stories .left {
    width: 335px;
    float: left;
    margin-right: 20px;
}
.customers_success_stories .left img{
    max-width: 100%;
}
.customers_success_stories .right {
    width: calc(100% - 355px);
    float:left;
    padding-top: 28px;
}
.customers_success_stories .review-text {
    font-style: italic;
    text-align: left;
    font-size: 24px;
    line-height: 36px;
    font-weight: 200;
    margin-bottom: 30px;
}
.customers_success_stories .review-author-position {
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
}
.customers_success_stories .review-author-name {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 28px;
    position: relative;
}
.customers_success_stories .review-author-name:after {
    content:"";
    background: #F8C332;
    height: 3px;
    width: 120px;
    bottom: -15px;
    right: 0;
    position: absolute;
}
.customers_success_stories .review-site {
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
}

.create_website_sites .steps {
    margin-top: 70px;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/../images/home/steps.png);
    background-repeat: no-repeat;
    background-position: center 19px;
    background-size: 843px;
}
.move_your_website  {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.move_your_website h2.section-title {
    font-size: 38px;
    line-height: 55px;
    color:#ffffff;
    text-align: left;
    padding-top: 180px;
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 0;
}
.move_your_website .container {
    padding: 60px 0;
}
.move_your_website .container .left {
    width: 690px;
    float: left;
    margin-right: 28px;
    margin-top: 81px;
}
.move_your_website .container .right {
    width:calc(100% - 718px);
    float:left;
}
.move_your_website .container .right img{
    max-width: 505px;
}
.new-design  #migrate_customers_stories .slick-prev,
.new-design  #migrate_customers_stories .slick-next{
    width: 60px;
    height: 60px;
    background-size: 60px;
    top: 120px;
    opacity: 1;
}
.new-design  #migrate_customers_stories .slick-prev{
    -webkit-transform: rotateY(0deg) translateY(0);
    -moz-transform: rotateY(0deg) translateY(0);
    transform: rotateY(0deg) translateY(0);
    left: -120px;
}
.new-design  #migrate_customers_stories .slick-next{
    -webkit-transform: rotateY(180deg) translateY(0);
    -moz-transform: rotateY(180deg) translateY(0);
    transform: rotateY(180deg) translateY(0);
    right: -120px;
}


div#tab_leaving_banner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(50,58,69,0.7);
    display: none;
}
div#tab_leaving_banner .fm-not-filled {
    display:none;
}
div#tab_leaving_banner.success {
    display: block;
}
div#tab_leaving_banner_container {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px 70px 40px 80px;
    width: 1090px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
}
.success div#tab_leaving_banner_container {
    background-color: #4786ff;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/../images/leaving_popup/leaving_popup_bg_suc.png);
    border-radius: 15px;
    padding: 40px 40px 40px 60px;
    width: 818px;
}
div#tab_leaving_banner_container *{
    color:#323A45;
}
div#tab_leaving_banner_container .left{
    width: 130px;
    margin-right: 30px;
    float:left;
    padding-top: 115px;
}
div#tab_leaving_banner_container .right{
    width: calc(100% - 160px);
    float:left;
}
div#tab_leaving_banner_container .fm-form .wdform-label-section{
    margin-bottom: 10px;
}

div#tab_leaving_banner_container  .leaving_banner_header{
    background: #4786FF url(https://10web.io/wp-content/themes/10web-theme/css/../images/leaving_popup/leaving_popup_bg.png);
    border-radius: 90px 90px 90px 0;
    padding: 34px 45px 22px;
    background-size: cover !important;
    background-position: center;
    margin-bottom: 50px;
}
.success div#tab_leaving_banner_container  .leaving_banner_header{
    background: #5A92FF;
    border-radius: 90px 90px 90px 0;
    padding: 30px 40px 22px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 34px;
}
div#tab_leaving_banner_container  .leaving_banner_header *{
    color:#ffffff;
    text-align: left;
}
div#tab_leaving_banner_container  h2{
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
}
div#tab_leaving_banner_container  p{
    font-size: 26px;
    line-height: 36px;
    font-weight: 200;
    text-align: center;
    margin: 0 0 1px 0;
}
.success div#tab_leaving_banner_container * {
    color: #ffffff;
}
.success div#tab_leaving_banner_container p {
    font-size: 22px;
    line-height: 30px;
}
.success div#tab_leaving_banner_container h2 {
    font-size: 26px;
    line-height: 36px;
    position: relative;
}
.success div#tab_leaving_banner_container h2 .smile{
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/../images/reactions/smile.png);
    width: 32px;
    height: 32px;
    border-radius: 16px;
    display: inline-block;
    background-size: 105%;
    position: absolute;
    margin: 0 0 0 2px;
    bottom: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    background-position: -1px 0;
}
div#tab_leaving_banner_container span.button.got_it {
    margin: 0 0 0 auto;
    display: block;
    border: 1px solid #ffffff !important;
    width: 250px !important;
    padding: 16px 0 15px 0 !important;
    cursor: pointer;
    border-radius: 30px;
}
div#tab_leaving_banner_container span.button.got_it:hover {
    border: 1px solid #ffffff !important;
    background-color: #ffffff;
    color: #4786ff;
}
.success div#tab_leaving_banner_container .left {
    padding-top: 62px;
}
.success div#tab_leaving_banner_container .founder {
    box-shadow: none;
}
div#tab_leaving_banner_container  .button{
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    padding: 17px 0 16px 0;
    text-transform: none;
    font-weight: 400;
    width: 325px !important;
}
div#tab_leaving_banner_container  .fm-form-container {
    width: 100%;
}
div#tab_leaving_banner_container  .founder {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    box-shadow: 0 5px 20px rgba(229, 230, 232, 0.6);
    border-radius: 65px;
}
div#tab_leaving_banner_container  .founder img {
    max-width: 100%;
}
div#tab_leaving_banner_container  .close {
    width: 12px;
    height: 12px;
    position: absolute;
    font-size: 12px;
    opacity: 0.5;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.success div#tab_leaving_banner_container  .close {
    display: none;
}
div#tab_leaving_banner_container  .left h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}
div#tab_leaving_banner_container  .left p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 200;
}

div#tab_leaving_banner_container  .fm-form-container .fm-form .button-submit {
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 0;
    background: #4786FF;
    border: 0;
    color: #ffffff;
    line-height: 26px;
    width: 250px;
    padding: 17px 0;
    margin: 15px auto 0;
    cursor: pointer;
    display: block;
}
div#tab_leaving_banner_container  .fm-form-container .fm-form .button-submit:hover {
    background: #3077FF;
}
div#tab_leaving_banner_container  .fm-form-container textarea {
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 18px !important;
    height: 254px !important;
    color: rgba(50, 58, 69, 0.5);
    font-size: 14px;
    line-height: 19px;
    padding: 15px;
    font-family: "Open Sans", sans-serif;
    resize: none;
}

div#tab_leaving_banner_container  .fm-form-container .wdform-label {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    padding-left: 12px;
}
div#tab_leaving_banner_container  .fm-form-container span.wdform-required {
    color: #FD3C31;
}
div#tab_leaving_banner_container  .fm-message.fm-notice-success {
    display: none;
}
div#tab_leaving_banner_container  .fm-form .wdform-field:not([type=type_hidden]) {
    padding: 0;
}
div#tab_leaving_banner_container  .wdform_footer {
    margin-top: 0;
}
div#tab_leaving_banner_container  .wdform_footer .wd-table{
    padding-top: 0 !important;
}
.plugin-wp-info-cont > .clear {
    margin: 0 auto;
    width: auto;
    display: inline-block;
}
.plugin-wp-info .wp-reviews {
    float: left;
    width: 105px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-right: 16px;
}
.plugin-wp-info .wp-download {
    float: left;
    text-align: left;
    padding-left: 12px;
    width: auto;
    display: inline-block;
}

.plugin-wp-info span.info_footer {
    font-size: 13px;
    color: #9c9c9c;
    display: block;
    line-height: 17px;
    text-align: center;
}
.plugin-wp-info span.info_header {
    color: #323A45;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.plugin-wp-info .wp-download span.info_header {
    font-weight:200;
}
.plugin-wp-info .wp-download span.info_header {
    padding-left: 17px;
}

.plugin-wp-info .wporg-ratings span.twtf,
.wp-download span.twtf-download{
    font-size: 12px;
    width: 12px;
    height: 12px;
}
.plugin-wp-info .wp-reviews:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: rgba(109, 120, 130, 0.2);
    position: absolute;
    right: -2px;
    top: 9px;
}

.plugin-wp-info .wporg-ratings,
.wp-download span.twtf-download{
    color: #ffb900;
    position: relative;
}
/*Reviews */
div#plugin-reviews {
    background: #ffffff;
}

div#plugin-reviews .reviews-container {
    text-align: center;
    width: 980px;
    margin: 0 auto;
    max-width: calc(100% - 140px);
    padding: 50px 0 80px;
}

#plugin-reviews h2 {
    color: #323A45;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

#plugin-reviews h3 {
    color: #323A45;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
}

#plugin-reviews .wporg-ratings {
    color: #ffb900;
    display: inline-block;
    position: relative;
    left: 5px;
}

#plugin-reviews .plugin-review:focus {
    outline: none;
}

#plugin-reviews .wporg-ratings span.twtf {
    font-size: 14px;
    width: 14px;
    height: 14px;
}

#plugin-reviews .plugin-review-header.clear {
    display: inline-block;
}

#plugin-reviews .plugin-review-author {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #9c9c9c;
}

#plugin-reviews .plugin-review-author span {
    font-style: italic;
    color: #323A45;
}

#plugin-reviews .plugin-review-text {
    color: #323A45;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    white-space: pre-wrap;
}

#plugin-reviews .slick-prev, #plugin-reviews .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 42px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent url(https://10web.io/wp-content/themes/10web-theme/css/../images/icons/arrows/review_arrow.svg) no-repeat;
    speak: none;
    background-size: 32px;
}

#plugin-reviews .slick-prev {
    left: -60px;
    -webkit-transform: rotateY(180deg) translateY(-50%);
    -moz-transform: rotateY(180deg) translateY(-50%);
    transform: rotateY(180deg) translateY(-50%);
}


#plugin-reviews .plugin-review-see-all a {
    color: #377BF1;
    font-size: 16px;
    margin-top: 11px;
    display: inline-block;
    text-decoration: none;
    padding-right: 14px;
    position: relative;
    background: url(https://10web.io/wp-content/themes/10web-theme/css/../images/icons/arrows/review_arrow_min.svg) no-repeat right 8px;
    background-size: 9px;
}
#video_container {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    display: none;
}
#video_container .iframe-container-latest{
    width: 1200px;
    border: 0;
    border-radius: 20px;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
    height: auto;
    padding: 0 !important;
}
#video_container .iframe-container-latest iframe {
    max-width: 100%;
}
#video_container > div {
    padding: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
#video_container .close_embed {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
#video_container .close_embed.mobile  {
    display: none;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.checkbox-div-10web{
    width: 14px;
    height: 14px;
    background: #FDFDFD;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    display: inline-block;
    margin-right: 7px;
    margin-left: 25px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-radius: 2px;
    float:left;
}
.checkbox-div-10web + label{
    float:left;
}
.checkbox-div-10web input[type="checkbox"]{
    position: absolute;
    z-index: -1;
    margin: 0 !important;
    width: 5px !important;
    height: 5px !important;
    min-width: 5px !important;
}
.checkbox-div-10web  label {
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: rgba(71, 134, 255, 1);
    top: -1px;
    left: -1px;
    padding: 0 !important;
    border-radius: 2px;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
}
.checkbox-div-10web input[type="checkbox"]:checked + label {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
/* Plugin page */
body.opened.page-template-page-plugins .phone-menu-div #log_buttons a.button {
    display: none;
}

@media screen and (max-width:767px){

    .checkbox-div-10web {
        margin-left: 0;
    }
    .checkbox-div-10web + label{
        width: calc(100% - 23px);
    }

}

@media screen and (max-width:1440px){
    #video_container .iframe-container-latest,
    #video_container .iframe-container-latest iframe{
        width: 996px;
        height:560px;
    }
}
@media screen and (max-width:1150px) {
    #video_container .iframe-container-latest iframe,
    #video_container .iframe-container-latest {
        width: 800px;
        height: 450px;
    }
}
@media screen and (max-width: 900px) {
    #video_container .iframe-container-latest iframe,
    #video_container .iframe-container-latest {
        width: 660px;
        height: 371px;
    }
}
@media screen and (max-width: 767px) {
    #video_container .iframe-container-latest iframe,
    #video_container .iframe-container-latest {
        width: 600px;
        height: 338px;
    }
    #video_container > div {
        padding: 0;
        width: 100%;
    }
    #video_container .close_embed.mobile {
        display: block;
        margin: 0;
        left: auto;
        right: 10px;
        top: 10px;
        -webkit-transform: translateY(0) translateX(0);
        -moz-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
    #video_container .close_embed.screen  {
        display: none;
    }
}
@media screen and (max-width: 620px){
    #video_container .iframe-container-latest iframe,
    #video_container .iframe-container-latest {
        height:300px;
    }
    #video_container .iframe-container-latest iframe,
    #video_container .iframe-container-latest {
        width: 423px;
        height: 238px;
    }
}
@media screen and (max-width: 440px){
    #video_container .iframe-container-latest iframe,
    #video_container .iframe-container-latest {
        width: 100%;
    }
    #video_container .iframe-container-latest {
        border-radius: 0;
    }
    #video_container {
        background: rgb(0, 0, 0);
    }
}
@media screen and (max-height:700px) {
    div#tab_leaving_banner_container {
        padding: 30px 70px 30px 80px;
    }
    div#tab_leaving_banner_container .leaving_banner_header {
        margin-bottom: 30px;
    }
    div#tab_leaving_banner_container .fm-form-container textarea {
        height: 230px !important;
    }
}

@media screen and (max-width:1320px){
    #home_section_5  .customer-care-item h3.sub-title {
        font-size: 25px;
    }

    #section_7 .content-left {
        margin-right: 50px;
    }
    #section_7 .content-right {
        width: calc(100% - 315px);
    }

    .widget_theme_10webfeaturedpost {
        margin-right: 0;
    }
    div.customers_success_stories {
        padding: 20px 0;
    }
    .move_your_website .container .left {
        width: 680px;
        margin-right: 20px;
    }
    .move_your_website .container .right {
        width: calc(100% - 700px);
    }
    .create_website_sites .steps {
        background-position: center 6px;
        background-size: 68%;
    }
}
@media screen and (max-width:1279px){
    .tenweb_topbar .container,
        /*.new-design .container,*/
    body.single-post footer#colophon .container,
    body.archive footer#colophon .container{
        width: calc(100% - 40px);
    }
    #home_section_5 .container {
        padding: 87px 0 89px;
    }
    #home_section_5.content_section .container h2 {
        font-size: 35px;
        line-height: 49px;
    }

    .page-template-page-plugins #home_section_5.customer-care h3.sub-title,
    #home_section_5.customer-care h3.sub-title {
        padding: 51px 0 0 0;
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 10px;
        background-position: center top;
    }
    #home_section_5 .customer-care-item{
        text-align: center;
    }
    #home_section_5 .customer-care-item:first-child h3.sub-title{
        padding: 51px 0 0 0;
        background-size: 58px;
    }
    #home_section_5 .customer-care-item .sub-description {
        font-size: 16px;
        line-height: 20px;
    }
    #home_section_5 .customer-care-item {
        width: calc((100% - 112px)/3);
    }
    #home_section_5 .customer-care-item:nth-child(3n + 2) {
        margin: 50px 56px 0;
    }
    .magical_numbers .numbers-speak-item strong {
        font-size: 50px;
        line-height: 68px;
    }
    #migration_numbers .numbers-speak-item,
    .magical_numbers .numbers-speak-item {
        padding: 34px 15px 37px;
    }
    #migration_numbers .numbers-speak-item strong,
    .magical_numbers .numbers-speak-item strong {
        font-size: 50px;
        line-height: 68px;
    }
    .magical_numbers .numbers-speak-item p {
        font-size: 18px;
        line-height: 24px;
        margin-top: -1px;
    }
    .magical_numbers .numbers-speak-item p b {
        font-size: 22px;
        line-height: 30px;
    }
    .magical_numbers .numbers-speak-item .icon {
        top: 10px;
        right: 10px;
        width:40px;
        height: 40px;
    }
    .magical_numbers .numbers-speak-item .icon span {
        width: 18px;
        height: 18px;
        background-size: contain;
    }
    .magical_numbers .numbers-speak-item.experience .icon span {
        width: 20px;
        height: 24px;
    }
    .magical_numbers .google_partner {
        margin-top: 30px;
    }
    .magical_numbers .google_partner p {
        font-size: 18px;
        line-height: 28px;
    }
    .create_website_sites .steps .step p b{
        font-size: 18px;
        line-height: 20px;
    }
    .customers_success_stories #plugin-reviews h2 {
        font-size: 45px;
        line-height: 60px;
    }
    .customers_success_stories .left {
        width: 280px;
    }
    .customers_success_stories .right {
        width: calc(100% - 305px);
    }
    .new-design  #migrate_customers_stories .slick-prev,
    .new-design  #migrate_customers_stories .slick-next{
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    .customers_success_stories div#plugin-reviews .reviews-content {
        width: 780px;
    }
    .new-design  #migrate_customers_stories .slick-prev{
        left: -70px;
    }
    .new-design  #migrate_customers_stories .slick-next {
        right: -70px;
    }

    .move_your_website .container {
        padding: 46px 0;
    }
    .move_your_website h2.section-title {
        font-size: 36px;
        line-height: 50px;
        padding-top: 150px;
        background-size: 120px;
    }
    .move_your_website h2.section-title  br{
        display:none;
    }
    .move_your_website .container .left {
        width: 533px;
    }
    .move_your_website .container .right {
        width: calc(100% - 553px);
    }
    .move_your_website .container .right img{
        max-width: 433px;
    }
    .move_your_website .container .left {
        margin-top: 47px;
    }
    div.customers_success_stories .container{
        background-image: none;
    }
    .create_website_sites .steps .step {
        width: calc((100% - 286px) / 3);
        margin-right: 143px;
    }
    .customers_success_stories .review-text {
        font-size: 22px;
    }
    .customers_success_stories .review-author-position {
        font-size: 16px;
        line-height: 22px;
    }
    .customers_success_stories .review-author-name {
        font-size: 32px;
    }
    .customers_success_stories .review-site {
        font-size: 14px;
        line-height: 19px;
    }
    .create_website_sites .steps {
        background-position: center 22px;
        background-size: 63%;
    }

}
@media only screen and (max-width: 1220px) {
    .content_section .container p {
        font-size: 18px;
        line-height: 26px;
    }
    #section_7 .content-left,
    #section_7 .content-right{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    #section_7 .content-left{
        margin-bottom: 20px;
    }
    #section_7 .content-left p br{
        display:initial;
    }
    #section_7 .footer_logo {
        margin-bottom: 20px;
    }

    #section_7 .container {
        border-bottom: 0;
        padding-top: 40px;
        padding-bottom: 0;
    }
    .footer_menu ul {
        width: 100%;
    }
    #section_8 .container {
        padding: 20px 0 40px;
    }
    .footer_menu li {
        list-style: none;
        font-size: 16px;
        margin-bottom: 18px;
        line-height: 26px;
    }

    .widget_theme_10webfeaturedpost{
        display:none;
    }
    .footer-copyright-title {
        display: none;
    }
    #section_8 .content-left,
    #section_8 .content-right {
        width: 100%;
        float: none;
        text-align: center;
    }
    #section_8 .social_icons {
        float: none !important;
        padding-bottom: 15px;
    }
}
@media screen and ( max-width: 1150px ){
    div#tab_leaving_banner {
        display: none !important;
    }
}

@media screen and (max-width: 1180px) {
    .single-post aside.widget_theme_10websubscribe,
    aside.widget_theme_10websocial {
        display: none;
    }
    .tenweb-page-bottom .widget_theme_10webpopulartags {
        display:block;
    }
    #footer .phone-menu-block {
        width: calc(100% - 250px);
    }
    .widget_theme_10webpoststabs {
        display: none;
    }
}
@media only screen and (max-width: 1080px) {
    #top-nav ul li a, .phone-menu-div ul.menu li a {
        padding: 15px 9px 18px;
        font-size: 14px;
    }
    #footer_logo .theme_10web_logo {
        width: 250px;
    }
}

@media screen and (max-width:1023px){
    .move_your_website .container .right img{
        max-width: 100%;
    }
    .new-design  #migrate_customers_stories .slick-prev,
    .new-design  #migrate_customers_stories .slick-next {
        top: 215px;
    }

    #migration_numbers .numbers-speak-item strong,
    .magical_numbers .numbers-speak-item strong {
        font-size: 36px;
        line-height: 49px;
    }
    .magical_numbers .numbers-speak-item p {
        font-size: 14px;
        line-height: 19px;
    }
    .magical_numbers .numbers-speak-item p b {
        font-size: 16px;
        line-height: 22px;
    }
    .magical_numbers .numbers-speak-item .icon {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .magical_numbers .numbers-speak-item .icon span {
        width: 12px;
        height: 12px;
    }
    .magical_numbers .numbers-speak-item.experience .icon span {
        width: 14px;
        height: 16px;
    }
    .magical_numbers .google_partner p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .magical_numbers .google_partner {
        padding: 30px 20px;
    }
    .magical_numbers .container {
        padding: 80px 0 50px;
    }
    .create_website_sites .steps {
        margin-top: 50px;
        background-size: 60%;
    }
    .create_website_sites .steps .step {
        padding-top: 130px;
        background-size: 130px;
        width: calc((100% - 210px) / 3);
        margin-right: 105px;
    }
    .customers_success_stories div#plugin-reviews .reviews-content {
        width: 580px;
        max-width: 100%;
        margin: 0 auto 0;
    }
    .customers_success_stories .left {
        float: none;
        margin: 0 auto 30px;
    }
    .customers_success_stories .right {
        width: 100%;
        float: none;
        padding-top: 0;
    }
    .customers_success_stories .review-text {
        text-align: center;
    }
    .customers_success_stories .user-info {
        text-align: center;
    }
    .customers_success_stories .review-author-name:after {
        content: "";
        bottom: -15px;
        right: 50%;
        margin-right: -60px;
    }
    .new-design  #migrate_customers_stories .slick-next {
        right: -50px;
    }
    .new-design  #migrate_customers_stories .slick-prev {
        left: -50px;
    }
    .customers_success_stories #plugin-reviews h2 {
        font-size: 45px;
        line-height: 60px;
        width: 433px;
        margin: 0 auto 10px;
        max-width: 100%;
    }
    .move_your_website h2.section-title {
        font-size: 30px;
        line-height: 40px;
    }
    .move_your_website .container .left {
        width: 390px;
        margin-right: 13px;
    }
    .move_your_website .container .right {
        width: calc(100% - 403px);
        margin-top: 45px;
    }
    .move_your_website .container {
        padding: 28px 0;
    }
    .move_your_website .container .left {
        margin-top: 13px;
    }
    #home_section_5 .customer-care-item {
        width: 290px;
        max-width: 100%;
        margin: 0 0 50px;
    }
    #home_section_5 .customer-care-item:nth-child(3n+2) {
        margin: 0 0 50px 90px;
    }
}
@media only screen and (min-width: 1024px){
    .new-design .container:not(.footer-container),
    body.single-post footer .container,
    body.archive footer .container,
    body.search footer .container {
        max-width: 1260px;
    }

    .content_section .container:not(.website) {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 1024px) {

    footer .footer_icon {
        width: 43px;
        height: 43px;
    }
    footer .footer_icon span {
        background-size: 159px;
    }
    footer .footer_google_plus span {
        background-position: 0 -1053px;
    }
    footer .footer_twitter span {
        background-position: 0 -1002px;
    }
    footer .footer_facebook span {
        background-position: 0 -951px;
    }
    footer .footer_youtube span {
        background-position: 0 -1104px;
    }
    #footer_logo, footer .phone-menu-block {
        float: none;
    }

    #footer_logo .theme_10web_logo {
        margin: 0 auto 15px;
    }

    #footer_logo > a {
        float: none;
    }
    #footer #footer_top {
        text-align: center;
    }

    #footer .container {
        padding: 0;
    }
    .opened .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99999;
        display: block;
    }

    .sub-description {
        height: auto !important;
    }
    #primary aside.widget_theme_10webmenu {
        display: none;
        position: static;
    }
    .page-header .container {
        padding: 100px 0 60px;
    }
    #footer .phone-menu-block {
        width: 100%;
    }
    .container {
        max-width: 95%;
    }

    #section_7 .container, #section_8 .container {
        width: 944px;
    }
    .section-title {
        font-size: 28px;
        line-height: 1.2em;
    }
    .section-description {
        font-size: 18px;
    }

    .sub-title a,
    .sub-title {
        font-size: 22px;
    }

    .sub-description {
        font-size: 16px;
    }

    .large-title{
        font-size: 24px;
    }

    .large-description {
        font-size: 16px;
    }

    .largest-title {
        font-size: 28px;
    }

    .largest-description {
        font-size: 16px;
    }
    .post_bottom_sidebar.clear {
        display:block;
    }

}

@media only screen and  (max-width: 1025px) {
    html.opened,
    body.opened,
    .opened #page {
        overflow: hidden !important;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:767px){

    .content_section .container p{
        font-size: 16px;
        line-height: 26px;
    }
    .footer_menu ul {
        margin-right: 0;
    }
    .sub-description {
        font-size: 14px;
        line-height: 24px;
    }
    .sub-description {
        font-size: 18px;
    }
    .container{
        width: calc(100% - 40px);
        margin: 0 auto
    }
    #section_7 .content-right, #section_7 .content-left {
        float: none;
    }
    #section_7 .container {
        padding-top: 20px;
        width: calc(100% - 40px);
    }
    #section_7 .content-right {
        width: 100% !important;
    }

    h2.section-title {
        font-size: 28px;
        line-height: 36px;
    }
    .section-description {
        font-size: 16px;
    }
    #section_7 .content-right {
        display: block;
    }

    #section_7 .content-left {
        width: 213px !important;
    }

    #section_7 .content-left p {
        font-size: 14px;
        line-height: 26px;
    }
    #footer_logo > a {
        float: none;
    }

    footer .widget_custom_html {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    footer .widget_custom_html div {
        display: inline-block;
    }
    .button {
        font-size: 12px;
        padding: 11px 34px;
    }
    .section-description {
        max-width: 100%;
        margin: 10px auto 20px;
    }

    .post_social_links_mobile .post_socials .tenweb-social {
        width: 24px;
        height: 24px;
        margin: 2.5px 0;
        background-size: 11px;
    }

    .cancel_anytime {
        font-size: 15px;
    }
    #home_section_10 ul.clear li:nth-child(2), #home_section_10 ul.clear li:nth-child(4) {
        width: 100%;
        margin: 0 auto 25px !important;
        padding:4px 0 4px 38px;
        font-size: 14px;
        line-height: 22px;
        background-position: left center;
        text-align: left;
        background-size: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .magical_numbers .container .google_partner h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .magical_numbers .container {
        padding: 50px 0 0;
    }
    .magical_numbers .numbers-speak-items.clear {
        margin-top: 30px;
    }
    #migration_numbers .numbers-speak-item,
    .magical_numbers .numbers-speak-item {
        float: none;
        width: 280px;
        margin: 0 auto 20px !important;
        max-width: 100%;
        padding: 39px 8px;
    }
    div#section_5_bg {
        background: url(https://10web.io/wp-content/themes/10web-theme/css/../images/home/section_5_bg1.png) -128px -122px;
        background-repeat: no-repeat;
    }
    .magical_numbers .numbers-speak-item strong {
        font-size: 40px;
        line-height: 55px;
    }
    .magical_numbers .numbers-speak-item p {
        font-size: 20px;
        line-height: 27px;
    }
    .magical_numbers .numbers-speak-item p b {
        font-size: 22px;
        line-height: 30px;
    }
    .magical_numbers .google_partner div {
        height: 72px;
        width: 150px;
        background-size: cover;
    }
    .magical_numbers .google_partner {
        margin-top: 0;
    }
    .create_website_sites .steps .step {
        padding-top: 120px;
        background-size: 120px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .create_website_sites .steps .step:last-child {
        margin-bottom: 0;
    }
    .create_website_sites .steps {
        margin-top: 27px;
        background-image: none;
    }
    div.customers_success_stories {
        padding: 0;
        background: #ffffff;
    }
    .new-design  #migrate_customers_stories .slick-prev,
    .new-design  #migrate_customers_stories .slick-next{
        display: none !important;
    }
    .customers_success_stories .left {
        margin: 0 auto 10px;
        max-width: 100%;
    }
    .customers_success_stories .review-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .customers_success_stories .review-author-name {
        font-size: 24px;
        line-height: 33px;
    }
    .move_your_website .container .left,
    .move_your_website .container .right{
        float:none;
        width:100%;
    }
    .move_your_website .container .left{
        margin:0 0 20px 0;
    }
    .move_your_website .container .left h2{
        background-position: center top;
        text-align: center;
        padding-top: 120px;
        background-size: 90px;
    }
    .move_your_website .container {
        padding: 50px 0;
    }
    .move_your_website .container .right img {
        max-width: 280px;
    }
    .magical_numbers .numbers-speak-item .icon {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }
    .magical_numbers .numbers-speak-item .icon span {
        width: 18px;
        height: 18px;
    }
    .magical_numbers .numbers-speak-item.experience .icon span {
        width: 20px;
        height:24px;
    }
    .magical_numbers .numbers-speak-item {
        background-size: cover !important;
    }
    .magical_numbers .numbers-speak-item:hover .icon:before,
    .magical_numbers .numbers-speak-item .icon:before {
        content: none;
    }
    .magical_numbers .numbers-speak-item:hover .icon {
        background-size: contain;
    }
    .magical_numbers .numbers-speak-item:hover .icon:after ,
    .magical_numbers .numbers-speak-item .icon:after {
        content: none;
    }
    .magical_numbers .numbers-speak-item:hover * ,
    .magical_numbers .numbers-speak-item * {
        color: #323A45;
    }
    #home_section_8 .review-author-image {
        width: 150px;
        margin: 0 auto;
    }
    #home_section_7 .customers_success_stories ul.slick-dots {
        margin-top: 20px;
    }
    .new-design .phone-menu-div .button {
        width: 200px !important;
    }
    #plugin-reviews h2 {
        font-size: 30px;
        line-height: 40px;
    }
    #home_section_5 .customer-care-item:nth-child(3n + 2) {
        margin: 0 0 50px 0;
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    #section_7 .content-right {
        width: 100%!important;
    }
    .footer_menu li {
        margin: 0 auto 10px;
    }
}


#trustpilot-reviews .review{
    float: left;
    width: 31%;
    margin: 0 1%;
    box-shadow: 0 5px 20px rgba(229, 230, 232, 0.8);
    border-radius: 15px;
    padding: 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #f3f3f3;
    background: #FFFFFF;
    position: relative;
}
#trustpilot-reviews .review .review-link{
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    position: absolute;
}
#trustpilot-reviews .review .review-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    min-height: 48px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
#trustpilot-reviews .review .review-content {
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 25px;
    min-height: 110px;
    line-height: 22px;
}
#trustpilot-reviews .review .stars {
    width: 100px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}
#trustpilot-reviews .review .trustpilot-logo {
    width: 80px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
}
#trustpilot-reviews .review .review-author {
    float: left;
    margin-left: 7px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#trustpilot-reviews .reviews-content.single-item {
    margin-top: 50px;
}
.trustpilot-reviews-section .container{
    padding: 70px 0 100px !important;
}

@media screen and (max-width: 1310px){
    #trustpilot-reviews .review .review-content {
        min-height: 110px;
    }
}
@media screen and (max-width: 1190px) {
    #trustpilot-reviews .review {
        margin: 0 !important;
        width: calc((100% - 40px) / 3) !important;
        float: left;
    }
    #trustpilot-reviews .review:nth-child(2) {
        margin: 0 20px 0 !important;
    }

    #trustpilot-reviews .review .review-title {
        font-size: 17px;
        line-height: 23px;
        min-height: 46px;
    }
    #trustpilot-reviews .review {
        padding: 15px;
    }
    #trustpilot-reviews .review .review-title {
        font-size: 18px;
        line-height: 23px;
    }
    #trustpilot-reviews .review .review-content {
        min-height: 154px;
    }

}
@media screen and (max-width: 1279px) {
    #trustpilot-reviews .review .review-title {
        min-height: 46px;
    }
    #trustpilot-reviews .review .review-content {
        min-height: 155px;
    }
    #trustpilot-reviews .review .trustpilot-logo {
        float: left;
        margin-top: 15px;
        clear: both;
    }
}
@media screen and (max-width: 1023px) {
    #trustpilot-reviews .review:nth-child(2) {
        margin: 0 10px 0 !important;
    }
    #trustpilot-reviews .review {
        width: calc((100% - 20px) / 3) !important;
    }
    #trustpilot-reviews .review .review-title {
        min-height: 69px;
        height: 69px;
        overflow: hidden;
    }
    #trustpilot-reviews .review .review-content {
        min-height: 198px;
    }
}
@media screen and (max-width: 767px) {
    #trustpilot-reviews .review:nth-child(2),
    #trustpilot-reviews .review {
        float: none;
        width: 339px !important;
        margin: 0 auto 20px !important;
        max-width: 100%;
    }
    #trustpilot-reviews .review .review-content,
    #trustpilot-reviews .review .review-title{
        min-height:auto;
        height: auto;
        overflow: visible;
    }
    .trustpilot-reviews-section .container {
        padding: 0 0 50px !important;
    }
}

@media screen and (min-width:1260px) and (max-width:1500px) {
    #section_7 .container, #section_8 .container {
        width: 1180px;
    }
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/page-templates-widgets.css */
.page-template-page-widgets h1.page-title,
.page-template-page-widgets .category-title {
    font-size: 50px;
    line-height: 60px;
    text-transform: none;
    font-weight: 800;
    margin: 0 auto 10px;
    color: #323A45;
    max-width: 100%;
}

.page-template-page-widgets div.buy_now {
    margin-top: -50px;
}

.page-template-page-widgets .buy_now .button {
    font-size: 18px;
    line-height: 28px;
    border-radius: 30px;
    width: 250px;
    padding: 16px 0;
}

.page-template-page-widgets.tenweb_ai_body .page-header .container {
    padding: 256px 0 180px;
}
.page-template-page-widgets .widget-items-container {
    text-align: center;
    padding-bottom: 150px;
    overflow: hidden;
}
.page-template-page-widgets .widget-items-container .category-desc {
    font-size: 26px;
    line-height: 40px;
    font-weight: 200;
}
.page-template-page-widgets .widget-items-container > .clear {
    padding-top: 80px;
    font-size: 0;
    line-height: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.page-template-page-widgets .widget-items-container:first-child {
    padding-top: 100px;
}
.page-template-page-widgets .widget-item {
    width: calc((100% - 80px)/4);
    display: inline-block;
    margin: 0 10px 100px;
    vertical-align: top;
}
.page-template-page-widgets .widget-item .widget-images{
    position: relative;
    padding-bottom: 10px;
}
.page-template-page-widgets .widget-item .widget_img {
    width: 100px;
    height: 100px;
    box-shadow: 0 5px 20px rgba(229,230,232,0.8);
    border-radius: 37px;
    margin: 0 auto 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.page-template-page-widgets .widget-item .twtf:before {
    font-size: 50px;
    margin-top: 25px;
    display: inline-block;
    line-height: 1.1;
    width: inherit;
}
.page-template-page-widgets .widget-item .twtf-custom_add_to_cart.twtf:before {
    font-size: 32px;
    margin-top: 36px;
}
.page-template-page-widgets .widget-item:hover .twtf:before {
    background: linear-gradient(to left, #4C7CFC,#6358F2);
    color: #6358F2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-template-page-widgets .widget-item .twtf-countdown:before {
    font-size: 30px;
    margin-top: 35px;
    display: inline-block;
}
.page-template-page-widgets .widget-item p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
}
.page-template-page-widgets .widget-item .widget-name{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0 15px;
}
.page-template-page-widgets .widgets-body {
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    padding-top: 100px;
}
.page-template-page-widgets .site_header.fixed .login_but.menu-button {
    background:#F8C332 !important;
    color: #ffffff;
}
.page-template-page-widgets .site_header.fixed .login_but.menu-button:hover {
    background:#F9BB11 !important;
    color: #ffffff;
}


@media only screen and (max-width: 1320px) {

    .page-template-page-widgets.tenweb_ai_body .page-header .container {
        padding: 206px 0 180px;
    }
}
@media only screen and (max-width: 1279px) {
    .page-template-page-widgets .widget-items-container > .clear {
        width: calc(100% + 69px);
        margin-left: -34px;
    }
    .page-template-page-widgets .widget-item {
        width: calc((100% - 207px)/3);
        margin: 0 34px 80px;
    }
    .page-template-page-widgets h1.page-title,
    .page-template-page-widgets .category-title {
        font-size: 45px;
        line-height: 50px;
    }
    .page-template-page-widgets.tenweb_ai_body .page-header .container{
        padding: 170px 0 180px;
    }
    .page-template-page-widgets .widget-items-container .category-desc {
        font-size: 24px;
        line-height: 32px;
    }
    .page-template-page-widgets div.buy_now {
        margin-top: -30px;
    }
    .page-template-page-widgets .widget-items-container:first-child {
        padding-top: 80px;
    }
    .page-template-page-widgets .widget-items-container {
        padding-bottom: 100px;
    }
    .page-template-page-widgets .widget-items-container > .clear {
        padding-top: 50px;
    }
    .page-template-page-widgets .widgets-body {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 1023px) {
    .page-template-page-widgets .widget-items-container > .clear {
        width: calc(100% + 69px);
        margin-left: -34px;
    }
    .page-template-page-widgets .widget-item {
        width: calc((100% - 138px)/2);
        margin: 0 34px 50px;
    }
    .page-template-page-widgets div.buy_now {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-page-widgets .widgets-body {
        padding-top: 50px;
    }
    .page-template-page-widgets #main #primary #content .widgets-body.tenweb_lazy_loaded {
        background-image: none !important;
    }
    .page-template-page-widgets .widget-items-container > .clear {
        width: calc(100% + 38px);
        margin-left: -19px;
    }
    .page-template-page-widgets .widget-item {
        width: calc((100% - 76px) / 2);
        margin: 0 19px 50px;
    }
    .page-template-page-widgets h1.page-title,
    .page-template-page-widgets .category-title {
        font-size: 26px;
        line-height: 38px;
    }

    .page-template-page-widgets.tenweb_ai_body .page-header .container{
        padding: 100px 0 50px;
    }

    .page-template-page-widgets .widget-items-container .category-desc {
        font-size: 16px;
        line-height: 26px;
    }

    .page-template-page-widgets .widget-item .widget_img {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
        border-radius: 29px;
    }

    .page-template-page-widgets .widget-item .twtf:before {
        font-size: 46px;
        margin-top: 17px;
    }
    .page-template-page-widgets .widget-item .twtf.twtf-countdown:before {
        font-size: 30px;
        margin-top: 26px;
    }
    .page-template-page-widgets .widget-item .twtf-custom_add_to_cart.twtf:before {
        font-size: 28px;
        margin-top: 27px;
    }
    .page-template-page-widgets .widget-item p{
        display: none;
    }
    .page-template-page-widgets .widget-item .widget-name {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0;
        display: block;
    }
    .page-template-page-widgets.new-design .button {
        width: 200px !important;
        padding: 14px 0 14px 0 !important;
        line-height: 22px !important;
        border-radius: 25px !important;
        font-size: 14px !important;
    }
    .page-template-page-widgets .widget-items-container:first-child {
        padding-top: 50px;
    }
    .page-template-page-widgets .widget-items-container {
        padding-bottom: 80px;
    }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/reset.css */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

/*a:focus {
  outline: thin dotted;
}*/

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #2A2F30;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main.css */
body.scroll_disclaimer {
  overflow: hidden;
}

br.desktop_1280 {
  display: none;
}

.hidden {
  display: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.see_more {
  margin: 0 auto;
}

.section .title {
  font-weight: 800;
  margin: 0;
}
.section .big-title {
  font-weight: 800;
  color: #000000;
}
.section.right_header .section-header {
  text-align: right;
}
.section.left_header .section-header {
  text-align: left;
}
.section.center_header .section-header {
  text-align: center;
}

.clear:after {
  clear: both;
}

.section_content {
  display: inline-block;
}

.section_title {
  text-align: center;
  font-weight: 800;
}

.section_sub_title {
  font-weight: 300;
}
.section_sub_title b {
  font-weight: 600;
}

.sub_title {
  text-align: center;
  font-weight: 800;
}

.small-sub-title {
  color: #000000;
  font-weight: 700;
}
.small-sub-title.blue {
  color: #4285F4;
}
.small-sub-title.green {
  color: #34A853;
}

.period_tab .active:after, .plan_details ul .level_1::before, #header .phone-menu-block > a:before {
  font-family: "twtf" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.gradient-color {
  color: #34A853;
  background-color: #34A853;
  background-image: -webkit-linear-gradient(300deg, #34A853, #4285F4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.custom-scroll-transparent::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.custom-scroll-transparent::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

body.do-not-scroll {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}

/*customize slick*/
.slick-prev,
.slick-next {
  top: calc(50% - 16px);
  font-size: 0;
  position: absolute;
  color: #d5122f;
  border: 0;
  background: none;
  z-index: 1;
}

.slick-prev {
  left: 20px;
}

.slick-prev:after {
  content: "";
  background-image: url('https://10web.io/wp-content/themes/10web-theme/css/scss/main/../../../images/icons/arrows/slick_prev.svg');
}

.slick-next:after {
  content: "";
  background-image: url('https://10web.io/wp-content/themes/10web-theme/css/scss/main/../../../images/icons/arrows/slick_next.svg');
}

.slick-next:after, .slick-prev:after {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.slick-next {
  right: 20px;
  text-align: right;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:before {
  background-color: #B8BEC5;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  text-align: center;
  opacity: 0.15;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.2;
  background-color: #323A45;
  width: 14px;
  height: 14px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.clear:before, .clear:after {
  display: table;
  content: "";
}

/*end customize slick*/
.for_bg {
  width: 100%;
  background-position: center bottom;
  background-size: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  overflow: hidden;
}

.page-template-page_home_alternative .for_bg {
  background-position: center 860px;
}

/*User activation page*/
div#signup-content {
  padding: 130px 0 100px;
  max-width: 1180px;
  margin: 0 auto;
}
div#signup-content h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
div#signup-content div#signup-welcome {
  margin-bottom: 20px;
}
div#signup-content div#signup-welcome p {
  margin-bottom: 10px;
}
div#signup-content div#signup-welcome p span.h3 {
  padding: 0 8px 0 0;
}
div#signup-content .view a:active, div#signup-content .view a:hover, div#signup-content .view a:visited {
  color: #2160b5;
}
div#signup-content .lead-in {
  line-height: 1.3;
}
div#signup-content .lead-in a:active, div#signup-content .lead-in a:hover, div#signup-content .lead-in a:visited {
  color: #2160b5;
}
div#signup-content #activateform {
  width: 600px;
  max-width: 100%;
}
div#signup-content #activateform p {
  margin-bottom: 15px;
}
div#signup-content #activateform p label {
  margin-bottom: 10px;
  display: inline-block;
}
div#signup-content #activateform #submit, div#signup-content #activateform #key {
  width: 100%;
  box-sizing: border-box;
}

@keyframes ripple_desktop {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 10px rgba(248, 195, 50, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 10px rgba(248, 195, 50, 0.3), 0 0 0 25px transparent;
  }
}
@keyframes ripple_mobile {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 5px rgba(248, 195, 50, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 5px rgba(248, 195, 50, 0.3), 0 0 0 13px transparent;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main_1920.css */
@media screen and (min-width: 1261px) {
  body.scroll_disclaimer {
    margin-right: 17px;
  }
  body.scroll_disclaimer #header {
    width: calc(100% + 17px);
    left: -17px;
  }
  br.tablet, br.mobile,
  img.bg_tablet, img.bg_mobile {
    display: none;
  }
  br.desktop,
  img.bg_desktop {
    display: block;
  }
  .container {
    max-width: 1180px;
  }
  .section h1.title {
    font-size: 50px;
    line-height: 70px;
  }
  .section .big-title {
    font-size: 70px;
    line-height: 96px;
    margin-bottom: 20px;
  }
  .section .small-sub-title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 5px;
  }
  .section_title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .section_content,
  .section_description {
    font-size: 20px;
    line-height: 30px;
  }
  .section_sub_title {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
  .sub_title {
    font-size: 36px;
    line-height: 56px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  body.scroll_disclaimer {
    margin-right: 17px;
  }
  body.scroll_disclaimer #header {
    width: calc(100% + 17px);
    left: -17px;
  }
  br.desktop, br.mobile,
  img.bg_desktop, img.bg_mobile {
    display: none;
  }
  br.tablet,
  img.bg_tablet {
    display: block;
  }
  .container {
    max-width: 720px;
  }
  .section .title {
    font-size: 36px;
    letter-spacing: 0.36px;
    line-height: 54px;
  }
  .section .big-title {
    font-size: 50px;
    line-height: 76px;
    margin-bottom: 5px;
  }
  .section .small-sub-title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .section_title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .section_description,
  .section_content {
    font-size: 14px;
    line-height: 24px;
  }
  .section_sub_title {
    font-size: 18px;
    margin: 14px 0 30px 0;
    line-height: 32px;
  }
  .sub_title {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.23px;
  }
  .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main_320.css */
@media screen and (max-width: 767px) {
  br.desktop, br.tablet,
  img.bg_desktop, img.bg_tablet {
    display: none;
  }
  br.mobile,
  img.bg_mobile {
    display: block;
  }
  .container {
    max-width: 280px;
  }
  .title_container {
    width: 240px;
    margin-left: 20px;
  }
  .title_container * {
    text-align: left;
  }
  .section h1.title {
    font-size: 28px;
    line-height: 38px;
  }
  .section .big-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 5px;
  }
  .section .small-sub-title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .section_title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .section_description,
  .section_content {
    font-size: 14px;
    line-height: 24px;
  }
  .section_sub_title {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 20px 0;
  }
  .sub_title {
    font-size: 28px;
    line-height: 42px;
  }
  .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header.css */
body.opened .site_header .phone-menu-block > a {
  background: none !important;
}
body.opened .site_header :not(.fixed) .logo .theme_10web_logo.theme_10web_white_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo.svg);
}

.phone-header-part,
.hover-plugin-trial-popup {
  display: none;
}

.buy_now_button {
  font-weight: 600;
  text-align: center !important;
  display: block;
  float: right;
  border: 1px solid rgba(186, 195, 207, 0.5019607843);
  color: #323A45;
  box-sizing: border-box;
  text-decoration: none;
  padding: 13px 20px;
  background: rgba(186, 195, 207, 0.1215686275);
  border-radius: 6px;
}

.site_header {
  position: absolute;
  z-index: 999999;
  top: 0;
  width: 100%;
}
.site_header a:not(.sign_up_attr):not(.buy_now_button) {
  color: #000000;
}
.site_header .container {
  position: static;
  display: flex;
}
.site_header .container .logo {
  display: flex;
  justify-content: center;
}
.site_header .container .logo a, .site_header .container .logo div {
  margin: auto;
}
.site_header .buy_now_button {
  padding: 13px 12px;
  background: rgba(186, 195, 207, 0.12);
  color: #323A45;
}
.site_header .buy_now_button:hover {
  background-color: rgba(186, 195, 207, 0.22);
}
.site_header .phone-menu-block li.plugins_nav_menu {
  display: none;
}
.site_header .phone-menu-block .menu_button {
  position: absolute;
  display: none;
  left: 15px;
  top: 20px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.site_header .phone-menu-block .menu_button div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 10px;
  cursor: pointer;
}
.site_header .phone-menu-block .menu_button div span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #323A45;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  cursor: pointer;
}
.site_header .phone-menu-block .menu_button div span:first-of-type {
  top: 0;
}
.site_header .phone-menu-block .menu_button div span:last-of-type {
  bottom: -1px;
}
.site_header .phone-menu-block .menu_button.active span {
  height: 2px;
  background-color: #333333 !important;
}
.site_header .phone-menu-block .menu_button.active span:first-of-type {
  transform: rotate(45deg);
  top: 4px;
}
.site_header .phone-menu-block .menu_button.active span:last-of-type {
  transform: rotate(-45deg);
  bottom: 4px;
}
.site_header.header-new .logo a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.site_header.header-new .logo .theme_10web_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.site_header.header-new .logo .theme_10web_logo.theme_10web_affiliates_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo_affiliates.svg);
}
.site_header.header-new:not(.fixed) .logo .theme_10web_logo.theme_10web_white_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo_white.svg);
}
.site_header.white #header {
  background: #fff !important;
}
.site_header.white-menu:not(.fixed) .buy_now_button {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 0;
}
.site_header.white-menu:not(.fixed) .buy_now_button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.site_header.white-menu:not(.fixed) .phone-menu-block .menu_button div span {
  background-color: #ffffff;
}
.site_header.white-menu.white-fixed #header {
  background: #2A2F30 !important;
}
.site_header.white-menu.white-fixed .theme_10web_logo.theme_10web_white_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo_white.svg);
}
.site_header.white-menu.white-fixed .buy_now_button {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border: 0;
}
.site_header.white-menu.white-fixed .buy_now_button:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.site_header.white-menu.white-fixed .phone-menu-block .menu_button div span {
  background-color: #ffffff;
}
.site_header.white-bg-menu #header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

body.opened {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}
body.opened .theme_10web_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo_white.svg) !important;
}
body.opened .buy_now_button {
  color: #fff;
  float: none;
}
body.opened .site_header #header,
body.opened .site_header.white-menu.white-fixed #header {
  background: #000000 !important;
}
body.opened .phone-header-part {
  display: block;
}
body.opened .phone-menu-div {
  height: calc(100% - 70px);
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 70px;
  width: 100%;
  display: block;
  z-index: 100000000000000000000;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
body.opened .phone-menu-div .menu-top-menu-container {
  padding-bottom: 90px;
}
body.opened .phone-menu-div #log_buttons {
  padding: 20px 0;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
body.opened .phone-menu-div #log_buttons .button {
  width: 200px;
  padding: 14px 0;
  line-height: 22px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  margin: 0 auto 0;
  border: 0;
  display: block;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
body.opened .phone-menu-div #log_buttons .tw_button {
  width: 220px;
  box-sizing: border-box;
}
body.opened .phone-menu-div .phone-menu-div-content.fixed-button #log_buttons {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_1920.css */
@media screen and (min-width: 1261px) {
  .site_header.only_logo_button .phone-menu-block {
    height: 50px;
  }
  .site_header.only_logo_button .phone-menu-block #top-nav {
    justify-content: flex-end !important;
  }
  .site_header.only_logo_button .phone-menu-block #top-nav .login_signin {
    display: none !important;
  }
  .site_header .container {
    justify-content: flex-start;
    padding: 15px 0;
    max-width: 1180px !important;
  }
  .site_header .logo .theme_10web_logo {
    width: 112px;
    height: 30px;
  }
  .site_header .logo .theme_10web_logo.theme_10web_affiliates_logo {
    width: 194px;
    height: 30px;
  }
  .site_header .phone-menu-block {
    width: 100%;
  }
  .site_header .phone-menu-block .dark_grey_bg {
    background: #000000;
    color: #ffffff;
    border: 0;
  }
  .site_header .phone-menu-block #top-nav {
    display: flex !important;
    align-items: center;
    min-height: 50px;
  }
  .site_header .phone-menu-block #top-nav .login_and_button .buy_now_button,
  .site_header .phone-menu-block #top-nav .login_and_button .sign_up_attr,
  .site_header .phone-menu-block #top-nav .login_and_button .buy_now {
    width: 220px;
    font-size: 14px;
    padding: 15px 0;
    line-height: 18px;
  }
  .site_header .phone-menu-block #top-nav .login_and_button .plugin_button {
    width: 202px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_1260.css */
@media screen and (max-width: 1260px) and (min-width: 1025px) {
  .site_header .container {
    max-width: 990px !important;
    padding: 20px 0;
    justify-content: center;
  }
  .site_header .logo .theme_10web_logo {
    width: 112px;
    height: 30px;
    margin-top: 0;
  }
  .site_header .logo .theme_10web_logo.theme_10web_affiliates_logo {
    width: 187px;
    height: 29px;
  }
  .site_header .phone-menu-block .menu_button {
    display: inline-block;
  }
  .site_header .phone-menu-block #top-nav {
    display: none;
  }
  .site_header .phone-menu-block #top-nav .login_and_button .buy_now_button,
  .site_header .phone-menu-block #top-nav .login_and_button .sign_up_attr,
  .site_header .phone-menu-block #top-nav .login_and_button .buy_now {
    width: 202px;
    font-size: 13px;
    letter-spacing: 0.11px;
    padding: 14px 0;
    line-height: 18px;
  }
  .site_header .phone-menu-block #top-nav .login_link_home {
    font-size: 14px;
    padding-right: 10px;
  }
  .site_header.fixed.header-new #header .container {
    padding: 20px 0;
  }
  body.opened {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
  }
  body.opened .buy_now_button {
    color: #fff;
    float: none;
  }
  body.opened .phone-header-part {
    display: block;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_1024.css */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site_header .container {
    padding: 20px 0;
    justify-content: center;
  }
  .site_header .logo .theme_10web_logo {
    width: 112px;
    height: 30px;
    margin-top: 0;
  }
  .site_header .logo .theme_10web_logo.theme_10web_affiliates_logo {
    width: 187px;
    height: 29px;
  }
  .site_header .phone-menu-block .menu_button {
    display: inline-block;
  }
  .site_header.fixed.header-new #header .container {
    padding: 20px 0;
  }
  body.opened {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
  }
  body.opened .buy_now_button {
    color: #fff;
    float: none;
  }
  body.opened .phone-header-part {
    display: block;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_320.css */
@media screen and (max-width: 767px) {
  .site_header .container {
    padding: 20px 0;
    justify-content: center;
  }
  .site_header .logo .theme_10web_logo {
    width: 112px;
    height: 30px;
    margin-top: 0;
  }
  .site_header .logo .theme_10web_logo.theme_10web_affiliates_logo {
    width: 187px;
    height: 29px;
  }
  .site_header .phone-menu-block .menu_button {
    display: inline-block;
  }
  .site_header.fixed.header-new #header .container {
    padding: 20px 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_fixed.css */
.site_header.fixed {
  position: fixed;
  z-index: 999999999;
}
.site_header.fixed #header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
}
.site_header.fixed .buy_now_button,
.site_header.fixed .buy_now {
  color: #fff;
  margin-top: 0;
}
.site_header.fixed .buy_now_button.green_bg,
.site_header.fixed .buy_now.green_bg {
  border-color: #22B339;
  background-color: #22B339;
}
.site_header.fixed .buy_now_button.green_bg:hover,
.site_header.fixed .buy_now.green_bg:hover {
  border-color: #22B339;
  background-color: #22B339;
  opacity: 0.8;
}
.site_header.fixed .phone-menu-block #top-nav .menu {
  margin-bottom: 0;
}
.site_header.fixed .container {
  padding: 14px 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/menu/menu.css */
.site_header.header-new .menu.landing-menu {
  display: flex;
  flex-direction: row;
}
.site_header.header-new .menu .menu-item-has-children > a {
  position: relative;
  cursor: pointer;
}
.site_header.header-new .menu .menu-item-has-children > a:after {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/menu/../../../images/icons/arrows/drop_down_icon.svg) no-repeat;
  content: "";
  width: 14px;
  bottom: 0;
  height: 14px;
  background-size: 100%;
  position: absolute;
}
.site_header.header-new .menu .menu-item-has-children.active > a {
  position: relative;
  cursor: pointer;
}
.site_header.header-new .menu .menu-item-has-children.active > a:after {
  transform: rotateX(180deg);
}
.site_header .phone-menu-block li.plugins_nav_menu {
  display: none;
}
.site_header .phone-menu-block #top-nav {
  display: none;
}
.site_header .phone-menu-block #top-nav .menu-nav-menu-container {
  display: flex;
  align-items: center;
}
.site_header .phone-menu-block #top-nav:not(.minified) {
  justify-content: space-between;
}
.site_header .phone-menu-block #top-nav.minified {
  justify-content: flex-end;
}
.site_header .phone-menu-block #top-nav .menu_item_link {
  margin: auto;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}
.site_header .phone-menu-block #top-nav .menu_item_link:hover {
  opacity: 50% !important;
}
.site_header .phone-menu-block #top-nav .menu {
  font-size: 0;
  float: left;
  padding: 0;
}
.site_header .phone-menu-block #top-nav .menu > li:not(.plugins_nav_menu) {
  display: inline-block;
}
.site_header .phone-menu-block #top-nav .menu > li > a {
  line-height: 22px;
  user-select: none;
  text-transform: none;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  display: inline-block;
}
.site_header .phone-menu-block #top-nav .menu > li > a:hover {
  opacity: 50% !important;
}
.site_header .phone-menu-block #top-nav .menu > li.talk-to-sales {
  display: none;
}
.site_header .phone-menu-block #top-nav .menu > li:last-child {
  display: none;
}
.site_header .phone-menu-block #top-nav .login_and_button {
  display: flex;
}
.site_header .phone-menu-block #top-nav .login_and_button .login_and_talk_to_sales {
  display: flex;
}
.site_header .phone-menu-block #top-nav .login_and_button .login_and_talk_to_sales .talk_to_sales__text {
  cursor: pointer;
}
.site_header .phone-menu-block #top-nav .login_and_button .buy_now_button,
.site_header .phone-menu-block #top-nav .login_and_button .sign_up_attr,
.site_header .phone-menu-block #top-nav .login_and_button .buy_now {
  margin: 0;
}
.site_header.white-background-menu {
  background: #ffffff;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/menu/menu_1920.css */
@media screen and (min-width: 1261px) {
  .site_header .phone-menu-block #top-nav .menu {
    margin: 0 0 0 46px;
  }
  .site_header .phone-menu-block #top-nav .menu li a {
    font-size: 16px;
    padding: 10px 26px 10px 0;
  }
  .site_header .phone-menu-block #top-nav .menu .menu-item-has-children > a {
    padding-right: 38px;
  }
  .site_header .phone-menu-block #top-nav .menu .menu-item-has-children > a:after {
    top: 14px;
    right: 20px;
  }
  .site_header .phone-menu-block #top-nav .login_and_talk_to_sales {
    align-items: center;
    gap: 20px;
    margin-right: 30px;
  }
  .site_header .menu .sub-menu-container .container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .site_header.white-menu.white-fixed .buy_now_button,
  .site_header.white-menu.white-fixed .phone-menu-block #top-nav .menu_item_link,
  .site_header.white-menu.white-fixed a:not(.sign_up_attr):not(.buy_now_button), .site_header.white-menu:not(.fixed) .buy_now_button,
  .site_header.white-menu:not(.fixed) .phone-menu-block #top-nav .menu_item_link,
  .site_header.white-menu:not(.fixed) a:not(.sign_up_attr):not(.buy_now_button) {
    color: #FFFFFF;
  }
  .site_header.white-menu.white-fixed .menu-item-has-children > a:after, .site_header.white-menu:not(.fixed) .menu-item-has-children > a:after {
    background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/menu/../../../images/icons/arrows/drop_down_white.svg) no-repeat;
  }
  .site_header.white-menu.white-fixed .menu-item-has-children.active > a:after, .site_header.white-menu:not(.fixed) .menu-item-has-children.active > a:after {
    transform: rotateX(180deg);
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/menu/menu_320.css */
@media screen and (max-width: 1260px) {
  .phone-menu-div ul.menu li.menu-item {
    display: list-item;
    list-style: none;
  }
  .menu .sub-menu-container .sub-menu li {
    opacity: 1;
  }
  body.opened .phone-menu-div ul.menu {
    margin: 0 20px;
  }
  body.opened .phone-menu-div ul.menu a {
    color: #ffffff !important;
  }
  body.opened .phone-menu-div ul.menu > li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 21px 0 19px;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }
  body.opened .phone-menu-div ul.menu > li .sub-menu-container {
    margin-top: -5px;
    display: none;
  }
  body.opened .phone-menu-div ul.menu > li.menu-item {
    display: list-item;
    list-style: none;
  }
  body.opened .phone-menu-div ul.menu > li.plugins_nav_menu {
    display: none;
  }
  body.opened .phone-menu-div ul.menu > li.ai_builder_menu_item {
    display: none;
  }
  body.opened .phone-menu-div ul.menu > li.menu-item-has-children > a {
    position: relative;
  }
  body.opened .phone-menu-div ul.menu > li.menu-item-has-children > a:after {
    background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/menu/../../../images/icons/arrows/bold-arrow-white.svg) no-repeat;
    content: "";
    width: 18px;
    top: 22px;
    right: 0;
    height: 18px;
    background-size: 100%;
    position: absolute;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  body.opened .phone-menu-div ul.menu > li.opened .sub-menu-container {
    display: block;
  }
  body.opened .phone-menu-div ul.menu > li.opened > a:after {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  body.opened .phone-menu-div ul.menu > li:first-child a {
    border-top: 0;
  }
  body.opened .phone-menu-div .sub-menu-container ul.sub-menu li:last-child {
    border-bottom: 0 !important;
  }
  body.opened .phone-menu-div ul.sub-menu li {
    margin-bottom: 15px;
  }
  body.opened .menu .sub-menu-container .container {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
  }
  body.opened .menu .sub-menu-container li a {
    padding: 0 !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer.css */
footer {
  padding-top: 56px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer #footer_top {
  border-bottom: 1px solid rgba(50, 58, 69, 0.05);
  padding-bottom: 35px;
}
footer #footer_top .footer_logo {
  width: 129px;
  line-height: 0;
  margin-bottom: 30px;
}
footer #footer_top .content-left {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.13px;
}
footer #footer_top .footer_widget_nav_menu {
  vertical-align: top;
  display: inline-block;
  width: unset;
}
footer #footer_top .footer_widget_nav_menu .widget-title {
  font-size: 18px;
  line-height: 24px;
  color: #323A45;
  letter-spacing: 0.15px;
  font-weight: 700;
  margin-bottom: 30px;
}
footer #footer_top .footer_widget_nav_menu .widget-title img {
  display: none;
}
footer #footer_top .footer_widget_nav_menu .menu .menu-item {
  margin-bottom: 25px;
}
footer #footer_top .footer_widget_nav_menu .menu .menu-item a {
  font-size: 16px;
  line-height: 22px;
  color: #323A45;
  letter-spacing: 0.13px;
  font-weight: 400;
  text-decoration: none;
}
footer #footer_top .footer_widget_nav_menu:last-child {
  margin-right: 0;
}
footer #footer_top .footer_menu aside div {
  display: block;
}
footer #footer_bottom {
  padding: 15px 0 20px;
}
footer #footer_bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer #footer_bottom .content-left {
  max-width: 100%;
}
footer #footer_bottom .content-right {
  width: 375px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .social_icons {
  position: relative;
}
footer .social_icons img {
  width: 30px;
  height: 30px;
}
footer .social_icons li {
  margin-right: 21px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
footer .social_icons li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
footer .social_icons li a:hover {
  color: #4786ff;
  opacity: 1;
}
footer .social_icons li:last-child {
  margin: 0;
}
footer .copyright_info {
  font-size: 14px;
}
footer .copyright_info a {
  color: #323A45;
  text-decoration: underline;
}
footer .copyright_info a:hover {
  text-decoration: none;
}
footer #privacy-policy {
  padding: 0 15px 0 10px;
  position: relative;
}
footer #terms-of-services, footer #sla {
  padding: 0 15px 0 0;
  position: relative;
}
footer #privacy-policy:after,
footer #terms-of-services:after,
footer #sla:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #323A45;
  position: absolute;
  right: 4px;
  top: 10px;
  border-radius: 2px;
}
footer .footer_location {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.13px;
  color: #323A45;
  opacity: 1;
}
footer.minified {
  padding-top: 0;
}
footer.minified #footer_bottom {
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
}
footer.minified #footer_bottom .content-left, footer.minified #footer_bottom .content-right {
  line-height: 18px;
  float: unset;
  width: unset;
  margin: 0;
}
footer.dark {
  background: #000000;
}
footer.dark .copyright_info a,
footer.dark * {
  color: #ffffff;
}
footer.dark #footer_top .footer_widget_nav_menu .menu .menu-item a {
  color: rgba(255, 255, 255, 0.5);
}
footer.dark #footer_top .footer_widget_nav_menu .widget-title {
  color: #ffffff;
}
footer.dark .footer_menu aside .widget-title {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
footer.dark #privacy-policy:after,
footer.dark #terms-of-services:after,
footer.dark #sla:after {
  background: rgba(255, 255, 255, 0.5);
}
footer.dark .social_icons {
  display: flex !important;
  gap: 10px;
}
footer.dark .social_icons li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0;
}
footer.dark .social_icons li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
footer.dark .social_icons li a img {
  width: 14px;
  height: 14px;
}
footer.dark .social_icons li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.hidden {
  display: none;
}

body #webWidget {
  z-index: 9999999999 !important;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_1920.css */
@media screen and (min-width: 1261px) {
  footer .container.footer-container, footer #footer_bottom .container {
    max-width: 1180px;
  }
  footer #footer_bottom .container {
    flex-direction: row-reverse;
  }
  footer #footer_top {
    width: 1180px;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  footer #footer_top .footer_logo {
    margin-bottom: 35px;
  }
  footer #footer_top .footer_logo img {
    width: 129px;
    height: 36px;
  }
  footer #footer_top .content-left {
    width: 172px;
    margin-right: 100px;
  }
  footer #footer_top .content-right {
    width: 900px;
  }
  footer #footer_top .content-right .footer_menu {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  footer.dark #footer_top .footer_widget_nav_menu .menu-item a:hover {
    color: #ffffff;
  }
  .single-theme_10web_plugins footer #footer_bottom {
    padding: 15px 0 58px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_768.css */
@media screen and (max-width: 1260px) {
  .single-theme_10web_plugins footer .container {
    max-width: 720px !important;
  }
  footer .container.footer-container, footer #footer_bottom .container {
    max-width: 720px;
  }
  footer #footer_bottom .container {
    flex-direction: column;
  }
  footer #footer_top {
    border-bottom: 0;
    padding: 0;
    display: block;
    width: 720px;
  }
  footer #footer_top .content-left {
    float: none;
  }
  footer #footer_top .content-left .footer_logo img {
    width: 129px;
    height: 36px;
  }
  footer #footer_top .content-right {
    float: none;
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
  }
  footer #footer_top .footer_menu aside {
    display: block;
    width: 100%;
  }
  footer #footer_top .footer_menu aside .widget-title {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(50, 58, 69, 0.0509803922);
  }
  footer #footer_top .footer_menu aside .widget-title img {
    display: block;
    width: 10px;
    top: 27px;
    height: 10px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  footer #footer_top .footer_menu aside .widget-title.active img {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  footer #footer_top .footer_menu aside div {
    display: none;
  }
  footer #footer_top .footer_menu aside:last-child {
    border-bottom: 1px solid rgba(50, 58, 69, 0.0509803922);
  }
  footer #footer_bottom {
    text-align: center;
    padding: 0;
  }
  footer #footer_bottom .social_icons {
    float: none;
    display: block;
    width: 100%;
  }
  footer #footer_bottom .content-right, footer #footer_bottom .content-left {
    float: none;
    display: block;
    width: auto;
  }
  footer #footer_bottom .content-right {
    margin: 0 auto 15px;
    position: relative;
  }
  footer #footer_bottom .content-left {
    margin-bottom: 33px;
  }
  footer #footer_bottom #privacy-policy:after,
  footer #footer_bottom #sla:after,
  footer #footer_bottom #terms-of-services:after {
    top: 8px;
  }
  footer .social_icons li {
    margin-right: 25px;
  }
  footer.minified #footer_bottom {
    padding: 14px 0 13px;
  }
  footer.minified #footer_bottom .content-left, footer.minified #footer_bottom .content-right .copyright_info {
    font-size: 12px;
    line-height: 22px;
  }
  footer.minified #footer_bottom .content-left {
    text-align: left;
  }
  footer.minified #footer_bottom .content-right {
    text-align: right;
  }
  footer.dark #footer_top .widget-title img {
    width: 18px !important;
    height: 18px !important;
    top: 23px !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_320.css */
@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
  footer .container.footer-container, footer #footer_bottom .container {
    width: auto;
  }
  footer .footer-container {
    margin: 0 20px !important;
    max-width: none;
    width: auto;
  }
  footer #footer_top {
    width: auto;
  }
  footer #footer_top .footer_widget_nav_menu .widget-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.13px;
  }
  footer #footer_top .footer_logo {
    width: 129px;
    line-height: 0;
    margin-bottom: 20px;
  }
  footer #footer_top .footer_logo img {
    width: 129px;
    height: 36px;
  }
  footer #footer_top .content-right {
    width: auto;
  }
  footer .footer_location {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.12px;
  }
  footer #footer_bottom .container {
    margin: auto;
  }
  footer #footer_bottom .content-right {
    margin: 6px 0 15px;
  }
  footer #footer_bottom .copyright_info {
    font-size: 12px;
    line-height: 30px;
    width: 290px;
    margin: 0 auto;
  }
  footer #footer_bottom #privacy-policy {
    padding: 0 15px 0 0;
    position: relative;
  }
  footer #footer_bottom #privacy-policy:after,
  footer #footer_bottom #sla:after,
  footer #footer_bottom #terms-of-services:after {
    top: 7px;
  }
  footer #footer_bottom .content-left {
    margin-bottom: 20px;
  }
  footer.minified #footer_bottom {
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  footer.minified #footer_bottom .content-left, footer.minified #footer_bottom .content-right {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  footer.minified #footer_bottom .content-right .copyright_info {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }
  footer.minified #footer_bottom .content-right {
    text-align: right;
  }
  footer.dark #footer_top .widget-title img {
    width: 18px !important;
    height: 18px !important;
    top: 23px !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/button/css/buttons.css */
@keyframes loading-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.tw_button {
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
}
.tw_button.visibility_hidden {
  visibility: hidden;
}
.tw_button .loading-circular-spinner {
  display: none;
}
.tw_button.button_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tw_button.loading {
  opacity: 0.5;
  pointer-events: none;
}
.tw_button.loading .text {
  display: none;
}
.tw_button.loading .loading-circular-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.tw_button.loading .loading-circular-spinner > .loader {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.tw_button.loading .loading-circular-spinner > .loader.white .path {
  stroke: #ffffff;
}
.tw_button.loading .loading-circular-spinner .circular {
  animation: loading-spinner-rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tw_button.loading .loading-circular-spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: loading-spinner-dash 1.5s ease-in-out infinite;
}
.tw_button.new_button {
  text-transform: none;
  width: 220px;
  box-sizing: border-box;
}
.tw_button.with_arrow {
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.tw_button.with_arrow:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/button/css/../../../../images/icons/arrows/two_arrows.svg);
  display: inline-block;
  margin-left: 5px;
}
.tw_button.underline {
  text-decoration: underline;
}
.tw_button.underline:hover {
  text-decoration: none;
}
.tw_button.try_free {
  padding: 15px 35px;
}
.tw_button.blue_bg {
  background-color: #2160B5;
  color: #FFFFFF;
}
.tw_button.blue_bg span {
  color: #FFFFFF;
}
.tw_button.blue_bg:hover {
  background-color: rgba(33, 96, 181, 0.8);
}
.tw_button.white_bg {
  background-color: #FFFFFF;
  color: #2a2f30;
}
.tw_button.white_bg span {
  color: #2a2f30;
}
.tw_button.white_bg:hover {
  opacity: 0.8;
}
.tw_button.silver_bg {
  background-color: #E7EBEF;
  color: #2a2f30;
  text-decoration: none;
}
.tw_button.silver_bg:hover {
  background-color: rgba(186, 195, 207, 0.22);
}
.tw_button.grey_bg {
  background-color: rgba(186, 195, 207, 0.1);
  border: 1px solid rgba(186, 195, 207, 0.5);
  color: #323a45;
  padding: 14px 32px;
}
.tw_button.grey_bg:hover {
  background-color: rgba(186, 195, 207, 0.2);
}
.tw_button.transparent_bg {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15);
}
.tw_button.transparent_bg:hover {
  background: rgba(255, 255, 255, 0.2);
}
.tw_button.green_border {
  border: 1px solid #22B339;
  background: transparent;
  color: #22B339;
}
.tw_button.dark_grey_bg {
  background: #000000;
  color: #ffffff;
}
.tw_button.dark_grey_bg:hover {
  opacity: 0.8;
}
.tw_button.light_blue_bg {
  background: #5966D9;
  color: #ffffff;
}
.tw_button.light_blue_bg:hover {
  opacity: 0.8;
}
.tw_button:not(.try_free) {
  padding: 15px 20px;
  text-align: center;
}
.tw_button.gradient {
  background: linear-gradient(260deg, #34A853, #4285F4);
  color: #FFFFFF;
}
.tw_button.gradient span {
  color: #FFFFFF;
}
.tw_button.ai {
  border-radius: 16px;
  padding: 16px 20px 16px 52px;
  position: relative;
  cursor: pointer;
}
.tw_button.ai:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 24px;
  height: 24px;
  background: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/button/css/../../../../images/icons/ai.svg');
}

#log_buttons .green_bg,
.tw_button.green_bg {
  background-color: #22B339;
  color: #FFFFFF;
}
#log_buttons .green_bg span,
.tw_button.green_bg span {
  color: #FFFFFF;
}
#log_buttons .green_bg:hover,
.tw_button.green_bg:hover {
  opacity: 0.8;
}

.video_button {
  padding: 17px 57px 17px 89px;
  border: 1px solid rgba(186, 195, 207, 0.5019607843);
  border-radius: 6px;
  text-align: left;
  position: relative;
  line-height: 24px;
  z-index: 1;
}

.video_button:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  display: inline-block;
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/button/css/../../../../images/icons/video_img.svg');
  margin-left: -32px;
}

.header_second_button {
  margin-left: 20px;
  border: 1px solid rgba(186, 195, 207, 0.5019607843);
  border-radius: 6px;
  text-transform: uppercase;
  padding: 17px 39px !important;
}

.button_container {
  display: inline-block;
  text-align: center;
}
.button_container p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}

.priceing_button {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #FFFFFF;
  padding: 16px 18px;
  border-radius: 25px;
  display: inline-block;
  letter-spacing: 0.12px;
  text-decoration: none;
}

.cancel_anytime {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-top: 15px;
  font-weight: 200;
}

.new_button .cancel_anytime {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  font-weight: 600;
}
.new_button .cancel_anytime img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

/*media*/
/*1920*/
@media screen and (min-width: 1261px) {
  .button_container.new_button {
    margin-top: 40px;
  }
  .button_container.new_button p {
    font-size: 14px;
  }
  .new_button .cancel_anytime {
    text-align: left;
  }
}
/*768*/
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .video_button:before {
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-left: -28px;
  }
  .tw_button.see_more {
    padding: 16px 74px;
  }
  .button_container.new_button {
    margin-top: 40px;
  }
  .button_container.new_button p {
    font-size: 13px;
  }
  .header_second_button {
    padding: 15px 31px !important;
  }
}
@media screen and (max-width: 767px) {
  .header_second_button {
    margin-left: 0;
    padding: 15px 31px !important;
    margin-top: 20px;
  }
  .button_container.new_button {
    margin-top: 30px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/font.css */
@font-face {
  font-family: 'twtf';
  src:  url('https://10web.io/wp-content/themes/10web-theme/css/fonts/twtf.eot?fz1041');
  src:  url('https://10web.io/wp-content/themes/10web-theme/css/fonts/twtf.eot?fz1041#iefix') format('embedded-opentype'),
    /*url('https://10web.io/wp-content/themes/10web-theme/css/fonts/twtf.ttf?fz1041') format('truetype'),*/
  url('https://10web.io/wp-content/themes/10web-theme/css/fonts/twtf.woff?fz1041') format('woff'),
  url('https://10web.io/wp-content/themes/10web-theme/css/fonts/twtf.svg?fz1041#twtf') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;;
}

[class^="twtf-"], [class*=" twtf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'twtf' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.twtf-youtube:before {
  content: "\e900";
}
.twtf-facebook-comments:before {
  content: "\e901";
}
.twtf-facebook-page:before {
  content: "\e902";
}
.twtf-facebook-button:before {
  content: "\e903";
}
.twtf-facebook-embed:before {
  content: "\e904";
}
.twtf-templates:before {
  content: "\e905";
}
.twtf-gallery:before {
  content: "\e906";
}
.twtf-form:before {
  content: "\e907";
}
.twtf-table-of-contents:before {
  content: "\e908";
}
.twtf-image-sprite:before {
  content: "\e909";
}
.twtf-slides:before {
  content: "\e90a";
  color: #6e7883;
}
.twtf-star-filled:before {
  content: "\e90b";
}
.twtf-star-empty:before {
  content: "\e90c";
}
.twtf-download:before {
  content: "\e90d";
}
.twtf-star-half:before {
  content: "\e90e";
}
.twtf-call_to_action:before {
  content: "\e90f";
}
.twtf-countdown:before {
  content: "\e910";
}
.twtf-facebook:before {
  content: "\e911";
}
.twtf-featured_image:before {
  content: "\e912";
}
.twtf-flip_box:before {
  content: "\e913";
}
.twtf-form_maker:before {
  content: "\e914";
}
.twtf-instagram:before {
  content: "\e915";
}
.twtf-menu:before {
  content: "\e916";
}
.twtf-photo_gallery:before {
  content: "\e917";
}
.twtf-post_content:before {
  content: "\e918";
}
.twtf-post_excerpt:before {
  content: "\e919";
}
.twtf-post_info:before {
  content: "\e91a";
}
.twtf-post_navigation:before {
  content: "\e91b";
}
.twtf-posts:before {
  content: "\e91c";
}
.twtf-posts_archive:before {
  content: "\e91d";
}
.twtf-post_title:before {
  content: "\e91e";
}
.twtf-price_table:before {
  content: "\e91f";
}
.twtf-share_buttons:before {
  content: "\e920";
}
.twtf-site_logo:before {
  content: "\e921";
}
.twtf-site_title:before {
  content: "\e922";
}
.twtf-slider:before {
  content: "\e923";
}
.twtf-testimonial:before {
  content: "\e924";
}
.twtf-spinner-circle:before {
  content: "\e925";
}
.twtf-tw:before {
  content: "\e926";
}
.twtf-right_arrow:before {
  content: "\e927";
}
.twtf-big-arrow:before {
  content: "\e928";
}
.twtf-plugin_arrow:before {
  content: "\e929";
}
.twtf-arrow:before {
  content: "\e92a";
}
.twtf-check:before {
  content: "\e92b";
}
.twtf-close:before {
  content: "\e92c";
}
.twtf-login:before {
  content: "\e92d";
}
.twtf-copy:before {
  content: "\e92e";
}
.twtf-f:before {
  content: "\e92f";
}
.twtf-linkedin:before {
  content: "\e930";
}
.twtf-menu1:before {
  content: "\e931";
}
.twtf-author_box:before {
  content: "\e932";
}
.twtf-post_comments:before {
  content: "\e934";
}
.twtf-calendar:before {
  content: "\e935";
}
.twtf-maps:before {
  content: "\e936";
}
.twtf-search_form:before {
  content: "\e937";
}
.twtf-download_popup:before {
  content: "\e939";
}
.twtf-product_content:before {
  content: "\e93b";
}
.twtf-product_images:before {
  content: "\e93c";
}
.twtf-product_meta:before {
  content: "\e93d";
}
.twtf-menu_cart:before {
  content: "\e93e";
}
.twtf-produc_related:before {
  content: "\e93f";
}
.twtf-nav_menu:before {
  content: "\e940";
}
.twtf-price_list:before {
  content: "\e941";
}
.twtf-sitemap:before {
  content: "\e942";
}
.twtf-animated_heading:before {
  content: "\e943";
}
.twtf-blockquotes:before {
  content: "\e944";
}
.twtf-product_price:before {
  content: "\e945";
}
.twtf-product_rating:before {
  content: "\e946";
}
.twtf-media_carousel:before {
  content: "\e947";
}
.twtf-desktop:before {
  content: "\e948";
}
.twtf-mobile:before {
  content: "\e949";
}
.twtf-question:before {
  content: "\e94a";
}
.twtf-back-arrow:before {
  content: "\e94b";
}
.twtf-subtraction:before {
  content: "\e94c";
}
.twtf-product_stock:before {
  content: "\e950";
}
.twtf-product_tabs:before {
  content: "\e951";
}
.twtf-product_title:before {
  content: "\e952";
}
.twtf-products:before {
  content: "\e953";
}
.twtf-short_desc:before {
  content: "\e954";
}
.twtf-upsells:before {
  content: "\e955";
}
.twtf-woo_pages:before {
  content: "\e956";
}
.twtf-add_to_cart:before {
  content: "\e957";
}
.twtf-additional_info:before {
  content: "\e958";
}
.twtf-breadcrumbs:before {
  content: "\e959";
}
.twtf-custom_add_to_cart:before {
  content: "\e95a";
}
.twtf-product_cat:before {
  content: "\e95f";
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown.css */
.menu-item-has-children {
  position: relative;
}

.sub-menu-container .menu_container .sub-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}
.sub-menu-container .menu_container .sub-menu > li a {
  text-decoration: none;
  font-size: 13px !important;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.sub-menu-container .menu_container .sub-menu > li h4 {
  border-top: 1px solid #E4E4E4 !important;
  font-size: 12px;
  line-height: 18px;
  color: rgba(42, 47, 48, 0.5);
  font-weight: 600;
}
.sub-menu-container .menu_container .sub-menu > li ul > li:last-child {
  margin-bottom: 0;
}
.sub-menu-container .menu_container .sub-menu > li:first-child {
  margin-top: 0;
}
.sub-menu-container .menu_container .sub-menu > li:first-child h4 {
  border-top: none !important;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown_1920.css */
@media screen and (min-width: 1259px) {
  .sub-menu-container {
    pointer-events: none;
    position: absolute;
    left: -10px;
    top: 42px;
    perspective: 2000px;
  }
  .sub-menu-container .menu_container {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    border: 1px solid rgba(50, 58, 69, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    width: 360px !important;
    padding: 5px 0 10px 10px !important;
    background: #FFFFFF;
    transform: rotateX(-15deg);
    transition: 200ms;
    transform-origin: 50% -50px;
    transition-property: transform, opacity, visibility;
    will-change: transform, opacity, visibility;
    box-sizing: border-box;
  }
  .sub-menu-container .menu_container .sub-menu .sub_hosting a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/hosting.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_optimization a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/optimization.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_ai_assistant a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/ai_assistant.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_ai_business_name_generator a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/business_name.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_ai_marketing_strategy_generator a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/marketing_strategy.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_ai_web_design_tool a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/web-design.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_ai_seo_tool a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/seo.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_ecommerce_hosting a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/woocommerce-hosting.svg);
  }
  .sub-menu-container .menu_container .sub-menu .page-speed a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/page-speed.svg);
  }
  .sub-menu-container .menu_container .sub-menu .website-building a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/website-building.svg);
  }
  .sub-menu-container .menu_container .sub-menu .hosting-new a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/hosting-new.svg);
  }
  .sub-menu-container .menu_container .sub-menu .ai_assistant a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/ai_assistant.svg);
  }
  .sub-menu-container .menu_container .sub-menu .wordpress a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/wordpress.svg);
  }
  .sub-menu-container .menu_container .sub-menu .news a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/news.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li {
    margin-right: 10px;
    margin-bottom: 2px;
  }
  .sub-menu-container .menu_container .sub-menu > li a {
    padding: 7px 0 7px 38px !important;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 10px center;
    border-radius: 6px;
    color: #000000 !important;
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_for_agencies a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/customers/for_agencies.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_for_smbs a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/customers/for_smbs.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_ai_builder a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/builder.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_widgets a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/widgets.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_migration a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/migration.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_security a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/security.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_backup a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/backup.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_management a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/management.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_buddyboss_hosting a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/buddyboss-hosting.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li:last-child {
    margin-bottom: 0;
  }
  .sub-menu-container .menu_container .sub-menu > li:hover > a {
    background-color: #F9F9F9;
    opacity: 1 !important;
  }
  .sub-menu-container .menu_container .sub-menu > li h4 {
    padding: 15px 0 7px 0;
    margin-left: 10px;
  }
  .sub-menu-container .menu_container .sub-menu > li:first-child {
    margin-top: 0;
  }
  .sub-menu-container .menu_container .sub-menu > li:first-child h4 {
    padding-top: 10px;
  }
  .sub-menu-container.active {
    pointer-events: unset;
  }
  .sub-menu-container.active .menu_container {
    transform: rotateX(0);
    visibility: visible;
    opacity: 1;
  }
  .sub-menu-container.talk_to_sales__sub_menu {
    left: -19px;
    top: 15px;
    padding-top: 20px;
  }
  .sub-menu-container.talk_to_sales__sub_menu .menu_container {
    padding: 13px 10px !important;
    width: 360px !important;
  }
  #product .sub-menu > li {
    margin-right: 0;
  }
  .no_icons .sub-menu-container .menu_container .sub-menu > li a {
    padding: 7px 0 7px 10px !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown_768.css */
@media screen and (max-width: 1260px) {
  .sub-menu-container .menu_container {
    padding: 10px !important;
  }
  .sub-menu-container .menu_container .sub-menu > li {
    width: 100%;
    margin-bottom: 12px;
  }
  .sub-menu-container .menu_container .sub-menu > li a {
    padding: 0 !important;
    display: inline-block;
    font-weight: 400;
  }
  .sub-menu-container .menu_container .sub-menu > li h4 {
    padding: 15px 0 8px 0;
  }
  .sub-menu-container .menu_container .sub-menu > li ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    gap: 12px 14px;
    flex-direction: row;
  }
  .sub-menu-container .menu_container .sub-menu > li ul > li {
    width: calc(50% - 9px);
    margin-bottom: 0;
    float: none;
  }
  .sub-menu-container .menu_container .sub-menu > li ul > li a {
    padding: 0 !important;
    display: inline-block;
    font-weight: 400;
  }
  .sub-menu-container .menu_container .sub-menu > li:first-child h4 {
    padding: 0 0 8px 0;
  }
  .phone-menu-div ul.menu li .sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    width: 100%;
    gap: 15px 15px;
    flex-direction: row;
  }
  .phone-menu-div ul.menu li .sub-menu li {
    margin-bottom: 0;
  }
  .phone-menu-div ul.menu li .sub-menu li a {
    font-weight: 400;
    opacity: 0.5;
    font-size: 14px;
    line-height: 22px;
  }
  .talk-to-sales-content ul li {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .talk-to-sales-content ul li .talk-to-sales_container {
    display: flex;
    justify-content: space-between;
  }
  .talk-to-sales-content ul li .talk-to-sales_container h4 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 4px;
    font-weight: 400;
  }
  .talk-to-sales-content ul li .talk-to-sales_container p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    opacity: 0.5;
  }
  .talk-to-sales-content ul li .talk-to-sales_container .learn_more_text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
  }
  .talk-to-sales-content ul li .tw_button {
    font-size: 10px;
    line-height: 16px;
    padding: 4px 12px;
    cursor: pointer;
    height: 16px;
    text-align: center;
    width: 76px;
    flex-shrink: 0;
  }
  .talk-to-sales-content ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/resources.css */
#header .phone-menu-block #top-nav li.mobile {
  display: none !important;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container {
  top: 42px;
  left: -12px;
  width: 506px;
  z-index: 1;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container {
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
  height: 318px;
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/background.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content {
  padding: 10px;
  width: 198px;
  box-sizing: border-box;
  position: relative;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content__right {
  width: 307px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 24px;
  flex-direction: column;
  box-sizing: border-box;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content__right .blog-content__title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #ffffff;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content__right .blog-content__description {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content__right a.see_all {
  font-size: 12px;
  line-height: 18px;
  padding: 6px 19px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  margin-left: auto;
  border-radius: 6px;
  color: #ffffff;
}

@media screen and (max-width: 1260px) {
  .blog-content__right .blog-content__info {
    display: none;
  }
  .blog-content__right .see_all {
    padding: 0;
    background: transparent;
    text-decoration: underline;
    font-weight: 400;
    display: block;
    text-align: left;
    margin: -5px 0 20px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/plugin_trial_popup/css/plugin_trial_popup_style.css */
.plugin-trial-pointer {
    cursor:pointer;
}
.hover-plugin-trial-popup {
    background:#323A4580;
    cursor:default !important;
    display:none;
    justify-content: center;
    align-items: center;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:999999999;
}
.plugin-trial-popup {
    width: 768px;
    height: 580px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.plugin-trial-popup-close {
    width: 12px;
    height: 12px;
    float: right;
    margin-top: 14px;
    margin-right: 14px;
    line-height: 0;
}
h2.plugin-trial-popup-title {
    font-weight: bolder;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.25px;
    margin: 59px 0 30px 0;
    padding: 0;
}
h2.plugin-trial-popup-title.for-mobile {
    display: none;
}
.trial-popup-flex-div {
    display: flex;
    justify-content: space-between;
    padding: 0 46px;
}
.trial-popup-1,.trial-popup-2 {
    width: 320px;
    height: 230px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/plugin_trial_popup/css/../../../../images/trial_popup/trial_popup_1.png');
}
.trial-popup-1 {
    background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/plugin_trial_popup/css/../../../../images/trial_popup/trial_popup_1.png');
}
.trial-popup-2 {
    background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/plugin_trial_popup/css/../../../../images/trial_popup/trial_popup_2.svg');
}
.trial-popup-flex-div .trial-popup-flex-div-each {
    box-shadow: 0px 5px 20px #E5E6E899;
    border: 1px solid #E5E6E875;
    border-radius: 10px;
    padding-bottom: 30px;
}
.trial-popup-flex-div .trial-popup-flex-div-each .trial-each-div-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin: 30px 0 26px 0;
    padding: 0;
}
.trial-popup-flex-div .trial-popup-flex-div-each .trial-popup-button {
    background-color: #F8C332;
    border-radius: 30px;
    width: 218px;
    margin: auto;
}
.trial-popup-flex-div .trial-popup-flex-div-each .trial-popup-button:hover {
    background-color: #F9BB11;
}
.trial-popup-flex-div .trial-popup-flex-div-each .trial-popup-button .trial-popup-button-link {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.12px;
    padding: 16px 22px;
    cursor: pointer;
}
@media screen and (min-width:768px) and (max-width:1260px){
    .plugin-trial-popup {
        width: 720px;
    }
    .trial-popup-flex-div {
        padding: 0 30px;
    }
}
@media screen and (max-width:767px){
    .hover-plugin-trial-popup {
        align-items: flex-start;
    }
    .plugin-trial-popup {
        border-radius: 0;
        width: 100%;
        height: 100%;
        overflow:scroll;
        overflow-x:hidden;
    }
    .trial-popup-flex-div {
        display: block;
        padding: 0 20px 20px 20px;
    }
    h2.plugin-trial-popup-title {
        display: none;
    }
    h2.plugin-trial-popup-title.for-mobile {
        display: block;
        font-weight: bolder;
        font-size: 22px;
        line-height: 34px;
        letter-spacing: 0.18px;
        padding: 59px 0 20px 0;
        width: 280px;
        margin: auto; 
    }
    .trial-popup-1,.trial-popup-2  {
        width: 280px;
        height: 210px;
        background-size: contain;
    }
    .trial-popup-flex-div .trial-popup-flex-div-each {
        width: 280px;
        margin: auto;
        margin-bottom: 20px;
    }
    .trial-popup-flex-div .trial-popup-flex-div-each .trial-each-div-title.first {
        margin: 30px 50px 16px 50px;
    }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/ask_question/css/free_users_chat.css */
.free_users_chat {
  position: fixed;
  right: 20px;
  bottom: 35px;
  z-index: 2;
  width: 360px;
  max-width: 100%;
}
.free_users_chat .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #2A2F30;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(42, 47, 48, 0.14);
  border: 6px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free_users_chat .icon .chat_icon {
  width: 66px;
  height: 66px;
}
.free_users_chat .icon .chat_close {
  width: 36px;
  height: 36px;
  display: none;
}
.free_users_chat .tooltip {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 360px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 12px;
  background-color: #2A2F30;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  pointer-events: none;
}
.free_users_chat .tooltip .title {
  margin-bottom: 20px;
  color: #ffffff;
  display: block;
  font-weight: 700;
}
.free_users_chat .tooltip .title img {
  width: 210px;
  height: 12px;
}
.free_users_chat .tooltip p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
.free_users_chat .tooltip .buttons {
  display: flex;
  gap: 20px;
}
.free_users_chat .tooltip .buttons a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  padding: 10px 18px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  min-width: 100px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}
.free_users_chat .tooltip .buttons a.white {
  background: #ffffff;
  color: #2A2F30;
  width: 175px;
  padding: 10px 0;
}
.free_users_chat .tooltip .buttons a.white:hover {
  opacity: 0.8;
}
.free_users_chat .tooltip .buttons a.transparent:hover {
  background: #ffffff;
  color: #2A2F30;
}
.free_users_chat.active .chat_icon {
  display: none;
}
.free_users_chat.active .chat_close {
  display: block !important;
}
.free_users_chat.active .tooltip {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
  pointer-events: unset;
}