/*
Theme Name: Balloon Twister NZ
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/

html {
       overflow-y: scroll;
}

body {
	font-family: Open Sans;
}

#top-wrapper {
	background: #000;
}

#top-elements {
	height: 185px;
	background: #000;
}

#top-elements * {
	color: #fff;
}

#top-elements .phone-number {
	padding-top: 10px;
}

#logo, #logo .site-name a {
	padding-left: 20px;
	padding-top: 10px;
	height: 150px;
	width: 150px;
}

#logo h1 a, #logo .site-name a  {
	height: 150px;
	width: 150px;
}

#logo .site-name a {
	padding-top: 0px;
}

.social-media-area .udesign-woocommerce-my-cart {
	margin-top: 12px !important;
}

#search input.blur {
	color: #fff;
}

#navigation-menu {
	width: 100%;
	font-size: 16px;
}

#dropdown-holder {
	background: #d91c2f;
}

#main-menu {
	background: #d91c2f;
}

ul.main-top-menu {
	width: 735px;
}

#navigation-menu > ul.sf-menu {
	margin-right: 45px;
}

#navigation-menu ul.sf-menu > li > a > span, #navigation-menu .sf-menu a, #navigation-menu .sf-menu a:visited {
	color: #fff;
}

#navigation-menu ul.sf-menu > li.current-menu-item > a > span, #navigation-menu ul.sf-menu > li.current_page_item > a > span {
	color: #fff;
}

#navigation-menu ul.sf-menu > li > a:hover, #navigation-menu ul.sf-menu > li > a:hover span {
	color: #000;
}

#navigation-menu ul.sf-menu > li.current-menu-item > a > span:hover, #navigation-menu ul.sf-menu > li.current_page_item > a > span:hover {
	color: #000;
}

#navigation-menu ul.sf-menu > li > a {
	padding-right: 0px;
}

#navigation-menu ul.sf-menu > li > a > span {
	padding-left: 0px;
}

#navigation-menu ul.sf-menu > li {
	padding: 0 15px 0 15px;
}

.no-breadcrumbs-padding {
	display: none;
}

a {
	color: #d91c2f;
}

#home-page-content #content-container {
	padding-top: 10px;
	padding-bottom: 30px;
}

#home-page-content {
	padding-bottom: 40px;
}

.entry {
	padding-top: 0px;
	padding-bottom: 30px;
}

p {
	font-family: Open Sans;
	font-size: 14px;
	line-height: 25px;
}

#clearfix:after {
  content:"";
  display:table;
  clear:both;
}

h1 {
	margin-bottom: 5px;
}

.post-top {
	margin-top: 15px;
}

.home-boxes {
	float: left;
	width: 100%;
}

#book-box, #shop-box {
	width: 45%;
	float: left;
	margin-top: 20px;
}

#book-box h2, #shop-box h2 {
	font-size: 26px;
	margin-left: 10px;
	float: left;
}

#book-box img, #shop-box img {
	float: left;
	height: 85px;
}

#about-left {
	width: 40%;
	float: left;
}

#about-right {
	width: 55%;
	float: left;
	margin-left: 5%;
}

#about-right img {
	border: 1px solid #d91c2f;
	width: 99%;
}

.ngg-gallery-thumbnail-box {
	width: 22.05%;
	margin-right: 2.95% !important;
	margin-bottom: 10px;
}

.ngg-gallery-thumbnail {
	width: 100%;
}

.ngg-gallery-thumbnail img {
	max-width: 100% !important;
	margin: 2px 0 2px 2px !important;
}

.ngg-gallery-thumbnail img:hover {
	background: #000 !important;
}

#page-title {
	margin-top: 15px;
}

#commentform input {
	color: #fff;
}

#contact-left {
	width: 50%;
	float: left;
}

#contact-right {
	width: 45%;
	float: left;
	margin-left: 5%;
	margin-top: 10px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
	width: 99%;
	padding: 3px;
}

textarea {
	height: 100px;
}

span.wpcf7-list-item {
	display: block;
	width: 48%;
	float: left;
}

input[type="submit"] {
	background: #d91c2f;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 5px;
	box-shadow: none;
	text-shadow: none;
	border: 2px solid #d91c2f;
}

input[type="submit"]:hover {
	background: #000;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 5px;
	box-shadow: none;
	text-shadow: none;
	border: 2px solid #d91c2f;
}

div.wpcf7-response-output {
  margin: 10px 0 10px 0;
  padding: 0px;
  text-align: center;
 }

div.wpcf7-mail-sent-ok {
	border: none;
}

p.enquiry {
	float: left;
	margin-bottom: 10px;
}

.captcha {
	width: 160px;
	margin: 0 auto;
	margin-bottom: 10px;
	height: 25px;
}

.captchacode {
	width: 90px;
	float: left;
}

.captchainput input[type="text"] {
	width: 100px;
	float: left;
}

.captcha-img {
    float: left;
    width: 80px;
    height: 30px;
}

.captcha-text {
    float: left;
    width: 75px;
    margin-left: 5px;
}

#footer-bg {
	background: #000;
	border-top: 8px solid #d91c2f;
	font-size: 12px;
	color: #fff;
	height: 130px;
	padding-top: 10px;
}

#footer p {
	font-size: 12px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #d91c2f;
}

ul.footer-nav, ul.footer-contact {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

ul.footer-nav li {
	display: inline-block;
	list-style: none;
	margin-left: 0px;
}

ul.footer-nav li:after {
	content: "|";
	color: #d91c2f;
	padding-left: 15px;
	padding-right: 15px;
}

ul.footer-contact li {
	display: inline-block;
	list-style: none;
}

ul.footer-contact li:first-child {
	margin-left: 0px;
}

ul.footer-nav li:last-child:after {
	content: none;
}

ul.footer-contact img {
	height: 15px;
	width: auto;
	margin-right: 10px;
}

p.footer {
	text-align: center;
	text-transform: uppercase;
	padding-top: 0px;
}

strong.red {
	color: #d91c2f;
	padding: 0 3px 0 3px;
}


/* --------------------- WOOCOMMERCE STYLING --------------------------------------------------*/

