/*
 Theme Name: Jane Pro
 Theme URI:  https://demosdivi.lovelyconfetti.com/janepropropro
 Description: Beautiful Multipurpose Theme Template for Divi
 Author:     Lovely Confetti
 Author URI: https://lovelyconfetti.com
 Template:   Divi
 Version:    1.0
 License:    GNU General Public License v2 or later
 License URI:http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Root Color
----------------------------------------*/

:root{
    --color1: #f2f0ef;
    --color2: #e8dbd3;
    --color3: #938d8d;
    --color4: #0f1f2e;
}

/* Reverse Columns Services On mobile
----------------------------------------*/

@media screen and ( max-width: 980px ) {
.reverse {
  display: flex;
  flex-direction: column-reverse;
}}


/* Selection
----------------------------------------*/

::-moz-selection {
    background-color: var(--color1);
   
}

::selection {
    background-color: var(--color1);
    color: #222;
}


/* Jane Pro Service Steps
----------------------------------------*/

.janepro_steps {
    counter-reset: what-we-do;
}

.janepro_steps .et_pb_module_header {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.janepro_steps .et_pb_module_header::before {
    counter-increment: what-we-do;
    content: "0"counter(what-we-do);
    position: absolute;
    z-index: -1;
    color: var(--color2);
    position: absolute;
    left: 0px;
    width: 100%;
    font-size: 80px;
}


/* Collapse Submenus
----------------------------------------*/

.et_pb_menu .et_mobile_menu .menu-item-has-children > a,
#main-header .et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    position: relative;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children > a:after, #main-header .et_mobile_menu .menu-item-has-children > a:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 18px;
    content: '\4c';
    top: 11px;
    right: 13px;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children.visible > a:after,
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
    content: '\4d';
}

.et_pb_menu .et_mobile_menu ul.sub-menu,
#main-header .et_mobile_menu ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
}

.et_pb_menu .et_mobile_menu li.visible > ul.sub-menu,
#main-header .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l #main-header .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li.visible > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}


/* Janepropro Pro Services
----------------------------------------*/

.janepro_services .et_pb_column,
.janepro_services .et_pb_module{
  transition:all 0.3s ease;
}

.janepro_services .hover-text {
    opacity: 0;
  height:0;
}

.janepropro_services .et_pb_column:hover .hover-text {
    opacity: 1;
    height: auto;
}

