/*
Theme Name:     Canvas Child
Theme URI:      
Description:    Child theme for the Canvas theme
Author:         Jezweb
Author URI:     http://www.jezweb.com.au/
Template:       canvas
Version:        0.1.0
*/

/* General element styles i.e., header, navigation, content, sidebar widgets, sliders and galleries. */

.white-text * {
color: #ffffff !important;
}

/* Header Styles (Logo, header elements, widgets, etc.) */

#top-widgets {
    background: #161616;
    position: relative;
}

#connect h3,
#connect p {
    display: none !important;
}

#top-widgets .widget_woo_subscribe .social {
    position: absolute;
    top: 4.5px;
}

#top-widgets #connect {
    margin: 0px !important;
}

#connect .social a:before {
    background: #816a42 !important;
}

#top-widgets .widget {
margin-bottom: 0px;
}
#connect .social a{cursor:pointer;}

#top-widgets .top-widget-wrap {
    text-align: right;
    padding: 10px;
}

#top-widgets .top-widget-wrap a.email {
    font-size: 14px;
    font-weight: bold;
    color: #a9a9a9 !important;
    background: url(/wp-content/uploads/2017/03/email-icon.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: center left;
}

/* Navigation Styles (Main Menu) */

#wrapper #nav-container {
    float: right;
    margin: 30px 0px 0px;
    padding: 0;
    background: none;
    text-transform: uppercase;
}

#nav-container #navigation {
    background: none;
}

#navigation ul.nav > li:hover {
    background: none !important;
}

#navigation ul.nav > li a:hover {
    background: none !important;
}

#navigation ul.nav > li a:hover, #navigation ul.nav > li:hover a, #navigation ul.nav li ul li a, #navigation ul.cart > li:hover > a, #navigation ul.cart > li > ul > div, #navigation ul.cart > li > ul > div p, #navigation ul.cart > li > ul span, #navigation ul.cart .cart_list a, #navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_page_parent a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a {
    background: none !important;
}

#navigation ul.nav li ul.sub-menu {
padding: 0; /* this can be adjusted */
width: auto; /* important style */
min-width: 200px; /* this can be adjusted */
}

#navigation ul.nav li ul.sub-menu li a {
white-space: nowrap; /* important style */
width: 100%; /* important style */
}

/* Content Area (General styles) */
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
	border: none !important;
	background: none !important;
	padding: 0px !important;
}

#content .flexslider {
background: none !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
}

/* Single Post and Blog Page styles */
.single .post-meta, .single #post-author, .single article #connect, .single .post-utility {
	display: none;
}




/* Archive and Category Page styles */





/* Sidebar elements (left or right sidebars, widgets) */





/* Footer elements styles */

#footer-widgets-container {
background: url(/wp-content/uploads/2017/03/fanclub-bg.jpg);
background-size: cover;
}

#footer .col-left {
    margin-bottom: 0px !important;
    float: none !important;
    text-align: center;
}

#footer p {
    margin-bottom: 0px !important;
}

form.fan-club {
    max-width: 800px !important;
}

form.fan-club .top_label .gfield_label {
    display: none !important;
}

form.fan-club .gform_heading {
    text-align: center;
}

form.fan-club h3.gform_title {
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
    font-size: 30px;
}

form.fan-club span.gform_description {
    width: auto !important;
}

/* Slider and Gallery styles (not necessary if gallery page is part of the sitemap, hence refer to page specific styles section) */


/* Gravity Form Styles */

::-webkit-input-placeholder {
   color: #a8a8a8;
   text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
   color: #a8a8a8;
   text-transform: uppercase; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #a8a8a8;
   text-transform: uppercase;
}
:-ms-input-placeholder {  
   color: #fa8a8a8;
   text-transform: uppercase;  
}

.gform_wrapper {
    margin-top: 0px !important;
}

#gform_wrapper_1 .top_label .gfield_label {
    display: none !important;
}

#gform_wrapper_1 .field_sublabel_below .ginput_complex.ginput_container label, 
#gform_wrapper_1 .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
    display: none !important;
}

