/*
/*
Theme Name: Adzpower
Theme URL: https://www.cqmarineservices.com.au
Author: Adz Power Agencies
Author URI: http://www.adzpower.com.au
 
/*****  Wordpress Generic  *****/

ol, ul{list-style:none;}

.clear{clear: both;}

*{margin:0;padding:0;}img{border:none;padding:0;}

img a{border:none;}

img.left{float:left;border:none;padding:6px 0 0 0;}

img.right{float:right;border:none;padding:0 0 0 6px;}

img.centered{display:block;margin-left:auto;margin-right:auto;}

img.alignright{padding:4px;margin:0 0 2px 7px;display:inline;}

img.alignleft{padding:4px;margin:0 7px 2px 0;display:inline;}

main img{max-width:100%;height:auto;}

.alignright{float:right;}

.alignleft{float:left;}

.aligncenter{display:block;margin-left:auto;margin-right:auto;}

a{text-decoration:none;}

.wp-youtube-live{position:relative;padding-bottom:53.9%;padding-top:25px;height:0;margin:15px 0;}

.wp-youtube-live iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

@media all and (max-width: 700px){.entry p, ul.nav li {-webkit-text-size-adjust: 100%;}
img.alignright {float:none; display: block; clear:both; margin: 0 auto 0 auto;}
img.alignleft {float:none; display: block; clear:both; margin: 0 auto 0 auto;}
}

/*****  General  *****/	

body, html {
	font-family: 'Poppins', sans-serif; /* Select website font */
	background:url(images/bg.jpg) no-repeat center fixed;
	background-size:cover;
}

#header-inner, main, #menu-fixed ul li, #contact-inner, #footer{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

h1 {
	color:#d60126; /* Select h1 color */
	font-size: 36px;
	font-weight:700;
	padding-bottom:15px;
	font-style: oblique;
}

h2 {
	color:#d60126; /* Select h2 color */
	font-size: 24px;
	font-weight:700;
	padding-bottom:10px;
	text-transform:uppercase;
}

h3 {
	color:#d60126; /* Select h3 color */
	font-size: 20px;
	font-weight:700;
	padding-bottom:10px;
}

/*****  Header  *****/

header {
	background:#000; /* --- Set header background --- */
	width:100%;
}

header, header a {
	color:#fff;
}

#header-inner{width:100%;padding:0;display:flex;align-items:center;justify-content:space-between;}

#header-logo{width:auto;height:140px;}

#header-logo img{height:100%;width:auto;}

#header-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:0 20px;text-transform:uppercase;font-size: 15px;flex:1;max-width:520px;text-align:right;}

#header-right p{padding:8px 0;}

#header-right ul{display:flex;align-items:center;padding:8px 0;}

#header-right ul li{padding:0 15px;border-right:1px solid white;line-height:100%;}

#header-right ul li br{display:none;}

#header-right ul li:last-child{padding-right:0;border-right:0;}

#header-right a{transition:.4s;}

#header-right a:hover{color:#d61c26;}

p.blurb{font-size:11px;text-transform:none;color:rgba(255,255,255,0.7);}

#header-shop {display:none;}

@media all and (max-width: 975px){

.blurb{display:none;}
	
#header-right ul{flex-direction:column;align-items:flex-end;padding:0;}
	
#header-right ul li{padding:4px 0;border:none;text-align:right;line-height:150%;}
	
}

@media all and (max-width:815px){
	
#header-right{font-size:12px;}
	
#header-logo{width:auto;height:100px;}
	
#header-right ul li br{display:inline;}

}

@media all and (max-width: 650px){	
	
#header-inner{flex-direction:column-reverse}

#header-logo{width:100%;height:auto;}

#header-logo img{width:100%;height:auto;display:block;}	
	
#header-right{width:100%;max-width:none;padding:0;}

#header-right ul{flex-direction:row;justify-content:space-between;padding:15px;align-items:center;width:100%;box-sizing:border-box;background:rgba(255,255,255,0.1);}
	
#header-right ul li{padding:0;line-height:140%;}
	
#header-right ul li br, #header-right ul li span{display:none;}
	
#header-shop {display:block; width:100%; height:70px; padding:15px 0 5px 0; text-align: center;}
	
}

/*****  Content  *****/

.featured-image{position:relative;list-style:none;overflow:hidden;width:100%;max-height:500px;margin:0;}

.featured-image:before{content:"";width:100%;padding-top:33%;display:block;}

.featured-image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;}

main {
	background-color: #FFF; /* Select content background color */
	width: 100%;
	max-width:1100px;
	margin: 45px auto 0 auto;
	position:relative;
	padding:35px;
}