.janepropro_services .et_pb_promo {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.janepro_services .et_pb_promo .et_pb_module_header,
.janepro_services .et_pb_promo_description div,
.janepro_services .et_pb_promo .et_pb_button_wrapper {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
  margin-top: 3%;
}

.janepro_services .et_pb_promo .et_pb_module_header {
    transform: translateY(50px);
}

.janepro_services .et_pb_promo:hover .et_pb_module_header {
    transform: translateY(0);
}

.janepro_services .et_pb_promo_description {
    overflow: hidden;
  padding: 0;
}

.janepro_services .et_pb_promo_description div {
    transform: translateY(65px);
    opacity: 0;
}

.janepro_services .et_pb_promo:hover .et_pb_promo_description div {
    opacity: 1;
    transform: translateY(0);
}

.janepro_services .et_pb_promo:hover .et_pb_button_wrapper {
    transform: translateY(20px);
}

/*responsive*/
@media only screen and (max-width: 980px) {
  .janepro_services .et_pb_promo_description {
    padding-bottom: 20px;
  }}

@media only screen and (max-width: 673px) {
  .janepro_services .et_pb_promo_description {
    padding-bottom: 0px;
  }}



/* JaneproPro Grid Blog 
-----------------------------------------------------*/

.janepro_grid2blog .entry-title {
    margin-top: -65px;
    position: relative;
    background: #ffffff;
    padding: 35px 20px 10px;
}

.janepro_grid2blog .et_pb_post .entry-featured-image-url img {
    min-height: 350px;
    object-fit: cover;
    height: 450px;
}

.janepro_grid2blog .et_pb_post {
    display: flex;
    flex-direction: column;
}

.janepro_grid2blog .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.janepro_grid2blog .et_pb_post .entry-title {
    order: 2;
}

.janepro_grid2blog .et_pb_post .post-meta {
    order: 1;
}


/* Janepro Pro Blog Grid Alt
----------------------------------------*/


.janepro_gridblog .et_pb_post a img {
    height: 425px;
    object-fit: cover;
    margin: 0 40px 0 0;
}

.janepro_gridblog .et_pb_post {
    display: flex;
    flex-direction: column;
}

.janepro_gridblog .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.janepro_gridblog .et_pb_post .entry-title {
    order: 2;
}

.janepro_gridblog .et_pb_post .post-meta {
    order: 1;
}


.janepro_gridblog .et_pb_post .entry-featured-image-url {
    overflow: hidden;
    transition: all 1.5s ease-out;
}

.janepro_gridblog .et_pb_post:hover .entry-featured-image-url img{
    transform: scale(1.1);
    transition: all 1.5s ease-out;
}


/* Janepro Pro Box Testimonials
----------------------------------------*/

.janepro_box_testimonials .et_pb_testimonial {
    border-top: 10px solid var(--color2);
}

.janepro_box_testimonials .et_pb_testimonial:before {
    content: "\7b";
    font-size: 70px;
    left: auto;
    right: 0;
    position: absolute;
    top: auto;
    bottom: -8px;
    color: var(--color2);
    background-color: transparent!important;
}

.janepro_box_testimonials .et_pb_testimonial_portrait {
    border-width: 10px;
    border-color: var(--color2);
    width: 120px!important;
    height: 120px!important;
}

.janepro_box_testimonials .et_pb_testimonial_portrait:before {
    box-shadow: none;
}

.janepro_box_testimonials .et_pb_testimonial_description {
    margin-left: 0!important;
}

.janepro_box_testimonials .et_pb_testimonial_portrait {
    position: absolute;
    top: -56px;
}


/* Jane Pro Service Steps
----------------------------------------*/

.janepro_steps {
    counter-reset: what-we-do;
}

.janepro_steps .et_pb_module_header {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.janepro_steps .et_pb_module_header::before {
    counter-increment: what-we-do;
    content: "0"counter(what-we-do);
    position: absolute;
    z-index: -1;
    color: var(--color2);
    position: absolute;
    left: 0px;
    width: 100%;
    font-size: 80px;
}


/* Jane Pro Highlight around text
-----------------------------------------------------*/

.janepro_highlight {
    box-shadow: inset 0 -0.5em 0 var(--color2) !important;
}


/* Jane Pro Home 2 Testimonials
----------------------------------------*/

.janeproh2_testimonials .et_pb_testimonial:before {
    display: none;
}

.janeproh2_testimonials .et_pb_testimonial_portrait {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.janeproh2_testimonials .et_pb_testimonial_portrait:before {
    font-size: 65px;
    position: absolute;
    top: -4px;
    left: 78px;
    font-family: ETmodules!important;
    background: 0 0;
    content: "{";
    width: 0;
    height: 0;
    box-shadow: none;
    color: var(--color2);
}

.janeproh2_testimonials .et_pb_testimonial_content h3 {
  line-height: 1.2em;
}

@media (max-width: 1022px) {

.janeproh2_testimonials .et_pb_testimonial_description {
    margin-left: 0px !important;
}}




/* Jane Pro Resources 2
-----------------------------------------------------*/

.janepro_resources2 .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    color:var(--color4);
}

.janepro_resources2 .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    display: block;
    position: relative;
    z-index: 1
}

.janepro_resources2 .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description,
.janepro_resources2 .et_pb_blurb .et_pb_blurb_content .et_pb_module_header {
    margin-left: 30px;
}

.janepro_resources2 .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before {
    background-color: var(--color2);
    position: absolute;
    z-index: -1;
    opacity: 0.4;
    content: "";
    height: 60px;
    width: 60px;
    right: 0;
    left: -20px;
    top: 0;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}






/* Jane Pro Hero Home 1
-----------------------------------------------------*/

.janepro_head_img {
    min-height: 850px !important;
}


/* Jane Pro Testimonials Home 2
----------------------------------------*/

.janepro_testimonialstars .et_pb_column_1_3:last-child {
    margin-right: 0 !important;
}

.janepro_testimonialstars .et_pb_column_4_4 h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 0;
    border-top: 1px solid;
    margin: 31px auto 13px;
}

