@charset "UTF-8";
/* CSS Document */
/*

Theme Name: Unite Child
Theme URI: http://colorlib.com/wp/unite
Author: Jigsaw Genealogy
Author URI: http://www.jigsaw-genealogy.com
Description: Unite-Child is a child theme of Unite, a clean, modern and fully responsive WordPress wedding theme built using Bootstrap 3 which makes it optimized for tablets and mobile. It is a highly customizable eCommerce theme with unlimited color variations that can be tweaked via simple yet powerful Theme Options. Theme has a built-in Popular Posts Widget, Infinite Scroll (powered by Jatpack) and translation support. It's now available in German and French. Theme features fancy image slider, SEO friendly structure, logo support, social links and widgetized homepage.  This theme was built to be used for wedding related websites but can be tweaked to be used as any other image-centric blog such as travel. Unite theme now supports WooCommerce to create your own eStore.
Version: 1.6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Template:unite
This theme, like WordPress, is licensed under the GPL.

Unite is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/

@import url("../unite/style.css");

/*  COLORS
Gold - #FBAF3C;
Red - #F2623D;
Lt. Green - #7ABD8F;
Dk. Green - #468967;
Brown - #4C1C1C;
Darker Orange: #FF6417;
*/
.woocommerce ul.product_list_widget li a{
color:#4C1C1C;
text-transform:uppercase;
}
.woocommerce ul.product_list_widget li a:hover{
color:#FF6417;
text-transform:uppercase;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    box-shadow: none;
    float: left;
    height: auto;
    margin-right: 6px;
    width: 48px;
border: solid #ffffff thin;
}

a {
  color: #7abd8f;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #4C1C1C;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 100;
	color: #468967;
}

.jgtitle {
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#ffffff;
	margin-bottom:0px;
	font-size:16px;
}

.jgsubtitle, .jgsubtitle a, .jgsubtitle a:visited{
	color:#4C1C1C;
	margin-bottom:5px;
	margin-top:-5px;
        font-size:12px;
        font-style:italic;

}
.jgsubtitle a:hover, .jgsubtitle a:focus{
	color:#F2623D;
	margin-bottom:0px;
	margin-top:-5px;
        font-size:12px;
        font-style:italic;
	text-decoration:underline;

}

.jgtitle1 {
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#FF6417;
	margin-bottom:0px;
	font-size:16px;
}

.jgsubtitle1{
	color:#4C1C1C;
	margin-bottom:0px;
	margin-top:-5px;
        font-size:16px;
        font-weight:bold;
}

#secondary {
padding:10px;
background-color:#FBAF3C;
color:#4c1c1c;
}


h3.widget-title {
color:#f2623d;
border-bottom: 1px solid #f2623d;
font-weight:bold;
}
input[type="search"] {
    -moz-box-sizing: border-box;
-moz-border-radius:20px;
border:thin solid #f2623d;
color:#f9c67a;
   font-style:italic;
	
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #f2623d;
border:thin solid #f9c67a;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.50);

}
input[type="search"] {
    -moz-box-sizing: border-box;
    border: thin solid #F2623D;
    color: #F9C67A;
    font-style: italic;
text-align:center;
}