/*
COLOURS


GREY #4a4a49 rgba(74,74,73,1) 
GREY SMALL IMAGES #575756 rgba(87,87,86,1) 
LIGHT GREY #f4f2f2 rgba(244,242,242,1) 

medium
bold
black
cond light
cond regular
cond bold

<link rel="stylesheet" href="https://use.typekit.net/bid4pxd.css">

font-family: proxima-nova, sans-serif;

500
700
900

font-family: proxima-nova-condensed, sans-serif;
300
400
700


*/

/* over ride Safari Blog bug */
.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
	-webkit-animation: gridFadeIn 0s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: gridFadeIn 0s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: gridFadeIn 0s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: gridFadeIn 0s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row,
#top-header .container,
#main-header .container {
	width:94%;
}

#top-header .container,
#main-header .container {
	padding-left:4px;
	padding-right:4px;
}

a.external:after {
	content:'';
	background: url('/wp-content/uploads/2019/01/icon-off-site.svg') no-repeat;
	background-size: cover;
	display: inline-block;
	width:10px;
	height:9px;
	margin-left: 2px;
	
}

#left-area,
.single article {
	padding-bottom:0 !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: proxima-nova-condensed, sans-serif !important;
}


.section_catalogue h1 {
	display: inline-block;
	background: #f4f2f2;
	background: #4a4a49;
	background: rgba(0,0,0,1);
	color:#fff;
	padding:20px 30px 15px 30px;
}


.et_pb_text.strapline {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
}

.et_pb_text.call_to_action {
	font-family: proxima-nova, sans-serif;
}	

.call_to_action .et_pb_row .et_pb_text:first-child {
	font-family: proxima-nova-condensed, sans-serif !important;
	font-weight: 300 !important;
}

.call_to_action .et_pb_row .et_pb_text:last-child,
.et_pb_text.call_to_action {
	font-family: proxima-nova-condensed, sans-serif !important;
	max-width:320px;
	/* margin:0 auto; */
}




/**********************************************************************************************************/
/* FLEX SETTINGS
/**********************************************************************************************************/

.flex {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important; /* Safari 6.1+ */
	flex-wrap: wrap !important;
}

.top_center_content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.vertical_center_content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	justify-content:center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-direction: column;
  	flex-direction: column;
}

.vertical_center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	justify-content:center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bottom_center_content,
.bottom_center_right,
.bottom_center_left {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	-webkit-box-align: flex-end;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.bottom_center_left {
	justify-content: space-between !important;
}	

.bottom_center_right {
	justify-content:flex-end;
}

.bottom_left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height:100%;
}

.row_bottom_align_btn .et_pb_column {
	display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
	/* flex-flow: column nowrap; */
}

.row_bottom_align_btn .et_pb_column .et_pb_button_module_wrapper {
	margin: auto 0 0 0;
}

.row_bottom_align_btn.align_center .et_pb_column .et_pb_button_module_wrapper {
	margin: auto auto 0 auto;
}

html {
	position: relative;
	height: auto;
	min-height: 100%;
}

.et-pb-contact-message {
	display: none;
}

/**********************************************************************************************************/
/* LINK OPTIONS
/**********************************************************************************************************/

.et_pb_text a,
.et_pb_code a,
.et_pb_widget a,
.et_pb_posts a,
.single .entry-content a {
	padding-bottom:1px;
	border-bottom: 1px solid transparent;
}

.et_pb_text a:hover,
.et_pb_code a:hover,
.et_pb_widget a:hover,
.et_pb_posts a:hover,
.single .entry-content a:hover {
	opacity: 1;
	border-bottom: 1px solid #000;
}

.et_pb_text a.email_link:hover {
	border-bottom: 1px solid #fff;
}

.single .entry-content .et_pb_text a {
	color:#d3d3d3;
}

.single .entry-content .et_pb_text a:hover {
	color:#fff;
	border-bottom: 1px solid #fff;
}


.single .entry-content .et_pb_image a {
	border: 0 !important;
}



.et_pb_posts a.more-link {
	display: inline-block;
	margin-top:15px;
}




/**********************************************************************************************************/
/* MENU
/**********************************************************************************************************/

#main-header,
#main-header.et-fixed-header {
	top:8px !important;
	z-index:10;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

#top-header {
	background: transparent !important;
	z-index:100;
}	

#et-top-navigation {
	padding: 43px 0 0 0 !important;
}

.logo_container {
	left: -2px;
	height: 110px !important;
}

