/*!
Theme Name: Australian Hiring 3
Theme URI: https://www.themetim.com/
Author: themetim
Author URI: https://www.themetim.com/
Description: This theme based on siteorgin page builder with bootstrap 4x.
Version: 1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: australian-hiring
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');
body{
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
a{
	color: #ff0000;
}
a:hover{
	color: #989898;
}
.container-fluid{
	max-width: 1300px;
}
img{
	max-width: 100%;
	height: auto;
}
p {
	line-height: 1.6;
}
.entry-title{
	text-transform: capitalize;
	margin-top: 30px;
	margin-bottom: 40px;
}
a,.site-header ,.sticky-has .sticky-hide-top,.sticky-hide-top,.sticky-logo,.sticky-has .header-1 .navbar{
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.show-xs{
  	display: none;
  }
.widget_search [type=search] {
	border: 1px solid #e43c3a;
	padding: 4px 12px;
}
.widget_search [type=submit] {
	-webkit-appearance: button;
	background: #e43c3a;
	border: 0;
	padding: 5px 11px;
	text-transform: uppercase;
	color: #fff;
	margin-left: -4px;
}
.sticky-logo{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.sticky-has .sticky-logo{
	visibility: visible;
	opacity: 1;
	position: relative;
	z-index: inherit;
}
.sticky-has .header-1 .navbar{
	border-top: 0;
}
.sticky-logo img {
	max-width: 150px;
}
.site-header{
	position: fixed;
	width: 100%;
	z-index: 999;
}
.site-header:hover,.sticky-has{
	background: #fff;
}
.sticky-has .sticky-hide-top{
	margin-top: -80px;
}
.header-widget-widget_text.widget_text a{
	padding: 35px 0 0;
	font-weight: 700;
	display: inline-block;
	font-size: 26px;
}
.header-widget-widget_text.widget_text p{
	margin-bottom: 0;
}
.main-menu .nav-link{
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 1rem;
	padding-left: 1rem;
}
.site-branding img{
	max-width: 250px;
}
.header-1 .navbar{
	width: 100%;
	border-top: 1px solid #ff0000;
	margin-top: 10px;
}
.header-1 .navbar,.header-1 .navbar > div > ul{
	padding: 0;
	margin: 0 auto;
}
.header-1 .header-widget .menu{
	padding: 0;
	margin: 0;
}
.header-1 .header-widget .menu li{
	display: inline-block;
	padding: 0 3px;
}
.site-header a{
	color: #000;
}
.main-menu .dropdown-menu {
	margin-top: 30px;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease, margin-top .3s ease;
	transition: opacity .3s ease, margin-top .3s ease;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.main-menu li:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.main-menu li:hover li .dropdown-menu{
	position: absolute;
	left: 100%;
	top: 0;
}
.site-header a{
	color: #fff;
}
.site-header:hover a,.site-header.sticky-has a,.sticky-other-pages .site-header a{
	color: #000;
}
.sticky-other-pages .site-main{
	padding-top: 127px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.header-widget-right .search-form input{
	border-color: #f9f9f9;
	background: #f9f9f9;
	padding: .5rem .75rem;
}
.header-widget-right .search-form button{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #f7f7f7;
	border-color: #f7f7f7;
	padding: .375rem 1.1rem;
}
.ushop-main-slider ,.event-tabs-slider{
	background: url(css/ajax-loader.gif) no-repeat center;
	min-height: 500px;
}
.event-tabs-slider{
	min-height: 100px;
}
.ushop-main-slider .slider-item ,.event-tabs-slider .event-product-items{
	opacity: 0;
	width: 0;
}
.event-tabs-slider .event-product-items {
	height: 0;
}
.ushop-main-slider.slick-initialized,.event-tabs-slider.slick-initialized {
	background: none;
}
.ushop-main-slider.slick-initialized .slider-item, .event-tabs-slider.slick-initialized .event-product-items {
	opacity: 1;
	position: relative;
	height: inherit;
	transition: opacity 0.2s ease-in;
}
.ushop-main-slider .slick-arrow,.event-tabs-slider .slick-arrow{
	position: absolute;
	top: 45%;
	z-index: 10;
	margin: 0 40px;
}
.ushop-main-slider .next,.event-tabs-slider .next{
	right: 0;
}
.next,.previous{
	background: url(images/right-arrow.png) no-repeat center #fff;
	display: block !important;
	cursor: pointer;
	width: 40px;
	height: 40px;
}
.previous{
	background: url(images/left-arrow.png) no-repeat center #fff;
}
.banner-contents-img{
	position: relative;
	overflow: hidden;
}
.hover-images img {
	-webkit-transition-duration: 900ms;
	transition-duration: 900ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.hover-images:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.banner-contents-img:before {
	content: '';
	background: rgba(0, 0, 0, 0);
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner-contents, .no-banner-img {
	position: absolute;
	width: 100%;
	padding: 50px;
	left: 0;
	z-index: 10;
}
.banner-contents h2, .no-banner-img h2 ,.banner-contents h3, .no-banner-img h3 {
	font-weight: 700;
	color: #fff;
	font-size: 30px;
}
.btn {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, .5);
	border: 2px solid #30373b;
	padding: 16px 30px;
}
.btn:hover {
	background: #30373b;
}
.our-story-img{
	margin-top: 20px;
}
.our-story-contents{
	color: #fff;
	font-weight: 700;
	margin: 10px auto 20px;
}
.event-product-items{
	padding: 10px;
}
.widget-event-tab-filter .nav-tabs .nav-link{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	border: 0;
}
.nav-tabs {
	border-bottom: 0;
}
.event-tabs-slider-1 .owl-nav{
	position: absolute;
	top: 25%;
	width: 100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	outline: none;
}
.owl-prev{
	float: left;
	margin-left: -50px;
}
.owl-next{
	float: right;
	margin-right: -50px;
}
.testimonial-slider .owl-item img {
	width: 80px;
	height: 80px;
}
.testimonial-content{
	padding: 0 30px;
}
.owl-dots{
	text-align: center;
	margin-top: 30px;
}
.owl-dots .active span{
	background: #ff0000;
}
.owl-dots span{
	width: 12px;
	height: 12px;
	background: #eee;
	border-radius: 100%;
	display: block;
	margin: 0 5px;
}
/*--------------------------------------------------------------
# Contact us
--------------------------------------------------------------*/
.wpcf7-form textarea, .wpcf7-form input {
	width: 100%;
	background: #f7f7f7;
	padding: 10px 15px;
	border: 0;
	box-shadow: none;
}
.wpcf7-form label {
	display: block;
}
.wpcf7-form label > span{
	margin-top: 6px;
	display: block;
}
.wpcf7-form .wpcf7-submit {
	width: auto;
	background: #2d98de;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widget .widget-social-links a{
	font-size: 20px;
	padding-right: 15px;
}
.widget-newsletter .btn{
	padding: 12px;
}
.widget-newsletter .form-control{
	padding: 10px 15px;
	height: inherit;
}
.footer-top{
	padding-top: 30px;
	padding-bottom: 0;
	background: #ddd;
}
.footer-widget{
	margin-top: 15px;
}
.footer-widget li:first-child a{
	padding-top: 0;
}
.footer-widget li a{
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	padding: 5px 0;
}
.footer-widget ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
/*--------------------------------------------------------------
# Product Category
--------------------------------------------------------------*/
.post-thumb-page{
	min-height: 260px;
	background: transparent;
}
.post-thumb-page .entry-title,.event-taxonomy-content h2{
	color: #fff;
	text-shadow: 0 0 10px #000;
	letter-spacing: 1px;
	font-size: 48px;
}
.event-taxonomy-content a{
	color: #fff;
}
.event-taxonomy-content h2{
	position: absolute;
	width: 100%;
	font-size: 1.8rem;
	z-index: 1;
}
.event-taxonomy-content::before{
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	z-index: 1;
}
.event-taxonomy-content:hover::before{
	opacity: 1;
}
.event-taxonomy-content{
	position: relative;
	overflow: hidden;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 0 -15px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 15px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	font-size: 1.25rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}
