/*
Theme Name: WR Nitro Child
Theme URI: http://www.woorockets.com/themes/nitro
Author: WooRockets Team
Author URI: http://www.woorockets.com/
Description: Nitro - the only WordPress eCommerce theme you will need for any WooCommerce projects. Nitro theme comes with ready to use layouts for different ecommerce industries such as fashion, electronics, furniture, digital, sports, jewelry and other. Nitro represents what WooCommerce customers want to see in a theme including intuitive design (UX), robust performance (loading speed) and eCommerce functionalities (boosting sales).
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wr-nitro
Text Domain: wr-nitro

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/* === COLORS ===

Pink:    #e68699;
Tan:     #d69a2d;
black:   #231f20;

purple:  #452c7d;
blue:    #447cc7;
red:     #BC1027;

font-family:  NUNITO
Headings: STRAWHOUSE

Neon effect: 
	color: #fff;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;


=================== */


/* === typography on woocommerce pages === */


/* = Header = */
.site-title {
	padding-top: 80px;
    	padding-bottom: 80px;
    	min-height: 214px;
    	/*background-color: #f2f2f2;*/
    	/*color: #646464;*/
	
    	background-image: url(https://www.voodoodoughnut.com/wp-content/uploads/2017/04/special-occasions-hero.jpeg);
        background-size: cover;
    	background-repeat: no-repeat;
    	background-position: left top;
    	background-attachment: scroll;
}

div.title-desc h1 {
	color: #fff;
}

.title-desc {
	color: rgb(255,255,255) !important;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #447cc7, 0 0 30px #447cc7, 0 0 40px #447cc7, 0 0 55px #447cc7, 0 0 75px #447cc7;
	font-weight: 500;
}


/* = Product Title = */
h3.mg0 {
   	font-family: Nunito, Helvetica, sans-serif;
	letter-spacing: 0px;
}


/* === WooCommerce Product Category Page === */

/* = Gift Certificate styles */

/*img.attachment-450x450.size-450x450.wp-post-image {
	padding: 50px 50px;
}*/


#wpsl-wrap #wpsl-stores, #wpsl-wrap  #wpsl-direction-details, #wpsl-wrap  #wpsl-gmap {
height: 800px !important;
}
#wpsl-gmap img[src*="red@2x"] {
    display: none !important;
}

.orderOnlineButton {
  background-color: #fff;
  color: #D69A2D;
  border-radius: 10px;
  padding: 10px 25px;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
