@font-face {
  font-family: 'ABCDiatype-Regular';
  src: url('../fonts/ABCDiatype/ABCDiatype-Regular-Trial.woff') format('woff'),
       url('../fonts/ABCDiatype/ABCDiatype-Regular-Trial.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ABCDiatype-Bold';
  src: url('../fonts/ABCDiatype/ABCDiatype-Bold-Trial.woff') format('woff'),
       url('../fonts/ABCDiatype/ABCDiatype-Bold-Trial.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'BradfordLL-Regular';
  src: url('../fonts/BradfordLL/BradfordLLTrialWeb-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BradfordLL-Bold';
  src: url('../fonts/BradfordLL/BradfordLLTrialWeb-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

:root {
    --container-width: 1440px;
    
    --font-ABCDiatype-main:"ABCDiatype-Regular";
    --font-ABCDiatype-regular:"ABCDiatype-Regular";
    --font-ABCDiatype-bold:"ABCDiatype-Bold";
    --font-BradfordLL-regular:"BradfordLL-Regular";
    --font-BradfordLL-bold:"BradfordLL-Bold";
    
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-dark-grey: #6F6F6F;

    --border-grey: #6f6f6f47;
}

.container {
    max-width: var(--container-width) !important;
    width: 100% !important;
    padding: 0 !important;
}

#header {
    padding-bottom: 15px !important;
}

#header .logo img {
  margin-top: 15px;
  margin-bottom: 13px;
  max-height: 75px;
}

#header .logo .site-logo {
  min-width: 135px;
}

#header .logo .arm-logo {
  min-width: 110px;
}

.fixed_header {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px !important;
}

.fixed_header .header-menu-bar {
    max-width: var(--container-width) !important;
    width: auto;
    border-bottom: 1px solid var(--color-black);
    margin: 0 auto;
}

.fixed_header .header-menu-bar .row {
    display: flex;
    align-items: center;
}

.fixed_header .header-menu-bar .logo .arm-logo {
    min-width: auto !important;
    margin-left: 15px;
}

.fixed_header .header-menu-bar .logo .site-logo {
    min-width: auto !important;
}

.fixed_header .header-menu-bar .logo img {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-height: 40px !important;
}

.fixed_header .header-menu-bar .login {
    margin: 0 -10px 0 0 !important;
}

.fixed_header .header-menu-bar .login a {
    font-family: var(--font-ABCDiatype-bold) !important;
    color: var(--color-black) !important;
    margin: 0;
    display: inline;
    padding: 0 10px;
    font-size: 14px !important;
}

.fixed_header .header-submenu-bar {
    border-bottom: none !important;
}

.fixed_header ul#nav>li>a {
    padding: 30px 10px !important;
}

.fixed_header #nav ul.sub-menu {
  top: 80px !important;
  left: -18px !important;
}

.header-submenu-bar .nav-left {
    padding: 0;
}

.header-submenu-bar .nav-right .nav-items {
    margin: 0;
    padding: 15px 0;
    float: right;
}

.header-submenu-bar {
    border-bottom: 1px solid var(--color-black);
    line-height: 0px;
}

.header-submenu-bar .menu-item a {
    font-family: var(--font-ABCDiatype-bold) !important;
    padding: 15px !important;
    font-size: 14px !important;
    color: var(--color-black) !important;
}

.header-submenu-bar #header-nav #nav {
    display: inline !important;
}

.header-submenu-bar #nav ul.sub-menu {
  box-shadow: none;
  border: 0;
  border-top: none;
  border-bottom: none;
  margin: 0;
  background: #fff !important;
  position: absolute;
  display: none;
  left: 0;
  top: 54px;
  padding: 10px 0 !important;
  width: 18rem !important;
}

.footer_menu {
  border-top: 1px solid var(--color-black);
  width: 100%;
  --color-whiteund-color: var(--White);
  margin-bottom: 100px;
}

.footer_menu .container .row {
    display: flex;
    align-items: center;
}

.footer_menu .socialfollow-icon {
    display: flex;
    align-items: center;
    float: right;
    margin-right: -10px;
}

.footer_menu .socialfollow-icon a {
    padding: 0 10px;
}

.footer_menu .socialfollow-icon a img {
    width: 22px;
    height: auto;
}

.footer_menu .menu-item a {
    font-family: var(--font-ABCDiatype-bold) !important;
}

.footer_menu ul#nav2 {
    justify-content: space-between;
}

.footer_menu ul#nav2 li a {
  margin: 0;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--font-ABCDiatype-bold) !important;
  font-size: 14px;
  color: var(--color-black);
  padding: 15px 0;
}

.footer_partners_container {
    border-top: 1px solid var(--border-grey);
    padding-top: 10px !important;
    padding-bottom: 180px !important;
}

.footer_partners_container .advertising .partner-title {
    font-size: 14px;
    font-family: var(--font-ABCDiatype-bold) !important;
    color: var(--color-dark-grey) !important;
    margin-bottom: 30px;
}

.footer_partners_container .advertising .partner-image img {
    max-height: 40px;
    width: auto;
    height: 100%;
    text-align: left;
}

.footer_partners_container .advertising .partner-image {
    text-align: left;
}

.footer_partners_container .advertising .footer-bottom-text {
    font-family: var(--font-ABCDiatype-bold);
    font-size: 18px;
    margin-top: 60px;
    color: var(--color-dark-grey);
}

@media screen and (max-width: 1470px) {
    .container {
        padding: 0 15px !important;
        margin: 0;
    }   

    .fixed_header .header-menu-bar {
        margin: 0 15px;
        width: calc(100% - 30px) !important;
    }
}

.theme-content h2.sec-title {
    text-align: left;
    margin-top: 0;
    font-size: 58px;
    font-family: var(--font-ABCDiatype-bold);
    color: var(--color-black);
}

.theme-content p {
    font-size: 24px;
    font-family: var(--font-ABCDiatype-bold);
    color: var(--color-black);
    line-height: 110%;
}

.theme-content.grid-posts h3 {
    font-family: var(--font-ABCDiatype-bold);
    line-height: 110%;
    font-size: 24px;
}

.theme-content.grid-posts p, .theme-content.grid-posts p a {
    font-size: 15px;
    font-family: var(--font-BradfordLL-regular);
    line-height: 125%;
    color: var(--color-black);
    text-decoration: none;
    text-transform: none;
}

.theme-content.grid-posts img {
    height: 312px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.theme-content.grid-posts a {
    font-size: 14px;
    font-family: var(--font-ABCDiatype-bold);
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-black);
    text-decoration: underline;
}