/*
Theme Name: Under My Wing Pug Rescue
Theme URI: http://undermywingpugrescue.com/
Author: Troy Templeman
Author URI: http://troytempleman.com/
Description: A custom WordPress theme for Under My Wing Pug Rescue.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: undermywingpugrescue
Tags:
*/

/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'ArialRoundedBold';
    src: url('fonts/ArialRoundedBold.eot');
    src: url('fonts/ArialRoundedBold.eot') format('embedded-opentype'),
         url('fonts/ArialRoundedBold.woff2') format('woff2'),
         url('fonts/ArialRoundedBold.woff') format('woff'),
         url('fonts/ArialRoundedBold.ttf') format('truetype'),
         url('fonts/ArialRoundedBold.svg#ArialRoundedBold') format('svg');
}
/*--------------------------------------------------------------
Main
--------------------------------------------------------------*/
html {
	font-size: 100%;
}
body {
	background-color: #f1efed;
	padding-top: 2em;
}
body, input, button, select, textarea {
	color: #555;
	font-family:'Varela Round', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em; /* 16px / 16 */
	line-height: 1.5em; /* 24px / 16px */
}
h1,h2,h3,h4,h5,h6,hgroup,ul,ol,dd,p,figure,pre,table,fieldset,hr,p img {
	margin: 0 0 1.5em 0;
}
.top-align {
	vertical-align: top !important;
}
/*--------------------------------------------------------------
Headings  http://drewish.com/tools/vertical-rhythm/
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-family:'ArialRoundedBold',"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	letter-spacing: -2px;
}
h1 {
	font-size: 3em; 
	line-height: 1em; 
	margin-bottom: 0.5em;
}
h2, .entry-title, .shopping_cart h2 {
	font-size: 2.25em; 
	line-height: 1em; 
	margin-bottom: 0.55em;
}
h3 {
	font-size: 1.875em; 
	line-height: 1em; 
	margin-bottom: 0.55em;
}
h4,h5,h6 {
	font-size: 1.5em; 
	line-height: 1em; 
	margin-bottom: 0.55em;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
	color: #5a4e41;
}	
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover {
	color: #897764 !important;
	text-decoration: none !important;
}
/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #0095b2;
	outline: 0 !important;
}
a:hover {
	color: #0095b2;
	text-decoration: underline;
}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.btn, .form-submit .submit, #nav-below .nav-previous a, #nav-below .nav-next a, .wp_cart_button_wrapper input[type=submit] {
	padding: 7px 11px;
	display: inline-block;
}
.btn-default {
	color: #fff;
	font-size: 1em;
    background-image: none;
    border: none;
	border-radius: 0;
	background-color: #897764;
	text-shadow: none;
	box-shadow: none;
}
.btn-default:focus,.btn-default:hover {
	color: #fff;
    background-color: #5a4e41;
}
.btn-primary, .submit, #nav-below .nav-previous a, #nav-below .nav-next a, .wp_cart_button_wrapper input[type=submit] {
	color: #fff;
	font-size: 1em;
    background-image: none;
    border: none;
	border-radius: 0;
	background-color: #0095b2;
}
.btn-primary:focus,.btn-primary:hover, .submit:hover, #nav-below .nav-previous a:hover, #nav-below .nav-next a:hover, .wp_cart_button_wrapper input[type=submit]:hover {
    background-color: #26798a;
	text-decoration: none;
}
#nav-below .nav-previous a, #nav-below .nav-next a {
	background-color: #897764;
}
#nav-below .nav-previous a:hover, #nav-below .nav-next a:hover {
    background-color: #5a4e41;
}
.btn-lg {
	font-size: 1.375em;  
	padding: 9px 16px 10px;
}
.btn-link, .btn-link:hover {
	color: #0095b2;
}

/*--------------------------------------------------------------
Logo
--------------------------------------------------------------*/
.site-title {
}
.site-title a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url('images/under-my-wing-pug-rescue.png') no-repeat 0 0;
	width:257px;
	height:100px;
}

