/*!
Theme Name: Trisense Child
Theme URI: http://web3.com.au
Description: Customisations to base layout
Author: Web3 Brisbane Web Design
Author URI: https://web3.com.au/web-design-brisbane/
Template: trisense
Version: 1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# @Mobile first (Mobile, tablet and desktop styles)
	## Header
	## Menu
	## Homepage
	## Blog page
	## About page
	## Contact page
	## Widgets
	## Forms
	## Footer
# @Mobile only
	## Header
	## Menu
	## Homepage
	## Blog page
	## About page
	## Contact page
	## Widgets
	## Forms
	## Footer
# @Tablet and larger
	## Header
	## Menu
	## Homepage
	## Blog page
	## About page
	## Contact page
	## Widgets
	## Forms
	## Footer
# @iPad
# @Desktop and larger
# @Large desktop and larger
*/

/*--------------------------------------------------------------
# @Mobile first
--------------------------------------------------------------*/

/* Typography
-------------------------------*/

@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 300;
	src: local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v7/1TiHc9yag0wq3lDO9cw0vpBw1xU1rKptJj_0jans920.woff2) format('woff2');
}

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/LeFlHvsZjXu2c3ZRgBq9nJBw1xU1rKptJj_0jans920.woff2) format('woff2');
}

body {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
}
.h4 {
	line-height: 1.6;
}

::-moz-selection {
	background: #ed1c24;
}
::selection {
	background: #ed1c24;
}
.margin-top-15 {
	margin-top: 15px;
}


/* Header
-------------------------------*/
.color-overlay::after {
	background: rgba(0,0,0,0.7);
}

.header-color #tri-header {
    background: #fff;
    border-bottom: 0px solid #f2f2f2;
}

/* Menu
-------------------------------*/
.tri-menu a {
	color: #010202;
}

.tri-menu a:hover,
.tri-menu .current-menu-item > a {
	color: #ed1c24;
}

.tri-menu .current-menu-item > a

.tri-full-nav {
    background-color: #000;
}

a {
	color: #ed1c24;
}
/* Homepage
-------------------------------*/
.tri-section1 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.col-no-padding {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.tri-banner h1:after {
	content: '';
    background-color: #ed1c24;
    width: 8%;
    height: 5px;
    right: 45%;
    left: 45%;
    position: absolute;
    display: block;
    margin-top: 35px;
    transition: all 0.2s ease-in-out;
}

.tri-banner .banner-text {
	font-size: 2em;
    line-height: normal;
    opacity: 1;
    text-shadow: none;
    font-weight: 400;
    padding: 1em;
	left: 0;
	height: 85%;
	width: 100%;
}

.tri-banner .tri-btn.standard {
	position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 35%;
    bottom: 14%;
    margin: 0 auto;
	background: transparent;
    border: 2px solid #fff;
}

.tri-banner::after {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.6); */
 }

.tri-btn{
	cursor: pointer;
	z-index: 0;
}
.tri-btn:before {
	content: "";
	position: absolute;
	z-index:-1;
	top: 0;  left: 0;  right: 0;  bottom: 0;
	background: #f47379;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .3s ease-out;
}
.tri-btn:hover:before{transform: scaleX(1);}

.tri-btn.ghost {
	border-color: #000 !important;
	color: #FFF !important;
}

.tri-btn.ghost:hover,
.tri-btn.ghost:before {
	background-color: #ed1c24;
}

.btn-black {
	background: #010202!important;
}

.tri-btn{
	background: #000;
	display:inline-block;
	position:relative;
	margin:0.4em;  padding:1em;
	cursor:pointer;
	background:#e1e1e1;  color:white;
	z-index:0;

}
.tri-btn:before {
	content: "";
	position: absolute;
	z-index:-1;
	top: 0;  left: 0;  right: 0;  bottom: 0;
	background: #ed1c24;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .3s ease-out;
}
.tri-btn:hover:before{transform: scaleX(1);}

.tri-btn.ghost:hover,
.tri-btn.ghost:before {
	background-color: #f47379;
}
.tri-btn.standard {
    background: #ed1c24;
    border: 1px solid rgba(0,0,0,0.2);
    color: #fff;
}
.tri-btn.standard:hover {
	background: #FF363E; /* 10% Lighter */
    border: 1px solid rgba(0,0,0,0.2);
    color: #fff;
}

.tp-tabs, .tp-thumbs {
	display: none;
}
.logo-bar img {
	width: 75%;
	opacity: 0.7;
}
.forcefullwidth_wrapper_tp_banner {
	height: 465px;
}

.tri-img-position.tri-img-bottom-left {
    left: 0;
}

.divider-home {
	padding-top: 10px;
	padding-bottom: 15px;
}

/* Blog page
-------------------------------*/
.line.accordion-divider {
	border-bottom: 2px solid;
	max-width: 100px;
	margin: 0;
}