.janepro_testimonialstars  p.et_pb_member_position:after {
    content: "";
    display: block;
    width: 40px;
    height: 0;
    border-top: 1px solid;
    margin: 13px auto 13px;
}

.janepro_testimonialstars  .et_pb_team_member_description:after {
    content: '\e033\e033\e033\e033\e033';
    font-family: ETmodules;
    font-size: 17px;
    color: #a17b62;
    display: block;
    margin: 25px 0 -5px;
    font-size: 20px;
    overflow: hidden;
}

.janepro_testimonialstars  .et_pb_team_member_description h3 {
    line-height: 1.1em;
    font-size: 24px;
}

.janepro_testimonialstars  .et_pb_team_member .et_pb_team_member_image {
    max-width: 97px !important;
}

.janepro_testimonialstars  .et_pb_column_1_3 .et_pb_team_member {
    cursor: pointer;
}


/* Jane Pro Testimonials 2 sides
-----------------------------------------------------*/


.janepro_testimo2sides {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.janepro_testimo2sides .et_pb_testimonial_portrait {                                                                 
    float: none;
    margin-right: 50px;
    outline: 5px solid #DED4E8;
}

.janepro_testimo2sides .et_pb_testimonial_portrait:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    right: -25px;
    top: 50%;
    background: #D9D9D9;
    transform: translateY(-50%);
}

.janepro_testimo2sides .et_pb_testimonial_description {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
}

.janepro_testimo2sides .et_pb_testimonial_description .et_pb_testimonial_content p {
    padding-bottom: 0px;
}

.janepro_testimo2sides .et_pb_testimonial_description .et_pb_testimonial_author {
    order: 1;
    margin: 0 0 0px 0;
    padding: 0 90px 5px 0;
}

.janepro_testimo2sides .et_pb_testimonial_description .et_pb_testimonial_author:after {
    font-family: ETmodules !important;
    content: '\e033\e033\e033\e033\e033';
    color: #FDB022;
    position: absolute;
    right: 0;
}

.janepro_testimo2sides .et_pb_testimonial_description .et_pb_testimonial_meta {
    order: 2;
    margin: 0 0 13px 0;
}

.janepro_testimo2sides .et_pb_testimonial_description .et_pb_testimonial_description_inner {
    order: 3;
}

@media only screen and (max-width: 980px) {
    .janepro_testimo2sides {
        margin-left: 0px;
    }

    .janepro_testimo2sides {
        display: block;
    }

    .janepro_testimo2sides .et_pb_testimonial_portrait::after {
        display: none;
    }

    .janepro_testimo2sides .et_pb_testimonial_portrait {
        margin: 0 auto 30px;
                                    }

    .janepro_testimo2sides .et_pb_testimonial_description {
        text-align: center;
    }

    .janepro_testimo2sides .et_pb_testimonial_description .et_pb_testimonial_author::after {
        right: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .janepro_testimo2sides .et_pb_testimonial_description .et_pb_testimonial_author {
        margin: 35px 0 0px 0;
        padding: 0 0px 10px 0;
    }
}

                                                               


/* Jane Pro Why choose me
----------------------------------------*/

.janepro_why_choose .et_pb_blurb {
    transition:.5s;
    border:2px solid #fff !important;
}

.janepro_why_choose .et_pb_blurb .et_pb_main_blurb_image {
    background-color: #fff;
}

.janepro_why_choose .et_pb_blurb:hover {
    margin-left:5px;
    transition:.5s;
    margin-right:-15px;
}

.janepro_why_choose .et_pb_blurb_container {
    padding:20px 15px
}

.janepro_why_choose .et_pb_blurb img {
    margin:20px 0;
}

.janepro_why_choose .et_pb_blurb .et-pb-icon {
    margin:20px 0;
    padding: 15px;
}

.janepro_why_choose .et_pb_blurb:after {
    position:absolute;
    content:'';
    right:0;
    top:50%;
    opacity:1;
    visibility:visible;
    margin-top:-10px;
    margin-right:0;
    margin-right:-15px;
    border-top:10px solid transparent;
    border-left:15px solid #fff;
    border-bottom:10px solid transparent;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease
}

.janepro_why_choose .et_pb_blurb:hover:after{
    opacity:1;
    visibility:visible;
    margin-right:-15px
}



/* Jane Pro resources
-----------------------------------------------------*/

.janepro_resources .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    color:var(--color4);
}

