﻿/*
STYLE SHEET DEVELOPED FOR petol.com BY PROMIT (www.texaswebmarketing.com)
ALL RIGHTS RESERVED. COPYRIGHT 2021-22 PROMIT.
*/

body { top: 0 !important; color: #000; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

:root, :host { --fa-style-family-classic: 'Font Awesome 6 Free';--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';}
@font-face {
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("/includes/webfonts/fa-solid-900.woff2") format("woff2"), url("/includes/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas, .fa-solid { font-weight: 900; }

.eu {font-family: eurostile, sans-serif;font-weight: 400;font-style: normal;}
.eu-i {font-family: eurostile, sans-serif;font-weight: 400;font-style: italic;}
.eu-b {font-family: eurostile, sans-serif;font-weight: 700;font-style: normal;}
.eu-ex {font-family: eurostile-extended, sans-serif;font-weight: 400;font-style: normal;}
.eu-ex-b {font-family: eurostile-extended, sans-serif;font-weight: 900;font-style: normal;}

a { color: #ff6c0e; }
a i.fas { color: #fff; }
a:hover, a:focus, a.active, a:hover i.fas, a:focus i.fas, a:active i.fas {
	color: #696b83;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus,
h1 a:active, h2 a:active, h3 a:active, h4 a:active {
	text-decoration: none;
}
a .fa-forward { display: none; }
a:hover .fa-forward { display: inline-block; }
.btn-clear { color: #999; background-color: #f8f8ff; border-color: #999; }
.btn-clear:hover { color: #f8f8ff; background-color: #999; border-color: #f8f8ff; }
.btn-petol { color: #fff; background-color: #ff6c0e; border-color: #ff6c0e; white-space: nowrap; }
.btn-petol:hover { color: #fff; background-color: #0f1111; border-color: #0f1111; }

.header {
	background: linear-gradient(rgba(255,255,255,0.3),transparent);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	transition: all 1000ms;
}

#topnav .navbar-brand img { min-width: 100px; transition: all 1000ms; }
#menutopnav .navbar-brand img { min-width: 50px; opacity: 1; transition: all 1000ms; }
.navbar-toggler {
	position: relative;
	display: inline-block;
	transition: all 500ms;
}
.bars {
	cursor: pointer;
	overflow: auto;
	width: 60px;
	display: inline-block;
}
.bars > div {
	background: #000;
	width: 60px;
	height: 4px;
	margin-bottom: 8px;
	clear: right;
	float: right;
	transition: all 500ms;
}
.navbar-toggler:hover .bars > div { width: 25px; background: #f0f0f0; }
.bars div.two { width: 40px; }
.navbar-toggler:hover .bars > div.two { width: 60px; }
.bars div.three { margin: 0; }
.navbar-toggler span {
	color: #000;
	padding-left: 10px;
	position: relative;
	top: -5px;
	transition: all 500ms;
	cursor: pointer;
}
.navbar-toggler .menu-open {
	float: right;
	position: relative;
	cursor: pointer;
	/*width: 150px;*/
	height: 30px;
	z-index: 9;
}
.navbar-toggler .menu-open span {
	transition: all 500ms;
	text-transform: uppercase;
	font-size: 24px;
}
.navbar-toggler:hover .menu-open span { color: #000; }
.navbar-toggler .menu-close {
	float: right;
	position: relative;
	cursor: pointer;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	z-index: 9;
}
.navbar-toggler .menu-close span {
	transition: all 500ms;
	color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}
.navbar-toggler:hover .menu-close span { color: #000; }
.navbar-toggler .menu-close > div {
	width: 100%;
	height: 3px;
	background: #000;
	transition: all 250ms;
	position: absolute;
}
.x-top { left: 0; top: 50%; transform: rotate(45deg); }
.menu-close:hover .x-top { transform: rotate(0); }
.x-bottom { left: 0; top: 50%; transform: rotate(-45deg); }
.menu-close:hover .x-bottom { transform: rotate(0); }
#off-canvas-wrapper {
	width: 100%;
	/*overflow-x: hidden;*/
	position: relative;
	padding: 0 !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: auto;
}
#off-canvas-wrapper-inner {
	/*overflow: hidden;*/
	position: relative;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
}
#off-canvas-custom {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
	background: url(/images/petol-sign-banner-lores.jpg) top center #000;
	background-size: cover;
}
#off-canvas-wrap {
	width: 100%;
	height: 100vh;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
}
#off-canvas-content {
	position: relative;
	min-height: 100%;
	background: #f0f0f0;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	padding-bottom: .1px;
	-webkit-box-shadow: 0 0 10px rgb(10 10 10 / 50%);
	-moz-box-shadow: 0 0 10px rgba(10,10,10,.5);
	box-shadow: 0 0 10px rgb(10 10 10 / 50%);
}
.home #off-canvas-content {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	transition: all 1000ms;
}
.offscreen-right {
	transform: translateX(110%);
}
#off-canvas-left ul.nav li {
	display: block;
	vertical-align: middle;
	font-family: eurostile-extended, sans-serif;
	font-weight: 900;
	font-style: normal;
}
#off-canvas-left ul.nav li a {
	background: none !important;
	font-size: 18px;
	display: inline-block;
	padding: .5rem 1rem;
	line-height: 1.2;
	margin-bottom: 0;
}
#tsearch { transition: all 1000ms; }
#tsearch .form-inline { transition: all 1000ms; }
#tsearch .form-inline input { max-width: 80%; border: 1px solid #666; background-color: rgba(255,255,255,0.8); }
#tsearch .form-inline input.form-control:focus { border: none; box-shadow: 0 0 0 0.2rem rgb(255 108 14 / 50%); }
#off-canvas-right .address p { margin-bottom: 4px !important; font-size: 0.7rem; }

#pp-nav li .active span, .pp-slidesNav .active span { background: rgb(255, 108, 14); }
#pp-nav span, .pp-slidesNav span {
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	border: 1px solid rgb(255, 108, 14);
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.loader-wrap {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
}
.home section, .section.banner { height: 100vh; opacity: 0; }
.home section.active, .section.banner.active { opacity: 1; }

.footer {
	width: 100%;
	overflow: auto;
	color: #000;
	opacity: 1;
	margin: 0;
	letter-spacing: 2px;
	clear: both;
	z-index: 7000;
	position: fixed;
	background: linear-gradient(transparent,rgba(255,255,255,0.3));
	transition: all 1000ms;
}
.footer a, .footer p, .address p, .address a {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.address a:hover, .address a:focus, .address a.active { color: #999; }
.footer a:hover, .footer a:focus, .footer a.active { color: #696b83; }
.footer p.small, .footer p.small a { font-size: 70%; font-weight: 400; }

#fa-updown { position: absolute; bottom: 50px; right: 20px; width: 30px; padding: 1px 6px; text-align:center; transition: all 2000ms; z-index: 8000; background-color: #ff6c0e; }
#fa-up { border-bottom: 1px solid #fff; margin-bottom: 4px; transition: all 2000ms; }
#fa-down { border-top: 1px solid #fff; margin-top: 4px; transition: all 2000ms; }
#fa-up .svg-inline--fa, #fa-down .svg-inline--fa { color: #fff; }
#fa-up .svg-inline--fa:hover, #fa-up .svg-inline--fa:active, #fa-down .svg-inline--fa:hover, #fa-down .svg-inline--fa:active  { color: #000; }

@media (max-height: 300px) {
	#menutopnav div.navbar-brand img { display: none !important; }
}
@media (max-height: 400px) {
	#off-canvas-right .address p { font-size: 0.7rem; }
	#off-canvas-left ul.nav li a { font-size: 14px; }
}
@media (min-height: 450px) {
	#menutopnav .navbar-brand img { min-width: 150px; }
	.navbar-toggler .menu-close { width: 64px; height: 64px; margin-right: 20px; }
}
@media (min-width: 576px) {
	section .fixed-bottom i.fas:hover, section .fixed-bottom i.fas:active  { color: #000; }
	.navbar-toggler .menu-open { width: 150px; }
}
@media (max-width: 575px) and (min-height: 400px) {
	#off-canvas-wrap div.fixed-bottom { padding-bottom: 30px; }
}
@media (max-width: 576px) {
	.footer {
		letter-spacing: 1px;
		padding: 10px 0 !important;
		background: #000 !important;
		text-align: center;
	}
	.footer a, .footer p, .footer .address p, .footer .address a { color: #fff; }
	.footer-left span { padding: 0 6px; } 
	.footer p { padding: 0; margin: 0; }
	.footer-right, .footer-left p:not(.phone-email), .footer-logo { display: none; }
}
@media (min-width: 576px) and (max-width: 768px) {
	.footer .container, .footer .container-sm { max-width: 540px; padding: 0; }
}
@media (min-width: 576px) and (min-height: 550px) {
	#off-canvas-right .address p { font-size: 0.9rem; }
	#off-canvas-left ul.nav li a { font-size: 1rem; }
	#menutopnav .navbar-brand img { min-width: 150px; }
	.navbar-toggler .menu-close { width: 64px; height: 64px; margin-right: 20px; }
	#off-canvas-wrap div.fixed-bottom { padding-bottom: 60px; }
}
@media (min-width: 768px) and (min-height: 500px) {
	#off-canvas-right .address p { font-size: 1rem; }
	#off-canvas-left ul.nav li a { font-size: 1.5rem; }
	#menutopnav .navbar-brand img { min-width: 150px; }
	.navbar-toggler .menu-close { width: 64px; height: 64px; margin-right: 20px; }
}

@media (min-width: 768px) {
	#off-canvas-custom { background: url(/images/petol-sign-banner.jpg) top center #fff; background-size: cover; }
	.pp-viewing-Home #topnav .navbar-brand img { min-width: 250px; }
}
@media (min-width: 992px) {
	.navbar-expand-lg, #off-canvas-wrap .row { max-width: 1640px; margin: 0 auto; }
}
@media (max-height: 620px) and (max-width: 700px) {
	p:not(.footer p)  { font-size: 90%!important;}
	h1, h2, h3  { font-size: 1.5rem!important;}
	.footer p  { font-size: 70%!important;}
}
@media (max-height: 510px) {
	#menutopnav .navbar-toggler { margin-left: auto; }
	.footer {
		letter-spacing: 1px;
		padding: 10px 0 !important;
		background: #000 !important;
		text-align: center;
	}
	.footer a, .footer p, .footer .address p, .footer .address a { color: #fff; }
	.footer-left { flex: 0 0 100%; max-width: 100%; }
	.footer-left span { padding: 0 6px; } 
	.footer p { padding: 0; margin: 0; }
	.footer-right, .footer-left p:not(.phone-email), .footer-logo { display: none; }
}
@media (max-height: 500px) {
	#off-canvas-left ul.nav li a { font-size: 1.2rem; padding: 0.3rem 3rem; line-height: 1; }
}
@media (min-height: 500px) {
	#topnav .navbar-brand img { min-width: 150px; }
	#menutopnav .navbar-brand img { min-width: 150px; opacity: 1; }
	.navbar-toggler .menu-close { width: 64px; height: 64px; margin-right: 20px; }
}