/*
Theme Name: rubyrainbow
Theme URI: http://underscores.me/
Author: Winkless Web Design
Author URI: http://www.winklesswebdesign.com.au
Description: Ruby Rainbow Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rubyrainbow
Tags:

*/



@import url("base_style.css");

@import url(https://fonts.googleapis.com/css?family=Raleway|Open+Sans);

<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400' rel='stylesheet' type='text/css'>

*{margin:0px;padding:0px;}

body {
	margin-left: 0px !important;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

a {
	color: #7913e1;
	text-decoration: none !important;}

a:visited {
	color: #7913e1;
}

a:hover {
	color: #666;
}

p, li {
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

p {
	margin-bottom: 15px;
	line-height: 30px;
	-webkit-margin-before: 0px;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 0px;}

h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #f8e945;}

h3 {
	font-size: 1.25em;}

h4 {
	font-size: 1.125em;}

h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	clear: none;
	color: #7913e1;
	font-weight: normal;
	text-transform: uppercase;}

ul {
	margin-top: -5px;
}

li {
	line-height: 25px;
}

#header {
	background: url('http://www.rubyrainbow.com.au/Images/bg.jpg');
	background-repeat: repeat-x;
	height: auto;
}

.logo {

}

#site-navigation {
	background: #7913e1;
	margin-bottom: 25px;
}

.menu-main-menu-container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	height: 40px;
}

.menu-main-menu-container a {
	color: #ffff00;
}

.menu {
	width: 790px;
	margin: 0 auto;
	height: 29px;
}

.main-navigation ul {
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 4px;
}

.main-navigation a {
	color: #fff;
}

.main-navigation a:hover {
	color: #f429db;
}

.main-navigation li {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	display: inline-block;
}

.main-navigation li:first-child {
	padding-left: 0px;
}

.main-navigation li:last-child {
	padding-right: 0px;
}

ul.sub-menu li:first-child {
	padding-left: 10px;
}

.menu-main-menu-container a:hover {
	color: #333;
}

.main-navigation li a, .main-navigation li {
    z-index: 9999;
}

ul.sub-menu li:first-child {
	padding-left: 18px;
}

.main-navigation ul ul li:hover {
	background: #f528db;
	color: #fff;
}

.main-navigation ul ul a:hover {
	color: #fff;
}

.main-navigation ul ul {
	background: #7913e1;
	padding-left: 0px;
	margin-left: -18px;
	top: auto;
	padding-top: 5px;
	width: 255px;
}

.main-navigation ul ul li {
	padding-left: 18px;
	padding-right: 0px;
	width: 100%;
}

.main-navigation ul ul a {
	width: 240px;
}

ul.sub-menu li:last-child {
	padding-right: 10px;
}

#home-banner {
	width: 910px;
	margin: 0 auto;
	clear: both;
}

#home-banner-small {
	display: none;
}

#primary .content-area, #main {
	background: #fff;
}

.hentry {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content, .entry-content {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 2% 20px 2%;
	background: #fff;
}

.entry-content {
	padding-bottom: 0px;
}

#content {
	padding-top: 10px;
	margin-bottom: 10px;
}

#home-page {
	text-align: center;
}

#boxes {
	float: left;
	padding-bottom: 35px;
	width: 100%;
}

.box1, .box2, .box3 {
	width: 32%;
	float: left;
	text-align: left;
	margin-top: 15px;
	margin-right: 1%;
}

.box1, .box2 {
	margin-right: 1%;
}

a.contact-button {
	width: 100%;
    float: left;
    background: #9342e7;
    color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin: 20px 0px;
    border: 2px solid #9342e7;
}

a.contact-button:hover {
	background: #fff;
    color: #9342e7;
}

#page-links {
	float: left;
	width: 100%;
	margin-bottom: 45px;
}

.home1, .home2, .home3 {
	width: 32%;
	float: left;
	text-align: left;
	margin-top: 15px;
	margin-right: 2%;
}

.home3 {
	margin-right: 0%;
}

.home1 h2, .home2 h2, .home3 h2 {
	position: relative;
    margin-top: -37px;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    background: rgba(121,19,225, 0.8);
    font-size: 16px;
    padding: 4px;
}

.home1:hover, .home2:hover, .home3:hover {
	background: rgba(0,0,0,0.2);
}

.home1 h2 a, .home2 h2 a, .home3 h2 a {
	color: #fff;
}

.bx-wrapper .bx-prev {
	left: -25px !important;
}

.bx-wrapper .bx-next {
	right: -25px !important;
}

ul.package-links {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
	float: left;
}

li.package-entry {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
}

li.package-entry img {
	width: 100%;
}