.janepro_resources .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    display: block;
    position: relative;
    z-index: 1
}

.janepro_resources .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before {
    background-color: var(--color2);
    position: absolute;
    z-index: -1;
    opacity: 0.4;
    content: "";
    height: 60px;
    width: 60px;
    right: 0;
    left: -50px;
    top: 0;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.janepro_resources:hover .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before {
    -webkit-animation: left_to_right 0.7s linear forwards;
    animation: left_to_right 0.7s linear forwards;
}

 @-webkit-keyframes left_to_right {
 0% {
 -webkit-transform:translateX(0) translateY(0);
 transform:translateX(0) translateY(0)
}
 25% {
 -webkit-transform:translateX(.9375rem) translateY(-.1875rem);
 transform:translateX(.9375rem) translateY(-.1875rem)
}
 50% {
 -webkit-transform:translateX(1.5625rem) translateY(-.5rem);
 transform:translateX(1.5625rem) translateY(-.5rem)
}
 75% {
 -webkit-transform:translateX(2.1875rem) translateY(-.9375rem);
 transform:translateX(2.1875rem) translateY(-.9375rem)
}
 100% {
 -webkit-transform:translateX(2.8125rem) translateY(-1.25rem);
 transform:translateX(2.8125rem) translateY(-1.25rem)
}
}
@keyframes left_to_right {
 0% {
 -webkit-transform:translateX(0) translateY(0);
 transform:translateX(0) translateY(0)
}
 25% {
 -webkit-transform:translateX(.9375rem) translateY(-.1875rem);
 transform:translateX(.9375rem) translateY(-.1875rem)
}
 50% {
 -webkit-transform:translateX(1.5625rem) translateY(-.5rem);
 transform:translateX(1.5625rem) translateY(-.5rem)
}
 75% {
 -webkit-transform:translateX(2.1875rem) translateY(-.9375rem);
 transform:translateX(2.1875rem) translateY(-.9375rem)
}
 100% {
 -webkit-transform:translateX(2.8125rem) translateY(-1.25rem);
 transform:translateX(2.8125rem) translateY(-1.25rem)
}
}


/* Jane Pro Marquee Banner
-----------------------------------------------------*/

.marquee {
    position: relative;
    display: flex;
    animation: moveLeft 14s linear infinite !important;
}

.track {
    color: inherit;
    text-decoration: none;
    animation: text 10s infinite linear;
    position:relative;
    white-space: nowrap;
    min-width: 100%;
}

 

@keyframes text{

0%{

left: 0%;

}

25%{

left:-10%;

}

50%{

left:-20%;

}

75%{

left:-30%;

}

100%{

left:-40%;

}}


/* Jane Pro Posts
-----------------------------------------------------*/

.janepro_blogger article {
    position: relative;
    width: 48% !important;
    margin-right: 1% !important;
    margin-left: 1% !important;
    float: left;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid var(--color1);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: .4s
}

.janepro_blogger article:nth-child(2n+2) {
    margin-right: 0 !important
}

.janepro_blogger .post-content {
    order: 9;
    padding: 55px 0 24px 46.1%
}

.janepro_blogger a.entry-featured-image-url {
    width: 39.4%;
    float: left;
    height: 100%;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000
}

.janepro_blogger article.et_pb_post>* {
    z-index: 20
}

.janepro_blogger article.et_pb_post:after {
    content: "";
    display: block;
    width: 0;
    float: left;
    height: 100%;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color1);
    z-index: 1;
    visibility: visible;
    transition: .3s
}

