/*

Theme Name: Mannys Theme

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/
#boxed-wrapper .line_link{
    text-decoration: underline;
}
#boxed-wrapper .line_link:hover{
    text-decoration: none;
}
#boxed-wrapper .shadow_img_box{
    overflow: inherit !important;
}
#boxed-wrapper .shadow_img_box img{
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15) !important;
}
#boxed-wrapper .shadow_img_box02{
    overflow: inherit !important;
}
#boxed-wrapper .shadow_img_box02 img{
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(112,46,62, 0.06) !important;
}
#boxed-wrapper .about_info_box img{
    border-radius: 6px 6px 0 0 !important;
}

body #boxed-wrapper #testimonials-swiper .swiper-button-prev{
    left: 16px;
    width: 21px;
    height: 14px;
    top: auto;
    bottom: 3px;
}
body #boxed-wrapper #testimonials-swiper .swiper-button-prev:before{
       content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    right: 0;
    height: 2px;
    background-color: var(--awb-color5);
        transition: all ease-in 300ms;
}
body #boxed-wrapper #testimonials-swiper .swiper-button-prev:hover:before{
    background-color: var(--awb-color4);
}
body #boxed-wrapper #testimonials-swiper .swiper-button-prev:after{
    content: "";
    position: absolute;
    left: -4px;
    top: 1px;
    height: 10px;
    width: 10px;
    margin: 0 0px 3px 6px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-bottom: 2px solid var(--awb-color5);
    border-right: 2px solid var(--awb-color5);
        transition: all ease-in 300ms;
}
body #boxed-wrapper #testimonials-swiper .swiper-button-prev:hover:after{
    border-color: var(--awb-color4);
}
body #boxed-wrapper #testimonials-swiper .swiper-button-next{
    left: 47px;
    right: auto;
    width: 21px;
    height: 14px;
    top: auto;
    bottom: 3px;
}
body #boxed-wrapper #testimonials-swiper .swiper-button-next:before{
       content: "";
    position: absolute;
    top: 6px;
    width: 100%;
    right: -4px;
    height: 2px;
    background-color: var(--awb-color5);
        transition: all ease-in 300ms;
}
body #boxed-wrapper #testimonials-swiper .swiper-button-next:hover:before{
    background-color: var(--awb-color4);
}
body #boxed-wrapper #testimonials-swiper .swiper-button-next:after{
    content: "";
    position: absolute;
    right: -4px;
    top: 1px;
    height: 10px;
    width: 10px;
    margin: 0 0px 3px 6px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-bottom: 2px solid var(--awb-color5);
    border-right: 2px solid var(--awb-color5);
        transition: all ease-in 300ms;
}
body #boxed-wrapper #testimonials-swiper .swiper-button-next:hover:after{
       border-color: var(--awb-color4);
}

body #boxed-wrapper #testimonials-swiper .content-box-column{
    display: none;
}

body #boxed-wrapper #testimonials-swiper .content-box-column.testimonials_swiper_item{
    display: block;
}

body #boxed-wrapper #testimonials-swiper .content-box-heading{
    line-height: 1.8 !important;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Open Sans';
}
body #boxed-wrapper #testimonials-swiper .content-container{
    margin-bottom: 7px !important;
}
body #boxed-wrapper #testimonials-swiper .content-container .title_sub{
    font-size: 27.99px;
    color: #333;
    font-weight: normal;
    margin: 0 0 10px;
}
body #boxed-wrapper #testimonials-swiper .content-container .star{
    display: flex;
}
body #boxed-wrapper #testimonials-swiper .content-container .col_box:first-child > .social_linkbox{
        flex-wrap: nowrap;
    padding-left: 0px;
    padding-top: 3px;
    display: flex;
    align-items: center;
    line-height: 1;
    width: 130px;
                height: 18px;
                background: url('data:image/svg+xml;utf8,<svg _tmplitem="3" width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path _tmplitem="3" d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="2" stroke="%23ff9f0a" fill="%23F1B878" ></path></svg>');
                background-size: 28px 18px;
                margin: 3px 0 0;
}

body #boxed-wrapper #testimonials-swiper .content-container .col_box:first-child > .social_linkbox span,
body #boxed-wrapper #testimonials-swiper .content-container .col_box:first-child > .social_linkbox i{
    font-size: 16px;
    color: #F1B878;
}
body #boxed-wrapper #testimonials-swiper .content-container .col_box:first-child > .social_linkbox span:last-child{
    margin-right: 0 !important;
}
body #boxed-wrapper #testimonials-swiper .content-container .col_box:first-child > .social_linkbox i:first-child{
    margin-left: 0 !important;
}
body #boxed-wrapper #testimonials-swiper .content-container .col_box:last-child .google_icon > p{
    margin: 0;
    background: url(./images/google-icon.png) 100% 0px no-repeat;
        padding-right: 30px;
    padding-left: 33px;
    font-size: 16px;
    padding-top: 2px;
}
body #boxed-wrapper #testimonials-swiper .swiper-pagination{
    bottom: 0;
    margin-left: 14px;
}
body #boxed-wrapper #testimonials-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    opacity: 1;
    border-radius: 50%;
    background-color: #DEC1A7;
    margin: 0 5px;
}
body #boxed-wrapper #testimonials-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--awb-color4);
}

body #boxed-wrapper .copyright_box .sep{
    margin: 0 6px;
}
body #boxed-wrapper .copyright_box a:hover{
    color: #ffb26b;
}
body #boxed-wrapper .footer_menu #menu-footermenu .awb-menu__main-a .awb-menu__i{
    width: 42px;
    height: 42px;
    background-color: var(--awb-color4);
    border-radius: 50%;
    padding: 0;
    margin: 0 10px 0 0;
    flex: 0 0 42px;
}

body #boxed-wrapper .footer_link{
    margin-left: 21px;
}
body #boxed-wrapper .footer_link .fa-arrow-right{
    position: relative;
}

body #boxed-wrapper .footer_link .fa-arrow-right:before{
    transform: rotate(45deg);
    position: absolute;
       left: -6px;
    top: -9px;
}
body #boxed-wrapper .footer_link .fa-arrow-right + i{
    position: static;

}
body #boxed-wrapper .footer_link .fa-arrow-right + i:before{
    left: -18px;
}

body #boxed-wrapper .mobile_layout .fusion-flex-align-items-flex-start{
    align-items: center;
}
body #boxed-wrapper .head_left_link #menu-headlefttopmenu .awb-menu__i{
    padding-left: 0 !important;
}
body #boxed-wrapper .img-shadow01{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}
body #boxed-wrapper .button_custom_arrow i:before{
     transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
}
body #boxed-wrapper .button_custom_arrow i{
    margin-right: 23px;
}
body #boxed-wrapper .info_box_shadow .fusion-column-wrapper > .fusion-builder-row{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}
body #boxed-wrapper .map_box iframe{
    display: block;
}
body #boxed-wrapper .contactus_form .fusion-form-field .fusion-form-label-wrapper label{
    color: #555555;
    margin-bottom: 5px;
}
body #boxed-wrapper .contactus_form .fusion-form-field .fusion-form-label-wrapper label .fusion-form-element-required{
    text-decoration: none;
    color: #ea1826;
}

/* custom-tab */
.custom-tabIndex:not(.is-tabCompleted) .custom-tabHeader .fusion-button {
    pointer-events: none;
}

