/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #222;
}

@media screen and (min-width: 768px){
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container {
    max-width: 736px;
  }
}

@media screen and (min-width: 1024px){
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container {
    max-width: 980px;
  }
}

@media screen and (min-width: 1300px){
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container {
    max-width: 1264px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px){
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container {
    padding: 0 16px;
  }
}




body {
  color: #222;
  font-family: Akkurat;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1299px){
  body {
     font-size: 16px;
  }
}

@media screen and (max-width: 767px){
  body {
    font-size:15px;
  }
}

p {
  font-family: Akkurat;
  font-weight: 400
}

a {
  font-family: Akkurat;
  color: rgba(34, 34, 34, 1.0);
}

a:hover,
a:focus {
  color:#ff6c2f;
}

a:active {
  color: rgba(74, 74, 74, 1.0);
}

h1 {
  color: #000;
  font-family: FoundryGridnik-Bold,sans-serif;
  font-size: 50px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h1 {
    font-size: 42.5px;
  }
}

h2 {
  color: #000;
  font-family: FoundryGridnik-Bold,sans-serif;
  font-size: 38px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h2 {
    font-size: 32.3px;
  }
}

h3 {
  color: #000;
  font-family: FoundryGridnik-Bold,sans-serif;
  font-size: 30px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h3 {
    font-size: 25.5px;
  }
}

h4 {
  color: #000;
  font-family: FoundryGridnik-Bold,sans-serif;
  font-size: 24px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h4 {
    font-size: 20.4px;
  }
}

h5 {
  color: #000;
  font-family: FoundryGridnik-Bold,sans-serif;
  font-size: 16px;
  font-weight: 400;
}

h6 {
  color: #000;
  font-family: FoundryGridnik-Bold,sans-serif;
  font-size: 14px;
  font-weight: 400;
}





.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-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, 
.hs-blog-post .body-container-wrapper .widget-type-blog_comments, 
.body-container-wrapper .hs-search-field__bar, 
.body-container-wrapper .submitted-message, 
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container .submitted-message,.blog-comments form,
.widget-type-email_simple_subscription,
.widget-type-password_prompt{
  padding: 30px 20px;
  margin: 10px 0;
  background-color: rgba(242, 242, 239, 1.0);
}

@media screen and (min-width: 768px){
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-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, 
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments, 
  .body-container-wrapper .hs-search-field__bar, 
  .body-container-wrapper .submitted-message, 
  .body-container-wrapper #hs_cos_wrapper_password_prompt,
  .body-container .submitted-message,.blog-comments form,
  .widget-type-email_simple_subscription,
  .widget-type-password_prompt{
    border-bottom: 3px solid rgba(255, 108, 47, 1.0);
    position: relative;
  }
  form::after {
    content: '';
    width: 71px;
    height: 74px;
    background: url(https://moddex.com/wp-content/themes/moddex/css/../images/conner-bottom-right-line-orange.svg) no-repeat 0 0; /* this line is causing the odd triangle to appear Ticket #10883734 */
    /*     background: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/conner-bottom-right-line-orange-grey.svg)no-repeat 0 0; */
    position: absolute;
    right: 0;
    bottom: -4px;
    transform: rotate(180deg);
  }
}


h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
}



.hs-button,
.button--primary {
  background-color: rgba(255, 108, 47, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #f25b1c;
  border-color: #f25b1c;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 148, 87, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(90, 82, 80, 1.0);
}

.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select,
form input,
form select,
form textarea,
.hs-input{
  border-color: rgba(217, 217, 217, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius: 0px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(217, 217, 217, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #222;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Akkurat;
}

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

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

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





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

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

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

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





.header-group {
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom: 1px solid rgba(217, 217, 217, 1.0);
}

@media (min-width: 1024px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a::after {
  background-color: rgba(255, 108, 47, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a::after {
  background-color: rgba(255, 108, 47, 1.0);
}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(90, 82, 80, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(90, 82, 80, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: rgba(90, 82, 80, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    background-color: rgba(250, 250, 249, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: rgba(34, 34, 34, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container ul.hs-menu-children-wrapper>li:hover>a{
    color: rgba(255, 108, 47, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
    color: rgba(34, 34, 34, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
    .header-enquire-btn {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(242, 91, 28, 1.0);
  }
  .header-enquire-btn:hover {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(255, 108, 47, 1.0);
  }
.header-contact a {
    background-color: rgba(242, 242, 240, 1.0);
  }
  .header-contact a:hover {
    background-color: rgba(242, 242, 240, 1.0);
  }
  .header-contact a:first-child>span {
    color: rgba(242, 91, 28, 1.0);
}
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #5a5250;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #5a5250;
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #5a5250;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: #FFF;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: #FFF
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #5a5250;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #5a5250;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #222;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #fafaf9;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #fafaf9;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: #FFF;
  color: #ff6c2f;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #222;
  background-color: #FFF;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Akkurat;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(90, 82, 80, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(90, 82, 80, 1.0);
  }
}





.footer_top {
  background-color: rgba(242, 242, 239, 1.0);
}
.footer-d-download .item {
  background-color: rgba(255, 255, 255, 1.0);
}
.footer-d-download a {
  border: 1px solid rgba(0, 0, 0, 1.0);
}
.footer-d-download .item:hover a {
  border-color: rgba(255, 108, 47, 1.0);
}
.footer-d-download a {
  border-bottom: 2px solid rgba(0, 0, 0, 1.0);
}
.footer-d-download a .d-link {
  color: rgba(13, 5, 2, 1.0);
}
.footer-d-download .item:hover a .d-link {
  color: rgba(13, 5, 2, 1.0);
}
.footer_mid {
  background-color: rgba(51, 49, 49, 1.0);
}
.footer-subcribe h3.form-title,
.footer-contact h3{
  color: rgba(255, 255, 255, 1.0);
}
.footer-contact ul li a,
.footer-contact ul li a h6 {
  color: rgba(255, 255, 255, 1.0);
}
.footer-contact ul li a:hover,
.footer-contact ul li a:hover h6{
  color: rgba(255, 108, 47, 1.0);
}
.footer-contact ul li {
  border-right: 1px solid rgba(255, 255, 255, 1.0);
}
.footer-copyright-desktop {
  color: rgba(255, 255, 255, 1.0);
}

.footer_bottom {
  background-color: rgba(0, 0, 0, 1.0);
  border-bottom: 8px solid rgba(51, 49, 49, 1.0);
}
.footer-menu .hs-menu-wrapper ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 1.0);
}
.footer-menu .hs-menu-wrapper ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-menu .hs-menu-wrapper ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}







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

.blog-post__date {
  border-color: #222;
}

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

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

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

.blog-pagination__link {
  color: #222;
}

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

.blog-post__title {
  color: #000;
  font-family:FoundryGridnik-Bold,sans-serif;
  font-size: 38px;
  font-weight: ;
}

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

#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);
}










body .icon svg {
  fill: #222;
}

body .tns-nav button.tns-nav-active {
  background-color: #222;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #222;
}

body .social-links__icon {
  background-color: #222;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #222;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}