/*
Theme Name: Pagano (Avada Child Theme)
Template: Avada
Author: ThemeFusion
Theme URI: https://avada.com/
Version: 1.0
*/

/* CUSTOM CSS */

/* GLOBAL */
#main{
	padding: 0!important;
}
.fusion-tb-header {
    z-index: 999;
    position: sticky;
    top: 0;
}
.gm-content-width {
    width: 1240px;
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: calc(100% - 60px);
}
.gm-btn-black{
	background: #414141!important;
}
.gm-btn-white{
	background: #fff!important;
}
.gm-btn-white span{
	color: #B45340!important;
}
.gm-btn-white:after{
	content: url(/wp-content/uploads/2024/01/arrow-orange.svg)!important;
}
.gm-txt-underline{
	text-decoration: underline;
}
.fusion-button:after, .gfield--type-submit:after{
    content: url(/wp-content/uploads/2024/01/btn-arrow.svg);
    margin: 4px 0 0 10px;
    display: inline-flex;
    transition: .3s;
}
a.gm-sq-btn img{
    transition: .3s;	
}
a.gm-sq-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #b45340;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.gm-sq-btn.fusion-button:after {
    content: url(/wp-content/uploads/2024/01/arrow-narrow-up-right.svg);
    margin: 0;
}
.gfield--type-submit:after{
	position: absolute;
    top: 10px;
    right: 15px;
}
.gfield--type-submit input {
    width: 100%;
	min-height: 50px;
}
div#field_2_5 {
    width: 100%;
    grid-column: span 12;
    -ms-grid-column-span: 12;
}
#gform_fields_2 div#field_submit {
/*     grid-column: auto;
    -ms-grid-column-span: auto; */
    min-width: fit-content;
    position: relative;
}
#gform_fields_2 div#field_submit input {
    padding: 15px 50px 15px 15px;
}
.fusion-button:hover:after, .gfield--type-submit:hover:after, a.gm-sq-btn:hover img{
    transform: rotate(45deg);
}
.gm-txtw510{
	max-width: 510px;
}
.gm-txtw530{
	max-width: 530px;
}
.gm-txt-white h1, .gm-txt-white h2, .gm-txt-white h3, .gm-txt-white h4, .gm-txt-white h5, .gm-txt-white h6, .gm-txt-white p, .gm-txt-white li{
    color: #fff!important;
}
.gm-txt-gray h1, .gm-txt-gray h2, .gm-txt-gray h3, .gm-txt-gray h4, .gm-txt-gray h5, .gm-txt-gray h6, .gm-txt-gray p{
	color: #D0D0D0!important;
}
.gm-full-img, .gm-full-img img, .gm-full-btn {
    width: 100%;
}
.gm-list span.icon-wrapper {
    display: none!important;
}
.gm-list .fusion-li-item-content {
    margin: 0!important;
}
.gm-border-btn {
	padding-bottom: 30px;
    border-bottom: 1px solid #717171;
}
.gm-border-btn.orange{
	border-color: #B45340;
}
.gm-border-btn.orange p{
	margin: 0;
}
.gm-footer-menu ul {
    column-count: 2!important;
    display: block;
    height: 200px;
    column-fill: auto;
    column-gap: 40px;
}
.gm-con-info h2.content-box-heading {
    font-weight: normal;
}
.gm-con-info .content-box-column {
	margin-bottom: 0!important;
}
.gform_footer.before {
    padding: 0!important;
}
.gform_wrapper .gfield input, .gform_wrapper textarea {
    border-radius: 0!important;
	padding-left: 0;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0!important;
}
.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon img, .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon img{
	margin-right: 10px!important;
}
input::placeholder {
    color: #A0A0A0!important;
}

