/*
Theme Name: 180 Marketing Custom Theme for Gutenberg
Theme URI: http://wordpress.org/
Description: Custom theme, hand crafted perfection.
Author: 180 Marketing
Version: 1.5
Tags: blank
Text Domain: blanktheme
*/

/*	Global Colours
*/

/* Reset All */

* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	background-color: #f3f3f3;
}

.row .column,
.row .columns {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 22px;
	line-height: 28px;
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
	color: #231f20;
}

.row {
	max-width: 1500px;
}

a img {
	border: none;
}

/* Basic Content Styles */
h1 {
	margin-bottom: 30px;
	font-size: 110px;
	line-height: 100px;
	letter-spacing: -1px;
	font-weight: 300;
	font-family: "the-seasons", sans-serif;
}

h2 {
	margin-bottom: 30px;
	font-size: 80px;
	line-height: 70px;
	letter-spacing: -1px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "the-seasons", sans-serif;
}

h2 em {
	text-transform: lowercase;
	font-style: italic;
}

h3 {
	margin-bottom: 20px;
	font-size: 65px;
	line-height: 65px;
	font-weight: 300;
}

h4 {
	margin-bottom: 15px;
	font-size: 35px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
	font-weight: 300;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

p, 
.main ul, 
.main ol, 
table {
	margin-bottom: 15px;
}

.main ul li,
.main ol li {
	
}

.main ul {
	padding-left: 15px;	
}

.main ol {
	padding-left: 20px;	
}

a {
	color: #ed1b24;	
}

a:hover {
	text-decoration: none;	
}

ul.block-grid {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* End Content Styles */


header a.logo {
	display: block;
	width: 175px;
	text-decoration: none;
}

header {
	background-color: #fff;
	padding: 0 20px 50px;
}

header .large-8 {
	padding-top: 40px;
}

/* =Menu
-------------------------------------------------------------- */
nav {
	background: transparent;
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 9999;
	min-height: 42px;
	height: auto !important;
	height: 42px;
	*zoom: 1;
	text-align: right;
}

nav li {
	float: none;
	position: relative;
	list-style: none;
	display: inline-block;
}

nav a {
	color: #000;
	display: block;
	line-height: 42px;
	padding: 0 16px;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}

nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	padding: 5px;
	background-color: #000;
}
nav ul ul ul {
	left: 100%;
	top: -5px;
	background-color: #666;
}

nav ul li:hover > ul {
	display: block;
}

nav ul ul a {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.8em;
	min-width: 170px;
}

nav li:hover > a,
nav ul li.current_page_item > a,
nav ul li.current-menu-ancestor > a,
nav ul li.current-menu-item > a,
nav ul li.current-menu-parent > a,
* html nav ul li.current_page_item a,
* html nav ul li.current-menu-ancestor a,
* html nav ul li.current-menu-item a,
* html nav ul li.current-menu-parent a,
* html nav ul li a:hover {
	color: #ed1b24;
}

ul ul .menu-item-has-children {
	width: 175px;
}

nav a.menu-link {
   display:  none;
   background: #333;
   padding-top: 6px;
   padding-bottom: 35px;
   height: 42px;
   line-height: 33px;
   text-transform: uppercase;
   width: 100%;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   text-align: left;
   font-size: 15px;
   padding-left: 15px;
}

.menu:before,
.menu:after {
    content: " "; 
    display: table; 
}

.menu:after {
    clear: both;
}

.menu-link:after {
	content: url( images/menu.png );
	right: 20px;
	top: 6px;
	position: absolute;
}

/* =Main Styles
-------------------------------------------------------------- */
.wrapper.normal {
	padding: 100px 20px;
}

.wrapper.reduced {
	padding: 50px 20px;
}

.wrapper.noTop {
	padding: 0px 20px 100px;
}

.wrapper.negTop {
	padding: 0px 20px 100px;
	margin-top: -75px;
}

.wrapper.twoCol .large-6:first-of-type {
	padding-right: 50px;
}

.wrapper.twoCol .large-6:last-of-type {
	padding-left: 50px;
}

.slideshow {
	background-color: #000;
	position: relative;
	height: 750px;
}

.slideshow .slide {
	width: 100%;
	height: 100%;
}

.slideshow img {
	display: block;
	width: 100%;
	height: 100%;
  	object-fit: cover;
}

.slideshow .arrow {
	position: absolute;
	width: 175px;
	top: 50%;
	left: 50%;
	margin-left: -87.5px;
	z-index: 99999;
	animation: moveUpDown 2s infinite alternate ease-in-out;
}

.slide .overlay {
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(50%) rotate(0deg); 
  }
  100% {
    transform: translateY(-30px) rotate(10deg); 
    
  }
}

