/*
Theme Name: Atomic Blocks Child
Description: Child theme for Atomic Blocks Theme
Author: Fanalists
Author URI: http://www.fanalists.com
Template: atomic-blocks
Version: 1.0.0
Text Domain: atomic-blocks-child
*/

@font-face {
    font-family: 'TitlingGothicFB Narrow';
    src: url('fonts/TitlingGothicFBNarrow-Medium.woff2') format('woff2'),
        url('fonts/TitlingGothicFBNarrow-Medium.woff') format('woff'),
        url('fonts/TitlingGothicFBNarrow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

h1, h2, h3, h4, h5 {
    font-family: 'TitlingGothicFB Narrow' !important;
    font-weight: 500 !important;
    font-style: normal !important;
    color: #262d54 !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-sizeee: 17px !important;
    color: #777777 !important;
    font-weight: 300;
}

code, kbd, tt, var {
    color: #ce3a3b !important;
}

caption, th, td {
    font-weight: 300;
    font-size: 14px;
}

tr, td {
    vertical-align: middle;
}

hr, .wp-block-separator {
    margin: 4em 0;
}

.docsnav {
    background: #262d54 !important;
    color: #379bf1 !important;
    margin-top: 17px;
    border-radius: 4px;
    margin-top: -20px;
    margin-bottom: 60px;
    padding: 15px 25px;
}

.docsnav a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600;
    margin-right: 13px;
    font-size: 15px !important;
}

.site-headerrr {
    background: #ffffff;
}

.custom-logo-link {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.site-title-wrap {
    max-width: 100%;
}

.custom-logo-link img {
    display: inline-block;
    max-width: 250px;
}

.mobile-navigation {
    display: none;
}

.footer-tagline {
    text-align: center;
    display: inline;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}