/*
Theme Name: Best Packaging
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *   1.1 FRAMEWORK
 *   1.2 MODULES
 *   1.3 STYLES
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 THEME MODULES
 *   2.3 BACK TO TOP BUTTON
 *   2.4 ELEMENTOR
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT & LINKS
 *   3.2 HEADINGS
 *   3.3 BORDERS & DIVIDERS
 *   3.4 BUTTONS
 *   3.5 ICONS
 *   3.6 LIST STYLES
 *   3.7 FORM STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.4 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 BODY STYLES
 *   5.1 BANNER
 *   5.2 BREADCRUMBS
 *   5.3 TITLE BAR
 *   5.4 PAGE NAV BAR
 *   5.5 MAIN
 *   5.6 ARCHIVE
 *   5.7 SINGLE
 *
 * 6 FOOTER STYLES
 *   6.1 CTA BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

@import "/css/3dffa3a54e3e71232adafc2e5f9c2650/style.css";

/***  HELVETICA  ***/ 

@font-face {
    font-family: 'helveticaregular';
    src: url("/source/2e39cd97fa4cca12be67aced4eb1fc07") format('woff2'),
         url("/source/b4815e452dcc62f19c7e56c4f0f73250/helvetica-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'helveticabold';
    src: url("/source/c196a38997b7b0b2827d8a49e2bd4206") format('woff2'),
         url("/source/aff3b849753a0ca32c65900cf5d74d87/helvetica-bold-webfont.woff") format('woff');
    font-weight: bold;
    font-style: normal;

}
/******************************************************************************
 * * *  2 STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --primary-1: #F6C514;
  --primary-2: #edb128;
  --primary-3: #FDCD15;
  --dark-1: #545454;
  --dark-2: #3b3b3b;
  --dark-3: #111111;
  --dark-4: #63625d;
  --light-1: #e9e9e9;
  --light-2: #f0f1f2;
  --light-3: #f9f9f9;
	--light-4: #dddddd;
	--radius-1: 50%;
	--radius-2: 8px;
	--radius-3: 20px;
  --shadow-1: 0 16px 32px -16px rgba(0,0,0,.24);
  --shadow-2: 0 40px 120px -40px rgba(0,0,0,.24);
  --font-1: 'Helvetica',sans-serif;
}

html {font-size: 16px;}

body {
  line-height: 1.6em;
  font-family: var(--font-1);
  color: var(--dark-2);
  background-color: var(--light-3);
}

p:empty:before {display: none !important;}



/***  2.2 THEME STYLES  ***/

.section-container {max-width: 1300px;}



/***  2.3 BACK TO TOP BUTTON  ***/

.btt-button .fa {
  border-radius: var(--radius-1);
  background-color: var(--primary-1);
	font-weight: 300;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btt-button:hover .fa {
  background-color: var(--primary-2);
  color: white;
}



/***  2.4 ELEMENTOR  ***/

.elementor-column {
  display: flex;
  margin-right: 0;
}

.elementor-column-gap-narrow > .elementor-row {
  width: calc(100% + 10px);
  margin: -5px;
}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 5px;}

.elementor-column-gap-default > .elementor-row {
  width: calc(100% + 20px);
  margin: -10px;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 10px;}

.elementor-column-gap-extended > .elementor-row {
  width: calc(100% + 30px);
  margin: -15px;
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 15px;}

.elementor-column-gap-wide > .elementor-row {
  width: calc(100% + 40px);
  margin: -20px;
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 20px;}

.elementor-column-gap-wider > .elementor-row {
  width: calc(100% + 60px);
  margin: -30px;
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 30px;}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {padding: 0;}

.sections .elementor-container {
  padding-left: 50px;
  padding-right: 50px;
}

.elementor-inner-section .elementor-container, 
.sections .elementor-inner-section .elementor-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor-widget .elementor-icon-list-item:not(:last-child) {margin-bottom: 0.5em;}

.elementor-widget-heading .elementor-heading-title {line-height: 1.3em !important;}

.elementor-testimonial__image {display: none !important;}

[class*="eicon-"], 
[class*="e-icon-"] {font-style: normal !important;}

.elementor-button {
  line-height: normal;
  font-size: inherit;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.elementor-button:hover {text-decoration: none;}

@media screen and (max-width: 900px) {
.sections .elementor-section-boxed .elementor-container,
.elementor-section-stretched .elementor-container {
  padding-left: 40px;
  padding-right: 40px;
}
}

@media screen and (max-width: 600px) {
.sections .elementor-section-boxed .elementor-container,
.elementor-section-stretched .elementor-container {
  padding-left: 25px;
  padding-right: 25px;
}
}

@media screen and (max-width: 420px) {
.sections .elementor-section-boxed .elementor-container,
.elementor-section-stretched .elementor-container {
  padding-left: 15px;
  padding-right: 15px;
}
}

/* Elementor Buttons */

.elementor-button {
  line-height: normal;
  font-size: inherit;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.elementor-button:hover {text-decoration: none;}

/* Elementor Icons */
.elementor .fa,
.elementor .fas,
.elementor .far,
.elementor .fal,
.elementor .fab,
.elementor .fa:before,
.elementor .fas:before,
.elementor .far:before,
.elementor .fal:before,
.elementor .fab:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.elementor-view-stacked .elementor-icon {background-color: var(--primary-1);}
.elementor-view-stacked .elementor-icon i {color:white;}
.elementor-view-stacked .elementor-icon:hover {color:var(--light-2);}

/* Elementor Gallery */

.elementor-lightbox [class*="eicon-"] {color: white !important;}

.elementor-image-gallery .gallery-item img {border: 0 !important;}

.elementor-slideshow__header {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}





/******************************************************************************
 * * *  3 CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  3.1 TEXT & LINKS  ***/

a {color: var(--light-4);}

a:hover {color: var(--primary-1); text-decoration: none;}



/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: var(--font-1);
}

h1 {font-size: 3em;}
h2 {font-size: 2.5em; text-transform: uppercase;}
h3 {font-size: 2em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1em;}
h6 {font-size: 0.85em;}



/***  3.3 BORDERS & DIVIDERS  ***/

hr, .divider {
    display: block;
	width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 2.5em auto;
    padding: 0;
	clear: both;
}



/***  3.4 BUTTONS  ***/

.button, 
.elementor-button  {
  border: 2px solid var(--primary-1);
  background-color: var(--primary-1);
  font-weight: 500;
  color: white;
  border-radius: var(--radius-3);
  vertical-align: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button, 
.elementor-button:hover {
  border-color: var(--dark-1)!important;
  background-color:var(--dark-1);
  color: white!important;
}

/** Secondary Button **/

.button-secondary, 
.btn-secondary .elementor-button {
  background-color: white;
  color: black;
}

.button-secondary:hover, 
.btn-secondary .elementor-button:hover {
  border-color:var(--primary-2)!important;
  background: var(--primary-2)!important;
  color: white;
}

/* Empty Button */

.button-empty, 
.bordered-button .elementor-button {
  border:3px solid black;
  background: transparent;
  color: black!important;
}

.button-empty:hover, .bordered-button .elementor-button:hover  {
  border-color: var(--dark-1)!important;
  background-color:var(--dark-1)!important;
  color:white!important;
}




/***  3.5 ICONS  ***/

/*  Icon Colors  */

.fa, .fas, .far, .fal, .fab {color: var(--primary-1);}

a .fa, a .fas, a .far, a .fal, a .fab {
  color: var(--primary-1);
  webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {color: var(--primary-2);}

/*  Icon Backgrounds  */

.fa-bg {
  background-color: var(--primary-1);
  color: white;
}

a .fa-bg {
  background-color: var(--primary-1);
  color: white;
}

a:hover .fa-bg {
  background-color: var(--primary-2);
  color: white;
}

/*  Icon Borders  */
.fa-br {border-color: var(--primary-1);}
a .fa-br {border-color: var(--primary-1);}
a:hover .fa-br {border-color: var(--primary-2);}



/***  3.6 LISTS  ***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
  position: absolute;
  top: 0.33em;
  right: calc(100% + 0.75em);
  width: 1em;
  height: 1em;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1em;
  text-align: center;
	color: var(--primary-1);
}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
  font-size: 1.5em;
  top: 0;
  right: calc(100% + 1em);
}

/* Column Lists */

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

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
  display: inline-block;
  width: calc(100% - 1.75em);
}

}

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

.four-col-list, 
.five-col-list {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}

}

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

.five-col-list {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

}



/***  3.7 FORM STYLES  ***/

/* Inputs */

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {border-color: var(--primary-1);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: var(--primary-1);
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background-color: var(--primary-2);
  color: white;
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background-color:  var(--primary-1);
  color: white;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background-color: var(--light-2);}

input[type="text"].search-field:focus {background-color: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0,0,0,0) url("/source/1d7275981041b221f0fdb01ba89eef35/icon-search.svg") center center no-repeat !important;
  background-size: 1.5em !important;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}

