/*
Theme Name: Geoff Shepard Theme
CurrentTheme URI: https://github.com/BoomVisibility/parent-theme
Author: the Boom Visibility team
Author URI: http://boomvisibility.com/
Description: The 2012 theme for WordPress customized by Boom.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlText
Domain: bvi-geoffshepard
*/

/* =Reset
-------------------------------------------------------------- */
/* =Colors
$primary: #d72c34;
$secondary: #212c2e;
$tertiary: #06b6ac;
$black: #222;
$color__link: #d72c34;
$color__link--hover: #4794ca;
-------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700,400italic);


@import url("css/menu.css");
@import url("css/core.css");


/* =Basic structure

-------------------------------------------------------------- */

* {box-sizing: border-box; }

body {
  font-size: 17px;
  font-family: 'Bitter', Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #212c2e;
  background-color: #fafbfc; }

/* Structure */

.wrapper{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 30px 45px;
	background-color: #fff;
	box-shadow: 5px 5px 9px #242424;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

.container.small {
    max-width: 860px; }

.entry-content {padding-bottom: 30px;}
.entry-content p, .entry-content li, .entry-summary p {
	font-size: 16px;
	line-height: 1.6em;
	color: #212c2e;}
.entry-content p, .entry-content ul, .entry-summary div.date {margin-bottom: 20px;}
.entry-content ul ul {margin: 10px 35px 0px 35px;}
.entry-summary p {margin: 1em 0;}
.entry-content a{text-decoration: underline;}
.entry-content ol li, .entry-content ul li {
	padding-left: 15px;
	margin-bottom: 15px;}
.entry-content .gform_wrapper form li{padding-left: 0;}
.entry-content th,
.comment-content th {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #212c2e; }
@media screen and (max-width:600px) {
		.entry-content ul li a{word-wrap: break-word;}
	}
@media (max-width: 1250px){
  .wrapper, .container {max-width: 90%;}
  .wrapper .container {max-width: 100%;}
}

/* =Sections
	-------------------------------------------------------------- */
/* Sections: Global */

section {padding: 35px 0; }
section.vertical-align .inner {
	display: table;
	width: 100%;
	height: 100%; }
section.vertical-align .entry {
	display: table-cell;
	vertical-align: middle;
	padding: 125px 0; }

/* Typography*/

h1, h2, h3, h4, h5 {
	font-family: 'Oswald', sans-serif;
	margin: 0 0 20px 0;
}

h1 {font-size: 38px;}
h1 span.page-title {
	padding: 0px 25px;
	background-color: #d72c34;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;}
h2 {
	font-size: 30px;
	line-height: 35px;}
h2.page-subheading {
  color: #7b7b7b;
  font-weight: normal; }
h2.latest {
	text-align: center;
	color: #d72c34;
	font-size: 32px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;}
h3 {
	font-size: 25px;
	font-weight: normal;}
h4 {
	font-size: 21px;
	line-height: 25px;}
h5 {font-size: 18px;
  margin-bottom: 10px;}

p {
	line-height: 1.5;
	margin: 1em 0;}
p.reviewTxt {
	font-size: 15px;
	margin: 0;}

.textalign-left {text-align: left; }
.textalign-center {text-align: center; }

h1.page-title {
  padding: 7px 25px;
  display: inline-block;
	background-color: #d72c34;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	h1 span.page-title {
		padding: 7px;
		background: transparent;}
  body.page .wrapper h1, body.blog .wrapper h1 { text-align: center; font-size: 35px;line-height: 1.3;}
  body .wrapper h2, body .entry h2 { font-size: 24px;}
  div.testimonial p {font-size: 20px;margin: 0;}
  body #testimonials .container{padding: 0;}
}
td {padding: 10px;line-height: 1.5;}
a {
  color: #d72c34;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
a:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
a:hover {color: #212c2e99; }
p.extra-padding {padding: 25px 0 50px 0; }
p.large {
  font-size: 29px;
  line-height: 1.5; }
p a { text-decoration: underline; }

/* Buttons */
.button {
 	background: #d72c34;
 	background-repeat: no-repeat;
  border: 0 none;
	color: #fff;
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
	padding: 7px 20px !important;
	font-size: 18px !important;
	text-decoration: none;
}
.site-button {
	font-family: 'Oswald', Helvetica, sans-serif;
	background-color: #d72c34;
	border-radius: 5px;
	font-size: 23px;
	color: #fff;
	padding: 0px 25px;
	clear: both;
	text-align: center;
	text-decoration: none !important;
	margin: 10px 0;  }
.site-button:hover, .button:hover {
  background-color: #212c2e;
  color: #fff; }
.button-bordered {
  border: 3px solid;
  padding: 15px 30px;
  font-size: 41px;
  color: #fff;
  margin: 30px 0 0 0;
  display: inline-block; }
.button-bordered:hover {color: #212c2e; }
.read-more {
  display: inline-block;
  margin-top: 30px; }
.learn-more {font-size: 25px;}

@media screen and (max-width:1025px) {
	.read-more {margin-top: 0px; }
  body .red-divider{display: none;}
}

.social-icons {display: inline-block;}
.social-icons img {max-width: 30px;}
.social-icons a {opacity: 1;}
.social-icons a:hover {opacity: 0.7;}
#leftcolumn h3 a{color: #212c2e; font-size: 24px;line-height: 1.2;}
#leftcolumn h3 a:hover {color:#d72c34;}
#leftcolumn li.page_item, .widget-area .widget li.cat-item, #leftcolumn li.menu-item {
line-height: 1.75em;
list-style: none;
padding: 5px 0px 5px 15px;
border-bottom: 1px solid #eee;
}
#leftcolumn li.menu-item span.child-span{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#leftcolumn li.page_item a, #leftcolumn li.menu-item, .widget-area .widget li.cat-item {position: relative;}
#leftcolumn li.page_item a.active span.child-span:before,
#leftcolumn li.page_item a:hover span.child-span:before,
#leftcolumn li.menu-item:hover span.child-span:before,
#leftcolumn li.menu-item.current-menu-item span.child-span:before,
.widget-area .widget li.cat-item:hover span.child-span:before,
.widget-area .widget li.cat-item.current-cat span.child-span:before{
    content: "\f345";
    font-family: dashicons;
    color: #212c2e;
    position: absolute;
    left: -15px;
}
@media screen and (min-width: 768px) {
  #logo {
    text-align: left;
    float: left;
    margin: 0;
    width: 45%; }
.site {
    margin: 0 auto;
    overflow: hidden; }
.site-content {
    float: left;
    width: 75%;
		padding-right: 5%;}
#leftcolumn, #secondary {
    width: 30%;
    padding: 30px 5% 0 0;
    }
#leftcolumn {float: left;}
#secondary {width: 30%;float: right;}
.page-content {
    float: right;
    width: 70%;}
.contact-content {
		float: left;
		width: 50%;}
/* .blog article, .search article, .category article, .single article, .tag article, .nav-single, div#comments { max-width: 90%;} */
.full-width.page-template #primary {border-right: 0;}
body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content, body.template-front-page .page-content,
body.single-attachment .page-content,
body.full-width .page-content {
    width: 100%; }

.widget-area {
  float: left;
  width: 24%;
	display: block;}

#secondary .linkbuttons{
	width: 48%;
	display: inline-block;}
}


/* List Settings */

ul.horizontal {display: table; }
ul.horizontal li {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5%; }

ul.vertical li {
  list-style: none;
  padding: 2.5% 0; }



/* Modifiers */

.align-center {margin: 0 auto; }


/* Dividers & Elements */

.divider {
  margin: 50px auto;
  display: block;
  height: 5px;
  background-color: #fff;
  max-width: 250px;
  width: 40%; }

 .red-divider {
 	width: 100%;
 	height: 8px;
 	background-color: #d72c34;
 }

.icon {
	height: 250px;
	width: auto;
}

.description {
	text-align: left;
	}

.entry-content .pdf{
  display: inline-block;
    padding-left: 25px;
    background-image: url(images/pdf.png);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 28px;
    line-height: 1.2;
    padding-top: 5px;
    margin-bottom: -5px;
    max-width: calc(100% - 45px);
    vertical-align: top;
	}


@media (max-width: 1200px) {
  .divider {
    margin: 30px auto; }
	}

/* =Repeatable patterns

-------------------------------------------------------------- */

/* Small headers */

.entry-content th,
.comment-content th {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #212c2e; }

/* Shared Post Format styling */

article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182; }

.post-thumb {
	float: left;
	padding-right: 20px; }

.post-thumb-body {
	float: left;
	width: 470px; }

.post .entry-summary img {
	float: left;
	margin-right: 14px; }

/* Arrow only button */

input[type="submit"].arrow-button,
input[type="button"].arrow-button,
input[type="reset"].arrow-button {
	height: 30px;
	width: 30px;
	border: 0;
	display: inline-block;
	background: url(images/buttons/arrow-secondary.png) no-repeat center center;
	background-size: 14px auto; }

li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0; }

/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;}

/* Make sure videos and embeds fit their containers */
embed,iframe,object,video {max-width: 100%;}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Images */

.image-header {
	border-radius: .45em;
	border: 6px solid #4794ca;
	max-width: 100%;}
  .alignleft {
    float: left;
    margin: 0px 20px 15px 0px;}

  .alignright {
    float: right;
    margin: 0px 0px 15px 20px; }

  .aligncenter {
    display: block;
    margin: 0px auto 20px auto; }

  .wp-caption.alignleft, .wp-caption.alignright {
    margin-top: 1em;
    margin-bottom: 0px;}

.wp-caption {
	max-width: 100%;
	padding: 4px; }
.wp-caption .wp-caption-text,.gallery-caption,.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575; }
img.wp-smiley,.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0; }

