/*
Theme Name: The Branding Iron Elementor
Author: Timothy Hendershot
Description: Shell theme for Elementor by The Branding Iron.
Version: 1.0
Author URI: https://thebrandingiron.us/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
    display: block!important;
}

img, iframe {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

input:focus,textarea,select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.widget_media_image {
    text-align: center;
}

img {
    height: auto;
}

button:active, button:focus {
    border: inherit;
    outline: inherit;
}

a, a:visited, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0.5em 0em;
}

ul li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
}

.wp-block-image {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

img.centered, .aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a.alignnone img, .alignnone img {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft, a.alignright {
    max-width: 100%;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright img, img.alignright, .wp-caption.alignright {
    margin: 0 0 24px 24px;
}

@media all and (max-width: 600px) {
    .alignleft, .alignright {
        float: none!important;
        margin: 0px auto!important;
        display:block;
    }
}

#header-fixed {
    display: none;
    -webkit-animation: fade_in 0.25s 1;
    -moz-animation: fade_in 0.25s 1;
    -o-animation: fade_in 0.25s 1;
    animation: fade_in 0.25s 1;
    opacity: 1;
}

#header-fixed.show {
    display: block;
}

@keyframes fade_in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/********
* Theme
*********/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4,h5,h6 {
    font-size: 20px;
}

body {
    font-size: 16px;
    background-color: white;
    color: #4D4D4D;
    padding: 0px;
    font-weight: normal;
    font-style: normal;
}

/*Gravity Forms*/
.gform_wrapper input[type=submit] {
    cursor: pointer;
}

.gform_footer {
    text-align: center;
}

/*Projects List*/
.elementor-kit-7 .bi_projects_list h3 {
	font-family: var(--e-global-typography-9f36f77-font-family), Sans-serif;
	font-size: var(--e-global-typography-9f36f77-font-size);
	text-transform: var(--e-global-typography-9f36f77-text-transform);
	line-height: var(--e-global-typography-9f36f77-line-height);
	letter-spacing: var(--e-global-typography-9f36f77-letter-spacing);
	word-spacing: var(--e-global-typography-9f36f77-word-spacing);
}
.bi_projects_list h3:not(:first-of-type){
	margin-top:40px;
}

.bi_projects_list li.current {
	text-decoration:underline;
	font-weight:500;
	color:#263c42
}

.bi_projects_list ul {
	padding-left:1em;
}
nav.e-n-menu .bi_projects_list li.current {
	text-decoration:none;
}

nav.e-n-menu .bi_projects_list {
	width:300px;
	max-width:100%;
}

nav.e-n-menu .bi_projects_list h3 {
	margin-top:10px;
	text-align:center;
	font-size:18px
}
nav.e-n-menu .bi_projects_list h3:after {
	content:'';
	display:block;
	background-color: #a4a3a4;
	height:3px;
	width:100%;
}

nav.e-n-menu .bi_projects_list h3:not(:first-of-type){
	margin-top:10px;
}