li.package-entry:nth-child(3), li.package-entry:nth-child(6), li.package-entry:nth-child(9), li.package-entry:nth-child(12) {
	margin-right: 0;
}

#testimonial-detail {
	float: left;
	margin: 10px 0px;
}

ul.testimonials {
	list-style-type: none;
	margin-left: 0px;
}

li.testimonial-entry {
    margin-bottom: 20px;
}

li.testimonial-entry p {
	margin-bottom: 0px;
}

p.testimonial-name {
	font-style: italic;
}

li.package-entry h2 {
	position: relative;
    margin-top: -39px;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    background: rgba(121,19,225, 0.8);
    font-size: 16px;
    padding: 4px;
}

li.package-entry h2 a {
	color: #fff;
}

#page-images {
	float: left;
	width: 100%;
	margin: 10px 0 20px 0px;
}

#page-images ul {
	margin-left: 0px;
	list-style-type: none;
}

#page-images ul li {
	width: 32%;
	margin-right: 2%;
	float: left;
}

#page-images ul li:last-child {
	margin-right: 0px;
}

#page-images ul li img {
	width: 100%;
}

.entertainment-entry {
	width: 100%;
	float: left;
	clear: both;
}

.entertainment-entry #page-images {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ececec;
}

#page-detail ul {
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
}

#page-detail ul li {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.gallery-music {
	margin-bottom: 40px;
}

.gallery-music h2 {
	margin-bottom: 10px;
}

#cont-button {
	clear: left;
	width: 65%;
	margin: 0 auto;
	height: auto;
	background: url('http://www.rubyrainbow.com.au/Images/button-bg.png');
	text-align: center;
	text-transform: uppercase;
	padding: 25px 10px 25px 10px;
	border-radius: 15px;
	font-size: 22px;
	box-shadow: 2px 2px 2px #333;
	margin-top: 35px;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}

#testimonials {
	background: url('http://www.rubyrainbow.com.au/Images/testimonial-bg-left.jpg'), url('http://www.rubyrainbow.com.au/Images/testimonial-bg-right.jpg');
	background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    color: #959595;
    padding: 30px 15px 0px 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    clear: both;
}

.tslider blockquote p {
	font-weight: 300 !important;
	line-height: 30px !important;
	font-size: 18px !important;
	text-align: center;
}

.tslider blockquote footer {
	display: none;
}

.home1, .home2, .home3 {
	width: 32%;
	float: left;
	text-align: left;
	margin-top: 15px;
	margin-right: 2%;
}

.home3 {
	margin-right: 0px;
}

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

.ngg-gallery-thumbnail img {
	max-width: 100% !important;
	border: none !important;
	padding: 2px !important;
}

.ngg-navigation {
	padding-top: 30px !important;
}

span.red {
	color: #ff2200;
}

#contform-left {
	width: 45%;
	margin-right: 5%;
	float: left;
}

#contform-right {
	width: 45%;
	margin-left: 5%;
	float: left;
}

/** CONTACT FORM STYLING **/

span.wpcf7-list-item {
	display: block;
}

#contact-form input[type="submit"] {
	border:2px solid #7913e1; 
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-family:'Open Sans', sans-serif; 
	padding: 10px 10px 10px 10px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: none;
	font-weight: normal; 
	color: #fff;
	text-transform: uppercase;
	background: #7913e1; 
	width: 100%;
	margin-top: 20px;
	box-shadow: none;
	height: 40px;
}

#contact-form input[type="submit"]:hover{
	border: 2px solid #7913e1;
	background-color: #fff;
	color: #7913e1 !important
}

#contact-form textarea {
	height: 150px;
	border-radius: 0px;
}

input[type="text"], input, input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	width: 100%;
	height: 30px;
	font-size: 13px;
	border-radius: 0px;
}

input[type="checkbox"] {
	width: auto;
	float: left;
	margin-right: 5px;
}

span.wpcf7-not-valid-tip {
	color: #ffff00;
}

div.wpcf7-validation-errors {
	border: none;
	color: #ffff00;
	margin: -25px 0px 15px 0px;
	text-align: center;
}

div.wpcf7-mail-sent-ng {
	border: none;
	margin: -25px 0px 15px 0px;
	font-size: 14px;
}

div.wpcf7-mail-sent-ok {
	border: none;
	text-align: center;
	margin-top: 0px;
    font-size: 22px;
    color: #f528db;
    border: 2px solid #f528db;
    margin: 0px 0px;
}

input[type="tel"] {
	border: 1px solid #ccc
}

.captcha {
	width: 160px;
	margin: 0 auto;
}

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

.captcha-img img {
	height: 30px;
}

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

.footer-top-border {
	width: 100%;
	background: url('http://www.rubyrainbow.com.au/Images/footer-bg-border.png');
	background-repeat: repeat-x;
	height: 53px;
}

