/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Flat Responsive WooCommerce theme
Version: 2.9.6
Tags: WooCommerce, Responsive, Business, Page Builder
License:
License URI:
*/

/*************** 
All custom CSS should be added to Theme Options > Custom CSS,
or in the style.css of a Child Theme.
***************/

.login h1 a {
background-image: url('/wp-content/uploads/2016/05/jgclogo.jpg') !important;
background-size: 80px 80px;
background-position: center top;
background-repeat: no-repeat;

}
.page-id-266 #desktop-values {
	display: none;
}
.page-id-266 #mobile-values {
	display: block;
}

@media only screen and (min-width: 700px) {
.page-id-266 #desktop-values {
	display: block;
}
.page-id-266 #mobile-values {
	display: none;
}
.page-id-266 #our-history #our-history-body {
	padding: 260px;
	
}
div#who-we-are-inner p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

div#assets h2 {
    font-size: 25px;}

div#our-approach-hero {
margin-bottom: 50px;
    font-size: 20px;}

our-approach p {
    font-size: 14px !important;
    margin-left: 0px;
    margin-bottom: 30px;
}

div#beige-background {
    background: #f2eddc;
    height: 1285px;}


div#newsroom h3 {
    color: #663366;
    margin-bottom: 20px;
    font-size: 25px !important;
    padding: 0px 20px 40px;
}

div#newsroom-feed {
    width: 100%;
    float: left;
    background: #1e4923;
    padding: 20px;
    margin-bottom: 50px;
    height: auto;
}

div#newsroom .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}
}
