/*
Theme Name: Adzpower CMS Template 1
Theme URL: https://www.adzpower.com.au/templates/cms
Author: Adz Power Agencies
Author URI: http://www.adzpower.com.au

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - General
 * 3.0 - Images
 * 4.0 - Header
 * 5.0 - Content
 * 6.0 - Contact
 * 7.0 - Footer
 * 8.0 - Mobile
 	* 8.1 - General
 	* 8.2 - Header
 	* 8.3 - Content
	* 8.4 - Contact
 	* 8.8 - Footer
 */
 
 
/* * * 1.0 Reset * * */

@font-face {
  font-family: Days;
  src: url('fonts/days.woff') format('woff');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

.clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}

/* * * 2.0 General * * */	

body, html {
	font-family: 'Arimo', sans-serif;
	background:url(images/bg.jpg) no-repeat center fixed;
	background-size:cover;
}

#header-inner, main, nav ul li, #menu-fixed ul li, #contact-inner, #footer, nav, #menu-fixed, .distributors, .distributors img, .box, .gallery, .gallery img{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

h1 {
	color:#322f31;
	font-size: 32px;
	font-weight:700;
	padding-bottom:20px;
	text-transform:uppercase;
	font-family:days, sans-serif;
	font-weight:normal;
}

.red{color:#ed1c24;}

h2 {
	color:#ed1c24;
	font-size: 24px;
	font-weight:700;
	padding-bottom:10px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-family:days, sans-serif;
	font-weight:normal;
	border-bottom:1px solid #ed1c24;
}

h3 {
	color:#322f31;
	font-size: 20px;
	font-weight:normal;
	padding-bottom:15px;
	font-family:days, sans-serif;
	text-transform:capitalize;
}

h4 {
	color:#ed1c24;
	font-size: 16px;
	font-weight:normal;
	padding-bottom:10px;
	font-family:days, sans-serif;
	text-transform:capitalize;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

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

a {
	text-decoration: none;
}

/* * * 3.0 Images * * */

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;
}

/* * * 4.0 Header * * */

header {
	background:url(images/header-bg.png); /* --- Set header background --- */
	width:100%;
}

#header-inner {
	width:100%;
	max-width:1200px;
  	height: 181px;
	padding:0 15px;
	margin: 0 auto; 
}

#header-logo {
	width:399px;
	height:94px;
	float:left;
	padding-top:45px;
}

#header-right {
	width:33%;
	height:100%;
	float:right;
	max-width:123px;
	display:table;
}

#header-right span{
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}

#header-right img{
	width:100%;
	height:auto;
	max-height:181px;
}

/* * * 5.0 Content * * */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-width:1200px;
  padding: 0;
  margin: 0 auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


main {
	background-color: #FFF; /* Select content background color */
	width: 100%;
	max-width:1200px;
	margin: 0 auto;
	position:relative;
	padding:40px 25px;
	display:block;
}

.metaslider{
	padding-bottom:20px;
}
 
.banner{
	width:100%;
	height:auto;
	padding-bottom:20px;
 }

main ul{
	list-style-type:disc;
	padding-left:20px;
	padding-bottom:15px;
}

main p, main li {
	color:#322f31; /* Select font color */
	margin-bottom:15px;
	font-size:15px;
	line-height:150%;
	font-weight:normal;
}

