:root {
	--white: #FFF;
	--black: #000;
	--brand-red: #DB0015;
	--brand-blue: #009FE3;
	--brand-purple: #962785;
	--brand-green: #80BC00;
}

body {
	overflow-x: hidden;
}

/*-------------------------------------------------------------------------------- Header Styles ---------------------------------------------------------------------------------------*/

header {
	background-color: var(--white);
	width: 100%;
	padding: 30px 5%;
	overflow: auto;
	text-align: center;
}

.logo {
	width: 25%;
	max-width: 200px;
	min-width: 100px;
}

.r-logo {
	width: 5%;
	width: 35px;
	float: right;
	margin-top: 15px;
	margin-right: 30px;;
}

/*-------------------------------------------------------------------------------- Header Banner Styles ---------------------------------------------------------------------------------------*/

.header-banner {
	background-color: var(--black);
	width: 100%;
	min-height: 100px;
}

.header-banner-inner {
	padding: 5%;
	text-align: center;
}

.social-links {
	position: absolute;
	right: 5%;
	top: 60px;
}
.social-links a {
	color: var(--black);
	font-size: 25px;
}
.social-links img {
	max-width: 90px;
	margin-right: 15px;
}

/*-------------------------------------------------------------------------------- Content Styles ---------------------------------------------------------------------------------------*/

.content {
	width: 100%;
	min-height: 60vh;
	display: flex;
}

.content-col-text {
	width: 53%;
	height: 100%;
	padding: 5%;
	min-height: min-content !important;
	min-height: -moz-min-content;
    min-width: -webkit-min-content;
    min-width: -o-min-content;
}

.content-col-text img {
	margin: 0 0 20px 0;
	width: 25%;
	max-width: 250px;
	min-width: 150px;
	height: auto;
}

.content-col-text p {
	max-width: 1000px;
}

.content-col-img {
	width: 47%;
	min-height: 60vh;
	position: relative;
}

.content-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.content-col-img.right {
	margin-left: 40px;
}
.content-col-img.left {
	margin-right: 40px;
}

.logo-flex {
	display: flex;
}
.logo-flex img {
	margin-top: auto !important;
}
.small-1 {
	margin-top: auto !important;
	margin-left: auto !important;
	width: 18% !important;
	max-width: 150px !important;
	min-width: 80px !important;
}
.small-2 {
	margin-top: auto !important;
	margin-left: 35px !important;
	width: 18% !important;
	max-width: 150px !important; 
	min-width: 80px !important;
}

.content-col-img iframe {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
}

.content-simple {
	display: inline-block;
	padding: 5%;
	padding-top: 0;
	width: 100%;
}

.column {
	max-width: 1500px;
}

.column-padding {
	padding: 2%;
}
.column-padding-right {
	padding-right: 5%;
}

/*-------------------------------------------------------------------------------- Contact Form Styles ---------------------------------------------------------------------------------------*/

.content-contact {
	width: 100%;
	background-color: var(--black);
	padding: 5%;
}

.content-contact h2, .content-contact p {
	color: var(--white);
	text-align: center;
}

.content-contact-forms {
	width: 100%;
	background-color: var(--black);
	display: flex;
	padding: 2% 0;
}

.contact-col {
	width: 50%;
	display: flex;
	height: 100%;
	text-align: center;
	padding: 0 3%;
}

.contact-col .form {
	margin: auto;
	min-width: 40%;
}

/*-------------------------------------------------------------------------------- Why Inreach Styles ---------------------------------------------------------------------------------------*/

.why-inreach {
	text-align: center;
	color: #000;
	padding: 5% 0;
}
.tabs-3-col {
	max-width: 1500px;
	margin: auto;
	text-align: left;
	padding: 0 3%;
}
.tabs-3-col h3 {
	color: #000;
}
.tabs-3-col .col-md-4 {
	padding: 2%;
}

.tabs-3-col .col-md-4:hover {
	text-decoration: none;
}

/*-------------------------------------------------------------------------------- link / Button Styles ---------------------------------------------------------------------------------------*/

/*
.content a {
	display: inline-block;
	padding: 15px 20px;
	border: 0;
	font-weight: 400;
	cursor: pointer;
	transition: box-shadow 0.6s, color 0.6s;
	text-decoration: none;
	border-bottom-color: var(--button-color);
	color: var(--black);
	box-shadow: inset 0 -0.4rem var(--button-color);
	text-transform: uppercase;
}

.content a:hover {
	box-shadow: inset 0 -4.6rem var(--button-color);
	color: var(--black) !important;
	text-decoration: none;
}
*/

