









/* 1a. Containers */


/*  Section Horizontal Spacing */





/*  Section Vertical Spacing */





/* 1b. Colors */









/* 1b. Fonts */





/* 1c. Typography */

/* Mini Title */












/* Body Text */











/* Heading One */












/* Heading Two */













/* Heading Three */













/* Heading Four */












/* Heading Five */













/* Heading Six */












/* General Button */







/* Dark Button Filled */













/* Dark Button Filled */
























/* 1e. Forms */










































/* 1f. Tables */













/* 1g. Website header */


 

















/* 1h. Website footer */























/*========= 2. Containers / Grid / DnD Areas  ======= */

/* Containers/DnD Areas */

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

.dnd-section {
  padding: 50px 15px ;
}

@media only screen and (min-width: 768px) {
  .dnd-section {
    padding: 80px 15px;
  }
}

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

/* ========== 3. Typography =========*/

body {
  background-color: #FFFFFF;
}

/* Paragraphs */

body, html,p {
  font-family: Rubik, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #8E4400;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
}

/* Anchors */

a {
  color: #321800;
}

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

/* Headings */

.mwb-tc__mini-title,
.blog-post__tag-link {
  font-family: Lora, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #F5953A;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
}

h1 {
  font-weight: 700; text-decoration: none; font-family: Rubik, sans-serif; font-style: normal;
  color: #321800;
  font-size: 38px;
  letter-spacing: 0.5px;
  line-height: 48px;
  text-transform: capitalize;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Rubik, sans-serif; font-style: normal;
  color: #321800;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 40px;
  text-transform: capitalize;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Rubik, sans-serif; font-style: normal;
  color: #321800;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 32px;
  text-transform: capitalize;
}

h4 {
  font-weight: 600; text-decoration: none; font-family: Rubik, sans-serif; font-style: normal;
  color: #321800;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: none;
}

h5,
.mwb-blog-grid__title a,
.mwb-blog__title {
  font-weight: 600; text-decoration: none; font-family: Rubik, sans-serif; font-style: normal;
  color: #321800;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: none;
}

h6,
.mwb-icon-box__title a {
  font-weight: 700; text-decoration: none; font-family: Rubik, sans-serif; font-style: normal;
  color: #321800;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: none;
}

/* Typography Tablet View  */

@media only screen and (min-width: 768px) {
  body, html,p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
  }

  h1 {
    font-size: 64px;
    line-height: 69px;
    letter-spacing: 0.5px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.5px;
  }

  h3 {
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 0.5px;
  }

  h4 {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0.5px;
  }

  h5,
  .mwb-blog-grid__title a,
  .mwb-blog__title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1px;
  }

  h6,
  .mwb-icon-box__title a,
  .mwb-feature-card__title a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
  }

  .mwb-tc__mini-title,
  .blog-post__tag-link {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.1px;
  }
}

/* Typography Laptop View  */

@media only screen and (min-width: 992px) {

  body, html,p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
  }

  h1 {
    font-size: 64px;
    letter-spacing: 0.5px;
    line-height: 69px;
  }

  h2 {
    font-size: 48px;
    letter-spacing: 0.5px;
    line-height: 56px;
  }

  h3 {
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 43px;
  }

  h4 {
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 35px;
  }

  h5,
  .mwb-blog-grid__title a,
  .mwb-blog__title,
  .mwb-icon-box__title a {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 26px;
  }

  h6,
  .mwb-feature-card__title a {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
  }

  .mwb-tc__mini-title,
  .blog-post__tag-link {
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: 31px;
  }
}

/* ===========  4. Buttons  ============= */

.mwb-btn,
.mwb-feature-card__cta a {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  border-radius: 0px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: capitalize;
}

/* Dark Button Filled */

.mwb-btn.mwb-btn--filled-dark,
.mwb-feature-card__cta a {
  font-family: Rubik, serif; font-style: normal; font-weight: 400; text-decoration: none;
  border: 2px solid #F5953A;
;
  background-color: #F5953A;
  color: #FFFFFF;
}

.mwb-btn.mwb-btn--filled-dark:hover,
.mwb-feature-card__cta a:hover {
  font-family: Rubik, serif; font-style: normal; font-weight: 400; text-decoration: none;
  border: 2px solid #F5953A;
;
  background-color: #FFFFFF;
  color: #F5953A;
}

