/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.2.4.1670997212
Updated: 2022-12-14 05:53:32

*/

.nav-float-right #site-navigation {
    margin-left: auto;
    margin-right: auto;
}
.main-navigation li a {
    position: relative;
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.main-navigation .main-nav ul li a {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 40px;
}

p.menu_button {
    margin: 0px 0px 0px 20px;
    background: linear-gradient(0deg, #009335, #7ecf3c);
    line-height: 30px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #a29a86;
    font-weight: 400;
}
p.menu_button:hover {
    background: linear-gradient(0deg, #7ecf3c, #009335);
		color: #fff !important;
}

span.button_cs_ds:hover {
    background: linear-gradient(0deg, #7ecf3c, #009335)!important;
		color: #fff !important;
}
span.banner_strock {
    color: #fff0;
    -webkit-text-stroke: 1.5px white;
}

/******* scrolling_text 
.scrolling_text_section {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.scrolling_text{
	position: absolute;
    width: max-content;
	height: 100%;
    transform: translateX(100%);
	animation: scrolling 20s linear infinite;
	color: #fff0;
    -webkit-text-stroke: 1.5px white;
}
h2.scrolling_text{
	color: #fff0 !important;
    -webkit-text-stroke: 1px white;
}
scrolling_text ********/

@keyframes scrolling {
  0% {transform: translateX(100%);}
  100% {transform: translateX(-100%);}
}
.undeder_banner_image{
    position: relative;
}
.undeder_banner_image::before {
    content: '';
    position: absolute;
    background-image: url(http://patriciabernard.com.au/vape/wp-content/uploads/2022/12/vapes_shot-e-e1671004736646.png);
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
    background-repeat: no-repeat;
    top: -55px;
    z-index: 0;
}

.undeder_banner_inner_section {
    position: relative;
}



.scrolling_text_section .js-marquee span {
    font-size: 42px;
    font-weight: 900;
    color: #fff0;
    -webkit-text-stroke: 1px #fff;
}

.service_section img {
    height: 110px;
    width: auto;
}
.map_section::before {
    content: '';
    position: absolute;
    background-image: url(http://patriciabernard.com.au/vape/wp-content/uploads/2022/12/mellow-logo.png);
    width: 280px;
    height: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 32%);
}
.map_section {
    position: relative;
}

.bottom_menu_part ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 20px;
}
.bottom_menu_part ul li a:hover {
	color: #01ad3c;
}

/**** testimonial ****/
.testimonial_section .wpmtst-testimonial-field.testimonial-field.testimonial-name {
    font-size: 20px !important;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 40px);
}

.testimonial_section .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
	display: none;
}
.testimonial_section .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
	display: none;
}
.testimonial_section .strong-view.wpmtst-modern .wpmtst-testimonial-content {
    font-size: 16px !important;
    margin: 0 0px !important;
}

.testimonial_section .wpmtst-testimonial-content.testimonial-content p {
    margin: 60px 0px 80px !important;
    font-size: 16px !important;
    font-style: normal;
	font-weight: 100;
    letter-spacing: 1px;
	line-height: 26px;
}
.testimonial_section span.strong-rating-wrapper.in-view {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translate(-50%, -50%);
}
.wpmtst-testimonial-image.testimonial-image {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, -50%);
}
.testimonial_section .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    padding: 30px 38px;
    text-align: center;
    border: 3px solid #38383e;
    border-radius: 10px;
	    position: relative;
	 height: 540px !important;
	   
}


/**** testimonial ****/


.banner_inner_section h1 {
    color: #fff0;
    -webkit-text-stroke: 2px #1a9f36;
    text-shadow: 5px 5px 7px #070606;
}

.banner_inner_section span {
    color: #fff;
}
.banner_inner_section span a{
    color: #fff;
	text-decoration: none;
}



.banner_inner_section_main::before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #36292600, #060606);
    width: 100%;
    height: 100px;
    bottom: 0;
}

.banner_inner_section_main {
    position: relative;
}