.gform_wrapper input[type="text"], 
.gform_wrapper input[type="url"], 
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="tel"], 
.gform_wrapper input[type="number"], 
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    background: #363636;
    border-radius: 3px;
    border: none;
    font-size: 14px !important;
    color: #a8a8a8;
    padding: 16px 14px !important;
    width: 100% !important;
    margin-bottom: 5px;
}

.gform_wrapper select,
.gform_wrapper .ginput_card_expiration {
    background: #ffffff !important;
    border-radius: 3px;
    border: solid 1px #292929 !important;
    font-size: 14px !important;
    color: #a8a8a8;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    height: 51px;
}

.gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px !important;
}

.gform_wrapper .gform_footer {
    margin-top: 8px !important;
    padding-top: 0px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    width: 100% !important;
    font-size: 18px !important;
    font-weight: 600;
    padding: 16px;
}

/* Page specific styles goes here i.e. homepage, about page, contact page, service page, etc. */

.social-media-icons #connect .social a::before {
    font-size: 20px !important;
}

/* Homepage styles */

#content {
padding-top: 40px
}

.home #content {
padding-bottom: 0px;
padding-top: 0px
}

#home-row1 h2 {
text-transform: uppercase;
}

#home-row1 .col-album {

}

#home-row1 .col-tour .vc_column-inner .wpb_wrapper,
#home-row1 .col-form .vc_column-inner .wpb_wrapper {
max-width: 480px;
margin: 0 auto;
}

#home-row1 .col-tour h2 {
color: #ffffff;
}

#home-row1 .col-form h2 {
color: #ffffff;
}

#home-row1 .col-tour .aio-icon-component {
margin-bottom: 0px !important;
}

#home-row1 .col-tour .aio-icon-description h4 {
text-transform: uppercase;
margin-bottom: 0px;
}

#home-row1 .col-tour .aio-icon-description p {
color: #cca762 !important;
}

#home-row1 .col-tour .aio-icon-header h3.aio-icon-title {
    font-size: 18px !important;
    color: #ffffff !important;
    line-height: 18px !important;
    margin-bottom: -20px !important;
    position: relative;
    z-index: 999;
}

/* Music Page styles */

form.buy-music input[type="text"], 
form.buy-music input[type="url"], 
form.buy-music input[type="email"], 
form.buy-music input[type="tel"], 
form.buy-music input[type="number"], 
form.buy-music input[type="password"], 
form.buy-music textarea {
    background: #ffffff !important;
    border-radius: 3px;
    border: solid 1px #292929 !important;
    font-size: 14px !important;
    color: #a8a8a8;
    padding: 16px 14px !important;
    width: 100% !important;
    margin-bottom: 5px;
}

form.buy-music form ul li.gf-radio label.gfield_label {
  font-weight: bold;
  margin-bottom: 15px;
}

form.buy-music ul.gform_fields li.gfield input[type=radio] {
    margin: 0;
    -webkit-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -45px;
    border-radius: 100% !important;
    border: 0;
    width: 18px !important;
    height: 18px;
    padding: 0 !important;
    background: #ffffff;
    margin-right: 5px;
    border: solid 3px #8d8d8d;
}

form.buy-music ul.gform_fields li.gfield input[type=radio]:checked {
    background: #10c3c1;
    border: solid 3px #939393;
}

form.buy-music .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 16px !important;
}

form.buy-music .gform_footer {
    margin-top: 20px !important;
}

form.buy-music .gform_footer input.button, 
form.buy-music .gform_footer input[type="submit"], 
form.buy-music .gform_page_footer input.button, 
form.buy-music .gform_page_footer input[type="submit"] {
    width: auto !important;
    padding: 12px 25px !important;
    border-radius: 0px !important;
}

/* Service Page styles */



/* Gallery Page styles */



/* Contact Page styles */




/* Responsive styles goes here */