main.col2{display:flex;}

.woocommerce-breadcrumb {color:#fff; line-height: 45px;}
.woocommerce-breadcrumb a {color:#fff; margin-left: 10px; margin-right: 10px;}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {color:#fff !important; line-height: 45px;}

.metaslider{
	padding-bottom:20px;
}
 
.banner{
	width:100%;
	height:auto;
	padding-bottom:20px;
}

main ul{
	list-style-type:disc;
	padding-left:20px;
	margin-left:20px;
	padding-bottom:20px;
}

.metaslider ul{
	padding-left:0;
}

main p, main li {
	color:#000; /* Select font color */
	padding-bottom:10px;
	font-size:13px;
	line-height:150%;
	font-weight:normal;
}

main a {
	color:#d60126;
}
main li{margin:2px auto;}

.maincontainer {  
    display: grid;  
    grid-gap: 5px;  
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, 200px);  
	width:100%;
	clear: both;
	padding-bottom: 25px;
}

.maincontainer > div { 
	background:#EBEBEB url("images/tick.png") bottom right no-repeat;
	padding: 15px;
}

.main-left{flex:1;padding-right:30px;}

.main-right{flex:0 0 350px;}

.searchbox {
	width:100%;
	text-align: right;
	background: #fff;
	height: 46px;
}
.nodot {
	list-style:none;
  display: flex;
  flex-wrap: wrap;
}
.nodot div {
	margin-right: 10px;
	margin-top: 30px;
	width:19%;
}
#searchsubmit {position:relative; top:10px;}
@media all and (max-width: 1000px){

.main-right{flex:0 0 300px;}	
	
.nodot li {width:32%;}
	
}

@media all and (max-width: 800px){
	
main.col2{flex-direction:column;}
	
.main-left{width:100%;padding:0 0 15px 0;}

.main-right{flex:auto;width:100%;}
	
.nodot li {width:45%;}
	
}
	
@media all and (max-width: 700px){
.banner{display:none;}

main {margin: 0 auto 0 auto;}
	
.maincontainer {   
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, 250px); 
}
	

	
}

/*****  Concat Page  *****/

.staff-cont{display:flex;flex-direction:column;width:100%;}

.staff{width:100%;display:flex;padding:20px 0;border-bottom:1px solid rgba(0,0,0,0.2);}

.staff-cont .staff:last-child{border-bottom:none;}

.staff-left{flex:0 0 175px;}

.staff-left img{width:100%;height:auto;display:block;}

.staff-right{flex:1;padding-left:20px;}

.staff-right p{font-size:12px;}

.staff-right p:last-child{padding-bottom:0;}

.main-right iframe{padding-top:20px;width:100%;height:250px;}

@media all and (max-width: 550px){
	
.staff{flex-direction:column;}
	
.staff-left{flex:auto;width:150px;}
	
.staff-right{flex:1;padding:15px 0 0 0;}
	
}

/*****  Gallery  *****/

.gallery{
	display:flex;
	flex-wrap:wrap;
	width:calc(100% + 20px);
	margin-left:-10px;
}

.gallery-item{
	padding:10px;
	position:relative;
	text-align:center;
	width:25%; /* Width will define items per row */
	box-sizing:border-box;
}

.gallery-item img{
	transition:.5s;
	width:100%;
	height:auto;
	max-width:100%;
}

.gallery-item:hover img{
	opacity:0.8;
}

.gallery br{
	display:none;
}

@media all and (max-width: 850px){.gallery-item{width:33.33%;}}

@media all and (max-width: 650px){.gallery{width:calc(100% + 10px);	margin-left:-5px;}.gallery-item{width:50%;padding:5px;}}

/*****  Contact  *****/

#contact{
	background:url("images/contact-blue-bg.png") bottom repeat-x;  /*Select top footer background colour */
	width:100%;
	min-height:314px;
	padding-top: 50px;
}

#contact-inner {
	width: 100%;
	max-width:1100px;
	overflow: hidden;
	margin: 0 auto;
	padding:0 15px;
}

#contact-inner h1{
	/*color:#fff;  Select top footer heading colour */
	padding-top:25px;
	padding-bottom:20px;
}

#contact-inner h3{
	padding-bottom:20px;
}

#contact-inner input[type=text], #contact-inner select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
	background: transparent;
	color: #fff;
}

#contact-inner input[type=submit] {
  width: 100%;
  background-color: #FFF;
  color: #000;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	font-weight: bold;
}

#contact-inner input[type=submit]:hover {
  background-color: #000;
  color:#FFF;
}

#contact-item{
	float:left;
	padding-right:45px;
	padding-bottom: 30px;
	max-width: 35%;
}

