/*
Theme Name: Bob Livingston Alerts
Author: Jansen Morin
Description: Description
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bob-livingston-alerts
Domain Path: /languages/
*/

* {
	box-sizing: border-box;
}

body {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	background-color: #fffffa;
	box-sizing: border-box;
	margin: 0;
}

header {
	width: 100%;
	padding: 10px 0 0 0;
	position: relative;
}

header .bla-logo {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	padding: 5px 0 6px 0;
    text-decoration: none;
    border: 0;
}

.hamburger-button {
	display: none;
	/* background-color: #353535; */
	width: 40px;
	padding: 4px;
	cursor: pointer;
	vertical-align: middle;
    margin: 5px;
    flex-shrink: 0;
}

.author-signature {
	margin-top: 20px;
}

.post-column .author-signature p {
	margin-bottom: 5px;
}

.hamburger-button:hover {
	background-color: #424242;
}

.active-color {
	background-color: #424242;
}

.hamburger-button span {
	display: block;
	height: 4px;
	width: 100%;
	background-color: #fff;
	margin: 4px 0;
	border-radius: 1px;
}

#signup-div {
    display: inline-block;
    width: 100%;
    /* max-width: 420px; */
    vertical-align: top;
    /* position: absolute; */
    background-color: #fdfdb2;
    border-radius: 6px;
    margin: 10px 0 0 0;
    /* box-shadow: 0 0 6px #636363; */
    /* border-top: 1px solid silver; */
    /* border: 1px solid #eaeaea; */
    box-shadow: 0 0 1px #c0c0c0;
}

.light-line {
	border-bottom: 1px solid #dadada;
	display: block;
	margin: 10px 0 15px 0;
}

.single .light-line {
	margin: 0 0 15px 0;
}
/* 
#signup-div:after{
	position: absolute;
	top: -18px;
	height: 0;
	width: 0;
	left: 5px;
	border: 10px solid transparent;
	border-bottom-color: #ffffd3;
	content: "";
} */

.bll-signup-link {
	text-align: center;
    padding: 4px 3px;
    display: block;
    color: white;
    vertical-align: middle;
    font-weight: bold;
    color: #000;
    font-size: 0.85em;
}

.bll-signup-link a {
	color: #18b5c1;
}

.top-signup-box {
	display: block;
	margin: 0 auto;
	width: 350px;
	max-width: 100%;
}

.top-signup-box iframe {
	border: 0;
	width: 100%;
	height: 205px;
}

#site-navigation {
	background-color: #424242;
	width: 100%;
}

#site-navigation ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#site-navigation ul ul {
	display: none;
}

#site-navigation li {
	display: inline-block;
	float: left;
}

#sidebar {
	padding-top: 5px;
}

#site-navigation li a {
	border-bottom: 0;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    padding: 13px 10px;
    text-decoration: none;
    color: #eee;
    border-right: 1px solid #777;
    border-left: 1px solid #000;
}

#site-navigation li a:hover {
	background-color: #292929;
}

/*Dropdown styling*/
#site-navigation ul {
	list-style: none;
	position: relative;
}

#site-navigation ul li {
	position:relative;
}


#site-navigation ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background: #424242;
	z-index: 9001;
}

#site-navigation ul ul li {
	min-width:200px
}

#site-navigation ul ul {
	min-width: 200px;
}

#site-navigation ul ul ul {
	top: 0;
	left: 100%;
	background-color: #424242;
}

#site-navigation ul li:hover > ul {
	display:block
}

#login-container {
    position: relative;
    flex-shrink: 0;
}

#login {
    display: none;
    position: absolute;
    left: -180px;
    width: 315px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 3px #6f6f6f;
    margin: 10px 0 0 0;
    border-radius: 10px;
}

#login:after{
	position: absolute;
	top: -18px;
	height: 0;
	width: 0;
	right: 40px;
	border: 10px solid transparent;
	border-bottom-color: #ffffff;
	content: "";
}

#login input[type="text"] {
    padding: 5px;
    margin-top: 7px;
    border: 1px solid silver;
    border-radius: 3px;
    width: 100%;
    height: 35px;
}

#login h3 {
    margin: 0 0 3px 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.login-button {
	background-color: #0191a9;
	border: 0;
	border-radius: 3px;
	color: #fff;
    /* box-shadow: 0 -4px 4px rgba(0,0,0,.3) inset; */
    font-weight: bold;
    width: 100%;
    font-size: 13px;
    padding: 5px 1px;
    margin: 7px 0 0 0;
    height: 35px;
    cursor: pointer;
    /* text-shadow: 0 1px 2px #444444; */
    font-family: 'Open Sans', sans-serif;
}

#login-form {
	margin: 0;
}

#login.active {
    display: block;
}

