/*
Theme Name: Sydney Pro Child
Theme URI: https://athemes.com/theme/sydney
Description: Child theme of Sydney Pro
Author: aThemes
Author URI: https://payrollinsights.com/staging/
Template: sydney-pro-ii
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

body{
	font-family: "Mona Sans", sans-serif; 
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Mona Sans", sans-serif; 
	line-height: 1.2 !important;
	margin-top:0;
}
.body-color{ color: var(--e-global-color-text) !important; }
.font-primary{
	font-family: "Mona Sans", sans-serif; 
}
.font-secondary{
	font-family: "Bricolage Grotesque", sans-serif;
}
.text-white-soft{ color: var(--e-global-color-71b628a) !important; }
.text-black-soft{ color: var(--e-global-color-7732ae6) !important; }
p:nth-last-child(1){ margin-bottom: 0; }
.main-title-wrapper span{
	font-style: italic;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 700;
}

.elementor-page .content-wrapper.container{ width: 100%; }
.container{ padding: 0 12px; }

@media (min-width: 1200px) {
    .container {
        width: 1240px;
    }
}

/*Header CSS Start*/
.header-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 0;
}
.shfb-header.shfb-desktop{
    margin-top: 20px;
}
.shfb-header.shfb-desktop .shfb-row{
    background-color: #FFFFFF80;
    padding: 16px 16px 16px 36px;
    border-radius: 38px;
    border: 1px solid #FFF;
    box-shadow: 0px 10px 30px 0px #0000000F;
}
.shfb-header.shfb-desktop .shfb-component-logo .desktop-logo-link .site-logo{
    height:44px;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item{
    margin-right: 36px;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item:nth-last-child(1){
    margin-right: 0px;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item a{
    font-size: 14px;
    font-weight: 500;
    color: #00000099;
    line-height: normal;
    position:relative;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item a:hover,
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item.current-menu-item > a{
    color: #000000;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item.current-menu-item > a{
    font-weight: 600;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item a::after{
    content:'';
    position: absolute;
    width: 11px;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: transparent;
    border-radius: 6px;
    margin: 0 auto;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item.current-menu-item > a::after{
    background-color: #0F67E3;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item .dropdown-symbol{
    fill: #00000099;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item:hover .dropdown-symbol{
    fill: #000000;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item.menu-item-has-children a::after{
	content: none;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item .sub-menu{
    min-width: 240px;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item .sub-menu .menu-item{
    margin:0px;
}
.shfb-header.shfb-desktop .menu-primary-menu-container .nav-menu .menu-item .sub-menu .menu-item a{
    padding: 8px 16px;
}
.shfb-header.shfb-desktop .shfb-component-button .button{
    background: linear-gradient(97.38deg, #0F67E3 0%, #4B93FF 100%);
    color: #FFF;
    border: 1px solid #FFFFFF !important;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 42px;
}
.shfb-header.shfb-desktop .shfb-component-button .button:hover{
    background: linear-gradient(97.38deg, #4B93FF 0%, #0F67E3 100%);
    color: #FFF;
}
.shfb-header.shfb-desktop .sticky-active .shfb-row{
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}


.shfb-header.shfb-mobile{
    margin-top: 16px;
}
.shfb-header.shfb-mobile .shfb-row{
    background-color: #FFFFFF80;
    padding: 12px 24px 12px 20px;
    border-radius: 38px;
    border: 1px solid #FFF;
    box-shadow: 0px 10px 30px 0px #0000000F;
}
.shfb-header.shfb-mobile .shfb-component-logo .desktop-logo-link .site-logo{
    height:44px;
}
.shfb-header.shfb-mobile .menu-toggle .sydney-svg-icon,
.shfb-header.shfb-mobile .shfb-component-mobile_hamburger .menu-toggle svg{
    width: 26px;
    height: 26px;
    max-height: 26px;
    fill: #000;
}
.shfb-mobile_offcanvas{
    background-color: #FFF;
    max-width: 320px;
    padding: 40px 20px 20px;
}
.shfb-mobile_offcanvas .mobile-menu-close{
        background-color: #0F67E31A;
    width: 40px;
    height: 40px;
        top: 0;
    right: 0;
}
.sydney-offcanvas-menu .mobile-menu-close .icon-cancel{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shfb-mobile_offcanvas .mobile-menu-close svg,
.shfb-mobile_offcanvas .mobile-menu-close:hover svg{
    fill: #0F67E3;
}
.shfb-mobile_offcanvas .main-navigation .menu .menu-item a{
    color: #00000099 !important;
    font-size: 16px !important;
    padding: 8px 0;
}
.shfb-mobile_offcanvas .main-navigation .menu .menu-item.current-menu-item a{
    color: #000000 !important;
}
.shfb-mobile_offcanvas .main-navigation .menu .menu-item .sub-menu .menu-item a{
     font-size: 14px !important;
}
.sydney-offcanvas-menu #mainnav ul ul a{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.shfb-mobile_offcanvas .main-navigation .menu .menu-item .dropdown-symbol,
.shfb-mobile_offcanvas .main-navigation .menu .menu-item .dropdown-symbol svg{
    fill: #00000099 !important;
}
.shfb-mobile_offcanvas .main-navigation .menu .menu-item .dropdown-symbol .sydney-svg-icon{
    width: 16px;
    height: 16px;
}

/*Header CSS End*/

.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .author-image{ display: none; }

.elementor-element[data-element_type="container"] > .e-con-inner > .elementor-element { padding: 0 12px; }
.top-bar-header-wrapper{
	background: linear-gradient(90deg, #510550 0%, #000000 50%, #251851 100%);
}
.faqs-wrapper{ max-width: 1024px; margin: 0 auto; }

.testimonials-slider .athemes-addons-testimonials{
	padding-top:0px;
}
.testimonials-slider .athemes-addons-testimonials .swiper-slide{
	text-align: left;
}
.testimonials-slider .athemes-addons-testimonials .swiper-slide .quote-icon{
	display: none;
}
.testimonials-slider .athemes-addons-testimonials .swiper-slide .review-content{
	margin-bottom: 36px;
    min-height: 100px;
}
.testimonials-slider .athemes-addons-testimonials .swiper-slide .author-info{
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}
.testimonials-slider .athemes-addons-testimonials .swiper-slide .author-info .author-image{
	flex: 0 0 56px;
    max-width: 56px;
    margin: 0;
}
.testimonials-slider .athemes-addons-testimonials .swiper-slide .review-rating{
	position: absolute;
    right: 24px;
    bottom: 24px;
    margin-bottom: 0;
}
.testimonials-slider .athemes-addons-testimonials .swiper-button-prev,
.testimonials-slider .athemes-addons-testimonials .swiper-button-next{
	height: 52px;
	width: 52px;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border: 1px solid #000000;
	color: #000;
}
.testimonials-slider .athemes-addons-testimonials .swiper-button-prev{
	right: 76px;
    top: -112px;
	left: auto;
}
.testimonials-slider .athemes-addons-testimonials .swiper-button-next{
	right: 0;
    top: -112px;
	left: auto;
}
.testimonials-slider .athemes-addons-testimonials .swiper-button-prev::after,
.testimonials-slider .athemes-addons-testimonials .swiper-button-next::after{
	content: '' !important;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	filter: brightness(0) saturate(100%) invert(0%) sepia(35%) saturate(6854%) hue-rotate(96deg) brightness(104%) contrast(105%);
	inset: 0;
  background-size: 22px 16px;
  display: block;
}
.testimonials-slider .athemes-addons-testimonials .swiper-button-prev::after{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.86115 12.9225L0.799805 6.86115M0.799805 6.86115L6.86115 0.799805M0.799805 6.86115H18.7997' stroke='%2300000080' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") !important;
}
.testimonials-slider .athemes-addons-testimonials .swiper-button-next::after{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.7383 0.799805L18.7997 6.86115M18.7997 6.86115L12.7383 12.9225M18.7997 6.86115L0.799805 6.86115' stroke='%2300000080' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") !important;
}
.testimonials-slider .athemes-addons-testimonials .swiper-button-prev:hover,
.testimonials-slider .athemes-addons-testimonials .swiper-button-next:hover{
	background-color: #000;
	color: #fff;
}
.testimonials-slider .athemes-addons-testimonials .swiper-button-prev:hover::after,
.testimonials-slider .athemes-addons-testimonials .swiper-button-next:hover::after{
	filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%) hue-rotate(152deg) brightness(114%) contrast(100%);
}
.testimonials-slider .athemes-addons-testimonials .swiper-button-prev svg,
.testimonials-slider .athemes-addons-testimonials .swiper-button-next svg{
	display: none;
}

/*Request a Demo*/
.contact-form-7-wrapper .wpcf7-form .row{ margin-left: -10px; margin-right: -10px; }
.contact-form-7-wrapper .wpcf7-form [class^="col-"]{
    padding-left: 10px;
    padding-right: 10px;
}
.contact-form-7-wrapper .wpcf7-form .form-group { margin-bottom: 16px; }
.contact-form-7-wrapper .wpcf7-form .form-group .form-label{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 7px;
}
.contact-form-7-wrapper .wpcf7-form .form-group.required .form-label::after{
    content: '*';
    margin-left:3px;
    color: #dc3232;
        font-size: 16px;
}
.contact-form-7-wrapper .wpcf7-form .form-group .form-control{
    width: 100%;
    border-radius: 30px;
    border: 1px solid #00000026;
    outline: 0;
}
.contact-form-7-wrapper .wpcf7-form .form-group .form-control:hover{
    border-color: #0F67E3;
}
.contact-form-7-wrapper .wpcf7-form .form-group-button{
    margin-top: 30px;
}
.contact-form-7-wrapper .wpcf7-form .form-group-button .wpcf7-submit {
    width: 100%;
    background-color: #000000;
    border: 1px solid #000;
    color: #FFF;
    border-radius: 50px;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 26px;
    min-height: 50px;
}
.contact-form-7-wrapper .wpcf7-form .form-group-button .wpcf7-submit:hover{
     background-color: #0F67E3;
    border-color: #0F67E3;
    color: #FFF;
}
.contact-form-7-wrapper .wpcf7-form .wpcf7-not-valid-tip{
        font-size: 13px;
    font-weight: 500;
}

/* Products CSS Start */
.start-free-trial-form-wrapper .wpcf7-form  .form-group{
	margin: 0;
	    position: relative;
}
.start-free-trial-form-wrapper .wpcf7-form .form-group p{
	margin: 0;
}
.start-free-trial-form-wrapper .wpcf7-form .form-group .form-control{
	min-height: 60px;
	background-color: #F5F7FB;
	border-color: #00000026;
}
.start-free-trial-form-wrapper .wpcf7-form .form-group-button{
	position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
	    display: flex;
    flex-direction: column;
}
.start-free-trial-form-wrapper .wpcf7-form .form-group-button .wpcf7-submit{
	width: auto;
    font-size: 14px;
    background: linear-gradient(180deg, #000000 0%, #3D3D3D 100%);
	border:1px solid #000000;
}
.start-free-trial-form-wrapper .wpcf7-form .form-group-button .wpcf7-submit:hover{
	background: linear-gradient(180deg, #3D3D3D 0%, #000000 100%);
	border-color:#000000;
}
.verticle-tabs-view-wrapper .athemes-tabs{ flex-direction: row-reverse; }
.verticle-tabs-view-wrapper .athemes-tabs .athemes-tabs-wrapper .athemes-tab-title:nth-last-child(1){ margin-bottom: 0; }
.verticle-tabs-view-wrapper .athemes-tabs .athemes-tabs-wrapper .athemes-tab-title .tab-title-inner .athemes-tab-desc{ margin-top: 5px; }
.verticle-tabs-view-wrapper .athemes-tabs .athemes-tabs-wrapper .athemes-tab-title.active-tab:nth-child(1),
.verticle-tabs-view-wrapper .athemes-tabs .athemes-tabs-content-wrapper .athemes-tab-title.active-tab:nth-child(1){ border-color: #FF65C3; }
.verticle-tabs-view-wrapper .athemes-tabs .athemes-tabs-wrapper .athemes-tab-title.active-tab:nth-child(2),
.verticle-tabs-view-wrapper .athemes-tabs .athemes-tabs-content-wrapper .athemes-tab-title.active-tab:nth-child(2){ border-color: #00BF62; }
.verticle-tabs-view-wrapper .athemes-tabs .athemes-tabs-wrapper .athemes-tab-title.active-tab:nth-child(3),
.verticle-tabs-view-wrapper .athemes-tabs .athemes-tabs-content-wrapper .athemes-tab-title.active-tab:nth-child(3){ border-color: #FF6201; }
/* Products CSS End */

/* Responsive CSS Start */
@media screen and (min-width: 1200px) {
	.verticle-tabs-view-wrapper .athemes-tabs .athemes-tabs-content-wrapper .athemes-tab-content img{ height: 500px; object-fit: contain; }
}
@media screen and (max-width: 767px) {
	.start-free-trial-form-wrapper .wpcf7-form .form-group .form-control { min-height: auto; }
	.start-free-trial-form-wrapper .wpcf7-form .form-group-button { position: unset; margin: 15px 0 0; }
	.verticle-tabs-view-wrapper .athemes-tabs .athemes-tabs-content-wrapper .athemes-tab-content{ margin-bottom: 30px; }	
	.verticle-tabs-view-wrapper .athemes-tabs .athemes-tabs-content-wrapper .athemes-tab-content:nth-last-child(1){ margin-bottom: 0; }
}
/* Responsive CSS End */