/*
Theme Name: Brandweb
Theme URI: https://theme.brandweb.ee
Author: Brandweb OÜ
Author URI: https://brandweb.ee
Description: This theme is based on the responsive framework Twitter Bootstrap 4.1.3
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, custom-logo, editor-style, footer-widgets, full-width-template, right-sidebar, left-sidebar, e-commerce, blog
Details URI: https://brandweb.dk/brandweb-theme-changelog.html
Text Domain: brandweb
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.gallery-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.bypostauthor {
    
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* =Comment styles
-------------------------------------------------------------- */
.comment-form p label {
    display: block;
}

.comment-form p textarea,
.comment-form p input {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    color: #000;
}

.comment-form p.form-submit input {
    color: #eaeaea;
    border: none;
    background-color: #343a40;
}

.comment-form p.form-submit input:hover {
    cursor: pointer;
    color: #ccc;
}

.commentlist, .commentlist li {
    list-style: none;
    padding:0;
}

.commentlist li article {
    border: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 20px;
    border-radius: 2px;
    padding: 15px 20px 35px;
    position: relative;
    background: #fafafa;
}

.comment-metadata {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 5px;
}

.comment-metadata a {
    color: #999;
}

.comment-reply-link {
    margin: 15px 0 0;
    padding: 5px 30px;
    border: 1px solid #343a40;
    color: #343a40;
    border-radius: 20px;
    text-align: center;
}

.comment-reply-link:hover, .comment-reply-link:focus, .comment-reply-link:active  {
    background: #343a40;
    color: #fff;
    text-decoration: none;
}

.backbone.comments-area {
    margin: 40px 0 20px;
}

/* =Sticky footer
-------------------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 300px !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 300px;
    line-height: 120%;
    /* Vertically center the text there */
    background-color: #343a40;
    padding: 20px 0 30px;
    color: #fff;
}