/* Top CTA Bar */

.top-bar-back {
    background-color: #F3F3F3;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 8px;
    text-align: right;
	padding-right:20px;
}
.top-bar-back a {
color: #000;
}

/* Navigation */

.nav-back {
    background-color: #fff;
    padding-top: 3px;
}
.dropdown-menu {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-brand {
    color: #333;;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.0em;
    font-weight: 500;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #179446;
}
.dropdown-menu > li > a {
    color: #333;
    }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #179446 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #179446;
    text-decoration: none;
    outline: 0;
    background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
  color:#179446;
  }
  .navbar-default .navbar-nav > .active {
  color:#179446;
  }

/* typography */

.entry-title {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    }
body {
    font-size: 18px;
    line-height: 1.4;
	font-family: 'Lato', sans-serif;
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
    color: #179446;
    font-weight: bold;
	font-family: 'Lato', sans-serif;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}

a {
color:blue;
}

/* format align */

.space {
	height:20px;
}
.footer-pad {
    margin-top: 0;
}
.img-right, .alignright {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.img-left, .alignleft {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
img, iframe {
max-width:100%;
}

/* Commonly Used Formatting */

.center {text-align:center;}
.bold {text-align:bold;}
.white {color:#fff;}
.black {color:#000;}

/* Contact Form 7 Customization */

.wpcf7-text, .wpcf7-textarea {
	max-width:100%;
	border-radius:8px;
	padding:5px; 
}
.wpcf7-textarea {
	height:75px;
}
label {
       font-weight: normal;
}

/* footer */

.footer {
    background-color: #212121;
    padding-top: 20px;
	color:#fff;
}
.footer a {
color:#fff;
}

/* large photo background with text and button, if your not using a photo background just change to background-color NEED TO ADD PHOTO */

.main-photo {
	background-image:url(/wp-content/uploads/2018/05/boxes_banner.jpg);
	background-repeat: no-repeat;
    background-size: 100%;
	min-height:365px;
}
.main-photo-mob {
	background-image:url(/wp-content/uploads/2018/05/boxes_banner.jpg);
	background-size: 100%;
	min-height:275px;
}
.main-cta-text {
    color: #fff;
    font-size: 2.0em;
    font-weight: 800;
    line-height: 1.2em;
    margin-top: 30px;
    margin-bottom: 10px;
}
.main-cta-text-mob {
    color: #fff;
    font-size: 1.3em;
    font-weight: 800;
	line-height:1.2em;
    margin-top: 10px;
	margin-bottom:10px;
}
.sub-cta-text {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2em;
}
.sub-cta-text-mob {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.2em;
}
.cta-button {
    background-color: #428bca;
    border-radius: 5px;
    width: 200px;
    padding: 8px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2em;
}
.cta-button2 {
    background-color: #428bca;
    border-radius: 5px;
    width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2em;
}
.cta-button-mob {
    background-color: #428bca;
    border-radius: 5px;
    width: 80%;
    padding: 8px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2em;
}

.main-cta-text-sm {
    color: #fff;
    font-size: 3em;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.sub-cta-text-sm {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2em;
	padding-top:10px;
}

/* benefits or service buckets section */

.svc-title {
text-align:center;
font-weight:bold;
font-size:24px;
}
.svc-text {
text-align:center;
padding:10px;
}
.svc-btn {
width:70%;
margin-left:auto;
margin-right:auto;
border-style:solid;
border-width:1px;
border-color:#ff6018;
text-align:center;
color:#ff6018;
margin-top:20px;
}

/* common-elements */

.white-outline-button {
    border-color: #fff;
    border-style: solid;
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 70%;
}
.solid-button {
	background-color:#000;
    border-color: #fff;
    border-style: solid;
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 70%;
}

.home-page-titles {
color:#000;
font-weight:bold;
font-size:28px;
text-align:center;
padding-top:20px;
padding-bottom:10px;
line-height: 1.3em;
text-transform:uppercase;
}

/* product-boxes */

.product-box {
	margin-top:20px;
}
.prod-titles {
    color: #fff;
    padding: 7px;
    width: 92%;
    background: rgba(36,154,62,0.78);
    position: absolute;
    top: 20%;
	font-size: 1.3em;
    font-weight: 800;
    text-transform: uppercase;
}

.prod-boxes {
    background-image: url(/wp-content/uploads/2018/05/corrugated-stock-boxes.jpg);
    width: 100%;
    min-height: 200px;
}

.prod-cushion {
    background-image: url(/wp-content/uploads/2018/05/chipboard.jpg);
    width: 100%;
    min-height: 200px;
}
.prod-tape {
    background-image: url(/wp-content/uploads/2018/05/tapes.jpg);
        background-repeat: no-repeat;
    background-size: 100%;
    min-height: 200px;
}
.prod-strap {
    background-image: url(/wp-content/uploads/2018/05/strapping.jpg);
    width: 100%;
    min-height: 200px;
}

.prod-bags {
    background-image: url(/wp-content/uploads/2018/05/stretch-film.jpg);
       background-repeat: no-repeat;
    background-size: 100%;
    min-height: 200px;
}
.prod-cores {
    background-image: url(/wp-content/uploads/2018/05/roll-cradles.jpg);
        background-repeat: no-repeat;
    background-size: 100%;
    min-height: 200px;
}
.prod-ship {
    background-image: url(/wp-content/uploads/2018/05/shipping-supplies.jpg);
        background-repeat: no-repeat;
    background-size: 100%;
    min-height: 200px;
}
.prod-pack {
    background-image: url(/wp-content/uploads/2018/05/packaging_equipment.png);
        background-repeat: no-repeat;
    background-size: 100%;
    min-height: 200px;
}
.prod-maint {
    background-image: url(/wp-content/uploads/2018/05/security-products.jpg);
        background-repeat: no-repeat;
    background-size: 100%;
    min-height: 200px;
}




/* custom-elements */

.green-back {
	background-color:#179446;
	padding:20px;
}

.ftr-text {
	color:#fff;
	font-size:22px;
}
.drk-green-back {
	background-color:#179446;
	}
.bucket-txt {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}
.bucket-txt a {color:#fff;}
.title-thin {
    font-family: 'Lato', sans-serif !important;
    font-size: 1.8em !important;
    line-height: 1.30612245;
    display: block;
	margin-bottom: 10px;
	text-align:center;
	color:#fff;
}
.lead {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
	color:#fff;
	text-align:center;
}
.foot-title {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
	padding-top:20px;
	text-decoration:underline;
}
ul.quick-links {
    list-style-type: none;
    padding-left: 0;
    float: none;
}
.pp-photo {
    background-image: url(/wp-content/uploads/2018/05/protective_packaging_banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 280px;
}
.supp-photo {
    background-image: url(/wp-content/uploads/2018/05/boxes_banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 280px;
}
.serv-photo {
    background-image: url(/wp-content/uploads/2018/05/assembly_banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 280px;
}
.about-photo {
    background-image: url(/wp-content/uploads/2020/05/IMG_0572.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 280px;
}
.contact-photo {
    background-image: url(/wp-content/uploads/2018/05/boxes_banner-1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 130px;
}
.pp-inside-photo {
    background-image: url(/wp-content/uploads/2018/05/protective_packaging_banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 130px;
}
.supp-inside-photo {
    background-image: url(/wp-content/uploads/2018/05/boxes_banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 130px;
}
.serv-inside-photo {
    background-image: url(/wp-content/uploads/2018/05/assembly_banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 130px;
}
a.learn-more {
    color: #179446;
    margin-top: 20px;
    font-size: 1.1em;
}
.product-titles {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.8em;
}
.nav-box {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.nav-box a {
    color: #333;
    font-weight: 300;
    font-size: 14px;
}
.nav-box-contain {
	margin-top:20px;
}
.name {
	font-weight:bold;
	font-size:22px;
}
.breadcrumb-container.theme2 a {
	border-bottom:0px !important;
}
.breadcrumb-container {
   margin-top: 15px;
}
.prod-titles-inside {
	    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
    line-height: 1.63265306;
    text-transform: uppercase;
    margin-top: 0;	
}
.cat-title  {
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    color: #333;
    line-height: 1.63265306;
    text-transform: none;
}
.serv-titles {
	font-size:22px;
}
.dropdown-backdrop {
    position: unset;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.entry-content ul{ list-style: none; text-indent: -20px; }
.entry-content ul li:before{ content:"•"; font-size:10pt; margin-right:10px; }
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.main-photo {
    background-image: url(/wp-content/uploads/2018/05/boxes_banner.jpg);
    background-repeat: repeat;
    background-size: 100%;
    min-height: 400px;
}
}
.iscvblock .pt-cv-readmore.btn {
    background: #179446;
    border-color: transparent;
}
.pt-cv-view.iscvblock .pt-cv-content-item a {
    text-decoration: none;
    color: #000;
}
.iscvblock .pt-cv-readmore.btn a { color:white;}