







/* 1a. Containers */




/* 1b. Colors */






:root {
   --primary: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
   --secondary: 

  
  
    
  


  rgba(0, 123, 189, 1.0)

;
   --tertiary: 

  
  
    
  


  rgba(218, 72, 126, 1.0)

;
}





/* 1c. Typography */











































/* 1d. Buttons */









/* 1e. Forms */










  





/* 1f. Tables */











/* 1g. Site header */





 




 














/* 1h. Site footer */
















.content-wrapper,
.page-center {
   max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
   padding: 40px 0;
}

@media (max-width:767px) {
   .dnd-section {
      padding: 20px 0;
   }
}

.dnd-section > .row-fluid {
   max-width: 1240px;
}





body {
   font-size: 16px;
   color: #752157;
   font-weight: 400;
   font-family: Montserrat-Regular;
                                                padding-top: 0px;
}

/* Anchors */

a {
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

a:hover,
a:focus,
a:active {
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

/* Headings */

h1 {
    
   text-decoration: none;
   color: #752157;
   font-size: 50px;
   text-size-adjust: 100%;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    padding: 0;
  unicode-bidi: isolate;
   
}

h2 {
    
   text-decoration: none;
   color: #752157;
   font-size: 38px;
   
}

h3 {
    
   text-decoration: none;
   color: #752157;
   font-size: 16px;
   
}

h4 {
    
   text-decoration: none;
   color: #752157;
   font-size: 24px;
   
}

h5 {
    
   text-decoration: none;
   color: #752157;
   font-size: 20px;
   
}

h6 {
    
   text-decoration: none;
   color: #752157;                                            /* Tina replaced this { h6_font.color }}; */
   font-size: 18px;
   
}


@media (max-width:767px) {
   h1 {
      font-size: 0.0px;
   }
   h2 {
      font-size: 0.0px;
   }
   h3 {
      font-size: 0.0px;
   } 
}

@media (max-width:479px) {
   h1 {
      font-size: 0.0px;
   }  
}

/* Blockquote */

blockquote {
   border-left-color: 

  
  
    
  


  rgba(0, 123, 189, 1.0)

;
}






.button,
.hs-button,
form input[type=submit] {
   background-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;   
   border-radius: 0px;
   color: 

  
  
    
  


  rgba(218, 72, 126, 1.0)

;
   padding: 12px 40px;
   border: 1px solid #752157;
}


.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
.button:hover,
.button:focus{
   background-color: 

  
  
    
  


  rgba(218, 72, 126, 1.0)

;
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
   border-color: ;
}


.button.btn-secondary,
.hs-button.btn-secondary {
   background-color: transparent;    
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}


.button.btn-secondary:hover,
.hs-button.btn-secondary:hover {
   background-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;    
   color: 

  
  
    
  


  rgba(218, 72, 126, 1.0)

;
   border-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}




form,
.submitted-message {
   font-size: 16px;
   color: #752157;
   font-weight: 400
}

/* Form title */

.form-title {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

/* Form label */

form label {
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

/* Form help text */

form legend {
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}


form.hs-form {
   background-color: 

  
  
    
  


  rgba(238, 238, 238, 0.0)

;

}



/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   border-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
   background-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
   border: 0px solid 

  
  
    
  


  rgba(218, 72, 126, 1.0)

;
   border-radius: 0px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
   border-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

form.hs-form {
   background-color: 

  
  
    
  


  rgba(238, 238, 238, 0.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
   color: #752157;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
   color: #752157;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
   background: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

.fn-date-picker td .pika-button:hover {
   background-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

 !important;
}

.fn-date-picker td.is-today .pika-button {
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

/* Submit button */









table {
   background-color: 

  
  
    
  


  rgba(218, 72, 126, 1.0)

;
   border-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

th,
td {
   border-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

thead th,
thead td {
   background-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
   border-bottom-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
   color: 

  
  
    
  


  rgba(218, 72, 126, 1.0)

;
}

tfoot td {
   background-color: 

  
  
    
  


  rgba(218, 72, 126, 1.0)

;
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}





header.header {
   border-color: 

  
  
    
  


  rgba(217, 217, 217, 1.0)

;
                position: fixed;
                font-size: 16px;                        /* change Mega Menu font size here */
                top: 10 px;                               /* from broswer edge to megamenu margin */
                left: 0;
                right: 0;
                height: 90px;
                z-index: 1000;
               
      
}
header.header , .header-search{
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active:after {
   border-color: 

  
  
    
  


  rgba(38, 38, 38, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li>a {
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li>a:hover {
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li.active>a {
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}


@media (min-width:768px) {
   .custom-menu-primary .hs-menu-wrapper>ul>li ul {
      background-color: 

  
  
    
  


  rgba(218, 72, 126, 1.0)

;
   }
}


.header-main .header-btn a {
   background-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
   border-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}

.header-main .header-btn a:hover {
   background-color: 

  
  
    
  


  rgba(218, 72, 126, 1.0)

;
   border-color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
   color: 

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
}












footer.footer {
   background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;  
}

                                                          /*

                                                          .footer-menu .hs-menu-wrapper>ul>li>a{
                                                             color:

  
  
    
  


  rgba(0, 123, 189, 1.0)

;
                                                          }

                                                          .footer-menu .hs-menu-wrapper>ul>li>ul>li >a {
                                                             color:

  
  
    
  


  rgba(117, 33, 87, 1.0)

;
                                                          }

                                                          .footer-menu .hs-menu-wrapper>ul>li>ul>li >a:hover {
                                                             color:

  
  
    
  


  rgba(0, 123, 189, 1.0)

;
                                                          }
                                                          */

.footer-copyright p {
   color:

  
  
    
  


  rgba(0, 123, 189, 1.0)

;
}


















.card__price {
  font-family: {font=Montserrat-Medium, font_set=BRANDING, styles={text-decoration=none}, size=28, size_unit=px, color=#752157, variant=600, fallback=null, style=text-decoration: none, css=color: #752157;font-size: 28px;; font-family: Montserrat-Medium;};
  font-size: px;
  color: ;
  font-weight: 
}