










/* 1b. Colors */




/* 1c. Typography */






























































/* 1d. Buttons */












/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */









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



@media (min-width: 640px){
  .dnd-section > .row-fluid {
    max-width: 640.0px;
  }
  .content-wrapper {
    max-width: 640.0px;
  }
}
@media (min-width: 768px){
  .dnd-section > .row-fluid {
    max-width: 768.0px;
  }
  .content-wrapper {
    max-width: 768.0px;
  }
}
@media (min-width: 1024px){
  .dnd-section > .row-fluid {
    max-width: 1024.0px;
  }
  .content-wrapper {
    max-width: 1024.0px;
  }
}
@media (min-width: 1280px){
  .dnd-section > .row-fluid {
    max-width: 1280px;
  }
  .content-wrapper {
    max-width: 1280px;
  }
}





html {
  font-size: 18px;
}
body {
  font-size: 18px;
  font-weight: 400;
  font-family: Nunito,Arial,sans-serif;
}
body {
  
  color: #504e4c;
  
}

/* Paragraphs */

p {

}

/* Anchors */

a {
  color: #33475b;
}

a:hover {
  color: #ff0576;
}

/* Headings */

h1 {
  font-family: Poppins;
  font-size: 2.7rem;
  font-weight: 700;
}
h1 {
  
  color: #3d3935;
  
}


h2 {
  font-family: Poppins;
  font-size: 2.25rem;
  font-weight: 700;
}
h2 {
  
  color: #3d3935;
  
}

h3 {
  font-family: Poppins;
  font-size: 1.875rem;
  font-weight: 700;
}
h3 {
  
  color: #3d3935;
  
}

h4 {
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 700;
}

h4 {
  
  color: #3d3935;
  
}
h5 {
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 700;
}
h5 {
  
  color: #3d3935;
  
}

h6 {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 700;
}
h6 {
  
  color: #3d3935;
  
}






button,
.button {
  background-color: rgba(255, 5, 118, 1.0);
  border: 1px solid #ff0576;
  border-radius: 3px;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 5, 118, 1.0);
  padding: 12px 24px;
}

button:hover,
.button:hover,
.button:focus {
  background-color: rgba(255, 5, 118, 1.0);
  border-color: rgba(255, 5, 118, 1.0);
  color: rgba(255, 255, 255, 1.0);
}}







form,
.submitted-message {

}

/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(51, 71, 91, 1.0);
}

/* Form label */

form label {
  color: rgba(51, 71, 91, 1.0);
}

/* Form help text */

form legend {
  color: rgba(51, 71, 91, 1.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(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  border-radius: 3px;
  background-color: rgba(245, 248, 250, 1.0);
}

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(0, 155, 201, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #504e4c;
}

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

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #494A52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494A52 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #494A52;
}

/* Submit button */

form input[type=submit],
form .hs-button,.hs-button {

  border: 1px solid #ff0576;
  background-color: rgba(255, 5, 118, 1.0);
  border-color: rgba(255, 5, 118, 1.0);
  border-radius: 3px;
  color: rgba(255, 255, 255, 1.0);
  padding: 12px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: rgba(255, 5, 118, 1.0);
  border-color: rgba(255, 5, 118, 1.0);
  color: rgba(255, 255, 255, 1.0);
}






th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(119, 119, 119, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(119, 119, 119, 1.0);
}





.custom_header {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(231, 231, 231, 1.0);
}


body .custom-menu-primary a {
  color: rgba(61, 57, 53, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li> a:focus  {
  color: rgba(255, 5, 118, 1.0);
}

.dd_arrow svg path {
  fill: rgba(226, 0, 102, 1.0);
}

body .custom-menu-primary a.active-branch {
  color: rgba(255, 5, 118, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch {
  background-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(255, 5, 118, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  color: rgba(255, 5, 118, 1.0);
}
body .custom-menu-primary .submenu.level-2  li  a {
  color: rgba(255, 255, 255, 1.0);;
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(61, 57, 53, 1.0);;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus {
  background-color: rgba(255, 255, 255, 0.0);

}

.custom-menu-primary .submenu.level-1>li:nth-child(1) .submenu.level-3>li>a .menu-content:hover p{
  color: rgba(126, 123, 121, 1.0);
}
.custom-menu-primary .submenu.level-1>li:nth-child(2) .submenu.level-3>div>li:nth-child(1)>a>div{
  background-color: rgba(155, 215, 0, 1.0);
  color: rgba(61, 57, 53, 1.0);
}
.custom-menu-primary .submenu.level-1>li:nth-child(2) .submenu.level-3>div>li:nth-child(1)>a>div:hover{
  background-color: rgba(126, 123, 121, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .submenu.level-1>li:nth-child(2) .submenu.level-3>div>li:nth-child(2)>a>div{
  background-color: rgba(255, 5, 118, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .submenu.level-1>li:nth-child(2) .submenu.level-3>div>li:nth-child(2)>a>div:hover{
  background-color: rgba(248, 191, 217, 1.0);
  color: rgba(80, 78, 76, 1.0);
}





.header_buttons .btn1 a.cta_button{
  background-color: rgba(255, 5, 118, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.header_buttons .btn1 a.cta_button:hover{
  background-color: rgba(248, 191, 217, 1.0);
  color: rgba(80, 78, 76, 1.0);
}
.header_buttons .btn12 a.hs-button{
  background-color: rgba(155, 215, 0, 1.0);
  color: rgba(61, 57, 53, 1.0);
}
.header_buttons .btn12 a.hs-button:hover{
  background-color: rgba(126, 123, 121, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.search_toggler{
  border-color: rgba(210, 206, 214, 1.0);
}
.search_toggler svg{
  fill: rgba(255, 5, 118, 1.0);
}
.search_toggler:hover{
  background-color: rgba(231, 231, 231, 1.0);
}
.search-wrapper{
  background-color: rgba(61, 57, 53, 1.0);
}
.searchform h5{
  color: rgba(255, 255, 255, 1.0);
}

.search-close-btn span svg{
  fill: rgba(255, 255, 255, 1.0);
}
.search-close-btn span svg:hover{
  fill: rgba(80, 78, 76, 1.0);
}
.search-close-btn span{
  background-color: rgba(255, 5, 118, 1.0);
}
.search-form input.form-input{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(126, 123, 121, 1.0);
  color: rgba(80, 78, 76, 1.0);
}
.search-form input.form-input:focus{
  background-color: rgba(248, 246, 246, 1.0);
  border-color: rgba(99, 179, 237, 1.0);
  box-shadow: 0 0 0 3px rgba(66, 153, 255, 0.5);
}
.search-form button{
  background-color: rgba(255, 5, 118, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.search-form button:hover{
  background-color: rgba(126, 123, 121, 1.0);
}




.footer {
  background-color: rgba(61, 57, 53, 1.0);
  color: rgba(210, 206, 214, 1.0);
}

/* Footer Content */

.footer a{
  color: rgba(210, 206, 214, 1.0);
}
.footer a:hover{
  color: rgba(210, 206, 214, 1.0);
}
.footer-menu div>ul>li>a, .footer-menu div>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer-menu div ul li.active > a{
  color: rgba(255, 5, 118, 1.0);
}




/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #f8f6f6;
}












.card__price {
  font-family: Poppins
    font-size: 1.875px;
  color: #3d3935;
  font-weight: 700
}
button.vjs-big-play-button.simple-play-button {
  background-color:#000!important;
}