/* HOME */
.gm-services-right .fusion-column-wrapper {
    flex-direction: unset!important;
    flex-wrap: wrap;
	justify-content: space-between!important;
}
.gm-services:before {
    content: '';
    background-color: #F8F8F8;
    position: absolute;
    top: -80%;
    left: 0;
    width: 100%;
    height: 150%;
}
.gm-hero-video .video-wrapper {
    padding-bottom: 34px;
}
.awb-swiper-button{
	border-radius: 100%!important;
    width: 80px!important;
    height: 80px!important;
	left: unset!important;
	background-size: contain!important;
	top: -80px!important;
	background-color: transparent!important;
    font-size: 0!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.awb-swiper-button:not(.swiper-button-disabled):hover {
    background-color: #b45340!important;
}
.awb-swiper-button-prev {
    right: 110px!important;
	background: url(/wp-content/uploads/2024/01/Previous.svg);
}
.awb-swiper-button-next {
    right: 0!important;
	background: url(/wp-content/uploads/2024/01/Next.svg);
}
.gm-services-slide .gm-service-card{
	position: relative;
	box-shadow: -5px 12px 30px 0px rgba(0, 0, 0, 0.12);
}
.gm-services-slide {
    overflow: visible!important;
}
.gm-services-slide .gm-service-card:before{
    content: '';
    border-top: 1px solid #b45340;
    width: calc(100% - 130px);
    height: 1px;
    position: absolute;
    top: 90px;
    right: 0;
	z-index: 1;
}
.gm-service-card .fusion-post-card-image {
    text-align: left;
}
.gm-services-slide .gm-service-card:after,
.gm-people .gm-people-item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    left: -15px;
    background: #b45340;
    z-index: -1;
	opacity: 0;
	transition: .3s;
}
.gm-people .gm-people-item:after {
    width: calc(100% - 50px);
    left: 10px;
}
.gm-services-slide .gm-service-card:hover:after,
.gm-people .gm-people-item:hover:after{
	opacity: 1;
}
.gm-hero-video .video-wrapper:after {
	content: url(/wp-content/uploads/2024/01/Element.svg);
	display: block;
	position: absolute;
	right: 57px;
	bottom: 0;
}

/* INNER PAGES */
.gm-inner-hero-content .fusion-text-2, .gm-txt-max {
    max-width: 885px!important;
    margin: 0 auto;
}
.gm-cta .gm-txt-max{
	max-width: 687px!important;
    margin-left: auto;
	margin-right: auto;
}
.fusion-column-wrapper {
    position: relative;
}
.gm-contact .fusion-builder-row{
	box-shadow: -5px 12px 30px 0px rgba(0, 0, 0, 0.12);
}
.gform_wrapper {
	margin-bottom: 0!important;
}
.gm-reviews-cards {
	padding: 0 30px 160px 30px!important;
    overflow: visible!important;
	margin: 0 -30px 0 -30px!important;
}
.gm-review-item, .gm-service-card {
    min-height: 100%!important;
}
.gm-review-item .fusion-content-tb{
	min-height: 463px;
}
.gm-about-sec4 {
    background-position: 0 42px;
}
.gm-contact-left {
    --awb-bg-position: 140% 0!important;
}
.gm-contact-left .gm-con-info {
    max-width: 280px;
}
.gm-left-shape{
	overflow: visible!important;
}
.gm-left-shape:after {
    content: url(/wp-content/uploads/2024/01/Element.svg);
    display: block;
    position: absolute;
    left: -45px;
    top: 62px;
}
.gm-check-list.col2 ul {
	column-count: 2;
    column-gap: 20px;
}
.gm-check-list ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
}
.gm-check-list ul li:before {
    content: url(/wp-content/uploads/2024/01/check.svg);
    margin-right: 15px;
    top: 2px;
    position: relative;
}
.gm-check-list ul li {
    margin: 0 0 10px 0;
    display: flex;
}
.gm-numbered-list p {
    display: flex;
    align-items: center;
}
.number{
    background-color: #B45340;
    min-width: 58px;
    padding: 10px;
    font-weight: 700;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    margin-right: 22px;
	font-size: 30px;
	line-height: 1;
}
.gm-spacer-orange .fusion-section-separator-spacer-height {
    background: #B45340;
}
.gm-blog-list .pagination {
    justify-content: center;
}
.gm-blog-list .pagination a, .gm-blog-list .pagination span {
    border: none!important;
    background: none;
    font-size: 18px;
    color: #414141;
}
.gm-blog-list .pagination span.current {
    color: #B45340;
    font-weight: bold;
}
.gm-blog-banner .fusion-builder-row {
    max-width: 1000px!important;
}
.gm-blog-meta .fusion-meta-tb-sep {
    padding: 0 20px!important;
    color: #A9A9A9;
    font-size: 20px;
}


/* SINGLE BLOG */
.gm-blog-content .fusion-builder-row {
    max-width: 768px!important;
}
.gm-blog-main-content img {
    margin: 50px 0;
}
.gm-blog-main-content a{
	color: #B45340;
}
span.fusion-tb-published-date {
    width: 195px;
    height: 23px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    text-align: right;
}
span.fusion-tb-published-date:before {
    content: url(/wp-content/uploads/2024/01/clarity_date-solid.svg);
    margin-right: 10px;
    width: 23px;
    height: 22px;
}
.gm-line-icons .fa-map-marker-alt:before {
    content: url('/wp-content/uploads/2024/01/map.svg')!important;
}
.gm-line-icons .fa-phone-alt:before{
	content: url('/wp-content/uploads/2024/01/Vector-2-1.png')!important;
}
.gm-line-icons .fa-envelope:before{
	content: url('/wp-content/uploads/2024/01/email.svg')!important;
}
.gm-tabs .tab-pane {
    background: transparent!important;
}
.gm-tabs h3 {
    margin-bottom: 24px;
}
.gm-tabs .content, .gm-tabs p{
	margin-bottom: 40px;
}
.gm-tabs ul.nav-tabs {
    padding: 20px 30px!important;
	background-color: #2A2A2A;
}
.gm-tabs ul.nav-tabs li {
    border-bottom: 1px solid #4f4f4f!important;
    border-left: 0!important;
}
.gm-tabs ul.nav-tabs li:last-of-type{
	border: none!important;
}
.gm-tabs ul.nav-tabs li a{
	border-left: 0!important;
}
.gm-tabs .nav:first-child ul:before {
    content: 'Financial Calculators';
    text-align: center;
    display: block;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
	margin: 0 -10px;
}