.janepro_blogger article.et_pb_post:hover:after {
    width: 100%
}

.janepro_blogger a.entry-featured-image-url:before {
    content: "";
    display: block;
    border-color: transparent;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 26px;
    right: 32px;
    transform: rotate(45deg);
    border-width: 3px;
    border-style: solid;
    z-index: 22;
    transition: .2s
}

.janepro_blogger article.et_pb_post:hover a.entry-featured-image-url:before {
    border-color: #fff #fff transparent transparent
}

.janepro_blogger a.entry-featured-image-url:after {
    content: "";
    display: block;
    background-color: #fff;
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: 33px;
    right: 33px;
    z-index: 22;
    transition: .3s;
    transform-origin: right center;
    transform: scaleX(0)
}

.janepro_blogger article.et_pb_post:hover a.entry-featured-image-url:after {
    transform: scaleX(1)
}

.janepro_blogger .post-meta span.published {
    position: absolute;
    color: #9b9b9b;
    top: auto;
    bottom: 60px;
    left: 0;
    line-height: 100%;
    padding: 0 30px 0 46.1%;
    text-indent: 0
}

.janepro_blogger .et_pb_post a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s
}

.janepro_blogger .et_pb_post:hover a img {
    opacity: .5
}

.janepro_blogger .et_pb_ajax_pagination_container {
    flex-wrap: wrap;
    display: flex;
    transition: .3s;
    margin: 0 -11.5px !important
}

.janepro_blogger article.active_post {
    transform: scale(1);
    opacity: 1;
    display: flex !important
}

.janepro_blogger article.deactive_post {
    transition: .4s !important;
    transform: scale(0);
    opacity: 0;
    display: none !important
}


@media only screen and (max-width: 980px) {
    .janepro_blogger .et_pb_post div.post-content a.more-link {
        bottom:25px
    }

    .janepro_blogger .post-meta span.published {
        font-size: 18px !important
    }

    .janepro_blogger .et_pb_column .et_pb_text {
        text-align: center !important
    }

    .janepro_blogger .et_pb_column_2_5 {
        margin-bottom: 10px !important
    }

    .janepro_blogger .et_pb_column.et_pb_column_empty {
        display: block !important
    }
}

@media only screen and (max-width: 767px) {
    .janepro_blogger  article:last-child {
        margin-bottom:0 !important
    }

    .janepro_blogger  article {
        position: relative;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .janepro_blogger  .et_pb_ajax_pagination_container {
        margin: 0 !important
    }
}

@media only screen and (max-width: 480px) {
    .janepro_blogger a.entry-featured-image-url {
        width:100%;
        position: unset
    }

    .janepro_blogger .et_pb_post div.post-content a.more-link {
        position: unset
    }

    .janepro_blogger .post-meta a:nth-child(2) {
        margin-left: 0
    }

    .janepro_blogger article.et_pb_post .entry-title {
        padding: 5px 30px 50px 30px;
        height: auto !important
    }

    .janepro_blogger .post-content {
        padding: 0 30px 30px 30px
    }

    .janepro_blogger .post-meta {
        padding: 30px 0 12px !important;
        margin: 0 30px
    }

    .janepro_blogger .post-meta span.published {
        padding: 0 30px 0 30px
    }
}


/* Sophia Comments 
-----------------------------------------------------*/

body #page-container .et_pb_section .et_pb_comments_0_tb_body.et_pb_comments_module .et_pb_button:after {
    margin-top: 4px;
}


/* Jane Pro Columns
-----------------------------------------------------*/

@media only screen and (max-width: 980px) {
.two-columns .et_pb_column {
    width: 50%!important;
}}


/* Marquee Banner
-----------------------------------------------------*/

