/*
	Theme Name: TSU 2019
*/

html, body {
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

img {max-width: 100%;}

strong {
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

a:focus {outline: none;}

section .card ul, section .card li, .section-content ul, .section-content li {list-style: disc outside !important;}

.card-reveal ul {margin-left: 20px;}

table:active, table:focus {outline: none;}

.p-1 {padding:1em !important;}
.p-2 {padding:2em !important;}
.p-3 {padding:3em !important;}
.p-4 {padding:4em !important;}
.p-5 {padding:5em !important;}

.mt-1 {margin-top:1em !important;}
.mt-2 {margin-top:2em !important;}
.mt-3 {margin-top:3em !important;}
.mt-4 {margin-top:4em !important;}
.mt-5 {margin-top:5em !important;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

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

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    CUSTOM STYLE
\*------------------------------------*/

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
		background-color: white;
  }

	nav {
		background-color: transparent !important;
	}

	h1 {
		font-size: 200%;
	}

.black.opa-80 {background-color: rgba(0,0,0,0.8) !important;}

.nav-wrapper {background-color: rgba(255,255,255,0.9);}

img.img-hero {
	width: 100%;
	height: auto;
}

textarea {height: auto;}

video:focus {outline: none;}

.home h3 {
	/* border-top: 5px solid #ffb300;
	border-bottom: 15px solid #ffb300; */
	padding: 20px;
	/* background-color: #095195; */
	/* background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(9,81,149,1) 50%, rgba(255,255,255,0) 100%); */
	color: #ffb300;
	border: 1px solid #ffb300;
	margin: 0 auto;
	display: block;
	width: fit-content;
}
header.header {position: absolute;}

nav ul li {
	position: relative;
}

nav ul li a {
	text-transform: uppercase;
	transition: 0.5s;
}

nav ul li a:hover {
	background: transparent;
}

nav ul li:after {
	content: '\2022';
	color: #ffb300 !important;
	position: absolute;
	right: 0;
	top: 0;
}

nav ul li li:after {
	content: ''
}

nav ul li:last-child:after {
	content: '';
}

nav ul li.current-menu-item a, nav ul li a:hover {
	color: #ffb300 !important;
}

.card {overflow: hidden;}

#product-categories {
	padding: 10px;
}

#product-categories .card.hide-on-med-and-down {
	width: 19%;
	float: left;
	margin-right: 1%;
}

#product-categories .card.hide-on-med-and-down:last-child {
	margin-right: 0;
}

#product-categories .card-title {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	line-height: 1em;

	transition: 0.5s;
}

#product-categories .card-title h2 {
	color: #ffb300 !important;
	border-bottom: 3px solid rgba(255,255,255,0.6);
	padding: 0 5px 20px 0;
	font-size: 100%;
	font-weight: bold;
}

#featured-news .card-title h2 {
	/* padding: 0 5px 20px 0; */
	font-size: 60%;
	font-weight: bold;
	line-height: 1.5rem;
	margin-top: 0;
}

#featured-news .card-title h2 a {
	color: #ffb300 !important;
	transition: 0.5s;
}

#featured-news .card-title h2 a:hover {
	color: white !important;
}

#featured-news .card-large .card-title h2  {
	font-size: 80%;
}

#featured-news .card-title .upper-subheader {
	font-size: 60%;
}

.tax-product-category .card .card-image {max-height: 250px; overflow: hidden;}
.home .card .card-image img {
	transition: 1s;
	opacity: 0.4;
}
.home .card:hover .card-image img {
	opacity: 1;
}

.home .card:hover .card-title {
	/* background-color: rgba(0,0,0,0.5); */
}

.card .card-title {
	transition: 1s;
	width: 100%;
}

.signature {
	clear: both;
	display: block;
	text-align: right;
	padding: 5px 10px;
	z-index: 100;
	background-color: white;
}

.hero-section {
	background-size: cover;
	height: 90vh;
	background-position: center center;
	position: relative;
}