.site-logo {
    z-index: 9999;
}
.year_section {
    width: fit-content;
    box-shadow: 5px 5px 15px #039435;
}
span.year_text {
    font-size: 62px;
    font-weight: 600;
    letter-spacing: 2px;
}

.counter_number_section::before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #060606, #36292600);
    width: 100%;
    height: 100px;
    top: 0;
}

.counter_number_section {
    position: relative;
}
.counter_number_section .wpsm_counterbox {
    position: relative;
    border-right: 1px solid #d3d3d3;
}

.counter_number_section .wpsm_counterbox::nth-child(2) {
  background: red;
  border-right: 0px solid #d3d3d3;
} 
.counter_number_section #wpsm_counter_b_row_230 .wpsm_counterbox .wpsm_number {
    font-family: Oswald, sans-serif;
}

.counter_number_section #wpsm_counter_b_row_230 .wpsm_counterbox .wpsm_count-title {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    margin-top: 5px;
}
.counter_number_section .wpsm_count-icon {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-65px, 17px);
}

.contact_form_section input {
    background-color: #fffee940 !important;
    height: 50px !important;
    border: 1px solid #c5c3aa !important;
    border-radius: 8px !important;
}
.contact_form_section textarea {
    background-color: #fffee940 !important;
    border: 1px solid #c5c3aa !important;
    border-radius: 8px !important;
 
}
.contact_form_section button {
    background: linear-gradient(0deg, #009335, #7ecf3c) !important;
    color: #fff !important;
    border: 1px solid #a29a86 !important;
    border-radius: 8px !important;
    padding: 12px 40px !important;
    text-transform: uppercase !important;
    width: 100% !important;
}
.contact_form_section button:hover {
    background: linear-gradient(0deg, #7ecf3c, #009335) !important;
}



.contact_form_section input::placeholder {
  color: #dededa;
	padding-left: 20px !important;
}
.contact_form_section textarea::placeholder {
  color: #dededa;
		padding-left: 20px !important;
}



.main-navigation .main-nav ul li[class*="current-menu-"] > a::before {
    content: '';
    position: absolute;
    background-color: #a7a7a736;
    width: 100%;
    height: 130px;
    border-bottom: 5px solid #7acd3b;
    top: 0;
    left: 0;
    transform: translate(0px, -50%);
}



@media only screen and (max-width: 800px) {
	
.main-navigation .main-nav ul li[class*="current-menu-"] > a::before {
    content: '';
    position: absolute;
    background-color: #a7a7a736;
    width: 89%;
    height: 51px;
    border-bottom: 3px solid #7acd3b;
    top: 0;
    left: 0;
    transform: translate(20px, -9%);
}
.site-header {
    background-color: rgb(7 7 7);
    /* z-index: 1; */
}
.has-inline-mobile-toggle #site-navigation.toggled {
        margin-top: 30px;
    background-color: rgb(0 0 0);
    padding-bottom: 30px;
}
p.menu_button {
    margin: 20px 0px 0px 0px;
}	
.inside-header {
   padding-right: 0px;
   padding-left: 0px;
}
.site-logo {
    z-index: 9999;
    padding-left: 20px;
}	
.counter_number_section .wpsm_counterbox {
    position: relative;
    border-right: 0px solid #d3d3d3;
}	
.counter_number_section .wpsm_count-icon {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-97px, 17px);
}	
.undeder_banner_image::before {
    content: '';
    position: absolute;
    background-image: url(http://patriciabernard.com.au/vape/wp-content/uploads/2022/12/vapes_shot-e-e1671004736646.png);
    width: 100%;
    height: -webkit-fill-available;
    background-size: cover;
    background-repeat: no-repeat;
    top: -55px;
    z-index: 0;
}	
.bottom_menu_part ul li a {
    padding: 0px 10px;
}	
	.testimonial_section .strong-view.wpmtst-modern .wpmtst-testimonial-inner {

    height: 641px !important;
}
}