#contact-item img{
	margin:-3px 15px 0 0;
	float:left;
	max-width: 15px;
	height: auto;
}

#contact-item p{
	color:#fff; /* Select contact item text colour */
	font-size: 14px;
	font-weight:normal;
	float:left;
	padding-top:3px;
	padding-bottom: 12px;
}

.contact-image{
	float:left;
	padding-right: 9px;
}

#contact-item a{
	color:#fff; /* Select contact item link colour (Same as contact item text) */
}

#contact-social{
	float:right;
}

#contact-social img{
	margin:10px 0 20px 15px;
	float:right;
}

@media (min-width: 700px) and (max-width: 1000px){
	#contact-item p{font-size: 12px;}
	#contact-item{padding-right:25px; max-width: 40%;}}
@media all and (max-width: 700px){
	
#contact-item{
	width:100%;
	max-width: 100%;
	position:relative;
}

#contact-item img{
	margin:0;
	float:none;
}

#contact-item p{
	float:none;
	clear: both;
}

.contact-text{
	float:left;
	padding-top:3px;
	position:absolute;
	width:100%;
	left: 42px;
}

.contact-image{
	width:30px;
	text-align:center;
	float:left;
}
.contact-address2{
	position:absolute;
	top:25px;
	left:0px;
}

#contact-social{
	float:none;
	width:100%;
	clear:both;
	text-align:center;
}

#contact-social img{
	margin:25px 20px 25px 20px;
	float:none;
}
	
}

/* * * 7.0 Footer * * */

#footer{
	background:url("images/contact-blue-bg.png") bottom repeat-x;  /*Select top footer background colour */
	color:#fff; /* Select bottom footer text colour */
	width:100%;
	min-height:60px;
	padding:0 15px;
}

#footer p{
	float:right;
	line-height:60px;
	font-weight:normal;
	font-size: 12px;
}

#footer a{
	color:#fff; /* Select bottom footer link colour (Same as bottom footer text colour) */
}

#footer ul {
	text-align:left;
	width:300px;
	float:left;
}

#footer ul li {
	display: inline;
	font-weight:normal;
	line-height:60px;
	font-size: 12px;
	margin: 0 2px 0 2px;
}

#footer ul li a {
	color:#fff; /* Select bottom footer link colour (Same as bottom footer text colour) */
}

@media all and (max-width: 700px) {

#footer{
	width:100%;
	min-height:70px;
}

#footer p{
	float:none;
	line-height:10px;
	text-align:center;
	padding-bottom:20px;
}

#footer ul{
	font-size:12px;
	width:100%;
	text-align:center;
	padding:0;
}

#footer ul li {
	text-align:center;
	margin:0;
}
	
}


/*****  Slideshow  *****/

.rslides-cont{width:100%;position:relative;}

.rslides{position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0;}

.rslides li{-webkit-backface-visibility:hidden;position:absolute;display:none;width:100%;left:0;top:0;max-height:650px;object-fit:cover;}

.rslides li:first-child{position:relative;display:block;}

.rslides img{display:block;height:100%;width:100%;border:0;object-fit:cover;min-height:400px;}

.centered-btns_tabs{position:absolute;bottom:0;width:100%;display:flex;justify-content:center;z-index:100;padding:0 20px 20px 20px;box-sizing:border-box;}

.centered-btns_tabs li{font-size:0;width:10px;height:10px;background:rgba(0,0,0,0.5);border-radius:50%;margin:0 5px;overflow:hidden;transition:.2s;}