.header-banner-inner a {
	display: inline-block;
	padding: 15px 20px;
	border: 0;
	margin: 10px 20px 20px 0;
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: 400;
	cursor: pointer;
	transition: box-shadow 0.6s, color 0.6s;
	text-decoration: none;
	border-bottom-color: var(--button-color);
	color: var(--white);
	box-shadow: inset 0 -0.4rem var(--button-color);
	text-transform: uppercase;
}

.header-banner-inner a:hover {
	box-shadow: inset 0 -4.6rem var(--button-color);
	color: var(--black) !important;
	text-decoration: none;
}

.contact-button, .caldera-button {
	display: inline-block;
	padding: 15px 20px;
	border: 0;
	font-weight: 400;
	cursor: pointer;
	transition: box-shadow 0.6s, color 0.6s;
	text-decoration: none;
	border-bottom-color: var(--brand-red);
	color: var(--white) !important;
	box-shadow: inset 0 -0.4rem var(--brand-red);
	text-transform: uppercase;
	background: none !important;
}
.contact-button:hover, .caldera-button:hover {
	box-shadow: inset 0 -4.6rem var(--brand-red);
	text-decoration: none;
}

.category-button {
	display: inline-block;
	padding: 15px 20px;
	border: 0;
	font-weight: 400;
	cursor: pointer;
	transition: box-shadow 0.6s, color 0.6s;
	text-decoration: none;
	border-bottom-color: var(--brand-red) !important;
	color: var(--black);
	box-shadow: inset 0 -0.4rem var(--brand-red) ;
	text-transform: uppercase;
	background: none !important;
}
.category-button:hover {
	box-shadow: inset 0 -4.6rem var(--brand-red) !important;
	color: var(--white);
	text-decoration: none;
}


/*-------------------------------------------------------------------------------- Triple Line Styles ---------------------------------------------------------------------------------------*/

/*
header span, main span, footer span {
  position: absolute;
  display: block;
  height: 100%;
  width: 10px;
  background: var(--line-color);
}*/

.left-line-1 {
  left: -40px;
}

.left-line-2 {
  left: -20px;
}

.left-line-3 {
  left: 0px;
}


.right-line-1 {
  right: -40px;
}

.right-line-2 {
  right: -20px;
}

.right-line-3 {
  right: 0px;
}

/*-------------------------------------------------------------------------------- Logo Carousel Styles ---------------------------------------------------------------------------------------*/

.wpl-logo {
	filter: grayscale(100%) !important;
}
.wpl-logo:hover {
	filter: grayscale(0) !important;
}
.logo-carousel {
	padding: 2% 3vw; 
	border-top: solid 2px var(--black);
}

/*-------------------------------------------------------------------------------- Supplier Logo Styles ---------------------------------------------------------------------------------------*/

.supplier-logos {
	display: flex;
	flex-wrap: wrap;
	padding: 5%;
}
.supplier-logos a {
	width: calc(16.666666666666666666666666666666666666666% - 12px);
	height: auto;
	margin: 0 6px;
	filter: grayscale(100%);
	transition-duration: 0.3s !important;
}
.supplier-logos img {
	width: 100%;
	height: auto;
}
.supplier-logos a:hover {
	filter: grayscale(0%);
}

/*-------------------------------------------------------------------------------- Footer Styles ---------------------------------------------------------------------------------------*/

.footer {
	background-color: var(--black);
	width: 100%;
}

.footer p {
	color: var(--white);
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 300;
}

.footer p a {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 300;
}

.footer-menus {
	padding: 3% 5%;
	display: flex;
}

.footer-menus .menu {
	padding: 0 40px;
}

.footer-menus .menu:first-child {
	padding: 0 40px 0 0 !important;
}

.fab {
	padding: 0px 5px;
}

.footer-details .opacity {
	opacity: 0.6;
}

.footer-details {
	padding: 15px 5%;
}

/*-------------------------------------------------------------------------------- Plugin overrides ---------------------------------------------------------------------------------------*/

#responsive-menu-container #responsive-menu-title {
	font-family: 'Kanit', sans-serif;
	padding-top: 150px !important;
}
#responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-title {
	padding-left: 12% !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	padding-left: 12% !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    padding-top: 8px !important;
}



/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}


/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}


/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}


/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {
}


/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
}


/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {
}


/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

@media only screen and (max-width : 1280px) {
	.supplier-logos a {
		width: calc(20% - 12px);
	}
} 


/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {
	
	
}


/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
	.content-col-text {
		width: 57%;
		height: 100%;
		padding: 5%;
		min-height: min-content !important;
		min-height: -moz-min-content;
		min-height: -webkit-min-content;
		min-height: -o-min-content;
	}
	
	.content-col-img {
		width: 43%;
		min-height: 60vh;
		position: relative;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}


