/* --------------------------------------- 

Colors: 

dark blue: #273b48;
medium blue:  #97a8b3;
pale blue: #f2f4f4;
grey #999999;


---------------------------------------

*Filename:				global.css

*Description:			Global styles

*Author:				Matthew Bailey www.mattias.com.au

--------------------------------------- */





body{
background: #f2f4f4;
font-family: 'Droid Sans', arial, sans-serif;
font-size: 62.5%; /* so 1em = 10px 1.2 em = 12px and so on */
text-align: center;
color: #999999;
}

html, body {
height: 100%;
}

#wrapper{
text-align: left;
margin: 0px auto 20px auto;
width: 960px;
}
#wrapper:after {
  content: "";
  display: table;
  clear: both;
}



#header{
width: 960px;
margin: 0 auto 0 auto;
}

#logo{
margin: 60px auto 40px auto;
width: 300px;
height: 121px;
}

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

#logo img[style] {
	max-width:100% !important;
	height:auto !important;
}

/* ------------------------ Slideshow */

.slideshow_wrap{
width: 100%;
background: #000;
background: transparent url(https://www.wildwoodstone.com.au/themes/site_themes/wws/images/slideshow-background.jpg) no-repeat center top;
box-sizing: border-box;
}


.home-slick-slideshow{
	width: 100%;
	padding: 10px;
	background-color: #fff;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
}
.home-slick-slideshow .slide img{
	display: block;
	width: 100%;
	height: auto;
}

.home-slideshow{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

.home-slideshow .slide img{
	width: 100%;
	max-width: 100%;
	display: block;
	height: auto;
}

/* ------------------------ Home */


.left_col{
width: 640px;
padding: 30px 0 30px 0;
float: left;
}

.right_col{
width: 270px;
padding: 30px 0 30px 50px;
float: right;
}


.home_proj_btn a, .home_proj_btn a:visited{
display: block;
width: 100%;
text-align: center;
padding: 20px 0;
box-sizing: border-box;
border: 2px solid #97a8b3;
color: #97a8b3;
background-color: transparent;
margin-top: 20px;
text-decoration: none;
font-size: 1.5em;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
letter-spacing: 2px;
	
}


.home_proj_btn a:hover{
color: #f2f4f4;
background-color: #97a8b3;
}


.testimonial_wrap{
width: 90%;
margin: 20px auto;
}
.testimonial{
width: 100%;
text-align: center;
}
.testimonial p{
font-family: 'Droid Serif', serif;
font-style: italic;
font-size: 1.8em;
color: #97a8b3;
}
.quotee{
padding-top: 0;
text-align: right;
color: #273b48;
margin-right: 40px;
}

.inner_testi{
	padding: 30px 0;
	border-bottom: 1px dotted #c1cbd1;
}
/*  ------------------------ About */

#about_slideshow_wrapper{
overflow: hidden;
background-color: #fff;
padding: 10px;
margin: 20px auto 20px auto;
width: 250px;
height: 250px;
}

#about_slideshow{
overflow: hidden;
width: 250px;
height: 250px;
}

.about_slideshow{
	width:100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	margin: 20px auto 20px auto;
}

.about_slideshow .slide img{
	display: block;
	width: 100%;
	height: auto;
}
/* ------------------------ Projects */
.projects_wrapper{
padding: 20px;
}

.projects_wrapper h1{
border-bottom: 1px solid #efefe9;
margin-bottom: 20px;
}

.projects_wrapper h3{
border-bottom: 1px solid #efefe9;
margin-bottom: 20px;
}

.project{
width: 195px;
padding: 10px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0); 
margin-bottom: 20px;
cursor: pointer;
float: left;
-webkit-transition: -webkit-box-shadow 0.5s linear;
-moz-transition: -moz-box-shadow 0.5s linear;
-o-transition: -o-box-shadow 0.5s linear;
transition: box-shadow 0.5s linear; 
height: 190px;
overflow: hidden;
}

.project:hover{
-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2); 
}

.pro1, .pro2, .pro3{
margin-right: 20px;
}
.pro4{
margin-right: 0px;
}

.project_title h2{
font-size: 1.4em;
line-height:1.4em;
font-weight: bold;
color: #5b7385;
padding: 10px 0 10px 0;
}


