/*
Theme Name: PS Catering
Template: bi
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* DEFAULT BODY STYLES */

body, p, ul, li {
    font-size: 16px;
	line-height: 26px !important; }

ul li, ol li {
    list-style-position: inside !important; }

@media screen and (max-width: 768px) {

p, ul, li {
    font-size: 14px !important;
	line-height: 22px !important; }
	
}

/* A VARIANTS */

a.mustard { color: #F2BC57 !important; }

a.mustard:hover { color: #FFFFFF !important; }

/* SIZE / STYLE VARIANTS */

.lh-zero { line-height: 0px !important; }

.jumbo { font-size: 400% !important; }

.larger { font-size: 22px; line-height: 29px !important; }

.smaller { font-size: 12px !important; line-height: 0px !important; }

.thinner { font-weight: 400 !important; }

@media screen and (max-width: 768px) {
	
.jumbo { font-size: 200% !important; }
    
.larger { font-size: 18px !important; line-height: 24px !important; }
    
}

.lowercase { text-transform: lowercase !important; }
	
/* HEADINGS */

.into-title-01 { font-size: 32px; line-height: 38px; }

.into-title-02 { font-size: 24px; line-height: 36px; }

h1 {
	font-size: 34px !important; 
	line-height: 42px !important; }
	
h2 {
	font-size: 28px !important; 
	line-height: 36px !important; }
	
h3 {
	font-size: 24px !important; 
	line-height: 32px !important; }

h4 {
	font-size: 19px !important; 
	line-height: 27px !important; }
	
@media screen and (max-width: 768px) {
	
h1  {
	font-size: 28px !important; 
	line-height: 36px !important; }
	
h2 {
	font-size: 22px !important; 
	line-height: 28px !important; }
	
h3 {
	font-size: 18px !important; 
	line-height: 26px !important; }

}

/* LINE HEIGHT BOOST */

.lh-boost-01 { line-height: 225% !important; }

/* HR */

hr { 
 border-top: 1px solid #0F353D !important;
 opacity:.2 !important;
}

#footer hr { 
 border-top: 1px solid #FFFFFF !important;
 opacity:.2 !important;
}

/* CLEARER */

.clearer {
	clear: both;
  	margin: 0;
 	padding: 0; }
	
/* NOSPACE GRID GENERIC LAYOUT STYLES */

.np { padding: 0px !important; }

.nm { margin: 0px !important; }

.collapsed .col  {
    padding: 0px !important;
	margin: 0px !important; }

.ux-slider, .ux-row-slider {
    margin-bottom: 0px !important; }

.page-wrapper {
	padding-bottom: 0px !important; }

.col { padding-bottom: 0px !important; }
	
/* TABLES */

table tr td {
	border: solid 0px!important;
	color: #000000 !important; }

/* TABLEPRESS */

td.column-1, th.column-1 {
	padding-left: 10px !important; }

.tablepress tfoot th, .tablepress thead th {
    background-color: #0E723D !important;
    color: #FFFFFF !important; }
	
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    line-height: 1.8em !important; }
	
table tr th, table tr td {
	color: #000000 !important;
    font-size: 14px !important;
	line-height: 18px !important;
	text-transform: none !important; }


/* HIDE - SHOW */

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

	
.desktop-hide { display: none !important; }
	
}

@media only screen and (max-width: 850px) {

.mobile-hide { display: none !important; }
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  { 

.desktop-hide { display: block !important; }
.mobile-hide { display: none !important; }

}
	
/* SPACERS */

.spacer-1 {
	clear: both;
  	margin: 0;
 	padding: 1px 0px 0px 0px; }

.spacer-2 {
	clear: both;
  	margin: 0;
 	padding: 1px 0px 0px 0px; }

.spacer-5 {
	clear: both;
  	margin: 0;
 	padding: 5px 0px 0px 0px; }

.spacer-10 {
	clear: both;
  	margin: 0;
 	padding: 10px 0px 0px 0px; }

.spacer-15 {
	clear: both;
  	margin: 0;
 	padding: 15px 0px 0px 0px; }
	
.spacer-20 {
	clear: both;
  	margin: 0;
 	padding: 20px 0px 0px 0px; }
	
.spacer-30 {
	clear: both;
  	margin: 0;
 	padding: 30px 0px 0px 0px; }
	
.spacer-40 {
	clear: both;
  	margin: 0;
 	padding: 40px 0px 0px 0px; }

.spacer-50 {
	clear: both;
  	margin: 0;
 	padding: 50px 0px 0px 0px; }

.spacer-60 {
	clear: both;
  	margin: 0;
 	padding: 60px 0px 0px 0px; }

.spacer-100 {
	clear: both;
  	margin: 0;
 	padding: 100px 0px 0px 0px; }

/* MARGIN ADJUSTMENTS */

.negative-margin-05 { margin-bottom: -5px !important; }
	
/* IMAGE STYLES */

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 0px auto; }

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.image-border-10 {
	border: 10px solid #FFFFFF; }

.margin-padding-none {
	margin: 0px !important;
	padding: 0px !important; }

.margin-none {
	margin: 0px !important; }

.display-inline {
	display: inline !important; }

.circular-image img {
	width: 110px;
	height: 110px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
	-o-border-radius: 150px;
	border-radius: 150px;
	border: solid #0F353D 10px; }

/* RESPONSIVE VIDEO CONTAINER */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden; }
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* SECTION STYLES */

.pad-5 { padding: 5px; }
.pad-10 { padding: 10px; }
.pad-15 { padding: 15px; }
.pad-20 { padding: 20px; }
.pad-30 { padding: 30px; }
.pad-40 { padding: 40px; }
.pad-60 { padding: 60px; }

@media screen and (max-width: 768px) {
	
.pad-60 { padding: 30px !important; }

}
	
/* CORE COLOR SPANS */

.dark-green { color: #0E723D !important; }

.light-green { color: #6EBE46 !important; }

.brown { color: #5B3016 !important; }

.mustard { color: #F2BC57 !important; }

.white-text { color: #FFFFFF !important; }

.black-text { color: #000000 !important; }

/* BG COLOR SPANS */

.dark-green-bg {  background-color: #0E723D !important; }

.light-green-bg { background-color: #6EBE46 !important; }

.brown-bg { background-color: #5B3016 !important; }

.white-bg {  background-color: #FFFFFF !important; }

.grey-bg { background-color: #6D6E71 !important; }

.light-grey-bg { background-color: #EDEDED !important; }

.v-light-grey-bg { background-color: #F5F5F5 !important; }

/* OPACITY */

.opacity-08 { opacity: 0.8 !important; }

/* BORDERS */

.border-10-white { border: solid 10px #FFFFFF; }

.border-light-grey-15, #body_drag_523 { border: solid 15px #F2F4F1 !important; }

/* MENU */

#header .nav li.has-icon-left > a > i, #header .nav li.has-icon-left > a > svg, #header .nav li.has-icon-left > a > img {
    margin-right: 10px !important; }

.has-dropdown .icon-angle-down { display: none !important; }

/* MENU - MOBILE */

.nav li.has-icon-left>a>i,
.nav li.has-icon-left>a>img,
.nav li.has-icon-left>a>svg {
  margin-right: 10px !important; }

.off-canvas-center.mfp-bg.mfp-ready {
	opacity: 1 !important; }

/*  REMOVE EXERPT FROM HEAD */

.page-header-excerpt { display: none !important; }

/* PAGE TITLE */

.normal-title {
 background-color: #0F353D !important;
 border-top: 0px solid #0F353D !important;
 border-bottom: 0px solid #0F353D !important; }

/* SOCIAL ICONS */

.social-icons .icon {
	color: #6D6E71 !important;
	margin-right: 0.75em !important; }
	
.social-icons .icon:hover {
    color: #0E723D !important; }

.sidebar-menu .social-icons .icon {
	color: #FFFFFF !important;
	margin-right: 0.75em !important; }
	
.sidebar-menu .social-icons .icon:hover {
    color: #0E723D !important; }

.footer-wrapper .social-icons .icon {
	color: #FFFFFF !important;
	margin-right: 0.75em !important; }
	
.footer-wrapper .social-icons .icon:hover {
    color: #F2BC57 !important; }

/* ACCORDI0N */

 a.plain { 
	color: #2E7D32 !important;
	font-weight: 700 !important; }

.accordion-title { 
	border-top: none !important;
    font-size: 18px !important;
	line-height: 26px !important; }

.accordion-title.active {
    color: #0F353D !important; }

/* GRAVITY FORMS */

legend { text-transform: inherit !important; }

.gform_required_legend { display: none !important; }

.gform_wrapper .gfield_required {
    color: #009688 !important; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border-radius: 0px !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset !important;
    height: 60px; }

.quantity .buttons_added input[type="number"] { height: auto !important!; }
	
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-radius: 0px !important; }

.gform_wrapper select {
    border: 3px solid #FFFFFF !important;
    border-radius: 0px !important; }
	
select, .select2-container .select2-choice {
    height: 60px !important; }

.gform_wrapper.gf_browser_chrome input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_chrome textarea, .gform_wrapper.gf_browser_gecko input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_gecko textarea, .gform_wrapper.gf_browser_safari input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_safari textarea {
    border: 3px solid #FFFFFF !important; }
	
.gform_wrapper.gf_browser_gecko .gfield_checkbox li input, .gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_gecko .gfield_radio li input[type="radio"] {
    margin-top: 10px !important ;
	margin-right: 10px !important ; }

/* UX SEARCH BUTTON STYLES */

.ux-search-submit  { min-height: 60px !important; border: none !important; }

/* ESSENTIAL GRID */

.esg-filters.esg-navbutton-solo-left, .esg-filters.esg-navbutton-solo-right { top: 0% !important; }

.flat-dark .esg-filterbutton, .flat-dark .esg-navigationbutton { border-radius: 0px !important; margin-bottom: 10px !important; }

.flat-dark .esg-filterbutton.selected { background-color: #0E723D !important; }

.flat-dark .esg-filterbutton:hover { background-color: #F2BC57 !important; }

#footer-logos .flat-dark .esg-navigationbutton { display: none !important; }

@media screen and (max-width: 768px) {

.eg-team-element-6, .eg-service-element-6 {
    font-size: 14px !important;
	line-height: 22px !important; }
	
}

/* FOOTER (GENERAL) */

.footer-link a { color: #FFFFFF !important; }

.footer-link a:hover { color: #F2BC57 !important; }

.anchor-mustard a { color: #F2BC57 !important; }

.anchor-mustard a:hover { color: #FFFFFF !important; }

/* HR & DIVIDERS */

#footer .is-divider { background-color: rgba(255,255,255,.4) !important; }
	
/* ABSOLUTE FOOTER */

.absolute-footer ul li a {
    letter-spacing: 0.2px; 
	color: #FFFFFF !important;
	font-size: 16px !important; }

.absolute-footer ul {
    border-bottom: 0px solid rgba(55, 71, 79, 1.0) !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;}
	
.absolute-footer ul li a:hover {
    color: #F2BC57 !important; }

.absolute-footer {
    padding: 10px 0px 30px 0px; }
	
.copyright-footer,  .absolute-footer p {
	font-size: 16px !important;
	line-height: 26px !important;
	letter-spacing: 0.2px;
    opacity: 1 !important;
	color: #FFFFFF !important;
	display: inline-block; }
	
.copyright-footer a, .absolute-footer p a {
	color: #FFFFFF !important; }