/* 
Theme Name: Max Wax Child
Version: 1.0 
Description: Child theme for Max Wax. 
Author: Woo
Author URI: http://knoppys.co.uk
*/ 
/* Style the tab */

  
  /* Style the buttons inside the tab */

  
  /* Change background color of buttons on hover */
  .packages-nav button:hover {
    background-color: #333;
  }
  
  /* Create an active/current tablink class */
  .packages-nav button.active {
    background-color: #333;
  }
  
  /* Style the tab content */
  .package-content {
    display: none;
    padding: 60px 0;
  }
p.sub-title {
    display: block;
    padding-top: 30px;
    text-decoration: underline;
    font-weight: 600;
}
button.tablinks {
    background: none;
    border: none;
    text-decoration: underline;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.valet-packages-descriptions {
    background: #181b21;
}
li {
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.8;
}
.social img {
    max-width: 38px;
    float: right;
    padding: 0 10px;
}
a.button {
    background: #5E7461;
    line-height: 3;
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
}
footer {
    background: #0f1217;
    padding: 10px;
}
article img {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 10px;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0f1217;;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #0f1217;;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #0f1217;;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #0f1217;;
  }

  .wpcf7 input {
    border: none;
    border-radius: 10px;
    line-height: 3;
    margin-bottom: 10px;
    display: block;
    padding: 0 10px;
}

.wpcf7-submit {
    background: #576455;
    display: block;
    width: 200px;
    cursor: pointer;
}

div#contact {
    background: #444444;
}

.wpcf7-submit:hover {
    background: #13964a;
}

nav.cat-nav {
    background: #000;
    padding: 10px;
}
nav.cat-nav a {
    cursor: pointer;
    display: block;
    text-decoration: none;
}
nav.cat-nav a::before {content: '>';padding-right: 5px;font-weight: 900;font-size: 20px;position: relative;top: 2px;}

.blog-list-item header {
    margin: 0;
    padding: 0;
}

article.blog-list-item {
    margin-bottom: 30px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-textarea {
    color: #444444;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 11px;
    padding: 7px;
    font-size: 13px;
    height: 100px;
}

.widget-container .post-container {
    background: #191919;
    padding: 10px;
}
.rating img {
    display: inline;
}

.review {
    text-align: center;
}
span.google-review {
    display: block;
    width: 90%;
    margin: 0 auto;
}

@media only screen and (min-width: 60em){
    .container {
        width: 79% !important;
        max-width: 90rem !important;
    }
}
span.widget-title {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    display: block;
}
div#reviews {
    background: #3a3939;
    padding: 3% 0;
}
article a.button {
    max-width: 300px;
}
.mobile-price{
    display: none;
}
.desktop-price{
    display: block;
}
@media all and (max-width:  600px){

 .mobile-price{
    display: block;
 }    

 .desktop-price {
    display: none;
 }

} 