/* ------------ FaFa Style --------------*/

/***** Header*****/
nav#wpfm-floating-menu-nav {
    z-index: 9999;
    top: 400px !important;
}

#divi-sticky-header{
    background: transparent;
    z-index: 9999 !important;
}
.et_pb_menu__menu .menu-item {
    padding: 7px !important;
}
.et_pb_gutters2{
    position:relative
}

.test {
    top: 0;
	z-index: 9999999!important;
}


.top-box .phone, .top-box .address {
    float: right;
    margin-left: 30px;
    margin-top: 0;
    height: 40px;
    background: linear-gradient(90deg,rgba(0,0,0,0) 0%,#6ba1c1 100%) !important;
    padding: 0 0 0 10px;
}

.top-box .title {
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -1px;
}
.top-box .title.ltr{
    /* display: block; */
    direction:ltr;
}
.top-box .title a{color: #957b80;}
.top-box .et-pb-icon {
  color: #364ca2;
  font-size: 20px;
  background: #cfdaf4c9;
  width: 40px;
  height: 40px!important;
  padding: 3px;
  text-align: center;
  line-height: 34px;
  border-radius: inherit;
  float: right;
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.divider-header {
    position: absolute;
    height: 96px;
    width: 100%;
    z-index: 99;
    display: none !important;
}
.divider-header .et_pb_top_inside_divider {
    position: absolute;
    bottom: -30px !important;
    top: unset !important;
}
#phone-ltr .et_pb_blurb_description p {
    direction: ltr;
}

#divi-sticky-header .et_pb_menu__logo-wrap {
    order: 1 !important;
    margin-left: 0 !important;
    margin-right: 30px;
    text-align: left !important;
}

#divi-sticky-header .et_pb_menu__wrap {
    justify-content: flex-start !important;
}




/***** Article *****/
.inblog .et_pb_salvattore_content[data-columns]::before {
	content: '4 .column.size-1of4' !important;
}
@media only screen and ( min-width: 981px ) {
	.inblog .column.size-1of4 {
	    width: 23%!important;
	    margin-right: 1%;
	    overflow: inherit !important;
	    margin-left: 1%;
	}
}
.article-box .column article {
    background: linear-gradient(to bottom,rgb(237, 242, 245) 0%,rgb(241, 246, 251) 50%,rgba(184, 196, 243, 0.74) 100%); */
    margin-bottom:80px !important;
    overflow: hidden;
}
.article-box a.more-link {
    position: relative;
    display: block;
    z-index: 99 !important;
    overflow: hidden;
    border-radius: 50px 20px;
}

.article-box a.more-link:hover {
    background-size: 100% 10px;
    color: #4e3a3f!important;
}

.blogcontent img {
    margin: 30px auto !important;
}
.blogcontent iframe{
    margin: 30px auto !important;
}






/***** Section1 *****/
.features_section1 span.et_pb_image_wrap {
    overflow: hidden;
}
.features_section1 img {
    transform: scale(1.2);
    transition: transform 0.35s;
    overflow: hidden !important;
    cursor: pointer;
}
.features_section1 img:hover {
    transform: scale(1);
}







