/*
Theme Name: Spacious Child
Theme URI: https://themegrill.com/themes/spacious
Template: spacious
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Spacious is an incredibly spacious multipurpose responsive theme coded &amp; designed with a lot of care and love. You can use it for your business, portfolio, blogging or any type of site. It has 4 page layouts, 2 page templates, 4 blog display types, 13 widgets areas, 5 custom widgets focusing on business template, awesome slider, primary color option to match your logo &amp; website, boxed &amp; wide layout, light &amp; dark color skin, translation ready and many more. You can get free support in https://themegrill.com/support-forum/ and check the demo at https://demo.themegrill.com/spacious/.
Tags: one-column,two-columns,right-sidebar,left-sidebar,flexible-header,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,featured-images,theme-options,footer-widgets,blog,e-commerce,rtl-language-support
Version: 1.4.7.1507835224
Updated: 2017-10-12 15:07:04

*/

/* hide forum header */
#af-wrapper #forum-header-container-top, #af-wrapper .main-title {
    display:none !important;
}


/* underline link in blockquote */
blockquote a:hover, p a:hover, .entry-content li a:hover {
    text-decoration: underline !important;
}

/* header title */
h1#site-title, h3#site-title {
   font-family: 'Goudy Bookletter 1911' !important;
   font-size: 30px !important;
}

/* hide noticon next to user in top right of logged in page */
#wpadminbar ul li:last-child .ab-item {
	display: none !important;
}

/* shorten height of footer */
#colophon .widget {
    padding-bottom: 0;
    margin-bottom: 0;
}

#colophon .tg-one-fourth {
    padding-bottom: 1px;
}

/* shorten top padding for main nav */
.main-navigation a {
	padding: 0 0 0 0 !important;
}

/* Hide Order Notes on checkout */
.woocommerce-additional-fields {
  display: none;
}

/* hids USD on donation form */
.asp_product_item_amount_currency_label {
	display: none !important;
}

.yellow .call-to-action-button {
	background-color: #66ff66 !important;
	color: #000 !important;
}

.yellow .call-to-action-button:hover {
	background-color: #99ff99 !important;
	color: #000 !important;
}



/* hide pulldown menu for number of products to put in cart */
.quantity {
	display:none !important;
}


/* make hover state of call to action button white */
a.call-to-action-button:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

/* height for menu */
#header-text-nav-wrap {
padding-bottom: 0px !important;
}



/* header background color */
div#header-text-nav-container {
    background: #eaf17b;
}

.main-navigation ul li ul, .main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover {
	background: none repeat scroll 0 0 rgba(234, 241, 123, 1) !important;
}

/* woocommerce catalog image size */
.woocommerce ul.products li.product a img {
    width: 60% !important;
}


/* call to action border edit */
.call-to-action-content-wrapper {
    border-width: 0px !important;
    border-style: none !important;
    border-color: #ffffff !important;
    padding: 0 0 8px 0 !important;
    background-color: #ffffff !important;
}

.call-to-action-button {
	float:left !important;
}

/* hide white footer */
.footer-socket-wrapper {
	display: none;
}

/* make lists have dots and padding */
.page-description ul, .term-description ul {
	list-style-type: disc !important;
	padding-left: 18px !important;
}

li {
	padding: 8px 0 8px 12px !important;
}

.products li {
	padding: 0 !important;
}


/* control line height of woo variations label */
.variations td {
	line-height:inherit !important;
}


/* create space bet number of members and number of items for cart. */
.single_variation_wrap {
	padding-top: 16px !important;
}

#tab-description h2{
	display:none !important;
}

/* hide product category */
.product_meta {
	display:none !important;
}

blockquote {
	border: none !important;
	background-color:#eeeeee !important;
}

/* change font size for document titles */
#woo__multi__layout__242 h2.woocommerce-loop-product__title  {
	font-size: 16px !important;
}

/* kill margin under call to action widget */
.widget_call_to_action {
    margin-bottom: 0px !important;
}