/*
Theme Name: Petersburg II
Theme URI: http://weavertheme.com
Description: Customized Weaver II Child theme
Author: Bob Stovall
Author URI: http://bobstovall.com
Version: 1.0
Tags: custom-header, custom-colors, custom-background, custom-menu, theme-options, left-sidebar, right-sidebar, fixed-width, three-columns, two-columns, black, blue, brown, green, orange, red, tan, dark, white, light
Template: weaver-ii-pro

!!!!!!!!!!!!!!!!! IMPORTANT: Change above from weaver-ii to weaver-ii-pro for Pro version !!!!!!!!!!!!!!!!

This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* use this import for Weaver II Pro
@import url('../weaver-ii-pro/style.css');
*/

/* use this import for Weaver II Basic */
@import url('../weaver-ii-pro/style.css');

/* Add specific style overrides here...

  Just for example, this style will increase the base font size of the site.
*/
body,
input,
textarea {
	color: #666;
	font-size: 16px;
	line-height: 1.5em;
}

.ppslideshow {
	float:left;
	margin-bottom: 20px;
	margin-left: 32px;
	text-align: center; 
	padding: 20px;
	background-color: #fff;
	border: 1px solid #999;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}

.header {
    display: grid;
    grid-template-columns: repeat(4,24%);
    grid-column-gap: 1em;
    margin-bottom: 15px;
}
.agent {
	color:#fff;
}
.agent img {
    height: auto !important;
    float: left;
    margin-right: 15px;
    width: 52px !important;
}
.headline{
	color:#fff;
	font-size:20px;
	text-align:center;
	margin-bottom: 15px;
}

@media screen and (max-width:640px) {

.header {
  
    grid-template-columns: auto;
    grid-row-gap: 1em;
    width: 90%;
margin: 15px auto;
    
}
.logo img {
	max-width:200px !important;
}

}
