/*
Theme Name: PAL GROUP
Author: Pattern Interactive
Author URI: http://www.patterninteractive.com
Description: My first responsive HTML5 theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

@import 'css/gravity-forms.css';

p, ul {
	font-size: 16px;
	color: #636866;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.wp-caption {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto
}

.no-padding-left {
	padding-left: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.header .banner img {
	width: 100%;
}


/* HOMEPAGE BANNER */
.content .banner {
	margin-bottom: 20px;
}

.content .banner .description {
	background-color: #6b2937;
	color: #FFFFFF;
	padding: 25px 60px;
	font-size: 40px;
	height: fit-content;
	line-height: 100%;
	letter-spacing: 1.5px;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
}



.content .banner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}



.modal-content .gform_confirmation_message {
	color: #155724;
	font-family: freight-sans-pro, sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
	font-size: 20px !important;
	line-height: 25px;
}


/* HOMEPAGE LINKS */
.links {
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.links:first-of-type {
	margin-top: 22px;
}

.links:nth-last-of-type(2) {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.links .name {
	font-size: 24px;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	margin-bottom: 18px;
}

.links .description {
	margin-bottom: 30px;
	height: 45px;
	overflow: hidden;
}

.links .link {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1px;
	margin-bottom: 22px;
}

.links .link a {
	background-color: #ffffff;
	color: #000000;
	border-radius: 4px 4px 4px 4px;
	padding: 5.5px 9.5px 1.5px 9.5px;
	border: 1px solid #cccccc;
	font-weight: bold;
	font-size: 18px;
}


.right-content {
	padding-left: 40px;
	padding-right: 0px;
}

@media (min-width: 1610px) {
	.content .banner .description {
		line-height: 50px;
		height: 210px;
		overflow: hidden;
	}

	.content .banner .description .inner {
		height: 150px;
		overflow: hidden;
	}

	.content .banner .description p {
		height: 210px;
		overflow: hidden;
	}

	.content .banner .image {
		height: 479px;
	}

	.links .title, .links .description, .links .link {
		width: 226px;
	}

	.links img {
		width: 150px;
		height: 130px;
		float: right;
	}
}



@media (max-width: 767px){

	.content .banner .description {
		padding: 25px 20px;
		font-size: 35px;
	}

	.featured, .featured-small, .featured-large {
		margin-top: 25px !important;
		margin-bottom: 20px;
	}

	.news-page p {
		padding-right: 0px !important;
	}

}


@media (max-width: 250px) {
	.content .banner .description {
		font-size: 28px;
	}
}

@media (max-width: 1609px){
	.links .description {
		height: auto;
		margin-bottom: 8px;
	}
}


/* HOMEPAGE NEWS */

.news {
	/*margin-top: 20px;*/
}

.news-block {
	margin-top: 24px;
	border-top: 1px solid #e4e4e4;
	margin-bottom: 30px;
}

.news-date {
	color: #636766;
	margin-top: 12px;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
}

.news-title {
	color: #1d1f1e;
	font-weight: 600;
	margin-top: 15px;
	font-size: 18px;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.news-content {
	margin-top: 12px;
}

.news-read-more {
	margin-top: 20px;
	margin-bottom: 35px;
}

.news-read-more a {
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1px;
	background-color: #ffffff;
	color: #000000;
	border-radius: 4px 4px 4px 4px;
	padding: 5.5px 9.5px 1.5px 9.5px;
	border: 1px solid #cccccc;
	font-size: 16px;
}

/* HOMEPAGE FEATURED */

.right-padding {
	padding-right: 10px !important;
}

.left-padding {
	padding-left: 10px !important;
}

@media (max-width: 799px) {
	.right-padding {
		padding-right: 0px !important;
	}

	.left-padding {
		padding-left: 0px !important;
	}
}

.featured {
	border: 1px solid #dddddd;
	margin-top: 45px;
}

.featured .image {
	height: 185px;
}

.featured .info {
	padding: 10px;
	background-color: #f8f8f8;
}

.featured img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.featured .name {
	color: #1d1f1e;
	font-size: 18px;
	margin-bottom: 10px;
	height: 35px;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.featured .description {
	height: 120px;
	overflow: hidden;
	color: #636866;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
}

.featured .link {
	background-color: #6b2937;
	padding: 15px;
	text-align: center;
}

.featured .link a {
	background-color: #ffffff;
	color: #000000;
	border-radius: 4px 4px 4px 4px;
	padding: 6px;
	font-weight: 600;
}





.featured-large {
	border: 1px solid #dddddd;
	margin-top: 40px;
}

.featured-large .image {
	height: 340px;
	padding:20px;
}

.featured-large .info {
	padding: 15px;
	background-color: #f8f8f8;
	min-height: 270px;
}

.featured-large img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.featured-large .name {
	color: #1d1f1e;
	font-size: 18px;
	margin-bottom: 10px;
	height: 40px;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	overflow: hidden;
}

.featured-large .description {
	min-height: 155px;
	/* overflow: hidden; */
	padding-top: 10px;
}

.featured-large .description .inner {
	min-height: 120px;
	/* overflow: hidden; */
}

.featured-large .link {
	background-color: #6b2937;
	padding-top: 17px;
	padding-left: 15px;
	text-align: center;
	height: 50px;
}

.featured-large .link a, .featured-small .link a {
	background-color: #ffffff;
	color: #000000;
	border-radius: 4px 4px 4px 4px;
	padding: 7px 10px 4px 10px;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}




.featured-small {
	border: 1px solid #dddddd;
	margin-top: 40px;
}
.featured-small .description {
	padding-top: 10px;
}
.featured-large .description ul {
margin-left: 20px;
padding-left: 0px;
}

.featured-small .description ul {
margin-left: 20px;
padding-left: 0px;
}

@media (min-width: 1610px) {
	.featured-small .image {
		/* height: 160px; */
		height: 340px;
	}
	.featured-small .description {
		/* height: 335px; */
		min-height:155px;
	}
}
.featured-small .image {
padding:20px;
}
@media (max-width: 1609px) {
	.featured-small .image {
		height: 340px;
	}
	.featured-small .description {
		min-height:155px;
	}
}

@media (max-width: 1609px) {
	.featured-small .description {
		height: 155px;
	}
}

.featured-small .info {
	padding: 15px;
	background-color: #f8f8f8;
	min-height: 270px;
}

.featured-small img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.featured-small .name {
	color: #1d1f1e;
	font-size: 18px;
	margin-bottom: 10px;
	height: 40px;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	overflow: hidden;
}

.featured-small .description {
	overflow: hidden;
}

.featured-small .description .inner {
	height: 120px;
	overflow: hidden;
}

.featured-small .link {
	background-color: #6b2937;
	padding-top: 17px;
	text-align: center;
	height: 50px;
}



.featured-left {
	clear:left;
}
.featured-right {
	clear:right;
}



@media (max-width: 1609px) {
	.featured-large-outer {
		margin-right: 0px ;
	}

	.featured-left {
		padding-right: 20px ;
		padding-left:0px ;
	}
	.featured-right {
		padding-left: 20px ;
		padding-right:0px ;
	}

	.featured-large .link {
		background-color: #6b2937;
		padding-top: 17px;
		text-align: center;
		height: 50px;
	}

}
@media (max-width: 991px) {
	.featured-left {
		padding-left: 40px ;
		padding-right: 20px !important;
	}
	.featured-right {
		padding-left: 20px !important;
		padding-right: 40px !important;
	}
	/* Hiding the top nav cart info when it reaches the last break point */
	.subtotal-text,
	.subtotal_refresh,
	.checkout-button {
		display: none;
	}

}

@media (max-width: 767px) {
	.featured-left {
		width: 50%;
		padding-left: 40px !important;
		/*padding-right: 40px !important;*/
	}
	.featured-right {
		width: 50%;
		/*padding-left: 40px !important;*/
		padding-right: 40px !important;
	}
	.featured-large, .featured-small {
		min-width: 220px;
	}
}

@media (max-width: 539px){
	.featured-left {
		padding-left: 40px !important;
		padding-right: 40px !important;
		width: 100%;
	}
	.featured-right {
		padding-left: 40px !important;
		padding-right: 40px !important;
		width: 100%;
	}

	.foampak .bottom .dispensers-outer {
		padding-right: 40px !important;
	}
}


@media (min-width: 1610px) {
	.featured-large-outer {
		/* width: 520px !important; */

	}
	.featured-small-outer {
		/* width: 220px !important; */
	}
	.featured-left {
		/* margin-right: 40px !important; */
		padding: 0px 20px 0px 0px;
	}

	.featured-right {
		/* margin-right: 40px !important; */
		padding: 0px 0px 0px 20px;
	}
}


/* SLICK SLIDER */
.slick-prev {
	left: 15px;
}
.slick-next {
	right: 15px;
}

@media (max-width: 799px) {
	.slick-prev {
		left: 5px;
	}
	.slick-next {
		right: 5px;
	}

}

.slick-prev, .slick-next {
	top: 50%;
	display: block;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	border: 0px;
	width: 35px;
	height: 40px;
}


.content-block {
	margin-top: 15px;
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
}

.img-resolution {
	width: 100%;
	display: block;
	height: auto;
}

/* GRAVITY FORMS */

/* HIDE HONEYPOT CAPTCHA INSIDE GRAVITY FORM */
.gform_validation_container {
	display: none;
}

.gform_heading {
	margin-bottom: 10px;
}

.gform_title {
	color: #6B2937;
	font-weight: bold;
	font-size: 20px;
}

.gform_wrapper ul {
	padding-left: 0;
	list-style: none;
}

.gform_wrapper li {
	margin-bottom: 10px;
}

.gform_wrapper form {
	margin-bottom: 0;
}

.gform_wrapper .gfield_required {
	padding-left: 1px;
	color: #b94a48;
}

#gform_5 .gfield {
	margin-top: 10px;
}

.ginput_container input[type=text], .ginput_container input[type=button], .ginput_container select, .ginput_container textarea, .ginput_container input[type=email] {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.ginput_container input[type=radio] {
	/*margin: 0px 5px 0px 25px;*/
	margin: 0px 5px 0px 5px;
	height: 20px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
/*	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.gfield_radio input[type=text] {
	width: 90%;
	display: inline;
}

.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
	color: #999;
}

.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
	color: #999;
}

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
	color: #999;
}

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
	color: #999;
}

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ginput_container input[type=radio]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
	cursor: not-allowed;
	background-color: #eee;
}

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
	height: auto;
}

.ginput_container textarea {
	height: auto;
}

.gform_button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #6B2937;
	border-color: #6B2937;
}

.gform_button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.gform_button:hover, .gform_button:focus {
	color: #333;
	text-decoration: none;
	background-color: #6B2937;
}

.gform_button:active, .gform_button.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
	color: #DDDDDD;
	/*background-color: #3276b1;
	border-color: #285e8e;*/
	background-color: #6B2937;
	border-color: #6B2937;
}

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
	background-image: none;
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
	background-color: #428bca;
	border-color: #357ebd;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #b94a48;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
	border-color: #eed3d7;
	background-color: #f2dede;
	color: #b94a48;
}

.gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
	border-color: #b94a48;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
}

.validation_error {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

.validation_error h4 {
	margin-top: 0;
	color: inherit;
}

.validation_error .alert-link {
	font-weight: bold;
}

.validation_error>p, .validation_error>ul {
	margin-bottom: 0;
}

.validation_error>p+p {
	margin-top: 5px;
}

.validation_error hr {
	border-top-color: #e6c1c7;
}

.validation_error .alert-link {
	color: #953b39;
}

#gforms_confirmation_message {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

#gforms_confirmation_message h4 {
	margin-top: 0;
	color: inherit;
}

#gforms_confirmation_message .alert-link {
	font-weight: bold;
}

#gforms_confirmation_message>p, #gforms_confirmation_message>ul {
	margin-bottom: 0;
}