.woocommerce div.product, .woocommerce .woocommerce-result-count {
	margin-top: 10px !important;
}

#sidebarSubnav h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: Open Sans;
	margin-top: 0px;
}

#sidebarSubnav a {
	font-size: 14px;
	padding-left: 0px;
}

.custom-formatting li a:before, .custom-formatting .current_page_item ul a:before {
	background-image: none;
	height: 0px;
	width: 0px;
}

.custom-formatting ul ul li a {
	padding-left: 15px !important;
}

.custom-formatting ul ul ul li a {
	padding-left: 30px !important;
}

.woocommerce ul.products {
	margin-top: 40px;
}

.products mark.count {
	display: none;
}

.woocommerce ul.products li.product h3 {
	color: #333;
	min-height: 35px;
	font-size: 14px;
}

.woocommerce ul.products li.product h3:hover {
	color: #d91c2f;
}

.woocommerce ul.products li.product .price {
	color: #000;
	font-size: 15px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	font-size: 14px;
	border: 2px solid #d91c2f;
	background: #000;
	color: #fff;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	font-size: 14px;
	border: 2px solid #d91c2f;
	background: #fff;
	color: #000;
	font-weight: normal;
}

.woocommerce ul.products li.product a img {
	border: 1px solid #000;
}

.woocommerce div.product .product_title {
	font-size: 20px;
	color: #d91c2f;
}

.woocommerce div.product div.images img {
	border: 1px solid #000;
}

.watermark {
	width: 35%;
	float: left;
	position: relative;
	height: auto;
}

img.watermark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 100%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 58%;
}

