/*
Theme Name: Causey Theme
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes / Tim Pehrson
Author URI: http://tidythemes.com/
Description: A custom theme by Tim Pehrson building on Blank Slate
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: causey-theme
*/

/* clean up visual garbage */
.post-edit-link, #branding, #comments {display:none}
html {width:100%; x-overflow:hidden}

/* dark theme */
html {background:#212529}

/* misc visual tweaks */
#container {min-height:240px}
#copyright {text-align:center; margin:2em 0 1em; opacity:0.6; font-size:80%}
a {text-decoration:none;}
a:hover {text-decoration:none}
.entry-title {margin-bottom:0.6em}

/* font */
html, body {font-family: 'Quicksand', sans-serif;}
h1.entry-title {font-weight:600; margin-top:1em}
h2, h3, h4 {font-weight:600}

/* menu branding */
.causey-menu-logo img {height:70px; margin:5px}

/* color branding */
.btn-primary {background:#0f85df}
.btn-primary:hover {background:#0d71be}
.causey-gold {color:#f39c12}
.causey-gold-bg {background-color:#f39c12}
footer a {color:white}
footer a:hover {color:white}
.causey-bubble {background:#eee; border-radius:6px}

/* contact form 7 styling */
.wpcf7-text, wpcf7-form label {width:100%}

/* right align the hamburger */
.navbar-toggler {margin-left:auto}