#et-info {
	float: right;
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
}

#et-info-email,
#et-info-phone:before,
#top-menu-nav {
	display: none !important;
}


#top-menu .menu-item-has-children>a:first-child:after {
	content:'';
	position: relative;
	top:auto;
	right:0;
}


#top-menu-nav a:hover,
#top-menu > li.current-menu-item > a,
#top-menu > li.current-menu-ancestor > a,
.et-fixed-header #top-menu > li.current-menu-item > a,
.et-fixed-header #top-menu > li.current-menu-ancestor > a,
.et-fixed-header #top-menu > li.current-menu-item > a,
ul.et_mobile_menu a:hover {
	opacity:1 !important;
	color:#000 !important;
}



#top-menu > li > a:after,
#top-menu > li.current-menu-item > a:after {
	content: '';
	display: block;
	margin: auto;
	margin-top: 6px;
	height: 2px;
	width: 0;
	background: transparent;
	-ms-transition: width .5s ease, background-color .5s ease;
	-webkit-transition: width .5s ease, background-color .5s ease;
	transition: width .5s ease, background-color .5s ease;
}

#top-menu > li > a:hover:after,
#top-menu > li.current-menu-item > a:after,
.et-fixed-header #top-menu li.current-menu-ancestor > a:after,
.et-fixed-header #top-menu li.current-menu-ancestor > a:hover:after,
.et-fixed-header #top-menu li.current-menu-item > a:hover:after,
.et-fixed-header #top-menu li.current-menu-item > a:after {
	width: 100%;
	background: #000;
}

#top-menu > li {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#top-menu > li:nth-child(5) {
	padding-right: 0 !important;
	max-height:52px;
}

nav #top-menu li a {
	position: relative;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
}

nav #top-menu > li > a {
	padding-left:5px !important;
	padding-right:5px !important;
	padding-bottom: 33px !important;
	opacity:1;
}

nav #top-menu > li:first-child > a {
	padding-left:0 !important;
}

#top-menu > li:last-child {
	padding-left: 0 !important;
	padding-right: 0 !important;
	
}

#top-menu > li:last-child a:after {
	content:'';
	margin-top: 0;
	height: 0;
}

#top-menu > li:last-child > a,
.et-fixed-header #top-menu > li:last-child.current-menu-item > a {
    background: #000;
    color:#fff !important;
    border: 1px solid #000;
    height:48px;
    max-height:48px;
    padding: 14px 18px 14px 18px !important;
    line-height:20px;
    margin-left: 12px;
}

#top-menu > li:last-child > a:hover {
    background: #fff;
    color:#000 !important;
    border: 1px solid #000;
    opacity: 1 !important;
}



#top-menu .sub-menu {
	width:210px !important;
	margin-left:-20px;
	padding:0;
	border:1px solid #000;
	box-shadow: rgba(0, 0, 0, 0) 0px 2px 18px 0px;
}


#top-menu li.sub-menu-right .sub-menu {
	left:auto;
	right:0;
	border:1px solid #000;
}

#top-menu .sub-menu li {
	padding:0;
	width:100%;
	line-height: 1.6em !important;
	border-bottom:0px solid rgba(108,183,183,1)
	
}

#top-menu .sub-menu li a {
	padding-bottom: 0 !important;
	padding:10px 20px !important;
	width:100%;
	color:#fff !important;
	font-size:15px !important;
	opacity: 1 !important;
	line-height: 1.6em;

}

#top-menu .sub-menu li a:hover,
#top-menu .sub-menu li.current-menu-item a {
	color:#000 !important;
	background: #fff !important;
}


.et_header_style_left .mobile_menu_bar {
	padding-bottom: 0;
}

#et_mobile_nav_menu {
	display: block !important;
}

ul.et_mobile_menu {
	border:0;
}

.mobile_menu_bar:before {
	top: -9px;
	font-size: 44px;
	color: #000;
}

#main-header .et_mobile_menu {
	background-color:#000;
}

#main-header .et_mobile_menu li ul,
.et_mobile_menu li li {
	padding-left: 0;
}

.et_mobile_menu li a {
	padding-left: 15px;
}

.et_mobile_menu li li a {
	padding-left: 30px;
}

.et_mobile_menu li a {
	color:#fff;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	padding-top:8px;
	padding-bottom:8px;
	opacity:1 !important;
}

.et_mobile_menu li a:hover {
	background: #fff;
	color:#000;
}