/* Ninja Forms */

.nf-before-form-content {display: none !important;}

.nf-field-element input[type="button"] {height: 40px;}





/******************************************************************************
 * * *  4 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  4.1 SCROLL BAR  ***/

.scroll-bar {
  background-color: white;
	box-shadow: var(--shadow-1);
}

.scroll-logo img {max-height: 40px;}



/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: var(--primary-1);
}

.top-bar .col-custom {
  padding-top: 2px;
  padding-bottom: 2px;
}

.top-bar a { color:var(--dark-2); }
.top-bar a:hover { color:var(--dark-1); }

/***  4.3 HEADER  ***/

.header {
  background-color: white;
	border-bottom: 1px solid var(--light-4);
}

.header .col-custom {
  padding-top: 0;
  padding-bottom: 0;
}

.header .logo-wrapper {
  padding-top: 15px;
	padding-bottom: 15px;
}

.logo img, .logo svg {height: 40px;}

 @media (max-width: 901) {
  .logo img, .logo svg {max-height: 25px;}
 }

.home .logo svg [stroke='#000000'] {stroke: white;}

.home .logo svg [fill="#888A8C"] {fill: white;}

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {color: white; background: var(--primary-2);}

.header .menu-button.active .fal {
  background-color: var(--primary-1);
  color: white;
}