.single-post .page-header {
	min-height: 560px;
}
/* About page
-------------------------------*/


/* Project Landing Page
-------------------------------*/
.blurb-project-page .h4 {
		font-size: 16px;
		margin-top: 40px;
		margin-left: 0px;
	}

/* Blog
-------------------------------*/

.content-area.container {
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}


.heading-label {
    padding: 10px 0;
}

.page-header {
    background-color: #fff;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}

/* .col-md-9 {
     max-width: 60%;
     margin-left: 100px;
} */


/* Contact page
-------------------------------*/

/* Portfolio
-------------------------------*/
.tri-portfolio {
	padding-top: 0px;
	padding-bottom: 100px;
}

/* Portfolio Item */
.portfolio .portfolio-item {
	padding:0.1rem;
}

.portfolio-item {
	margin-top: 50px;
	margin-bottom: 50px;
	height: 400px;
}
.portfolio-item2 {
   
}

.portfolio .portfolio-item .portfolio-overlay {
	background-color:rgba(238, 35, 37, 0.7);
}

.portfolio .has-overlay:after {
	position:absolute;
	z-index:1;
	top:70%;
	right:0;
	width:100%;
	height:30%;
	content:'';
	background-color:rgba(31,45,61,0.5);
}
.portfolio article {
	position:relative;
	background-color:#333;
}
.portfolio article h2 {
	line-height:15px;
	display:inline-block;
	margin-bottom:30px;
	padding:15px 30px 30px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#fff;
	border-bottom:solid 2px #fff;
}
.portfolio article a {
	color:#fff;
	display:block;
}
.portfolio article a:hover i {
	left:2px;
}
.portfolio article a i {
	left:-3px;
	position:relative;
	top:-1px;
	transition:all 0.2s;
}
.portfolio article p {
	margin:0;
}
.portfolio article img {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	height:auto;
	transform:translate(-50%, -50%);
}
.portfolio article .logo-container img {
	z-index:999;
}
.portfolio article .logo-container div {
	color: #fff;
	text-align: center;
	margin-top:50%;
	margin-bottom:50%;
}
.portfolio article .logo-container p {
	color: #fff;
	text-align: center;
	margin-top:70%;
	margin-bottom:0%;
	background-color:rgba(31,45,61,0.5);
}
.portfolio article .logo-container svg {
	transition:all 0.3s;
	opacity:1;
	fill:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -8%);
	width:250px;
	z-index:999;
}
.portfolio .portfolio-text {
	color: #fff;
	text-align: center;
	margin-top:70%;
	margin-bottom:0%;
	opacity: 1;
}
.portfolio .portfolio-overlay {
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	-webkit-transition:opacity 300ms;
	transition:opacity 300ms;
	opacity:0;
	background-color:rgba(31,45,61,0.7);
}
.portfolio .portfolio-overlay2 {
	background-color:rgba(01,01,01,0.5);
	border-radius: 10px;
}
.portfolio figure {
	position:relative;
	overflow:hidden;
	height:270px;
	max-height:270px;
	margin:0;
}
.portfolio figure:hover .logo-container svg, .portfolio figure:hover .logo-container img, .portfolio figure:hover .logo-container p, .portfolio figure:hover .logo-container div {
	opacity:0;
}
.portfolio figure:hover .portfolio-content2 {
	opacity:0;
}
.portfolio figure:hover .portfolio-overlay {
	opacity:1;
}
.portfolio figure figcaption .portfolio-content {
	position:absolute;
	top:50%;
	left:50%;
	width:85%;
	max-width:700px;
	transform:translate(-50%, -50%);
	text-align:center;
	color:#fff;
}
.portfolio figure .portfolio-content2 {
	position:absolute;
	color: #fff;
	text-align: center;
	top:75%;
	bottom:0%;
	width:100%;
	background-color:rgba(31,45,61,0.5);
}

.product-index {
	text-align: center;
}

.product-index .portfolio-item {
	margin-bottom: 40px;
}

/* Product landing page
-------------------------------*/
.icon-bg {
	background: #ed1c24;
	padding: 15px;
}

.brochure a {
	color: #000;
}
.brochure a:hover {
	color: #ed1c24;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #ed1c24;
	color: #fff;
}

.tri-tabs.horizontal .tri-tabs-nav {
	border-bottom: none;
	width: 100%;
}
.tri-tabs.horizontal .tri-tabs-nav span {
	padding-left: 26px;
	padding-right: 27px;
}


.tri-divider.clear-grid.line {
	border-width: 2px!important;
	margin-top: 0px!important;
	border: none;
}

.accord-title {
	padding: 20px 0 40px;
}

.filters a:hover {
	color: #ed1c24;
}

/* Widgets
-------------------------------*/
table{
    table-layout: fixed;
}

