/*
Theme Name: DIY Cabin
Theme URI: https://www.diycabincompany.com.au//
Author: Prasanna Nitnaware (KRIP Web Services LLP)
Author URI: https://www.kripweb.com/
Description: DIY Cabin Company | Cabins and affordable kit home style buildings
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diycabin
Domain Path: /languages/

This theme, like WordPress, is licensed under the GPL.

*/

/* FONT */

@import url('https://fonts.googleapis.com/css?family=Orbitron');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');


/* BOOTSTRAP */
@import url("css/bootstrap.min.css");
@import url("pd-mr.css");
@import url("acc.css");

/* Template CSS */

body{
	padding-top: 160px;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	color: #664021;
}

a {
    color: #F6871F;
}

a:hover {
    color: #664021;
	text-decoration: none;
}

h1, h2, h3{
	margin: 0;
    padding: 0px 0px 5px 0px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #F6871F;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
}

h1{
	font-size:1.8em;
}

h2 {
	font-size: 1.4em;
    margin-top: 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #F6871F;
}

.relative{
	position:relative;
}

.hover:hover {
	text-decoration:none;
	opacity:0.7;
}

.para, p{
	margin-top: 0;
    line-height: 23px;
    padding-bottom: 5px;
}

.bdr-right{
	border-right:#664021 1px solid;
}

.bdr-left{
	border-left:#664021 1px solid;
}

.full-size{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.menu-toggle{
	display:none;
}

.main-navigation, .site-header {
	background:none!important;
	border:0px!important;
}

.menu-header-menu-container {
	text-align:center;
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 99;
}

.list-btn {
	position:absolute;
	display:inline-block;
	bottom:10px;
	right:10px;
}

.bg-main{
	background: #F6871F;
    color: #ffffff;
}

.bg-main h1, .bg-main h2, .bg-main h3{
	color:#fff;
}


#primary-menu {
    padding:0px;
    margin:0px;
    list-style:none;
    display:inline-block;
    text-align:center;
}

#primary-menu li{
    display:inline-block;
    background:#f6871f;
    width: 160px;
    height: 140px;
    border-radius: 0 0 20px 20px;
    float:left;
    margin-left: -20px;
    position:relative;
}

#primary-menu li:first-child{
	margin-left:0px;
}


#primary-menu li:first-child a{
	line-height: 0; 
    font-size: 0;
    color: transparent; 
	height: 95px;
    background: url(diy-logo-small.png) no-repeat bottom center;
    -moz-background-size: 100%;
    background-size: 100%;
    bottom: 5px;
}


#primary-menu li:first-child a:hover{
	opacity:0.7;
}

#primary-menu li:nth-child(odd) {
    height: 100px;
    box-shadow:0px 2px 6px #000;
    z-index:2;
}
#primary-menu li:nth-child(even) {
    color: blue;
    z-index:1;
     box-shadow:0px 2px 6px #000;
}

#primary-menu li a {
    position:absolute;
    left:0;
    bottom:20px;
    padding: 0 10px;
    display:inline-block;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    color: #FFFFFF;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#primary-menu li a:hover, #primary-menu li a:active{
	text-decoration:none;
	color:#664021;
}

#content {
    padding: 40px;
    background:#fff;
    border-radius:20px 20px 0px 0px;
}

.site-footer {
    background: #F6871F!important;
    text-align: center;
    padding: 5px;
    font-family: 'Orbitron', sans-serif;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	font-size:9px;
	color:#fff!important;
	
}

.site-footer a, .site-footer a:hover {
	font-size:9px;
	color:#fff!important;
}

.list {
	padding:0;
	display:inline-block;
	padding-left:20px;
	vertical-align:top;
	font-size: 14px;
    line-height: 16px;
}

.contact td {
    padding-right: 20px;
    padding-bottom: 10px;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.contact,  .contact td{
	border:0px;
}

h2.faqpointer {
    text-transform: none;
    color: #664021;
    font-family: 'PT Sans', sans-serif;
    font-size: 21px;
	cursor:pointer;
}

h2.faqpointer:hover{
	color:#F6871F;
}

.hidden2 {
	display:none;
}

h2.home {
    margin-top: 0px;
}

iframe.yframe {
    height: 30vw;
}

.abslogo{
	position:absolute;
	top:50%;
	left:5%;
	margin-top:-150px;
	width:90%;
	height:300px;
	background-image:url('logo.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

@media (min-width: 1200px) {
	.container {
		width: 1020px;
	}
}

@media (max-width: 1080px) {
	body {
		padding-top:150px;
	}
	
	#primary-menu li{
		width:150px;
		height:130px;
	}
	
	#primary-menu li:nth-child(odd) {
		height:90px;
	}
	
	#primary-menu li a {
		font-size:14px;
	}
	
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form label {
    display: block;
    margin: 10px 0 0 0;
}

.wpcf7-submit {
    padding: 10px;    
}

@media (max-width: 991px) {
	body {
		padding-top:100px;
	}
	
	#primary-menu li{
		width:115px;
		height:95px;
		border-radius:0 0 15px 15px;
		margin-left:-10px;
	}
	
	#primary-menu li:nth-child(odd) {
		height:70px;
	}
	
	#primary-menu li a {
		font-size:11.5px;
		bottom: 15px;
	}
	
}



@media (max-width: 768px) {
	.bdr-left {
		border-left: 0px;
	}
	.pl-0{
		padding-right:0px!important;
	}
	
	#content {
		padding: 20px;
	}
	
	#content  h1{
		text-align:center;
	}
	
	.list-btn {
		position:relative;
		margin-left:20px;
		margin-bottom:20px;
		margin-top:20px;
	}
	
	
	body{
		padding-top:0px;
	}
	
	.menu-header-menu-container {
		text-align: center;
		position: relative;
		width: 100%;
	}
	
	#primary-menu {
		padding: 0px;
		margin: 0px;
		list-style: none;
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	#primary-menu li:nth-child(odd) {
		height: 40px;
		box-shadow: none;
		/* z-index: 2; */
	}
	
	

	#primary-menu li a {
		position: relative;
		margin-bottom: 0px;
		bottom:0px;
		padding: 0px;
		height: 40px;
		display: table-cell;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		color: #FFFFFF;
		font-family: 'Orbitron', sans-serif;
		text-transform: uppercase;
		font-size: 3vw;
		line-height: 18px;
		font-weight: normal;
		vertical-align: middle;
		background: #f6871f;
	}
	
	#primary-menu li:nth-child(even) {
		box-shadow: none;
	}
	
	#primary-menu li {
		display: table;
		background:none;
		width: 33%;
		height: 40px;
		border-radius: 0px;
		float: left;
		margin-left: 0px;
		position: relative;
		border: 1px solid transparent;
	}
	
	#primary-menu li:first-child {
		margin-left: 0px;
		width: 100%;
		height: 115px;
		background: none;
	}
	
	#primary-menu li:first-child a {
		line-height: 0;
		font-size: 0;
		color: transparent;
		height: 95px;
		background: url(diy-logo-small.png) no-repeat center center;
		-moz-background-size: 100%;
		background-size: inherit;
		bottom: 5px;
		border: 0px;
	}
	
	.mcenter {
		text-align:center!important;
		margin-bottom:10px;
	}
}
