/*
Theme Name: Ride and Shiny
Description: Child theme for Avada
Author: Peter Charlton
Author URI: https://petercharlton.com.au
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* General */
* {
	text-transform: uppercase;
}

ul {
  margin: 0;
  padding-left: 27px;
}

p:last-of-type {
  margin-bottom: 0;
}

body #content {
  margin-bottom: 0;
}

body #main .post-content .fusion-builder-row.fusion-row {
  max-width: 1100px;
}

/* Header */
body .fusion-logo {
  float: none;
  text-align: center;
  padding: 0 30px;
}

body .fusion-logo a.fusion-logo-link {
  display: inline-block;
  max-width: 40vh;
}

body .fusion-header {
  padding: 0 !important;
  border-bottom: 0 none #000 !important;
}

/* Menu */
body .fusion-main-menu > ul > li {
  padding: 0 32px;
}

body .fusion-main-menu > ul > li > a::after {
  color: #fff;
  content: "|";
  position: absolute;
  right: -3px;
}

body .fusion-main-menu > ul > li:last-child > a::after {
  content: "";
}

body a.ras-phone-icon {
  color: #000;
  font-family: Yantramanav,helvetica,arial,sans-serif;
  font-size: 31px;
  font-weight: 600;
}

body a.ras-phone-icon i.fa.fa-phone {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  height: 42px;
  line-height: 30px;
  margin-right: 8px;
  padding: 8px;
  position: relative;
  top: 3px;
  width: 42px;
}

body .current-menu-item a .menu-text {
  font-weight: 900;
}

/* Mobile Menu */
body .fusion-mobile-menu-icons {
  background-color: #000;
  margin-top: 30px;
  overflow: hidden;
  padding: 5px;
}

body .fusion-mobile-menu-icons a.fusion-icon.fusion-icon-bars {
  font-size: 34px;
}

body .fusion-mobile-menu-icons a.fusion-icon.fusion-icon-bars::before {
  color: #fff;
}

/* Header Slideshow */
body.page .post-slideshow {
  margin-bottom: 0;
}

.ras-slide-image {
  background-position: center top;
  background-size: cover;
  height: 900px;
  max-height: 50vh;
}

/* Title Bar */
body .fusion-page-title-bar h1 {
  padding: 30px 0 0;
}

body.fusion-body .fusion-page-title-bar {
  height: auto;
}

/* Black Box */
body .ras-black-box {
  background-color: #000 !important;
  color: #fff;
}

body .ras-black-box p,
body .ras-black-box h1,
body .ras-black-box h2,
body .ras-black-box h3,
body .ras-black-box h4,
body .ras-black-box h5,
body .ras-black-box h6 {
  color: #fff;
}

/* Size 40px */
body .ras-size-40 {
  font-size: 40px;
  line-height: 1.3em;
}

/* Size 40px */
body .ras-size-30 {
  font-size: 30px;
  line-height: 1.3em;
}

/* Product Logo Carousel */
body .fusion-image-carousel {
  margin-bottom: 0;
}

/* Pricing */
body .products {
  margin: 0 auto;
  max-width: 1200px;
}

body .product-block {
  border: 1px solid #000;
  margin: 10px 50px;
  overflow: hidden;
}

.product-title-bar {
  background-color: #000;
  color: #fff !important;
  float: left;
  padding: 3px 30px 0;
  width: 100%;
}

body .product-block .product-title {
  color: #fff;
  float: left;
}

body .product-block .product-subtitle {
  font-weight: 500;
}

body .product-block .product-price {
  color: #fff;
  float: right;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0;
}

.product-content {
  float: left;
  padding: 20px 30px;
}

#main .service-subhead {
	text-align: center;
	margin-top: 1em;
	border-bottom: 1px solid;
	margin-bottom: 1em;
}

/* Footer */
body #instagram-block {
  position: relative;
}

body #instagram-block .fusion-carousel-item.pseudogram {
  margin: 0 !important;
}

body #instagram-block .fusion-carousel-item.pseudogram > div {
  overflow: hidden;
  padding-top: 100% !important;
  position: relative;
}

body #instagram-block .fusion-carousel-item.pseudogram > div > div {
  height: auto !important;
  left: 0;
  position: absolute;
  top: 0;
}

body #instagram-block .fusion-carousel, body #instagram-block .fusion-carousel * {
  padding: 0 !important;
}

body #instagram-block .instagram-button-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(50% - 68px);
  vertical-align: middle;
  z-index: 200;
}

body #instagram-block .instagram-button-wrapper a {
  background-image: url("https://rideandshine.com.au/wp-content/themes/Avada-Child-Theme/img/instagram-button.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
  height: 132px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 132px;
}

body #instagram-block .fusion-carousel .fusion-carousel-wrapper {
  width: 100% !important;
}