.proj_profile_info_col{
padding: 30px 40px 20px 40px;
}

.proj_profile_col{
padding: 10px;
background-color: #fff;
}

.proj_prof_left{
	width: 40%;
	float: left;
}
.proj_prof_right{
	width: 40%;
	float: right;
}
.proj_slideshow {
width: 940px;

}


.proj_profile_info_col h1{
padding-bottom: 0px;

}

.proj_profile_info_col h2{
padding-top: 0px;
font-weight: normal;
color: #5b7385;
}


.project-slideshow{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
.project-slideshow .slide img{
	width: 100%;
	display: block;
	height: auto;
}

/* ------------------------ Project Slideshow */

#pager_wrap{
padding: 10px 20px 10px 20px;
position: relative;
}

#pager_links {
position: absolute;
right: 40px;
}

#pager_links a, #pager_links a:visited {
background: #ccc;
text-decoration: none;
margin: 0 3px;
color: #fff;
font-size: 8px;
display: block;
float: left;
width: 10px;
height: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

text-indent: -99999px; /*--Shoot the text off the page--*/
}

#pager_links a:hover { background: #5b7385; text-decoration: none; color: #fff; }
#pager_links a.activeSlide { background: #333; color: #fff; }

.btgl_resi{
height: 14px;
width: 151px;
}

.btgl_comm{
height: 14px;
width: 160px;
}




.bk_to_gallery_btn a, .bk_to_gallery_btn a:visited{
display: inline-block;
float: right;
text-align: center;
padding: 10px 10px;
box-sizing: border-box;
border: 2px solid #97a8b3;
color: #97a8b3;
background-color: transparent;
margin-top: 20px;
text-decoration: none;
font-size: 1.2em;
line-height: 1.6;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
letter-spacing: 2px;
	
}


.bk_to_gallery_btn a:hover{
color: #f2f4f4;
background-color: #97a8b3;
}






/* ------------------------ Stone Supplies Page */

.stone_supplies_content{

padding: 30px 40px 30px 40px;

}

.stone_supplies_right_col{
width: 375px;
padding: 40px 40px 30px 0px;
float: left;
}

.stone_supplies_slideshow_wrap{
width: 375px;
height: 250px;
padding: 10px;
overflow: hidden;
-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2); 
background-color: #efefe9;
}


#stone_supplies_slideshow{
width: 375px;
height: 250px;
}

.stone-supplies-features{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 30px auto;
}
.stone_variety{
width: 32%;
padding: 10px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0); 
margin:0 0 0 0;
cursor: pointer;


-webkit-transition: -webkit-box-shadow 0.5s linear;
-moz-transition: -moz-box-shadow 0.5s linear;
-o-transition: -o-box-shadow 0.5s linear;
transition: box-shadow 0.5s linear; 

box-sizing: border-box;
overflow: hidden;
text-decoration: none;

}

.stone_variety:hover{
-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2); 

}

.sv_image img{
	display: block;
	width: 100%;
	height: auto;
}
.sv3, .sv6, .sv9, .sv12, .sv15, .sv18, .sv21, .sv24{
margin-right: 0px !important;
}

.sv_title h2{
font-size: 1.4em;
line-height:1.4em;
font-weight: bold;
color: #5b7385;
padding: 10px 0 10px 0;
}


.sv_gallery_image{
	float: left;
	margin: 40px 0 0 0;
	width: 420px;
	height: 350px;
	position: relative;
	overflow: hidden;
}

.sv_gallery_image img {
	max-width:100%;
    height:auto;
}

.sv_gallery_image img[style] {
	max-width:100% !important;
	height:auto !important;
}



.sv_g_i_1, .sv_g_i_3, .sv_g_i_5, .sv_g_i_7, .sv_g_i_9, .sv_g_i_11, .sv_g_i_13, .sv_g_i_15, .sv_g_i_17, .sv_g_i_19{
	margin-right: 40px;
}

.sv_sub_cat{
	margin: 40px 87px 40px 87px;
}

.sv_cat_heading{
text-align: center;
}
.sv_gallery_desc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	padding: 0 10px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
}

.back_to_ssup_page{
	margin: 40px 0;
	text-align: center;
}

