/*
Theme Name: giftables
Theme URI: http://easyweddings.com.au/webdesign
Author: Easy Weddings
Author URI: http://easyweddings.com.au/webdesign
Description: Responsive theme
Version: 1.9.9.5
*/

@import url("css/foundation.css?v=1.9.9.5");
/*************** ADD CUSTOM CSS HERE  ***************/
.widget_product_categories li a {
  color: #1272c7;
}
.widget_product_categories li ul li a {
color: #777;
}
.widget_product_categories li.current-cat > a {
    color: #1272c7;
}
.social-icons.size-small .icon, #top-bar .social-icons .icon {
  font-size: 15px;
}
.social-icons.size-small .icon, #top-bar .social-icons .icon {
  padding: 5px;
}
#text-2 {
  background: none repeat scroll 0 0 #eee9e8;
  border-radius: 10px;
  padding: 10px;
}
#text-2 .social-icons.size-normal {
  display: inline;
}
#text-2  .social-icons .icon {
  background: none repeat scroll 0 0 #555555;
  border: 0 solid #ccc;
  color: #ffffff;
}
.wide-nav {
  display: none;
}
.top-divider {
  border-top: 2px solid #7b7979;
}
.footer-info {
  background: url("css/header-bg.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 21px;
  padding: 20px;
  text-transform: uppercase;
}
.pluginConnectTextDark {
  color: #fff !important;
}
.footer {
  border-top: 0px solid #1272C7;
}
#top-bar {
  background: url("css/header-bg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0) !important;
  color: #fff;
  font-size: 20px;
  padding: 13px 0;
  text-transform: uppercase;
}
#masthead .right-links > ul {
  position: relative;
}
.header-nav .html-block {
  position: absolute;
  right: 0;
  top: 50px;
}
#masthead.stuck .right-links .header-nav .html-block {
  display: none !important;
}
.widget-title {
  font-size: 140%;
}
#yith-ajaxsearchform button {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #000;
}
.wpcf7-textarea {
  height: auto;
}

h3.section-title span {
  border-bottom: 2px solid #7b7979;
}
.tx-div.small {
  width: 100%;
}


@media only screen and (max-width: 48em) {
/*************** ADD CUSTOM MOBILE CSS HERE  ***************/


}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}