/* Home Variation */


.home .header {
  background-color: white;
	border: 1px solid rgba(255,255,255,0.08);
}



/***  4.4 NAV BAR  ***/

.nav-menu > li > a {
  padding: 25px 16px;
  color: var(--dark-1);
  font-weight: normal;
  text-transform: uppercase;
}

.nav-menu > li:first-child > a:after {
  content: "|";
  position: absolute;
  right: -4px; 
  color: var(--primary-1);
}
.nav-menu > li:not(:first-child):not(:last-child) > a:after {
  content: "|";
  position: absolute;
  left: -4px;
  color: var(--primary-1);
}

.nav-menu > li:last-child > a:after {
  content: "";
  position: absolute;
  left: -8px;
  color: var(--primary-1);
}

.home .header-menu > li > a {color: var(--dark-1);}

.tax-product-cat .nav-menu > li.products-link > a, 
.single-product .nav-menu > li.products-link > a, 
.single-post .nav-menu > li.posts-link > a, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a, 
.home .single-service .nav-menu > li.services-link > a, 
.home .single-post .nav-menu > li.posts-link > a, 
.home .nav-menu > li.current-page-ancestor > a, 
.home .nav-menu > li.current-menu-item > a, 
.home .nav-menu > li:hover > a {color: var(--primary-1);}



/* Nav Button */

