/*
Theme Name:SB Design
Theme URI:http://underscores.me/
Author:Simon Bailey Design
Author URI:http://www.simonbaileydesign.com
Description:Another theme by Simon Bailey Design.
Version:1.0.0
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:sbdesign

SB Design is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*** CSS Variables */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Page Feature Image
# Structure
	## Body
	## Masthead
	## Site Navigation
	## Carousel
	## Content
	## Colophon
	## Full-width
	## Content-Sidebar
	## Sidebar-Content
	## Widgets
	   ### Address Text Widget
	   ### Image Widget
	   ### Header Widget
# Plugins
	## Contact Form 7
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  height: 101%; }

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

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
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.00em 0;
  /* 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: 0% 1.5%;
  /* 1em 40px */ }

hr {
  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"] {
  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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

fieldset {
  border: 1px solid #CCCCCC;
  padding: 15px;
  margin-bottom: 1.5em; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0px; }

h1 {
  font-weight: 300;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 18px;
  color: #191919; }

h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1.5em;
  color: #191919; }

.blog h2 {
  clear: none;
  margin-bottom: 0.75em; }

.blog h2 a {
  text-decoration: none; }

.blog h2 a:hover {
  text-decoration: underline; }

h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #12618b; }

h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1.5em;
  color: #cc0000; }

h5, h6 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 6px;
  color: #4d4d4d; }

p {
  margin-top: 0px;
  margin-bottom: 1.5em; }

p.site-title {
  margin-bottom: 0.0em; }

p.site-description {
  margin-bottom: 0.0em;
  margin-top: 0.0rem; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #FFFFFF;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
q:before {
  content: "";}

blockquote:after,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" "";
		font-style: italic;
		color: #12618b;
		margin: 0 0.0em;
		margin-left: 0.0em;
		padding-left: 20px;
		border-left: 2px solid #e1eef9;}

hr {
  background-color: #e9e9e9;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 0px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
  color: #1c88c3; }

a:hover,
a:focus,
a:active {
  color: #12618b; }

a:focus {
  outline: thin dotted; }

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

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  font-weight: inherit; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  /* float:left; */
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative;
  width: 100%;
  text-align: center; }

.main-navigation a {
  display: block;
  text-decoration: none;
  line-height: 55px;
  padding-left: 11px;
  padding-right: 11px;
  color: #FFFFFF; }

.main-navigation ul ul {
  background-color: #191919;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 55px;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 100%; }

@media screen and (min-width: 768px) {
  .main-navigation li {
    text-align: left; }
  .main-navigation ul ul a {
    width: 240px; } }

@media screen and (min-width: 992px) {
  .main-navigation a {
    padding-left: 15px;
    padding-right: 15px; } }

.main-navigation ul ul li {
  border-bottom: 1px solid #f0f0f0; }

.main-navigation ul ul li:last-of-type {
  border-bottom: 0px; }

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #FFFFFF;
  background-color: #12618b; }

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  /* sub-menu hover */ }

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  /* sub-menu hover */ }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #FFFFFF;
  background-color: #12618b; }

@media screen and (min-width: 768px) {
  .main-navigation li {
    width: auto; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: center;
  width: 100%; }

@media (min-width: 768px) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 50%; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; } }

/* Book Online. */
.main-navigation li.book-online {
  background-color: #56b16b; }
.main-navigation .book-online.current_page_item > a,
.main-navigation .book-online.current-menu-item > a,
.main-navigation .book-online.current_page_ancestor > a,
.main-navigation .book-online.current-menu-ancestor > a {
  background-color: #56b16b; }
.main-navigation .book-online.current_page_item > a:hover,
.main-navigation .book-online.current-menu-item > a:hover,
.main-navigation .book-online.current_page_ancestor > a:hover,
.main-navigation .book-online.current-menu-ancestor > a:hover {
  background-color: #12618b; }	
		
		@media (min-width: 768px) {
		.main-navigation li.book-online {
  float: right; }		}

/* Small menu button. */
button.menu-toggle {
  border: 0px solid;
  border-radius: 0px;
  background: none;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1em;
  text-shadow: none;
  text-transform: uppercase;
  width: 100%; }

/* Small menu sub-menu. */
@media (max-width: 768px) {
  .main-navigation.toggled ul ul {
    float: none;
    position: relative;
    top: 0px;
    left: 0em;
    z-index: 99999;
    padding-left: 0px;
    /* 30px ? */ } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.main-navigation:before,
.main-navigation:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.main-navigation:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 0.0em; }

.blog .hentry {
  margin: 0 0 1.5em;
  border-bottom: 1px solid #e9e9e9; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.thumbnail-blog,
.thumbnail-single {
  margin: 0 0 1.5em; }

.blog .entry-content {
  margin: 0.0em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.byline,
.posted-on, .posted-on a,
.author, .author a {
  color: #ccc;
  text-decoration: none; }

.posted-on a:hover,
.author a:hover {
  color: #12618b;
  text-decoration: underline; }

.entry-meta {
  margin-bottom: 0.75em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 0.0em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1.5em; }

.gallery-caption {
  display: block; }

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  max-width: 97%; }

@media (min-width: 768px) {
  .gallery {
    margin-bottom: 1.5em; }
  .gallery-item {
    margin-bottom: 0.0em; }
  .gallery-columns-2 .gallery-item {
    max-width: 47%;
    /* 33.33% */ }
  .gallery-columns-3 .gallery-item {
    max-width: 30.33%;
    /* 33.33% */ }
  .gallery-columns-4 .gallery-item {
    max-width: 22%;
    /* 25% */ }
  .gallery-columns-5 .gallery-item {
    max-width: 17%;
    /* 20% */ }
  .gallery-columns-6 .gallery-item {
    max-width: 13.66%;
    /* 16.66% */ }
  .gallery-columns-7 .gallery-item {
    max-width: 11.28%;
    /* 14.28% */ }
  .gallery-columns-8 .gallery-item {
    max-width: 9.5%;
    /* 12.5% */ }
  .gallery-columns-9 .gallery-item {
    max-width: 8.11%;
    /* 11.11% */ } }

/*--------------------------------------------------------------
## Page Feature Image
--------------------------------------------------------------*/
.page-feature-image {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .page-feature-image {
    margin-bottom: 40px; } }

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
#masthead,
#site-navigation,
#carousel,
#content,
#colophon {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  #masthead,
  #site-navigation,
  #carousel,
  #content,
  #colophon {
    width: 750px; } }

@media (min-width: 992px) {
  #masthead,
  #site-navigation,
  #carousel,
  #content,
  #colophon {
    width: 956px;
    /* 970px */ } }

@media (min-width: 1200px) {
  #masthead,
  #site-navigation,
  #carousel,
  #content,
  #colophon {
    width: 956px;
    /* 1170px */ } }

/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/
body {
  background-color: #e1eef9; }

/*--------------------------------------------------------------
## Masthead
--------------------------------------------------------------*/
#masthead-wrapper {
  background-color: #1c88c3; }

#masthead {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px; }

.site-branding {
  width: 100%;
  text-align: center;
  line-height: 0; }

.site-logo {
  width: 240px; }

@media (min-width: 768px) {
  .site-branding {
    width: 50%;
    float: left;
    text-align: left; } }

/*--------------------------------------------------------------
## Site Navigation
--------------------------------------------------------------*/
#site-navigation-wrapper {
  background-color: #191919; }

#site-navigation {
  background-color: transparent; }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#content-wrapper {
  background-color: #FFFFFF;
  padding: 20px 0px 20px 0px; }

#content {
  background-color: transparent; }

@media (min-width: 768px) {
  #content-wrapper {
    padding: 40px 0px 40px 0px; } }

/*--------------------------------------------------------------
## Colophon (see body above)
--------------------------------------------------------------*/
#colophon-wrapper {
  background-color: #e1eef9; }

#colophon {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

.site-info {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0px;
  color: #808080; }

.site-info a {
  color: #808080;
  text-decoration: none; }

.site-info a:hover {
  color: #12618b;
  text-decoration: underline; }

.site-info-right {
  text-align: center;
  margin-top: 1.5em; }

@media (min-width: 768px) {
  #colophon {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left; }
  .site-info {
    float: left;
    width: 60%; }
  .site-info-right {
    float: right;
    width: 40%;
    text-align: right;
    margin-top: 0.0em; } }

/*--------------------------------------------------------------
## Full-width
--------------------------------------------------------------*/
.content-area.full-width {
  float: none;
  margin: 0 0 0 0;
  width: 100%; }

@media (min-width: 992px) {
  .content-area.full-width #main {
    padding-right: 0px; }
  .full-width .site-main {
    margin: 0 0% 0 0; } }

/*--------------------------------------------------------------
## Content-Sidebar
--------------------------------------------------------------*/
.content-area {
  margin: 0 0 0 0;
  width: 100%; }

.site-main {
  margin: 0 0 0 0; }

.site-content .widget-area {
  overflow: hidden;
  width: 100%; }

.site-footer {
  clear: both;
  width: 100%; }

@media (min-width: 992px) {
  .content-area {
    float: left;
    margin: 0 -33% 0 0;
    width: 100%; }
  .content-area #main {
    padding-right: 40px; }
  .site-main {
    margin: 0 33% 0 0; }
  .site-content .widget-area {
    float: right;
    width: 33%; } }