.wrapper.White {
	background-color: #fff;
}

.wrapper.Red {
	background-color: #ed1c24;
}

.wrapper.Black {
	background-color: #151515;
}

.wrapper.Grey {
	background-color: #f3f3f3;
}


.wrapper.Red,
.wrapper.Red h1,
.wrapper.Red h2,
.wrapper.Red h3,
.wrapper.Red h4,
.wrapper.Red p,
.wrapper.Red ul,
.wrapper.Red a, 
.wrapper.Black,
.wrapper.Black h1,
.wrapper.Black h2,
.wrapper.Black h3,
.wrapper.Black h4,
.wrapper.Black p,
.wrapper.Black ul,
.wrapper.Black a {
	color: #fff;
}


body.home .wrapper.Red.noTop h2 {
	margin-top: -50px;
    position: relative;
    z-index: 999999;
}

.largeText {
	font-size: 35px;
	line-height: 45px;
	font-weight: 300;
}

.narrowText {
	margin: 0 auto 50px;
	max-width: 900px;
}

a.button {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 19px;
	line-height: 35px;
	font-weight: 500;
	padding: 10px 20px;
	display: inline-block;
	transition: background-color 0.5s ease-in-out;
	color: #151515;
}

a.button i {
	font-size: 30px;
	color: #ed1b24;
	background-color: #fff;
	border-radius: 100%;
	margin-left: 10px;
	transition: color 0.5s ease-in-out;
}

.wrapper.Red a.button i {
	color: #000;
	background-color: #fff;
}	

a.button:hover {
	background-color: #000;
	color: #fff;
}

.wrapper.Red a.button:hover i{
	color: #ed1c24;
}




.projectShowcase .column {
	position: relative;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-color: #000;
	transition: background-color 0.5s ease-in-out;
}

.projectShowcase .column a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	overflow: hidden;
}

.projectShowcase .column img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.6;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out; 
}

.projectShowcase .column .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	width: calc(100% - 60px);
	z-index: 99999;
}

.projectShowcase .column h3 {
	font-weight: 600;
	font-size: 33px;
	line-height: 39px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.projectShowcase .column h4 {
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 2px;
	margin-bottom: 0;
}


.projectShowcase .column a:hover img {
	transform: scale(1.5);
	opacity: 0.2;
}

.projectShowcase .column a:hover h3 {
	text-decoration: underline;
}

.projectShowcase .column:hover {
	background-color: #ed1b24;
}

.projectShowcase .column.noProject,
.projectShowcase .column.noProject:hover {
	background-color: #333;
}

.projectShowcase .column.noProject img {
	opacity: 0.2;
}


a.basicArrow {
	text-transform: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 15px;
	transition: background-color 0.5s ease-in-out; 
	display: inline-block;
	padding: 20px 30px;
}

a.basicArrow i {
	margin-left: 20px;
	transition: color 0.5s ease-in-out; 
}

a.basicArrow:hover {
	text-decoration: underline;
	background-color: #000;
	text-decoration-thickness: 1px;
}

span.redText {
	color: #ed1b24;
}

.numberedList .row {
	max-width: 1200px;
	border-top: 1px solid #000;
	padding: 30px 0;
}

.numberedList .row .large-5 {
	position: relative;
}

.numberedList i.fa-plus-large {
	position: absolute;
	top: 4px;
	left: -45px;
}

.numberedList .num {
	font-family: "the-seasons", sans-serif;
	font-style: italic;
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
}

.boxedText .row {
	max-width: 1200px;
	position: relative;
}

.boxedText .large-12,
.boxedText .large-6 {
	padding: 100px;
	background-color: #ed1b24;
}

.boxedText.Red .large-12,
.boxedText.Red .large-6 {
	background-color: #fff;
}

.wrapper.boxedText.Red,
.wrapper.boxedText.Red h1,
.wrapper.boxedText.Red h2,
.wrapper.boxedText.Red h3,
.wrapper.boxedText.Red h4,
.wrapper.boxedText.Red p,
.wrapper.boxedText.Red ul,
.wrapper.boxedText.Red a {
	color: #231f20;
}

.wrapper.boxedText.White,
.wrapper.boxedText.White h1,
.wrapper.boxedText.White h2,
.wrapper.boxedText.White h3,
.wrapper.boxedText.White h4,
.wrapper.boxedText.White p,
.wrapper.boxedText.White ul,
.wrapper.boxedText.White a,
.wrapper.boxedText.Grey,
.wrapper.boxedText.Grey h1,
.wrapper.boxedText.Grey h2,
.wrapper.boxedText.Grey h3,
.wrapper.boxedText.Grey h4,
.wrapper.boxedText.Grey p,
.wrapper.boxedText.Grey ul,
.wrapper.boxedText.Grey a {
	color: #fff;
}




.boxedText .boxImg {
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
}

.boxedText .boxImg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

body.home .boxedText {
	background: #151515;
	background: linear-gradient(0deg,rgba(21, 21, 21, 1) 30%, rgba(255, 255, 255, 0) 30%);
}

.main ul {
	list-style: none;
	padding-left: 0;
}

.main ul li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.main ul li::before {
	content: "\2b";
    font-family: "Font Awesome 6 Pro"; 
    font-weight: 300; 
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.logoCarousel .logo {
	height: 70px;
	position: relative;
	text-align: center;
}

.logoCarousel .logo svg {
	max-height: 70px;
	max-width: 300px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
}

.logoCarousel #carousel-1 {
	margin-bottom: 50px;
}


.gitBanner .large-3 .gitButton  {
	height: 140px;
	width: 140px;
	display: inline-block;
	animation: slowRotate 2s infinite alternate ease-in-out;
}

.gitBanner .large-12 .gitButton {
	height: 170px;
	width: 170px;
	display: inline-block;
	animation: moveUpDown2 2s infinite alternate ease-in-out;
}

@keyframes moveUpDown2 {
  0% {
    transform: translateY(0) rotate(0deg); 
  }
  100% {
    transform: translateY(30px) rotate(10deg); 
    
  }
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg); 
  }
  100% {
    transform: rotate(10deg); 
    
  }
}

