/*
Theme Name: therapee
Template: Impreza
Version: 1.0
Author: UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


@font-face {
    font-family: 'rawline';
    src: url('./fonts/raleway_fixed_numerals/rawline-400.eot');
    src: url('./fonts/raleway_fixed_numerals/rawline-400.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway_fixed_numerals/rawline-400.woff2') format('woff2'),
         url('./fonts/raleway_fixed_numerals/rawline-400.woff') format('woff'),
         url('./fonts/raleway_fixed_numerals/rawline-400.ttf') format('truetype'),
         url('./fonts/raleway_fixed_numerals/rawline-400.svg') format('svg');
    font-weight: 400;
    font-style: normal;

}



@font-face {
    font-family: 'rawline';
    src: url('./fonts/raleway_fixed_numerals/rawline-400i.eot');
    src: url('./fonts/raleway_fixed_numerals/rawline-400i.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway_fixed_numerals/rawline-400i.woff2') format('woff2'),
         url('./fonts/raleway_fixed_numerals/rawline-400i.woff') format('woff'),
         url('./fonts/raleway_fixed_numerals/rawline-400i.ttf') format('truetype'),
         url('./fonts/raleway_fixed_numerals/rawline-400i.svg') format('svg');
    font-weight: 400;
    font-style: italic;

}


@font-face {
    font-family: 'rawline';
    src: url('./fonts/raleway_fixed_numerals/rawline-600.eot');
    src: url('./fonts/raleway_fixed_numerals/rawline-600.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway_fixed_numerals/rawline-600.woff2') format('woff2'),
         url('./fonts/raleway_fixed_numerals/rawline-600.woff') format('woff'),
         url('./fonts/raleway_fixed_numerals/rawline-600.ttf') format('truetype'),
         url('./fonts/raleway_fixed_numerals/rawline-600.svg') format('svg');
    font-weight: 600;
    font-style: normal;

}



@font-face {
    font-family: 'rawline';
    src: url('./fonts/raleway_fixed_numerals/rawline-600i.eot');
    src: url('./fonts/raleway_fixed_numerals/rawline-600i.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway_fixed_numerals/rawline-600i.woff2') format('woff2'),
         url('./fonts/raleway_fixed_numerals/rawline-600i.woff') format('woff'),
         url('./fonts/raleway_fixed_numerals/rawline-600i.ttf') format('truetype'),
         url('./fonts/raleway_fixed_numerals/rawline-600i.svg') format('svg');
    font-weight: 600;
    font-style: italic;

}






body,
h1,
h2,
h3,
h4,
h5,
h6,
nav > ul > li > a,
.bold,
strong,
b,
p,
.w-nav-item{
    font-family: rawline;
    /*font-variant-numeric: lining-nums!important;*/
}

.table-responsive{
    overflow-x: scroll !important;
}

.w-form-message{
    float: right;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
    width: 100%;
}

.top_seperator .uvc-tilt-right-seperator{
top: 0px!important;
}

.uvc-tilt-right-seperator{
bottom:0px!important;
}

.l-titlebar p {
    margin: 1.5rem 0;
    opacity: 0.8;
    font-size: 28px;
}

.l-titlebar h1, .l-titlebar p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.l-titlebar-content h1{
    text-transform: inherit!important;
}

.home-title h2{
        margin-bottom: 0;
        color:#0f88a3;
}

.page-id-12593.header_hor .l-header:not(.sticky) .l-subheader.at_middle {
    background-color: rgba(255, 255, 254, 0.62);
}

.home .main-video{
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.44);
}

.max-width-img img{
    max-width:400px;
}

.transparent-bg-img .l-section-img{
    opacity:0.05;
}

.header_hor.header_inpos_below .l-header.pos_fixed:not(.sticky) .l-subheader.at_top{
    background-color: #f0f0f0;
    color: #565656;
}
/*
.animation-rotate-img img{
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    animation-name: rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000)
}
*/
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(-35deg)
    }

    70% {
        -webkit-transform: rotate(325deg)
    }

    100% {
        -webkit-transform: rotate(325deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(-35deg)
    }

    70% {
        transform: rotate(325deg)
    }

    100% {
        transform: rotate(325deg)
    }
}