.nav-menu > li.nav-button > a > span {
  display: block;
  padding: 0.5em 2.25em;
  border-radius:var(--radius-3);
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  background-color: var(--primary-1);
  color: white;
  transition: all 300ms ease-in-out;
}

.nav-menu > li.nav-button.current-menu-item > a > span, 
.nav-menu > li.nav-button:hover > a > span {
  background-color: var(--primary-2);
  color: white;
}


/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {
  border-radius: 2px;
  background-color: white;
  width: 240px;
}

.nav-menu li ul li a {
  padding: 12px 16px;
  text-align: left;
  color: var(--dark-2);
  font-size: 0.9em;
  text-transform: uppercase;
}


.nav-menu li ul li.current-menu-item > a {color: var(--primary-1);}

.nav-menu li ul li:hover a {
  background-color: var(--primary-1);
  color: white;
}


/***  4.7 MOBILE NAV  ***/

.mobile-nav {background-color: white;}

.mobile-menu > li:not(:last-child) {border-bottom: 1px solid var(--light-2);}

.mobile-menu li a {color: var(--dark-2);}

.mobile-menu li.current-menu-item > a {
  background-color: var(--primary-1);
  color: white;
  border-radius: 2px;
}

.mobile-menu li ul {
  background-color: var(--light-2);
  font-size: 0.9em;
}



/******************************************************************************
 * * *  5 BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  5.1 BANNER  ***/

.hp-banner {color: white;}

.hp-banner h1, 
.hp-banner h2, 
.hp-banner h3, 
.hp-banner h4, 
.hp-banner h5, 
.hp-banner h6 {color: white;}

.hp-banner h5 {
  text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}

 @media (max-width: 901px) { 
  .hp-banner h1 {
    font-size: 2.5em;
  }
 }

/***  5.3 TITLE BAR  ***/

.title-bar {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--light-3);
	text-align: left;
}


.page-title:after {
  position: absolute;
  left: -150px;
  display: block;
  width: 50%;
  height: 4px;
  margin: 15px auto 0 auto;
  background-color: var(--primary-1);
  content: '';
}

/***  5.4 PAGE NAV BAR  ***/

.page-nav-bar .page-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.page-nav-bar .page-menu {display: flex;}

.page-nav-bar .page-menu li {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
}

.page-nav-bar .page-menu li > a {
    padding: 24px 18px;
    display: flex;
    align-items: center;
    color: var(--dark-1);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.page-nav-bar .page-menu li.current-menu-item > a, 
.page-nav-bar .page-menu li:hover > a {
    background: var(--primary-1);
    text-decoration: none;
    color: white;
}



/***  5.5 MAIN  ***/

.main {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.content .alignleft {margin: 0 20px 1em 0;}

.content .alignright {margin: 0 0 1em 20px;}

}



/***  5.6 ARCHIVE  ***/

/* Archive Nav Bar */

.archive-nav-bar-inner {padding-top: 20px;}

.archive-nav-bar .archive-cats select, 
.archive-nav-bar .archive-search form {max-width: 300px;}

.archive-nav-bar .archive-search form {margin-left: auto;}

/* Entry Cols */

.entry-cols .entry-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px 30px 85px 30px;
  border-radius: 2px;
  color: var(--dark-2);
  box-shadow: 0px 0px 60px 8px rgba(0, 0, 0, 0.15);
  transition: all 300ms ease-in-out;
  overflow: hidden;
  box-sizing: border-box;
}

.entry-cols .entry-link:hover {text-decoration: none;}

