/*
Theme Name: Bizmktg.com Elementor
Author: Timothy Hendershot
Description: Shell theme for Elementor by Bizmktg.com.
Version: 1.0
Author URI: https://bizmktg.com/
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;
}

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: center;
}

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

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;
    }
}

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

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

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

body {
    font-size: 18px;
    background-color: white;
    color: #4D4D4D;
    padding: 0;
	margin: 0;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#header-fixed {
	display:none;
}
#header-fixed.show {
	display: block;
	width: 100%;
}

/*Gravity Forms*/
.gform_footer {
    text-align: center;
    justify-content: center;
}
.gform_wrapper input[type=submit] {
    cursor: pointer;
}

.gform_wrapper ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

.gform_wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

.gform_wrapper ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}

.gform_wrapper .validation_message,
.gform_wrapper .gform_submission_error  {
    color:#FF0000;
}

.gform_wrapper .gfield_visibility_hidden {
    display: none;
}

.gform_wrapper ul {
	list-style:none;
	margin:0;
	padding:0;
}

.gform_wrapper ul>li {
	margin:0;
	padding:0;
}

/*Elementor Fixes*/
.elementor-widget-text-editor h1:first-child, .elementor-widget-text-editor h2:first-child, .elementor-widget-text-editor h3:first-child, .elementor-widget-text-editor h4:first-child, .elementor-widget-text-editor h5:first-child, .elementor-widget-text-editor h6:first-child, .elementor-widget-text-editor p:first-child {
    margin-top: 0px;
}

.elementor-widget-text-editor h1:last-child, .elementor-widget-text-editor h2:last-child, .elementor-widget-text-editor h3:last-child, .elementor-widget-text-editor h4:last-child, .elementor-widget-text-editor h5:last-child, .elementor-widget-text-editor h6:last-child, .elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}