.back_to_ssup_page a, .back_to_ssup_page a:visited{
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	border: 2px solid #97a8b3;
	color: #97a8b3;
	background-color: transparent;
	margin-top: 20px;
	text-decoration: none;
	font-size: 1.2em;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	letter-spacing: 2px;
}

.back_to_ssup_page a:hover{
	color: #f2f4f4;
	background-color: #97a8b3;

}
/* ------------------------ Contact Page */

.contact_left_col{
width: 30%;
padding: 30px 0 30px 0;
float: left;
}

.contact_left_col b, .contact_left_col strong{
	color: #273b48;
}
.contact_right_col{
width: 65%;
padding: 40px 0 30px 0;
float: right;
}


#contact_map_wrapper{
overflow: hidden;
background-color: #fff;
width: 100%;
border: 5px solid #fff; box-sizing: border-box;
}

#map-canvas{
	width: 100%;
	height: 350px;
}


 


/* --------------------------------------- */
#footer_wrap {
position: relative;
clear:both;
background-color: #97a8b3;
margin-top: 30px;
} 

#footer{
text-align: left;
width: 960px;
margin: 10px auto 0px auto;
background-color: transparent;
padding: 20px 0 20px 0;
}

#footer p {
font-size: 1.1em;
padding: 5px 0 5px 0;
color: #273b48;
}

.footer_details{
float: left;
width: 160px;
padding-left: 20px;
background:	transparent url(https://www.wildwoodstone.com.au/themes/site_themes/wws/images/footer-divider.png) repeat-y left top ;
}

.footer_title{
float: left;
width: 160px;
}

#footer_logo{
width: 68px;
height: 73px;
float: right;
}

#footer_logo img {
	max-width:100%;
    height:auto;
}

#footer_logo img[style] {
	max-width:100% !important;
	height:auto !important;
}

#footer a, #footer a:visited{
color: #273b48;	
}
#footer a:hover{
color: #fff;	
}

.mattias{
text-align: center;
}

.mattias a{
	display: block;
	height: 30px;
	width: 30px;
	margin: 0 auto;
}

/* ---------------------- Typography */
p {
font-size: 1.4em;
color: #999999;
line-height:1.8;
padding: 10px 0 10px 0;
}

h1 {
font-family: 'Oswald', sans-serif;
font-size: 2.4em;
font-style: normal;
line-height:1.6em;
font-weight: bold;
color: #273b48;
padding: 10px 0 10px 0;
}

h1 span{
font-size: 50%;
font-style: normal;
line-height:1.6em;
font-weight: normal;
color: #5b7385;
}



h2 {
font-size: 1.8em;
line-height: 1.6;
font-weight: 400;
color: #5b7385;
padding: 10px 0 10px 0;
}

h3 {
font-size: 1.4em;
line-height:1.4em;
font-weight: bold;
color: #5b7385;
padding: 10px 0 10px 0;
}




a, a:visited {
text-decoration: underline;
color: #273b48;
}

a:hover{
color: #97a8b3;
}



span {
}

/* ---------------------- Misc Classes */

.clear_both{
clear: both;
}

.cntr_h1{
	text-align: center;
}
.bor_bot{
	border-bottom: 1px solid #c1cbd1;
}

/* ----------------------General lists */

.full_col ul, .left_col ul{

padding: 10px 0 10px 15px;

}

.full_col ol, .left_col ol{


padding: 10px 0 10px 15px;

}

.full_col li, .left_col li{
padding: 5px 0;
font-size: 1.4em;
color: #5b7385;
line-height:1.8;
list-style: disc outside none;
}


/* Machinery / Plant Hire */

.center-copy{
	text-align: center;
}

.center-copy p{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.image-grid-gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.image-grid-item{
	display: block;
	width: 24%;
	margin: 10px auto;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	transition: all 0.5s;
}

.image-grid-item:hover{
	transform: scale(1.05);
}
.image-grid-item figure{
	margin: 0;
}
.image-grid-item figure img{
	display: block;
	width: 100%;
	height: auto;
}

.image-grid-item figure figcaption{
	padding: 10px 0 0 0;
	font-size: 1.15em;
	line-height: 1;
}