







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
































































/* 1d. Buttons */







/* 1e. Forms */
















/* 1f. Tables */











/* 1g. Site header */





















/* upward working */











/* 1h. Site footer */
























.content-wrapper {
  max-width: 1340px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 95.141px 20px;
}

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





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Montserrat';
}

/* Paragraphs */

p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

/* Anchors */

a {
  color: #f05b25;
}

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

/* Headings */

h1 {
  font-family: Gotham Ultra;
  font-size: 60px;
  color: #17a0db;
  font-weight: 500;
}

h2 {
  font-family: Gotham Ultra;
  font-size: 43px;
  color: #17a0db;
  font-weight: 700;
}

h3 {
  font-family: Gotham Ultra;
  font-size: 40px;
  color: #17a0db;
  font-weight: 500;
}

h4 {
  font-family: Gotham Ultra;
  font-size: 34px;
  color: #17a0db;
  font-weight: 500;
}

h5 {
  font-family: Gotham Ultra;
  font-size: 32px;
  color: #17a0db;
  font-weight: 500;
}

h6 {
  font-family: Montserrat;
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color: #17a0db;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(23, 160, 219, 1.0)

;
  border: 0px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  padding: 10px 10px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 120, 179, 1.0);
  border-color: #d7d7d7;
  color: #ffffff;
}

button:active,
.button:active {
  background-color: rgba(63, 200, 255, 1.0);
  border-color: #ffffff;
  color: #ffffff;
}











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

/* form background */

.body-container-wrapper .widget-type-form, 
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .hs_cos_wrapper_type_password_prompt,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .hs_cos_wrapper_type_form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.section.post-footer form ,
.body-container-wrapper .hs_cos_wrapper_type_member_login ,
.body-container-wrapper .hs_cos_wrapper_type_member_register,
.body-container-wrapper .hs_cos_wrapper_type_password_reset_request ,
.body-container-wrapper .hs_cos_wrapper_type_password_reset{
  background-color:

  
  
    
  


  rgba(245, 245, 245, 1)

;
}

/* header_text_color */
/* Form title */

.form-title {
  background-color: ;
  color: #17a0db;
}

/* Form label */

form label {
  color: #000000;
}
/* form label error color  */
label.hs-main-font-element, ul.no-list.hs-error-msgs label{
  color: #790000;
}

/* Form help text */

form legend {
  color: #000000;
}

/* 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: #cecece;
  background-color:#ebebeb;
  color:#49494b;
}

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: #cecece;
  background-color:#f7f8fa;

}

/* Form placeholder text */

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

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

/* 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(23, 160, 219, 1.0)

;
  border: 0px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  padding: 10px 10px;
}

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(63, 200, 255, 1.0);
  border-color: #ffffff;
  color: #ffffff;
}





table {
  background-color: 

  
  
    
  


  rgba(23, 160, 219, 1.0)

;
  border-color: #fff;
}

th,
td {
  border-color: #fff;
  color: #111111;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(23, 160, 219, 1.0)

;
  border-bottom-color: #fff;
  color: #ffffff;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}




header.header{
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.7)

;
}

.prompt-msg{
  background-color: 

  
  
    
  


  rgba(23, 160, 219, 0.9)

;
}
.prompt-msg span{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header-wrapper .navigation{
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.8)

;
}

.header-wrapper .navigation .menu-wrapper .hs-menu-wrapper ul li a{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)


}

.header-wrapper .navigation .menu-wrapper .search-button form input{
  border-color : 

  
  
    
  


  rgba(255, 255, 255, 1.0)


}
.header-wrapper .navigation .menu-wrapper .search-button form input::placeholder{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header.header .header-mid .hs_cos_wrapper a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 0.9)

;
}
.header-wrapper .navigation .menu-wrapper .search-button form input{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}





header.header .top-menu .menu ul li a {
  color: 

  
  
    
  


  rgba(212, 212, 212, 1.0)

;
}

.top-menu__action a{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.top-menu__action a:hover{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

header.header .top-menu .menu .hs-menu-wrapper>ul>li> ul{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

header.header .top-menu .menu .hs-menu-wrapper>ul>li> ul > li > a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

header.header .top-menu .menu .hs-menu-wrapper>ul>li> ul:before{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.top-menu__action a{
  border-color: ;
  color: ;
  background-color: ;
}

.top-menu__action a:hover{
  background-color: ;
}






.footer-top {
  background-color: 

  
  
    
  


  rgba(73, 73, 75, 1.0)

;
}

.menus-container .shop .hs_cos_wrapper h4,
.menus-container .about .hs_cos_wrapper h4,
.gform>.hs_cos_wrapper span{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.shop .navigation .menu-shop-container .hs-menu-wrapper ul li a,
.about .navigation .menu-shop-container .hs-menu-wrapper ul li a{
  color: 

  
  
    
  


  rgba(212, 212, 212, 1.0)


}
.shop .navigation .menu-shop-container .hs-menu-wrapper ul li a:hover,
.about .navigation .menu-shop-container .hs-menu-wrapper ul li a:hover{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)


}

.footer-social .social-media-container .btn-fb:after, .footer-social .social-media-container .btn-inst:after,  .footer-social .social-media-container .btn-pinterest:after{
  color:

  
  
    
  


  rgba(234, 237, 242, 1.0)


}
.gfrom-from h3.form-title{
  color: 

  
  
    
  


  rgba(212, 212, 212, 1.0)


}

.gfrom-from form.hs-form .actions input.hs-button.primary. large{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
}
.gfrom-from form.hs-form .actions input.hs-button.primary.large{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.gfrom-from form.hs-form .hs-email .input input[type=email]{
  background-color: 

  
  
    
  


  rgba(73, 73, 75, 1.0)


}

label.hs-main-font-element, ul.no-list.hs-error-msgs label{
  color:

  
  
    
  


  rgba(255, 0, 0, 1.0)


}
.footer-bottom{
  background-color: 

  
  
    
  


  rgba(42, 42, 42, 1.0)

;
}
.bottom-wrapper p{
  color:

  
  
    
  


  rgba(212, 212, 212, 1.0)


}

.bottom-wrapper p a{
  color:

  
  
    
  


  rgba(212, 212, 212, 1.0)


}
.bottom-wrapper p a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)


}

.main_footer_wrapper .footermenu_w ul li a{
  color: ;
}

.main_footer_wrapper .fa-w table td{
  color: ;
}

.main_footer_wrapper .footer-about-column .mt-4 a{
  background-color: ;
  color: ;
  border-color: ;
}

.main_footer_wrapper .deep-footer{
  border-color: ;
}

.footer-copyright-w .social-links .social_wrapper .facebook a,
.footer-copyright-w .social-links .social_wrapper .linkedin a{
  background-color: ;
}

.main_footer_wrapper .deep-footer .deep-footer__info{
  color: ;
}

.main_footer_wrapper .footer-copyright-w{
  color: 

  
  
    
  


  rgba(212, 212, 212, 1.0)

;
}

.main_footer_wrapper .footer-copyright ul li a{
  color: ;
}














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

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

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

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #17a0db;
  font-family:Gotham Ultra;
  font-size: 60px;
  font-weight: 500;
}

.blog-post__author {
  background-color: #17a0db;
}

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

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

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

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

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

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

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

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

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

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

.blog-post__back-to-blog {
  color: #000000;
}

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

.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: Gotham Ultra
    font-size: 40px;
  color: #17a0db;
  font-weight: 500
}