/**********************************************************************************************************/
/* FOOTER
/**********************************************************************************************************/

#main-footer {
	display: none !important;
}

.footer_top .et_pb_text,
.footer_copyright .et_pb_text {
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
}

.footer_top ul,
.footer_top ul li,
.footer_copyright ul,
.footer_copyright ul li{
	list-style-type: none;
	display: inline-block;
	margin:0;
	padding:0;
}


.footer_top ul li,
.footer_copyright ul li {

	padding-left:0;
	padding-bottom: 0;
}

.footer_top ul li {
	line-height: 38px;
}

.footer_top .et_pb_column:nth-child(2) ul li:after,
.footer_copyright .et_pb_column:nth-child(2) ul li:after {
	content:'|';
	color:#fff;
	margin:0 8px;
}

.footer_top .et_pb_column:nth-child(2) ul li:last-child:after,
.footer_copyright .et_pb_column:nth-child(2) ul li:last-child:after {
	content:'';	
	margin-right:0;
}

.footer_top a,
.footer_copyright a {
	border:0;
	color:#fff;
}

.footer_bottom a,
.footer_copyright a {
	color:#fff;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
}

.footer_top .et_pb_text a:hover,
.footer_bottom .et_pb_text a:hover,
.footer_copyright .et_pb_text a:hover {
	border-bottom: 1px solid #fff !important;
}

.footer_top .et_pb_social_media_follow li a.icon {
	width: auto;
	height: auto;
	color: #fff;
	border:1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 14px;
}

.footer_top .et_pb_social_media_follow li:last-child a.icon {
	margin-right: 0;
}

.footer_top .et_pb_social_media_follow li a.icon:before {
	width: 38px;
	height: 38px;
	color: #fff !important;
	font-size: 22px;
	line-height: 40px;
	color:#555551;
}


/**********************************************************************************************************/
/* CONTACT FORM
/**********************************************************************************************************/

.caldera-grid .form-control {
	height: auto;
	background-color:transparent !important;
	outline:none !important;
	outline:0 !important;
	border:1px solid #fff;
	padding:16px !important;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
}

.contact-form form {
	font-size: 20px !important;
	
}	

.contact-form .caldera-grid label {
	font-weight:400;
}

.contact-form .caldera-grid span.field_required {
	color:#1981c4 !important;
}

.contact-form form input[type="submit"] {
	background-color:#003365 !important;
	color:#fff;
	padding: .5em 1em !important;
	border:0 !important;
	font-size: 20px;
	margin-top:20px;
	box-shadow: 2px 1px 10px 0px rgba(0,0,0,0);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.contact-form form input[type="submit"]:hover {
	background-color:#1981c4 !important;
	color:#fff;
}

/**********************************************************************************************************/
/* HOME SLIDER
/**********************************************************************************************************/

.section_hero_header .et_pb_slides {
	content: '';
	display: block !important;
	padding-bottom: 50% !important;
   	margin-top: 0 !important;
   	margin-bottom: 0 !important;
}

.section_hero_header .et_pb_slides .et_pb_slide {
	position: absolute;
    width: 100%;
   	height: 100%;
   	padding: 0;
}

.section_hero_header .et_pb_button {
	opacity:0 !important;
}

.section_hero_header .et_pb_slide:hover {
	cursor: pointer;
}

.et_pb_slider .et-pb-arrow-prev,
.et_pb_slider .et-pb-arrow-next {
	margin-top: -20px;
	font-size: 40px;
	padding: 10px 0;
	background: rgba(0,0,0,0.2);
	opacity: 0;
}

.et_pb_slider .et-pb-arrow-prev {
	left: 0 !important;
}

.et_pb_slider .et-pb-arrow-next {
	right: 0 !important;
}


/**********************************************************************************************************/
/* ROW SIZE BOXES
/**********************************************************************************************************/

#row_six_boxes .et_pb_column {
	
	padding-bottom: 100% !important;
   	margin:4px !important;
}

#row_six_boxes .et_pb_column .et_pb_text {
	position: absolute;
    width: 100%;
   	height: 100%;
   	opacity:0;
   	font-family: proxima-nova, sans-serif;
   	font-weight: 700;
   	-ms-transition: all .2s ease-in-out;
   	-webkit-transition: all .2s ease-in-out;
   	transition: all .2s ease-in-out;
}

#row_six_boxes .et_pb_column:hover .et_pb_text {
	opacity:1;
	cursor: pointer;
}