.gitBanner h2 {
	text-align: center;
	color: #ed1b24;
	margin-bottom: 50px;
}

.gitBanner p {
	text-align: center;
}

.gitButton #uuid-39a7c422-887e-49de-b445-43dcc76e743f circle {
	transition: fill 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.gitButton:hover #uuid-39a7c422-887e-49de-b445-43dcc76e743f circle {
	fill: #ed1b24;
	opacity: 0.6;
}

.gitBanner .large-9 h2 {
	margin-bottom: 0;
	text-align: left;
}

.allProjects .column {
	padding: 0 10px 50px;
}

.allProjects .column a {
	text-decoration: none;
	color: #231f20;
}

.allProjects .column h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}

.allProjects .column h4 {
	font-size: 23px;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
}

.allProjects .imgBox {
	background-color: #ed1b24;
	position: relative;
}

.allProjects .imgBox img {
	display: block;
	transition: opacity 0.5s ease-in-out; 
	width: 100%;
}

.allProjects a:hover .imgBox img {
	opacity: 0.2;
}

.allProjects .imgBox .plus {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	z-index: 9999;
	font-size: 40px;
	line-height: 45px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out; 
}

.allProjects a:hover .imgBox .plus {
	opacity: 1;
}

.allProjects .row.pagination .columns {
	text-align: center;
}

.allProjects .row.pagination a {
	text-decoration: none;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 500;
}

.allProjects .row.pagination a:hover {
	color: #ed1b24;
}

.allProjects .row.pagination .page-numbers {
	display: none;
}

.allProjects .row.pagination .next.page-numbers,
.allProjects .row.pagination .prev.page-numbers {
	display: inline-block;
}

.tax-client .allProjects .column h3 {
	margin-bottom: 15px;
}

.banner {
	background-color: #000;
	position: relative;
	height: 700px;
}

.banner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.6;
}

.banner .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 700px;
}

.banner .logo svg {
	max-height: 500px;
	max-width: 100%;
}

.introArea .row .columns {
	text-align: center;
}