.site-footer:before, .site-footer:after {
	content: none;
	display: inherit;;
}

footer {
	width: 100%;
	padding: 0px 0px 5px 0px;
	margin: 0 auto;
	background: url('http://www.rubyrainbow.com.au/Images/footer-bg.png');
}

p.footer, footer li {
	text-transform: uppercase;
}

#footer-container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

img.contact {
	margin-right: 10px;
}

footer p {
	font-weight: 300;
	font-size: 13px;
	color: #fff;
	margin-bottom: 0px;
}

ul.footernav {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
}

ul.footernav li {
	color: #ffff01;
	font-size: 12px;
	display: inline;
	font-weight: 300;
	font-size: 13px;
	text-align: center;
	margin-right: 15px;
}

ul.footernav li:last-child {
	margin-right: 0px;
}

footer a, footer p a, p.footer, p.footer a {
	color: #fff;
}

footer li a:hover {
	color: #fff;
}

footer a:visited {
	color: #fff;
}

span.divider {
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

footer.entry-footer {
	background: none;
}

span.edit-link a {
	color: #333;
}


/************************************************************* RESPONSIVE STYLING ******************************************************************/
@media screen and (min-width: 0px) and (max-width: 480px) {

#header .logo {
	width: 165px;
	margin: 0 auto;
}

#header {
	height: auto;
	padding-bottom: 0px;
	background: none;
}

.logo {
	padding-left: 0px;
	padding-bottom: 0px;
	float: none;
	max-width: 280px;
}

#site-navigation {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 36px;
}

.menu {
	width: 100%;
}

.menu-main-menu-container {
	height: 0px;
}

.menu-main-menu-container ul.sub-menu {
	display: none;
}

.main-navigation ul ul li {
	display: none;
}

.main-navigation li:last-child {
	padding-right: 15px;
	margin-bottom: 10px;
}

#home-banner {
	width: auto;
	max-width: 90%;
	text-align: center;
}

#home-banner {
	display: none;
}

#home-banner-small {
	display: inherit;
	width: auto;
	max-width: 100%;
	text-align: center;
}

#home-banner-small img {
	width: 100%;
}

.entry-content {
	padding-top: 15px;
}

h1 {
	margin-bottom: 15px;
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 5px;
}

p, li {
	font-size: 15px;
}

#content {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 10px 10px 30px 10px;
	text-align: center;
}

#boxes {
	float: none;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#boxes p {
	text-align: center;
}

.box1, .box2, .box3 {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 0px;
}

.box1, .box2 {
	margin-right: 0%;
}

.home1, .home2, .home3 {
	width: 65%;
	float: none;
	margin: 0 auto;
	text-align: left;
	margin-top: 15px;
}

li.package-entry {
	width: 65%;
	float: none;
	margin: 0 auto;
	text-align: center;
}

.tslider blockquote p {
	font-size: 15px !important;
}

img.birthdayshows {
    margin: 10px 0 10px 30px;
    width: 60%;
    float: none;
    margin: 0 auto;
    border: 2px solid #7913e1;
}

img.facepaintingballoontwisting, img.educational-shows {
	width: 80%;
	float: none;
	margin: 0 auto;
	border: 2px solid #7913e1;
}

.ngg-gallery-thumbnail-box {
	width: 47.5%;
	margin-right: 2.5%;
}

#page-detail ul {
	margin-left: 0px;
}

#page-detail ul li {
	width: 100%;
	margin-right: 0%;
	list-style-position: inside;
}

#page-images ul li:nth-child(2), #page-images ul li:nth-child(3) {
	display: none;
}

#page-images ul {
	margin-bottom: 0px;
}

#page-images ul li {
	width: 80%;
	margin: 0 auto;
	float: none;
}

li.package-entry {
	margin-bottom: 20px;
}

li.package-entry:nth-child(3), li.package-entry:nth-child(6), li.package-entry:nth-child(9), li.package-entry:nth-child(12) {
	margin-right: 0;
	margin: 0 auto;
	margin-bottom: 20px;
}

#contform-left {
	width: 100%;
	margin-left: 0%;
	float: left;
}

#contform-right {
	width: 100%;
	margin-left: 0%;
	float: left;
	margin-top: 20px;
}

input[type="date"] {
	text-align: center;
	padding-left: 40px;
}

input[type="checkbox"] {
	list-style-position: inside;
	margin-left: 0px;
	float: none;
	height: 12px;
}

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

#contact-form input[type="submit"] {
	font-size: 14px !important
}

.footer-top-border {
	display: none;
}

footer {
	padding-top: 20px;
}

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

#footer-container {
	padding-top: 0px;
}

ul.footernav {
	margin-bottom: 0px;
}