/*--------------------------------------------------------------
Masthead
--------------------------------------------------------------*/
#header {

}
#header .widget_search {
	margin-bottom: 0;
}
#header #searchform {
	text-align: right;
	margin: 0.4em 0 0.25em 0.75em;
}
#header .assistive-text {
	display: none;
}
#header .top-text {
	text-align: right;
}
#header .search-box {
	display: inline-block;
}
#header .saved p {
    font-family: "ArialRoundedBold","Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.5em !important;
    letter-spacing: -0.15px;
    text-transform: uppercase;
    color:#0095B5;
    display: inline;
    margin-bottom: 0;
}
#header .shopping-cart {
	display: inline-block;
	float: right;
}
#header .shopping-cart .widget {
	margin: 0;
}
#header .shopping-cart a {
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background:url('images/shopping-cart.png') no-repeat 0 0;
	width:44px;
	height:33px;
	margin: 0.4em 0 1.75em 1.5em;
}
#header #searchform #s  {
	display:inline-block;
	border: 1px solid #e3e0dc !important;
	width: 276px;
	height: 33px;
	border: none;
	padding: 7px 10px 8px;
	margin: 0 4px 0 20px;
	color: #747474;
}
#header #searchform #searchsubmit  {
	display:inline-block;
	width:33px;
	height:33px;
	text-indent:-9999px;
	overflow: hidden;
	background:url('images/search.png') no-repeat;
	border: none;
}
#header .social-networks {
	float: right;
	margin-top: 0.4em;
	margin-bottom: 0;
}
#header .social-networks .facebook {
	display: inline-block;
	position: relative;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background:url(images/facebook.gif) no-repeat 0 0;
	width:32px;
	height:32px;
	margin-left: 8px;
}
#header .social-networks .twitter {
	display: inline-block;
	position: relative;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background:url(images/twitter.gif) no-repeat 0 0;
	width:32px;
	height:32px;
	margin-left: 4px;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.widget_nav_menu {
	margin-bottom: 0 !important;
	height: 40px;
	text-align: left;
}
.menu {
	list-style: none;
	padding: 0;
	margin:0;
}
.menu,
.menu > ul {
	display: inline-block !important;
	float: right;
}
.menu {
	text-indent: 0;
}
.menu li a,
.menu li {
	display: inline-block;
	text-decoration: none;
	color: ;
}
.menu li a {
	font-family:"ArialRoundedBold","Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	letter-spacing: -0.15px;
	font-size: 0.95em;
	text-transform: uppercase;
	color: #5a4e41;
	padding: 6px 16px;
}
.menu li a:hover {
	color: #fff;
	background-color: #897764;
}
.menu li {
	margin: 0;
	position: relative;
	float: left;
}
.menu li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 2;
}
.menu ul li:last-child {
	padding-bottom: 13px;
	background-color: #897764;
}
.menu li ul ul {
	top: 0;
	left: 100%;
}
.menu li:hover > ul {
	border-left: 0;
	display: block;
}
#footer .menu li:hover > ul {
	display: none;
}
.menu li ul li a {
	background: #897764;
	color: #fff;
	min-width: 250px;
	display: block;
	padding: 7px 16px 9px;
	white-space: normal;
	border-radius: 0;
}
.menu li ul li a:hover {
	background-color: #5a4e41;
	color: #fff;
}
.menu .current-menu-item > a,
.menu .current-menu-ancestor > a,
.menu .current_page_item > a,
.menu .current_page_ancestor > a {
}
.responsiveMenuSelect {
	background: #fff;
	border: none;
	padding: 6px 8px;
	height: 32px;
	margin: 4px 0;
}

