﻿/*
Theme Name:   Alexander Glassware
Description:  Alexander Glassware based on Twenty Thirteen Theme
Author:       WebEasy
Template:     twentythirteen
Version:      1.0.0
*/

@import url('../twentythirteen/css/editor-style.css');


@font-face {
    font-family: CygnetRound;
    src: url(CygnetRound.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Alex+Brush&display=swap');


/*   colours   */
/* ----------- */

.clr1 { color: #ad6217 } /* darker */
.clr2 { color: #000000 } /* black */
.clr3 { color: #ffffff } /* white */


/*   images   */
/* ---------- */
.brd1 { border: 1px solid #000000; } /* black border */
.alignright { margin: 5px 0 5px 60px; }

/*   body   */
/* -------- */
body {
	color: #000000;
	margin: 0px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	background-color: #ffffff;
	}
	

/*  header  */
/* -------- */
header#masthead {
	background-color: #ffffff;
	}

.logo {
	margin: 0px auto;
	display: block;
	}

	
/*   navigation   */
/* --------------- */
.main-navigation {
	clear: both;
	margin: 0 auto;
	position: relative;
	max-width: 960px;
	min-height: 45px;
text-align: center
	}
	
ul.nav-menu, div.nav-menu > ul {
	margin: 0;
	padding: 0 30px 0px 0px;
	}

.nav-menu li {
	display: inline-block;
	position: relative;
	}

.nav-menu li a {
	color: #ff2800;
	display: block;
	padding: 15px 20px;
	font-size: 25px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	color: #fff;
	text-decoration: none;
	}

.nav-menu .sub-menu, .nav-menu .children {
	left: -2px;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	border: 2px solid #ffffff;
	padding: 0;
	z-index: 99999;
	position: absolute;
	overflow: hidden;
	border-top: 0;
	background-color: #000000;
	}

.nav-menu .sub-menu ul, .nav-menu .children ul {
	top: 0;
	left: 100%;
	border-left: 0;
	}

ul.nav-menu ul a, .nav-menu ul ul a {
	width: 200px;
	color: #fff;
	margin: 0;
	}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
	background-color: #ffffff;
	color: #000000
	}

ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul, ul.nav-menu .focus > ul, .nav-menu .focus > ul {
	clip: inherit;
	width: inherit;
	height: inherit;
	overflow: inherit;
	}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	}

.menu-toggle {
	display: none;
	}

/* Navbar */
.navbar {
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #000000;
	}

.site-header .search-form {
	top: 1px;
	right: 20px;
	position: absolute;
display: none;
	}

.site-header .search-field {
	width: 1px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	line-height: 30px;
	transition: width 400ms ease, background 400ms ease;
	background-size: 24px 24px;
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-repeat: no-repeat;
	-webkit-transition: width 400ms ease, background 400ms ease;
	background-position: 5px center;
	}

.site-header .search-field:focus {
	width: 230px;
	border: 2px solid #ad6217 ;
	cursor: text;
	outline: 0;
	background-color: #fff;
	}
	
	
/*   entry title   */
/* --------------- */
.entry-title {
	font-weight: normal;
	margin: 40px auto 20px auto;
	font-family: georgia;
	color: #000000;
	font-size: 70px;
	max-width: 1080px;
	display: none;
	}

.entry-title a {
	color: #000000;
	}

.entry-title a:hover {
	color: #ad6217 ;
	}


/*   form buttons   */
/* ---------------- */
button {
	color: #ffffff;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif
	}
	
button, input[type=submit], input[type=button], input[type=reset] {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: none;
	display: inline-block;
	padding: 11px 24px 10px;
	background: #000000;
	border-radius: 4px;
	text-decoration: none;
	}

button:hover, button:focus, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	outline: none;
	background: #000000;
	}

button:active, input[type=submit]:active, input[type=button]:active, input[type=reset]:active { 
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: none;
	padding: 10px 24px 11px;
	background: #000000;
	}

.search-form {
	padding-top: 8px;
	vertical-align: middle;
	}

.screen-reader-text {
	display: none;
	}
	
	
/*   forms   */
/* --------- */
.contact-form label {
	float: none;
	display: block;
    font-weight: normal!important;
    margin-bottom: 0px;
	}
	
input, textarea {
	border: 1px solid #000000;
	}
	
#contact-form-8 {
	max-width: 1080px;
	margin: 40px auto;
	}
	
	
/*   columns   */
/* ----------- */
.section_space {
	clear: both;
	margin: 40px auto;
	max-width: 1080px;
	padding-top: 10px;
	}

.group:before, .group:after {
	content:"";
	display:table;
	}

.group:after {
	clear:both;
	}

.group {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
	}

.col {
	float:left;
	margin: 30px 1.5%;
	display: block;
	}

.col:first-child { margin-left: 0px; } /* all browsers except IE6 and lower */

.span_6_of_12 {
	width: 48%;
	margin: 0px 0px 0px 40px;
	}
.span_6_of_12:first-child { margin-left: 0px; } /* all browsers except IE6 and lower */


.span_7_of_12 {
	width: 58%; 
}

.span_5_of_12 {
	width: 30%; 
}

.span_6_of_12 h3, .span_7_of_12 h3, .span_5_of_12 h3 {
	margin-top: 0px;
	margin-left: 40px;
	}



/*   content   */
/* ----------- */
h1, h2, h3, h4, h5, h6 {
	margin: 40px auto;
	max-width: 1080px;
	}
	
h1 {
	color: #ff2800;
	margin: 80px auto;
	font-size: 80px;
	font-weight: normal;
	font-family: 'Alex Brush', cursive;
	text-align: center;
	}
	
h2 {
	color: #ff2800;
	margin: 80px auto 0px auto;
	font-size: 60px;
	font-weight: normal;
	font-family: 'Alex Brush', cursive;
	}
	
h3 {
	color: #ff2800;
	font-size: 38px;
	font-weight: normal;
	font-family: 'Alex Brush', cursive;
	}
h4 {
	color: #000000;
	font-size: 26px;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: 'Alex Brush', cursive;
	}
h4.bigger {
	color: #ff2800;
	font-size: 34px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: 'Alex Brush', cursive;
	}	
h5 {
	color: #000000;
	font-size: 26px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: georgia;
	}

h6 {
	color: #ff2800;
	font-size: 34px;
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: 'Alex Brush', cursive;
	}
	
p {
	margin: 30px auto 5px auto;
	font-size: 20px;
	max-width: 1080px;
	text-align: justify;
	line-height: 32px;
	font-family: "Times New Roman", Times, serif;
	}
	p.nospace {
		margin: 0px auto 20px auto;
		font-size: 20px;
		max-width: 1080px;
		text-align: justify;
		line-height: 32px;
		font-family: "Times New Roman", Times, serif;
		}
p.bigger { font-size: 21px; margin-top: 0px; margin-bottom: 30px; }

p strong {
	color: #ff2800;
	font-weight: bold;
	}


/*   lists   */
/* --------- */
ul.normal, ul.full {
	color: #000000;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
	font-size: 20px;
	max-width: 1080px;
	text-align: left;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
	}
ul.full {
	margin: 5px auto;
	padding: 5px auto;
	}
ul.normal li, ul.full li {
	line-height: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px
}
  

/*   links   */
/* --------- */
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}
a:active, a:hover {
	color: #ff2800;
	border-bottom: 0px solid #000000;
	text-decoration: none;
	}

   
	
