.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#042556;--e-global-color-text:#000000;--e-global-color-accent:#4A2FA1;--e-global-color-cfd83fa:#11B7D2;--e-global-color-b5daca0:#FFE500;--e-global-color-f4dba48:#30187E;--e-global-color-adadb0a:#0294AC;--e-global-color-b0006fd:#DC7E16;--e-global-color-a483747:#011540;--e-global-color-044903d:#EEEFFF;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:500;font-family:"Source Sans Pro", Sans-serif;font-size:20px;font-weight:400;line-height:1.4;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Source Sans Pro", Sans-serif;font-size:20px;font-weight:600;line-height:1.4;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"PT Serif", Sans-serif;font-size:52px;font-weight:700;line-height:1;letter-spacing:0.02em;}.elementor-kit-7 h2{color:var( --e-global-color-secondary );font-family:"PT Serif", Sans-serif;font-size:42px;font-weight:700;line-height:1.1;}.elementor-kit-7 h3{font-family:"Source Sans Pro", Sans-serif;font-size:24px;font-weight:700;line-height:1.1;}.elementor-kit-7 h4{font-family:"Source Sans Pro", Sans-serif;font-size:22px;font-weight:500;line-height:1.1;}.elementor-kit-7 h5{font-family:"Source Sans Pro", Sans-serif;font-weight:700;line-height:1.1;}.elementor-kit-7 h6{font-family:"Source Sans Pro", Sans-serif;font-weight:700;line-height:1.1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-kit-7{font-size:17px;}.elementor-kit-7 a{font-size:17px;}.elementor-kit-7 h1{font-size:32px;}.elementor-kit-7 h2{font-size:24px;}.elementor-kit-7 h3{font-size:16px;}.elementor-kit-7 h4{font-size:16px;}}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Global styles */
h1 {
    paint-order: stroke fill;
	text-transform: uppercase;
	-webkit-text-stroke: 0.13em #36286F;
}

.border-gradient-image img{
    border-width: 14px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #1EBCD6 30%, #4a2fa1 100%) 1;
}

.child-form-container {
  border-image: linear-gradient(to right, rgb(105, 71, 228),rgba(55, 197, 217)) 1;
  
  -webkit-mask-image: linear-gradient(to right, rgb(105, 71, 228),rgba(55, 197, 217)) 1;
  mask-image: linear-gradient(to right, rgba(105, 71, 228, 1), rgba(0, 0, 0, 1));
}

/* HouseCallPro Button styles */

.hcp-button.header-btn{
    background-color:var(--e-global-color-accent) !important;
    border-bottom: 7px solid var(--e-global-color-f4dba48) !important;
    border-radius: 25px 10px 25px 10px !important;
    font-family: 'Source Sans Pro', Sans-Serif;
    font-weight: 900 !important;
    letter-spacing: -0.02em;
    font-size: 33px;
    padding: 10px 25px !important;
    box-shadow: 0 10px 18px rgba(48, 24, 126, 0.35) !important;

}

/* List Styling */
.special-section .elementor-widget-text-editor ul, .regular-section .elementor-widget-text-editor ul,.hero-section .elementor-widget-text-editor ul {
  list-style: none;
  padding-inline-start: 1.1em;
}

.special-section .elementor-widget-text-editor ul li, .regular-section .elementor-widget-text-editor ul li, .hero-section .elementor-widget-text-editor ul li {
    position: relative;
}

.special-section .elementor-widget-text-editor ul li:before, .regular-section .elementor-widget-text-editor ul li:before, .hero-section .elementor-widget-text-editor ul li:before {
 content: '\2713'; 
 font-weight: bold;
 position: absolute;
 left: -1.1em;
}

.special-section .elementor-widget-text-editor ul li:before, .hero-section .elementor-widget-text-editor ul li:before {
    color: var(--e-global-color-b5daca0);
}

.regular-section .elementor-widget-text-editor ul li:before {
    color: var(--e-global-color-accent);;
}

/* Custom contact form styles */

.custom-contact-form input, textarea{
    background-color: #FFF !important;
    box-shadow: inset gray 0px 0px 12px -4px !important;
}

.custom-contact-form .elementor-field-type-acceptance {
    order: 1;
}
.custom-contact-form label{
    color:#FFF !important;
    font-size: 0.65em !important;
}

.custom-contact-form textarea {
    overflow: hidden
}

.custom-contact-form button {
    height: 95%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 20px 8px 20px 8px;
    transition: 0.3s;
    padding: 15px 30px!important;
    box-shadow: 0px 6px 0px 0px #B58C00;
    max-width: 95%;
}

.custom-contact-form button:hover {
    transform: scale(0.95);
}

.custom-contact-form button .elementor-button-text{
    font-family: 'Source Sans Pro',Sans-Serif;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 900;
    }

/* Horizontal Contact form styles */

.horizontal-contact-form input, .horizontal-contact-form textarea {
        min-height: 60px;
}

.horizontal-contact-form textarea::placeholder {
    padding-top: 12px;
}


.horizontal-contact-form .elementor-acceptance-field {
    box-shadow: unset !important;
    min-height: unset !important;
}

.horizontal-contact-form button {
    box-shadow: 0px 13px 13px 0px rgba(32, 17, 92, 0.35);
     border-bottom: 7px solid var(--e-global-color-b0006fd) !important;
     align-self: start;
}

/* Vertical page contact form stlyes */


.vertical-form .elementor-field-type-acceptance {
    order: 0;
    color: #818181;
    font-style: normal !important;
}

.vertical-form .elementor-field-option label {
    color: var(--e-global-color-0226747) !important;
    font-size: 18px !Important;
}

.vertical-form button {
    border-bottom: 7px solid var(--e-global-color-f4dba48) !important;
    box-shadow: 0px 12px 18px 0px rgba(48, 24, 126, 0.35) !important;
    width: 80%
}

.vertical-form input, #child--page-contact textarea {
    
       box-shadow: inset 0px 3px 6px -3px rgba(150, 150, 150, 0.5);
       border: 1px solid #CCCCCC;
}

.custom-single-post-content a {
    color: var(--e-global-color-accent) !important;
}

.custom-single-post-content a:hover {
    color: var(--e-global-color-cfd83fa)  !important;
}

/* MEDIA QUERIES */

@media (max-width: 1200px) {
    
    .hcp-button.header-btn{
        font-size: 27px;
    }
    
        .custom-contact-form button .elementor-button-text {
        font-size: 25px !important;
    }
    .vertical-form .elementor-field-option label {
    font-size: 14px !important;
    }
    
}

@media (max-width: 767px) {
    .border-gradient-image img{
        border-width: 9px;
    }
    
    .custom-contact-form .elementor-field-type-acceptance {
    order: 0;
}
}/* End custom CSS */