/*
Theme Name: UnderStrap
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as parent theme. It is up to you. Including Font Awesome support, build-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundelt with this install file. Just donwload the .zip, extract it and run "npm install", "bower install" and "gulp copy-assets" inside the extracted /understrap folder. 
That downloads everything and move it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
Version: 0.4.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after "gulp copy-assets" terminal command

...and now go out and play!
*/

/* 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;}