@media (min-width: 1200px) {
  .content-area {
    margin: 0 -33% 0 0; }
  .site-main {
    margin: 0 33% 0 0; }
  .site-content .widget-area {
    width: 33%; } }

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
  background-color: #f0f0f0;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 0px;
  border-bottom: 1px solid #d9d9d9; }

h3.widget-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0.75em;
  color: #12618b; }

.widget a {
  text-decoration: none; }

.widget a:hover {
  text-decoration: underline; }

.widget ul {
  list-style: none;
  margin: 0 0 0.0em 0.0em;
  padding-left: 0px; }

.widget li {
  margin-bottom: 0.75em; }

.widget:first-of-type {
  margin-top: 40px; }

.widget:last-of-type,
.widget.widget_text p:last-of-type,
.widget.widget_recent_entries ul:last-of-type,
.widget.widget_recent_entries li:last-of-type,
.widget.widget_categories ul:last-of-type,
.widget.widget_nav_menu ul:last-of-type {
  margin-bottom: 0px; }

@media (min-width: 768px) {
  .widget {
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .widget:first-of-type {
    margin-top: 0px; } }

/*--------------------------------------------------------------
### Widget - Address Text
--------------------------------------------------------------*/
section#text-3.widget.widget_text,
section#text-4.widget.widget_text,
section#text-5.widget.widget_text,
section#text-6.widget.widget_text {
  background-image: url(images/7-psychology-sidebar.png);
  background-position: top right;
  background-repeat: no-repeat; }