.introArea h3 {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.introArea h1 {
	text-transform: uppercase;
	margin-bottom: 50px;
}

.projectGalArea .row {
	padding-bottom: 40px;
}

.projectGalArea .columns a {
	display: block;
	background-color: #ed1b24;
	position: relative;
}

.projectGalArea .columns a img {
	display: block;
	transition: opacity 0.5s ease-in-out; 
}

.projectGalArea .columns a:hover img {
	opacity: 0.2;
}

.projectGalArea .columns a .plus {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	z-index: 9999;
	font-size: 40px;
	line-height: 45px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out; 
}

.projectGalArea .columns a:hover .plus {
	opacity: 1;
}

img.blockImg {
	display: block;
	width: 100%;
}

.contactSVG {
	display: block;
	height: 170px;
	width: 170px;
	float: right;
	animation: slowRotate 2s infinite alternate ease-in-out;
}

.contactSVG svg {
	height: 100%;
	width: 100%;
}

.contactSVG #uuid-e1829ded-0944-4664-88d5-beae317b2174 circle {
	transition: fill 0.5s ease-in-out;
}

.contactSVG:hover #uuid-e1829ded-0944-4664-88d5-beae317b2174 circle {
	fill: #000;
}

body.page-id-12 h3,
body.page-id-14 h3 {
	color: #ed1b24;
	font-size: 40px;
	line-height: 45px;
}

body.page-id-14 .Black.twoCol h3 {
	font-size: 85px;
	line-height: 90px;
	font-family: "the-seasons", sans-serif;
}

body.page-id-14 .Black.twoCol h3 .redText {
	font-size: 130px;
	line-height: 130px;
}

body.page-id-14 .iconCarousel {
	background-color: #fff;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 70%, rgba(21, 21, 21, 1) 70%);
}

.iconCarousel .owl-carousel {
	background-color: #ed1b24;
	padding: 80px 50px;
	border-radius: 300px;
}

.iconCarousel .owl-carousel .item {
	text-align: center;
	color: #fff;
	max-width: 280px;
	margin: 0 auto;
}

.iconCarousel .owl-carousel .item h4 {
	text-transform: none;
}

.iconCarousel .owl-carousel .item .svgIcon {
	height: 170px;
	width: 170px;
	display: block;
	margin: 0 auto 30px;
}

.iconCarousel .owl-carousel .item .svgIcon svg {
	height: 100%;
	width: 100%;
}

.iconCarousel .owl-nav {
	color: #fff;
	font-size: 18px;
}

.iconCarousel .owl-nav i {
	color: #000;
	margin: 0 15px;
	background-color: #fff;
	border-radius: 100%;
	margin-left: 10px;
	
}

.iconCarousel .owl-carousel .owl-nav button.owl-next,
.iconCarousel .owl-carousel .owl-nav button.owl-prev {
	padding: 10px !important;
	transition: background-color 0.5s ease-in-out;
	border-radius: 0px !important;
}	

.iconCarousel .owl-nav .owl-next:hover,
.iconCarousel .owl-nav .owl-prev:hover {
	color: #000 !important;
	background-color: #fff !important;
}	

.iconCarousel .owl-nav .owl-prev {
	margin-right: 40px !important;
}

.iconCarousel .owl-nav .owl-next {
	margin-left: 40px !important;
}

.staffMembers .column {
	padding: 0 10px 40px;
}

.staffMembers .column img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	filter: grayscale(100%);
}

.staffMembers .column h5 {
	margin-bottom: 0;
}





footer {
	background-color: #f3f3f3;
	padding: 50px 20px;
}

footer p {
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0;
}

footer .topFoot .large-6 p a {
	margin-right: 30px;
	color: #231f20;
	text-decoration: none;
}

footer .topFoot .large-6 p a:hover,
footer p a:hover {
	color: #ed1b24;
	text-decoration: underline;
}

footer h5 {
	text-transform: uppercase;
	color: #ed1b24;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 0;
}

footer .social {
	text-align: right;
}

footer .social a {
	display: inline-block;
	text-decoration: none;
	margin-left: 10px;
	font-size: 19px;
	line-height: 20px;
	color: #231f20;
}

footer .social a:hover {
	color: #ed1b24;
}	

footer .footer {
	padding-top: 40px;
}

footer .footer p {
	font-size: 14px;
	line-height: 19px;
}

footer .large-6:last-of-type{
	text-align: right;
}


footer .footer p a {
	color: #231f20;
	text-transform: uppercase;
	text-decoration: none;
}

footer .footer p a:hover {
	color: #ed1b24;
	text-decoration: underline;
}


/* =Photo Gallery
-------------------------------------------------------------- */
ul.collapseRow li,
ul.staticGal li {
	padding: 0 10px 10px 0px !important;
}