#site-navigation .search-container {
	display: inline-block;
	width: 29%;
	vertical-align: middle;
	float: right;
	clear: both;
	margin: 4px 0;
}

.search-input {
	padding: 0 3px;
	width: 72%;
	height: 30px;
	font-size: 0.9em;
	border: 0;
	box-shadow: 0 0 3px black;
	margin: 0;
	float: right;
}

.search-button {
	width: 25%;
	height: 30px;
	font-size: 0.9em;
    background-color: #eeeeee;
    box-shadow: 0 0 3px #383838;
    border: 0;
    cursor: pointer;
    margin-bottom: 3px;
    float: right;
    margin: 0;
    position: relative;
}

.search-button:hover {
	background-color: #b3b3b3;
	color: white;
}

#searchform {
	margin: 0;
}

.nav-wrapper {
    display: flex;
    flex-direction: row;
	max-width: 1000px;
	width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	min-height: calc(100vh - 50px);
}

.post-column {
	width: 70%;
	display: inline-block;
	vertical-align: top;	
	padding: 0 10px;
	background-color: #fff;
	border-right: 1px solid #ccc;
    min-height: calc(100vh - 50px);
	margin: 0;
}

.search .post-column article,
.archive .post-column article,
.home .post-column article {
	padding: 15px 5px 30px 5px;
	margin: 15px;
	border-bottom: 1px solid silver;
}

.page .post-column article,
.single .post-column article {
	padding: 10px 15px;
}

.post-column article .post-title {
	font-size: 1.7em;
	text-decoration: none;
	color: #c0392b;
	font-weight: bold;
}

.home article .post-title,
.single article .post-title {
	margin-bottom: 0;
}

article .post-author {
	color: #7b7b7b;
	margin-bottom: 15px;
	display: block;
}

article .post-author a {
	color: gray;
}

/*.home .post-column article .post-title {
	text-decoration: underline;
}
*/

.post-column li,
.post-column p {
	font-size: 1em;
    line-height: 1.50em;
    margin: 20px 0;
}

.post-column iframe {
	max-width: 100%;
}

.archive-title,
.search-title {
	margin: 10px 0 0 15px;
/*    border-left: 4px solid #9a9a9a;*/
    padding: 10px 0;
/*    background-color: #f1f1f1;
    text-shadow: 0 1px 1px #fff;*/
}

.post-column .taxonomy-description {
	/*margin: 15px;*/
	padding: 10px 15px;
	background-color: #f1f1f1;
	border-bottom: 1px solid silver;
}

.searched-for {
	color: #0097a3;
}

.featured-image {
	float: right;
	margin: 0 0 10px 10px;
}

.entry-content h2 {
	color: #c0392b;
}

.entry-content img {
	max-width: 100%;
}

.entry-footer {
	clear: both;
}

.entry-footer a {
	text-decoration: none;
	color: #0296a4;
}

.sidebar-column {
	width: 29%;
	display: inline-block;
	vertical-align: top;
	background-color: #eee;
	padding: 10px;
}

.sidebar-column img {
	max-width: 100%;
}

.sidebar-column .widget {
	border-bottom: 1px solid #d2d2d2;
	padding: 0 0 20px 0;
	margin: 20px 0;
}

.main-post-navigation {
	margin: 1.5em 0;
    overflow: hidden;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 0;
}

.main-post-navigation a {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	padding: 10px;
	display: block;
/*	background-color: #2c3e50;*/
}

.main-post-navigation a:hover {
	color: #6d6d6d;
}

.main-post-navigation .older-posts {
	float: left;
}

.main-post-navigation .newer-posts {
	float: right;
}

.testimonial-title {
	font-size: 18px;
	text-align: center;
}

#testimonials {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

#testimonials h6 {
	color: #990000;
    font-size: 1.2em;
    margin: 25px 15px 5px 15px;
    text-align: center;
}

#testimonials img {
    float: left;
    padding: 0 15px 15px 15px;
}

.footer-information {
	text-align: center;
	padding: 0;
	color: #fff;
}

.footer-information a {
	color: #fff;
}

#footer {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #2c3e50;
	padding: 15px 0;
	font-size: 1.13em;
}

#footer-navigation {
	margin: 10px 0 35px 0;
	text-align: center;
}

#footer-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer-navigation ul li {
	display: inline-block;
	padding: 0 5px;
}

#footer-navigation ul li a {
	color: #fff;
}

/* Poll shortcode styling */

.poll-img {
    margin: auto;
    width: 100%;
}

.total-respondents {
    text-align: center;
    margin: 15px;
    font-weight: bold;
}

.percent {    
    position: absolute;
    height: 100%;
    background-color: #0091a9;
}