.mwb-btn.mwb-btn--filled-dark:focus,
.mwb-btn.mwb-btn--filled-dark:active,
.mwb-feature-card__cta a:focus,
.mwb-feature-card__cta a:active {
  font-family: Rubik, serif; font-style: normal; font-weight: 400; text-decoration: none;
  border: 2px solid #F5953A;
;
  background-color: #FFFFFF;
  color: #F5953A;
}

/* Animation */
.mwb-btn.mwb-btn--filled-dark.mwb-btn-animation:hover::before,
.mwb-feature-card__cta.mwb-btn-animation a:hover::before {
  background-color: #FFFFFF;
}

.mwb-btn.mwb-btn--filled-dark.mwb-btn-animation:hover,
.mwb-feature-card__cta.mwb-btn-animation a:hover {
/*   background-color: unset; */
  color: #F5953A;
}

/* Light Button Filled  */

.mwb-btn.mwb-btn--filled-light {
  font-family: Rubik, serif; font-style: normal; font-weight: 400; text-decoration: none;
  border: 2px solid #321800;
;
  background-color: #321800;
  color: #FFFFFF;
}

.mwb-btn.mwb-btn--filled-light:hover {
  font-family: Rubik, serif; font-style: normal; font-weight: 400; text-decoration: none;
  border: 2px solid #F5953A;
;
  background-color: #F5953A;
  color: #FFFFFF;
}

.mwb-btn.mwb-btn--filled-light:active, 
.mwb-btn.mwb-btn--filled-light:focus {
  font-family: Rubik, serif; font-style: normal; font-weight: 400; text-decoration: none;
  border: 2px solid #F5953A;
;
  background-color: #F5953A;
  color: #ffffff;
}

/* Animation */
.mwb-btn.mwb-btn--filled-light.mwb-btn-animation:hover::before {
  background-color: #F5953A;
}

.mwb-btn.mwb-btn--filled-light.mwb-btn-animation:hover {
/*   background-color: unset; */
  color: #FFFFFF;
}

/* Light Button Outlined */

.mwb-btn.mwb-btn--outlined-light {
  font-family: Rubik, serif; font-style: normal; font-weight: 400; text-decoration: none;
  border: 2px solid #321800;
;
  background-color: rgba(255, 255, 255, 0%);
  color: #321800;
}

.mwb-btn.mwb-btn--outlined-light:hover {
  font-family: Rubik, serif; font-style: normal; font-weight: 400; text-decoration: none;
  border: 2px solid #F5953A;
;
  background-color: #F5953A;
  color: #FFFFFF;
}

.mwb-btn.mwb-btn--outlined-light:focus,
.mwb-btn.mwb-btn--outlined-light:active {
  font-family: Rubik, serif; font-style: normal; font-weight: 400; text-decoration: none;
  border: 2px solid #F5953A;
;
  background-color: #F5953A;
  color: #FFFFFF;
}

/* Animation */
.mwb-btn.mwb-btn--outlined-light.mwb-btn-animation:hover::before {
  background-color: #F5953A;
}

.mwb-btn.mwb-btn--outlined-light.mwb-btn-animation:hover {
/*   background-color: unset; */
  color: #FFFFFF;
}

/* ============== 5. Forms =========== */

/* Form */

form {
  border: 1px none #EDEEF3;

  padding-top: 30px;
padding-right: 30px;
padding-bottom: 35px;
padding-left: 30px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}

.mwb-form .mwb-form--form {
  border-radius: 8px;
}

.form-title + div > form,
.mwb-form--form > span > .form-title + div > form {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-title + div > form,
.mwb-form--form > span > .form-title + div > form {
  border-radius: 0 0 8px 8px;
}


/* Form title */

.form-title {
  padding-top: 35px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 30px;

  font-family: Rubik, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #321800;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 43px;
  text-transform: capitalize;
  margin-bottom: 0;
}

/* Labels */

form label {
  padding: 0px;

  font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #8E4400;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: none;
}

/* Help text */

form legend {
  font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #8E4400;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px solid #D7D9E3;

  padding-top: 14px;
padding-right: 16px;
padding-bottom: 14px;
padding-left: 16px;

  font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(243, 245, 252, 1.0)

;
  border-radius: 0px;
  color: #321800;
  font-size: 16px;
}

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='search']:focus,
form select:focus,
form textarea:focus {
  border-color: #321800;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #8E4400;
}

::-moz-placeholder {
  color: #8E4400;
}

:-ms-input-placeholder {
  color: #8E4400;
}

:-moz-placeholder {
  color: #8E4400;
}