/* Contacts
-------------------------------*/
.metromap {
	width: 100%;
	overflow: hidden;
	height: 500px;
}
.mobile-opt-contact2 {
	text-align: right !important;
	}
	
/* Forms
-------------------------------*/
/* Input focus */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus,
textarea:focus,
select:focus {
	border-color: #ed1c24;
}

/* Buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #ed1c24;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #fa2931; /* 5% Lighter */
}

.icon-circle {
	border: 2px solid #ED1C24;
	transition: all 0.3s;
}

.icon-circle:hover {
	background-color: #ED1C24;
	fill: #fff!important;
}

.digital-signage-icon {
	padding: 0;
	width: 96px;
	height: 96px;
	background-image: url(img/digital-signage.png);
}
.digital-signage-icon:hover {
	background-image: url(img/digital-signage-white.png);
}

#contact-form label {
    display: none;
}

.inline-optin-form .gform_button {
	background: #010202;
}


/* Products
-------------------------------*/
.blog .page-title {
    margin-top: 80px;
}



/* Footer
-------------------------------*/
.site-footer {
	color: #fff !important;
}
.subfooter {
	color: #fff !important;
}


/*--------------------------------------------------------------
# @Mobile only
--------------------------------------------------------------*/
@media (max-width: 767px) {

	/* Header
	-------------------------------*/
	.logo {
	max-width: 50%;
	margin-left: 20%;
	margin-top: 1%;
	}


	/* Menu
	-------------------------------*/
	/* Menu links hover and current menu */
	.tri-menu .current-menu-item a,
	.tri-menu a:hover {
		color: #ed1c24;
	}


	/* Homepage
	-------------------------------*/
	.mobile-opt-home {
		margin-top: 100px;
	}

	/* Blog page
	-------------------------------*/


	/* About page
	-------------------------------*/


	/* Contact page
	-------------------------------*/
	.mobile-opt-contact{
		text-align: center !important;
		
	}

	/* Widgets
	-------------------------------*/


	/* Forms
	-------------------------------*/

	/* Products
	-------------------------------*/

	.tablepress tfoot th, .tablepress thead th {
	background-color: #ed1c24;
	font-size: 0.7em;
	color: #fff;
	}

	.tablepress tbody tr{
	font-size: 0.7em;
	}


	.filters a:hover {
		color: #ed1c24 !important;
	}
	.tri-tabs.horizontal .tri-tabs-nav span:hover,
	.tri-tabs.horizontal span.active {
		border-bottom-color: #ed1c24;
	}
	.tri-tabs.nav {
		font-size: 0.7em;
	}


	.col-lg-fifth {
	text-align: center;
	}
	.col-12-mobile {
	flex-basis: 50%;
	}
	.mobile-hidden {
	display: none;
	}

	.portfolio-item {
		margin-bottom: 0 !important;
		margin-top: 0;
	}
	/* Footer
	-------------------------------*/

}

/*--------------------------------------------------------------
# @Tablet and larger
--------------------------------------------------------------*/
@media (min-width: 768px) {

	/* Header
	-------------------------------*/
	.logo {
		max-width: 232px;
	}

	/* Menu
	-------------------------------*/
	.tri-menu a:active {
		color: #ed1c24;
	}

	.tri-menu a::after {
		background: #ed1c24;
	}


	/* Homepage
	-------------------------------*/


	/* Blog page
	-------------------------------*/

	/* Call to action */
	.productform.inline-optin-form .gfield {
		max-width: 24%;
	}
	.productform.inline-optin-form .gform_body {
		width: 75%;
	}
	.productform.inline-optin-form .gform_footer {
		width: 25%;
	}

	#tablepress-59 .column-1 {
		width: 90px;
	}

	#tablepress-59 .column-2 {
		width: 175px;
	}

	#tablepress-59 .column-3 {
		width: 175px;
	}

	/* About page
	-------------------------------*/


	/* Contact page
	-------------------------------*/


	/* Widgets
	-------------------------------*/
	/* Tabs */
	.tri-tabs-pane img {
		display: block;
		max-height: 100%;
		margin: 0 auto;
	}
	.tri-tabs.horizontal .tri-tabs-nav span:hover,
	.tri-tabs.horizontal span.active {
		border-bottom-color: #ed1c24;
	}

	/* Forms
	-------------------------------*/

	/* Products
	-------------------------------*/
	.icon-mobile-tablets{
	margin-left: -35px;
	}

	.icon-title {
		padding: 14px;
	}

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

}

/*--------------------------------------------------------------
# @Desktop and larger
--------------------------------------------------------------*/
@media (min-width: 992px) {

}

/*--------------------------------------------------------------
# @Large desktop and larger
--------------------------------------------------------------*/
@media (min-width: 1200px) {

}