/* ----------------------------------------------------- Smaller than 1000px ----------------------------------------------------- */

@media only screen and (max-width : 1000px) {	
	.right-col-nav {
		display: none;
	}
	
	.content {
		flex-direction: column;
		height: auto;
	}
	.content-col-text, .content-col-img {
		width: 100%;
	}
	.content-col-img {
		order: 2;
	}
	.content-col-text {
		order: 1;
		padding: 8vh 5%;
	}
	/*
	.content-col-img span, footer span {
		display: none !important;
	}*/
	.content-col-img.right {
		margin-left: 0px;
	}
	.content-col-img.left {
		margin-right: 0px;
	}
	.footer {
		width: 100%;
	}
}


/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 980px) {
	.supplier-logos a {
		width: calc(25% - 12px);
	}
}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	
}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {	
	
	#responsive-menu-container {
    	width: 65% !important;
	}
	
	.footer-menus {
		flex-wrap: wrap;
		padding-bottom: 0px;
	}
	.footer-menus .menu, .footer-menus .menu:first-child {
		padding: 15px 0px !important;
		width: 50%;
	}
	.social-links {
		margin-left: 0px;
	}
	.fab {
		padding-left: 0 !important;
	}
	
	
	.video-header {
		height: 60vh;
	}
	
	/*
	header span, main span, footer span {
	  position: absolute;
	  display: block;
	  height: 100%;
	  width: 5px;
	  background: var(--line-color);
	}*/

	.left-line-1 {
	  left: -20px;
	}

	.left-line-2 {
	  left: -10px;
	}

	.left-line-3 {
	  left: 0px;
	}


	.right-line-1 {
	  right: -20px;
	}

	.right-line-2 {
	  right: -10px;
	}

	.right-line-3 {
	  right: 0px;
	}
	

	
	
	
	
	
	.content-contact-forms {
		flex-direction: column;
	}
	.contact-col {
		width: 100%;
		padding: 8% 0;
	}

	
	.small-2 {
		margin-left: 25px !important;
	}
	
	
	
	
	
	.why-inreach, .content-contact, .logo-carousel, .content-simple {
		padding-top: 8vh;
		padding-bottom: 8vh;
	}
	.tabs-3-col .col-md-4 {
		padding: 5%;
	}
	
	
	#menu-main-menu a {
		font-size: 28px;
	}
	
	.toggle_burger .top_line {
		background: #000 !important;
	}

	.toggle_burger .middle_line {
		background: #000 !important;
	}

	.toggle_burger .bottom_line {
		background: #000 !important;
	}
	
}


/* ----------------------------------------------------- Smaller than 767px ------------------------------------------------------ */

@media only screen and (max-width : 767px) {
	.r-logo {
		width: 30px;
		margin-top: 0px;
	}
	#burger {
		margin-top: 0px;
		width: 40px;
		height: 40px;
	}
	.news-post {
		padding-bottom: 8vh;
	}
	.content-col-img {
		min-height: 45vh;
	}
	.full-width-yt {
		width: 600px;
		height: 328px;
	}
}


/* ----------------------------------------------------- Smaller than 736px ------------------------------------------------------ */

@media only screen and (max-width : 736px) {
	.supplier-logos a {
		width: calc(33.3333333333333333333333333333333333333333333333333% - 12px);
	}
	.social-links {
		position: unset;
		padding-top: 20px;
	}
	.social-links img {
		max-width: 60px;
	}
}

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

@media only screen and (max-width : 600px) {
	.small-2 {
		margin-left: 15px !important;
	}
	
	.desktop-animation {
		display: none !important;
	}
	.mobile-animation {
		display: flex !important;
		height: 6	5vh !important;
	}
	.full-width-yt {
		width: 500px;
		height: 282px;
	}
	
}


/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	
	.video-header {
		height: 50vh;
	}
	.content-col-img {
		min-height: 35vh;
	}
	.full-width-yt {
		width: 400px;
		height: 225px;
	}
}


/* ----------------------------------------------------- Smaller than 480px ------------------------------------------------------ */

@media only screen and (max-width : 480px) {	
	.supplier-logos a {
		width: calc(50% - 12px);
	}
}

/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

@media only screen and (max-width : 400px) {
	.small-2 {
		margin-left: 5px !important;
	}
	
	.r-logo {
		margin-right: 20px;
	}
	.video-header {
		height: 45vh;
	}
}





@media only screen 
  and (max-device-width: 1500px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .video-header {
		  height: 60vh;
	  }
}