.entry-content dl.gallery-item {margin: 0; }
.gallery-item a,.gallery-caption {width: 90%; }
.gallery-item a {display: block; }
.gallery-caption a {display: inline; }
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto; }
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%; }
.gallery-columns-1 .gallery-icon img {
	padding: 3%; }

/* =Header

-------------------------------------------------------------- */

/* Global Header */

#masthead {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

#masthead .logo {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
  text-align: left;
  min-height: 80px;}

@media (min-width: 1025px) {
	#masthead {
		width: calc(100% - 275px);
	}
	header.global .container #call-to-action {
    display: inline-block;
		text-align: right;
  	width: 260px;
  	clear: none;}
 }

@media (max-width: 1025px) {
 	body .wrapper {
	 	padding: 5%;}
	#masthead {
	 	margin: 0 auto;
	 	float: none; }
	#masthead .logo {
	 	text-align: center;
	 	padding: 10px 0px 20px 0px;}
	#call-to-action{
	 	clear:both;
	 	text-align: center;}
}

header.global {
	z-index: 9997;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	padding: 28px;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
	color: #fff;
	text-align: center;
	background-color: #212c2e;}
header.global a {color: #fff;}
header.global .container {
  vertical-align: bottom;
  width: 100%;}

.overlay {background-image: url('images/transcript-background.jpg');}

p.blog-title {
	color: #212c2e70e;
	font-weight: bold;
	font-size: 20px;}
.entry-summary, .entry-content blockquote, .comment-content blockquote {
	padding: 25px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #b9b9b9;
	margin: 20px 0;}

.nav-menu{position: relative;}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
	height: inherit;
	width: inherit;
  visibility: visible;
  opacity: 1;
  border-top:1px solid #fff;}
.menu-toggle {display: none; }
.nav-menu .sub-menu,.nav-menu .children{
	z-index: 9997;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);}

@media (min-width: 1025px) {
header.global {
	text-align: left;
	padding: 28px 20px 0 20px;}
ul#menu-primary-menu li.current-menu-item > a {color: #212c2e;}
.nav-menu .sub-menu{box-shadow: 0px 2px 4px #555;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.menu-item{
	border-bottom: 1px solid #eee;
	-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;}
.nav-menu .sub-menu li:last-child,.nav-menu .children li.menu-item:last-child{border-bottom: 0px;}
.nav-menu .sub-menu li:last-child{margin-bottom: 10px;}
}

@media (max-width: 1025px) {
.nav-menu .sub-menu li.menu-item::before,
.nav-menu .children li.menu-item::before {
    margin-left:-15px;
    color:#fff; }
}

/* Blog Settings */

div#primary.site-content, div#primary.page-content, div#secondary, div#primary.contact-content {padding-top: 30px;}
.blog .entry-title a {color: black;}
.consultation-widget {clear: both;}
.review-box {
	padding:15px !important;
	margin-bottom: 25px !important;}
.category {padding-bottom: 10px;}
/* Pagination */

.navigation li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 1.5em;}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {text-decoration:none;}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	border-radius: 3px;
	border: 1px solid #d72c34;
	cursor: pointer;
	padding: 5px 12px; }