#row_six_boxes .et_pb_column:last-child:hover .et_pb_text {
	cursor: hand;
}


/**********************************************************************************************************/
/* PRODUCTS +  PRODUCT PAGE
/**********************************************************************************************************/

.products .et_pb_post {
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #d8d8d8;
	border: 1px solid #4a4a49;
	padding:20px;
	
}

.products .et_pb_post .et_pb_image_container {
	overflow: hidden;
	margin-bottom:0;
	background: #fff;
	padding:12px;
	position: relative;
}

.products .et_pb_post .entry-featured-image-url {
	margin-bottom:0;
}

.products .et_pb_post .et_pb_image_container img {
	width:100% !important;
	height:auto !important;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; 
}

.products .et_pb_post:hover {
	cursor: pointer;
}

.products .et_pb_post:hover .et_pb_image_container img {
	/* transform: scale(1.2); */
}

.products .et_pb_post h2 {
	font-family: proxima-nova-condensed, sans-serif;
	font-size: 21px;
	margin-top:10px;
}

.products .et_pb_post h3 {
	font-family: proxima-nova-condensed, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 0px;
}

.products .et_pb_post .post-content {
	display: none !important;
}

.et_pb_row.product_header,
.et_pb_row.product_header_two {
	display: block !important;
}

.product_header .et_pb_column:first-child .et_pb_post_title,
.product_header_two .et_pb_column:first-child .et_pb_post_title {
	padding-bottom: 66.66% !important;
}

.product_header .et_pb_column:first-child .et_pb_post_title .et_pb_title_container,
.product_header_two .et_pb_column:first-child .et_pb_post_title .et_pb_title_container {
	display: none;
}

.product_header .et_pb_post_title.et_pb_featured_bg,
.product_header_two .et_pb_post_title.et_pb_featured_bg {
	padding:0;
}

.product_header .et_pb_column:first-child,
.product_header_two .et_pb_column:first-child,
.product_header .et_pb_column:nth-child(2),
.product_header_two .et_pb_column:nth-child(2) {
	width:100% !important;
}

.product_header .et_pb_column:nth-child(2) .et_pb_post_title,
.product_header .et_pb_column:nth-child(2) .product_excerpt h3,
.product_header_two .et_pb_column:nth-child(2) .product_excerpt_two h3,
.product_header_two .et_pb_column:nth-child(2) .product_excerpt_two h4,
.product_header_two .et_pb_column:nth-child(2) .et_pb_post_title,
.product_header_two .et_pb_column:nth-child(2) .product_excerpt h3 {
	font-family: proxima-nova-condensed, sans-serif;
}

.product_header .et_pb_column:nth-child(2) .product_excerpt h3,
.product_header_two .et_pb_column:nth-child(2) .product_excerpt h3,
.product_header_two .et_pb_column:nth-child(2) .product_excerpt_two h3 {
	margin-top:20px;
}

.product_header_two .et_pb_column:nth-child(2) .product_excerpt_two h3 {
	margin-bottom: 20px;
}

.product_header_two .et_pb_column:nth-child(2) .product_excerpt_two h4 {
	background:#000;
	padding:15px 30px;
	display: inline-block;
}

.product_header .et_pb_column:last-child,
.product_header_two .et_pb_column:last-child  {
	display: none;
}


.product_description,
.product_excerpt,
.product_excerpt_two {
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
}

.product_description h2 {
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 300;
	margin-bottom: 15px;
}

.product_description ul li {
	padding-bottom:12px;
}


/**********************************************************************************************************/
/* POPULAR PRODUCTS PAGES
/**********************************************************************************************************/

.section_popular_products .et_pb_column,
.section_popular_products_2 .et_pb_column {
	padding-bottom:66.66% !important;
}

.section_popular_products .row_3_2 .et_pb_column_3_5,
.section_popular_products_2 .row_3_2 .et_pb_column_3_5{
	margin-bottom:20px !important;
}
	
.section_popular_products .row_2_3 .et_pb_column_2_5,
.section_popular_products_2 .row_2_3 .et_pb_column_2_5 {
	margin-bottom:20px !important;
}


.section_popular_products .et_pb_column .et_pb_text,
.section_popular_products_2 .et_pb_column .et_pb_text {	
	position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    opacity: 1;
    cursor: pointer;
    -ms-transition: all .2s ease-in-out;
   	-webkit-transition: all .2s ease-in-out;
   	transition: all .2s ease-in-out;

} 