ul.footernav li:after {
	margin-left: 5px;
	margin-right: 5px;
}

span.divider {
	margin-left: 5px;
	margin-right: 5px;
}

}


@media screen and (min-width: 481px) and (max-width: 759px) {

#header {
	width: 100%;
	height: auto;
	background: url('http://www.rubyrainbow.com.au/Images/bg-smaller.png');
	background-repeat: no-repeat;
}

#home-banner img {
	display: none;
}

#home-banner-small img {
	width: 100%;
}

.menu {
	width: 100%;
}

#site-navigation {
	height: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#site-navigation:hover {
	background: #7913e1;
}

.main-navigation li:last-child {
	padding-left: 0px;
	padding-right: 0px;
}

.main-navigation li {
	padding-right: 0px;
}

.menu-main-menu-container ul.sub-menu {
	display: none;
}

#home-banner {
	display: none;
}

#home-banner-small {
	display: inherit;
	width: auto;
	max-width: 100%;
	text-align: center;
}

img.birthdayshows {
    margin: 10px 0 10px 30px;
    width: 45%;
    border: 2px solid #7913e1;
}

img.facepaintingballoontwisting, img.educational-shows {
	width: 55%;
}

button:hover {
	border: 0px;
}

ul.sub-menu {
	display: none;
}

.entry-content {
	padding-top: 20px;
}

#boxes {
	padding-bottom: 20px;
}

.box1, .box2, .box3 {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 0px;
}

.box1, .box2 {
	margin-right: 0%;
}

.home1 h2, .home2 h2, .home3 h2 {
	font-size: 14px;
	margin-top: -35px;
}

li.package-entry h2 {
	font-size: 12px;
}

.ngg-gallery-thumbnail-box {
	width: 31.5%;
	margin-right: 2.5%;
}

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

#contact-right {
	width: 100%;
	margin-left: 0%;
	float: left;
	margin-top: 20px;
}

}


@media screen and (min-width: 760px) and (max-width: 960px) {

.menu-main-menu-container {
	max-width: 730px;
	padding-top: 2px;
	padding-left: 0px;
	margin: 0 auto;
}

.menu {
	width: 745px;
}

.main-navigation li {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

#home-banner {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

#home-banner img {
	width: 100%;
}

#header {
	width: 100%;
	height: auto;
	background: url('http://www.rubyrainbow.com.au/Images/bg-smaller.png');
	background-repeat: no-repeat;
}

#home-banner {
	display: none;
}

#home-banner-small img {
	width: 100%;
}

#home-banner-small {
	display: inherit;
}

#site-navigation {
	margin-bottom: 0px;
}

}

@media screen and (max-width: 759px) {
   .menu-toggle,
   .main-navigation.toggled .nav-menu {
      display: block;
   }
   .main-navigation ul{
       display:none;
   }
}

@media screen and (max-width: 600px) {
   .menu-toggle,
   .main-navigation.toggled .nav-menu {
      display: block;
   }
   .main-navigation ul{
       display:none;
   }
   .main-navigation :hover ul {
      display: block;
   }
}

/***************************************************** END OF RESPONSIVE STYLING *************************************************/



/** RESPONSIVE BUTTON SYTLING **/
@media screen and (max-width: 759px) {

button {
border: none;
background: #7913e1;
background-image: url('http://www.rubyrainbow.com.au/Images/nav.gif');
background-repeat: no-repeat;
background-position: right;
color: #fff;
box-shadow: none;
cursor: pointer;
-webkit-appearance: none;
font-size: 14px;
line-height: 1;
padding: .6em 1em .4em;
text-shadow: none;
}

button:hover {
	box-shadow: none;
	color: #000;
}

.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
	padding-left: 5px;
	margin: 0 auto;
	width: 98%;
	padding: 10px 0 10px 0;
	font-size: 14px !important;
}


.main-navigation ul {
	color: #fff;
}

.main-navigation li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.main-navigation li:first-child {
	margin-top: -5px;
}

.main-navigation li a:hover {
	color: #fff;
	background: #f429db;
}

.main-navigation ul ul {
	display: none !important;
}

#site-navigation a {
	color: #fff;
	text-align: center;
}

.main-navigation li {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.main-navigation li:last-child {
	padding-right: 0px;
}

#site-navigation:hover {
	height: 255px;
}

}


@media screen and (min-width: 760px) {
	button.menu-toggle {
		display: none;
	}
}
/** end of responsive button styling **/

li img {
	margin-right: 15px;
	width: 30px;
}

li img:last-child {
	margin-right: 0px;
}

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:250px;
  color: #FFFFFF;
  background: #19ace0;
  height: auto;
  padding: 10px 10px 10px 10px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}