.navigation li a:hover, .navigation li.active a { background-color: #d72c34; color: #fff;}

/* =Sections on the Home Page

-------------------------------------------------------------- */

section#top-section span.subbook{
	display: block;
	text-align: center;
	font-size: 14px;
  color: #d72c34;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 0px 6px #fff;}
section#top-section, section.event {
  background: url('images/transcript-background.jpg');
  background-attachment: fixed;}
section#top-section h1 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;}
.book-button {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #d72c34;
	width: 250px;
	text-align: center;
	padding: 15px 0;
	margin-top: -5px;}
section#top-section h3.bucket {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	line-height: 28px;
	margin-bottom: 25px;}
section#top-section .description, section#top-section .description a {color: #fff;}
section#top-section .linkbuttons {
	width: 20%;
	margin: 2%;
	display: inline-block;}

@media screen and (max-width:767px){
	section#top-section .linkbuttons {
		width: 40%;
		margin: 2% 0%;}
}
@media (max-width: 1025px) {
	ul.service-list {text-align: center;}
}

section#top-section h3.book-call, #secondary h3.book-call  {
	font-size: 20px;
	color: #d72c34;
	font-weight: 700;
	text-align: center;
	text-shadow: 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 0px 6px #fff;}

section#books {
	background-color: #d72c34;
	color: #fff;}
