.elementor-kit-9{--e-global-color-primary:#FB7DA4;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FB7DA4;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-size:17px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:400;background-color:#FFF5F6;color:#000000;font-family:"Lato", Sans-serif;font-size:17px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:#FB7DA4;color:#FFFFFF;border-radius:10px 10px 10px 10px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:#D94F7D;}.elementor-kit-9 h1{font-family:"Cormorant Garamond", Sans-serif;font-size:18px;}.elementor-kit-9 h2{font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-9 h3{font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-9 h4{font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-9 h5{font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-9 h6{font-family:"Cormorant Garamond", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column: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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */body.page-id-266 .elementor-element-0341f97 {
  display: none !important;
}

.grayscale img {
    filter: grayscale(1);
}

.grayscale img:hover{
     filter: grayscale(0);
}

/* Image Boxes Same Height */

.elementor-widget-image-box,
.elementor-widget-image-box > div,
.elementor-image-box-wrapper {
    height: 100%;
}

.elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
}

.elementor-image-box-content {
    flex-grow: 1;
}

.elementor-image-box-wrapper .elementor-button-wrapper {
    margin-top: auto;
}


.elementor-pagination {
    margin-top:40px;
}


.elementor-testimonial__footer cite, .elementor-testimonial__header cite {
    margin: 0 auto;
    width: 100%;
}

/* add margin after UL */

.elementor-widget-theme-post-content ul, .elementor-widget-text-editor ul {
   margin-bottom: 20px !important
}

.elementor-widget-theme-post-content ol, .elementor-widget-text-editor ol {
   margin-bottom: 20px !important
}

/* hide form labels */

label {
   display: none;

}

/* Pricing table same height */

.elementor-widget-price-table, .elementor-widget-price-table>div, .elementor-price-table {
    height: 100%;
}

.elementor-price-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
 
  
}

.elementor-price-table__footer {
    margin-top: auto;
}

/* Service table same height */


.elementor-kit-9 .elementor-widget-wrap{
 flex-direction: column;
}
.elementor-kit-9 .elementor-widget-wrap .elementor-widget-button{
 margin-top: auto;
}




/* Blockquote colors */


blockquote{
  font-size: 100%;
  width:90%;
  margin:20px 50px 20px 50px;
  font-style:italic;
  color: #000000;
  padding:20px 30px 20px 50px;
  border-left:2px solid #FB7DA4 ;
  line-height:1.6;
  position: relative;
      background: #EFE7E4 !important;

}

blockquote::before{
  content: "\201C";
  color:#000000 !important;
  font-size:4.5em;
  position: absolute;
  left: 10px;
  top:-10px;
    font-family:Arial;

}

blockquote::after{
  content: '';
}

/* Menu text */

.elementor-menu-toggle:before {
content:'Menu';
position: relative;
margin-right: 10px;
font-size:18px;
}

/* Image shadow */

img.alignright {
    box-shadow: 1px 1px 2px #aaaaaa !important;
    border-radius: 5px !important;
    padding: 2px !important;
}

/* Review section */

.elementor-testimonial__footer cite, .elementor-testimonial__header cite {

  margin: 0 auto;
  width: 100%;

}
.elementor-195 .elementor-element.elementor-element-c239b47 .elementor-testimonial__text {

  padding: 20px;
}

/* H1 and H2  */


 .hunderlineblack:after {
    content: "";
    display: block;
    width: 10%;
    margin: 10px 0 0 0;
 border-bottom: solid 1px #000000;
}

 .hunderlineblackcenter:after {
  content: "";
    display: block;
    width: 10%;
    margin: 10px auto 0;
    border-bottom: solid 1px #000000;
}

.hunderlinewhite:after {
    content: "";
    display: block;
    width: 10%;
    margin: 10px auto 0;
    border-bottom: solid 1px #ffffff;
}

/* Image shadow  */


img.alignright {
    box-shadow: 1px 1px 2px #aaaaaa !important;
    border-radius: 5px !important;
    padding: 2px !important;
}

.wp-caption img {
    box-shadow: 1px 1px 2px #aaaaaa !important;
    border-radius: 5px !important;
    padding: 2px !important;
}

@media only screen and (max-width: 840px) {
    figure.alignleft, img.alignleft, figure.alignright, img.alignright {
        float: none !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Gallery */

.modula-item-content img {
    box-shadow: 1px 1px 2px #aaaaaa !important;
    border-radius: 5px !important;
    padding: 2px !important;
}

.modula-item-content:hover img {
  opacity: 0.5 !important;
}/* End custom CSS */