.logo-show-1 img{
    width:100% !important;
    max-width:740px !important;
    
}

td, th {
    border: 1px solid;
}

.comparison-table tr td:last-child, .page-id-6799 tr td:last-child{
        background-color: rgba(215, 253, 215, 0.46);
}

table .fa{
    font-size: 20px;
}

table .fa-times{
    color: red;
}

table .fa-check{
    color: green;
}

.l-footer .w-form-h{
    font-size: 14px;
}

.l-footer .w-form-row-field:before{
    font-size: 1.1rem;
}

.l-footer .w-form-row {
    margin-bottom: 0.6rem;
}

.l-footer .wpcf7-submit{
    color:#fff!important;
}

.l-footer .wpcf7-form br:first-of-type, .l-footer .your-country{
    display: none!important;
}

.l-footer .wpcf7-form p:first-of-type{
    margin-bottom: 7.5px!important;
}


.l-footer .wpcf7-response-output{
    font-size: 14px!important;
}

.l-footer input:not([type=submit]), .l-footer textarea{
    background:#fff!important;
}

footer .wpcf7 .wpcf7-form-control.wpcf7-submit{
    background-color: #5bc9e3 !important;
}

.main-video{
    max-width:600px;
}
/*
#payment .payment_method_paypal{
    display:none!important;
}*/

#footer-call-to-action .ult_main_cl.ult-adjust-bottom-margin{
    margin-bottom: 0px!important;
}

.woocommerce-checkout .woocommerce-account-fields{
    display: none;
}

.woocommerce-checkout-review-order-table .quantity input.qty{
    line-height: 1.8rem;
    height: 1.8rem;
    width: 3rem;
    padding-right: 0px;
}


.woocommerce-checkout-review-order-table .cqoc_product_name{
    margin-left: -8px;
}

.woocommerce-checkout-review-order-table .quantity input.qty, 
.woocommerce-checkout-review-order-table .shipping_method{
    background-color: #fff;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .subscription-price, 
.woocommerce-checkout-review-order-table .recurring-totals,
.woocommerce-checkout-review-order-table .cart-subtotal.recurring-total,
.woocommerce-checkout-review-order-table .order-total.recurring-total{
    display: none;
}

#order_review th, 
.woocommerce-checkout .shop_table tfoot td, 
.woocommerce .shop_table.order_details tfoot td, 
.woocommerce #payment .payment_methods li>label{
    font-weight: inherit;
}

.woocommerce .form-row label{
    font-weight: 500;
}

.woocommerce-checkout-review-order-table .cqoc_product_name{
    font-weight: bold;
}

.select2-search--dropdown input[type=text]{
        border: 1px solid #aba8a8!important;
}

#order_comments_field{
    display: none;
}

/* Grayscale colors for logos */
.hp-companies-logos img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  transition: filter .5s, opacity .5s;
  opacity: 0.7;
}
.hp-companies-logos img:hover{
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

.hp-tania-logo, .hp-kiddy-logo{
    height: 64px;
}

.home-title h2{
        margin-bottom: 0;
        color:#0f88a3;
}

.max-width-img img{
    max-width:100%;
}

.transparent-bg-img .l-section-img{
    opacity:0.05;
}

.header_hor.header_inpos_below .l-header.pos_fixed:not(.sticky) .l-subheader.at_top{
    background-color: #f0f0f0;
    color: #565656;
}

.home .header_hor .l-header:not(.sticky) .l-subheader.at_middle {
    background-color: rgba(255, 255, 254, 0.62);
}

.main-video{
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.44);
}



.animation-rotate{
    width:200px!important;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    animation-name: rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000)
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(-35deg)
    }

    70% {
        -webkit-transform: rotate(325deg)
    }

    100% {
        -webkit-transform: rotate(325deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(-35deg)
    }

    70% {
        transform: rotate(325deg)
    }

    100% {
        transform: rotate(325deg)
    }
}

.logo-show-1 img{
    width:100% !important;
    max-width:740px !important;
    
}