/*--------------------------------------------------------------
Banner
--------------------------------------------------------------*/
#wrapper-2 {
	border-top: 4px solid #fff;
	background: rgb(195,195,195);
	background: -moz-linear-gradient(top,  #c3c3c3, #fff);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#c3c3c3), color-stop(#fff));
	background: -webkit-linear-gradient(top,#c3c3c3, #fff);
	background: -o-linear-gradient(top, #c3c3c3, #fff);
	background: -ms-linear-gradient(top, #c3c3c3, #fff);
	background: linear-gradient(to bottom, #c3c3c3, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#ffffff',GradientType=0 );
	margin-bottom: 2.45em;
}
#wrapper-2 #container-2 {
	background: url("images/pug.png") bottom right no-repeat;
	background-size: 17.7% auto;
} 
.home #wrapper-2 #container-2 {
	background: none;
} 
.home #wrapper-2 #container-2 {
	background-position: bottom right;
	background-size: 42% auto;
}
#wrapper-2 .banner{
	padding: 3.3em 0 2.4em;
	min-height: 10.2em;
}
.home #wrapper-2 .banner{
	padding: 2em 0 1.4em;
}
#wrapper-2 .banner .lead{
	padding-right:5.6em;
	margin-bottom: 1.3em;
}
.banner-text .lpcodewidget {
	margin-right: -5.7em;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: 39.98%;
	float: right;
}
.home .carousel-inner>.item>a>img, .home .carousel-inner>.item>img {
	width: auto;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.banner-picture .widget {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
Homepage
--------------------------------------------------------------*/
.home-pugs .thumbnail {
	float: left;
	margin-right: 1.5em;
	margin-top: 0.25em;
}
.home-pugs .widgettitle,.home-events .widgettitle {
	margin-bottom: 0.65em;
}
.home-pugs article {
	border-bottom: 1px dotted #c8c2b9;
}
.home-events ul {
	list-style: none;
	padding: 0;
}
.home-events ul li {
	padding-bottom:1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #c8c2b9;
}


/*--------------------------------------------------------------
Breadcrumb Trail
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 0 0 0.45em;
	border-bottom: 1px dotted #c8c2b9;
	margin-bottom: 1.85em !important;
}
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.widgettitle {
	text-transform: lowercase;
}
.page-title {
	text-transform: capitalize;
}
.home .page-title {
	text-transform: none;
	padding-right: 0.65em;
}
.page .entry-title {
	display: none;
}
.pug-featured-images {
	width: 51.7%;
	float: left;
	margin-right: 16px;
}
#nav-above {
	display: none;
}
#nav-below {
	clear: both;
	overflow: auto;
}
#nav-below .assistive-text {
	display: none;
}
#nav-below .nav-previous {
	float: left;
}
#nav-below .nav-next {
	float: right;
}
.entry-meta {
	margin-bottom: 1.5em;
}
article {
	clear: both;
	overflow: auto;
	margin-bottom: 1.5em;
}
.lead {
	font-size: 1.375em; 
	line-height: 1.3em; 
	letter-spacing: -0.5px;
}
.comment-subscription-form {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Images
--------------------------------------------------------------*/
.pug-featured-images img, img.alignleft, img.alignright, img.aligncenter, img.alignnone, .project img, .featured-ad img {
	background-color: #fff;
	padding: 5px;
}
.pug-featured-images img {
	margin-bottom: 32px;
}
img.alignleft {
	float: left;
    margin: 6px 32px 24px 0 !important;
}
img.alignright {
	float: right;
    margin: 6px 0 24px 32px !important;
}
img.aligncenter {
    margin: 6px auto 24px !important;
}
img.alignnone {
	display: block;
    margin: 6px 0 24px !important;
}
img.size-full {
	max-width: 738px;
	height: auto;
}
.thumbnail {
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Checkout
--------------------------------------------------------------*/

.shopping_cart {
	font-size: inherit;
}
.shopping_cart img {
  	display: none;
}
.shopping_cart table th, .shopping_cart table td {
    padding: 0.75em 0;
    border-bottom: 1px dotted #c8c2b9;
}
.shopping_cart table .wpspsc_checkout_form {
	text-align: right;
}
.shopping_cart table .wpspsc_checkout_form td {
	border: none;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#footer {
	padding-top: 2em;
	border-top: 4px solid #fff;
	background: #dbd7d1;
	padding-top: 1.8em;
}
#footer .copyright {
	color: #4f4237;
	font-size: 0.7em;
	line-height: 1.6em; 
}
#footer .copyright a, #footer .copyright a:hover  {
	color: #4f4237;
}
#footer .menu {
	margin: 4.2em 0 2.15em;
}
#footer .social-networks {
	clear: both;
	text-align: right;
}
#footer .share-title { 
	display: inline-block;
	margin-right: 0.5em;
}
#footer .addthis_sharing_toolbox { 
	display: inline-block;
	vertical-align: text-bottom;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 767px) { /* Phone */
		
	.widget_nav_menu {
		margin-bottom: 1.5em !important;
	}
	.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
		width: 100%;
	}
	#header .saved {
	    display: none;
	}	
	#header #searchform {
		display: none;
	}
	#header .shopping-cart {
		display: none;
	}
	#header .social-networks {
		display: none;
	}
	.home #wrapper-2 #container-2  {
		background: none;
	}
	#wrapper-2 .banner .lead {
		padding-right: none;
	}
	.pug-featured-images {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	#footer .responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
		margin: 0 !important;
	}
	#footer .social-networks {
	float: left;
	}
	
}
@media screen and (max-width: 991px) { /* Phone, Tablet and Small Desktop */

	#header #searchform #s {
		width: 177px;
	}
	#wrapper-2 .banner .lead {
		padding-right: 1.5em;
	}
		
}
@media screen and (max-width: 1199px) { /* Phone, Tablet, Small Desktop and Large Desktop */
	
	.btn {
		margin-bottom: 0.25em;
	}
	#footer .copyright {
		margin-right: -9em;
	}
	
}
@media (min-width: 768px) { /* Tablet, Small Desktop and Large Desktop */
	
}	
@media (min-width: 768px) and (max-width: 991px) { /* Small Desktop */
	
	.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
		width: 80% !important;
		margin-top: -0.5em;
		float: right;
	}
	#footer .responsiveSelectContainer select.responsiveMenuSelect, #footer select.responsiveMenuSelect {
		margin: 4.2em 0 2.15em !important;
	}	
	
}	
@media (min-width: 992px) and (max-width: 1199px) { /* Large Desktop */
	
	.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
		display: none !important;
	}
	#header #searchform #s {
		width: 182px;
	}
	
	.menu li a {
		padding: 6px 8px;
	}	
	
}	
@media (min-width: 1200px) { /* Larger than Large Desktop */

	.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
		display: none !important;
	}

}	