img.img.mfp-img{
	padding-bottom: 0 !important;
}

/********************************************************
        ## Min Width 768px And Max Width 991px
********************************************************/
@media (min-width: 768px) and (max-width: 991px){
	.camera_target_content{
		top: 15%;
	}
	.banner-banner-content-fix .header-banner-contents {
		top: 10%;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 48%;
	}
	.site-header {
		position: relative;
	}
	.site-header a {
		color: #000;
	}
	.sticky-logo ,.header-widget-right{
		display: none;
	}
	.sticky-other-pages .site-main {
		padding-top: 0px;
	}
	.sticky-has .sticky-hide-top {
		margin-top: 0;
	}
	.site-branding img {
		margin-bottom: 10px;
	}
	.header-widget-widget_text.widget_text a {
		font-size: 18px;
		position: relative;
		z-index: 9;
	}
	.main-menu .dropdown-menu {
		-webkit-transform: inherit;
		transform: inherit;
		opacity: 1;
		visibility: visible;
		border: 0;
		padding-top: 0;
		margin-top: 0;
	}
	.mobile-bar button{
		font-size: 29px;
		border: 1px solid;
		border-radius: 0;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.mobile-bar{
		position: absolute;
		right: 15px;
		top: -67px;
	}
}
/********************************************************
        ## Max Width 767px
********************************************************/
@media only screen and (max-width:767px) {
	.site-header {
		position: relative;
	}
	.site-header a {
		color: #000;
	}
	.sticky-logo ,.header-widget-right{
		display: none;
	}
	.sticky-other-pages .site-main {
		padding-top: 0px;
	}
	.sticky-has .sticky-hide-top {
		margin-top: 0;
	}
	.mobile-bar{
		padding: 0 15px;
		width: 100%;
	}
	.main-menu .dropdown-menu {
		-webkit-transform: inherit;
		transform: inherit;
		opacity: 1;
		visibility: visible;
		border: 0;
		padding-top: 0;
		margin-top: 0;
	}
	.mobile-bar button{
		font-size: 12px;
		border: 1px solid;
		border-radius: 0;
		margin-bottom: 15px;
		margin-top: 15px;
		text-transform: uppercase;
		padding: 5px 7px 3px;
	}
	.owl-next {
		margin-right: 9px;
	}
	.owl-prev {
		margin-left: 9px
	}
	.header-widget-left{
		position: absolute;
		top: 58px;
	}
	.site-branding img {
		margin-bottom: 10px;
	}
	.header-widget-widget_text.widget_text a {
		font-size: 18px;
		position: relative;
		z-index: 9;
	}
	figure {
		margin: 0;
	}
	.widget-newsletter{
		text-align: left !important;
		margin: 20px 0;
		overflow: hidden;
		display: inline-block;
	}
  .hide-xs{
  	display:none;
  }
  .show-xs{
  	display: block;
  }
}
/********************************************************
        ## Max Width 480px
********************************************************/
@media only screen and (max-width:480px) {
	.widget-event-tab-filter .nav-tabs .nav-link {
		font-size: 24px;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}
	.post-thumb-page .entry-title, .event-taxonomy-content h2 {
		font-size: 36px;
	}
	.entry-title {
		margin-top: 10px;
	}
	.gallery-caption {
		font-size: .9rem;
	}
}
/********************************************************
        Max Width 320px
********************************************************/
@media only screen and (max-width:320px) {
	.gallery-columns-4 .gallery-item {
		max-width: 100%;
	}
}