.uavc-list-icon li{
    min-height: 62px !important;
}

.cards-links img{
    width: 100%;
}

.cards-links h2{
    font-size: 16px;
    font-weight: 500;
}
.cards-links p, #pricing-table p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.cards-links > .l-section-h, #pricing-table > .l-section-h{
    max-width:1000px;
}

.cards-links .g-cols.type_boxes>div>.vc_column-inner {
    padding: 0!important;
}

.cards-links .g-cols.type_boxes>div>.vc_column-inner .wpb_text_column{
    padding: 20px 20px 50px 20px;
}   

.home .cards-links{
    background: #f2f2f2;
}
    
.old-price, .save-price{
    font-size: 18px!important;
}

.save-price{
    font-weight: 700!important;
}

.save-price-value{
    color:red;
}

.old-price-value{
    color:#000;
}

#about-us-main-col .cards-links > .l-section-h{
    max-width:inherit!important;
}

.cards-links .g-cols.type_boxes>div>.vc_column_container:hover{
    z-index:1;
}

.cards-links .g-cols.type_boxes>div>.vc_column-inner, 
#pricing-table .pricing-plan>.vc_column-inner{
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transform: translateY(0px);
    -webkit-transition: transform 0.2s linear,-webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear,-moz-box-shadow 0.2s linear;
    -o-transition: transform 0.2s linear,-o-box-shadow 0.2s linear;
    transition: transform 0.2s linear,box-shadow 0.2s linear;

}

.cards-links .g-cols.type_boxes>div>.vc_column-inner{
    background-color:#fff;
}



.cards-links .g-cols.type_boxes>div>.vc_column-inner:hover, 
#pricing-table .pricing-plan>.vc_column-inner:hover{
    box-shadow: 0 17px 25px rgba(0,0,0,0.13)!important;
    transform: translateY(-4px);
    z-index:1;
}

.cards-links .g-cols.via_flex.type_default>div>.vc_column-inner{
    padding-left: 0.4rem!important;
    padding-right: 0.4rem!important;

}

.cards-links .g-cols.via_flex>.vc_column_container {
    padding: var(--additional-gap,0);
}

.cards-links .g-cols.via_flex>.vc_col-sm-12.vc_column_container {
    padding-top: 0;
    padding-bottom: 0;
}



#about-us-main-col.cards-links > .l-section-h{
    max-width:inherit!important;
}

.card-btn{
    bottom:0;
    position:absolute;
    width:100%;
    border-radius:0px !important;
    padding: 7px !important;
    font-weight: 500 !important;
    line-height: 2.8;
}

.card-btn .w-btn-label{
    position: relative;
    z-index: 1;
    color: #333333!important;
}