.entry-cols .entry-link .entry-title {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.entry-cols .entry-link:hover .entry-title {color: var(--primary-1);}

.entry-cols .entry-link:hover {transform: translateY(-3px);}

.entry-cols .entry-thumb-wrap {margin: -30px -30px 20px -30px;}

.entry-cols .entry-date {opacity: 0.7;}

.entry-cols .entry-cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.entry-cols .entry-cats span {
  border-radius: var(--radius-2);
  padding: 1px 5px 2px 2px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
}

.entry-cols .entry-more {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 30px;
}

.entry-cols .entry-link .entry-button {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 12px 16px;
  border: 2px solid var(--primary-1);
  background-color: var(--primary-1);
  font-weight: 500;
  color: white!important;
  border-radius: var(--radius-3);
  vertical-align: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.84em;
}

.entry-cols .entry-link:hover .entry-button {
  border-color: var(--dark-1)!important;
  background-color: var(--dark-1);
  color: white!important;

}

/* Pagination */

.archive-paging-nav {margin-top: 50px !important;}

.archive-paging-nav .next-link {float: right;}

.archive-paging-nav .next-link, 
.archive-paging-nav .prev-link {
  display: inline-block;
  padding: 0.75em 2em;
  border: 1px solid var(--dark-2);
	border-radius: 2px;
  font-weight: 600;
  color: var(--dark-2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.archive-paging-nav .next-link:hover, 
.archive-paging-nav .prev-link:hover {
  border-color: var(--primary-1);
  color: var(--primary-1);
}



/***  5.7 SINGLE  ***/

.single .post-info {margin-top: 40px;}

/* Post Nav */

.post-nav {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid #e2e2e2;
}

.post-nav .grid {align-items: center;}

/* Social Share Buttons */

.a2a_floating_style{
	position:absolute !important;
	z-index: 1 !important;
}
.fixed_social{position:fixed !important;padding-top: 15px !important;top:100px !important;}
.bottom_social_share {
    z-index: 1 !important;
    bottom: 10px !important;
    top: auto !important;
}
.relative_class {
    position: relative;
}
.post-content{position:relative;}

.blog-index .a2a_kit{display:none;}

.a2a_s__default {
  padding: 0.25em !important;
  border-radius: 50% !important;
}
@media only screen and ( max-width: 980px ) {
	.a2a_floating_style { display:none; }
}
@media only screen and ( min-width: 981px ) {
.addtoany_content_top,.addtoany_content_bottom{display:none}
}





/******************************************************************************
 * * *  6 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  6.1 CTA BAR  ***/

.cta-bar {
  background-color: var(--primary-1);
	color: var(--dark-3);
}

.cta-bar .elementor-column-wrap {
  margin-left: 0!important;
}


.cta-bar .grid {align-items: center;}

.cta-bar .elementor-widget-heading {margin-bottom: 0.5em;}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6, 
.cta-bar .elementor-heading-title {color: var(--dark-3);}

.cta-bar .button:hover, 
.cta-bar .elementor-button:hover {
  background-color: white;
	color: var(--primary-1);
}



/***  6.2 FOOTER  ***/

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--dark-4);
  color:var(--light-1);
  font-size: 0.9em;
}

.footer .col-custom {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 1201px) {
	.footer .col-custom {width: 20% !important;}
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color:var(--light-2);
  font-weight: 600;
  text-transform: uppercase;
}

.footer h4 {
  font-size: 1.375em;
}


.footer a {color: white;}

.footer a:hover {
  text-decoration: none;
  color: var(--primary-1);
}

/* Footer Menus */

.footer .menu {margin-top: -5px;}

.footer .menu a {
  display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Footer Icon List */

.footer .arrow-list li, 
.footer .check-list li, 
.footer .check-circle-list li, 
.footer .icon-list li, 
.footer .contact-list li {margin-left: 1.75em;}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--dark-1);
  color:var(--light-2);
  font-size: 0.9em;
}

.bottom-bar .col-custom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottom-bar a {color: white;}

.bottom-bar a:hover {
  text-decoration: none;
  color: var(--primary-1);
}

.copyright, .credits {display: inline-block;}

.credits img {width: 1.1em;}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/* Add custom theme styles here */ 

