/**
 * Theme Name: Igor Borovikov
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The Igor Borovikov starter.
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: igorborovikov.com
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --default-font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", sans-serif;
}
/* @font-face {
    font-family: 'Helvetica';
    src: url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica.woff2') format('woff2'),
        url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica-Bold.woff2') format('woff2'),
        url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica-BoldOblique';
    src: url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica-BoldOblique.woff2') format('woff2'),
        url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaRounded-Bold';
    src: url('../../../wp-content/themes/igorborovikov/assets/content/HelveticaRounded-Bold.woff2') format('woff2'),
        url('../../../wp-content/themes/igorborovikov/assets/content/HelveticaRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica-Oblique';
    src: url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica-Oblique.woff2') format('woff2'),
        url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica-Compressed';
    src: url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica-Compressed.woff2') format('woff2'),
        url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica-Compressed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica-Light';
    src: url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica-Light.woff2') format('woff2'),
        url('../../../wp-content/themes/igorborovikov/assets/content/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'LeagueSpartan-Bold';
    src: url('../../../wp-content/themes/igorborovikov/assets/content/LeagueSpartan-Bold.woff2') format('woff2'),
        url('../../../wp-content/themes/igorborovikov/assets/content/LeagueSpartan-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.admin-bar header {
    top: 32px;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(22, 22, 22, 0.9);
    padding: 3px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}
header.sps--blw {
    background-color: rgba(22, 22, 22, 0.9);
}
header.sps--blw .navbar .navbar-collapse .nav .nav-link {
    color: rgb(247, 247, 247);
}
header.sps--blw .center .nav-logo a {
    color: rgb(247, 247, 247);
}
header .hamburger {
    display: none;
}
header .nav-logo {
    text-align: left;
}
header .nav-logo a {
    font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 4px;
    font-weight: 700;
    color: rgb(247, 247, 247);
    text-decoration: none;
    text-align: center;
    margin: 0;
}
header .navbar .navbar-collapse .nav {
    font-family: var(--default-font-family);
    color: rgb(247, 247, 247);
    font-size: 16px;
    line-height: 65px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
header .navbar .navbar-collapse .nav .menu-item .fa-solid {
    position: absolute;
    right: 3px;
    top: 25px;
    font-size: 12px;
    line-height: 12px;
    transform: rotate(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .navbar .navbar-collapse .nav .menu-item:hover .fa-solid {
    transform: rotate(180deg);
}
header .navbar .navbar-collapse .nav .menu-item {
    position: relative;
}
header .navbar .navbar-collapse .nav .menu-item .sub-menu {
    position: absolute;
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 6px 3px;
    border-radius: 4px;
    background-color: #fff;
    display: none;
}
header .navbar .navbar-collapse .nav .menu-item:hover .sub-menu,
header .navbar .navbar-collapse .nav .menu-item:focus .sub-menu,
header .navbar .navbar-collapse .nav .menu-item:active .sub-menu {
    display: block;
}
header .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item .nav-link {
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .navbar .navbar-collapse .nav .nav-link {
    color: rgb(247, 247, 247);
    padding: 0 18px;
}
header .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item:hover .nav-link,
header .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item:focus .nav-link,
header .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item:active .nav-link {
    background-color: #000;
    color: #fff;
}
header .navbar .navbar-collapse .nav-menu-right {
    margin-left: auto;
}
.header-wrapper {
    border-bottom: 1px rgba(247,247,247,0.7) solid;
    padding: 0 0 3px;
}
.home header {
    background-color: transparent;
}
body.home {
    padding-top: 0;
}
body {
    padding-top: 88px;
}
.btn-styled {
    font-family: 'JosefinSans-Bold', Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 4px;
    color: #000;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 40px;
    border: 1px #000 solid;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-styled:hover,
.btn-styled:focus,
.btn-styled:active {
    background-color: #000;
    color: #fff;
}
.v-align {
    margin-top: auto;
    margin-bottom: auto;
}
.hidden-tag {
    position:absolute;
    height:0;
    width:0;
    overflow:hidden;
    z-index:-1;
}
.masthead {
    position: relative;
}
.masthead .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 110;
}
.masthead .container h1 {
    font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
    font-size: 64px;
    line-height: 77px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
}
.masthead .container p {
    font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
    font-size: 64px;
    line-height: 77px;
    color: #fff;
    margin: 0 0 20px;
}
.masthead img {
    width: 100%;
    height: auto;
}
.masthead .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 100;   
}
.main-intro {
    padding: 55px 0;
}
.main-intro h2 {
    font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
    font-size: 48px;
    line-height: 67px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    color: #000;
    margin: 0 0 40px;
}
.main-intro p {
    font-family: var(--default-font-family);
    color: #000;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
}
.social-media {
    padding: 56px 0;
    background-color: #f6f6f6;
}
.social-media h2 {
    font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
    font-size: 48px;
    line-height: 67px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    color: #000;
    margin: 0 0 40px;
}
.social-media ul {
    margin: 0;
}
.social-media a {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2867b2;
    padding: 0;
    margin: 0 15px;
}
.social-media a.twitter {
    background-color: #151515;
}
.social-media a.linkedin {
    background-color: #0a66c2;
}
.social-media a.facebook {
    background-color: #1877F2;
}
.social-media a i {
    color: #fff;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
}

.item-box {
    position: relative;
}
.link-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wysiwyg {
    padding: 56px 0;
}
.wysiwyg h1 {
    font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
    font-size: 48px;
    line-height: 67px;
    font-weight: 900;
    text-align: center;
    color: #000;
    margin: 0 0 64px;
    position: relative;
}
.wysiwyg h1:after {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: rgb(226, 226, 226);
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wysiwyg img {
    margin: 0 0 15px;
}
.wysiwyg h4 {
    font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0 0 30px;
}
.wysiwyg p {
    font-family: var(--default-font-family);
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: rgb(94,94,94);
    margin: 0 0 10px;
}
.single-post-area {
    padding: 56px 0;
}
.single-post-area h1.blog-title {
    font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
    font-size: 48px;
    line-height: 67px;
    font-weight: 900;
    text-align: center;
    color: #000;
    margin: 0 0 64px;
    position: relative;
}
.single-post-area h1.blog-title:after {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: rgb(226, 226, 226);
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.single-post-area .blog-posts .top-item {
    font-family: var(--default-font-family);
    font-size: 24px;
    line-height: 30px;
    color: rgb(48, 48, 48);
    padding-left: 0;
    margin: 0 0 20px;
}
.single-area h3.main-title {
    font-family: var(--default-font-family);
    font-size: 36px;
    line-height: 41px;
    color: #000;
    margin: 0 0 20px;
}
.single-area h3.main-title span {
    display: block;
    margin-top: 5px;
    font-family: var(--default-font-family);
    font-size: 16px;
    line-height: 24px;
    color: rgb(89, 89, 89);
}
.single-area img {
    margin: 0 0 15px;
    max-width: 100%;
    height: auto;
}
.single-area h1,
.single-area h2,
.single-area h3, 
.single-area h4,
.single-area h5,
.single-area h6 {
    font-family: var(--default-font-family);
    font-weight: 700;
    color: #000;
    margin: 0 0 15px;
}
.single-area h1 {
    font-size: 40px;
    line-height: 52px;
}
.single-area h2 {
    font-size: 38px;
    line-height: 49px;
}
.single-area h3 {
    font-size: 36px;
    line-height: 45px;
}
.single-area h4 {
    font-size: 34px;
    line-height: 44px;
}
.single-area h5 {
    font-size: 32px;
    line-height: 41px;
}
.single-area h6 {
    font-size: 30x;
    line-height: 39px;
}
.single-area ul,
.single-area ol,
.single-area p {
    font-family: var(--default-font-family);
    color: #000;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 27px;
    color: rgb(94, 94, 94);
}
.single-area a {
    font-family: var(--default-font-family);
    color: rgb(94, 94, 94);
    text-decoration: underline;
}
.single aside .top-item {
    font-family: var(--default-font-family);
    font-size: 24px;
    line-height: 30px;
    color: rgb(27, 27, 27);
    padding-left: 0;
    margin: 0 0 20px;
}
.single aside h3 {
    font-family: var(--default-font-family);
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single .col-lg-8 {
    border-right: 1px solid rgb(232, 234, 232);
}
.blog-area {
    padding: 56px 0;
}
.blog-area h1 {
    font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
    font-size: 48px;
    line-height: 67px;
    font-weight: 900;
    text-align: center;
    color: #000;
    margin: 0 0 64px;
    position: relative;
}
.blog-area h1:after {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: rgb(226, 226, 226);
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-area h4 {
    font-family: var(--default-font-family);
    font-size: 25px;
    line-height: 30px;
    color: rgb(27, 27, 27);
    font-weight: 500;
    margin: 0 0 10px;
}
.blog-area h4 a {
    color: rgb(27, 27, 27);
}
.blog-area .post_meta {
    font-family: var(--default-font-family);
    font-size: 16px;
    line-height: 23px;
    color: rgb(89, 89, 89);
    font-weight: 700;
    margin: 0 0 5px;
}
.blog-area p {
    font-family: var(--default-font-family);
    font-size: 18px;
    line-height: 27px;
    color: rgb(94, 94, 94);
    margin: 0 0 5px;
}
.blog-area article {
    border-bottom: 1px rgb(226, 226, 226) solid;
    padding: 0 0 30px;
    margin: 0 0 30px;
}
.blog-area .btn {
    font-family: var(--default-font-family);
    font-size: 19px;
    line-height: 27px;
    color: rgb(48, 48, 48);
    font-weight: 700;
    margin: 0;
    padding-left: 0;
}
.news-area {
    padding: 56px 0;
}
.news-area h1 {
    font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
    font-size: 48px;
    line-height: 67px;
    font-weight: 900;
    text-align: center;
    color: #000;
    margin: 0 0 64px;
    position: relative;
}
.news-area h1:after {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: rgb(226, 226, 226);
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.news-area .inner-link {
    font-family: var(--default-font-family);
    font-size: 18px;
    line-height: 27px;
    color: rgb(48, 48, 48);
    text-decoration: underline;
    font-weight: 700;
    text-align: right;
    white-space: wrap;
}
.featured-in {
    padding: 56px 0;
}
.featured-in h1 {
    font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
    font-size: 48px;
    line-height: 67px;
    font-weight: 900;
    text-align: center;
    color: #000;
    margin: 0 0 64px;
    position: relative;
}
.featured-in h1:after {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: rgb(226, 226, 226);
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.featured-in ul {
    list-style: none;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.featured-in ul li {
    margin: 0 0 15px;
}
.featured-in ul li a {
    font-family: var(--default-font-family);
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.featured-in ul li a img {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 90px;
    height: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); 
    z-index: 100;
}
.featured-in ul li a span {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 25px;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    z-index: 100;
}
.featured-in ul li a span i.pulse {
    animation: pulse 0.4s infinite;
}
 @keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}
.featured-in ul li a:hover,
.featured-in ul li a:focus,
.featured-in ul li a:active {
    background-color: rgb(38, 38, 38);
    text-decoration: none;
}
footer {
    background-color: rgb(22, 22, 22);
    padding: 32px 0;
    text-align: center;
}
footer p {
    font-family: var(--default-font-family);
    font-size: 18px;
    line-height: 24px;
    color: rgb(169, 169, 169);
    margin: 0;
}

@media (max-width: 1200px) {
    body {
        padding-top: 74px;
    }
    header .hamburger {
        display: block;
        position: absolute;
        right: 10px;
        top: 8px;
        z-index: 999999999;
    }
    header .hamburger-inner, 
    header .hamburger-inner::after, 
    header .hamburger-inner::before {
        background-color: rgb(247, 247, 247);
    }
    .navbar-expand-xl {
        display: none;
    }
    header .hamburger.is-active .hamburger-inner,
    header .hamburger.is-active .hamburger-inner::after,
    header .hamburger.is-active .hamburger-inner::before {
        background-color: rgb(111, 111, 111);
    }
    header .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 9999;
    }
    header .navbar-collapse .navbar-nav {
        position: absolute;
        left: 50%;
        top: 150px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    header .navbar-collapse .navbar-nav .menu-item {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #000;
        margin-bottom: 20px;
    }
    header .navbar-collapse .navbar-nav .menu-item .nav-link {
        color: #000;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .wysiwyg {
        padding: 30px 0;
    }
    .blog-area {
        padding: 30px 0;
        text-align: center;
    }
    .blog-area h1 {
        margin: 0 0 40px;
    }
    .blog-area h1::after { 
        margin-bottom: -14px;
    }
    .blog-area .v-align a {
        text-align: center !important;
    }
    .news-area {
        padding: 30px 0;
    }
    .single-post-area {
        padding: 30px 0;
    }
    .single-post-area h1.blog-title {
         margin: 0 0 40px;
    }
    .single-post-area h1.blog-title:after {
        margin-bottom: -14px;
    }
    .single-area h3.main-title {
        font-family: var(--default-font-family);
        font-size: 30px;
        line-height: 39px;
        color: #000;
        margin: 0 0 20px;
    }
    .single-area h3 {
        font-size: 27px;
        line-height: 35px;
    }
    .featured-in {
        padding: 30px 0;
    }
}
@media (max-width: 992px) {
    .masthead .container h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .main-intro {
        padding: 30px 0;
    }
    .main-intro h2 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 15px;
    }
    .main-intro p {
        font-size: 18px;
        line-height: 25px;
    }
    .social-media {
        padding: 30px 0;
        background-color: #f6f6f6;
    }
    .social-media {
        padding: 30px 0;
    }
    .social-media h2 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 15px;
    }
    .wysiwyg {
        padding: 30px 0;
    }
    .wysiwyg h1 {
        font-size: 40px;
        line-height: 52px;
        margin: 0 0 40px;
    }
    .wysiwyg h1:after {
        bottom: -10px;
        left: 50%;
    }
    .wysiwyg img {
        margin: 0 0 15px;
    }
    .wysiwyg h4 {
        font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
        font-size: 27px;
        line-height: 35px;
    }
    .news-area h1 {
        font-size: 40px;
        line-height: 52px;
        margin: 0 0 40px;
    }
    .news-area h1:after {
        bottom: -10px;
        left: 50%;
    }
    .single aside {
        margin-top: 20px;
    }
    .featured-in h1 {
        font-size: 40px;
        line-height: 52px;
        margin: 0 0 40px;
    }
    .featured-in h1:after {
        bottom: -10px;
        left: 50%;
    }
    footer {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 43px;
    }
    header .nav-logo a {
        font-size: 30px;
        line-height: 39px;
    }
    header .hamburger {
        top: 0;
    }
    .masthead .container h1 {
        font-size: 30px;
        line-height: 39px;
    }
    .main-intro {
        padding: 15px 0;
    }
    .main-intro h2 {
        font-size: 27px;
        line-height: 35px;
    }
    .social-media {
        padding: 15px 0;
    } 
    .social-media h2 {
        font-size: 27px;
        line-height: 35px;
    }
    .wysiwyg {
        padding: 15px 0;
    }
    .wysiwyg h1 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 30px;
    }
    .wysiwyg h4 {
        font-family: 'LeagueSpartan-Bold', Arial, sans-serif;
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 20px;
    }
    .blog-area {
        padding: 15px 0;
        text-align: center;
    }
    .blog-area h1 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 20px;
    }
    .blog-area h1::after { 
        margin-bottom: -10px;
    }
    .blog-area article {
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .news-area {
        padding: 15px 0;
    }
    .news-area h1 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 20px;
    }
    .news-area h1:after {
        bottom: -10px;
    }
    .news-area .inner-link {
        text-align: center;
    }
    .single-post-area .blog-posts .top-item {
        font-size: 20px;
        line-height: 27px;
    }
    .single-post-area {
        padding: 15px 0;
    }
    .single-post-area h1.blog-title {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 20px;
    }
    .single-post-area h1.blog-title:after {
        bottom: -10px;
    }
    .single-area h3.main-title {
        font-size: 23px;
        line-height: 30px;
        margin: 0 0 15px;
    }
    .single-area h3 {
        font-size: 23px;
        line-height: 30px;
    }
    .featured-in {
        padding: 15px 0;
    }
    .featured-in h1 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 30px;
    }
    .featured-in h1:after {
        bottom: -10px;
    }
    .featured-in ul li a img {
        width: 60;
    }
    footer {
        padding: 15px 0;
    }
}
@media (max-width: 480px) {
    header .nav-logo a {
        font-size: 25px;
        line-height: 39px;
    }
    .masthead .container h1 {
        font-size: 23px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .btn-styled {
        padding: 10px 25px;
    }
}
/*
     FILE ARCHIVED ON 00:57:10 Sep 24, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:37:17 Oct 30, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.672
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.008
  esindex: 0.014
  cdx.remote: 7.413
  LoadShardBlock: 78.62 (3)
  PetaboxLoader3.datanode: 61.733 (4)
  PetaboxLoader3.resolve: 97.33 (2)
  load_resource: 89.755
*/