/*
 Theme Name:   Kleva Stunts
 Theme URI:    http://example.com/KlevaStunts/
 Description:  HTML5 Child Theme
 Author:       WebEasy
 Author URI:   http://webeasy.co.za
 Template:     html5blank-stable
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Blank, HTML5, CSS3
 Text Domain:  PNC
*/

/*------------------------------------*\
    BOILER PLATE
\*------------------------------------*/
.section {
	clear: both;
	margin: 0px;
	padding: 0px;
	}
.section_space {
	clear: both;
    margin: 0px auto;
	padding: 0px;
	max-width: 1280px
	}

/* GROUPING */
.group:before, .group:after {
    content:"";
    display:table;
    }
.group:after {
    clear:both;
    }
.group {
    zoom:1; 
    }

.breaker { clear: both; }

.col {
    float: left;
    margin: 0% 0% 0% 0.1%;
    display: block;
    }

.col_space {
    float: left;
    margin: 0% 0% 0% 0%;
    display: block;
    }

.col:first-child { margin-left: 0; } 

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 600 PIXELS */
@media only screen and (max-width: 768px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}
/*  GRID OF TWELVE */
.span_12_of_12 { width: 100%;   }
.span_11_of_12 { width: 91.53%; }
.span_10_of_12 { width: 83.06%; }
.span_9_of_12  { width: 74.6%;  }
.span_8_of_12  { width: 66.13%; }
.span_7_of_12  { width: 57.66%; }
.span_6_of_12  { width: 49.95%; }
.span_5_of_12  { width: 40.73%; }
.span_4_of_12  { width: 32.26%; }
.span_3_of_12  { width: 23.8%;  }
.span_2_of_12  { width: 15.33%; }
.span_1_of_12  { width: 6.86%;  }

@media only screen and (max-width: 768px) {
.span_12_of_12 { width: 100%; }
.span_11_of_12 { width: 100%; }
.span_10_of_12 { width: 100%; }
.span_9_of_12  { width: 100%; }
.span_8_of_12  { width: 100%; }
.span_7_of_12  { width: 100%; }
.span_6_of_12  { width: 100%; }
.span_5_of_12  { width: 100%; }
.span_4_of_12  { width: 100%; }
.span_3_of_12  { width: 100%; }
.span_2_of_12  { width: 100%; }
.span_1_of_12  { width: 100%; }
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* body */
body {
	color: #ffffff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1c1c1c;
	background-image: url('/wp-content/uploads/2021/07/KlevaStunts_main-background.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed
	}

/* header */
.header {
	margin: 0px auto 10px auto;
	max-width: 1280px;
	padding-top: 30px;
}

/* logo */
.logo {
	text-align: left;
	margin: 0px auto;
	}

/* footer */
.footerbar { 
	padding-top: 70px;
	padding-bottom: 70px;
}

.sidebar { display: none }

.bg_full {
	background-image: url('/wp-content/uploads/2021/07/KlevaStunts_main-background.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

/* navigation */
.navbar-container {
    margin: 0px auto;
    max-width: 1200px;
    }

.nav {
    float: left;
    }

.navigation {
    clear: both;
    width: 100%;
    color: #ffffff;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    text-align: right;
    }

.menu-link {
    display: none;
    }

.menu {
    margin: 10px auto 0px auto;
	padding: 2px;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    }

.menu ul {
    margin: 0px auto;
    padding: 0px;
    display: inline-table;
    position: relative;
    list-style: none;
    }

.menu ul li {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    }

.menu > ul > li {
    display: inline-block;
    }

.menu ul li a {
    color: #ffffff;
    display: block;
    padding: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
	text-transform: uppercase
    }

.menu ul li a:hover, .menu ul li a:focus {
    color: #fff200!important;
    }

.current_page_item {
    color: #fff200!important;
    }

.menu ul li > a {
    padding: 10px 25px;
    }


/* responsive menu */
@media all and (max-width: 1100px) {
	.menu ul li > a {
    padding: 5px 10px;
    }
}

@media all and (max-width: 768px) {
.container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
	
	
	
.example-header .container {
    width: 100%;
    }

a.menu-link {
    color: #95c62a;  
    float: right;
    display: block;
    padding: 20px;
    font-size: 18px;
    text-decoration: none;
    }

.menu {
    clear: both;
    float: none;
    min-width: inherit;
    }

.menu, .menu > ul ul {
    overflow: hidden;
    max-height: 0;
    }

.menu > li > ul.sub-menu {
    border: none;
    padding: 0px;
    }

.menu.active, .menu > ul ul.active {
    max-height: 60em;
    }

.menu ul {
    display: inline;
    }


.menu li, .menu > ul > li {
    display: block;
    }

.menu li a {
    color: #ffffff;
    height: auto;
    display: block;
    padding: 5px 10px;
    position: relative;
    line-height: 22px;
    }

.menu li.has-submenu > a:after {
    top: 15px;
    right: 0px;
    content: '+';
    padding: 0px 5px;
    display: block;
    position: absolute;
    font-size: 30px;
    text-decoration: none
    }

.menu li.has-submenu { text-decoration: none;}

.menu li.has-submenu > a.active:after {
    content: "-";
    }

.menu ul ul > li a {
    color: #6b6b6b;
    height: 20px;
    border: 0px;
    padding: 10px;
    background-color: #ffffff;
    }

.menu ul ul > li a:hover {
    color: #ffffff;
    padding: 10px 10px 9px 10px;
    border-bottom: 1px dashed #ffffff
    }

.menu ul ul, .menu ul ul ul {
    top: auto;
    left: 0;
    width: 100%;
    margin: 0px;
    border: none;
    display: inherit;
    position: relative;
    background-color: #5c1819;
    }
}


/*------------------------------------*\
    typography
\*------------------------------------*/


.current-heading { display: none }

/*------------------------------------*\
    FORMS
\*------------------------------------*/
input, textarea {
        font: normal 15px arial;
        width: 100%;
        color: #6B6B6B;
        border: 2px solid #6b6b6b;
        margin: 1px 5px;
        padding: 5px 10px;
        max-width: 100%;
        text-align: center;
        background: #b6b6b6;
        line-height: 26px;
        letter-spacing: 1px;
    }

/*------------------------------------*\
    LINKS
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/
img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: auto\9; /* ie8 */
    height: auto\9;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    }


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}

@media only screen and (min-width:1280px) {

}

@media all and (max-width:1140px) {

}

@media all and (max-width:1024px) {
	.bannertext { width: 60%; }
	}

@media all and (max-width:768px) {
	.logo {
	text-align: center;
	margin: 0px auto;
	}
}

@media all and (max-width:320px) {

}
@media all and (max-width:480px) {

}