.elementor-kit-9{--e-global-color-primary:#777777;--e-global-color-secondary:#242325;--e-global-color-text:#FF6700;--e-global-color-accent:#000000;--e-global-color-47288d3:#FFBE00;--e-global-typography-primary-font-family:"Cal Sans";--e-global-typography-primary-font-size:52px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Cal Sans";--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Cal Sans";--e-global-typography-text-font-size:26px;--e-global-typography-text-line-height:1em;--e-global-typography-accent-font-family:"BIZ UDPMincho";--e-global-typography-accent-font-size:42px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0px;--e-global-typography-accent-word-spacing:3px;--e-global-typography-4c796d6-font-family:"BIZ UDPMincho";--e-global-typography-4c796d6-font-size:28px;--e-global-typography-4c796d6-line-height:1em;--e-global-typography-4c796d6-letter-spacing:0px;--e-global-typography-4c796d6-word-spacing:3px;color:#000000;font-family:"Clash Grotesk", Sans-serif;letter-spacing:0.5px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Cal Sans", Sans-serif;font-size:65px;letter-spacing:0px;}.elementor-kit-9 h2{font-family:"Cal Sans", Sans-serif;font-size:42px;letter-spacing:0px;}.elementor-kit-9 h3{font-family:"Cal Sans", Sans-serif;font-size:32px;letter-spacing:0px;}.elementor-kit-9 h4{font-family:"Cal Sans", Sans-serif;letter-spacing:0px;}.elementor-kit-9 h5{font-family:"Cal Sans", Sans-serif;letter-spacing:0px;}.elementor-kit-9 h6{font-family:"Cal Sans", Sans-serif;letter-spacing:0px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:"Cal Sans", Sans-serif;border-radius:50px 50px 50px 50px;padding:18px 30px 18px 30px;}.elementor-kit-9 label{font-size:15px;font-weight:500;}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:20px 20px 20px 20px;}.elementor-kit-9 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea:focus,.elementor-kit-9 .elementor-field-textual:focus{border-style:solid;border-color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1520px;}.e-con{--container-max-width:1520px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:38px;--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-size:22px;--e-global-typography-accent-font-size:32px;--e-global-typography-4c796d6-font-size:24px;}.elementor-kit-9 h1{font-size:45px;}.elementor-kit-9 h2{font-size:38px;}.elementor-kit-9 h3{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Custom Button*/
.custom-btn .elementor-button {
    position: relative;
    background-color: transparent;
    overflow: hidden;
}

.custom-btn .elementor-button-wrapper {
    display: flex;
}

.custom-btn .elementor-button:before {
    content: "";
    background: linear-gradient(120deg, var(--e-global-color-text) 0%, var(--e-global-color-47288d3));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    transform: rotate(0deg);
    transition: all 0.3s ease;
    z-index: 0;
}

.custom-btn .elementor-button span {
    z-index: 1;
    position: relative;
}

.custom-btn .elementor-button:hover:before {
    transform: rotate(-180deg);
}

/*Custom Animation*/
.custom-a-xy {
    animation: a-xy 5s ease infinite;
}

@keyframes a-xy {
    0%{ transform: translate(0,0); }
    50%{ transform: translate(5px,-15px); }
    100%{ transform: translate(0,0); }
}

/*Scrooll Bar*/
::-webkit-scrollbar {
    width: 8px;
    background-color: #eee;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, var(--e-global-color-text) 0%, var(--e-global-color-47288d3) 100%);
    border-radius: 5px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cal Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://patlordiphotography.gritmediasites.xyz/wp-content/uploads/2024/09/CalSans-SemiBold.woff2') format('woff2'),
		url('http://patlordiphotography.gritmediasites.xyz/wp-content/uploads/2024/09/CalSans-SemiBold.woff') format('woff'),
		url('http://patlordiphotography.gritmediasites.xyz/wp-content/uploads/2024/09/CalSans-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */