/*
Theme name: Signal Brand
Description: Custom Theme
*/

/*/////GLOBAL/////*/

html,body {
    overflow-x: hidden;
}

body {
	padding: 0;
	margin: 0;
    position: relative;
	color: #000000;
}

ul {
	padding-inline-start: 0;
	list-style: none;
}

/*TYPOGRAPHY*/

h1, h2, h3, h4, h5, h6, p {
	margin-block-start: 0;
	margin-block-end: 0;
	font-style: normal;
}

h1, h2, h3, h4, nav li a {
	line-height: 1.2em;
	margin-block-start: .125em;
	margin-block-end: .125em;
}

h5 {
	line-height: 1.2;
	text-transform: uppercase;
	margin-block-start: .5em;
	margin-block-end: .5em;
}

h2 {
	font-size: 96px;
	line-height: .9;
}

h3 {
	font-size: 96px;
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 21px;
	font-weight: 700;
}

p {
	font-size: 17px;
	line-height: 1.5;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

p i {
	font-style: italic;
}

p strong {
	font-weight: 700;
}

p a {
	text-decoration: underline;
}

section a {
	color: #BE0F09;
}

.columns ul {
	padding-left: 1em;
}

.columns ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #3777ff; /* Change the color */
  	font-weight: bold; /* If you want it to be bold */
  	display: inline-block; /* Needed to add space between the bullet and the text */
  	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em;
	float: left;
}

.columns li {
	padding-bottom: 12px;
}

/*GLOBAL*/

a {
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

a:visited {
	text-decoration:none;
}

img {
	width: 100%;
	height: auto;
}

nav a {
	text-decoration: none;
	min-width: 200px;
}

nav .grid-parent, section .grid-parent {
	padding-left: 0;
	padding-right: 0;
}

.enllax {
	padding: 0!important;
	z-index: 1;
}

.menu li {
	float: left;
}

.menu a {
	color: #ffffff;
}

.menu a::visited {
	text-decoration:none;
}

/*SECTION COLORS*/

section.Gray, nav.Gray, footer.Gray, div.Gray, header.Gray {
	background-color: #E9E9E9;
	color: #000000;
}

section.Black, nav.Black, footer.Black, div.Black, header.Black {
	background-color: #000000;
	color: #ffffff;
}

section.Blue, nav.Blue, footer.Blue, div.Blue, header.Blue {
	background-color: #183c6d;
	color: #ffffff;
}

section.Turq, nav.Turq, footer.Turq, div.Turq, header.Turq {
	background-color: #19d3c5;
	color: #000000;
}

section.Gold, nav.Gold, footer.Gold, div.Gold, header.Gold {
	background-color: #AAA275;
	color: #000000;
}

section.Orange, nav.Orange, footer.Orange, div.Orange, header.Orange {
	background-color: #f16022;
	color: #000000;
}

section.Farmers-Black, nav.Farmers-Black, footer.Farmers-Black, div.Farmers-Black, header.Farmers-Black {
	background-color: #111b25;
	color: #fefefe;
}

section.Farmers-Gold, nav.Farmers-Gold, footer.Farmers-Gold, div.Farmers-Gold, header.Farmers-Gold {
	background-color: #986f2f;
	color: #111b25;
}


/*FONT COLORS*/

h4.Black, h5.Black {
	color: #000000;
}

h2.Amber, h3.Amber, h4.Amber, h5.Amber {
	color: #f5821f;
}

/*SECTIONS*/

nav img {
	max-width: 80px;
}

nav a.inactive img {
	opacity: .2;
}

/*IMAGE TEXT*/

.image-text img {
	vertical-align: bottom;
}

/*PACKAGING*/

.owl-nav {
	width: 100%;
	position: absolute;
	padding-top: 18%;
	margin-bottom: -19px;
	z-index: 4;
}

.owl-prev, .owl-next {
	width: 30px;
	height: 30px;
	border-left: solid 3px #000000!important;
	border-top: solid 3px #000000!important;
	transform: rotate(-45deg);
	position: absolute;
}

.owl-next {
	transform: rotate(135deg);
	right: 0;
}

.owl-prev {
	left: 0;
}

.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-dot {
	background-color: #FFFBFA!important;
	width: 8px!important;
	height: 8px!important;
	border-radius: 50%!important;
	margin: 0 5px!important;
}

.owl-dot.active {
	background-color: #EE2B37!important;
}

/*PERSONAS*/

.personas .grid-container .Gray {
	margin-top: 140px;	
}

.personas img {
	max-width: 250px;
	margin-top: -140px;
}

/*COLORS*/

.colors .padding-1 {
	padding-left: 40px;
	padding-bottom: 40px;
}

/*INTRO*/

.intro-text {
	max-width: 489px;
}

.ornament {
	max-width: 155px;
	padding-bottom: 24px;
}

.intro h4 {
	text-transform: uppercase;
}

.intro-h5 {
	line-height: 1.6;
}

.intro h1 {
	line-height: .5;
}

/*WE DO WE DON'T*/

.we-do, .we-dont {
	padding: 70px;
	background-color: #19d3c5;
	color: #ffffff;
}

.we-do-we-dont img {
	height: 50px;
	max-width: 50px;
}

.we-do li, .we-dont li {
	min-height: 100px;
}

.we-do-we-dont li h4 {
	margin-block-start: 0;
	margin-block-end: 0;
}

.we-dont {
	background-color: #BE0F09;
}

.menu-container {
	width: 100%;
}

#menu-main-menu {
	width: 100%;
}

.main-nav li {
	padding: 0 12px;
	text-align: center;
}

.images .padding-10 img {
	max-width: 65%;
}

li.color-square {
	min-height: 280px;
}

.voice img {
	max-width: 24px;
}

.type h5:not(h5.Focus) {
	font-size: 2.5em;
}

.type p {
	font-size: 3em;
	margin-block-start: .5em;
	margin-block-end: .5em;
}

.is-intro {
	padding-top: calc(5% + 88px);
}

footer img {
	max-width: 150px;
}

@media screen and (min-width: 768px) {
	
	nav {
		width: 100%;
		position: fixed;
		z-index: 4;
	}
	
	.home-logo a {
		padding: 30px;
	}
	
	.home-logo img {
		max-width: 180px;
	}
	
	#menu-main-menu {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.main-nav li {
		flex-grow: 1;
	}
	
	.intro.enllax {
		background-size: 112%;
	}
	
	/*INTRO*/
	
	.intro {
		margin-top: 129px;
	}
	
	/*IMAGE TEXT*/

	.pull-45.prefix-5 {
		margin-left: 0;
		margin-right: 5%;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	h1 {
		font-size: 72px;
	}

	h2 {
		font-size: 54px;
	}

	h3 {
		font-size: 36px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}
	
	.intro.enllax {
		background-size: 120%;
	}
	
}

@media screen and (max-width: 767px) {
	
	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}
	
	.home-logo {
		padding: 24px 0;
		background-color: #3777ff;
	}
	
	.main-nav li {
		width: calc(50% - 24px);
		padding: 12px;
	}
	
	.arrow img {
		transform: rotate(90deg);
	}
	
	.type h5:not(h5.Focus) {
		font-size: 1.25em;
	}

	.type p {
		font-size: 1.75em;
	}
	
	section.intro {
		height: calc(100vh - 360px);
	}
	
	.intro.enllax {
		background-size: 192%;
	}
	
	li.color-square {
		min-height: 200px;
		padding: 2px 18px;
	}

	/*TYPE*/
	
	h2 span.type-name, h3 span.type-name, h3 span.type-name, h4 span.type-name, h5 span.type-name, p span.type-name {
		font-size: 36px;
	}

	h2 span.alphabet, h3 span.alphabet, h4 span.alphabet, h5 span.alphabet, p span.alphabet {
		font-size: 24px;
	}
	
}


#the_thumbs {
    margin-top:30px;
}
#the_thumbs .slide {
    min-width: 48px;
    min-height: 80px;
    padding: 4px;
}
#the_thumbs .slide__thumb img {
    max-width: 48px;
    padding: 2px;
    border:2px solid transparent;
}

#the_thumbs .owl-item.current img {
    border: 2px solid red;
}

