/*
	Theme Name: AgentPress Two
	Theme URI: http://www.studiopress.com/themes/agentpress/
	Description: AgentPress is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.0.3.1

	Tags: black, blue, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, green, left-sidebar, one-column, orange, red, right-sidebar, sticky-post, tan, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white

	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Original theme styles */
@import './src/css/original.css';

/* New and Override styles written by Code& to modernize the site */
@import './src/css/override.css';

/* Responsive styles */
@import './src/css/responsive-mobile.css';
@import './src/css/responsive-tablet.css';


/* Custom CSS */

.products {
  display: block;
  float: left;
  margin: 1em 1.55rem;
  padding: 1.5rem 0 0.55rem;
}

.products .title {
  text-align: center;
  margin: 20px auto 30px;
}

.footer-cta {
  display: block;
  background: #f8f8f8;
  padding: 40px;
  text-align: center;
  overflow: hidden;
  padding: 20px 40px;
  max-width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
  -moz-box-shadow: 0 1px 3px #000;
  -webkit-box-shadow: 0 1px 3px #000;
  box-shadow: 0 3px 3px #000;
}

.footer-cta span {
  font-weight: 700;
  margin: 15px 0;
  display: inline-block;
  color: #00AFDC;
  background: #fff;
  padding: 0 5px;
  box-shadow: 0px 0px 25px 1px rgb(0 0 0 / 10%);
}

.footer-cta h2 {
  display: block;
}

.footer-cta p {
  display: block;
}

.footer-cta a {
  display: inline-block;
  background: #00AFDC;
  color: #FFF;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  margin: 20px 10px;
  display: inline-block;
}