section#books .button {
	background: #212c2e;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  display: block;}
section#books .button:hover {background: #fff;color: #d72c34;}
section#books.textalign-center p {text-align: left;}
section#books a {color: #fff;}
section#books h3 {margin-bottom: 5px;line-height: 1.2;}
section#books h4 {font-weight: normal;}
section#posts img.wp-post-image, .entry-summary img.wp-post-image {margin: 0;}
section#posts h2.latest {margin-bottom: 35px;}
.flex-container {display: flex;}
.events p {
    line-height: 1.75;
    font-size: 18px;}
section.event-2, section.event {color: #fff;}
section.event-2 a:hover {color: #ffffff55;}
section#events h2, section.event h2 {font-weight: normal;}
section.event.white {background: #fff;color: #000;}
section.event.white h2 {color: #000;}
section.event.white a {color: #d72c34;}
section.event.white a.button {color: #fff;}
section.event.red {background: #d72c34;color: #fff;}
section.event a, section.event h2, section.event.red h2 {color: #fff;}
@media screen and (min-width:767px){
  section.event:nth-child(odd) .flex-container {flex-flow: row-reverse;}
  section.event:nth-child(odd) .flex-container div:first-child {margin-right: 0;margin-left: 5%;}
  section.event .flex-container {align-items: center;}
  section.event .flex-container div:first-child {margin-right: 5%;}
  section.event .flex-container div{flex-basis: 100%;}
  section.event .flex-container div.event-image {max-width: 25%;}
}
@media screen and (max-width:767px){
	section.event .flex-container {display: block;}
  section.event .event-image {margin-bottom: 20px;}
}

/* =Responsive Accordion

-------------------------------------------------------------- */

ul#menu-primary-menu {
    list-style-type: none;
    margin: 0;
    width: 100%;
}

ul#menu-primary-menu .sub-menu li {font-family: 'Bitter', Helvetica, Arial, sans-serif;}
ul#menu-primary-menu .sub-menu li a , ul#menu-primary-menu li a:hover {color: #212c2e;}
li .sub-collapser > i, li .sub-collapser:before, li .sub-collapser {display: none;}
ul#menu-primary-menu li ul {
    margin: 0;
    list-style-type: none;
}

ul#menu-primary-menu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul#menu-primary-menu.collapsed li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul#menu-primary-menu.collapsed li .sub-collapser {
    height: 48px;
}
ul#menu-primary-menu.collapsed li > ul {
    display: none;
    position: static;
}


@media (min-width: 1025px){
	img.main-picture {width: 100%;}
}

div.half-block {margin-bottom: 50px;}


/* ------- Layout Grid Columns ------- */
.half{ width:48%; }
.one_third{ width:30.6666%; }
.two_thirds{ width:65.3333%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16%; }
.two_fifth{ width:36%; }
.three_fifth{ width:60%; }
.four_fifth{ width:80%; }
.one_sixth{ width:15%; }
.five_sixth{ width:83%; }
.half,.one_third,.two_thirds,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ line-height: 1.5;position:relative; box-sizing: border-box; margin-right: 4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
@media (max-width: 1025px){
	.half, .one_third, .two_thirds{ width: 100%;margin: 0 auto;}
	.one_fourth, .one_fifth{ width: 48%; }
}

@media (max-width: 767px){
	.one_fourth, .one_fifth{ width: 100%;margin: 0 auto;}
	.one_fourth:nth-child(even), .one_fifth:nth-child(even){margin-right: 0;margin-bottom: 10px;}
}


/* Sidebar */
.widget-area .widget {margin-bottom: 48px;}
#secondary.widget-area #categories-2.widget {margin-bottom: 0px;}
.widget-area .widget h3 {
  margin-bottom: 10px;
  font-weight: normal;}
.widget-area .widget p {
	color: #212c2e;
	margin: 10px 0 15px;}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px; }
.widget-area .textwidget li {
  margin-left: 0px; }
.widget-area .widget .current-menu-item a {
	color: #1d1c4d;
	font-weight: bold;}
.widget-area .widget a:hover {color: #596163; }
.widget-area .widget.widget_recent_entries h3 {font-size: 20px;}
.widget-area .widget.widget_recent_entries ul {
	list-style: disc;
	line-height: 20px;
	list-style-position: inside;}
.widget-area .widget.widget_recent_entries a {
	color: #d72c34;
	text-decoration: underline;}
p.sidebar-head {margin: 1em 0 0 0;line-height: 1.75em;}
.entry-content ol, .entry-content ol.ol4{
  list-style-type:lower-alpha;
  list-style-position: inside;
  }
.entry-content ol ol, .entry-content ol.ol5{
  list-style-type:lower-roman;
  margin-left:25px;
  }
.entry-content li > ol {
      margin-top: 10px;
  }
.entry-content ol ol ol{
  list-style-type:decimal;
  margin-left:25px;
  }
body .entry-content ol.chapters {list-style: decimal-leading-zero;list-style-position: inside;}
body .entry-content ol.chapters ol {list-style:lower-roman inside;}
body .entry-content ol.chapters ol ol{list-style:lower-latin inside;}
/* =Main content and comment content

-------------------------------------------------------------- */

/* Content Styles */
div.blog-section a {text-decoration: underline;}
div.blog-section p {margin: 8px 0;}
.blog article h2, .archive article h2{margin-top: 4px;}
#breadcrumbs, #breadcrumbs a{
	margin-top: 50px;
	font-size: 16px;
	color: #a2a2a2;}
#breadcrumbs .breadcrumb_last{color: #4794ca;}
.entry-header .divider{margin-bottom: 0;}
div.date p{font-size: 15px;margin: 1em 0;}
.entry.with-sidebar {max-width: 100%; }
.entry-title {font-family: 'Oswald', sans-serif; }
.entry-title a {text-decoration: none; }

@media (max-width: 1200px) {
  .entry .entry-featuredimage img {
    width: 100%; }

  .entry.one-third {
    width: 100%;
    clear: both;
    max-width: 500px;
    margin: 0 auto 50px auto;
    float: none; } }

/* Additional Content Styles */

.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: disc inside;
	margin-bottom: 20px; }
.entry-content ul.children, .comment-content ul.children, .mu_register ul.children {
  margin-top: 20px; }
}
.entry-content ol,
.comment-content ol {

  list-style: decimal inside; }


.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0; }

.entry-content pre code,
.comment-content pre code {
  display: block; }



/* =Header

-------------------------------------------------------------- */

/* Header Styles */

header .gform_wrapper {margin: 0;}
header .gform_wrapper .top_label .gfield_label {
	font-weight: normal;
	margin: 0;
}
header .gform_wrapper ul.gform_fields {float: left;}

@media screen and (max-width: 1025px){
header .gform_wrapper ul.gform_fields {
	width: 170px;}
}

header .gform_wrapper .top_label input.medium, footer .gform_wrapper .top_label select.medium {
	height: 35px;
	width: 100%;
	font-family: 'Oswald', 'Bitter', Helvetica, Arial, sans-serif;
	padding: 0 30px 0 2px;
	font-weight: 100;
	box-shadow: inset 1px 2px 6px #353535;
}

body header .gform_wrapper .gform_footer {
  clear: none;
  float: left;
  padding-top: 0;
  width: 35px;
  margin: 0;}

body header .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
	width: 167px;}