::placeholder {
  color: #8E4400;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 16px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(50, 24, 0, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #321800;
}

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #321800;
}

form .pika-button:hover {
  background-color: #321800 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #8E4400;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #8E4400;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
form .hs-button.primary {
  padding-top: 14px;
padding-right: 16px;
padding-bottom: 14px;
padding-left: 16px;

  border-radius: 0px;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  font-family: Rubik, serif; font-style: normal; font-weight: 400; text-decoration: none;
  border: 2px solid #F5953A;
;
  background-color: #F5953A;
  color: #FFFFFF;
}

form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button.primary:hover {
  ;
  background-color: #FFFFFF;
  color: #F5953A;
  border: 2px solid #F5953A;
;
}

body form input[type=submit]:focus,
body form .hs-button:focus,
body form input[type=submit]:active,
body form .hs-button:active {
  ;
  background-color: #FFFFFF;
  color: #F5953A;
  border: 2px solid #F5953A;
;
}

.hs-error-msg {
  padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;

  font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #E22C3E;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: none;
}

.error,
.hs-input.invalid.error {
  border: 1px solid #ff0000 ;
}

.hs-error-msgs .hs-main-font-element {
  color: #E22C3E;
}

@media only screen and (max-width: 767px) {
  form {
    padding-top: 20px;
padding-right: 15px;
padding-bottom: 20px;
padding-left: 15px;

  }

  .form-title {
    padding-top: 25px;
padding-right: 15px;
padding-bottom: 20px;
padding-left: 15px;

    font-size: px;
    line-height: px;
  }
}

/* ========== 6. Tables ==========  */

table {
  border: 1px solid #321800;
;
}

tbody td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

th,
td {
  border: 1px solid #321800;

  padding: 10px;
;
  color: #321800;
}


thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(50, 24, 0, 1.0)

;
  color: #ffffff;
}


tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #321800;
}

/* =========== 7. Website header ==========  */

.mwb-header {
  background-color: rgba(238, 221, 201,100%);
}

.header__top {
  background: ;
}

/* Menu items */
.header .header__language-switcher-label-current,
.header .menu__link {
  font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Menu items - top level */

.header .header__language-switcher-label-current,
.header .menu__item--depth-1 > .menu__link:not(.mwb-btn,.menu__link--active-link),
.header .menu__link:not(.menu__link--active-link) {
  color: ;
}

.mwb-lang-switcher .lang_list_class li:not(:last-child) {
  border-bottom: 1px solid ;
}

.header__language-switcher-label-current svg path {
  stroke: ;
}

.header .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: ;
  border-right-color: ;
}

.header .menu__item--depth-1:hover>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item--depth-1:focus>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom-color: #F5953A;
  border-right-color: #F5953A;
}

.header .menu__item--depth-1:hover > .menu__link,
.header .menu__item--depth-1:focus > .menu__link {
  font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #F5953A;
}

.header .menu__link:active,
.header .menu__link.menu__link--active-link {
  font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #321800;
}

.mwb-header .menu.menu--desktop .menu__link:before,
.mwb-header .menu.menu--desktop .menu__link:after {
  background-color: #321800
}

/* Menu items - submenus */

.header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item--depth-2>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom: 1px solid ;
  border-right:  1px solid ;
}

/* Language switcher - submenu */

.header .mwb-lang-switcher .lang_list_class {
  background-color: #EEDDC9;
}

.header .mwb-lang-switcher .lang_list_class a:not(.mwb-button) {
  color:#ffffff;
  font-size: 14px;
  line-height: 22px;
}

