/*
Theme Name: Wickham Glass
Author: Malvolio
Version: 1.0
Tags: none
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */


/* ----- FORMATTING ----- */

body {
    font-family: 'Lato', Arial, sans serif;
    font-size:   16px;
	font-weight: 400;
    padding:     0px;
    margin:      0px;
	color: #000000;
	background: #ffffff;
}

p {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

h1 {
	color: #60bb46;
	font-size: 40px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-weight: 900;

}

h2 {
	color: #60bb46;
	font-size: 22px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-weight: 700;
}

h3 {
	color: #60bb46;
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	font-weight: 900;
}

#content a {
	color: #60bb46;
	text-decoration: underline;
	transition:.5s;
}

#content li {
	padding: 0px 0px 8px 0px;
}

#content ul {
	padding-top: 0px;
	margin-top: 0px;
}

hr {
	border: none;
	border-top: 1px solid #aaaaaa;
	margin: 18px 0px;
	clear: both;
}

b, strong {
	font-weight: 700;
}

blockquote {
	font-style: italic;
	color: #000000;
	display: block;
	padding: 15px 3%;
	width: 94%;
	background: #c6eabb;
	margin: 15px 0px 0px 0px;
}


/* ----- LAYOUT ----- */

#centered {
	max-width: 760px;
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

@media screen and (max-width: 760px) {
#centered {
	max-width: 760px;
	width: 90%;
	padding: 0 5%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
}

#header {
	background: #000000;
	width: 100%;
	float: left;
}

.addr1 {
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}

.addr2 {
	font-weight: 900;
	font-size: 19px;
	color: #60bb46;
	display: block;
}

.addr3 {
	font-weight: 900;
	font-size: 24px;
	display: block;
}


@media screen and (min-width: 670px) {
#address {
	color: #ffffff;
	float: right;
	margin: 35px 0px 20px 0px;
}

#logo {
	width: 314px;
	height: 51px;
	float: left;
	margin-top: 35px;
}
}


@media screen and (max-width: 670px) {
#address {
	color: #ffffff;
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

#logo {
	max-width: 314px;
	width: 100%;
	padding-top: 35px;
	margin: 0 auto;
}

#logo img {
	max-width: 314px;
	width: 100%;
}

}

#address a {
	color: #ffffff;
	text-decoration: none;
}



#slideshow {
	width: 100%;
	margin: 17px 0px;
	float: left;
}

#green-bar {
	width: 100%;
	background: #60bb46;
	float: left;
	padding: 8px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

#content {
	width: 100%;
	float: left;
	margin: 30px 0px;
}


#footer {
	width: 100%;
	background: #000000;
	border-top: 3px solid #60bb46;
	float: left;
	padding: 18px 0px 30px 0px;
}

#flogo {
	background: url(images/wickham-glass-small.png);
	width: 196px;
	height: 32px;
	float: left;
}

#faddress {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	float: right;
}

#faddress a {
	color: #ffffff;
	text-decoration: none;
}


@media screen and (max-width: 430px) {
#faddress {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	float: left;
	margin-top: 12px;
}
}


/* ----- SERVICE BLOCKS ----- */

#service-boxes {
	background: #e6e7e8;
	padding: 20px 0px;
	float: left;
	width: 100%;
}

.service-block {
	width: 225px;
	height: 190px;
	float: left;
	margin-bottom: 20px;
	padding: 0 14px;
	color: #ffffff;
	font-size: 14px;
}

.service-image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.service-txtbg { 
   position: absolute; 
   top: 126px; 
   height: 54px;
   left: 0; 
   width: 215px; 
   display: block;
   background: #000000;
   padding: 5px; 
}

.service-name {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

.service-block a {
	text-decoration: none;
	color: #ffffff;
}

.service-block p {
	margin: 0;
	padding: 0;
}

.service-block img {
	border: none;
}



/* ----- MAIN MENU ----- */
ul#menu-main-menu li{
float:left; /* makes horiz list */
position:relative; /* hey Submenu ULs, appear below! */
}

ul#menu-main-menu li ul {
top:53px; /* Positioning:Calc with top level horz list height */
}
 
ul#menu-main-menu ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}
 
ul#menu-main-menu ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
ul#menu-main-menu ul,
ul#menu-main-menu li:hover ul ul,
ul#menu-main-menu ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul#menu-main-menu li:hover ul,
ul#menu-main-menu ul li:hover ul ,
ul#menu-main-menu ul li ul li:hover ul
{ display: block; }

ul#menu-main-menu li * a:hover, ul#menu-main-menu li a:hover {
/* Change color of links when hovered */
color: #60bb46;
}


/* Displays the link as blocks. */
ul#menu-main-menu li ul a {
display:block;
}
 


@media screen and (min-width: 770px) {
ul#menu-main-menu li a {
	display: block;
	padding: 17px 50px;
	font-size: 19px;
	line-height: 19px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

ul#menu-main-menu ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width: 160px;
position:absolute; /* needed */
z-index:500; /* specify the order */
}

ul#menu-main-menu li li a {
	padding: 10px;
	text-align: left;
	font-size: 15px;
	background: #000000;
	color: #ffffff;
	font-weight: 400;
	text-shadow: none;
	text-transform: none;
	letter-spacing: 0px;
	text-decoration: none;
}

.navbar-brand {
	display: none !important;
}
}





@media screen and (max-width: 770px) {
#menu {
	float: left;
	overflow: visible;
	width: 100%;
}

ul#menu-main-menu ul {
	list-style: none;
	margin:0; /* Appear just below the hovering list */
	padding:0;
	width: 100%;
}

ul#menu-main-menu li a {
	display: block;
	padding: 8px 0px;
	max-width: 770px;
	width: 100%;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	font-weight: 700;
}

ul#menu-main-menu li {
	width: 100%;
	border-top: 1px solid #ffffff;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	}
	
ul#menu-main-menu li li a {
	padding: 7px 0px;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	background: #000000;
	text-decoration: none;
	width: 100%;
}
}

ul#menu-main-menu {
list-style:none;
float:left;
width:100%;
padding: 0px;
margin: 0px;
}


#menu-main-menu, .menu-main-menu-container li {
	float: left;
}

#menu {
	border-top: 3px solid #60bb46;
	background: #000000;
	float: left;
	width: 100%;
}



	

/* ----- FORMS ----- */

input[type="text"], input[type="password"], input[type="email"], textarea {
	padding:5px !important;
	font-family: 'Lato', Arial, sans serif;
	color:#000000;
	font-size: 13px !important;
	background:#e6e7e8;
	vertical-align:top;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0px;
	font-weight: 300;
	margin-bottom: 5px;
	display: inline-block;
	float: left;
	width: 70% !important;
}

.gform_wrapper {
	width: 70% !important;
}

.gfield_label {
	display: inline-block;
	width: 25%;
	float: left;
	margin-top: 0px !important;
	margin-bottom: 5px;
}

input[type="submit"] {
	padding: 7px;
	font-family: 'Lato', Arial, sans serif;
	color:#ffffff;
	background: #000000;
	font-size: 16px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 900;
	display: block;
	border: 0px;
	margin-left: 120px;
}

@media screen and (max-width: 600px) {
.gform_wrapper {
	width: 100% !important;
}

.gfield_label {
	display:block;
}
}

/* ----- IMAGES ----- */


.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 0px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

img#wpstats {
     display: none;
}

a img {
	border: none;
}

.gfield_required {
	visibility: hidden;
}

@media screen and (max-width: 500px) {
img.alignright {
	display: none;
}
}