.hero-section {position: fixed; top: 0; z-index: 0;}
.home .hero-section .slider {position: fixed; top: 0;}

/*.home .hero-container, .products .hero-container {*/
/*	height: 100vh;*/
/*}*/

.home #scroll-icon, .products #scroll-icon {
	bottom: 10vh;
}

#sem-overlay-logo {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 12%;
	max-width: 200px;
	min-width: 100px;
	height: auto;
	z-index: 900;
}

.header-ribbon {
	position: relative;
	margin-top: -10px !important;
	margin: 0;
}

.search .header-ribbon {
	margin-top: 55px !important;
}

.single-product .header-ribbon, .tax-product-category .header-ribbon {
	margin-top: -10px !important;
}

.header-ribbon ul {margin-bottom: 0 !important;}

.background-parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.background-product {
	width: 100%;
	height: 90vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (orientation: portrait) {
	.background-product {
		height: 60vh;
	}
}

.section-content {background-color: white; position: relative;padding-top:20px;}

.section-content li {
	margin: 5px 0;
}

.section-content li.tab {margin: 0}

.caption h2, .caption h5 {
	color: #0b62aa;
}

#hero-text {
	position: absolute;
  background-color: rgba(0,0,0,0.5);
  left: 0;
  padding-left: 8vw;
  color: white;
  bottom: 10vh;
  border-left: solid 10px #ffab40;
}

#contact-details>.col {
	background-color: rgba(255,255,255, 0.8);
}

#contact-us {
	padding-bottom: 20px;
	padding-top: 80px;
	background-color: aliceblue;
}
#scroll-icon {
  position: absolute;
  bottom: 30vh;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid rgb(239,173,30);
  border-bottom: 2px solid rgb(239,173,30);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
	z-index: 100;
}

.page-footer {
	/* background-color: rgb(239,173,30); */
	background-color: #fdd100;
	position: relative;
}
.page-footer .footer-copyright {
	background-color: transparent;
	color: #333;
}

.brand-logo {
	height: 60px;
	margin: 10px 10px 0;
}

.brand-logo img {
	height: 100%;
	vertical-align: top;
}

@media only screen and (max-width: 992px) {
	nav .brand-logo {
		transform: none;
		left: 0;
	}
}

.carousel {
	overflow-y: auto;
}

.slider .indicators .indicator-item.active {
	background-color: rgb(239,173,30);
}

#fullscreen-background {
	background-position: center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

::placeholder { color: rgb(239,173,30);}
#search-button {background-color: rgb(239,173,30);}

.tabs .tab a {
	color: rgb(9,81,149);
}
.tabs .tab a:hover, .tabs .tab a.active {
	color: rgb(239,173,30);
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
	background-color: transparent;
}
.tabs .indicator {
	background-color:rgb(239,173,30);
}

.hero-category-container {margin-bottom: 0;}

.navbar-fixed nav {height: 80px !important; line-height: 80px !important;}
nav ul a {color: #095195;}

input.search-input {width: 67% !important;}

nav .nav-wrapper  i.material-icons {line-height: inherit !important;}

#category-header-bar {
	background-image: url(img/bg-desc.png);
	background-position: top;
	background-repeat: repeat-x;
	background-size: auto 100%;
	display: flex;
  flex-wrap: wrap;
	padding: 0;
	margin: 0 0 20px;
}

#category-header-bar>li {
	width:30%;
	padding: 40px 30px;
}

#category-header-bar>li:last-child {
	width: 50%;
}


#category-header-bar .gutter{
	background-image: url(img/bg-gutter.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 10%;
}

#category-title {
	background-image: url(img/bg-title.png);
	background-position: top;
	background-repeat: repeat-x;
	background-size: auto 100%;
	text-align: right;
}

#category-title h1 {margin-bottom: 0;}
#category-title a {color: white; font-weight: bold;}

input[type="submit"] {
	background-color: #0080bc;
}

#features, #specification {
	padding: 10px;
}

@media only screen and (max-width: 600px) {
	#category-header-bar li#category-title { text-align: left; width:40%;}
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
