







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section {
  padding-bottom: 50px;
  padding-top: 50px;
}


.site-wrapper{
  max-width: 2000px;
}









html {
  font-size: 14px;
}

body {
  font-size: 14px;
  color: #1B1B27;
  font-weight: 400;
  font-family: Montserrat;
  background-color: rgba(#null, 0.0);
}

/* Paragraphs */

p {
  font-size: 14px;
  color: #1B1B27;
  font-weight: 400;
}

/* Anchors */

a {
  color: #337ab7;
}

a:hover,
a:focus,
a:active {
  color: #23527c;
}

/* Headings */

h1 {
  font-family: Montserrat;
  font-size: 37.5px;
  color: #1B1B27;
  font-weight: 700;
}

h2 {
  font-family: Montserrat;
  font-size: 32px;
  color: #1B1B27;
  font-weight: 700;
}

h3 {
  font-family: Montserrat;
  font-size: 26px;
  color: #1B1B27;
  font-weight: 700;
}

h4 {
  font-family: Montserrat;
  font-size: 24px;
  color: #1B1B27;
  font-weight: 700;
}

h5 {
  font-family: Montserrat;
  font-size: 22px;
  color: #1B1B27;
  font-weight: 700;
}

h6 {
  font-family: Montserrat;
  font-size: 21.6px;
  color: #1B1B27;
  font-weight: 400;
}

/* Blockquote */

blockquote {
  border-left-color: #1B1B27;
}




button,
.button {
  background-color: 

  
  
    
  


  rgba(213, 79, 127, 1.0)

;
  border: 0px solid #fff;
  border-radius: 21.5px;
  color: #fff;
  padding: 8px 45px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(173, 39, 87, 1.0);
  border-color: #d7d7d7;  
  color: rgba(215, 215, 215, 1.0);
}

button:active,
.button:active {
  background-color: rgba(253, 119, 167, 1.0);
  border-color: #ffffff;
  color: #fff;
}





form {
  font-size: 14px;
  color: #1B1B27;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(27, 27, 39, 1.0);
}

/* Form label */

form label {
  color: rgba(27, 27, 39, 1.0);
}

/* Form help text */

form legend {
  color: rgba(64, 61, 58, 1.0);
}


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(209, 238, 245, 1.0);
  border-radius: 24.5px;
}

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(209, 238, 245, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #1B1B27;
}

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

/* Submit button */

form input[type=submit]{
  background-color: 

  
  
    
  


  rgba(213, 79, 127, 1.0)

;
  border: 0px solid #fff;
  border-radius: 21.5px;
  color: #fff;
  padding: 8px 45px;
}


form input[type=submit]:focus{
  background-color: rgba(173, 39, 87, 1.0);
  border-color: #d7d7d7;
  color: #fff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(253, 119, 167, 1.0);
  border-color: #ffffff;
  color: #fff;
}


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(213, 79, 127, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 21.5px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
}
button:hover, .button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(193, 40, 94, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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




header.header .content-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}


.header .header-menu ul.submenu.level-1>li>a{
  color: rgba(27, 27, 39, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.header .header-menu ul.submenu.level-1>li>a:hover,
.header .header-menu .submenu.level-2 >li >a:hover{
  color: rgba(27, 27, 39, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .header-menu ul.submenu.level-1>li>a:before{
  background:rgba(214, 80, 127, 1.0);
}

.header .header-menu ul.submenu.level-1>li.active>a,
.header .header-menu ul.submenu.level-1>li.active-child>a {
  color: rgba(27, 27, 39, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .header-menu .submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
}

.header .header-menu .submenu.level-2 >li >a{
  color: rgba(27, 27, 39, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .header-menu .submenu.level-2 >li >a:hover {
  color: rgba(27, 27, 39, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .header-menu .submenu.level-2 >li.active>a,
.header .header-menu .submenu.level-2 >li.active-child>a {
  color: rgba(27, 27, 39, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}






footer.footer {
  background-color: rgba(27, 28, 39, 1.0);
}

.footer .footer-end p{
  color: rgba(255, 255, 255, 0.7000000000000001);
}

.footer .footer_menu ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.footer .footer_menu ul li a:hover{
  color: rgba(255, 255, 255, 0.7000000000000001);
}






/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #1B1B27;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #23527c;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #23527c;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #1B1B27;
}

.blog-pagination__link {
  color: #1B1B27;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #1B1B27;
}

.blog-post__title {
  color: #1B1B27;
  font-family:Montserrat;
  font-size: 37.5px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #1B1B27;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

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

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #23527c;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #23527c;
}

.blog-index__post-content--small h2 {
  font-size: 26px;
}

.blog-index__post-content a {
  color: #1B1B27;
}

.blog-post__read-more svg {
  fill: #1B1B27;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: #1B1B27;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #1B1B27;
}

.blog-post__meta a:hover {
  color: #23527c;
}

.blog-post__links-container {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #1B1B27;
}

.blog-post__back-to-blog svg {
  fill: #1B1B27;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: Montserrat
    font-size: 26px;
  color: #1B1B27;
  font-weight: 700
}