.yellow-bar {background: var(--primary-1);}
.light-bar {background: var(--light-2);}
.white-bar {background: white;}
.light-shadow {
    padding: 30px;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: var(--light-2);
    box-shadow: 0 0 120px 0 rgb(0 0 0 / 8%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

.dark-bar { background:var(--dark-3); color:white; }
.gray-bar { background:var(--dark-2); color:white; }

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white i,
.text-white span,
.text-white li a,
.text-white li:before {color:white!important;}

.text-white li a:hover {color:white!important;}


.text-yellow h1,
.text-yellow h2,
.text-yellow h3,
.text-yellow h4,
.text-yellow h5,
.text-yellow h6,
.text-yellow p,
.text-yellow i,
.text-yellow span,
.text-yellow li a,
.text-yellow li:before {color:var(--primary-1)!important;}

.text-yellow li a:hover {color:var(--primary-2)!important;}

.shadow-img img, .shadow-img .elementor-image-carousel-wrapper {
  box-shadow: 0 20px 60px -25px rgb(15 23 28 / 22%);
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark i,
.text-dark span,
.text-dark li a,
.text-dark li:before {color:var(--dark-3)!important;}

.text-dark li a:hover {color:var(--dark-2)!important;}

.shadow-img img, .shadow-img .elementor-image-carousel-wrapper {
  box-shadow: 0 20px 60px -25px rgb(15 23 28 / 22%);
}

.headings-center h1:after, .headings-center h2:after,
.headings-center h3:after, .headings-center h4:after,
.headings-center h5:after, .headings-center h6:after {
  display: block;
  width: 50%;
  height: 4px;
  margin-top: 15px;
  margin: 15px auto 0 auto;
  background-color: var(--primary-2);
  content: '';
}


.hr-text {
  position: relative;
  outline: 0;
  border: 0;
  color: var(--primary-2);
  text-align: center;
  height: 1.5em;
}
.hr-text:before {
  display: block;
  content: "";
  background: var(--primary-2);
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 0.9px;
}

.hr-text span {
    position: absolute;
    left: 38px;
    text-transform: uppercase;
   letter-spacing: 2px;
   font-weight: 400;
   font-size: 12px;
}

.yellow-sub {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 12px;
  color: var(--primary-1);
}


.elementor-testimonial-content {
  font-size: 16px!important;
  font-weight: 500;
}

.elementor-162 .elementor-element.elementor-element-10d4a77 .elementor-testimonial-name {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.elementor-162 .elementor-element.elementor-element-10d4a77 .elementor-testimonial-job {
    font-size: 14px;
    line-height: 2em;
}


/** Social **/

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left:5px!important;
}
.social-icons li a {
  display: block;
  font-size: 0.9em;
  margin: 0 1px;
  text-decoration: none;
}
.social-icons li a i {
  color: var(--primary);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.social-icons li a:hover i {
  color: #275066;
}
.social-ul li a:focus i,
.social-icons li a:active i {
  transition: none;
  color: #0b161c;
}

.bg-col .elementor-container  {
  padding: 0!important;
}

.bg-col .elementor-column-wrap {
  padding-top: 200px!important;
  padding-bottom: 200px!important;
}

.bg-col > .elementor-element-populated > .elementor-background-overlay {
  background-color: var(--dark-2);
  opacity: .48;
}

/** PAGE NAVBAR **/
.page-nav-bar {
  box-shadow: var(--shadow-1);
}

.section-container {
    max-width: 1300px;
/*     padding: 0 50px; */
}

.page-nav-bar .page-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.page-nav-bar .page-menu {
    display: flex;
}
.page-nav-bar .page-menu li {
    text-transform: normal;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    font-size: 0.938em;
    border-right: white solid 1px;
}

.page-nav-bar .page-menu li:first-child {
    border-left: white solid 1px;
}

.page-nav-bar .page-menu li:hover > a, .page-nav-bar .page-menu li.current-menu-item > a {
    background: var(--primary-1);
    color: white;
    text-decoration: none;
}

.page-nav-bar .page-menu li > a {
    padding: 24px 18px;
    display: flex;
    align-items: center;
    color: black;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

/***  BOX COLS  ***/

.col-box .elementor-widget-wrap {
  padding-top: 40px!important;
  padding-bottom: 40px!important;
  padding-left: 40px!important;
  padding-right: 40px!important;
  background-color: white;
  border-radius: 2px;
  margin:10px;
  box-shadow: var(--shadow-2);
}

.col-box .elementor-widget-heading {
  margin-top: -0.5em;
  margin-bottom: 0.25em;
}

.padding40 > .elementor-column-wrap {
  padding: 40px!important;
}

/***  NINJA FORMS  ***/

.nf-form-fields-required {display: none;}

.nf-form-content button, 
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 2em;
  padding-right: 2em;
  border-radius: var(--radius-3);
  background-color: var(--primary-1) !important;
  font-weight: 400 !important;
  color: white!important;
  text-transform:uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.nf-form-content button:hover, 
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
  background-color:var(--dark-1)!important;
  color: white!important;
}

.nf-form-content button.nf-fu-fileinput-button {
  padding: 0.5em 1em !important;
  border: 1px solid var(--light-2) !important;
  background-color: var(--light-1) !important;
  color: var(--dark-3) !important;
  font-size: 0.86em;
}

.nf-form-content button.nf-fu-fileinput-button:hover {background-color: var(--light-2) !important;}


/** Categories **/

.categories-container {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 60px;
}

.categories-container img {
    width: 100%;
    max-width: 270px;
}

.category-image-area__items {
    padding-left: 50px;
    flex-basis: 100%;
}

.category-image-area {
    display: flex;
    flex-direction: row;
}


/** Certified Refurbished Equipment **/

.elementor-icon-box-title:hover > a {
  text-decoration:none!important;
}

.elementor-icon-box-title:hover > a {
  color:var(--primary-1);
}

a.product-link h5.product-title {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.product-link:hover {
  text-decoration:none!important;
}

a.product-link:hover h5.product-title {
  color:var(--primary-1);
}

/** New Equipment **/

.product-cat-link img {
  border: 0px solid var(--primary-3);
}

a.product-cat-link h5.product-cat-title {
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.product-cat-link:hover {
  text-decoration:none!important;
}

a.product-cat-link:hover h5.product-cat-title {
  color:var(--primary-1);
}

/** Specialization **/


.specialization .elementor-column-wrap {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition: transform .2s;
}
.specialization .elementor-column-wrap:hover {
  transform: scale(1.1);
}

/*telephone Number hover effect**/
a.tel-num:hover {
  color: var(--primary-1)!important;
}

/* WooCommerce Styling */

.section.main-inner > .woocommerce {
	max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
	margin-right: auto;
}
.woocommerce .products ul, .woocommerce ul.products {
	display:flex;
	flex-wrap:wrap;
}
.woocommerce .related .products ul li, .woocommerce .related ul.products li,
.elementor-shortcode .woocommerce .products ul li, .elementor-shortcode .woocommerce ul.products li {
	padding-bottom:56px;
}
.woocommerce .related .products ul li .add_to_cart_button,
.woocommerce .related ul.products li .add_to_cart_button,
.elementor-shortcode .woocommerce .products ul li .add_to_cart_button,
.elementor-shortcode .woocommerce ul.products li .add_to_cart_button {
	position:absolute;
	left:0;
	bottom:0;
}
.woocommerce-product-gallery .flex-viewport{
	max-height:576px;
	margin-bottom:20px;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	width:fit-content;
	margin-right:10px;
}

.woocommerce-product-gallery .flex-control-thumbs img{
	width:80px !important;
	height:80px !important;
}

.single-product .related.products { clear:both; }

.woo-pdf-button{
    padding: 12px 24px;
}

.woocommerce .button {
	border:2px solid var(--primary-1) !important;
    background-color: var(--primary-1) !important;
	color:#fff !important;
}

.woocommerce .button:hover {
    background-color: white !important;
	color:var(--primary-1) !important
}
.woocommerce a.added_to_cart {
	color:white;
	font-size:100%;
	line-height:1;
	font-weight:700;
	margin:0 0 10px;
	padding:.618em 1em;
	border-radius:3px;
	letter-spacing:2px;
	text-transform:uppercase;
	 -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	background:var(--primary-1) !important;
	border:2px solid var(--primary-1) !important;
}
.woocommerce a.added_to_cart:hover {
	background: white !important;
	color:var(--primary-1) !important;
}
.woocommerce .summary a.added_to_cart {
	margin-left:5px;
	margin-bottom:0;
}

.addify .return-to-shop {
	text-align: center;
}

.addify .cart-empty{
	display: none;
}

.af_quote_fields{
	margin-left:auto;
}

.addify-rfq-mini-cart-item{
	background:transparent !important;
}

.addify-rfq-mini-cart-item:hover a{
	background:transparent !important;
}

.addify-rfq-mini-cart-item:hover a{
	color: var(--dark-2) !important;
}

.addify-option-field th{
	text-align:left;
}

form.addify-quote-form table.addify-quote-form__contents td {
    padding-bottom: 0.875em;
}
@media only screen and (max-width:790px) {
	.woocommerce .related .products ul li, .woocommerce .related ul.products li {
		padding-bottom:71px;
		margin-bottom:1.5em !important;
	}
}
@media only screen and (max-width:768px) {
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) { margin-left:4%; }
	.elementor-shortcode .woocommerce .products ul li, .elementor-shortcode .woocommerce ul.products li {
		padding-bottom:71px;
		margin-bottom:1.5em !important;
	}
}
@media only screen and (max-width:479px) {
	.woocommerce .related .products ul li, .woocommerce .related ul.products li,
	.elementor-shortcode .woocommerce .products ul li, .elementor-shortcode .woocommerce ul.products li {
		padding-bottom:81px;
	}
}


/**Services Col **/

.service-col .elementor-column {
  padding: 20px;
}

.service-col .elementor-widget-wrap {
  padding: 30px!important;
  background-color: transparent;  
  border-radius: var(--radius-2);
  height: 400px;
  vertical-align: bottom!important;
}

.service-title h4.elementor-heading-title {
  vertical-align: bottom;
  color: #fff !important;
  text-transform: uppercase;
}
#service-now-bg {
  padding: 0;
}

/**Equipment Col **/

.equipment-col .elementor-column {padding: 20px;}

.equipment-col .elementor-widget-wrap {
  padding: 20px!important;
  background-color: transparent;  
  border-radius: var(--radius-2);
  height: 250px;
  vertical-align: middle!important;
}

.equipment-service h4.elementor-heading-title {
  vertical-align: middle;
  color: white;
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
}
/** FULL COL BLOCKS **/

.full-cols .elementor-column { padding-bottom:10px; padding-top:10px; }
.full-cols .elementor-column-wrap { padding:50px!important; }
.full-cols .elementor-container { padding-left:0!important; padding-right:0!important; }
	

.line-title {
  text-align: center;
}

.line-title:after {
  position: absolute;
  right: -150px;
  display: block;
  width: 100%;
  height: 4px;
  margin: 15px auto 0 auto;
  background-color: var(--primary-1);
  content: '';
}
article {cursor: default;}


/** INDUSTRY HOME **/

 .industry-section svg {
  fill:var(--primary-1);
 }

 .industry-section h1,
 .industry-section h2,
 .industry-section h3,
 .industry-section h4,
 .industry-section h5,
 .industry-section h6 {
  color:white;
 }
/** Equipment Menu **/
.elementor-item.elementor-item-active {
  background-color: var(--primary-1);
}

.elementor-item:hover {
  background-color: var(--primary-1);
}
	
/*Mobile Customization*/
@media screen and (max-width: 600px){
.industry-section h1, .industry-section h2, .industry-section h3, .industry-section h4, .industry-section h5, .industry-section h6 {color: white;}
      }
	

/*
 * END OF
 * CUSTOMIZABLE CSS
 */