.section_popular_products .et_pb_column .et_pb_text .et_pb_text_inner,
.section_popular_products_2 .et_pb_column .et_pb_text .et_pb_text_inner {	
	position: relative;
	padding:20px;
	background: rgba(0,0,0,0.5);
    top: 50%;
    width:auto;
    display: inline-block;
    margin-left:auto;
    margin-right:auto;
    transform: translateY(-50%);
} 

.section_popular_products_2 .et_pb_column .et_pb_text .et_pb_text_inner {	
	background: rgba(0,0,0,0);
}

.section_popular_products .et_pb_column:hover .et_pb_text,
.section_popular_products_2 .et_pb_column:hover .et_pb_text {	
	opacity: 1;
	background: rgba(0,0,0,0);
}

.section_popular_products .et_pb_column .et_pb_text .et_pb_text_inner {	
	background: rgba(0,0,0,0.25);
}

.section_popular_products_2 .et_pb_column .et_pb_text .et_pb_text_inner {	
	background: rgba(0,0,0,0);
}

.section_popular_products .et_pb_column .et_pb_text .et_pb_text_inner h3 a,
.section_popular_products .et_pb_column .et_pb_text .et_pb_text_inner h4 a,
.section_popular_products_2 .et_pb_column .et_pb_text .et_pb_text_inner h3 a,
.section_popular_products_2 .et_pb_column .et_pb_text .et_pb_text_inner h4 a {	
	border:0 !important;
}


.bullet_tick ul {
	display: inline-block;
	width:auto;
	margin:0 auto;
	padding:0 !important;
}

.bullet_tick li {
	display: table-cell;
	display: block;
	position: relative;
	top:0;
	padding-left:10px;
	padding-right:10px;
	list-style-type: none;
	list-style-position: outside !important;
	padding-bottom:15px;
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
}

.bullet_tick li:before {
	content: "\52";
	font-family: ETmodules !important;
	font-size:22px;
	top: -1px;
	left:-20px;
	position: absolute;
}	

.bullet_tick.green li:before {
	color:#5eb22f;
}

/**********************************************************************************************************/
/* GDPR COOKIE NOTICE
/**********************************************************************************************************/

.lity,
#moove_gdpr_cookie_info_bar {
	z-index: 99999 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	padding-top: 32px;
	padding-bottom: 32px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	font-size: inherit !important;
}

.moove-gdpr-branding-cnt {
	display: none !important;
}


/**********************************************************************************************************/
/* FLEXBOX COLUMN STACKING ORDER SWITCH
/**********************************************************************************************************/

@media all and (max-width: 980px) {
	
	.et_pb_column {
		margin-bottom: 0px;
	}
	
	/*** wrap row in a flex box ***/
	.flex-row,
	.flex {
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-flex-wrap: wrap !important; /* Safari 6.1+ */
		flex-wrap: wrap !important;
	}
 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.tablet_first {
		-webkit-order: 1 !important;
		order: 1 !important;
	}
 
	.tablet_second {
		-webkit-order: 2 !important;
		order: 2 !important;
	}
 
	.tablet_third {
		-webkit-order: 3;
		order: 3;
	}
 
	.tablet_fourth {
		-webkit-order: 4;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
	
	.tablet_left {
		text-align: left;
	}
	
	.tablet_right {
		text-align: right;
	}
	
	.tablet_center {
		text-align: center;
	}
 
}


@media all and (max-width: 480px) {
	/*** wrap row in a flex box ***/
	.flex-row,
	.flex {
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-flex-wrap: wrap !important; /* Safari 6.1+ */
		flex-wrap: wrap !important;
	}
 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.mobile_first {
		-webkit-order: 1 !important;
		order: 1 !important;
	}
 
	.mobile_second {
		-webkit-order: 2 !important;
		order: 2 !important;
	}
 
	.mobile_third {
		-webkit-order: 3;
		order: 3;
	}
 
	.mobile_fourth {
		-webkit-order: 4;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
	
	.mobile_left {
		text-align: left;
	}
	
	.mobile_right {
		text-align: right;
	}
	
	.mobile_center {
		text-align: center;
	}
 
}



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

}

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

	#row_six_boxes .et_pb_column {
		padding-bottom: 50% !important;
		width: calc(50% - 8px) !important;

	}

}

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

	#row_six_boxes .et_pb_column {
		padding-bottom: 33.33% !important;
		width: calc(33.33% - 8px) !important;
	}
	
	.bullet_tick ul {
		display: table;
		width:100%;
		margin-left:30px;
	}
	
	.bullet_tick li {
		display: table-cell;
		padding-right:40px;
	}
	
}

