/*
Theme Name: The Garden Lady
Theme URI: http://thegardenlady.co.nz
Author: T Deakin
Author URI: http://taylordeakin.co.nz
Description: A Custom blank canvas created for WordPress
Version: 1.0
*/
#content,#sidebar {
padding:0;
}

#menu-item-16 a:before,#menu-item-82 a:before {
content:"\f0e0";
}

#menu-item-17 a:before {
content:"\f06c";
}

#menu-item-92 a:before {
content:"\f015";
}

#menu-item-81 a:before {
content:"\f10b";
}

#primary {
display:block;
margin:0 auto;
padding:0;
width:100%;
}

* {
box-sizing:border-box;
text-shadow:none;
}

.btn-primary {
background:#c459d2;
border-color:#e7e7e7;
}

.btn-primary:hover {
background:#aa3fb8;
border-color:#91269F;
}

.contact {
text-align:right;
}
.lead{
	font-size: 20px;
}
.header-logo {
float:left;
height:100%;
margin:0 20px;
width:inherit;
}

.menu-header li a:before {
font-family:FontAwesome;
padding-right:7px;
}

.meta ul li {
display:inline;
list-item-style:none;
}

.navbar {
font-weight:700;
}

.navbar-default {
background-color:#aa3fb8;
border-color:#AF9999;
border-radius:0;
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-brand {
color:#eee;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-brand:hover {
color:#fff;
}

.navbar-default .navbar-toggle {
border-color:#eee;
}

.navbar-default .navbar-toggle .icon-bar {
background-color:#eee;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
background-color:#000;
}

.overlay {
background:rgba(255,104,224,0.6);
min-height: 100%;
}

.overlay > .container {
background:#eee;
box-shadow:0 0 40px 10px rgba(0,0,0,0.8);
}

.post-meta div {
float:right;
margin:0 15px;
padding:0;
}

.quotescollection-quote footer.attribution {
background:none;
margin:0;
padding:0;
text-align:left;
}

.site-title {
margin:0!important;
}

.testimonial-box {
border:1px solid #E5E5E5;
border-radius:5px;
margin:0 0 0 15px;
padding:0 15px;
background: #fff;
}

.title {
border-bottom:1px solid grey;
}

.wp-post-image {
display:block;
height:inherit;
margin-bottom:10px;
width:100%;
}

.wrap {
min-height: 100%;
background:url(img/bg.jpg) no-repeat bottom center;
background-size:cover;
}

a {
color:#000;
text-decoration:none;
}

a:hover {
color:grey;
}

article.post {
border-bottom:1px solid grey;
margin-bottom:15px;
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
content:none;
}

blockquote.quotescollection-quote {
border-top:1px solid #eee;
margin:0 0 10px;
padding-top:10px;
font-size: 16px;
}

blockquote.quotescollection-quote footer.attribution cite {
color:#000;
font-size:14px;
font-weight:700;
}

body {
background:#fff;
font-family:"Source Sans Pro",arial,sans-serif;
font-size:18px;
margin:0;
}

footer {
background:#aa3fb8;
color:#FFF;
font-size:16px;
margin:20px 0;
padding:17.5px;
text-align:left;
}

footer a {
color:#2980b9;
}

footer p,.contact p {
margin-bottom:0;
}

h1,h2,h3,h4,h5 {
font-family:Milonga,Georgia,georgia,serif;
font-weight:900;
}

header {
padding:40px 0;
}

hgroup {
height:125px;
}

input,textarea,input::focus,textarea::focus,.bx-viewport,ul.bxslider img {
border-radius:5px;
}

@media all and max-width 799px{
.header-logo {
display:none;
}

hgroup {
height:inherit;
}


@media all and max-width 999px and min-width 800{
hgroup {
height:200px;
}
}

/*WP-Required classes*/
.wp-caption{}
.wp-caption-text{}
.sticky{}
.screen-reader-text{}
.gallery-caption{}
.bypostauthor{}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