#gforms_confirmation_message>p+p {
	margin-top: 5px;
}

/* MULTICOLUMN GRAVITY FORMS */
.gfmc-row-1-col-1-of-2 {
	padding-right: 10px;
}

.gfmc-row-1-col-2-of-2 {
	padding-left: 10px;
}

.gallery-row {
	padding: 15px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

figure.alignnone {
	margin-left: 0;
	margin-right: 0;
}

.ui-widget {
	background: white;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ui-widget td {
	text-align: center;
	padding: 3px 0;
}

.ui-widget td a {
	padding: 3px 8px;
}

.ui-datepicker-next {
	float: right;
}


/* FOAMPAK PAGE */
.foampak .content h1{
	color: #2C477C !important;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 41px;
}

.foampak .standard-page .header {
	background-color: #2b477c
}
.foampak strong {
	color: #2C477C;		
}
.foampak ul li:before {
	color: #2C477C;
}
.foampak .gform_wrapper .gform_title {
	color: #2C477C;	
}
.foampak .page-content h1 {
	color: #2C477C;		
}
.foampak .gform_button,
.foampak .gform_button:active,
.foampak .gform_button.active {
	background-color: #2b477c	
}



/*.foampak-nav-mobile li a .fa-right,
.foampak-nav-mobile li a .fa-left,
.foampak-nav-mobile .close-submenu a,
.foampak-nav-mobile li.active a,
.foampak-nav-mobile li.active a:hover {
	color: #2C477C !important;
	}*/


	.foampak .btn-link, .foampak .btn-link:hover {
		color: #2C477C !important;
	}
	.foampak .btn-primary {

		background-color: #2C477C !important;
		background-image: linear-gradient(to bottom, #2C477C, #2C477C) !important;
		border-color: #2C477C !important;

	}
	.foampak .btn-primary:hover {
		background-color: #2C477C;
		background-image: linear-gradient(to bottom, #2C477C, #2C477C);
		border-color: #2C477C;
	}
	.foampak .pagination>.active>a, .foampak .pagination>.active>a:focus, .foampak .pagination>.active>a:hover, .foampak .pagination>.active>span, .foampak .pagination>.active>span:focus, .foampak .pagination>.active>span:hover {
		background-color: #2C477C;
		border-color: #2C477C;
	}

	.foampak .pagination>li>a, .foampak .pagination>li>span {
		color: #2C477C;
	}

	.foampak .product-thumb .button-group button {
		background-color: #2C477C;
	}
	.foampak .product-thumb .button-group button:hover {
		background-color: #2C477C;
	}
	.foampak .menu h1, .foampak .menu-hidden h1 {
		color: #2C477C;
	}

	.menu-hidden-item a {
		color: #1D1E1D !important;
	}

	.foampak .menu ul li .sub-menu div.sub-sub-menu a:hover {
		color: #2C477C !important;
	}

	.foampak .content-outer .title {
		background-color: #2C477C;
	}

	.foampak .btn-dark-gray {
		color: #FFFFFF;
	}
	.foampak .btn-dark-gray:hover {
		color: #FFFFFF;
	}

	.foampak-title {
		background-color: #2C477C;
	}


	.foampak-title .description,
	.standard-page .header .description,
	.custom-page .header .description {
		color: #FFFFFF;
		font-family: freight-sans-pro, sans-serif;
		font-weight: 900;
		font-style: normal;
	}

	@media (max-width: 991px) {
		.foampak-title .description,
		.standard-page .header .description,
		.custom-page .header .description {
			padding-top: 40px !important;
			padding-bottom: 40px !important;
			padding-left: 42px !important;
			padding-right: 37px !important;
			font-size: 36px;
			line-height: 38px;
		}

	}

	@media (max-width: 320px) {
		.foampak-title .description,
		.standand-page .description,
		.custom-page .description {
			font-size: 30px;
		}
	}

	.foampak .top ul, .foampak .middle ul {
		list-style: none;
	}

	.foampak .top .info ul li, .foampak .middle ul li {
		margin-bottom: 13px;
		width: 90%;
	}

	.foampak .top .info li:before {
		content: ">";
		display: block;
		height: 0;
		width: 0;
		right: 1.2em;
		top: 0em;
		position: relative;
		font-weight: bold;
		color: #2B477C;
	}

	.foampak .top, .foampak .middle {
		border-bottom: 1px solid #eeeeee;
	}


	.foampak .info strong,
	.foampak .info p strong {
		display: block;
		color: #1D1E1D;
		line-height: 30px;
		font-size: 24px;
		font-family: freight-sans-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
		margin-top: 34px;
	}


	.foampak .ul-css-fixer {
		width: 100%;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		margin-top: 50px;
	}

	@media (max-width: 500px) {
		.foampak .ul-css-fixer {
			width: 100%;
			-webkit-column-count: 1;
			-moz-column-count: 1;
			column-count: 1;
			margin-top: 50px;
		}
	}

/*@media (max-width: 799px) {
	.foampak .info p {
		padding-left: 20px;
	}
	}*/

	@media (min-width: 992px) and (max-width: 1609px) {
		.foampak .info strong,
		.foampak .info p strong {
			padding-left: 60px;
			padding-right: 60px;
		}
		.foampak .ul-css-fixer {
			padding-left: 45px;
			padding-right: 45px;
		}
	}

	@media (min-width: 1610px) {

		.foampak .top .info {
			width: 810px;
		}

		.foampak .info strong,
		.foampak .info p strong {
			width: 607px;
			margin-left: 60px;
			color: #1D1E1D;
		}

		.foampak .top .info ul {
			margin-left: 40px;
			width: 660px;
		}

		.foampak .top .info ul li {
			width: 190px;
		}

		.foampak .ul-css-fixer {
			width: 85%;
			-webkit-column-count: 3;
			-moz-column-count: 3;
			column-count: 3;
			margin-top: 50px;
		}

	}

	.foampak .top .info ul li {
		margin-bottom: 12px;
		-moz-page-break-inside: avoid;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
		-o-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		column-break-inside: avoid;
		page-break-inside: avoid;
	}

	/*.foampak .form {
		background-color: #f8f8f8;
		height: 520px;
	}

	.foampak .validation_error, .foampak .validation_message {
		display: none !important;
	}

	.foampak .gfield_select {
		background-image: linear-gradient(#fefefe, #f3f3f1) !important;
		height: 41px;
		font-family: freight-sans-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 16px;
	}

	.foampak .form a {
		cursor: pointer;
	}

	.foampak .form h2 {
		color: #2c477c;
		font-weight: bold;
		font-size: 20px;
	}

	.foampak .form label {
		color: #333333;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		text-transform: uppercase;
	}*/

/*.foampak .form .product, .foampak .form .notes, .foampak .form .button {
	margin-top: 10px;
}

.foampak .form select {
	background-image: linear-gradient(#fefefe, #f1f1ef);
}

.foampak .form .btn-inquiry {
	font-size: 11px;
	background-color: #2c477c;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	border: 1px solid #2c477c;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	}*/

/*	.foampak .form .btn-inquiry:hover {
		color: #DDDDDD;
	}
*/
	table {
		width: 100%;
		color: #000000;
		font-weight: bold;
	}

	table tr {
		border-bottom: 1px solid #EEEEEE;
	}

	table td, table th {
		padding: 10px;
		border-left: 1px solid #EEEEEE;
	}

	.foampak .middle ul {
		margin-left: -20px;
	}

	/*.foampak .gform_wrapper textarea {
		height: 80px!important;
	}

	.foampak .gform_button {
		color: #FFFFFF;
		background-color: #2c477c;
		font-size: 18px;
		border: 1px solid #2c477c;
		margin-bottom: 10px;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		padding: 3px 15px 0px 15px;
		float: right;
		margin-top: 8px;
	}

	.foampak .gform_button:hover, .foampak .gform_button:focus {
		text-decoration: underline;
	}

	.foampak .gform_heading {
		margin-bottom: 10px;
	}

	.foampak .gform_title {
		color: #2c477c;
		font-size: 24px;
		font-family: freight-sans-pro, sans-serif;
		font-weight: 900;
		font-style: normal;
		margin-bottom: 26px;
	}

	.foampak .gform_description {
		font-family: freight-sans-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 16px;
	}

	.foampak .gform_body {
		margin-top: 26px;
		padding-right: 36px;
	}

	.foampak .gform_footer {
		padding-right: 35px;
	}

	.foampak .form .gform_body li:nth-child(3) label {
		display: none;
	}

	.foampak .form .gform_body ul li:nth-child(4) {
		margin-top: 20px;
	}
*/

	.foampak .rolls p {
		margin: 0px;
	}

	.foampak .rolls .col-sm-3, .foampak .pouches {
		padding-top: 40px;
	}

	.foampak .rolls .col-sm-9 {
		padding-top: 26px;
		margin-bottom: 40px;
	}

	.foampak .rolls .note {
		font-family: freight-sans-pro, sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size: 16px;
		color: #2B477C;
	}

	.foampak .rolls table th {
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		text-transform: uppercase;
		height: 50px;
	}

	.foampak .rolls table td {
		font-family: freight-sans-pro, sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 16px;
		text-transform: uppercase;
		height: 50px;
	}

	.foampak .rolls a {
		background-color: #8A8987;
		border-color: #8A8987;
		color: #FFFFFF;
		padding-top: 8px;
		padding-bottom: 5px;
		padding-left: 16px;
		padding-right: 16px;
		text-transform: uppercase;
		border-radius: 4px;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-size: 18px;
		letter-spacing: 1px;
	}

	.foampak .rolls table tr:last-of-type {
		border-bottom: 0px;
	}

	.foampak .rolls table tr td:last-of-type {
		padding-top: 15px;
	}

	.foampak .rolls table tr td:last-of-type .fa {
		display: none;
	}

	@media (max-width: 767px) {
		.foampak .rolls table tr td:last-of-type span {
			display: none;
		}
		.foampak .rolls table tr td:last-of-type .fa {
			display: inline;
		}
	}

	.foampak .pouches {
		padding-left: 40px;
		padding-right: 50px;
	}

	@media (max-width: 991px) {
		.foampak .pouches {
			padding-left: 0px !important;
			padding-right: 0px !important;
		}
	}

	.foampak .pouches h1 {
		margin-bottom: 18px;
	}

	.foampak .pouches li:before {
		content: ">";
		display: block;
		height: 0;
		width: 0;
		right: 1.2em;
		top: 0em;
		position: relative;
		font-weight: bold;
		color: #000000;
	}
	.foampak .pouches p {
		font-family: freight-sans-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 16px;
	}

	.foampak .bottom {
		margin-top: 42px;
	}

	.foampak .bottom h1 {
		margin-left: 22px;
		margin-bottom: 42px;
	}

	.foampak .bottom .dispensers-outer {
		margin-bottom: 30px;
	}

	@media (min-width: 2048px) {
		.foampak .bottom .dispensers-outer {
			width: 220px;
			margin-right: 20px;
			padding-left: 0px;
		}
		.foampak .bottom .dispensers {
			width: 220px;
		}
	}

	@media (max-width: 767px) {
		.foampak .bottom .dispensers-outer {
			padding-left: 0px;
		}
	}

	@media (min-width: 540px) and (max-width: 767px) {
		.foampak .bottom .dispensers-outer {
			width: 220px;
			margin-right: 20px;
		}

		.foampak .bottom .dispensers {
			width: 220px;
		}
	}

	.foampak .bottom .dispensers {
		margin-top: 0px;
	}
	.foampak .bottom .dispensers .info {
		background-color: #f8f8f8;
	}

	.foampak .bottom .dispensers .link {
		background-color: #2c477c;
		padding-top: 17px;
		text-align: center;
		height: 50px;
	}

	.foampak .bottom .dispensers .link a {
		background-color: #ffffff;
		color: #000000;
		border-radius: 4px 4px 4px 4px;
		padding: 7px 10px 4px 10px;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
	}

	@media (min-width: 540px){
		.foampak .bottom .dispensers .image {
			height: 148px;
		}
	}


	.foampak .bottom .dispensers .image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.foampak .bottom .dispensers .info {
		height: 240px;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.foampak .bottom .dispensers .name {
		margin-bottom: 7px;
		font-size: 18px;
		font-family: freight-sans-pro, sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #1D1E1D;
	}

	.foampak .bottom .dispensers .description {
		height: 180px;
		overflow: hidden;
	}

	.foampak .bottom .dispensers .info ul {
		padding-left: 19px;
		list-style: none;
	}

	.foampak .bottom .dispensers .info .description ul li:before {
		content: "•";
		display: block;
		height: 0;
		width: 0;
		right: 1.2em;
		top: 0em;
		position: relative;
		font-weight: bold;
		color: #2B477C;
	}


	@media (max-width: 991px) {
		.foampak .form {
			padding-left: 15px;
			margin-top: 20px;
		}
		.foampak .gform_body,
		.foampak .gform_footer {
			padding-right: 0px;
		}

		.foampak .bottom {
			padding-left: 40px !important;
		}

		.foampak .bottom h1 {
			margin-left: 0px;
			padding-right: 40px;
		}

		.foampak .top, .foampak .middle {
			padding-left: 40px !important;
			padding-right: 40px !important;
		}
	}

	@media (min-width: 1610px) {

/*		.foampak .gform_body ul li:nth-child(1),
		.foampak .gform_body ul li:nth-child(2) {
			width: 47%;
			float: left;
		}

		.foampak .gform_body ul li:nth-child(2) {
			margin-left: 19px;
		}
*/
		/*.foampak .gform_body input:nth-child(1),
		.foampak .gform_body input:nth-child(2) {
			width: 170px !important;
			height: 40px;
		}*/

		.foampak .form {
			width: 450px;
			height: 450px;
			padding-left: 40px;
		}

		.foampak .rolls {
			width: 810px;
		}

		.foampak .rolls .col-sm-3 {
			width: 175px;
			padding-right: 0px;
			padding-left: 22px;
		}

		.foampak .rolls .col-sm-9 {
			width: 480px;
			padding-left: 0px;
			padding-right: 0px;
		}

		.foampak .pouches {
			width: 450px;
		}

		.foampak .bottom .dispensers-outer {
			width: 220px !important;
			height: 450px;
			padding-left: 0px;
			padding-right: 0px;
			margin-right: 20px;
			margin-bottom: 30px;
		}


	}


	@media (min-width: 2048px) {
		.foampak .bottom .dispensers-outer {
			width: 220px !important;
		}

		#digital-labels-top ul,
		p.quote,
		.left-side strong,
		.left-side p strong {
			padding-right: 60px;
		}
	}

	.foampak .gform_confirmation_wrapper {
		margin: 20px 0px;
	}

	.foampak .slicknav_menu a {
		color: #FFFFFF;
	}

	.foampak .nav-about a,
	.foampak .nav-community a,
	.foampak .nav-cart a {
		color: #CCCCCC;
	}

	.foampak .nav-cart #checkout-button {
		color: #1D1D1D !important;
	}



	/* Custom page content */

	.upload-your-artwork {
		/*padding-left: 40px;*/
	}

	.upload-your-artwork ul {
		list-style: none;
	}

	.page-content .nav-tabs:before,
	.page-content .nav-tabs li:before {
		display: none;
	}
	.page-content .nav-tabs li {
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		margin-bottom: -1px;
	}

	.nav-tabs li a br {
		display: none;
	}

	.nav-tabs .fa {
		font-size: 18px;
	}

	@media (max-width: 315px) {
		.nav-tabs span {
			display: none;
		}
	}

	.upload-your-artwork p,
	.upload-your-artwork .gform_description,
	.upload-your-artwork .gform_body {
		font-family: freight-sans-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 16px;
	}

	.upload-your-artwork h1 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.upload-your-artwork h2 {
		font-family: freight-sans-pro, sans-serif;
		font-weight: 900;
		font-style: normal;
	}

	.upload-your-artwork .gfield_label {
		color: #333333;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		text-transform: uppercase;
		margin-top: 10px;
	}

	.upload-your-artwork label {
		font-size: 15px;
	}

	.news-page .news-date {
		color: #636766;
		margin-top: 0px;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-size: 18px;
		font-style: normal;
		text-transform: uppercase;
	}

	.news-page p {
		font-family: freight-sans-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 20px;
		line-height: 25px;
		margin-top: 10px;
		color: #666;
		text-align: justify;
		padding-right: 20px;
	}


	@media (min-width: 992px) {
		.foampak .bottom .col-md-4 {
			width: 50%;
		}
		.content .banner .image {
			height: 479px !important;
		}

	}

	@media (min-width: 1031px) {
		.foampak .bottom .col-md-4 {
			width: 33.33333333%;
		}
	}

	/* OVERWRITE BOOTSTRAP */
	@media (min-width: 2048px) {
		.container {
			width: 100%;
		}
	}

	@media (min-width: 960px) {
		.container {
			width: 960px;
		}
	}

	.standard-page .header .description,
	.custom-page .header .description {
		color: #FFFFFF;
		font-family: freight-sans-pro, sans-serif;
		font-weight: 900;
		font-style: normal;

	}

	@media (min-width: 1280px) {
		.container {
			width: 1263px;
		}
	}

	@media (min-width: 1610px) {
		.container {
			width: 1590px;
		}
	}


	@media (min-width: 992px) {
		.foampak-title .description,
		.standard-page .header .description,
		.custom-page .header .description {
			width: 32.5%;
			font-size: 31px;
			line-height: 36px;
			padding-top: 30px !important;
			padding-left: 42px !important;
			padding-right: 37px !important;
			height: 355px;
			overflow: hidden;

		}
		.header .banner {
			width: 67.5%;
			height: 460px;
		}
		.foampak-title .banner img,
		.standard-page .header .banner img,
		.custom-page .header .banner img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}

	@media (max-width: 991px) {
		.foampak-title .banner img {
			width: 100% !important;
			max-width: unset;
		}
	}


	p.quote {
		color: #1D1E1D;
		line-height: 30px;
		font-size: 24px;
		font-family: freight-sans-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
		margin-bottom: 30px;
	}

	.left-side strong,
	.left-side p strong {
		display: block;
		color: #1D1E1D;
		line-height: 30px;
		font-size: 24px;
		font-family: freight-sans-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
		margin-bottom: 30px;
	}

	@media (min-width: 1610px) {
		.foampak-title {
			background-color: #2C477C;
			height: 460px !important;
		}

		.standard-page .header,
		.custom-page .header {
			background-color: #6B2937;
			height: 460px !important;
		}

		.foampak-title .description,
		.standard-page .header .description {
			padding-top: 40px !important;
			padding-left: 40px !important;
			padding-right: 40px !important;
			/*font-size: 48px;*/
			font-size: 43px;
			line-height: 47px;
			/*width: 450px;*/
			width: 33%;
			height: 420px;
			overflow: hidden;
		}

		.custom-page .header .description {
			padding-top: 40px !important;
			padding-left: 40px !important;
			padding-right: 40px !important;
			font-size: 43px;
			line-height: 45px;
			/*width: 450px;*/
			width: 33%;
			height: 405px;
			overflow: hidden;
		}

		.foampak-title .banner,
		.standard-page .header .banner,
		.custom-page .header .banner {
			/*width: 810px;*/
			width: 67%;
			height: 460px;
		}

		.standard-page .left-side,
		.custom-page .left-side {
			width: 770px;
		}

		.standard-page .right-side,
		.custom-page .right-side {
			width: 450px;
			/*width: 33%;*/
		}

	}

	.standard-page ul,
	.custom-page ul {
		padding-left: 20px;
		list-style: none;
	}

	@media (max-width: 991px) {
		.standard-page ul,
		.standard-page ol,
		.custom-page ul,
		.custom-page ol {
			padding-left: 20px;
		}
	}

	.standard-page ul li:before,
	.custom-page ul li:before {
		content: ">";
		display: block;
		height: 0;
		width: 0;
		right: 1.2em;
		top: 0em;
		position: relative;
		font-weight: bold;
	}

	.upload-your-artwork ul li:before {
		content: "" !important;

	}

	.left-side {
		padding-right: 20px !important;
	}



	.standard-page,
	.custom-page {
		line-height: 22px;
	}
	.standard-page .header,
	.custom-page .header {
		background-color: #6B2937;
	}

	.standard-page h1,
	.custom-page h1,
	.homepage h1 {
		color: #6B2937;
		font-family: freight-sans-pro, sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size: 41px;
	}

	.standard-page h1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.custom-page h1 {
		margin-bottom: 20px;
	}


	.standard-page h2,
	.custom-page h2 {
		font-family: freight-sans-pro, sans-serif;
		font-weight: 900;
		font-style: normal;
	}

	.page-title {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.page-content {
		margin-bottom: 20px;
	}

	.page-content li {
		margin-bottom: 10px;
	}

	.page-content,
	.page-title {
		padding-left: 40px;
		padding-right: 0px;
	}


	@media (max-width: 991px){
		.featured-top {
			padding-left: 40px !important;
		}
		.right-content {
			padding-left: 40px !important;
			padding-right: 40px !important;
		}

		.page-content,
		.page-title {
			padding-left: 40px;
			padding-right: 40px;
		}

		.left-side {
			margin-bottom: 20px;
			padding-right: 0px !important;
		}
		.content .banner .image {
			height: 350px !important;
		}
	}

	.divide {
		margin-top: 20px;
	}

	#digital-labels-top,
	#digital-labels-middle {
		border-bottom: 1px solid #eeeeee;
	}


	#digital-labels-middle img {
		margin: 0 auto;
	}

	#get-started {
		text-align: center;
		margin-top: 20px;
	}
	#get-started #upload {
		width:80%;
	}
	#get-started h1 {
		margin-top: 0px;
	}

	#upload {
		margin-top: 20px;
	}


	.upload-your-artwork .gform_title {
		display: none;
	}

	.news-page .content-area {
		padding-left: 40px;
	}

	@media (max-width: 1279px) {
		.content-outer .title {
			height: auto;
			padding-left: 40px;
			padding-right: 40px;
			padding-top: 68px;
			padding-bottom: 50px;
			text-align: center;
		}
		.content-outer .title h1 {
			font-size: 36px;
		}

		.news-page .content-area {
			padding-right: 40px;
		}

	}



	/* Digital labels page colour */
	.digital-labels .header,
	.request-custom-digital-label-quote .header,
	.upload-your-artwork .header {
		background-color: #BD5633 !important;
	}

	.digital-labels h1,
	.digital-labels h2,
	.request-custom-digital-label-quote h1,
	.request-custom-digital-label-quote h2,
	.upload-your-artwork h1,
	.upload-your-artwork h2 {
		color: #BD5633 !important;
	}

	.digital-labels h3,
	.request-custom-digital-label-quote h3,
	.upload-your-artwork h3 {
		color: #444444 !important;
	}

	.digital-labels .btn-primary,
	.request-custom-digital-label-quote .btn-primary,
	.upload-your-artwork .btn-primary {
		background-image: linear-gradient(to bottom, #BD5633, #BD5633) !important;
		background-color: #BD5633 !important;
	}

	.digital-labels .gform_button,
	.request-custom-digital-label-quote .gform_button,
	.upload-your-artwork .gform_button {
		background-color: #BD5633;
		border-color: #BD5633;
	}

	.digital-labels a, .digital-labels a:hover, .digital-labels a:visited,
	.request-custom-digital-label-quote a, .request-custom-digital-label-quote a:hover, .request-custom-digital-label-quote a:visited,
	.upload-your-artwork a, .upload-your-artwork a:hover, .upload-your-artwork a:visited {
		color: #BD5633;
	}

	.digital-labels .faq .title {
		margin-bottom: 20px;
	}

	.custom-displays .header,
	.custom-made .header {
		background-color: #4A475A !important;
	}

	.custom-displays h1,
	.custom-displays h2,
	.custom-made h1,
	.custom-made h2 {
		color: #4A475A !important;
	}

	.custom-displays h3,
	.custom-made h3 {
		color: #4A475A !important;
	}

	.custom-displays .btn-primary,
	.custom-made .btn-primary {
		background-image: linear-gradient(to bottom, #4A475A, #4A475A) !important;
		background-color: #4A475A !important;
	}

	.custom-displays .gform_button,
	.custom-made .gform_button {
		background-color: #4A475A;
		border-color: #4A475A;
	}

	.custom-displays a, .custom-displays a:hover, .custom-displays a:visited,
	.custom-made a, .custom-made a:hover, .custom-made a:visited {
		color: #4A475A;
	}



	/* breadcrumb */
	.breadcrumb-wp {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 40px;
		list-style-type: none;

		text-transform: uppercase;
		margin-top: 30px;
		margin-left: 0px;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		margin-bottom: 0px;
		margin-left: 40px !important;
	}

	@media (max-width: 767px) {
		.breadcrumb-wp {
			margin-bottom: -10px;
		}
	}

	.breadcrumb-wp li {
		display: inline;
		position: relative;
	}

	.breadcrumb-wp li i, .breadcrumb-wp li a {
		color: #000000 !important;
	}

	.breadcrumb-wp > li:before {
		content: "" !important;
		display: inline !important;
		height: 0;
		width: 0;
		right: 1.2em;
		top: 0em;
		position: relative;
		font-weight: bold;
		color: #2B477C;
	}

	.breadcrumb-wp > li:after {
		content: '/';
		display: inline;
		margin-left: 5px;
		font-size: 20px;
	}

	.breadcrumb-wp > li:last-of-type:after {
		content: '' !important;
	}


	.gform_button {
		color: #FFFFFF;
		font-size: 18px;
		margin-bottom: 10px;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		padding: 3px 15px 0px 15px;
		margin-top: 8px;
		text-transform: uppercase;
	}

	.gform_button:hover {
		/*padding-bottom: 20px;*/
		color: #FFFFFF;
		text-decoration: underline;
	}

	.gform_confirmation_message {
		display: inline-block;
		padding-bottom: 20px;
		color: #4A475A;
	}
	.gform_confirmation_message h1 {
		margin-bottom: 0;
    font-size: 1.5em;
	}









	.custom-made .top {
		border-bottom: 1px solid #EEEEEE;
	}
	.custom-made .form {
		background-color: #f8f8f8;
		height: 520px;
	}

	.custom-made .validation_error, .custom-made .validation_message {
		display: none !important;
	}

	.custom-made .gfield_select {
		background-image: linear-gradient(#fefefe, #f3f3f1) !important;
		height: 41px;
		font-family: freight-sans-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 16px;
	}

	.custom-made .form a {
		cursor: pointer;
	}

	.custom-made .form h2 {
		color: #4A475A;
		font-weight: bold;
		font-size: 20px;
	}

	.custom-made .form label {
		color: #333333;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		text-transform: uppercase;
	}

	.custom-made .form ul {
		list-style: none !important;
	}
	.custom-made .form ul li:before {
		content: "";
		display: none;
		height: 0;
		width: 0;
		right: 1.2em;
		top: 0em;
		position: relative;
		font-weight: bold;
	}


	@media (min-width: 1610px) {
		.custom-made .form {
			width: 450px;
			height: 450px;
			padding-left: 40px;
		}
		.custom-made .form ul li:nth-child(1),
		.custom-made .form ul li:nth-child(2) {
			width: 170px;
			float: left;
		}

		.custom-made .form ul li:nth-child(2) {
			margin-left: 19px;
		}


		.custom-made .gform_body input:nth-child(1), .custom-made .gform_body input:nth-child(2) {
			width: 170px;
			height: 40px;
		}
	}


	.custom-made .gform_heading {
		margin-bottom: 10px;
	}

	.custom-made .gform_title {
		color: #4A475A;
		font-size: 24px;
		font-family: freight-sans-pro, sans-serif;
		font-weight: 900;
		font-style: normal;
		margin-bottom: 26px;
	}

	.custom-made .gform_description {
		font-family: freight-sans-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 16px;
	}

	.custom-made .gform_body {
		margin-top: 26px;
		padding-right: 36px;
	}

	.custom-made .form label {
		color: #333333;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		text-transform: uppercase;
	}

	/*.custom-made .form .gform_body li:nth-child(3) label {
		display: none;
	}*/

	.custom-made .form label {
		color: #333333;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		text-transform: uppercase;
	}

	.custom-made .form .gform_body li:nth-child(4) {
		margin-top: 20px;
	}

	.custom-made .gform_wrapper textarea {
		height: 80px!important;
	}

	.custom-made .gform_footer {
		padding-right: 35px;
	}

	.custom-made .gform_button {
		color: #FFFFFF;
		background-color: #4A475A;
		font-size: 18px;
		border: 1px solid #4A475A;
		margin-bottom: 10px;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-weight: 400;
		font-style: normal;
		padding: 3px 15px 0px 15px;
		float: right;
		margin-top: 8px;
	}

	@media (min-width: 992px) and (max-width: 1609px) {
		/*.custom-made .page-content {
			padding-left: 0px !important;
		}*/
		/*.custom-made .left-side {
			padding-left: 40px !important;
		}
		.custom-made .middle {
			padding-left: 40px !important;
		}*/
		.foampak .gform_body,
		.foampak .gform_footer {
			padding-right: 0px !important;
		}
	}
	@media (max-width: 1609px) {
		.custom-made .gform_body,
		.custom-made .gform_footer {
			padding-right: 0px !important;
		}
	}



	.custom-page .foogallery {
		margin-top: 20px;
		margin-bottom: 20px !important;
	}

	@media (max-width:850px) {
		#wpadminbar {
			display:none !important;
		}
	}
	body.admin-bar #wpadminbar {
		background:#1E1E1E;
		border-bottom:1px solid #000;
	}
	@media (min-width:851px) {
		body.admin-bar {
			margin-top:32px;
		}
	}


	div.fg-default.fg-gutter-20 {
		padding-left:0px;
	}


/* Default Blocks */
.wp-block-separator.no-margin-top {
	margin-top: 0;	
}

/* CoBlocks */

.has-medium-gutter>[class*="wp-block-coblocks-"]:not(:last-child),
.has-medium-gutter>[class*="wp-block-coblocks-"]:nth-child(odd) {
	margin-right: 0;
}
.has-medium-gutter>[class*="wp-block-coblocks-"]:not(:last-child) .wp-block-coblocks-column__inner,
.has-medium-gutter>[class*="wp-block-coblocks-"]:nth-child(odd) .wp-block-coblocks-column__inner {
  padding-right: 20px;
}
.has-medium-gutter>[class*="wp-block-coblocks-"]:not(:first-child),
.has-medium-gutter>[class*="wp-block-coblocks-"]:nth-child(even) {
	margin-left: 0;
	flex: 1;
}
.has-medium-gutter>[class*="wp-block-coblocks-"]:not(:first-child) .wp-block-coblocks-column__inner,
.has-medium-gutter>[class*="wp-block-coblocks-"]:nth-child(even) .wp-block-coblocks-column__inner{
  padding-left: 20px;
}
@media (min-width: 992px) {
	.wp-block-coblocks-row[data-layout="66-33"] > .wp-block-coblocks-row__inner > .wp-block-coblocks-column:nth-of-type(2) .wp-block-coblocks-column__inner {
		padding: 0 40px;
	}
}


@media (max-width: 991px) {
	div.is-stacked-on-mobile>[class*="wp-block-coblocks-"] {
		width: 100% !important;
	}
	div.is-stacked-on-mobile.has-medium-gutter>[class*="wp-block-coblocks-"]:not(:last-child) {
		margin-bottom: 0;
	}
	div.is-stacked-on-mobile>[class*="wp-block-coblocks-"].wp-block-coblocks-column:last-child {
	  margin-bottom: 40px;
	}
	.has-medium-gutter>[class*="wp-block-coblocks-"]:not(:first-child) .wp-block-coblocks-column__inner, .has-medium-gutter>[class*="wp-block-coblocks-"]:nth-child(even) .wp-block-coblocks-column__inner {
		padding-left: 0;
		padding-right: 0;
	}	
	div.is-stacked-on-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	}
}

/* Custom Lazy Blocks */
.wp-block-lazyblock-custom-heading * {
  line-height: 1.2em;	
}