.entry-content > .question {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 5px;
    color: #333;
    text-align: left;
}


.response {
    background-color: #1f1f1f;
    padding: 15px 25px;
    border-radius: 5px;
    color: white;
    list-style-type: none;
}

.results {
    width: 100%;
    padding: 0;
    position: relative;
    height: 15px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.4) inset;
    background-color: #d8d8d8;
}

.answer-highlight {
	color: #ffa71e;
}
/* END Poll shortcode styling */

.entry-content .thank-you {
	color: #da0000;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 32px;
}

.special-note {
	background-color: #f2f2f2;
	padding: 10px;
	border-left: 6px solid #009aa6;
    border-right: 6px solid #009aa6;
    border-radius: 13px;
	font-size: 18px;
}

.content-divider {
	width: 100%;
	max-width: 600px;
	background-color: silver;
	height: 1px;
	margin: 20px auto;
	position: relative;
	color: white;
}

.section-header {
	font-size: 1.4em;
	margin-top: 30px;
	border-top: 1px solid silver;
	padding-top: 18px;
}

/* =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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.claim-free-issues-button {
    border: 0;
    background-color: rgb(160, 0, 23);
    padding: 9px 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 33px;
    font-size: 18px;
    max-width: 217px;
    width: 100%;
    box-shadow: 0 2px 2px rgb(56, 56, 56);
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 10px 0 0 20px;
    vertical-align: middle;
}

#gift-box-icon {
    width: 100%;
    max-width: 33px;
    display: inline-block;
    vertical-align: middle;
}

#mobile-login-button {
    display: block;
    height: 51px;
    /* background-color: #0191a9; */
    /* background-color: #c0392b; */
    background-color: #424242;
    color: #eee;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.8em;
    border-left: 1px solid #777; 
    border-right: 1px solid #000; 
    border-radius: 1px;
    margin: 0;
    padding: 0 12px;
}

#mobile-login-button:active {
    /* padding: 0;
    margin: 0; */
}

#mobile-login-button:hover {
    background-color: #292929;
}

.lock-icon {
    width: 13px;
    vertical-align: middle;
    fill: #eee;
    margin-bottom: 3px;
}


@media screen and (min-width: 1400px ) {
	header {
		max-width: 1400px;
		margin: 0 auto;
		border-left: 1px solid #cccccc;
    	border-right: 1px solid #cccccc;
	}

	.nav-wrapper {
		max-width: 1400px;
	}

	.container {
		max-width: 1400px;
	}

	#footer {
		max-width: 1400px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1000px ) {
	.sidebar-column,
	.post-column {
		padding-top: 20px;
	}
}

@media screen and (max-width: 880px ) {
	.sidebar-column,
	.post-column {
		padding-top: 40px;
    }
    
    #site-navigation ul {
        width: 100%;
	}

	#site-navigation ul li {
		display: block;
		width: 100%;
		background-color: #424242;
	}

	#site-navigation ul li a {
        width: 100%;
        border: 0;
	}

	#site-navigation .primary-menu {
		display: none;
	}

	#site-navigation .search-container {
	    width: 55%;
	    float: right;
	    margin: 4px 0;
	    padding: 0 3px 0 0;
	}

	#site-navigation .search-button {
		width: 26%;
    }
    
	.hamburger-button {
		display: inline-block;
    }
    
	#site-navigation .mobile-hidden {
		display: block;
	}

	#site-navigation .full-search-bar {
		width: 100%;
		padding: 3px 2px;
	}
}

@media screen and (max-width: 760px ) {
    .container {
        border: 0;
    }

	.post-column {
		width: 100%;
		padding-top: 50px;
	}

	.sidebar-column {
		float: none;
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 600px ) {
    #mobile-login-button {
        display: block;
        /* border-bottom: 1px solid #939393;
        border-top: 1px solid #000; */
    }

    .nav-wrapper {
        /* flex-direction: column; */
        justify-content: space-between;
    }

    #login.active input {
        display: block;
        margin: 10px auto;

    }

    /* #signup-div {
        position: initial;
        width: 100%;
        max-width: 100%;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        border-top: 1px solid silver;
    } */

    /* #login input[type="text"] {
        width: 100%;
	} */

    /* .login-button {
		width: 100%;
		font-size: 13px;
		padding: 5px 1px;
        margin: 0;
        height: 35px;
        box-shadow: none;
    } */
}

@media screen and (max-width: 500px ) {
    .page .post-column article, .single .post-column article {
        padding: 10px 5px;
    }
}

@media screen and (max-width: 400px ) {
    #login {
        left: -238px;
    }

    #mobile-login-button {
        border: 0;
    }

    #mobile-login-button span {
        display: none;
    }

    #menu-primary-nav {
        border-right: 1px solid #777;
    }
}