/*
Theme Name: UnderStrap
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
GitHub Theme URI: holger1411/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/holger1411/understrap
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
Version: 0.8.1
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!
*/

.shadow {
    text-shadow: 0 0 8px black;
}


.content_titles {
	color: #ffed00;
	text-align: left;
	font-family:Open Sans;
	font-weight:700;
	font-style:normal;
	font-size:33px;
	background: #000;
	padding: 20px;
	line-height: 25px;
}


.content_titles i {
	color: #fff;
}


.insta_load_more_main_div {
	display:none!important;
}

.textarea {
       background-color: black;
    
}
/*woocommerce skin */


/*button */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {    
	border-radius: 0px;
	background-color: #ffed00;
	color: #000;
}


/*price */
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ffed00;
	font-size: 2.25em;
	font-weight: 700;
}
/*header text */
.woocommerce div.product .product_title {
	color: #ffed00;
	font-weight: 700;}
	
element.style {
}
.lead {
    font-size: 1.25rem;
    font-weight: 800;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	background: #ffed00; 
	color: #000;
	}

.woocommerce-message {
   
    background-color: #f7f6f7;
    color: #515151;
    border-top: 5px solid #000;
    
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    font-weight: 700;
    border-radius: 0px;
    color: #fff;
    background-color: #000;
   
}

