/*!
Theme Name: NuStar MHL
Author: Gravity Digital
Author URI: www.gravity.digital
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nustar-aus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* Nustar - Style*/


/* General */
@import url("https://use.typekit.net/jtr4bap.css");
@import url("https://use.typekit.net/axh3hmz.css?ver=6.9");


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


:root {
	--color-primary: #111111;
	--scrollbar-width: 15px;
}

html.menu-open,
body.menu-open {
	overflow: hidden;
}
html.menu-open {
	padding-right: var(--scrollbar-width);
}



.logo img {
	max-width:320px;
}

a img:hover {
	opacity: 0.7;
}
body {
	background: var(--color-primary);
	font-family: "noto-sans", sans-serif;
}
p {
	line-height: 1.8;
}
.container {
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
/* Header */

header {
	display: flex;
	padding: 30px;
	border-bottom: 10px solid var(--color-primary);
	justify-content: space-between;
	align-items: center;
	max-height: 174px;
}
.header-social {
	margin-bottom: 27px;
}
.side-content p:not(:last-child) {
	margin-bottom: 1em;
}
.side-content ul li a::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: "\f0a8";
    padding-left: 5px;
    color: firebrick;
    display: inline-block;
    
}
.side-content ul {
	padding-left: 30px;
}
.header-links {
	text-align: left;
}
.header-social i.fab {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	margin: 0 .25em;
}
.enquire {
	background: var(--color-primary);
	color: white;
	padding: 5px 16px;
	margin-right: 20px;
	background-color: rgb(206,28,18);
	border-radius: 20px;
	font-size: 1.1em;
	border-bottom: 0!important;
	font-weight: 700;
}
.enquire:hover {
	background: var(--color-primary);
	color: #f1f1f1;
	border-bottom: 0!important;
}
.mob-enq-container {
	display:none;	
}
.mobile-enquire {
	display: none;
}
#menu-main-menu li:first-child {
	border-left: 0;
}
.header-social i.fab:hover, .header-links p:hover {
	opacity: .7;
}
.header-social .twitter i {
	color: #fff;
	background: #00abf0;
}
.header-social .linkedin i {
	color: #fff;
	background: #3476B0;
}
.header-social .googleplus i {
	color: #fff;
	background: #1a81ad;
}
.header-social .youtube i {
	color: #fff;
	background: #cc181e;
}
.header-social .facebook i {
	color: #fff;
	background: #3b5998;
}
.header-links p {
	font-size: 1.3em;
	display: inline;
}
nav ul {
	display: flex;
	font-weight: 500;
	letter-spacing: -0.04em;
}
nav ul a {
	padding-bottom: 4px;
	border-bottom: 4px solid transparent;
	font-size: 1.2rem;
}

@media screen and (max-width: 1285px) {
nav ul a {
	font-size: 1.1em;
}
}

@media screen and (max-width: 1150px) {
nav ul a {
	font-size: 1em;
}
}


#menu-main-menu li {
	margin-right: 0.8em;
	padding-right: 0.8em;
	border-right: 1px black dotted;
	color: var(--color-primary);
}
#menu-item-774 {
    border-right: none!important;
  margin-right: 0em!important;
	padding-right: 0em!important;
}
nav ul a:hover {
	border-bottom: 4px solid #bf312d;
}
/* Mobile Nav Menu */

#mobile-nav-btn {
	position: absolute;
	top: 22px;
	right:7%;
	font-size: 2rem;
	display: none !important;
	cursor: pointer;
}
.mobile-nav-close {
	width: 100vw;
	height: 100vh;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	transition: all ease-in-out 250ms;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.98);
	color: var(--color-primary);
	font-size: 2rem;
}
.mob-menu-inner {
	max-height: 90vh;
	min-width: 80%;
}
.mobile-nav-open {
	opacity: 1;
	visibility: visible;
	overflow: scroll;
}
#mobile-nav ul li {
	margin: 3%;
}
#mobile-nav ul li a {
	padding: .25em;
	-webkit-tap-highlight-color: transparent;

}
#mobile-nav ul li a:hover {
	background: var(--color-primary);
	color: #fff;
}
#menu-close {
	position: absolute;
	top: 28px;
	right: 6%;
	font-size: 2rem;
	cursor: pointer;
}
i.fas.fa-times {
	display: block;
}
/* Main */

