/*
Theme Name: Edwina Glenn
Author: Malvolio
Version: 1.0
Tags: none
*/


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


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

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

body.home {
	background: url('images/background.jpg') center;
	background-position: top;
	background-size: cover;
}

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

h1 {
	color: #000000;
	font-size: 25px;
	margin: 0px 0px 15px 0px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h2 {
	color: #cccccc;
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: 400;
}

h3 {
	color: #cccccc;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	text-transform: uppercase;
}

body a {
	color: #000000;
	text-decoration: underline;
}

body a:hover {
	color: #cccccc;
	text-decoration: underline;
}

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

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

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

b, strong {
	font-weight: 600;
}


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

#spacing {
	margin: 20px 0px;
}

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

#centered-front-bg {
	max-width: 1210px;
	width: 100%;
	background: url('images/background.jpg') center no-repeat;
	background-position: top;
	float: left;
}

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

#centered-bg {
	max-width: 1210px;
	width: 100%;
	background: #ffffff;
	float: left;
}


@media screen and (min-width: 700px) {
#right-col {
	float: right;
	margin: 45px 45px 0px 0px;
	width: 30%;
	max-width: 260px;
}

#logo {
	float: right;
	width: 100%;
	max-width: 234px;
}

#menu, #menu-front {
	float: right;
	margin: 400px 0px 0px 0px;
	width: 100%;
	max-width: 260px;
}

#content {
	float: left;
	margin: 45px 0px 45px 45px;
	width: 50%;
	max-width: 700px;
}

#content-midway {
	float: left;
	margin: 300px 0px 45px 45px;
	width: 50%;
	max-width: 700px;
}
}

@media screen and (max-width: 700px) {
#logo {
	float: left;
	margin: 20px 8%;
	width: 84%;
	text-align: center;
}

#menu, #menu-front, #right-col {
	float: left;
	margin: 0px;
	width: 100%;
}

#menu-front {
	background: #ffffff;
}

#menu {
	border-bottom: 1px solid #000000;
}

#content, #content-midway {
	float: left;
	margin: 20px 8%;
	width: 84%;
	max-width: 700px;
}
}


#menu {
	border-top: 1px solid #000000;
}

#menu-front {
	border-top: 1px solid #ffffff;
}

.project {
	width: 31%;
	max-width: 233px;
	margin: 1%;
	float: left;
}

.project h3 {
	height: 80px;
}


/* ----- MAIN MENU ----- */


ul#menu-main-menu {
list-style:none;
float:left;
width:100%;
padding: 0px;
margin: 0px;
}
 
ul#menu-main-menu li{
float:left; /* makes horiz list */
position:relative; /* hey Submenu ULs, appear below! */
}

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


@media screen and (min-width: 700px) {
ul#menu-main-menu li a {
	display: block;
	padding: 12px 10px 13px 10px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

#menu ul#menu-main-menu li a {
	color: #000000;
}

#menu-front ul#menu-main-menu li a {
	color: #ffffff;
}

li.dropdown {
	display: block;
	height: 39px; /* Change to match the height of your menu */
}
}

@media screen and (max-width: 700px) {
ul#menu-main-menu li a {
	display: block;
	padding: 8px 15px 10px 15px;
	width: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	color: #000000;
	font-weight: 300;
	text-decoration: none;
}

ul#menu-main-menu li {
	width: 100%;
	border-top: 1px solid #cccccc;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	}

ul#menu-main-menu li li a {
	display: none;
	text-align: center !important;
	padding: 10px 0px !important;
	width: 100%;
}

ul#menu-main-menu li.menu-item-home {
	border-top: none !important;
}
	
}

/* Style the link hover */
#menu ul#menu-main-menu li a:hover {
	color: #cccccc;
}

 
/* Displays the link as blocks. */
ul#menu-main-menu li ul a {
display:block;
}
 
/* sub menus!!  */
@media screen and (min-width: 700px) {
ul#menu-main-menu ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width: 200px;
position:absolute; /* needed */
z-index:500; /* specify the order */
}

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

ul#menu-main-menu li ul {
top:39px; /* 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 li a {
	padding: 10px;
	text-align: left;
	font-size: 15px;
	background: #ffffff;
	color: #000000;
	font-weight: 400;
	text-decoration: none;
}



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

input[type="text"], input[type="password"], input[type="email"], textarea, textarea.medium {
	padding:5px !important;
	font-family: 'Raleway', Arial, sans serif;
	color:#000000;
	font-size: 17px !important;
	background:#cccccc;
	vertical-align:top;
	border: 0px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
}


input[type="submit"],.button {
	padding: 7px;
	font-family: 'Raleway', Arial, sans serif;
	color:#ffffff;
	background: #000000;
	font-size: 17px;
	border-radius: 8px;
	font-weight: 600;
	display: block;
	border: 0px;
}

.gfield_required {
	display: none;
}


/* ----- 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;
}

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