main a{color:#322f31;}

main li{
	margin:2px auto;
}

h2.center{font-size:18px;text-align:center;}

.boxes{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	justify-content:space-between;-webkit-justify-content:space-between;
	padding-bottom:25px;
}

.box{padding:0 10px;}

.boxes img{height:auto;width:100%;max-width:240px;}

.box:first-child{padding-left:0;}

.box:last-child{padding-right:0;}

.distributors{
	width:100%;
	background:#EDEDED;
	padding:15px;
	margin-bottom:20px;
}

.distributors img{
	width:calc(20% - 20px);
	margin:10px;
	padding:15px;
	background:white;
	float:left;
}

.product .distributors img{
	padding:5px;
}

.gallery{
	width:100%;
	padding:15px 0;
	margin-bottom:15px;
}

.gallery img{
	width:calc(20% - 20px);
	margin:10px;
	padding:10px;
	background:white;
	float:left;
}

.boxes img:hover, .distributors img:hover, .gallery img:hover{opacity:0.8;}

.tab{font-weight:bold;padding:0 15px;width:60px;float:left;display:block;}

.product .tab{width:150px;font-weight:normal;}

.or-tab{font-weight:bold;padding:0 15px 15px 15px;width:60px;float:left;display:block;}

.half li{width:50%;float:left;}

.product{position:relative;margin:40px 0;}

div#first{margin-top:15px;}

div#last{margin-bottom:15px;}

.more{position:absolute;width:79px;padding-left:20px;height:58px;top:0;right:0;text-align:center;line-height:58px;color:white;background-image:url(images/plus.gif);}

.more:hover{cursor:pointer;opacity:0.8;}

.product h2{min-height:58px;background:#322f31;padding:0 110px 0 15px;border-bottom:none;font-size:18px;color:white;line-height:58px;}

.right{float:right;padding:0 0 7px 12px;}

.right img{float:left;clear:both;max-width:100%;height:auto;}

.product .right img{max-height:200px;width:auto;}

.right span{background:#322f31;color:white;display:block;text-align:center;font-size:13px;padding:5px;margin-bottom:15px;clear:both;}

.sales{background:#ed1c24 url(images/sales-bg.gif) no-repeat bottom right;color:white;padding:10px 45px 10px 10px;font-size:16px;font-family:days, sans-serif;}

iframe{
	width:100%;
	height:350px;
	max-width:600px;
	padding:25px 0 35px 0;
	margin:0 auto;
	display:block;
	text-align:center;
}

a.order{padding:0 15px 0 90px;display:flex;align-items:center;justify-content:flex-end;border-radius:5px;color:white;font-size:16px;background: url(images/cart-btn.png) #ed1c24 center left no-repeat;background-size:contain;font-weight:700;margin:5px 0 25px 0;transition:.2s;height:60px;max-width:450px;box-sizing:border-box;line-height:135%;text-align:right;}

a.order:hover{background: url(images/cart-btn.png) #322f31 center left no-repeat;background-size:contain;}

@media all and (max-width: 900px) {
	
.product h2{font-size:13px;color:white;line-height:135%;height:87px;display:flex;align-items: center;}

.more{width:50px;padding-left:20px;height:87px;background-position:right center;background-color:#ed1b24;border-left:5px solid #ed1b24;font-size:0px;}

h2.center{font-size:15px;text-align:center;}

}

@media all and (max-width: 660px) { 

h1{font-size:26px;}

h2{font-size:20px;}

h3{font-size:18px;}

.boxes{padding-bottom:20px;-webkit-flex-wrap:wrap;flex-wrap:wrap;}

.box{width:50%;padding:10px;float:left;}

.box:nth-child(odd){padding-left:0;}

.box:nth-child(even){padding-right:0;}

.distributors{
	width:100%;
	background:#EDEDED;
	padding:10px;
	margin-bottom:20px;
}

.distributors img{
	width:calc(50% - 10px);
	margin:5px;
	padding:10px;
	background:white;
	float:left;
}

.half li{width:100%;float:left;}

.right{width:100%;float:none;text-align:center;padding:0;}

.right img{float:none;padding:0 0 15px 0;}

.product .right{float:none;padding:0 0 7px 7px;margin:0 auto;width:100%;max-width:200px;}

.product .right img{float:left;clear:both;max-height:200px;width:auto;margin-top:5px;}

.right span{background:#322f31;color:white;display:block;text-align:center;font-size:13px;padding:5px;margin-bottom:10px;}

iframe{
	width:100%;
	height:250px;
	max-width:600px;
	padding:25px 0 35px 0;
	margin:0 auto;
	display:block;
	text-align:center;
}

}

/* * * 6.0 Contact * * */

#contact{
	background-color: rgba(237,28,43,0.9); /* Select top footer background colour */
	width:100%;
	min-height:134px;
}

#contact-inner {
	width: 100%;
	max-width:1200px;
	overflow: hidden;
	margin: 0 auto;
	padding:0 15px;
}

#contact-inner h1{
	color:white; /* Select top footer heading colour */
	padding-top:25px;
	padding-bottom:20px;
	font-family:days, sens-serif;
	font-weight:normal;
}

#contact-item{
	float:left;
	padding-right:45px;
	height:50px;
}

#contact-item img{
	margin:-3px 15px 0 0;
	float:left;
}

#contact-item p{
	color:white; /* Select contact item text colour */
	font-size: 14px;
	font-weight:normal;
	float:left;
	padding-top:3px;
}

.contact-image{
	float:left;
}

#contact-item a{
	color:white; /* Select contact item link colour (Same as contact item text) */
}

#contact-social{
	float:right;
}

#contact-social img{
	margin:-10px 0 20px 15px;
	float:right;
}

/* * * 7.0 Footer * * */

#footer{
	background-color:rgba(0,0,0,0.8); /* Select bottom footer colour */
	color:white; /* 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:white;
	opacity:0.7; /* Select bottom footer link colour (Same as bottom footer text colour) */
}

#footer a:hover{opacity:1;}

#footer ul {
	text-align:left;
	float:left;
}

#footer ul li {
	display: inline;
	font-weight:normal;
	line-height:60px;
	font-size: 12px;
	margin: 0 2px 0 2px;
	border-right:1px solid white;
	padding-right:10px;
	opacity:0.7;
}

#footer ul li:hover{opacity:1;cursor:pointer;}

#footer ul li:last-child{border-right:none;}

#footer ul li a{color:white;}

#footer ul li a:hover{cursor:pointer;}

/* * * 8.0 Mobile * * */

@media all and (max-width: 660px) { /*Styles to apply when browser width is less then 640px */

/* * * 8.1 General * * */

.entry p, ul.nav li {
	-webkit-text-size-adjust: 100%;
}

/* * * 8.2 Header * * */

#header-inner{
	height:auto;
}

#header-logo {
	width:100%;
	height:auto;
	text-align:center;
	padding:30px 0;
}

#header-logo img{
	width:100%;
	max-width:315px;
	height:auto;
}

#header-right {
	display:none;
}

/* * * 8.3 Content * * */
 
 .rslides{
	display:none;
 }

/* * * 8.4 Contact * * */

#contact-item{
	width:100%;
	position:relative;
}

#contact-item img{
	margin:0;
	float:none;
}

.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;
}

/* * * 9.5 Footer * * */

#footer{
	width:100%;
	min-height:70px;
	padding-top:20px;
}

#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;
	line-height:100%;
	width:100%;
	float:left;
	border-right:none;
	padding-bottom:20px;
}
	
}