h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0.6em 0 0.4em;
}
.breadcrumb {
	margin-bottom: 1.7em;
	padding-left: .4em;
	color: rgba(0,0,0,0.5);
	font-weight: 400;
}
.breadcrumb a {
	color: rgba(0,0,0,0.5) !important;
}
.main {
	padding: 3em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.featured-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 2em;
	max-height: 600px;
	object-position: bottom;
}
.info {
	width: 65%;
}
.info h1 {
	margin: 0 0 0.4em;
	font-size: 2.3em;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #333333;
}
.info p {
	margin: 0.5em 0;
	font-size: 1em;
	color: #414141;
}
.info a {
	color: var(--color-primary);
}
aside {
	width: 30%;
	background: #e8e8e8;
	align-self: flex-start;
}
aside h3 {
	padding: 0.5em 1.5em;
	background: var(--color-primary);
	color: #fff;
}

.products-side-inner h3 {
	margin-bottom: 1em;
}
.side-content.products-side-inner {
	padding: 1.5em;
}
.fas.fa-arrow-circle-right {
	color: firebrick;
	margin-right: 3px;
}
.side-content {
	padding: 1.5em;
}
.side-content img {
	width: 100%;
	height: auto;
}
.side-content li {
	margin: 0 0 1.2em;
	font-weight: 500;
	font-size: 1em;
}
.side-content.products--inner img {
	margin-bottom: 1.5em;
}
.side-content li:hover {
	opacity: .6;
}
.enquiry-form {
	margin: 1em 0;
	padding: 1em;
	font-size: 1.2em;
	background: #bf312d;
	color: #fff;
}
.side-feature img {
	width: 100%;
	display: block;
}
.download {
	display: block;
	margin-bottom: 2em;
	padding: 1em 1.5em;
	background: firebrick;
	color: white;
	font-weight: 600;
}
.download::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f1c1';
	font-size: 1.2em;
	margin-left: 1em;
}
/* Home Higlight Section*/

.highlight {
	background: #e8e8e8;
	margin-top: 1em;
}
.highlight-inner {
	padding: 1em 1.5em 1.5em;
}
.highlight h4 {
	background: var(--color-primary);
	color: #fff;
	padding: .5em 1em;
	text-transform: uppercase;
}
.highlight img {
	width: 30%;
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}
.highlight p {
	margin: 0 0 .5em;
	font-size: .9em;
}
.highlight button {
	width: 100%;
	height: 3em;
	margin: .5em 0 0;
	padding: .5em 2em;
	text-align: left;
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
	background: firebrick;
	color: white;
	border: none;
	cursor: pointer;
}
.highlight i {
	margin-left: 1em;
	padding: .5em;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
}
/* Products-Main-Page */

.info-products {
	width: 100%;
}
.products {
	display: flex;
	flex-flow: row wrap;
	width: 101%;
	margin-left: -.5%;
}
.products .product {
	width: calc(97%/3);
	max-width: 32vw;
	margin: .5%;
	padding: 1em;
	background: #e8e8e8;
}
.product img, .application img {
	width: 100%;
	height: auto;
	display: block;
}
.product h3, .application h3 {
	min-height: 4em;
	padding: .8em;
	background: var(--color-primary);
	color: #fff;
	font-size: 1.1em;
	text-align: center;
}
.product h3:hover {
	background: firebrick;
}
.product h3:hover .arrow {
	background: var(--color-primary);
}
/* Products Info Tabs*/

.responsive-tabs-wrapper {
	width: 80%;
}
.responsive-tabs .responsive-tabs__list__item {
	font-size: .8em;
	font-weight: 500;
	top: 0 !important;
	background: #ccc !important;
	color: var(--color-primary) !important;
	border: none !important;
	border-radius: 0 !important;
}
.responsive-tabs .responsive-tabs__list__item--active {
	background: #aaa !important;
}
.responsive-tabs .responsive-tabs__panel {
	padding: 20px 20px !important;
	border: 15px solid #aaa !important;
}
.responsive-tabs__panel--active {
	display: flex !important;
	flex-flow: column;
	align-content: space-between;
}
.responsive-tabs__panel h3 {
	color: var(--color-primary);
	margin-bottom: .5em;
}
.app-tab, .options-tab {
	display: flex;
	flex-flow: row wrap;
	margin: .7em 0 0;
	justify-content: space-between;
}
.app-tab img, .options-tab img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.app-tab a {
	width: 32%;
	max-height: 130px;
	margin: .4em 0;
}
.options-tab a {
	width: 49%;
}
.spec-tab td {
	padding: .5em 0;
}
/* Applications Page */