p.sku {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price {
	font-size: 15px !important;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin-top: 15px;
	margin-bottom: 15px;
}

.woocommerce .quantity .qty {
	height: 22px !important;
}

.product_meta {
	font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: #000;
	border: 1px solid #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border-color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #d91c2f;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 5px 0 5px 0;
}

.related.products h2 {
	font-size: 20px;
	padding-top: 20px;
	border-top: 1px solid #d3ced2;
}

.related.products h3 {
	min-height: 40px !important;
}

.woocommerce ul.products li.product .button {
	margin-top: 5px;
}

div[itemprop="description"] p {
	font-size: 14px !important;
}

.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .upsells.products ul li.product img, .woocommerce-page .upsells.products ul.products li.product img {
	margin-bottom: 5px;
}

.woocommerce .woocommerce-message {
	margin-top: 25px !important;
}

.woocommerce .woocommerce-message:before {
	color: #000;
}

.coupon input[type="submit"] {
	color: #fff;
	background: #000;
	width: auto;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
	width: auto;
}

.woocommerce input.button {
	padding: 5px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 120px;
}

.woocommerce div.product {
	margin-top: 35px !important;
}

.woocommerce .woocommerce-info {
	margin-bottom: 20px !important;
}

/* ----------------------------- RESPONSIVE CUSTOM STYLING ---------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 480px) {
.container_24 {
	width: 100%;}

#top-wrapper {
	margin-top: 0px;
}

#top-elements * {
	text-align: center;
}

#logo {
	left: 0px;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 0px;}

#logo h1 a, #logo .site-name a {
	width: 150px;
	background-position: inherit;
	height: 150px;
	margin: 0 auto;
}

#top-elements {
	margin-bottom: 10px;
	margin-top: 0px !important;
}

#top-elements .phone-number, #top-elements .social-media-area {
	padding-left: 0px;
	width: 100%;
}

#top-elements .phone-number {
	padding-top: 5px;
}

#top-elements #search {
	width: 100%;
	padding-left: 0px;
	padding-bottom: 5px;
}

#main-menu {
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 10px;}

#navigation-menu ul.sf-menu > li {
	margin: 0 25px 0 0px;}

.selectnav {
	width: 95%;
}

h1, h2, h3, h4 {
	margin-top: 0px;
	text-align: center;}

.entry {
	text-align: center;
}

p {
	text-align: center;
}

#main-menu {
	width: auto;
	padding-left: 0px;}

#dropdown-holder .container_24 {
	width: auto;}

#dropdown-holder {
	width: auto;}

#navigation-menu {
	width: 100%;
	padding-left: 0px;
	right: 0;}

#main-menu select.selectnav {
	width: 95%;
	margin: 0 auto;
}

#main-content {
	width: 100%;
}

.entry {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;}

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], textarea, input[type="text"] {
	width: 97%;
	padding-left: 0px;}	

h1 {
	margin-bottom: 10px;
}

p {
	font-size: 14px;
	line-height: 24px;
}

#book-box, #shop-box {
	width: 100%;
	float: none;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#book-box h2, #shop-box h2 {
	font-size: 26px;
	margin-left: 0px;
	float: none;
	text-align: center;
}

#book-box img, #shop-box img {
	float: none;
	margin: 0 auto;
	height: 65px;
}

#about-left {
	width: 100%;
}

#about-right {
	width: 100%;
	margin-left: 0%;
	margin-top: 10px;
}

.ngg-gallery-thumbnail-box {
	width: 30%;
	margin-right: 3% !important;
}

.ngg-gallery-thumbnail {
	width: 100%;
}

.ngg-gallery-thumbnail img {
	max-width: 100% !important;
	margin: 1px 0 1px 1px !important;
}

#contact-left {
	width: 100%;
	float: none;
}

#contact-right {
	width: 100%;
	float: none;
	margin-left: 0%;
}

p.contact-email, p.contact-addr {
	margin-top: 0px;
}

p.area {
	margin-top: 10px;
}

p.enquiry {
	float: left;
}

span.wpcf7-list-item {
	width: 100%;
	margin-left: 0px;
}

#footer-bg {
	height: auto;
}

.footer-top {
	float: left;
	height: auto;
}

#footer_text {
	width: 97%;
	margin-left: 0px;}

#footer-bg .container_24 .grid_20 {
	width: 320px;}

ul.footer-nav {
	margin-bottom: 5px;
}

ul.footer-nav li {
	line-height: 26px;
}

ul.footer-nav li:after {
  padding-left: 7px;
  padding-right: 7px;
}

ul.footer-contact {
	margin-top: 10px;
}

ul.footer-contact li {
	margin: 0 10px 0 0px;
}

.woocommerce ul.products li.product h3 {
	min-height: 35px;
}

.woocommerce ul.products {
	margin-bottom: 0px;
}

.woocommerce {
	margin-top: 0px;
}

.woocommerce ul.products {
	margin-top: 20px;
}

.watermark {
	width: 75%;
	float: none;
	margin: 0 auto;
	clear: both;
}

img.watermark {
	width: 50%;
	left: 24%;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.woocommerce div.product .product_title {
	font-size: 18px;
}

#sidebar {
	width: 100%;
	text-align: center;
}

.custom-formatting a {
	padding-left: 0px;
	padding-right: 0px;
}

.custom-formatting ul ul li a {
	padding-left: 0px !important;
}

.custom-formatting ul ul ul li a {
	padding-left: 0px !important;
}

.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
	margin-right: 0px;
}

.woocommerce div.product div.images img {
	width: 45%;
	margin: 0 auto;
}

.woocommerce div.product form.cart {
	width: 162px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.product_meta {
	text-align: center;
}

.woocommerce-page .related ul.products li.product:nth-child(3n), .woocommerce-page .related ul li.product:nth-child(3n) {
	display: none;
}

.woocommerce div.product {
	margin-top: 20px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.woocommerce form .form-row input.input-text {
	text-align: center;
}

.woocommerce div.product form.cart {
	width: 180px;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
	font-size: 14px;
}

.woocommerce table.shop_table td {
	font-size: 14px;
}

.woocommerce .woocommerce-info {
	margin-bottom: 20px !important;
}

}


@media screen and (min-width: 480px) and (max-width: 719px) {

.container_24 {
	width: 100%;
}

#main-content {
	width: 100%;
}

#logo {
	left: 0px;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 0px;}

#logo h1 a, #logo .site-name a {
	width: 150px;
	background-position: inherit;
	height: 150px;
	margin: 0 auto;
}

#top-elements #search {
	padding-left: 0px;
	width: 100%;
}

#search input.blur {
	text-align: center;
}

#top-elements {
	margin-bottom: 10px;
	margin-top: 0px !important;
}

#top-elements .phone-number, #top-elements .social-media-area {
	padding-left: 0px;
	width: 100%;
}

#top-elements .phone-number {
	padding-top: 5px;
}

#top-elements #search {
	width: 100%;
}

img.slider1, img.slider2 {
	margin-right: 3%;
}

#main-menu {
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 10px;}

#navigation-menu ul.sf-menu > li {
	margin: 0 25px 0 0px;}

#main-menu {
	width: auto;
	padding-left: 0px;}

#dropdown-holder .container_24 {
	width: auto;}

#dropdown-holder {
	width: auto;}

#main-menu select.selectnav {
	margin: 0 auto;
}

.selectnav {
	width: 95%;
}

#navigation-menu {
	margin-top: -5px;
	width: 100%;
	padding-left: 0px;
	position:inherit;
	top: 0;
	right: 0;
	margin: 0 auto;}

#navigation-menu ul.sf-menu {
	margin-right: 0px;}

.entry {
	padding-top: 0px;}

#book-box, #shop-box {
	text-align: center;
}

#book-box img, #shop-box img {
	float: none;
	margin: 0 auto;
}

#book-box h2, #shop-box h2 {
	float: none;
	text-align: center;
}

#about-left {
	width: 100%;
}

#about-right {
	width: 100%;
	margin-left: 0%;
	margin-top: 10px;
}

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], textarea, input[type="text"] {
	width: 98%;
	padding-left: 0px;}	

#contact-left {
	width: 100%;
	float: none;
}

#contact-right {
	width: 100%;
	float: none;
	margin-left: 0%;
}

p.enquiry {
	width: 100%;
}

#footer-bg {
	height: auto;
}

.footer-top {
	height: auto;
}
	
#footer_text {
	width: 97%;
	margin-left: 0px;}

#footer-bg .container_24 .grid_20 {
	width: 480px;}

ul.footer-nav li:after {
	padding: 0 4px 0 4px;
}

#sidebar {
	width: 100%;
	text-align: center;
	margin-top: -20px;
}

.custom-formatting a {
	padding-left: 0px;
	padding-right: 0px;
}

.custom-formatting ul ul li a {
	padding-left: 0px !important;
}

.custom-formatting ul ul ul li a {
	padding-left: 0px !important;
}

.woocommerce {
	margin-top: 0px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 100%;
}

.woocommerce-page div.product div.summary {
	width: 60%;
	float: left;
	margin-left: 5%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 30% !important;
	margin-right: 3% !important;
	margin-bottom: 20px;
}

.woocommerce ul.products {
	margin-top: 20px;
}

ul.product-categories li {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1) {
    float: left;
    clear: left !important;
}

}


@media screen and (min-width: 720px) and (max-width: 959px) {

.container_24, .container_24 .grid_24 {
	width: 100%;
}

#top-elements {
	max-width: 100%;}

#slogan {
	padding-left: 20px;}

#top-elements {
	width: auto !important;
	margin-top: 0px !important;
}

#logo {
	padding-left: 20px !important;
}

#top-elements .social-media-area {
	width: 340px;
}
#top-elements .phone-number {
	padding-top: 15px;
}

#navigation-menu {
	position: inherit;
	width: 700px;
	padding-left: 0px;
	margin: 0 auto;}

#navigation-menu ul.sf-menu > li {
	margin-left: 8px !important;
    margin-right: 8px !important;
    font-size: 14px;}

#navigation-menu ul.sf-menu > li:first-child {
	margin-left: 0px !Important;
	padding-left: 0px !important;
}

#navigation-menu ul.sf-menu > li {
  padding: 0px;
}

#main-menu {
	width: auto;
	padding-left: 0px;}

#dropdown-holder .container_24 {
	width: auto;}

#dropdown-holder {
	width: auto;}

#navigation-menu {
}

#navigation-menu ul.sf-menu {
	margin-right: 0px;}

#page-content #content-container {
	padding-top: 0px;
}

.entry {
	padding-top: 0px;}
	
input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], textarea, input[type="text"] {
	width: 99%;
	padding: 3px;
}

span.wpcf7-list-item {
	width: 100%;
}
	
#footer_text {
	width: 97%;
	margin-left: 0px;}

#footer_1 {
	width: 45%;}

#footer_2 {
	width: 45%;
	float: right;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 100%;
}

.woocommerce-page div.product div.summary {
	width: 60%;
	float: left;
	margin-left: 5%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 30% !important;
	margin-right: 3% !important;
	margin-bottom: 20px;
}


}