.call-to-action {
	clear: both;
	margin: 0 auto;}

@media screen and (max-width: 1025px) {
	.call-to-action {max-width: 250px;}
}

header .gform_wrapper {
    margin: 0px;
    max-width: 100%;
    overflow: inherit;}
body header .gform_wrapper .top_label .gfield_label{display: none;}
.post .entry-summary img {float: none;}

/* =Aside post format

-------------------------------------------------------------- */

article.format-aside h1 {
  margin-bottom: 24px; }

article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a; }

article.format-aside h1 a:hover {
  color: #2e3542; }

article.format-aside .aside {
  padding: 24px 24px 0;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8; }

article.format-aside p {
  font-size: 13px;
  line-height: 1.846153846;
  color: #4a5466; }

article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0; }

/* =Post formats

-------------------------------------------------------------- */

/* Image posts */

article.format-image footer h1 {
  font-size: 13px;
	line-height: 1.846153846;
  font-weight: normal; }

article.format-image footer h2 {
  font-size: 11px;
  line-height: 2.181818182; }

article.format-image footer a h2 {
  font-weight: normal; }

/* Link posts */

article.format-link header {
  padding: 0 10px;
  float: right;
  font-size: 11px;
  line-height: 2.181818182;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  border-radius: 3px; }

article.format-link .entry-content {
  max-width: 80%;
  float: left; }

article.format-link .entry-content a {
  font-size: 22px;
  line-height: 1.090909091;
  text-decoration: none; }

/* Quote posts */

article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px; }