@media only screen and (min-width: 992px) {
  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__link,
  .header .hs-menu-item a {
    color: #ffffff;
  }
  
  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
  }
  
  .header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon,
  .header .menu .menu__wrapper .menu__submenu .menu__item:focus .menu__child-toggle-icon {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__link:hover,
  .header .menu .menu__wrapper .menu__submenu .menu__link:focus {
    font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #ffffff;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
    color: #FFFFFF;
    background-color: #F5953A;
  }
 
  .header .mwb-lang-switcher .lang_list_class a:hover,
  .header .mwb-lang-switcher .lang_list_class a:focus {
    background-color: {color=#F5953A, opacity=100, rgba=rgba(245, 149, 58, 1), rgb=rgb(245, 149, 58), hex=#F5953A, css=#F5953A};
    color: #ffffff;
  }

  .header .mwb-lang-switcher .lang_list_class a:active {
    background-color: #EEDDC9;
    color: #FFFFFF;
  }

  .header .menu .menu__wrapper .menu__submenu {
    background-color: #321800;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__link:hover,
  .header .menu .menu__wrapper .menu__submenu .menu__link:focus {
    background-color: #F5953A;
  }
}

@media only screen and (min-width: 768px) {
  .header .header__language-switcher-label-current,
  .header .menu__link {
    font-size: 16px;
    line-height: 24px;
  }

  .header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon,
  .header .menu__item--depth-2>.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: ;
    border-right-color:  ;
  }

  .header .mwb-lang-switcher .lang_list_class a:not(.mwb-button) {
    font-size: 14px;
    line-height: 24px;
  }

  .header .menu__item--depth-1:after, .header .menu__item--depth-1:before {
    background-color: #321800;
  }
}

/* ================ 8. Website footer ============ */

/* Footer Background  */

.footer {
  background: rgba(50, 24, 0,1.0);
}

/* Footer Heading */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #F5953A;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

/* Footer text */

.footer p,
.footer li:not(.menu__item),
.footer blockquote,
.footer a:not(.menu__link),
.footer span:not(.menu__link),
.footer span,
.mwb-footer-copyright span,
.mwb-footer-copyright__links a {
  font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #F5953A;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Footer menu */

.footer nav a,
.footer .menu__link {
  font-family: Rubik, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #F5953A;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.footer nav a:hover,
.footer nav a:focus,
.footer .menu__link:hover,
.footer .menu__link:focus {
  color: #F5953A;
}

.footer nav a:active,
.footer .menu__link:active {
  color: #F5953A;
}

.footer nav .active > a,
.footer .menu__link .active > a {
  color: #F5953A;
}

@media only screen and (min-width: 768px) {
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6 {
    font-size: 24px;
    line-height: 24px;
  }

  .footer p,
  .footer span,
  .footer div,
  .footer li,
  .footer blockquote,
  .footer a:not(.menu__link),
  .mwb-footer-copyright span,
  .mwb-footer-copyright__links a {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .footer nav a,
  .footer .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
}

/* =========== 9. Blog ======== */

/* Blog post */
.blog-post__meta a,
.blog-post__timestamp,
.mwb-blog-detail__sidebar-tags > li > a,
.mwb-blog-detail__sidebar-post > li > a {
  color: #8E4400;
}


/* Blog related posts */

.blog-related-posts__title .blog-related-posts__title-link,
.blog-related-posts__title .blog-related-posts__title-link:hover,
.blog-related-posts__title .blog-related-posts__title-link:focus,
.blog-related-posts__title .blog-related-posts__title-link:active {
  ;
  text-transform: ;
}

.blog-related-posts__title .blog-related-posts__title-link {
  color: ;
}

.blog-related-posts__title .blog-related-posts__title-link:hover,
.blog-related-posts__title .blog-related-posts__title-link:focus {
  color: ;
}

.blog-related-posts__title .blog-related-posts__title-link:active {
  color: ;
}

.blog-related-posts__image {
  border-radius: 16px;
}

/* Blog comments */

.blog-comments {
  /*   margin-bottom: {desktop=, mobile=}px; */
}

#comments-listing .comment-reply-to {
  color: ;
}

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

#comments-listing .comment-reply-to:active {
  color: ;
}

.blog-post__body,
.blog-post__body p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}

.blog-post__body img {
  border-radius: 16px;
}


@media only screen and (min-width: 768px) {
  .blog-post__body,
  .blog-post__body p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}

/* ============= 10. System pages =========  */

.hs-search-results__title {
  ;
  color: ;
}

/* ========== 11. Modules ======== */

/* Blog Listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  ;
  text-transform: ;
}

.blog-index__post-title-link {
  color: ;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: ;
}

.blog-index__post-title-link:active {
  color: ;
}

.blog-index__post-tag,
.blog-index__post-author-name,
.blog-index__post-author-name:hover {
  color: #8E4400;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #8E4400;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #661c00;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #b66c28;
}

.pagination__link-icon svg {
  fill: #8E4400;
}

/* Pricing card */

.card__price {
  ;
  color: ;
  font-size: ;
}

.card__body svg {
  fill: #321800;
}

/* Social follow */

.social-links__icon {
  background-color: #321800;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #0a0000;
}

.social-links__icon:active {
  background-color: #5a4028;
  ;
  color: ;
  font-size: ;
}