/*adjust mobile logo size*/
@media only screen and (max-width: 1000px){
header .q_logo img.mobile {
    display: block!important;
    opacity: 1!important;
    position: relative;
    margin: 0 auto;
    top: 20px;
    height: 50% !important;
}
}

/*adjust normal logo size*/
header .q_logo img.normal{
    height: 65% !important;
		top:-22px
}
/*adjust sticky logo size*/
header .q_logo img.sticky{
    height: 70% !important;
		top:-20px
}

/*Using Custom Fonts*/
@font-face {
font-family: 'Ezra';
src: url('https://cheetah.com.ph/wp-content/uploads/2022/08/Ezra-Bold.otf'); }
@font-face {
font-family: 'Jumper';
src: url('https://cheetah.com.ph/wp-content/uploads/2022/08/Jumper-PERSONAL-USE-ONLY-Regular-Italic-400.ttf'); }

h2 {
	font-family: 'Ezra' !important;
}

h3 {
	font-family: 'Jumper' !important;
}

/*Change Font of Qode Button*/
.qode-btn{
	font-family: 'Poppins', sans-serif !important;
}

/*Change Mobile Breaking Point for Header*/
@media only screen and (max-width: 1500px){
	.main_menu{
		display: none;
	}
	.mobile_menu {
		display: block !important;
		
	}
	.mobile_menu_button{
		display: table !important;
		margin-top: -0.3em !important;
	}
}

/*Change the background color of contact form 7 confirmation*/
.wpcf7 form.sent .wpcf7-response-output, div.wpcf7-response-output.wpcf7-mail-sent-ok {
background-color: #ffad5f;
}

/* Blog Page Hide author */
.post_author{
		display:none !important;
}
div.post_info{
	display:none !important;
}

/*Making the Active Texts on Product Table Bigger*/
div.active_text{
	font-size: 1.2em !important;
}
/*Change Color When a Tab is Hovered*/
ul.qode-advanced-tabs-nav li.ui-state-hover span{
	color: #333;
	
}
/*Change Horizontal Padding of Header Items*/
li.menu-item>a {
	padding: 0 0.6em !important;
}
div.inner a {
	padding: 0.7em 1em !important;
}

/*Resize close button and make "close" text appear */
div.pp_default a.pp_close{
/*Text*/
text-indent: -3em !important;
text-transform: uppercase;
font-size: 0.8em;
color: rgba(255,255,255,0.8);
padding-top: 0.4em;
/*With Background*/
zoom: 2;
/* Mozilla support */
-moz-transform:scale(2);
}
/*Move Submit Button Down on Contact Form*/
.wpcf7-submit{
margin-top: 1em !important;
}
@media screen and (max-width: 1000px){
	.wpcf7-submit{
margin-top: 1em !important;
}
}