/*   footer   */
/* ---------- */
#footer {
	color: #000000;
	width: 100%;
	height: 150px;
	margin: 100px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	}
#footer p {
	margin: 0px;
	}

#footer a {
	color: #000000;
	text-decoration: none;
	}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	}
#footer p {
	font: normal 20px georgia;
	margin: 0px auto;
	line-height: 150px;
	text-align: center
	}


/*   maps   */
/* ------- */
#wpgmza_map {
	border: 1px solid #000000;
	padding: 1px;
	margin-top: 5px;
	}
	
	

/*   responsive   */
/* -------------- */
@media only screen and (max-width: 1080px) {
	h1, h2, h3, h4, p {
		margin-left: 40px;
		margin-right: 40px;
		}
#contact-form-8 {
	margin: 40px;
	}

.col {
	float:left;
	margin: 30px 40px;
	display: block;
	}

.span_6_of_12 {
	width: 45%;
	margin: 0px;
	}
.span_6_of_12:first-child { margin-left: 40px; } /* all browsers except IE6 and lower */
.span_6_of_12 h4 {
	margin-top: 0px;
	margin-left: 0px;
	}

.span_6_of_12 p {
	margin-right: 40px;
	}

}

@media only screen and (max-width: 960px) {
.nav-menu li a {
	color: #ffffff;
	display: block;
	padding: 15px 90px 15px 0px;
	font-size: 30px;
	line-height: 1;
	font-family: georgia;
	text-decoration: none;
	text-align: center;
	}

}