.marquee {
    position: relative;
    display: flex;
    animation: moveLeft 24s linear infinite !important;
    overflow:hidden;
}

.track {
    color: inherit;
    text-decoration: none;
    animation: text 20s infinite linear;
    position:relative;
    white-space: nowrap;
    min-width: 100%;
}

 

@keyframes text{

0%{

left: 0%;

}

25%{

left:-10%;

}

50%{

left:-20%;

}

75%{

left:-30%;

}

100%{

left:-40%;

}}

/* Video Popup
----------------------------------------*/

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
  top: 0px !important;
  position: fixed !important;
}

.mfp-iframe-holder .mfp-content {
    max-width: 70%;
}

.mfp-iframe-scaler button.mfp-close {
    top: -50px ;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-wrap .mfp-close:active {
    top: -50px !important;
}

.video_popup_lightbox .mfp-iframe-holder .mfp-close {
    top: -50px;
}

.video_popup {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video_popup a:before {
    content: 'play';
    cursor: pointer;
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 54.5px);
    z-index: 20;
    background-color: #fff;
    padding: 55px 27px;
    border-radius: 50%;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
       animation: pulse 4s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #ffffffa1;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


.video_popup a:after {
    content: 'E';
    cursor: pointer;
    font-family: 'ETmodules';
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 47px);
    z-index: 20;
    background-color: #fff;
    padding: 55px 27px;
    border-radius: 50%;
    font-size: 40px;
    text-transform: uppercase;
    color: #222;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video_popup.no_icon:before,
.video_popup.no_icon:after {
    display: none!important;
}

.video_popup:hover a:before {
    opacity: 0;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
}
.video_popup:hover a:after {
    opacity: 1;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
    font-size: 56.5px;
}
@media all and (max-width: 980px) {
    .video_popup a:before {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 10px;
    }
    .video_popup a:after {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 32px;
    }
    .video_popup:hover a:before {
        opacity: 0;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
    }
    .video_popup:hover a:after {
        opacity: 1;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
        font-size: 42px;
    }
}

/* Jane Pro Portfolio
----------------------------------------*/

.janepro_portfolio .et_pb_portfolio_item {
    background: #fff;
    height: 470px!important;
    width: 30.2%!important;
    margin-right: 2%!important;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 15px 30px 15px;
    position: relative;
    overflow: hidden;
}

.janepro_portfolio .et_pb_portfolio_item:last-child,
.janepro_portfolio .et_pb_portfolio_item:nth-child(3n) {
    margin-right: 0 !important;
}

.janepro_portfolio .et_portfolio_image img {
    vertical-align: bottom;
    margin-bottom: 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 470px !important;
}

.janepro_portfolio .et_overlay {
    display: none;
}

.janepro_portfolio .et_pb_portfolio_item::before {
    background-color: #f6f3ef;
    border:none;
    z-index:111;
}

.janepro_portfolio .et_pb_portfolio_item .et_overlay::before{
    display:none
}

.janepro_portfolio .et_pb_portfolio_filters {
    margin-bottom: 50px;
}

.janepro_portfolio .et_pb_portfolio_filters ul {
    display: flex;
    justify-content: center;
}

.janepro_portfolio .et_pb_portfolio_filters li a {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    display: inline-block;
    margin: 5px;
    padding: 12px;
}

.janepro_portfolio .et_pb_portfolio_item{
    overflow:hidden;
    position:relative
}

.janepro_portfolio .et_pb_portfolio_item .et_portfolio_image:after,
.janepro_portfolio .et_pb_portfolio_item .et_portfolio_image:before {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:50%;
    height:100%;
    background: #f5f4ef;
    opacity:.9;
    transform:translateY(-100%);
    z-index:1;
    transition:all .3s ease 0s
}

.janepro_portfolio .et_pb_portfolio_item:hover .et_portfolio_image:after,
.janepro_portfolio .et_pb_portfolio_item:hover .et_portfolio_image:before{
    transform:translateY(0)
}

.janepro_portfolio .et_pb_portfolio_item .et_portfolio_image:after{
    left:50%;
    transform:translateY(100%);
    transition-delay:.1s
}

.janepro_portfolio .et_pb_portfolio_item .et_portfolio_image img {
    width:100%;
    height:auto;
    transform:scale(1);
    transition:all 2s ease 0s
}

.janepro_portfolio .et_pb_portfolio_item:hover .et_portfolio_image img{
    transform:scale(2)
}

.janepro_portfolio .et_pb_portfolio_item .post-meta{
    width:100%;
    position:absolute;
    top:40%;
    left:0;
    padding:40px 20px;
    color:#222;
    text-align:center;
    opacity:0;
    transform:translateX(110%);
    transition:all .4s linear .1s;
    z-index:9;
    cursor:pointer
}

.janepro_portfolio .et_pb_portfolio_item .post-meta a{
    color:#222;
}

.janepro_portfolio .et_pb_portfolio_item:hover .post-meta {
    transform:translateX(0);
    transition-delay:.35s;
    opacity:1
}

.janepro_portfolio .et_pb_portfolio_item .et_pb_module_header {
    margin-top:0!important;
    width:100%;
    position:absolute;
    top:25%;
    left:0;
    padding:40px 25px;
    text-align:center;
    opacity:0;
    margin:0 0 20px;
    transform:translateX(-110%);
    transition:all .4s linear .1s;z-index:9
}

.janepro_portfolio .et_pb_portfolio_item:hover .et_pb_module_header{
    transform:translateX(0);
    transition-delay:.35s;
    opacity:1
}

@media only screen and (max-width:800px){
.janepro_portfolio .et_pb_portfolio_filters ul {
    text-align:center
}

.janepro_portfolio .et_pb_portfolio_item {
    width: 100%!important;
    height: 500px!important;
}}

@media only screen and (max-width:981px){
.janepro_portfolio .et_pb_portfolio_filters ul{
    text-align:center
}

.janepro_portfolio .et_pb_portfolio_filters ul li{
    display:inline-block;
    float:none!important;
    margin-left:10px
}}

@media only screen and (max-width:600px){
.janepro_portfolio .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    width: 100% !important;
    border-radius: 0;
}

.janepro_portfolio .et_pb_portfolio_filters ul {
    text-align:center;
    display: inline-block;
}}



/* Style Back to Top Button
-----------------------------------------------------*/
.et_pb_scroll_top.et-pb-icon {
    background-color: transparent !important;
    border-radius: 0px;
    border: 1px solid #e7eae3;
}

.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
 
.et_pb_scroll_top.et-pb-icon {
    right: 15px;
    bottom: 15px;
    background: #333;
    padding: 10px;
}
 
.et_pb_scroll_top:before {
    content: "\32";
    color: #2d2d2d
}



/* Page Navi
-----------------------------------------------------*/
.wp-pagenavi {
    border-top: none;
}

.wp-pagenavi a, 
.wp-pagenavi span {
  color: #000;
  background-color: #FAF5F2;
  border: 1px solid #FAF5F2;
  padding: 8px 15px;
}

/* Categories Tags
----------------------------------------*/

.tagcloud a {
    font-size: 12px !important;
    padding: 4px 20px;
    background: #faf5f2;
    display: inline-block;
    margin-bottom: 4px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: inherit;
}

.tagcloud a:hover {
    background: #d17d74;
    color: #fff;
}


    
/* Smarth Login
----------------------------------------*/

.smartPWLogin {
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0;
  display:block;
  margin:0 auto;
  text-align: center;
}

.smartPWLogin input {
  border: 1px solid #bbb !important;
  color: #4e4e4e !important;
  background-color: #fff !important;
  padding: 12px;
  font-size: 14px;
  margin-right: 1%;
  width: 20%;
}

.smartPWLogin input[type=submit] {
  -webkit-appearance: none;
  padding: 12px !important;
  background: #e6b83c !important;
  border-color: #e6b83c !important;
  color: #fff !important;
  cursor: pointer;
}

.smartPWLogin input:hover[type=submit] {
  background: #fff !important;
  color: #454a54 !important;
  border-color: #e6b83c !important;
}

/* Password 
-----------------------------------------------------*/

.post-password-required .et_password_protected_form {
    min-height: initial;
    width: 50%;
    margin: 12% auto;
    text-align: center;
    border: 5px solid #e8eced;
    padding: 2%;
}

.et_password_protected_form .et_submit_button {
    display: block;
    float: none;
    margin: 8px auto 0;
    font-family: inherit;
    cursor: pointer;
}


/* Jane Pro Logo Rotate 
----------------------------------------*/

.rotate {
  animation: rotation 35s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}




/* Preloader
-----------------------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.preloader .status {
  margin: -35px 0 0 -35px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.et_pb_image .et_overlay:before {
    color: #e8eced;
}


.janepro_testimonialh2 .et_pb_team_member_image img {
    border-radius: 115px;
    width: 30%;
}
.janepro_testimonialh2 .et_pb_team_member_description .et_pb_module_header {
    position: absolute;
    bottom: -130px;
    color: #000;
    text-transform: uppercase;
    left: 65px;
    text-align: center;
}
.janepro_testimonialh2 .et_pb_team_member_image {
    position: absolute;
    left: 0px;
    bottom: -140px;
    right: 0;
}
.janepro_testimonialh2 .et_pb_team_member_description .et_pb_member_position {
    position: absolute;
    left: 65px;
    bottom: -150px;
    color: #fff;
    text-align: center;
}

.janepro_testimonialh2 .et_pb_team_member_description div p{
    position:relative;
}

.janepro_testimonialh2 .et_pb_module.et_pb_team_member {
    border-radius: 20px;
    padding: 40px 50px 40px;
    position: relative;
}

.janepro_testimonialh2 .et_pb_team_member_description div p:before {
    content: "\7b";
    z-index: 9;
    font-family: ETmodules !important;
    position: absolute;
    left: -45px;
    color: #000;
    font-size: 40px !important;
    top: -15px;
    transform: rotate(180deg);
}

.janepro_testimonialh2 .et_pb_module.et_pb_team_member::after {
    visibility: unset !important;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    margin: 0;
    position: absolute;
    left: 90px;
}


/* Jane Pro Blog List
-----------------------------------------------------*/

.janepro_listblog .et_pb_post {
  margin-bottom: 6%;
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}

.janepro_listblog .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.janepro_listblog .et_pb_post .entry-featured-image-url {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.janepro_listblog .et_pb_post a img {
    vertical-align: bottom;
    max-width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 5px;
}

.janepro_listblog .et_pb_post>.wrapped {
  padding: 40px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.janepro_listblog .et_pb_post .entry-title a {
  display: block;
  cursor: pointer;
}

.janepro_listblog .et_pb_post:hover .entry-title:after {
  width: 60%;
}

/*.sophia_listblog .et_pb_post a.more-link {
  display: inline-block;
  margin: 30px auto 0;
}*/

.janepro_listblog .et_pb_post .et_overlay {
  border: none;
  opacity: 0;
  z-index: 3;
}

.janepro_listblog .et_pb_post:hover .et_overlay {
  opacity: .8;
}

.janepro_listblog .et_pb_post .entry-featured-image-url {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.janepro_listblog .et_pb_post .entry-title {
    order: 2;
}

.janepro_listblog .et_pb_post .post-meta {
    order: 1;
}

.janepro_listblog .et_pb_post .post-meta a:after {
    content: ',';
    margin-left: 2px;
    margin-right: 0;
}

.janepro_listblog .et_pb_post .post-meta a:last-child:after {
     display: none;
}

.janepro_listblog .et_pb_post .post-content {
    order: 3;
}

@media (max-width: 1030px){

.janepro_listblog .et_pb_post>.wrapped,
.janepro_listblog .et_pb_post .entry-featured-image-url {
    width: 100%;
}

.janepro_listblog .et_pb_post a img {
    position: relative;
} 

.janepro_listblog .et_pb_post .entry-title {
    margin-top: 3%;
}}