a.photo {
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

a.photo img {
	margin: auto;
	width: 100%;
}

.accordianWrap h2.title {
	border-bottom: 3px solid #6A933B;
	position: relative;
	padding-bottom: 5px;
	padding-right: 45px;
}

.accordianWrap h2.title:hover {
	border-bottom: 3px solid #2174A1;
	cursor: pointer;
	color: #6A933B;
}

.accordianWrap h2.title:after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 30px;
	color: #666666;
	padding-left: 10px;
}

.accordianWrap h2.title.open:after {
	content: '-';
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { 
	display: inline-block; 
}

* html .clearfix { 
	height: 1%; 
}

.clearfix { 
	display: block; 
}

/* =Auxilary Pages
-------------------------------------------------------------- */
body.search .entry-utility,
body.search .entry-meta {
	display: none;
}

body.blog .row.pagination {
	padding: 15px 0;
}

body.blog .row.pagination .columns {
	text-align: center;
}

/* =Images
-------------------------------------------------------------- */
.main img,
.entry-content img {
	margin: 0;
	max-width: 100%;
}

.main .alignleft,
.main img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.main .alignright,
.main img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.main .aligncenter,
.main img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main img.alignleft,
.main img.alignright,
.main img.aligncenter {
	margin-bottom: 12px;
}

/* =Gutenberg Styles
-------------------------------------------------------------- */
.wp-block-image {
	text-align: center;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 18px 0;
}

.widget-title {
	color: #222;
	font-weight: bold;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#primary {
	width: 100%;
	padding: 26px 20px;
}

div.entry-meta {
	margin-bottom: 10px;
	font-style: italic;	
}



/* =Table Styles
-------------------------------------------------------------- */
table thead tr td {
	border-left: 1px solid #49176E;
}

table {
	border-spacing: 0px;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

table tr td {
	padding: 5px 10px;
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

table tr.shaded td {
	background-color: #EEEEEE;
}

table thead tr.shaded td,
table thead tr td {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

table.No-Style-Table,
table.No-Style-Table tr td,
table.No-Style-Table tr.shaded td {
	border: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
}

/* =MEDIA QUERIES
-------------------------------------------------------------- */
@media only screen and (max-width: 1240px) {
	.hentry {
		padding: 20px;
	}
}
@media only screen and (max-width: 1024px) { /*  MEDIUM GRID BREAK  */
	
}
@media only screen and (max-width: 960px) {
	/* Override other menu code */
	nav ul li:hover > ul {
		display: none;
	}
	
	nav ul ul {
		top: 0px;
		position: relative;
		float: none;
	}

	nav li {
		height: auto; /* override for menu height issue */
		/* set list item height */
		min-height: 36px; 
		height: auto !important;
		height: 36px;
	}

	/*mobile menu */
	.active {
        display: block !important;
    }

    .menu > li {
        float: none !important;
    }

    .menu > li > .menu-item-has-children {
   		background-image: none; 
    }

    .menu-item-has-children {
    	width: 100%;
    }

    nav ul li {
    	margin-bottom: 0px !important;
    	border-bottom: 1px solid #666;
    }

    .menu li .more {
        background-image: url(images/list.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        float: right;
      	width: 20%;
		border-left: 1px solid rgba(255,255,255,.3);
		padding: 8px 15px;
        cursor: pointer;
    	z-index: 200;
        position: relative;
    }

   .menu li .more:before {
		content: "";
		background: rgba(0,0,0,.3);
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
  		left: -2px;
    }

    ul.menu {
    	border-top: 4px solid #666;
    }
    
    .menu ul {
        display: block;
        width: 100%;
        z-index: 9999999;
    }
   	
   	.menu > li.hover > ul, 
   	.menu li li.hover ul {
        position: static;
        display: block !important; /* Show Menu Fix */
    }
    
    nav a {
    	width: 100%;
    	padding: 0px;
    	text-align: left;
    	padding-left: 15px;
    	line-height: 35px
    }

    nav ul ul ul li a {
		padding-left: 45px;
	}

    nav ul ul,
    nav ul ul li {
    	width: 100%;
    }

    nav ul ul {
    	padding: 0px !important;
    }

    nav ul ul li {
    	float: none;
    }

    nav {
   		width:100% !important;
   	}

   	nav ul ul ul {
		left: 0;
		top: 0;
	}
}

@media only screen and (max-width: 640px) { /*  SMALL GRID BREAK  */
	.footer span.pipe {
		display: none;
	}

	.footer span.design {
		display: block;
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#fff;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#eea904;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#fff;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#eea904}