.card-btn:before{
    border-top:1px solid #efefef;
    background-color: #fff !important;
    height:100% !important;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.modal-video .cl-popup-box-content{
    padding: 0!important;
    padding-top: 56.25%!important;
}

.modal-video iframe{
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.width100 , .width100 > a{
    width:100%!important;
}

.max-width100{
    max-width:100%!important;
}

.width-hole-software img{
    width:67%!important;
}

.modal-video > a{
    font-size:14px!important;
    font-weight:400!important;
}

.open-video-modal{
    cursor: pointer;
}

.pricing-reviews img, .pricing-reviews .w-testimonial-author-role{
    display: none;
}

#pricing-sale-ext a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.sale-strip-hp .w-btn-label, .sale-strip-hp .fa{
    color: #3a9cb1!important;
}

.plan-ttl > .vc_column-inner:first-child,
.plan-ttl>div:first-child>div:first-child>div:first-child{
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    /*box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.52);*/
}

/*
.plan-ttl{
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}*/

big{font-size: 150% !important;}

.ribbon {
    position:relative !important;
    padding:10px 30px !important;
    margin:30px -12px 0px !important;
    font-size:28px !important;
    line-height:32px !important;
    font-weight:bold !important;
    text-align:center !important;
    color:#fff !important;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c89a0+0,5dc3e2+50,1c89a0+100 */
background: #1c89a0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjODlhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzVkYzNlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzg5YTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #1c89a0 0%, #5dc3e2 50%, #1c89a0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1c89a0 0%,#5dc3e2 50%,#1c89a0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1c89a0 0%,#5dc3e2 50%,#1c89a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c89a0', endColorstr='#1c89a0',GradientType=1 ); /* IE6-8 */
    /* css3 extras */
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
            box-shadow:0 1px 1px rgba(0,0,0,0.2);
    /* See "NOTE 1" */
    zoom:1;
}

.popular-plan .ribbon{
    margin-top:5px!important;
}

.ribbon:before,
.ribbon:after {
    content:"";
    position:absolute;
    /* See "NOTE 2" */
    z-index:-1;
    top:100%;
    left:0;
    border-width:0 12px 12px 0;
    border-style:solid;
    border-color:transparent #006276;
}

.ribbon:after {
    left:auto;
    right:0;
    border-width:0 0 12px 12px;
}

.pricing-plan > .vc_column-inner {
    border-radius: 20px !important;
    opacity:0.78;
    transform: scale(1,1) translateY(0px) !important;
    -webkit-transition: all 0.3s ease-in-out !important;
       -moz-transition: all 0.3s ease-in-out !important;
        -ms-transition: all 0.3s ease-in-out !important;
         -o-transition: all 0.3s ease-in-out !important;
            transition: all 0.3s ease-in-out !important;
}

.pricing-plan > .vc_column-inner:hover {
    opacity:1;
    transform: scale(1.01,1.01) translateY(-4px) !important;
    -webkit-transition: all 500ms cubic-bezier(.43,.76,.48,1.8) !important;
       -moz-transition: all 0.5s ease-in-out !important;
        -ms-transition: all 0.5s ease-in-out !important;
         -o-transition: all 0.5s ease-in-out !important;
            transition: all 500ms cubic-bezier(.43,.76,.48,1.8) !important;
}

.pricing-desc-box{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebf3f4+0,ffffff+18,ebf3f4+100 */
    background: rgb(235,243,244); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZjNmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmYzZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(235,243,244,1) 0%, rgba(255,255,255,1) 18%, rgba(235,243,244,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(235,243,244,1) 0%,rgba(255,255,255,1) 18%,rgba(235,243,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(235,243,244,1) 0%,rgba(255,255,255,1) 18%,rgba(235,243,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf3f4', endColorstr='#ebf3f4',GradientType=0 ); /* IE6-8 */
}

.circle-text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 220px;
}
.circle-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5dc3e2+0,1c89a0+100 */
background: rgb(93,195,226); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1ZGMzZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWM4OWEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover, rgba(93,195,226,1) 0%, rgba(28,137,160,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(93,195,226,1) 0%,rgba(28,137,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(93,195,226,1) 0%,rgba(28,137,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dc3e2', endColorstr='#1c89a0',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.circle-text div {
  float: left;
  width: 100%;
  padding-top: 27%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
}

.circle-text .bold-price{
    font-size: 42px;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 3px;
    color: #ffffff;
}

.pricing-reviews p{
    -webkit-transition: max-height 1s ease-in-out !important;
       -moz-transition: max-height 1s ease-in-out !important;
        -ms-transition: max-height 1s ease-in-out !important;
         -o-transition: max-height 1s ease-in-out !important;
            transition: max-height 1s ease-in-out !important;
}

#contact-page-phones{
    font-size: 14px;
}

#contact-disclosure p{
    font-size: 12px!important;
}

/*div.w-logos-item{
    cursor:pointer;
}*/

@media (min-width: 768px) {
    
    .pricing-reviews p:first-child{
        max-height: 200px;
        overflow: hidden;
    }
    
    .pricing-reviews p:not(:first-child){
        max-height:0;
        overflow: hidden;
    }
    
    .pricing-reviews article:hover p,
    .pricing-reviews article:active p,
    .pricing-reviews article:focus p /*,
    .w-testimonial-h:hover p ,
    .w-testimonial-h:active p,
    .w-testimonial-h:focus p,
    .w-testimonial-h p:hover,
    .w-testimonial-h p:active,
    .w-testimonial-h p:focus*/
    {
        max-height:2000px !important;
    }
}


#thank-you-page select[multiple="multiple"] {
    min-height: 230px;
}

/*#thank-you-page form:not(.your-message){
    line-height: 8px;
}*/
#thank-you-page span.wpcf7-list-item{
    display: block;
    line-height: 8px;
    margin-top: 16px;
}
/*
.l-subheader .source_own.ush_dropdown_2{
    display: none;
}

.page-id-129337 .l-subheader .source_own.ush_dropdown_2{
    display: inherit;
}
*/
/* Show currency switcher only on those pages: 
.page-id-8253 .l-subheader .source_own.ush_dropdown_2, 
.page-id-8999 .l-subheader .source_own.ush_dropdown_2,
.page-id-3881 .l-subheader .source_own.ush_dropdown_2,
.page-id-6461 .l-subheader .source_own.ush_dropdown_2,
.page-id-43665 .l-subheader .source_own.ush_dropdown_2,
.page-id-112169 .l-subheader .source_own.ush_dropdown_2,
.page-id-136586 .l-subheader .source_own.ush_dropdown_2,
.page-id-136591 .l-subheader .source_own.ush_dropdown_2,
.page-id-136598 .l-subheader .source_own.ush_dropdown_2,
.page-id-139695 .l-subheader .source_own.ush_dropdown_2,
.page-id-139895 .l-subheader .source_own.ush_dropdown_2,
.page-id-139904 .l-subheader .source_own.ush_dropdown_2,
.page-id-140167 .l-subheader .source_own.ush_dropdown_2,
.page-id-155205 .l-subheader .source_own.ush_dropdown_2,
.page-id-160519 .l-subheader .source_own.ush_dropdown_2,
.page-id-199405 .l-subheader .source_own.ush_dropdown_2,
.page-id-365903 .l-subheader .source_own.ush_dropdown_2,
.page-id-289627 .l-subheader .source_own.ush_dropdown_2
{
    display: block;
}
*/
.l-footer input[type="text"], .l-footer input[type="email"], .l-footer input[type="tel"] {
    line-height: 2rem;
    height: 2rem;
}

.l-footer .w-form-row-field:before {
    top: 1rem;
}

.l-footer textarea {
    height: 4rem;
    padding-top: 0.1rem;
}


.ult-main-seperator-inner{
    direction:  ltr!important;
}

.uvc-seperator-3914004981464 .ult-rounded-split-seperator.bottom-split-seperator:before{
    right: 50%!important;
}

.uvc-seperator-3914004981464 .ult-rounded-split-seperator.bottom-split-seperator:after{
    left:0!important;
}

.ult-rounded-split-seperator:after, .ult-rounded-split-seperator:before{
    right: inherit!important;
}

#main-video-column{
	    text-align: center;
}