body .fusion-footer-copyright-area {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.ras-footer-copyright,
.ras-footer-links,
.ras-footer-contact {
  text-align: center;
}

/* Footer Contact */
.ras-footer-contact .fa {
  margin: 0 8px 0 20px;
}

/* Popup Contact */
.ras-popup-contact {
  background-color: rgba(50, 50, 50, 0.8);
  color: #fff;
  left: 40px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 40px;
  text-align: left;
  top: 60px;
  transition: all 0.3s ease 0s;
  z-index: 999999;
}

.ras-popup-contact a.ras-phone-popup, .ras-popup-contact a.ras-email-popup {
  background-color: #fff;
  border-radius: 40px;
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 30px auto;
  max-width: 400px;
  padding: 17px 24px 15px;
  transition: all 0.3s ease 0s;
}

.ras-popup-contact a.ras-phone-popup:hover, .ras-popup-contact a.ras-email-popup:hover {
	background-color: rgba(255,255,255,0.4);
}

.ras-popup-contact .fa {
  margin-right: 10px;
}

.show-contact .ras-popup-contact {
	max-height: 100%;
	opacity: 1;
	padding: 50px;
}

.ras-close-popup {
  color: #fff;
  display: inline-block;
  float: right;
  font-weight: bold;
  height: 40px;
  margin: 0 0 15px;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.ras-close-popup.menu-show-contact > #close {
  background-position: center center;
  background-size: 100% auto;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.ras-close-popup:hover #x {
  fill: #000;
}

.ras-feild-block {
  float: left;
  margin: 5px 0;
  width: 100%;
}

body .ras-popup-contact .ras-feild-block {
  padding-right: 40px;
}

.wpcf7-form label {
  float: left;
  text-align: left;
}

body .ras-popup-contact .wpcf7-form label {
  width: 100px;
}

.ras-popup-contact .wpcf7-form-control-wrap {
  float: left;
  width: calc(100% - 100px);
}

.wpcf7-checkbox .wpcf7-list-item {
  clear: both;
  float: left;
  margin-left: 0;
}

body .wpcf7 .wpcf7-text {
  color: #000;
  height: auto;
  padding: 10px;
  text-transform: none;
}

body .wpcf7 .wpcf7-textarea {
  color: #000;
  padding: 10px;
  text-transform: none;
}

body .ras-popup-contact .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
  margin-left: 99px;
}

body .ras-popup-contact  h3 {
  float: left;
  font-size: 42px;
  margin: 0 0 0 100px;
  text-align: left;
}

body .wpcf7 input.wpcf7-form-control.wpcf7-submit {
  background-color: #bb0000;
  color: #fff;
  float: right;
  font-weight: normal;
}

body .wpcf7 input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #eee;
  color: #000;
}

body .wpcf7 .wpcf7-response-output {
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
}

body .ras-popup-contact .wpcf7 .wpcf7-response-output {
  margin-left: 100px;
  color: #fff;
}

body .ras-popup-contact .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 2px solid #fff;
}

body .ras-popup-contact .wpcf7-form .wpcf7-not-valid-tip {
  text-align: left;
  float: left;
  margin: 10px 0 10px 100px;
}

#wrapper {
  transition: all ease 0.3s;
}

.show-contact #wrapper {
  -webkit-filter: blur(10px) grayscale(0.5);
  filter: blur(10px) grayscale(0.5);
}

body div.wpcf7 .ajax-loader {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 1240px) {
	.ras-footer-contact {
		display: block;
	}
}

@media screen and (max-width: 1100px) {
	body .fusion-main-menu > ul > li {
	  padding: 0px 15px;
	}
	
	body .fusion-main-menu .fusion-widget-cart-counter > a::before,
	body .fusion-main-menu > ul > li > a {
	  font-size: 20px;
	}
}

@media screen and (max-width: 1024px) {
	body .fusion-page-title-bar h1 {
	  font-size: 48px;
	  line-height: 0.8;
	}
	
	body .product-block {
	  margin: 10px 0;
	}
}

@media screen and (max-width: 900px) {
	body #wrapper .product-block .product-title, body #wrapper .product-block .product-price {
	  font-size: 24px;
	  line-height: 1.5;
	}
	
	.product-content {
	  float: left;
	  font-size: 16px;
	  padding: 10px;
	}
	
	.product-title-bar {
	  background-color: #000;
	  color: #fff !important;
	  float: left;
	  padding: 3px 10px 0;
	  width: 100%;
	}
	
	body .ras-size-40 {
	  font-size: 30px;
	}
	
	body .ras-size-30 {
	  font-size: 25px;
	}
}

@media screen and (max-width: 800px) {
	body .products {
	  margin: 0 -100px;
	  padding: 0 30px;
	}
	
	body.fusion-body .fusion-page-title-bar {
	  padding: 0 30px;
	}
	
	.ras-footer-copyright,
	.ras-footer-links,
	.ras-footer-contact {
	  display: block;
	  float: none;
	  text-align: center;
	  font-size: 16px;
	}
	
	.hide-below-800px {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	body .ras-size-40 {
	  font-size: 25px;
	}
	
	body .ras-size-30 {
	  font-size: 20px;
	}
}

@media screen and (max-width: 500px) {
	body .ras-size-40 {
	  font-size: 19px;
	}
	
	body .ras-size-30 {
	  font-size: 16px;
	}
	
	body.show-contact .ras-popup-contact {
	  left: 5px;
	  padding: 25px;
	  right: 5px;
	  top: 5px;
	  bottom: 5px;
	  overflow-y: scroll;
	}
	
	.ras-feild-block {
	  padding-right: 0;
	}
	
	.ras-popup-contact .wpcf7-form-control-wrap {
	  width: 100%;
	}
	
	.ras-popup-contact h3 {
	  margin-left: 0;
	  font-size: 34px;
	}
	
	.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	  margin-left: 0;
	}
	
	.wpcf7-list-item-label {
	  font-size: 16px;
	}
	
	body .wpcf7-recaptcha > div > div {
	  -webkit-transform: scale(0.86);
	  -moz-transform: scale(0.86);
	  -ms-transform: scale(0.86);
	  transform: scale(0.86);
	  -webkit-transform-origin: left center 0;
	  -moz-transform-origin: left center 0;
	  -ms-transform-origin: left center 0;
	  transform-origin: left center 0;
	}
	
	.contact-page-container {
	  padding: 10px !important;
	}
}

@media screen and (max-width: 360px) {
.contact-page-container {
	  padding: 5px !important;
	}
}