@media only screen and (max-width: 768px) {
h1.home {
	color: #000000;
	margin: 80px 30px;
	font-size: 100px;
	text-align: center;
	font-weight: normal;
	font-family: georgia;
	margin-bottom: 10px;
	}
h2.home {
	color: #ad6217 ;
	font-size: 50px;
	margin: 0px 30px 50px 30px;
	text-align: center;
	font-weight: normal;
	font-family: georgia;
	}
h3.home {
	color: #000000;
	margin: 0px 30px 50px 30px;
	font-size: 40px;
	text-align: center;
	font-weight: normal;
	font-family: georgia;
	}

p {
	margin: 30px auto 5px auto;
	font-size: 20px;
	max-width: 1080px;
	text-align: justify;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
	}
.alignright { 
	float: none;
	margin: 5px auto;
	}
	
	
/* Small menu */
.menu-toggle {
	margin: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 30px;
	font-family: georgia;
	}

.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
	background: none;
	border: none;
	color: #ffffff;
	padding: 12px 0 12px 20px;
	font-size: 30px;
	font-family: georgia;
	}

.menu-toggle:focus {
	outline: thin dotted;
	}

.menu-toggle:after {
	content: " ";
	font-size: 12px;
	padding-left: 8px;
	vertical-align: -4px;
	font-size: 30px;
	font-family: georgia;
	}

.toggled-on .menu-toggle:after {
	content: "\f500";
	vertical-align: 2px;
	}

.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
	display: block;
	margin-left: 0;
	padding: 0;
	width: 100%;
	}

.toggled-on li, .toggled-on .children {
	display: block;
	}

.toggled-on .nav-menu li > ul {
	background-color: transparent;
	display: block;
	float: none;
	margin-left: 20px;
	position: relative;
	left: auto;
	top: auto;
	}

.toggled-on .nav-menu li > ul a {
	color: #141412;
	width: auto;
	}

.toggled-on .nav-menu li:hover > a, .toggled-on .nav-menu .children a {
	background-color: transparent;
	color: #141412;
	}

.toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover {
	background-color: #ffffff;
	color: #000000;
	}

.toggled-on .nav-menu > li a:focus, .toggled-on .nav-menu > ul a:focus {
	background-color: #ffffff;
	color: #000000;
	}

ul.nav-menu, div.nav-menu > ul {
	display: none;
	}

p {
	margin-left: 40px;
	margin-right: 40px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 40px;
	}

#footer {
	color: #000000;
	width: 100%;
	height: 120px;
	margin: 100px 0px 0px 0px;
	padding: 0px;
	line-height: 50px;
	text-align: center;
	background-color: #ffffff;
	}
	#footer p {
		font: normal 18px georgia;
		margin: 0px 80px;
		line-height: 30px;
		text-align: center
		}

.span_6_of_12 h4 {
	margin: 0px;
	}
.span_6_of_12 p {
	margin-right: 40px;
	}


.span_7_of_12 { width: 100%; margin-left: 0px; }
.span_5_of_12 { width: 100%; }
}	

@media only screen and (max-width: 600px) {
.span_6_of_12 { width: 100%; }
	
}


@media only screen and (max-width: 480px) {
h1.home {
	color: #000000;
	margin: 80px 30px;
	font-size: 90px;
	text-align: center;
	font-weight: normal;
	font-family: georgia;
	margin-bottom: 10px;
	}
h2.home {
	color: #000000;
	font-size: 50px;
	margin: 0px 30px 50px 30px;
	text-align: center;
	font-weight: normal;
	font-family: georgia;
	}
h3.home {
	color: #000000;
	margin: 40px 30px;
	font-size: 40px;
	text-align: center;
	font-weight: normal;
	font-family: georgia;
	}



#footer {
	color: #000000;
	width: 100%;
	height: 120px;
	margin: 100px 0px 0px 0px;
	padding: 0px;
	line-height: 50px;
	text-align: center;
	background-color: #ffffff;
	}
	#footer p {
		font: normal 16px georgia;
		margin: 0px 80px;
		line-height: 30px;
		text-align: center;
		}
		
.alignright { 
	float: none;
	margin: 5px auto;
	}

.span_6_of_12 h4 {
	margin: 0px;
	}
.span_6_of_12 p {
	margin-right: 40px;
	}

}

/*
@media only screen and (max-width: 768px) {
body { background-color: aquamarine; }
}
@media only screen and (max-width: 600px) {
body { background-color: olivedrab; }
}*/



