/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

.inside-right-sidebar #text-8.widget  {
    margin: 5px;
    padding: 15px;
    border: 1px solid #DDD;
    border-spacing: 30px;
}

.one-container .sidebar #text-8.widget {
    padding: 20px;
}

.one-container .sidebar .widget {
    padding: 5px;
}

.entry-meta a, .entry-meta a:visited {
    color: #666666;
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 85%;
}

.sidebar .widget, .footer-widgets .widget {
    font-size: 18px;
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
}

.wp-playlist, .wp-audio-playlist, .wp-playlist-light {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
}

.read-more-container, .p {
    font-family: 'Amatica SC';
    font-style: normal;
    font-size: 25px;
    font-weight: 700;
}

@media (max-width: 768px) 
{
	.h3 {
		font-size: 20px;
	}
}

.masonry-post .inside-article {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.main-title{
    font-family: 'Amatica SC';
}

.site-info{
    font-family: 'Amatica SC';
}

.masonry-enabled .masonry-load-more {
    font-family: 'Amatica SC';
}

.wpcf7-submit {
    font-family: 'Amatica SC';
}


/*body.home.blog {
    background-image: none;
}*/


.mobile-image{
	display: none;
}

@media (max-width: 890px)
{
.mobile-image {
	display: block;
    text-align: center;
	margin-bottom: -10px;
    }
}

.post-id-18 #body {
    background-image: none !important;
}

.fblink {
    color: #56539c !important;
}


.fblink:hover {
    color: #3f3f3f !important;
}

input, textarea {
    font-family: 'Open Sans Condensed' !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}