article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  font-size: 15px;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef; }

/* Status posts */

.format-status .entry-header {
  margin-bottom: 24px; }

.format-status .entry-header header {
  display: inline-block; }

.format-status .entry-header h1 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0; }

.format-status .entry-header h2 {
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  margin: 0; }

.format-status .entry-header header a {
  color: #757575; }

.format-status .entry-header header a:hover {
  color: #4794ca; }

.format-status .entry-header img {
  float: left;
  margin-right: 21px; }

/* =Footer

-------------------------------------------------------------- */

footer.global {
	background-color: #212c2e;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	color: #fff;
	clear: both;
	padding: 20px 0px;
	box-sizing: border-box; }
footer h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;}
footer li, footer a {color: #fff;}
footer, footer p{
	font-size: 15px;
	margin-top: 0;}
footer a:hover {color: rgba(255,255,255,0.7);}

/* =Widgets

-------------------------------------------------------------- */

.widget-area .widget ul ul {margin-left: 12px; }
.widget_rss li {margin: 12px 0; }
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  font-size: 11px;
  margin-left: 12px; }

.widget_search label {
  display: block;
  font-size: 13px;
  line-height: 1.846153846; }

/* =Plugins

----------------------------------------------- */

img#wpstats {
  display: block;
  margin: 0 auto 24px; }

/* image gallery styles based onResponsive Lightbox by dFactory*/

#imagelightbox-overlay {
  background-color: #212c2e;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
  background: #fff;
  padding: 1px; }