.menu-credits ul{
    display: inline-flex;
}

.menu-credits li:before{
    display:none;
}

.menu-credits li{
    margin-right: 0.5rem;
}



.cart_item .remove{
    display:none!important;
}

html:lang(ar) .acsb-trigger{
        display: none!important;
}

	
.grecaptcha-badge { visibility: hidden; }


.woocommerce-privacy-policy-text{
    display:none!important;
}

/* Style Privacy Policy checkbox + label */


/* Wrapper around the checkbox and label */
.privacy-policy-wrapper {
    display: flex;
    align-items: center; /* vertical alignment */
    gap: 0.5rem;         /* space between checkbox and label text */
    /*font-size: 0.85rem;*/
    line-height: 1.4;
    margin-bottom: 1rem; /* distance from order button */
}


/* Ensure label text doesn't add extra spacing */
.privacy-policy-wrapper label {
    margin: 0;
    line-height: 1.4;
}


/* Hide fixed accessibility icon */
#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
left: -233px;
}


@media screen and (max-width: 991px) {
    #info-video > .l-section-overlay{
        background-color: #fff !important;
    }

    .hide-mobile{
    	display: none !important;
    }
    
    .circle-text .bold-price{
        font-size:36px;
    }
}

@media screen and (max-width: 599px) {
    #page-header .at_top{
        font-size:12px;
    }
}