.gm-modal .modal-dialog {
    width: 950px;
    max-width: 100%;
}
.gm-modal .modal-body {
    padding: 50px 70px;
    overflow-y: scroll;
    height: 700px !important;
}
.gm-modal .modal-header {
	position: absolute !important;
    top: 50px;
    right: 30px;
    z-index: 99;
}
span.gm-p-title {
    font-size: 24px;
}
.gm-modal .modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none;
	position: relative;
	height: 100%;
}
.gm-modal .modal-dialog {
    height: 100%;
    max-height: 90%!important;
    display: flex;
    margin: auto;
    align-items: center;
    margin-top: 30px;
	position: relative;
	overflow-y: hidden !important;
}
.gm-p-info {
    margin: 20px 0 30px 0;
}
.gm-p-info br {
    content: '';
    margin: 10px;
    display: block;
}
.modal-header {
    padding: 25px 28px;
    min-height: 70px!important;
}
.modal-header button.close {
    font-size: 0!important;
    width: 27px;
    height: 27px;
    background: url(/wp-content/uploads/2024/01/Vector.svg) no-repeat;
    opacity: 1;
    background-size: contain;
	margin: 0!important;
	top: 6px!important;
}
.gm-calendar thead th {
    background: transparent!important;
    text-align: left!important;
    color: #A0A0A0!important;
    border: none!important;
    font-size: 14px!important;
    font-weight: 500;
}
.gm-calendar table {
    border: none!important;
}
.gm-calendar .timely-view {
    border: none!important;
}


/* RESPONSIVE */
@media all and (min-width: 1220px){
	.gm-blog-list-overlap{
		margin-left: -40px!important;
		margin-right: -40px!important;
	}
}
@media all and (min-width: 1025px){
	.gm-tabs .nav {
		width: 43%!important;
	}
	.gm-hero-content {
		width: 55%!important;
	}
	.gm-hero-video {
		width: 46vw!important;
		position: absolute!important;
		left: 56%!important;
	}
	.gm-hero-video video{
		height: 440px!important;
	}
	.gm-overlap .fusion-image-element {
		margin-left: -102px;
		margin-bottom: -52px;
	}
	.gm-overlap .awb-gallery-wrapper {
		margin-right: -102px;
	}
	.gm-contact-left {
		width: 45%!important;
	}
	.gm-contact-right {
		width: 55%!important;
	}
	.gm-service-card,
	.gm-review-item {
		min-width: 370px;
	}
}
@media (max-width: 769px) {
	.gm-service-card {
    margin-left: 15px;
	}
	.gm-service-card:last-child {
    margin-left: 30px;
		margin-right: 0px !important;
	}
}

@media all and (min-width: 768px){
	.gm-col50, .gm-services-right .fusion-image-element {
		width: calc(50% - 10px);
	}
	.gm-tabs ul.nav-tabs {
		background-image: url('/wp-content/uploads/2024/01/Side-horizontal-element.png');
		background-repeat: no-repeat;
	}
}

@media all and (max-width: 767px){
	.gm-tabs .fusion-tab-heading {
		justify-content: center!important;
	}
	.gfield--type-submit:after{
		top: 18px;
	}
	div:has(> .gm-full-btn), div#field_submit, div#field_submit input{
		width: 100%;
		position: relative;
	}
	.fusion-button, .gfield--type-submit {
		width: 100%;
	}
	.gm-hero-video .video-wrapper:after {
		right: 0;
	}
	.gm-services-right .fusion-column-wrapper {
		flex-direction: column;
	}
	.fusion-tb-header img {
		max-height: 80px;
		object-fit: contain;
		object-position: left;
	}
	ul#menu-header-menu-1 {
		top: 72px;
	}
	.awb-swiper-button {
		width: 50px!important;
		height: 50px!important;
		top: -30px!important;
	}
	.awb-swiper-button-prev {
		right: 60px!important;
	}
	.gm-modal .modal-body {
		padding: 30px;
	}
	.gm-reviews-cards {
		padding: 0 30px 0 30px!important;
	}
	.post-card {
		margin-right: 30px!important;
	}
}