.custom-tabIndex .custom-tabContent .fusion-builder-row.fusion-builder-row-inner {
    display: none;
}
.custom-tabIndex .custom-tabHeader .fusion-button.is-active{
    background-color: var(--awb-color4);
    color: #fff;
}
.custom-tabIndex .custom-tabHeader .fusion-button.is-active i,
.custom-tabIndex .custom-tabHeader .fusion-button.is-active .fusion-button-text{
    color: currentColor;
}
body #boxed-wrapper .custom_icon_button{
    padding-left: 66px;
}
body #boxed-wrapper .custom_icon_button .awb-button__icon{
    height: 31px;
}
body #boxed-wrapper .custom_icon_button .awb-button__icon:before{
    content: "";
    background: url(./images/bbb.png) 0 0 no-repeat;
        width: 26px;
    height: 29px;
    display: block;
    opacity: 1;
    position: absolute;
    left: 37px;
    top: 16px;
    background-size: contain;
    transition: all 0.2s;
}
body #boxed-wrapper .custom_icon_button .awb-button__icon:after{
    content: "";
  
    background: url(./images/bbb-white.png) 0 0 no-repeat;
       width: 26px;
    height: 29px;
    display: block;
    opacity: 0;
     position: absolute;
    left: 37px;
    top: 16px;
      background-size: contain;
    transition: all 0.2s;
}
body #boxed-wrapper .custom_icon_button.is-active .awb-button__icon:before,
body #boxed-wrapper .custom_icon_button:hover .awb-button__icon:before{
    opacity: 0;
}
body #boxed-wrapper .custom_icon_button.is-active .awb-button__icon:after,
body #boxed-wrapper .custom_icon_button:hover .awb-button__icon:after{
    opacity: 1;
}
.custom-tabIndex .custom-tabContent .fusion-layout-column{
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.reviews_box .star{
    display: flex;
    justify-content: center;
}
.reviews_box .col_box:first-child > .social_linkbox{
        flex-wrap: nowrap;
    padding-left: 0px;
    padding-top: 3px;
    display: flex;
    align-items: center;
    line-height: 1;
    width: 130px;
                height: 18px;
                background: url('data:image/svg+xml;utf8,<svg _tmplitem="3" width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path _tmplitem="3" d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="2" stroke="%23ff9f0a" fill="%23F1B878" ></path></svg>');
                background-size: 28px 18px;
                margin: 3px 0 0;
}

.reviews_box .col_box:first-child > .social_linkbox span:last-child{
    margin-right: 0 !important;
}
.reviews_box .col_box:first-child > .social_linkbox i:first-child{
    margin-left: 0 !important;
}
.reviews_box .col_box:last-child .google_icon > p{
    margin: 0;
    background: url(./images/google-icon.png) 100% 0px no-repeat;
        padding-right: 30px;
    padding-left: 33px;
    font-size: 16px;
    padding-top: 2px;
}
body #boxed-wrapper .custom_footer_link .menu-item:last-child .awb-menu__main-a{
    pointer-events: none;
}
body #boxed-wrapper .custom_footer_link .menu-item:last-child:hover .awb-menu__main-a,
body #boxed-wrapper .custom_footer_link .menu-item:last-child .awb-menu__main-a:hover{
color: var(--awb-color) !important;
}

