







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

































































/* 1d. Buttons */









/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */





















/* 1h. Site footer */





















.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 35px 0px;
}
@media (min-width: 1400px){
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 1320px ;
  }
}





body {
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;;
}

/* Anchors */

a {
  color: #000000;
}

a:hover,
a:focus,
a:active {
  color: #000000;
}

li::marker
{
  color: #fff;
  
}

/* Headings */

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 9rem;
  color: #000;
  font-weight: 300;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.8rem;
  color: #000;
  font-weight: 300;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  color: #000;
  font-weight: 300;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  color: #000;
  font-weight: 300;
}

h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  color: #E55D32;
  font-weight: 400;
}

h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1200px){
  h1{
    font-size: 8.00000037rem; 
  }
}

@media (max-width: 991px){
  h1{
    font-size: 4.4rem; 
  }
  h2{
    font-size: 3.5999999999999996rem; 
  }
  h3{
    font-size: 3.2rem; 
  }
  h4{
    font-size: 2.7rem; 
  }
  h5{
    font-size: 2.2rem;
  }
}

/* Blockquote */

blockquote {
  border-left-color: #787570;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 1px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 5px 5px;
}

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

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}






.custom_error_message form, 
.widget-type-form, 
.widget-type-blog_subscribe,
.hs_cos_wrapper_type_member_login form,
.hs_cos_wrapper_type_member_register form, 
.hs_cos_wrapper_type_password_reset_request form, 
.hs_cos_wrapper_type_password_reset form, 
.widget-type-password_prompt form, 
.widget-type-google_search, 
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription, 
#comment-form,
.hs-search-field__bar form, 
.cm-comment-form, 
.dnd_area_subscription-row-0-background-color, 
.blog-comments{
  background-color: rgba(0, 0, 0, 1.0);
}

/* Form title */

.form-title {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(49, 128, 247, 1.0);
}

/* Form label */

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

/* Form help text */

form legend {
  color: rgba(0, 0, 0, 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(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.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(255, 255, 255, 1.0);
}

/* Date picker */

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

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

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

/* Submit button */


form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 1px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 5px 5px;
}

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


form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 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,
.header-hamburger:after{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-color: 

  
  
    
  


  rgba(28, 28, 28, 1.0)

;
}
.header-show header.header{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.mobile-nav{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.header-fixed header.header,
.header-hamburger:after{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
}
.header-hamburger:after,
.mobile-mainmenu ul li a{
  border-bottom: 1px solid 

  
  
    
  


  rgba(239, 239, 239, 1.0)

;
}
.custom-menu-primary ul.submenu.level-1>li>a,
.mobile-mainmenu .submenu.level-1>li>a,
.mobile-mainmenu .submenu.level-1>li .child-trigger{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.header-search{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.hamburger .hamburger-box span{
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.custom-menu-primary ul.submenu.level-1>li>a:hover,
.mobile-mainmenu .submenu.level-1>li>a:hover{ 
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.custom-menu-primary .submenu.level-1>li:hover>a{
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

 ;
}
.custom-menu-primary ul.submenu.level-1>li>a.active-item,
.mobile-mainmenu .submenu.level-1>li>a.active-item{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.custom-menu-primary ul.submenu.level-2{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary ul>li>a,
.mobile-mainmenu .submenu.level-2>li>a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.custom-menu-primary ul.submenu.level-2>li>a:hover,
.mobile-mainmenu .submenu.level-2>li>a:hover{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary ul.submenu.level-2>li>a.active-item,
.mobile-mainmenu .submenu.level-2>li>a.active-item{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}







footer.footer .top-footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(33, 37, 41, 1.0)

;
}
footer.footer .text-wrap h2{
  color: 

  
  
    
  


  rgba(33, 37, 41, 1.0)

;
}
footer.footer .text-wrap h4 a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
footer.footer .text-wrap h4 a:hover{
  color: 

  
  
    
  


  rgba(229, 93, 50, 1.0)

;
}

footer.footer .bottom-footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: ;
}
footer.footer .top_section .block-content p{
  color: ;
}
.footer-top-menu .submenu.level-1>li>a,
.footer-bottom-menu .submenu.level-1>li>a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.footer-top-menu .submenu.level-1>li>a:hover,
.footer-bottom-menu .submenu.level-1>li>a:hover{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer-top-menu{
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.social-icons-wrap .footer-social-links>li>a{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}
.social-icons-wrap .footer-social-links>li>a:hover{
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}





/* Blog Header */


/* Blog Listing */

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

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

.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: #000000;
}

.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: #000000;
}

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

.blog-pagination__link {
  color: #000;
}

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

.blog-post__title {
  color: #000;
  font-family:'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 300;
}

.blog-post__author {
  background-color: #787570;
}

#comments-listing .comment-reply-to {
  color: rgb(0, 0, 0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgb(0, 0, 0);
}

#comments-listing .comment-reply-to:active {
  color: rgb(40, 40, 40);
}

/*             Blog Grid Listing and Post styles            */

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

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

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

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

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

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

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

.blog-sidebar a {
  color: #000;
}

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

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

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

.blog-post__meta a {
  color: #000;
}

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


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


.comment.depth-1 {
  border-left: 2px solid rgb(100, 97, 92);
}


.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: 'Roboto', sans-serif
    font-size: 4em;
  color: #000;
  font-weight: 300
}






/* THis modify the event page's top footer to black (We want the footer background to be all black)*/
footer.footer .top-footer {
    background-color: #151C28;
}

/* THis remove the event page's top footer's white padding (We want the footer background to be all black) */
.top-footer {
    margin-top: 0px;
    padding-bottom: 60px;
}