section#text-3.widget.widget_text i.fa,
section#text-4.widget.widget_text i.fa {
  width: 20px;
  text-align: center;
  margin-right: 2px; }

/*--------------------------------------------------------------
### Widget - Image
--------------------------------------------------------------*/
.widget.widget_sp_image {
  background-color: transparent;
  margin-bottom: 40px;
  padding: 0px;
  border-radius: 0px;
  border-bottom: 0px; }

.widget.widget_sp_image .widget_sp_image-description p {
  text-align: center;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
  margin-top: 10px; }

/*--------------------------------------------------------------
### Widget - Header
--------------------------------------------------------------*/
.header-widget-area {
  overflow: hidden;
  width: 100%; }

.header-widget-area .widget {
  background-color: transparent;
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 0px;
  text-align: center;
  border-bottom: 0px; }

.header-widget-area .widget:first-of-type {
  margin-top: 20px; }

.header-widget-area .widget h4 {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
  letter-spacing: 1px; }

.header-widget-area .widget h5 {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px; }

.header-widget-area .widget h5 a {
  font-weight: 700;
  color: #FFFFFF; }

@media (min-width: 768px) {
  .header-widget-area {
    width: 50%;
    float: right; }
  .header-widget-area .widget {
    text-align: right;
    padding-top: 23px; }
  .header-widget-area .widget:first-of-type {
    margin-top: 0px; } }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
div.wpcf7 {
  margin: 0;
  padding: 0; }

div.wpcf7-response-output {
  margin-top: 1em;
  margin-right: 0em;
  margin-left: 0em;
  margin-bottom: 1em;
  padding: 0.0em 0em; }

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0; }

div.wpcf7-mail-sent-ok {
  border: 0px solid #1c88c3;
  color: #1c88c3; }

div.wpcf7-mail-sent-ng {
  border: 0px solid #1c88c3;
  color: #1c88c3; }

div.wpcf7-spam-blocked {
  border: 0px solid #cc0000;
  color: #cc0000; }

div.wpcf7-validation-errors {
  border: 0px solid #cc0000;
  color: #cc0000;
  font-size: 0.8em;
  text-transform: uppercase; }

span.wpcf7-form-control-wrap {
  position: relative; }

span.wpcf7-not-valid-tip {
  color: #cc0000;
  display: block;
  font-size: 0.8em;
  text-transform: uppercase; }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 0px solid #cc0000;
  background: #fff;
  padding: .0em .0em;
  color: #cc0000; }

span.wpcf7-list-item {
  margin-left: 1.0em; }

span.wpcf7-list-item:first-of-type {
  margin-left: 0.0em; }

@media (min-width: 992px) {
span.wpcf7-list-item {
  display:block;
		margin-left: 0.0em; }
}

.wpcf7-display-none {
  display: none; }

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 0px; }

div.wpcf7 div.ajax-error {
  display: none; }

div.wpcf7 .placeheld {
  color: #888; }

div.wpcf7 .required {
  color: #1c88c3; }

div.wpcf7 textarea,
div.wpcf7 input[type="email"],
div.wpcf7 input[type="text"] {
  max-width: 100%;
  padding: 6px 8px;
  padding: 0.6rem 0.8rem;
  border: 1px solid #CCC;
  background-color: transparent;
  -webkit-appearance: none; }

div.wpcf7 textarea:focus,
div.wpcf7 input[type="email"]:focus,
div.wpcf7 input[type="text"]:focus {
  background-color: #FFFFFF; }

div.wpcf7 textarea {
  height: 100px; }

div.wpcf7 input[type="submit"] {
  border: 0px solid;
  border-color: #d9d9d9;
  border-radius: 3px;
  background: #1c88c3;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), inset 0 0px 0px rgba(255, 255, 255, 0), inset 0 0px 0px transparent;
  color: white;
  font-size: 1.0rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.75;
  padding: .6em 1em .6em;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0);
  width: 100%; }

div.wpcf7 input[type="submit"]:hover {
  background: #12618b; }