#imagelightbox-caption {
  position: fixed;
  z-index: 9999;
  color: #212c2e;
  width: 100%;
  text-align: center;
  top: 92%;
  height: 6%;
  padding-top: .25%;
  line-height: 1;
  background-color: #fff; }

.imagelightbox-arrow {
  width: 28px;
  height: 109px;
  top: 40%;
  z-index: 9999;
  background: transparent;
  border: 0;
  position: fixed; }

.imagelightbox-arrow-left {
  background-image: url(images/left-arrow.png);
  left: 10%; }

.imagelightbox-arrow-right {
  background-image: url(images/right-arrow.png);
  right: 10%; }

.imagelightbox-arrow-left:active, .imagelightbox-arrow-left:hover, .imagelightbox-arrow-right:active, .imagelightbox-arrow-right:hover {
  background-color: transparent;
  box-shadow: none;
  background-position: 0 1px; }

/* =Media queries

-------------------------------------------------------------- */

@media screen and (max-width: 480px) {
  body img.alignright, img.alignleft {
    float: none;
    margin: 3px auto;
    display: block; }
	.entry-content img, .comment-content img, img.header-image, .author-avatar img, img.wp-post-image {margin: 15px 0;}
}

/* Minimum width of 768 pixels. */

@media screen and (max-width: 768px) {
 .widget-area {display: none; }
}

.contact-widget-area {
    float: right;
    width: 47.5%;}

.widget_recent_entries ul li{
	margin-bottom:15px;
	list-style: none;}

.widget_recent_entries ul li a{
	text-decoration: underline;
	line-height: 1.1;}

.site-header h1,
.site-header h2 {text-align: left; }
.site-header h1 {
  font-size: 26px;
  line-height: 1.846153846;
  margin-bottom: 0; }
#respond form input[type="text"] {
    width: 46.333333333%; }
#respond form textarea.blog-textarea {
    width: 79.666666667%; }
.template-front-page .site-content,
.template-front-page article {overflow: hidden; }
.template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%; }
.entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%; }
.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px; }
.template-front-page .widget-area .widget:nth-child(odd) {
    clear: right; }
.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px; }
.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto; }
.commentlist .children {
    margin-left: 48px; }


/* GForm fixes v2 */

#call-to-action .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]), #call-to-action .gform_wrapper.gf_browser_chrome input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]), #call-to-action .gform_wrapper.gf_browser_chrome textarea, #call-to-action .gform_wrapper.gf_browser_gecko input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]), #call-to-action .gform_wrapper.gf_browser_gecko textarea, .gform_wrapper.gf_browser_safari input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]), #call-to-action .gform_wrapper.gf_browser_safari textarea {
	border: 0;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 6px 6px 0px;
}

@media only screen and (min-width: 641px) {
#call-to-action .gform_wrapper ul.gform_fields li.gfield {padding-right: 0px;}
}

body #call-to-action .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
    }

#call-to-action ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: Oswald, sans-serif;
  vertical-align: middle;
}
#call-to-action ::-moz-placeholder { /* Firefox 19+ */
  font-family: Oswald, sans-serif;
    vertical-align: middle;
}
#call-to-action ::-ms-placeholder { /* Firefox 19+ */
  font-family: Oswald, sans-serif;
    vertical-align: middle;
}
#call-to-action :-ms-input-placeholder { /* IE 10+ */
  font-family: Oswald, sans-serif;
    vertical-align: middle;
}
#call-to-action :-moz-placeholder { /* Firefox 18- */
  font-family: Oswald, sans-serif;
    vertical-align: middle;
}
#call-to-action ::placeholder {
  font-family: Oswald, sans-serif;
    vertical-align: middle;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0px !important;
    }

#call-to-action .gform_wrapper .gform_footer input.button, #call-to-action .gform_wrapper .gform_footer input[type=submit], #call-to-action .gform_wrapper .gform_page_footer input.button, #call-to-action .gform_wrapper .gform_page_footer input[type=submit] {
	width: auto;
}

@media only screen and (max-width: 641px) {
#call-to-action .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), #call-to-action .gform_wrapper textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;}
}
