/*
Theme Name:   Gala Child
Theme URI:    http://designerthemes.com/themes/gala/
Description:  Gala Child Theme
Author:       Jenn Moore
Author URI:   http://www.kitacreative.com
Template:     gala
Version:      1.0.0
Text Domain:  gala-child
*/

@import url("../gala/style.css");
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/*** body styles ***/
body {
	background: transparent url(images/aces-bg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #000;
	font-size: 100%;
}
a {
	color: #8e67ad;
}
a:hover {
	color: #000;
}
hr {
	display: inline-block;
	width: 100%;
	margin: 1em 0;
	clear: both;
}
.post-content img {
	height: auto;
}

/*** header ***/
#header {
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#header-title-wrap {
	border-color: #fff;
	border-bottom: 5px solid rgba(255, 255, 255, 0.5);
}
.page-title {
	color: #ffcb05;
	font-family: 'Montserrat', sans-serif;
}

/*** navigation ***/
#primary-menu ul a, 
#footer a, 
.portfolio-nav a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
#primary-menu ul a.active, 
#primary-menu ul a:hover, 
#footer a:hover, 
.portfolio-nav a:hover, 
#primary-menu ul 
.current_page_item a {
	color: #ffcb05;
}
#primary-menu ul li {
	margin-left: 15px;
}
.portfolio-nav {
	font-size: 70%;
}

/*** home slider ***/
.home-slider .slides_container {
	padding-bottom: 30px;
}
.home-slider {
	margin-top: 20px;
}
.home-slider .featured-image.fullwidth img {
	border-radius: 0;
	border: 10px solid #fff;
	width: 50%;
	height: auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.home-slider .pagination {
	padding-bottom: 0;
}

/*** home widgets ***/
#home-widgets .widget {
	color: #000;
}
#home-widgets .callout-box {
	position: relative;
}
#home-widgets .callout-box::before{
	content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #B8B8B8;
	position: absolute;
	left: 10px;
	top:5px;
}
#home-widgets .callout-box p {
	padding-left: 20px;
}
#home-widgets .callout-box::after{
	content: "";
}

/*** layout ***/
table {
	border: 1px solid #999;
	border-width: 3px 0 1px 0;
}
th, td {
	padding: 5px;
}
.callout {
	border: 2px solid #d6d6d6;
	padding: 10px;
}
.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.4;
	font-style: italic;
}

/*** portfolio ***/
#roundabout-wrap ul li img, 
.roundabout-moveable-item img {
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	border: 10px solid #fff;
}
/*#portfolio-wrap .featured-image {
	height: 300px;
	min-height: 300px;
	vertical-align: bottom;
	display: table-cell;
}
#portfolio-wrap .featured-image img {
	vertical-align: bottom;
}*/
.port-single .slides_container {
	margin-bottom: 50px;
}
.port-featured-img {
	max-width: 225px;
	float: right;
	margin-left: 30px;
}
.port-content {
	float: left;
	width: 725px;
}

/*** footer ***/
#footer-widgets, #footer {
	font-size: 80%;
}
#footer-widgets {
	padding: 50px 0 0;
}
#footer-widgets a, #footer a {
	color: #fff;
}
#footer-widgets a:hover, #footer a:hover {
	color: #ffcb05;
}
#footer-widgets .widget {
	color: #fff;
	text-shadow: none;
}
#footer-widgets .col.first {
	width: 100%;
}
#footer {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0, 0.5);
}
#footer-widgets .widget-title {
	color: #ffcb09;
}
#footer-widgets .button {
	display: inline-block;
	padding: 5px;
}
#footer-widgets .button.checkout {
	background: #ffcb09;
	background: -webkit-gradient(linear,left top,left bottom,from(#ffcb09),to(#d5a800));
	background: -webkit-linear-gradient(#ffcb09,#d5a800);
	background: -moz-linear-gradient(center top,#ffcb09 0%,#d5a800 100%);
	background: -moz-gradient(center top,#ffcb09 0%,#d5a800 100%);
	border-color: #a28000;
	color: #080701;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}
#footer-widgets .button.checkout:hover {
	background: #bc9400;
	background: -webkit-gradient(linear,left top,left bottom,from(#ffcb09),to(#bc9400));
	background: -webkit-linear-gradient(#ffcb09,#bc9400);
	background: -moz-linear-gradient(linear,left top,left bottom,from(#ffcb09),to(#bc9400));
	background: -moz-gradient(#ffcb09,#bc9400);
}

/*** shop styles ***/
body.woocommerce #container {
	padding-top: 20px;
}
#woo-content div.summary {
	width: 65%;
}
#woo-content div.images {
	width: 31%;
}
#woo-content ul.products li {
	width: 22%;
}
#footer-widgets .widget_shopping_cart_content ul.cart_list img {
	width: 90px;
} 
.shop-desc-sidebar, .shop-desc-sidebar .wp-caption, .shop-desc-sidebar .align-right {
	margin-bottom: 0;
	margin-top: 0;
}

/*** new portfolio styles ***/
#main .hugeitmicro-item {
	height: auto;
	border: none !important;
	background-color: transparent !important;	
}
#main .hugeitmicro-item div:first-child {
	height: 200px;
	overflow: hidden;
}
#main .hugeitmicro-item div:first-child img {
	width: auto !important;
	height: 100% !important;
	margin: 0 auto !important;
}
.hugeitmicro-item  div:last-child {
	text-align: center;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
}
.hugeitmicro-item  div:last-child .button-block {
	display: none !important;
}
.hugeitmicro-item div:last-child h3 {
	font-family: 'Montserrat', sans-serif;
	color: #8e67ad !important;
}
ul.active .right-block h3.title {
	font-family: 'Montserrat', sans-serif !important;
	color: #8e67ad !important;
	font-size: 24px !important;
}
ul.active li.active img {
	margin-bottom: 20px;
}

/*** media queries ***/

/* small screens only */
@media (max-width: 768px) {
}

/* small screens and up */
@media (min-width: 768px) {
}

/* medium screens */
@media (min-width: 992px) {
}

/* large screens */
@media (min-width: 992px) {
	ul.active {
		max-width: 60% !important;
		left: 20% !important;
	}
}