/* Enter Your Custom CSS Here */

@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Indie+Flower);

/*mailchimp button drop down*/
.mc4wp-form input[type=submit] {
margin-top: 20px;
}

/*navigation text bigger*/
nav > ul > li > a {
font-size: 20px;
}

/*logo reduce size*/
img {
max-width: 95%;
}

#logo img {
padding-top: 30px;
}

/*footer*/
#footer-widgets {
color: #fff;
padding: 30px 0 5px;
}

.mc4wp-form input[type=submit] {
margin-top: 40px;
}


/*home page blocks*/
.block-spacer {
height: 25px;
}

/*top bar text font chnage*/
#top-bar p.right {
font-family: initial;
font-style: italic;
}

/*top bar text font chnage*/
#bottom-bar p.right {
font-family: initial;
font-style: italic;
}

/*top bar text font chnage*/
#top-bar p.left {
font-family: initial;
font-style: italic;
}

.home #parallax_page_section div.parallax-wrap div:nth-child(2) {
font-family: initial;
font-style: italic;
font-size: 35px !important;
}

/*page title colour*/
#page-post article.page-content h1 {
color: #A9998A;
font-family: 'Lato', sans-serif;
}

/*p font size increase*/
#page-post article.page-content p {
font-size: 18px;
}

/*widget font style*/
#footer-widgets .widget {
font-style: italic;
}

/*menu title font style*/
nav > ul > li > a {
/*font-family: 'Indie Flower', cursive !important;*/
font-size: 28px;
}

/*widhet footer title font style*/
.widget article h3 {
font-family: 'Indie Flower', cursive !important;
}

/*page title fonte*/
#page-post article.page-content h1 {
color: #A9998A;
/*font-family: 'Indie Flower', cursive !important;*/
}


/*subscribe labels*/
.mc4wp-form label {
font-weight: 500;
}


.mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
padding: 5px;
}
.mc4wp-form input[type=email] {
padding: 5px;
}

/* Adjust field labels */
.gform_wrapper .ginput_complex label {
position: relative;
top: -15px;
}