.centered-btns_tabs li.centered-btns_here{background:#bb8605;}

.centered-btns_tabs li a{display:block;width:100%;height:100%;}

.centered-btns_nav{position:absolute;top:0;bottom:0;left:15px;margin:auto;height:35px;width:15px;display:flex;align-items:center;background:url("images/slideshow-left.png") center left no-repeat;background-size:contain;opacity:0;transition:.4s;z-index:100;font-size:0;}

.centered-btns_nav.next{background:url("images/slideshow-right.png") center right no-repeat;background-size:contain;left:auto;right:15px;}

.rslides-cont:hover .centered-btns_nav{opacity:0.4;}

.rslides-cont .centered-btns_nav:hover{opacity:0.9;}

.slide-text{width:100%;max-width:1470px;position:absolute;z-index:100;left:0;right:0;top:0;bottom:0;margin:auto;padding:15px 50px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;}

.slide-text h2{color:black;font-weight:bold;font-size:64px;padding-bottom:5px;text-shadow: 0px 0px 15px rgba(255,255,255,0.55);line-height:135%;max-width:800px;}

.slide-text p{color:black;font-size:24px;font-weight:bold;line-height:150%;max-width:800px;padding-bottom:20px;}

a.slideshow-more{color:white;height:50px;width:160px;display:flex;text-align:center;align-items:center;border-radius:3px;border:2px solid #838383;background:rgba(0,0,0,0.5);font-size:14px;text-transform:uppercase;justify-content:center;font-weight:bold;transition:.2s;}

a.slideshow-more:hover{background:black;}

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("images/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.transparent-btns_tabs,
.large-btns_tabs {
  margin: -40px auto 0 auto;
	padding: 0;
  text-align: center;
	position: relative;
	z-index: 999;
	background: transparent;
  }

.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }


@media all and (max-width: 1450px){
	
.slide-text h2{font-size:54px;padding-bottom:5px;}

.slide-text p{font-size:20px;padding-bottom:20px;max-width:500px;}

a.slideshow-more{color:white;height:40px;width:140px;}	
	
}


@media all and (max-width: 1100px){
	
.slide-text h2{font-size:44px;padding-bottom:5px;max-width:550px;}

.slide-text p{font-size:16px;padding-bottom:20px;}	
	
}

@media all and (max-width: 800px){
	
.rslides li{max-height:none;}
	
.rslides img{height:225px;min-height:225px;}
	
.centered-btns_nav{top:0;bottom:auto;left:15px;margin:auto;height:225px;width:12px;opacity:.4;}
	
.slide-text{display:none;background:#202020;position:static;min-height:325px;align-items:center;padding:15px 15px 45px 15px;}

.slide-text h2{color:white;font-size:32px;text-align:center;text-shadow:none;padding-bottom:15px;}
	
.slide-text p{color:white;text-align:center;font-weight:normal;line-height:165%;font-size:14px;}

.transparent-btns_tabs,
.large-btns_tabs {
  margin: -240px auto 0 auto;
	padding-bottom: 240px;}
}



/* * * Contact form styling * * */
#wpcf7-f285-p287-o1>.wpcf7-form {float:none; min-height: 550px; max-width: 90%; margin: 20px auto;}
#wpcf7-f285-p287-o1>.wpcf7-form p {width:32%; float: left;}

#wpcf7-f285-p287-o1>.wpcf7-form p {width:100%; float: none;}}

main .wpcf7-form h3{padding:0 0 15px 0;text-align:left;margin:0;width:100%;}

main .wpcf7-form p{width:100%;}

.wpcf7-form{border:1px solid #939593;padding:15px;display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-top:20px;position:relative;box-sizing:border-box;}

.sub-btn{display:flex;flex-direction:row-reverse;}

.wpcf7-form input.wpcf7-submit{height:35px;width:100px;padding:10px 15px;border:none;cursor:pointer;color:#000;box-sizing:border-box;border-radius:15px;text-transform:uppercase;font-weight:500;font-size:14px;text-shadow:0px 0px 5px #939593;line-height:100%;position:relative;overflow:hidden;font-family:'Montserrat', sans-serif;transition:.2s;margin:10px 0 5px 0;text-align:center;border:1px solid #939593;}

.wpcf7-form input.wpcf7-submit:hover{color:#FF0004;}

.wpcf7-form label{line-height:145%;padding-bottom:15px;width:100%;}

.wpcf7-form input, .wpcf7-form textarea{background:rgba(0,0,0,.1);width:100%;border:1px solid #939593;margin-top:7px;color:#000;padding:5px 7px;box-sizing:border-box;font-family:'Montserrat', sans-serif;resize:none;transition:.2s;-webkit-appearance:none;border-radius:0;}

.wpcf7-form textarea{height:150px;}

.wpcf7-form input:focus, .wpcf7-form textarea:focus{border:1px solid white;outline:none;}

input.wpcf7-not-valid{border:1px solid red;}

main div.wpcf7 .ajax-loader{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-color:rgba(255,255,255,0.5);top:0;left:0;margin:0;}

main div.wpcf7-response-output{margin:5px 0 15px 0;padding:15px;box-sizing:border-box;width:100%;text-align:center;font-size:12px;font-weight:400;border:none;background:rgba(0,0,0,0.15);color:#000;line-height:150%;}

main div.wpcf7-response-output.wpcf7-validation-errors{border:1px solid red;}

/* SUPPLIER LOGO Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* WOOCOMMERCE*/
#respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color:#d60126 !important;}
div.product p.price, .woocommerce div.product span.price {color:#d60126 !important;}

h2.woocommerce-loop-category__title {text-align:center;}

.relatedspacer {width:100%; clear:both; min-height:140px; }

.woocommerce-products-header {background-color: transparent; padding-bottom:25px;}

.product_meta {display:none;}