/*
Theme Name:    Beaver Brains
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Tangible
Author URI:    https://teamtangible.com
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

.fl-page-header, .fl-page-nav-right.fl-page-header-fixed, .fl-page-header-fixed {
	max-width: 1420px;
	margin: 0 auto;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	left: 20px;
	right: 20px;
	width: auto; 
}

.fl-page .fl-page-header-primary {
	position: absolute;
	z-index: 1;
}

.fl-page-header .fl-page-header-wrap {
	border-bottom: 0;
}

.fl-row:first-child .fl-row-content {
	padding-top: 112px;
}

.fl-row:last-child .fl-row-content {
	padding-bottom: 112px;
}

.fl-page-footer-wrap {
	max-width: 1420px;
	
	margin: 0 auto;
	padding: 0 20px;
}

.fl-page-footer-wrap a {
	text-decoration: underline;
}

.fl-page-footer-widgets {
	border: 0;
	border-top-right-radius: 30px;
border-top-left-radius: 30px;
	position: relative;
	padding-top: 80px
}

.fl-page-footer {
	border: 0;
}

.fl-widget {
	margin-bottom: 24px;
}

.fl-widget.widget_media_image {
	margin-bottom: 0;
}

.fl-widget .fl-widget-title {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 20px;
	font-family: "Overpass Mono", monospace;
}

.tt-footer-logo {
	position: absolute;
	top: -60px;
	width: 130px;
}

.fl-page-footer-widgets-row > div {
	position: static;
}

.widget_nav_menu .menu .menu-item > a {
	text-decoration: none;
	font-family: "Overpass Mono", monospace;
	font-weight: bold;
	line-height: 1.2;
}

@media(min-width: 400px) {
	.widget_nav_menu .menu {
		max-width: 240px;
	  -webkit-column-count: 2; /* Chrome, Safari, Opera */
	  -moz-column-count: 2; /* Firefox */
	  column-count: 2;
	  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	  -moz-column-gap: 40px; /* Firefox */
	  column-gap: 40px;
	}
}

@media(min-width: 768px) {
	.widget_nav_menu .menu {
		margin: 0 auto;
	}
}

.fl-page a button {
	padding: 24px 32px;
	line-height: 1.2;
	transition: all 0.2s linear;
}

.fl-page-footer-widgets a button {
	font-size: 15px;
	padding: 20px 20px; 
}

.tt-post {
    border: 0;
}

.tt-post-text {
    padding: 10px 20px;
}
.tt-post-title {
    font-size: 18px;
	line-height: 26px;
    margin-top: 8px;
    margin-bottom: 8px;
	padding: 0;
	font-weight: 600;
}

.tt-sep {
	border-top: 1px solid #F0F1F2;
	display: block;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}

.tt-post-meta {
    font-family: "Overpass Mono", Monospace;
    line-height: 1.2;
    font-size: 14px;
    color: #656565;
	margin-top: 4px;
	margin-bottom: 12px;
}

.tt-post-meta-inner {
    margin-top: 6px;
}

.tt-post-meta img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    float: left;
    border: 1px solid #F0F1F2;
}

.tt-post-meta a {
    color: #000;
}

.tt-post-meta a:hover {
    color: #002DEB;
}

.tt-post-author {
    text-transform: uppercase;
}

.tt-post-image {
    background-color: #FFCD30;
    padding-bottom: 70%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tt-post-taxonomy {
	margin-right: 10px;
}

.tt-post-taxonomy a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    background-color: #FFCD30;
    border-radius: 30px;
    padding: 4px 6px;
    color: #000;
    letter-spacing: 0.04em;
    margin-right: 4px;
    margin-bottom: 4px;
	transition: all 0.2s linear;
}


.tt-post-taxonomy a:hover {
	box-shadow: inset 0 0 0 1px #fcb900, 1px 2px 0   #fcb900;
}

.tt-post-meta-top div {
	display: inline-block;
}

.tt-post-readtime {
	font-size: 13px;
	color: #656565;
}

.fl-page-content a {
	transition: all 0.2s linear;
}

.tt-button-secondary a.fl-button:hover {
	box-shadow: inset 0 0 0 1px #FFCD30, 1px 2px 0 #FFCD30;
}