@media only screen and (max-width:767px) {
  .logged-in #header-container {
    top:0;
  }
  #header-container {
    position: relative;
    padding: 15px;
  }
  #inner-wrapper{
    overflow: hidden;
  }
  body #wrapper #header {
    height: auto;
    position: static;
    clear: none;
    padding: 0 0;
    width: 75%;
    line-height: 45px;
  }
  h3.nav-toggle {
    border: 0;
    background: #000000;
    line-height: 55px;
    height: 50px;
    display: inline-block;
    float: right;
    background: transparent;
    width: 10%;
    margin-top: 0!important;
    text-align: right;
  }
  h3.nav-toggle a {
    text-shadow: none;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: top;
    font-size: 0;
  }
  h3.nav-toggle:before{
    font-size: 32px;
    padding: 0;
    margin: 0;
    text-shadow: none;
    border: 0;
    text-align: right;
    color: #816a42;
  }
  #logo{
    text-align: left;
    margin-top: 0;
    margin-bottom: 0px !important;
  }
  .header-widget{
    margin: 0;
  }
  body.show-nav #inner-wrapper {
    left: 0;
  }
  html body #wrapper #inner-wrapper #navigation {
    width: 100%;
    left: -100%;
    top: 100%;
    padding-top: 0;
    display: block;
    background: #816a42;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
  }
  html body.show-nav #wrapper #inner-wrapper #navigation {
    left: 0;
  }
  #wrapper #navigation ul.nav li a {
    font-size: 16px;
    margin: 0;
    padding: 8px 18px !important;
    display: block;
    text-decoration: none;
    border: 0;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
  }
  #wrapper #navigation ul.nav li a:hover {
    background: #df0100;
    color: #ffffff;
}
  #navigation ul.nav li a{
    color: #FFFFFF;
  }
  #wrapper #navigation ul.nav li ul.sub-menu {
    width: auto;
    min-width: 1px;
    background: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    margin-left: 25px;
  }
  #wrapper #navigation ul.nav li ul.sub-menu li a {
    font-size: 16px;
    white-space: normal;
    width: auto;
    display: block;
    text-decoration: none;
    color: #999999 !important;
    border-bottom: 0;
    padding: 10px !important;
background: none !important;
  }
  #navigation h3 {
    font-size: 20px;
    padding: 0;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 60px;
    color: #FFFFFF;
    z-index: -1;
    font-weight: normal;
    text-transform: uppercase;
  }
  #wrapper #navigation .nav-home, #wrapper #navigation .nav-close {
    height: 30px;
    width: 30px;
    font-size: 15px;
    padding: 0;
    background: #CB262C;
    border-radius: 0;
    display: none;
  }
  #navigation h3 {
    display: none;
  }
  #navigation ul.nav > li.current_page_item > a::before, #navigation ul.nav > li.current_page_parent > a::before, #navigation ul.nav > li.current-menu-ancestor > a::before, #navigation ul.nav > li.current-cat > a::before, #navigation ul.nav > li.current-menu-item > a::before {
    opacity: 1;
    height: 100%;
    width: 5px;
  }
ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
    background: #e5001c !important;
}
#wrapper #navigation ul.nav li ul.sub-menu li.current_page_item a {
color: #ffffff !important;
}
#wrapper #navigation ul.nav li ul.sub-menu li a:hover {
color: #ffffff !important;
}
  #navigation ul.nav li.parent > a::after {
    float: right;
  }
  #wrapper #footer-widgets .block {
    width: auto;
    display: block;
  }
  #footer, #footer p {
    line-height: 2em!important;
  }
  #footer, #footer p {
    text-align: center;
  }
.wpb_single_image.vc_align_right, 
.wpb_single_image.vc_align_left,
.wpb_single_image.vc_align_center {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 35px !important;
    margin-top: 0px !important;
}
#navigation ul {
    margin-bottom: 20px;
    margin-top: 20px;
}
#content {
    padding-top: 0px !important;
}

#home-row1 .vc_column-inner {
padding-left: 20px !important;
padding-right: 20px !important;
}

}

.ginput_container.ginput_container_singleproduct {
    display: none;
}

input#gf_coupon_code_4 {
    width: 86% !important;
}

tr#gf_coupon_FREE4FANS {
    display: none;
}