body #boxed-wrapper .tribe-events-calendar-list *{
    font-family: "roboto";
}
@media only screen and (min-width: 1600px) {
    body #boxed-wrapper .custom_icon_button .awb-button__icon{
        height: 40px;
    }
    body #boxed-wrapper .custom_icon_button .awb-button__icon:before{
    content: "";
    width: 40px;
    height: 48px;
    left: 37px;
    top: 18px;
}
body #boxed-wrapper .custom_icon_button .awb-button__icon:after{
    content: "";
       width: 40px;
    height: 48px;
    left: 37px;
    top: 18px;
}
    .custom-tabIndex .custom-tabHeader .fusion-button{
        padding-top: 23px;
        padding-bottom: 23px;
        padding-left: 40px;
        padding-right: 45px;
    }
    .custom-tabIndex .custom-tabHeader .fusion-button .awb-button__icon{
        font-size: 40px;
        margin-right: 17px;
    }
    body #boxed-wrapper .contactus_form .fusion-form-submit-field .fusion-button{
        padding-left: 59px;
        padding-right: 59px;
    }
    #boxed-wrapper .button-spear{
        padding-left: 55px;
        padding-right: 55px;
    }
    body #boxed-wrapper .custom_menu_style .menu-item .awb-menu__main-a{
        font-size: 21.99px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body #boxed-wrapper .custom_menu_style .awb-menu__main-ul{
    --awb-gap: 20px;
    }
}
@media only screen and (max-width: 992px) {
    body #boxed-wrapper .page_title_box .fusion-title-heading{
        line-height: 1 !important;
        font-size: 50px !important;
    }
    body #boxed-wrapper .map_box iframe{
        height: 300px !important;
    }
    body #boxed-wrapper h2.fusion-title-heading{
        line-height: 1 !important;
    }
}
@media only screen and (max-width: 767px) {
    #boxed-wrapper .button-spear{
        font-size: 18px;
    }
    body #boxed-wrapper .footer_menu #menu-footermenu .awb-menu__main-a .menu-text{
        font-size: 16px;
    }
}