.app-info {
	width: 100%;
}
.applications {
	display: flex;
	flex-flow: row wrap;
	width: 101%;
	margin: 30px -.5% 0;
}
.applications .application {
	width: calc(97% / 3);
	margin: 0 .5% 1em;
	padding: 1em;
	background: #e8e8e8;
}
.ml-slider {
	margin-bottom: 30px !important;
}
.related-products {
	margin: 1em -1% 0;
	display: flex;
	flex-flow: row wrap;
}
.rel-prod {
	width: calc(94%/3);
	margin: 0 1% 1em;
	text-align: center;
	border: 1em solid #e8e8e8;
	display: flex;
	flex-direction: column;
}
.rel-prod img {
	width: 100%;
	height: auto;
	display: block;
}
.rel-prod a {
	height: 100%;
}
.rel-prod h3 {
	background: #2a3471;
	color: #fff;
	height: 100%;
	max-height: 100px;
	padding: .5em 0;
}
.info .gallery-btn {
	background: firebrick;
	color: white;
	padding: .5em 1em;
	margin-top: .5em;
	margin-bottom: 1em;
	display: inline-block;
}
.gallery-btn:hover {
	opacity: .7;
}
.rp_title {
	background: #2a3471;
	color: #fff;
	padding: .5em 1em;
}
/* Gallery Pages */

.gallery {
	width: 100%;
}
.gallery-images {
	width: 100%;
	padding: .75em;
	display: flex;
	flex-flow: row wrap;
	background: #e8e8e8;
}
.gallery-image {
	width: 25%;
	max-height: 225px;
	padding: .75em;
}
.gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/* News Article */

.news-post {
	display: flex;
	margin-bottom: 2em;
	padding: 1.5em;
	background: #e6e6e6;
	color: var(--color-primary);
}
.post-img {
	width: 30%;
	margin-left: 2em;
}
.post-img img {
	width: 100%;
	height: auto;
}
.post-img img:hover {
	opacity: .8;
}
.post-title {
	width: 70%;
}
.post-title h2 {
	padding-bottom: .5em;
	border-bottom: 1px solid rgba(50,50,50,.4);
	margin-top: 0;
}
.post-title p {
	color: #555;
}
.post-title h4 {
	background: rgba(255,255,255,.7);
	color: black;
	padding: .5em .75em;
	display: inline-block;
	margin-top: .25em;
	line-height: 1em;
	;
}
.post-title h4:hover {
	background: rgba(0,0,0,0.35);
	color: #fff;
}
/* Individual News Post */

.post-info img {
	margin-bottom: 1em;
	width: 100%;
	height: auto;
}
.back-btn {
	margin-top: 1em;
	padding: .5em 1em;
	font-size: 1.3em;
	text-transform: uppercase;
	background: var(--color-primary);
	border: none;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 1px;
}
.side-content.news-side {
	margin-top: 1.5em;
}
.back-btn,
.back-btn a {
	color: #fff !important
}
/* Footer */

footer {
	min-height: 200px;
	padding: 1.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--color-primary);
	color: #fff;
}
.footer-social, .footer-menu, .footer-info {
	margin: 1em;
}
.footer-social a {
	width: 45px;
	height: 45px;
	margin: 0.8em;
	padding: 1em;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.footer-social .twitter:hover {
	background: #00abf0;
}
.footer-social .linkedin:hover {
	background: #3476B0;
}
.footer-social .youtube:hover {
	background: #cc181e;
}
.footer-social .facebook:hover {
	background: #3b5998;
}
.footer-menu, .footer-info {
	font-size: 0.75em;
}
.footer-menu ul {
	display: flex;
}
.footer-menu a:hover {
	opacity: 0.35;
}
.footer-menu li {
	margin: 0 0.25em;
}
.footer-menu li:not(:first-child) a:before {
	content: "/";
	margin-right: 0.5em;
}
.footer-info a:hover {
	opacity: .7;
}
/* Contact Page - Form */

.wpcf7-text {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.15);
	font-size: 0.9em;
	font-family: "noto-sans", sans-serif;
	color: #424242;
}
.wpcf7-textarea {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.15);
	font-size: 0.9em;
	font-family: "noto-sans", sans-serif;
	padding: 10px;
	color: #424242;
}
.wpcf7-form {
	padding: 15px;
	background: #f1f1f1;
	margin-top: 30px;
	max-width: 85%;
}
div.wpcf7-mail-sent-ok {
    display:none !important;
}
input[type="submit"] {
	margin-top: 1em;
	padding: .5em 2em;
	font-size: 1.2em;
	cursor: pointer;
	background: var(--color-primary);
	color: #fff;
	border: none;
}
.fancybox-caption {
	font-size: 18px;
	text-align: center;
	padding: 5px 44px 15px;
}
.fancybox-caption span {
	color: black;
	background: white;
	padding: 2px 5px;
	margin-bottom: 6px;
	display: inline-block;
	font-weight: 600;
}
.cf7-text-drop {
	font-size: 22px;
	font-weight: bold;
}
.cf7-dragandrophandler-inner {
	line-height: 25px;
}
.cf7-dragandrophandler-inner {
	line-height: 25px;
	font-size: 22px;
}
.cf7-dragandrophandler {
	height: auto;
}
.cf7-dragandrophandler {
	border: 1px dashed #999;
	width: 100%;
	height: auto;
	color: #666;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px 10px 10px;
	font-size: 200%;
	position: relative;
}
.cf7-dragandrophandler-inner {
	padding: 0 !important;
}
.cf7-dragandrophandler-container {
	padding: 3px !important;
}
.cf7-text-browser a {
	padding: 10px 20px;
	border-radius: 0px;
	text-align: center;
	font-weight: 700;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 18px;
}
.cf7-dragandrophandler-inner {
	white-space: wrap!important;
}
#page-461 .download, #page-461 .responsive-tabs-wrapper {
	display: none;
}
.blueblock {
	margin: 0 0 40px 0;
	background: firebrick;
	padding: 18px;
	color: white;
}
.blueblock a {
	color: lightgoldenrodyellow;
	text-decoration: underline;
}

