/*
Theme Name: UnderStrap
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
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 a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves 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/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.8.9
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
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 running "gulp copy-assets" terminal command

...and now go out and play!
*/
#homeblog .vc-gitem-zone-height-mode-auto:before {
    padding: 0 !important;
}
#blog #homeblog p {
    color: #fff;
}
.wpb_text_column.lightbox p {
    padding: 0;
    margin: 0;
}
.wpb_text_column.lightbox img {
    cursor: pointer;
    border: 3px solid #ececec;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    padding: 20px 30px;
    background: #c04a16;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    margin: 90px 25px 0 0;
    border: none;
}
.teal a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    background: #35abb5;
}
.red a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    background: #c04a16;
}
body .h1, body .h1-new{
    font-size:64px !important;
}
body h1 {
    font-size:64px;
}
body .h2,.body h2-new{
    font-size:52px !important;
}
body h2 {
    font-size:52px;
}
body .h3,body .h3-new{
    font-size:44px  !important;
}
body h3{
    font-size:44px ;
}
body .h4, body.h4-new{
    font-size:36px !important;
}
body h4{
    font-size:36px;
}
body .h5, body .h5-new{
    font-size:30px !important;
}
body h5{
    font-size:30px;
}
body .h6, body .h6-new{
    font-size:28px !important;
}
body h6{
    font-size:28px;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  padding: 14px 14px;
  text-align: center;
}
.aqua a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    background:#35abb5;
}
.aqua a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background:#56c1ca;
}
.ochre a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    background:#8b731e;
}
.ochre a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background:#00748d;
}
.teal a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    background:#00748d;
}
.teal a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background:#8b731e;
}
.rust a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    background:#c04a16;
}
.rust a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background:#89731e;
}
.rust {
  color: #c2481c;
}
.gray {
  color: #999;
}
.teal {
  color: #00748d;
}
.ochre {
  color: #745b20;
}
.introtext p {
  font-size:36px;
  line-height: 1.4;
  font-weight: 400;
  color: #201c1b;
}
p {
  font-size:22px;
  line-height: 1.6;
  font-weight: 400;
  color: 696969
}
