/* Fonts Addition */

@font-face {
    font-family: 'Gotham-Black';
    src: url('/wp-content/uploads/fonts/Gotham-Black_0.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/uploads/fonts/Gotham-Black_0.woff') format('woff'),
    url('/wp-content/uploads/fonts/Gotham-Black_0.ttf') format('truetype');
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('/wp-content/uploads/fonts/Gotham-Book_0.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/uploads/fonts/Gotham-Book_0.woff') format('woff'),
    url('/wp-content/uploads/fonts/Gotham-Book_0.ttf') format('truetype');
}
@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/uploads/fonts/Gotham-Mediuam_0.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/uploads/fonts/Gotham-Mediuam_0.woff') format('woff'),
    url('/wp-content/uploads/fonts/Gotham-Mediuam_0.ttf') format('truetype');
}

/* Font Override */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Gotham-Black';
    font-weight: normal;
    text-transform: uppercase;
}

.portfolio ul li figure .content .right .category a, .products .product .content .right .category a {
    font-family: 'Gotham-Book';
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
}

.breadcrumb h1 {
    font-family: 'Gotham-Book';
    letter-spacing: 2px;
    text-transform: normal;
}

body p {
    font-family: 'Gotham-Book';
}

.breadcrumb > div p, .breadcrumb.small-description > div p {
    font-family: 'Gotham-Book';
    font-weight: normal;
    width: 55%;
    font-size: 20px;
    line-height:1.6;
}

.abel {
    font-family: 'Abel';
}

.breadcrumb.breadcrumb-fullscreen > * > a {
    font-family: "Gotham-Black";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2em;
}

/* Header */

header.affix {
    background-color: rgba(10, 10, 10, 0.7);
}

.filter-open {
    display: none;
}

header.affix.filter-open {
    display: block;
}

header.affix.half-light-layout {
    background-color: rgba(200, 200, 200, 0.9);
}

header.header.light-layout a.open-menu {
    color: #fff !important;
}

header.header a.open-menu, .roua-menu a.open-menu {
    font-family: 'Gotham-Book';
}
@media (max-width: 780px) {
header.header .logos:after {
    background: none;
}
}

/* Homepage */

.portfolio ul li figure .content .right {
    text-align: center !important;
}

.portfolio ul li figure .content .right h2, .products .product .content .right h2 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 0;
}

.portfolio a h2 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio a:hover h2 {
    color: rgba(0, 83, 161, 1);
}

.content h2 a:hover {
    color: rgba(0, 83, 161, 1) !important;
}

.portfolio ul li figure .content, .products .product .content {
    padding: 50px 30px 0;
}

/* Portfolio Page */

.header-portfolio-single .like {
    display: none;
}

.portfolio-single .header-portfolio-single .title .category a {
    color: rgba(0, 83, 161, 1) !important;
    font-family: 'Gotham-Book';
    letter-spacing: 0.1em;
    pointer-events: none;
    text-transform: uppercase;
}

.portfolio ul li figure .content .right, .products .product .content .right {
    margin-top: 40%;
    max-width: 70%;
}

.portfolio-single .footer-portfolio-single .category a {
    font-family: 'Gotham-Book';
    font-weight: normal;
}

.portfolio-single .footer-portfolio-single .navigation-projects > a .icon span {
    font-family: 'Gotham-Book';
    font-weight: normal;
}

.portfolio-single .footer-portfolio-single .category a {
    pointer-events: none;
}

.portfolio-single .content-portfolio-single p > a {
    font-size: 14px;
    font-family: 'Gotham-black';
    font-weight: normal;
    letter-spacing: 0.05em;
}

/* Footer */

footer.footer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #111;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding: 30px 120px;
    color:#ccc;
    letter-spacing:0.1em;
    font-family: 'Gotham-Book';
}

footer.footer a {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 0;
    text-transform: uppercase;
    font-family: 'Gotham-Book';
}



footer.footer {
    z-index: 9999 !important;
}

.portfolio ul li figure .content .right, .products .product .content .right {
   max-width: 100% !important;
}

/* Responsive CSS */

@media (max-width: 780px) {
    footer.footer {
        padding: 20px;
    }
    .breadcrumb > div p, .breadcrumb.small-description > div p {
        width: 100%;
    }
}

/* reCAPTCHA Hide */
.grecaptcha-badge { opacity: 0 !important; }

/* 2020 Fix */

.portfolio ul li figure .content .left {
    display: none;
}
@font-face {
    font-family: 'Abel';
    src:  url('/wp-content/uploads/fonts/Abel-Regular.ttf') format('truetype');
}