/* Custom Tugs */
.custom-tugs {
	background: #ddd;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	padding: 1em;
}

.custom-tugs p {
	width: calc( 33% - 10px );
	margin: 5px;
}

.custom-tugs p img {
	width: 100%;
	height: auto;
	display: block;			
}


/* Media Queries */

@media screen and (max-width: 1150px) {
nav ul a {
	font-size: 1.2em;
}
}

@media screen and (max-width: 1220px) {
nav, .header-links {
	display: none;
}
.info h1 {
	font-size: 2em;
}
#shiftnav-toggle-main.shiftnav-toggle-style-burger_only {
	margin: 10px;
}
#mobile-nav-btn {
	display: block !important;
	color: var(--color-primary);
	text-align: right;
}

#mobile-nav-btn .enquire {
	display: block;
	
	font-size: .5em
}
	
.gallery-image {
	width: 49%;
	max-height: 275px;
}
.mob-enq-container {
	display:block;	
}
.mobile-enquire {
	display: block;
	position: absolute;
	right: 6%;
	top: calc(75px + 1%);
}  
}

@media screen and (max-width: 800px) {
.main {
	flex-direction: column-reverse;
	padding:20px;
}
.ml-slider {
	order: 1;
	width: 100vw!important;
	margin-left: -2em!important;
}
#page-9, #page-11 {
	flex-direction: column;
}
.info, aside {
	width: 100%;
	margin-bottom: 1em;
}
.info iframe {
	width: 100%;
	height: 400px;
}
.featured-img {
	order: 3;
}
.default-info {
	order: 2;
}
.home {
	display: none;
}
.home .side-content ul {
	margin-top: 0px;
	margin-left: 2px;
}
.side-content ul {
	margin-top: 20px;
	margin-left: 2px;
}
.news-info ~ aside {
	display: none;
}
.applications-aside {
	display: none;	
}
.product-aside {
	order:1;
}
.download {
	display: none;
}
.products .product {
	width: 32%;
	max-width: 32vw;
	margin-bottom: 1em;
	margin: .5%;
	padding: 1em;
	background: #e8e8e8;
}
.side-content h3, .side-content ul {
	display: none;
}
.responsive-tabs-wrapper {
	width: 100%;
}
.post-info {
	order: 1;
}
.wpcf7-text, .wpcf7-textarea {
	width: 100%;
}
.wpcf7-form {
	max-width: 100%;
}
	
.custom-tugs p {
	width: calc( 50% - 10px );
	
}
}

@media screen and (max-width: 600px) {

.mobile-hidden {
	display: none;
}	
#menu-close {
	font-size: 1.4em;
}
.products .product, .applications .application {
	width: 100%;
	max-width: 100vw;
}
	
.info h1 {
    font-size: 1.5em;
}

.rel-prod {
	width: 100%;
	margin-bottom: .5em;
}
.news-post {
	flex-direction: column;
}
.gallery-image {
	width: 49%;
	max-height: 100px;
}
.post-img, .post-title {
	width: 100%;
	margin: .25em 0;
}
footer {
	padding: .5em;
}
.footer-social a {
	margin: .4em;
}
.footer-menu {
	display: none;
}

#rc-imageselect, .g-recaptcha {
	
	-webkit-transform: scale(0.77);
	transform: scale(0.77);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
	
	
}

@media screen and (max-width: 450px) {
	.info, aside {
		width: 110%;
		margin-bottom: 1em;
		margin-left: -5%;
	}
}


p.gform_required_legend {
    display: none;
}
div.gform_wrapper {
    padding: 30px !important;
}

/* Logo swap: desktop by default */
.logo .mobile {
	display: none;
}

.logo .desktop {
	display: inline-block;
}

/* Switch on mobile */
@media screen and (max-width: 768px) {
	.logo .desktop {
		display: none;
	}

	.logo .mobile {
		display: inline-block;
	}
	.logo .mobile img {
    max-width: 160px;
}
}