/***** Section2 *****/
.features_sec2 a.more {
    color: #5a0a38;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    display: block;
    width: 80px;
    border-left: 2px solid #b8076b;
    border-right: 2px solid #b8076b;
    box-sizing: border-box;
    background-position: 0 0,0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: -webkit-linear-gradient(left,#d8a2450%,#0e886b 100%),-webkit-linear-gradient(left,#7450fe 0%,#0e886b 100%);
    background-image: linear-gradient(to right,#f5edef 0%,#b8076b 80%),linear-gradient(to right,#b8076b 0%,#f5edef 100%);
    padding: 5px;
    text-align-last: center !important;
    border-radius: 4px;
    transition:all 0.8s ease-in-out;
    margin:4px auto 0;
}

.features_sec2 a.more:hover {
    background-size: 100% 10px;
    color: #060606;
}


.features_sec2 .et_pb_image_wrap img:hover {
    -webkit-transform: translate(-50%,-50%) rotateY(360deg);
    -khtml-transform: translate(-50%,-50%) rotateY(360deg);
    -moz-transform: translate(-50%,-50%) rotateY(360deg);
    -ms-transform: translate(-50%,-50%) rotateY(360deg);
    -o-transform: translate(-50%,-50%) rotateY(360deg);
    transform: rotateY(360deg);
}
.features_sec2 .et_pb_main_blurb_image .et_pb_image_wrap {
    position: relative;
    overflow:inherit !important;
}

.features_sec2 {
    z-index: 9 !important;
}
.features_sec2 .et_pb_top_inside_divider {
    transform: rotate(0deg) !important;
    top: -30px !important;
}
/***** Section3 *****/
.features_sec3 a.more {
    color: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    width: 140px;
    border-left: 2px solid #f5edef;
    border-right: 2px solid #a04254;
    box-sizing: border-box;
    background-position: 0 0,0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: -webkit-linear-gradient(left,#d8a2450%,#0e886b 100%),-webkit-linear-gradient(left,#7450fe 0%,#0e886b 100%);
    background-image: linear-gradient(to right,#f5edef 0%,#a04254 80%),linear-gradient(to right,#a04254 0%,#f5edef 100%);
    padding: 8px 10px;
    text-align-last: center !important;
    border-radius: 4px;
    transition:all 0.8s ease-in-out;
    margin: 18px 0 0 0;
    display: block;
    float: left !important;
    letter-spacing: 0 !important;
}

.features_sec3 a.more:hover {
    background-size: 100% 10px;
    color: #f2f2f2;
    text-shadow: none;
}






/***** Section4 *****/
.features_sec4 .et_pb_text_overlay_wrapper {
    padding: 80px !important;
}
@media only screen and ( max-width: 981px ) {
.features_sec4 .et_pb_text_overlay_wrapper {
    padding: 30px !important;
}
}
.features_sec4 a.et_pb_button.et_pb_more_button::before {
    left: 10px;
    font-size: 25px;
    top: 12px;
}

/***** Section5 *****/

.features_sec5 .et_pb_blurb_content {
    padding-left: 0;
}
/***** Footer *****/
div#box-footer h4 {
    height: 70px;

}
div#box-footer .et-pb-icon {
    background: #9d9ea526;
    padding: 20px;
    border-radius: 100%;
    box-shadow: 0 5px 5px 2px #cc9f4636 inset;
}
.ltr-box .et_pb_blurb_description {
    direction: ltr !important;
    display: inline-block !important;
    width:100%;
}

.title-footer .et_pb_text_inner {

    height: 50px;
    padding-top: 10px;
}
.title-footer .et_pb_text_inner h3 {
    position: relative;
    width:90%;
}
.title-footer .et_pb_text_inner h3::after{
    content: '';
    position: absolute;
    background: #dcd0c7;
    bottom: -16px;
    right:0;
    height: 3px;
    width:45px;
}
.title-footer .et_pb_text_inner h3::before{
    content: '';
    position: absolute;
    background: #c9a4ae38;
    bottom: -15px;
    right:0;
    height: 1px;
    width: 100%;
}

.footer button {
    border-radius: 50px 50px 50px 20px !important;
}
.footer .et_pb_post {
    margin-bottom: 20px !important ;
}
.footer .box-footer-4 li a{
    list-style: none;
    float: right;
    color:#d0d8d8;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.footer .box-footer-4 a::after{
    right: -17px;
    position: absolute;
    display: block;
    width: 15px;
    height: 10px;
    top: 0;
    font-family: fontawesome;
    color: #ff6280;
}
.footer .box-footer-4 li {
    list-style: none;
    float: right;
    width: 100%;
    position: relative;
}


.footer .box-footer-4 a:hover, .footer .box-footer-4 a:hover::after{
    padding-right:20px;
      transition: all 0.4s ease-in-out;
}
.footer .box-footer-4 a:hover{
    color:#59b4b4;
}

.footer .box-footer-3 .post-meta span{
    
float: right;
    
width: 100%;
    
position: relative;
    
padding-right: 20px;
}
.footer .box-footer-3 .post-meta span::after{
    content: "\f017";
    position: absolute;
    display: block;
    width: 15px;
    height: 10px;
    top: 0;
    font-family: fontawesome;
    color: #ff6280;
    right: 0;
}

/* ----------- Mavaranet Custom style ---------------- */

/* Float Menu plugin */
.floating-menu {
    font-family: inherit !important;
}

/* Blog - single post */
.single .entry-content p {
    text-align: justify !important;
}


/* Blog Madule */
.et_pb_post .et_pb_image_container, .et_pb_post .entry-featured-image-url {
    margin-bottom: 0px !important;
}

/* Topbar */
#et-info-phone {
    margin-left: inherit;
    margin-right: 13px;
}

/* TOC */
.lwptoc {

        width: 100% !important;
}
.lwptoc .lwptoc_i {
        background-color: #f2eaec !important;
        
        border-radius: 10px;
        width: 100% !important;
        font-size: 14px;
}

/* Gallery Madule - Disable Lightbox */
.disable-lightbox a {
    pointer-events: none;
}

.disable-lightbox .et_overlay {
    display: none !important;
}
.et-pb-slider-arrows a { 
    pointer-events: auto;
}

#toc_container {
    background: #dac9e8;
    border-radius: 20px;
    margin-left: 20px;
    margin-bottom: 10px !important;
}
/* MN BOX */
.mn-box {
    background-image: linear-gradient(86deg,#dcd0c7 0%, #e4aebc 100%)!important;
    background-color: #d8d8d8;
    padding: 30px;
    border-radius: 5px;
    color: rgb(71, 69, 74);
    font-size: 18px;
    box-shadow: 0 10px 20px -10px #00000060;
    font-weight: 400;
    line-height: 1.6em;
    text-align: justify;
    margin-bottom: 30px;
}    
.mn-box a{
    color: #c6a04e;
    transition:all 0.6s ease-in-out;
    text-shadow: 1px 1px 1px black;
}
.mn-box a:hover{
    color: #a0ebe6;
}


    