/*
	Theme Name: Producer Pro
	Description: A premium insurance agency theme by Advisor Evolved.
	Author: Advisor Evolved
	Theme URL: http://demo.advisorevolved.com/producer-pro/
	Author URI: https://www.advisorevolved.com
	Version: 1.3.8

	Template: genesis
*/

/*=================================
=            Normalize            =
=================================*/

/*
HTML5 Reset
----------------------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 4rem;
}

hr {
  -webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
		  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
		  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.2rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*====================================
=            Clear Floats            =
====================================*/

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*----------  Box Sizing  ----------*/

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/*================================
=            Defaults            =
================================*/

@font-face {
    font-family: 'Gotham';
	src: url("assets/fonts/gotham-book-webfont.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family:'Gotham';
    src: url("assets/fonts/gotham-bookitalic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family:'Gotham';
    src: url("assets/fonts/gotham-light-webfont.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family:'Gotham';
    src: url("assets/fonts/gotham-bold-webfont.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family:'Gotham';
    src: url("assets/fonts/gotham-bolditalic-webfont.woff") format('woff');
    font-weight: 700;
    font-style: italic;
}

/*----------  Typography  ----------*/

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.45;
	color: #444;
	margin: 0;
}

/* Override Default BG */
body.custom-background {
	background: transparent !important;
}

a {
	color: #323946;
	text-decoration: none;
}

a:hover,
a:focus {
	border-bottom: 2px solid #acd47e;
}

p {
	margin: 0 0 23px 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.entry-content ol,
.entry-content ul,
.footer-widgets ol,
.footer-widgets ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li,
.footer-widgets ol > li {
	list-style-type: decimal;
}

.entry-content ul > li,
.footer-widgets ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.footer-widgets ol ol,
.footer-widgets ul ul {
	margin-bottom: 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-size: 1.333em;
	margin: 40px;
}

small {
	font-size: 0.75em;
}

/*----------  Headings  ----------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #323946;
	font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 1.414em 0 0.5em;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/*----------  Objects  ----------*/

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/*----------  Tables  ----------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/*=============================
=            Forms            =
=============================*/

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link-primary,
.more-link-secondary {
	background-color: #acd47e;
	border: 0;
	border-radius: 3px;
	border-bottom: 6px solid rgba(0,0,0,.3);
	color: #231f20;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	padding: 12px 30px;
	text-transform: uppercase;
	width: auto;
}

.button-secondary,
.button.button-secondary {
	background-color: #e7e8e9;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	border-bottom: 6px solid rgba(0,0,0,.3);
	text-decoration: underline;
}

.button {
	display: inline-block;
}

/*----------  Footer Widget Form  ----------*/

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

/*----------  Search Form  ----------*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/*==================================
=            Animations            =
==================================*/

.site-container {
	left: 0;
	position: relative;
	-webkit-transition: left .25s ease-in-out;
	-moz-transition: left .25s ease-in-out;
	-ms-transition: left .25s ease-in-out;
	-o-transition: left .25s ease-in-out;
	transition: left .25s ease-in-out;
}

.nav-primary {
	position: fixed;
	right: -300px;
	-webkit-transition: right .25s ease-in-out;
	-moz-transition: right .25s ease-in-out;
	-ms-transition: right .25s ease-in-out;
	-o-transition: right .25s ease-in-out;
	transition: right .25s ease-in-out;
}

/*----------  Nav Visible  ----------*/

.nav-visible,
.nav-visible .site-inner {
	overflow: hidden;
}

.nav-visible .site-container {
	left: -300px;
}

.nav-visible .nav-primary {
	right: 0;
}


/*=================================
=            WordPress            =
=================================*/

/*----------  Defaults  ----------*/

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/*----------  Gallery  ----------*/

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/*----------  Avatar  ----------*/

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}


/*=================================
=            Structure            =
=================================*/

/*----------  Site Containers  ----------*/

.site-container {
	background: #ededed;
	position: relative;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding: 60px 145px;
	position: relative;
}

.full-inner .site-inner {
	max-width: 100%;
	padding: 0;
}

.content-sidebar .site-inner,
.sidebar-content .site-inner {
	padding: 60px;
}

.content-overlay {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.nav-visible .content-overlay {
	display: block;
}

/*----------  Site Header  ----------*/

.site-header {
	background: #fff;
	min-height: 96px;
	overflow: hidden;
	padding: 20px 0;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.transparent-header .site-header {
	background: transparent;
}

.site-header > .wrap {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title-area {
	float: left;
	width: 290px;
}

.custom-logo-link {
	display: block;
}

.custom-logo-link:hover,
.custom-logo-link:focus {
	border: 0;
	text-decoration: none;
}

.custom-logo-link a {
	display: block;
}

.site-header .widget-area {
	position: relative;
	float: left;
	margin-left: 60px;
	width: 850px;
	text-align: right;
}

/*----------  Content Wrappers  ----------*/

/* Layout Wrappers */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 700px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 320px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/*----------  Columns  ----------*/

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/*----------  Widgets  ----------*/

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/*==============================
=            Titles            =
==============================*/

/*----------  Site Header  ----------*/

.site-title,
.site-title a {
	color: #fff;
	font-weight: 700;
}

.site-title {
	letter-spacing: 1px;
	margin: 0;
}

.site-title a {
	border-bottom: 0;
	display: block;
	text-transform: uppercase;
}

/*----------  Entries  ----------*/

.entry-title,
.archive-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
}

.intro-text,
.subpages-page .content > .entry > .entry-content > p {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0 0 60px;
	padding: 0 40px;
	text-align: center;
}

/*----------  Page Builder  ----------*/

.fl-builder .site-inner,
.fl-builder .content .entry-content {
	padding: 0;
	max-width: 100%;
}

.producer-pro .fl-builder-content a.fl-button,
.producer-pro .fl-builder-content a.fl-button:visited {
	color: #333 !important;
}


/*----------  Widgets  ----------*/

.widget-title {
	font-size: 20px;
	font-size: 2rem;
}

.sidebar-primary .widget-title {
	border-bottom: 2px solid #323946;
	font-weight: 700;
	margin-top: 0;
	padding-bottom: 10px;
	text-align: center;
}


/*==================================
=            Navigation            =
==================================*/

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	text-align: left;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	position: relative;
	text-align: left;
}

.genesis-nav-menu a {
	border-bottom: 0;
	display: block;
	padding: 20px;
}

.genesis-nav-menu > .menu-item > a {
	padding: 20px;
}

/* Sub Menu */

.genesis-nav-menu .sub-menu {
	background: rgba(0,0,0,.1);
	display: none;
	font-size: 16px;
	font-style: italic;
	padding-left: 20px;
}

.genesis-nav-menu .sub-menu a {
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background: transparent;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu .menu-item {
	display: block;
}


/*----------  Header Quick Navigation  ----------*/

.header-nav {
	display: inline-block;
}

.header-nav .genesis-nav-menu {
	font-size: 14px;
}

.header-nav .genesis-nav-menu a {
	background: #acd47e;
	border: 2px solid transparent;
	border-radius: 3px;
	font-weight: 400;
	margin-right: 15px;
	padding: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header-nav .genesis-nav-menu a:hover,
.header-nav .genesis-nav-menu a:focus {
	opacity: 0.9;
}


/*----------  Menu Toggle  ----------*/


.menu-toggle {
	background: transparent;
	border: 2px solid #000;
	box-shadow: none;
	color: #000;
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
	padding: 20px 25px;
	letter-spacing: 1px;
}

.menu-toggle:hover,
.menu-toggle:focus {
	border-bottom: 2px solid #000;
	box-shadow: none;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.transparent-header .menu-toggle {
	border-color: #fff;
	color: #fff;
}

.transparent-header .menu-toggle:hover,
.transparent-header .menu-toggle:focus {
	background: #fff;
	border-color: #fff;
	color: #000;
}

#menu-close {
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,.05);
	box-shadow: none;
	color: #fff;
	float: none;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 15px 30px;
	text-align: left;
	text-transform: none;
	width: 100%;
}

#menu-close:hover {
	background: rgba(0,0,0,.2);
}

#menu-toggle:active,
#menu-toggle:focus,
#menu-close:active,
#menu-close:focus {
	outline: 0;
}

/*----------  Primary Navigation  ----------*/

.nav-primary,
.nav-primary .genesis-nav-menu {
	width: 100%;
}

.nav-primary {
	background: #323946;
	height: 100%;
	padding-bottom: 60px;
	top: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 300px;
	z-index: 99;
}

.nav-primary > .wrap {
	padding: 0;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.05);
	padding: 15px 30px;
}

.nav-primary .genesis-nav-menu .menu-item.highlight > a {
	background: #acd47e;
	color: #323946;
}

.nav-primary .genesis-nav-menu .menu-item.highlight a:hover {
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu a:hover {
	background: rgba(0,0,0,.2);
}

.nav-primary .genesis-nav-menu a,
.nav-primary .genesis-nav-menu .menu-item {
	display: block;
}

.nav-primary .genesis-nav-menu .menu-item.current-menu-item > a {
	border-left: 3px solid #acd47e;
}

.nav-primary .genesis-nav-menu .menu-item .icon {
	position: absolute;
	right: 0;
	padding: 15px 30px;
	top: 0;
}

.nav-primary .genesis-nav-menu .menu-item .icon.icon-active {
	transform: rotate(180deg);
}

/*=====================================
=            Content Areas            =
=====================================*/

.featured-image > img {
	display: block;
	width: 100%;
}

.featured-image:hover {
	border-bottom: 0;
}

/*----------  Entries  ----------*/

.content .entry:first-of-type .entry-title {
	margin-top: 0;
}

.entry {
	background: #fff;
}

.entry-content a {
	color: #acd47e;
}

.entry .wp-post-image {
	margin-bottom: 60px;
}

.content .entry-content {
	padding: 0 140px 60px;
}

.content-sidebar .entry-content,
.sidebar-content .entry-content {
	padding: 0 80px 60px;
}

.blog-page .entry {
	margin-bottom: 60px;
}

.entry-header {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 200px 80px 100px;
	position: relative;
	z-index: 1;
}

.entry-header:before {
	background: rgba( 50, 57, 70, .45 );
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.content .entry-header {
	margin-bottom: 40px;
	padding: 60px 40px 0;
}

.blog-page .content .entry-header {
	padding-top: 0;
}

.content .entry-header:before {
	display: none;
}

.entry-header .entry-title,
.entry-header .archive-title {
	color: #fff;
	font-weight: 700;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	text-align: center;
	z-index: 3;
}

.entry-header .archive-description {
	position: relative;
	z-index: 3;
}

.entry-header .archive-description p {
	color: #fff;
	text-align: center;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/*----------  Entry Footer  ----------*/

.entry-footer {
	overflow: hidden;
}

.more-link-primary,
.more-link-secondary {
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
	float: left;
	padding: 20px 40px;
	width: 50%;
}

.more-link-primary:hover,
.more-link-secondary:hover,
.more-link-primary:focus,
.more-link-secondary:focus {
	text-decoration: underline;
	border-bottom: 6px solid rgba(0,0,0,.3);
}

.more-link-secondary {
	background: #323946;
	color: #fff;
}

/*----------  Comments  ----------*/

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list .avatar {
	border-radius: 50%;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li a {
	color: #acd47e;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-list li li:last-child {
	padding-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-author,
.comment-meta {
	margin-bottom: 5px;
}

.entry-pings .reply {
	display: none;
}

/* Teaser Boxes
--------------------------------------------- */

.page-template-boxes .content {
	background: transparent;
}

.page-template-boxes .entry {
	background: #fff;
}

.page-template-boxes .site-container .footer-cta .wrap::before {
	display: none;
}

.teaser-boxes {
	clear: both;
	overflow: hidden;
}

.teaser-box {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.teaser-title {
	font-size: 26px;
	text-align: center;
}

.teaser-image {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
}

.teaser-image img {
	display: block;
	line-height: 0;
	width: 100%;
}

.teaser-box .before-title {
	margin-top: -20px;
}

.teaser-box .after-title {
	margin-top: 10px;
}

.teaser-box .after-content {
	margin-bottom: 26px;
}

.teaser-box .button {
	display: block;
	text-align: center;
	width: 100%;
}

/* Webinar
--------------------------------------------- */

.tlkio {
	min-height: 400px;
	position: relative;
}

.tlkio iframe {
	height: 100%;
	min-width: inherit;
	position: absolute;
	width: 100%;
}

/* Testimonials
--------------------------------------------- */

.post-type-archive-testimonial .entry {
	margin-bottom: 40px;
	float: left;
	margin-left: 2.564102564102564%;
	width: 48.717948717948715%;
}

.post-type-archive-testimonial .entry:nth-child(odd) {
	clear: both;
	margin-left: 0;
}

.post-type-archive-testimonial .featured-image > img {
	width: 150px;
	margin: 30px auto 0;
	border-radius: 50%;
}

.post-type-archive-testimonial .content .entry-content {
	padding: 0 40px 60px;
}

.single-testimonial .entry .wp-post-image {
	float: left;
	margin: 40px;
	border-radius: 50%;
}

.single-testimonial .entry .entry-content {
	font-size: 1.5em;
	margin-top: 40px;
	font-style: italic;
}

/* Subpages
--------------------------------------------- */

.subpages-page .entry {
	background: transparent;
}

.subpages-page .entry .wp-post-image {
	margin-bottom: 0;
}

.subpages-page .entry-content {
	padding: 0;
}

.subpages-page .subpages-loop .entry {
	background: #fff;
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 2.564102564102564%;
	width: 48.717948717948715%;
}

.subpages-page .subpages-loop .entry-content {
	display: none;
}

.subpages-page .subpages-loop .entry:nth-child(odd) {
	clear: both;
	margin-left: 0;
}

.subpages-page .subpages-loop .entry-header {
	margin: 0;
	padding: 40px;
}

/* Beaver Builder Template
--------------------------------------------- */

.page-template-builder .content .page {
	padding: 0;
}

.page-template-builder .site-header {
	position: relative;
}


/*===============================
=            Widgets            =
===============================*/

/*----------  Primary Sidebar  ----------*/

.sidebar-primary .widget {
	background: #fff;
	padding: 40px;
}


/*----------  Sitewide CTA  ----------*/

.sitewide-cta {
	background: #e7e8e9;
	font-size: 28px;
	font-weight: 700;
	padding: 40px 0;
	text-align: center;
}

.sitewide-cta h2 {
	margin-top: 0;
}

/*----------  Footer Widgets  ----------*/

.footer-widgets {
	background: #323946;
	font-weight: 300;
	padding: 40px 0 100px;
}

.footer-widgets,
.footer-widgets .widget-title,
.footer-widgets a {
	color: #fff;
}

.footer-widgets {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.footer-widgets-1 {
	margin-left: 0;
}

/*======================================
=            Common Classes            =
======================================*/

/*----------  Author Box  ----------*/

.author-box {
	background: #fff;
	font-size: 16px;
	margin: 40px 0;
	padding: 40px;
}

.author-box .avatar {
	border-radius: 100%;
	margin-right: 20px;
}

.author-box .author-box-title {
	margin-top: 0;
}

.author-box p:last-child {
	margin-bottom: 0;
}

/*----------  Breadcrumps  ----------*/

.breadcrumb {
	font-style: italic;
	margin-bottom: 20px;
}


/*======================================
=            	Plugins 	           =
======================================*/


/*----------  Jetpack  ----------*/

#wpstats {
	display: none;
}


/*----------  Case Studies  ----------*/

.aecs .aecs-container {
	padding-top: 200px !important;
}


/*----------  QuoteVids  ----------*/

.quotevids .quotevids-top-section {
	padding-top: 200px !important;
}


/*==============================
=            Footer            =
==============================*/

.site-footer {
	background: #191d23;
	clear: both;
	overflow: hidden;
}

.site-footer,
.site-footer a {
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.site-footer p {
	margin: 30px 0;
}

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

	.site-header > .wrap,
	.site-inner,
	.wrap {
		max-width: 1024px;
	}

	.full-inner .site-inner {
		max-width: 100%;
	}

	.wrap {
		padding: 0 20px;
	}

	.site-inner {
		padding: 60px;
	}

	.title-area {
		width: 220px;
	}

	.site-header .widget-area {
		width: 750px;
		margin-left: 60px;
	}

	.header-nav .genesis-nav-menu a,
	.menu-toggle {
		padding: 15px
	}

	.site-title,
	.header-image .site-title {
		font-size: 26px;
		font-size: 2.6rem;
		padding: 15px 30px 10px;
	}

	.header-image .site-title > a {
		width: 230px;
	}

	.header-nav {
		margin: 0 auto;
		max-width: 800px;
	}

	.header-nav .genesis-nav-menu {
		text-align: center;
	}

	.header-nav .genesis-nav-menu a {
		border-radius: 3px;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		width: 600px;
	}

	.sidebar-primary {
		width: 250px;
	}

}

/* Instagram
--------------------------------------------- */
.aeinsta-loop {
	display: block;
}

.aeinsta-loop::after {
	content: " ";
	display: block;
	clear: both;
}

.aeinsta-loop .aeinsta-item {
	display: block;
	float: left;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	width: 50%;
}

@media all and (min-width: 620px) {
	.aeinsta-loop .aeinsta-item {
		width: 25%;
	}
}

@media all and (min-width: 950px) {
	.aeinsta-loop .aeinsta-item {
		width: 16.6666666667%;
	}
}

.aeinsta-loop .aeinsta-item img {
	display: block;
	line-height: 0;
	width: 100%;
}

.aeinsta-loop .aeinsta-likes:before,
.aeinsta-loop .aeinsta-comments:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: bold;
	line-height: inherit;
	speak: none;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.aeinsta-loop .aeinsta-likes,
.aeinsta-loop .aeinsta-comments {
	bottom: 13px;
	color: #fff;
	position: absolute;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.aeinsta-loop .aeinsta-likes {
	left: 13px;
}

.aeinsta-loop .aeinsta-likes:before {
	content: "\f08a";
	margin-right: 0.5rem;
}

.aeinsta-loop .aeinsta-comments {
	right: 13px;
}

.aeinsta-loop .aeinsta-comments:before {
	content: "\f0e6";
	margin-right: 0.5rem;
}

/*----------  1024  ----------*/

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

	.site-header > .wrap,
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 710px;
		margin-left: 30px;
	}

	.content-sidebar .content,
	.sidebar-content .content,
	.sidebar-primary {
		margin: 0 auto;
		width: 100%;
	}

	.content .entry-content {
		padding: 0 10% 8%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.subpages-page .subpages-loop .entry {
		float: none;
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}

	.entry-header {
		padding: 180px 40px 40px;
	}

	.sitewide-cta {
		text-align: center;
	}

	.sitewide-cta a.button {
		margin: 20px 0 0;
	}

	.footer-widgets {
		padding-bottom: 40px;
	}
}

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

	.header-nav {
		display: none;
	}

	.site-header .widget-area {
		width: auto;
	}
}

/*----------  768  ----------*/

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

	/* Globals */
	body,
	body > div,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.more-link-primary,
	.more-link-secondary,
	.intro-text,
	.subpages-page .content > .entry > .entry-content > p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.intro-text,
	.subpages-page .content > .entry > .entry-content > p {
		padding: 0;
		margin-bottom: 20px;
	}

	/* Structure */
	.site-inner,
	.content-sidebar .site-inner,
	.sidebar-content .site-inner,
	.subpages-page .subpages-loop .entry-header {
		padding: 5%;
	}

	.full-inner .site-inner {
		padding: 0;
	}

	/* Entry */
	.content .entry-header {
		padding: 0 5%;
	}

	.content .entry-content,
	.content-sidebar .entry-content,
	.sidebar-content .entry-content {
		padding: 0 8% 8%;
	}

	.entry .wp-post-image,
	.content .entry-header {
		margin-bottom: 5%;
	}

	.entry-title,
	.archive-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.more-link-primary,
	.more-link-secondary {
		display: block;
		float: none;
		width: 100%;
	}

	/* Header */
	.header-image .site-title > a {
		min-height: 35px;
		width: 150px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.post-type-archive-testimonial .entry {
		margin-left: 0;
		float: none;
		width: 100%;
	}

}
