/*
Theme Name: Understrap
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/

/* colors */
/*dark color best*/
.primarycolor1 { color:#3A5DAB;} 
.primarycolor1-bg { background-color:#3A5DAB;} 
/*dark color best*/
.primarycolor2 { color:#F36C23;} 
.primarycolor2-bg { background-color:#F36C23;} 
/*light color*/
.primarycolor3 { color:#C8C7C7;} 
.primarycolor3-bg { background-color:#C8C7C7;} 
/*light color*/
.primarycolor4 { color:#6b7cb7;} 
.primarycolor4-bg { background-color:#6b7cb7;} 
/*light color*/
.primarycolor5 { color:#959497;} 
.primarycolor5-bg { background-color:#959497;} 
/*light color*/
.primarycolor5 { color:#ffad26;} 
.primarycolor5-bg { background-color:#ffad26;} 


h2 {border-style: dotted; border-color:#F36C23; border-width: 1px 0px 1px 0px; color:#F36C23; padding:6px; line-height:1.4em !important;}
.vc_separator h4 {line-height:1.25em !important; color:#F36C23; font-size:2em !important;}
.vc_separator.vc_sep_color_grey .vc_sep_line { border-color:#3A5DAB;} 
.bg-inverse {background-color: #fff !important;}
/*.collapse {float:right;}*/
.navbar-dark .navbar-nav .nav-link {color:#333 !important;}
.nav-link {  margin-left: 20px !important;  margin-right: 20px !important;}


.vc_row {padding-top:30px; padding-bottom:30px;}
input, select, textarea {
padding: 10px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #707070;
  transition: box-shadow 0.3s;
  width:75%;
  -webkit-border-radius: 12px !important;
-moz-border-radius: 12px !important;
border-radius: 12px !important;}

.hide {display:none;}

.create-post {position:fixed; right:10px; top:10px; z-index: 1000;}

.banner-gradient {background: var(--Linear, linear-gradient(180deg, #F94E07 0%, #C43F07 100%));}

.nav { padding-top: 24px;}