/*  
Theme Name: A1 Concrete
Theme URI: http://sww.co.nz/
Description: Custom theme for A1 Concrete.
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/

html,body {
	margin:0;
	padding:0;
   background: #A89D9B;
   text-align: center;
}
body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #000000;
}
div {
   text-align: left;
}
h1, h2, h3, h4 {
   color: #003316;
}
h1 {
   font-size: 24px;
}
h2 {
   font-size: 20px;
}
h3 {
   font-size: 18px;
}
h4 {
   font-size: 16px;
}
a {
   color: #589B00;
}
a:hover {
   color: #D5652C;
}
img {
   border: 0;
   max-width: 100%;
}
img.centered {
   display:block;
   margin: 5px auto 10px auto;
   text-align: center;
}
#page {
   max-width: 900px;
   margin: 20px auto 0 auto;
   background: transparent;
}
main {
   background-color: #ffffff;
   overflow: hidden;
   display: flex;
}
#header {
   background: #39614a;
   background: linear-gradient(180deg,#003316 0%, #abbbb2 100%);
   height: 169px;
   padding: 10px 0;
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   border-top-left-radius: 30px;
   border-top-right-radius: 30px;
}
#logo-mobile {
   display: none;
}
@media screen and (max-width: 600px) {
   #header .right {
      display: none;
   }
   #logo {
      display: none;
   }   
   #logo-mobile {
      display: block;
   }   
}
#nav {
   background: url(images/navbg.gif) center center no-repeat;
   background-size: cover;
   border-radius: 20px;
   width: 169px;
   flex-basis: 169px;
   flex-grow: 0;
   height: fit-content;
   margin: 30px;
   text-align: center;
   line-height: 25px;
   padding: 20px 0;
}
@media screen and (max-width: 800px) {
   #nav {
      margin: 10px;
   }
}
@media screen and (max-width: 600px) {
   main {
      display: block;
   }
   #nav {
      margin: 10px auto;
   }   
}
#nav a {
   color: #727272;
   font-family: "Lucida Sans", "Lucida Grande", sans-serif;;
   font-weight: bold;
   text-decoration: none;
   display: block;
   text-transform: uppercase;
   margin-bottom: 10px;
   padding: 0 5px;
}
#nav a:hover, #nav a.current {
   color: #ffffff;
   background: #92A89B;
   filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
   -moz-opacity:.65;
   opacity:.65;
}

#mainContent {
   max-width: 600px;
   flex-grow: 1;
   padding: 20px 30px;
   margin: 0;
   background: white;
   line-height: 150%;
}
#pagebottom {
   background: #BFCCC5 url(images/pagebottom.gif) bottom center no-repeat;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 30px 0;
}
#pagebottom div {
   color: #44554B;
   text-align: center;  
   font-weight: bold;
   font-size: 14px;
   flex-basis: 30%;
}
#pagebottom div#col2 {
   flex-basis: 40%;
   font-size: 18px;
   padding: 25px 5px;
}
a.social {
   text-decoration: none;
   color: #44554B;  
}
a.social svg {
  vertical-align: middle;
  display: inline-block; 
}
@media screen and (max-width: 600px) {
   #pagebottom {
      display: block;
   }
}
#footer {
   text-align: center;
   font-size: 12px;
   color: #d0d0d0;
   padding: 5px;
}
#footer a {
   color: #d0d0d0;
   text-decoration: none;
}
#footer a:hover {
   color: #e0e0e0;
   text-decoration: none;
}
.clear {
   clear: both;
}
.green {
   color: green;
   font-family: "Times New Roman", Times, serif;
   font-size: larger;
}
/* Styles for Slideshow */
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	max-width:1000px;
	height:189px;
	overflow:hidden;
}
#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}
/* End Styles for Slideshow */



/* WP Common Styles */
.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter {
   display: block;
   text-align: center;
   margin: 20px auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.more-link {
   display:block;
   text-align:right;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content::before,
.strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
   font-size: 25px !important;
   width: 25px !important;
   height: 25px !important;
   opacity: 0.5;
}
.strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
   opacity: 0.3;
}
.strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
   opacity: 0.3;
}

.wpcf7-submit {
   padding: 5px 15px;
   background-color: #003316;
   color: white;
   font-size: 18px;
   border: 0;
   border-radius: 3px;

}
.wpcf7-form-control {
   max-width: 100%;
}

hr {
   border: none;
   border-top: 1px solid #f0f0f0;
   margin: 50px 0;
}