/* MUST BE SET AS SAME BREAK POINT IN RESPONSIVE MENMU PRO */
@media screen and (min-width: 981px) { 

	.desktop_left {
		text-align: left;
	}
	
	.desktop_right {
		text-align: right;
		float: right;
	}
	
	.desktop_center {
		text-align: center;
	}

	#page-container {
		padding-top: 108px !important;
	}
	
	#logo {
		max-height:41%;
	}
	
	#et_mobile_nav_menu {
		display: none !important;
	}
	
	#top-menu-nav {
		display: block !important;
	}
	
	#main-header,
	#main-header.et-fixed-header {
		top:-5px !important;
	}
	
	#et-top-navigation {
		padding: 40px 0 0 0 !important;
	}
	
	.logo_container {
		height: 118px !important;
	}
	
	.footer_top ul.et_pb_social_media_follow,
	.footer_copyright .et_pb_column:nth-child(2) ul {
		float: right;
	}	
	
	#row_six_boxes .et_pb_column {
		padding-bottom: 16.66% !important;
	}
	
	.section_popular_products .et_pb_column,
	.section_popular_products_2 .et_pb_column {
		padding-bottom:33.33% !important;
	}

	.section_popular_products .row_3_2 .et_pb_column_3_5,
	.section_popular_products_2 .row_3_2 .et_pb_column_3_5 {
		margin-right:10px;
		margin-bottom:0 !important;
	}
	
	.section_popular_products .row_3_2 .et_pb_column_2_5,
	.section_popular_products_2 .row_3_2 .et_pb_column_2_5 {
		margin-left:10px;
	}	
	
	.section_popular_products .row_2_3 .et_pb_column_2_5,
	.section_popular_products_2 .row_2_3 .et_pb_column_2_5{
		margin-right:10px;
		margin-bottom:0 !important;
	}
	
	.section_popular_products .row_2_3 .et_pb_column_3_5,
	.section_popular_products_2 .row_2_3 .et_pb_column_3_5 {
		margin-left:10px;
	}

}

@media screen and (min-width: 1150px) { 
	
	#logo {
		max-height:71%;
	}
	
	nav #top-menu > li > a {
		padding-left:12px !important;
		padding-right:12px !important;
	}
	
	nav #top-menu > li:first-child > a {
		padding-left:0 !important;
	}

	
} /* END MIN WIDTH 1100PX */


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


	.product_header .et_pb_column:nth-child(2),
	.product_header_two .et_pb_column:nth-child(2) {
		padding:0;
	}
	
	.et_pb_section .product_header .post_title_title,
	.et_pb_section .product_header_two .post_title_title,
	.et_pb_section .product_header .product_excerpt,
	.et_pb_section .product_header_two .product_excerpt,
	.et_pb_section .product_header_two .product_excerpt_two {
		padding-left:40px !important;
		padding-right:40px !important;
	}
}	


@media screen and (min-width: 1300px) { 
	
	.et_pb_row.product_header,
	.et_pb_row.product_header_two {
		display: flex !important;
	}
	
	.product_header_two .call_to_action {
		display: block;
	}
	
	.product_header .et_pb_column:first-child {
		width:59.28% !important;	
	}

	.product_header_two .et_pb_column:first-child {
		width:66.78% !important;	
	}
	
	.product_header .et_pb_column:nth-child(2) {
		width:32.57% !important;
	}

	.product_header_two .et_pb_column:nth-child(2) {
		width:25.08% !important;
	}
	
	.product_header .et_pb_column:last-child,
	.product_header_two .et_pb_column:last-child  {
		display: block;
		width:8.14% !important;
	}
	
	.product_header .et_pb_column:first-child .et_pb_post_title,
	.product_header_two .et_pb_column:first-child .et_pb_post_title {
		min-height:auto;
	}
	
	.product_header_two .et_pb_column:nth-child(2) .product_excerpt_two h4 {
		width:100%;
		padding:15px 0;
	}
	
	.et_pb_section .product_header_two .et_pb_column:nth-child(2) {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex !important;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.et_pb_section .product_header_two .et_pb_column:nth-child(2) .product_excerpt_two {
		margin: auto 0 0 0 !important;
	}
	
}


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

	.et_pb_row,
	.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
	.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
		width:80%;
	}
}	

