/*
  Theme Name: Custom Starter Theme (July 2017)
  Theme URI: http://ainsliegreig.com/
  Description: Ainslie's custom starter theme.
  Author: Ainslie Greig
  Author URI: http://ainsliegreig.com

  Version: 1.0.0

  Tags: black, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

  Template: genesis
  Template Version: 2.4.2
  Text Domain: custom-starter

  License: GPL-3.0+
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
*/



/* # Table of Contents
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
  - Float Clearing
- Defaults
  - Add Fonts 
  - Typographical Elements
  - Headings
  - Objects
  - Gallery
  - Forms
  - Tables
  - Screen Reader Text
  - Skip Links
- Structure + Layout
  - Column Widths and Positions
  - Column Classes
- Common Classes
  - Avatar
  - Genesis
  - Search Form
  - Titles
  - WordPress
- Site Navigation
  - Accessible Menu
  - Site Header Navigation
  - Before Header Navigation
  - Footer Navigation
- Content Area
  - Entries
  - Entry Meta
  - Pagination
  - Comments
  - Posts
  - Pages
  - 404 Page
- Footer Widgets
- Site Footer
- Front Page


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## 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;
}


/* ## Float Clearing
--------------------------------------------- */

.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,
.widget: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,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}


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

/* ## Typographical Elements
--------------------------------------------- */

/* ## Add Fonts
--------------------------------------------- */

@font-face {
  font-family: 'Tokyo';
  src: url('includes/Tokyo-Regular.eot');
  src: url('includes/Tokyo-Regular.eot?#iefix') format('embedded-opentype'),
    url('includes/Tokyo-Regular.woff') format('woff'),
    url('includes/Tokyo-Regular.ttf') format('truetype'),
    url('includes/Tokyo-Regular.svg#Tokyo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Newport';
  src: url('includes/newport/Newport-Regular.eot');
  src: url('includes/newport/Newport-Regular.eot?#iefix') format('embedded-opentype'),
    url('includes/newport/Newport-Regular.woff') format('woff'),
    url('includes/newport/Newport-Regular.ttf') format('truetype'),
    url('includes/newport/Newport-Regular.svg#Newport-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  color: #232323;
  font-family: 'Open Sans', serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

a {
  color: #232323;
  text-decoration: none;
  color: #fa6873;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

button a {
  color: #fff;
}

button a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 7px;
}

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

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

li {
  list-style-type: none;
  padding-left: 25px;
  padding-bottom: 10px;
}

/*.entry-content li::before,*/
.about-list li:before,
.paragraph li::before {
  font-family: 'Ionicons';
  content: '\f3e6';
  color: #fa6873;
  margin-right: 10px;
}

.paragraph ul {
  text-align: left;
}

.paragraph li {
  padding-bottom: 0;
}

ul li a {
  color: #fa6873;
  font-weight: 600;
}

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

b,
strong {
  font-family: 'Tokyo', sans-serif;
  letter-spacing: 1.5px;
  color: #333;
  padding: 8px;
/*  border-bottom: 2px solid #232323;
  padding-bottom: 2px;*/
}

.highlight-p {
  font-family: 'Tokyo', sans-serif;
  color: #4C97B1;
  text-align: center;
  margin: 20px;
  padding: 10px;
}

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

cite {
  font-weight: bold;
  padding: 25px;
  text-align: center;
}

cite::before {
  content: '- ';
}

blockquote {
/*  background-color: #f5f5f5;*/
  clear: both;
  font-size: 16px;
  line-height: 1.75;
  /*width: 75%;*/
  font-weight: 400 !important;
  margin: 40px;
  padding: 30px 30px 10px 50px;
  text-align: center;
/*  border-left: 5px solid #555;*/
}

blockquote::before {
  color: #fa6873;
  content: "\201C";
  display: block;
  font-size: 80px;
  height: 0;
  left: -220px;
  position: relative;
  top: -80px;
}

/*#menu-item-17 span {
  background-color: #fff;
  color: #333;
  border: 2px solid #fff;
  padding: 6px 10px 12px 10px;
}*/


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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Tokyo', 'Montserrat', sans-serif;
  letter-spacing: 2.5px;
  line-height: 1.2;
  margin: 0 0 28px;
  color: #232323;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
  color: #fa6873;
  text-align: center;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

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

img {
  height: auto;
}

figure {
  margin: 0;
}

.aligncenter {
  text-align: center;
}

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

.gallery {
  overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

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

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

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
}

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;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #fa6873;
  /*border-radius: 3px;*/
  border: 0;
  /*border-bottom: 5px solid #e5a6a5;*/
  color: #fff;
  cursor: pointer;
  font-family: 'Tokyo', 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  padding: 14px 28px 14px 28px;
  margin: 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  line-height: 1;
}

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  {
  background-color: #c8535c;
  color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff;
}

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

.opt-in-button {
  padding: 18px 50px 24px 50px;
  border: 2px solid white;
  outline: 4px solid #fa6873;
}

.opt-in-button:hover {
  background-color: #c8535c;
  border: 2px solid white;
  outline: 4px solid #c8535c;
}

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

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

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

td,
th {
  text-align: left;
}

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

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* # Site Title
---------------------------------------------------------------------------------------------------- */

/*.title-area {
  display: none;
}*/

/* # Structure + Layout
---------------------------------------------------------------------------------------------------- */

.site-inner {
  clear: both;
  margin: 0 auto;
  word-wrap: break-word;
}

.home .site-inner {
  margin: 0 auto;
}

.site-footer {
  margin: 0 auto;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

/*.content-sidebar .content {
  float: left;
}*/

.content {
  margin: 0 auto;
  padding: 40px 60px 0 60px;
}

/* ### Primary Sidebar */

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

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

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
  border-radius: 50%;
  float: left;
}

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

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

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

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1px;
  padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 18px;
  padding: 20px 60px;
}

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

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

.search-form {
  overflow: hidden;
}

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

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

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.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;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 30px;
}

.archive-title {
  display: none;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #fa6873;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

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: 600;
  margin: 0;
  text-align: center;
}

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

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

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}

.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 30px 20px;
}

.genesis-nav-menu a span:hover,
.genesis-nav-menu a span:focus,
.genesis-nav-menu .current-menu-item > a span,
.genesis-nav-menu .sub-menu .current-menu-item > a span:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a span:focus  {
  color: #333;
  border-bottom: 2px solid #333;
  padding-bottom: 7px;
}

.genesis-nav-menu .sub-menu {
  border-top: 1px solid #eee;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition:    opacity .4s ease-in-out;
  -ms-transition:     opacity .4s ease-in-out;
  -o-transition:      opacity .4s ease-in-out;
  transition:         opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Before Header Navigation
--------------------------------------------- */

.nav-primary {
  background-color: #fff;
  text-align: right;
  width: 75%;
  float: left;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
/*  letter-spacing: 1.5px;*/
/*  font-weight: 400;*/
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px;
}

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

/*.site-header .wrap {
  margin: auto;
  text-align: center;
}*/

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  width: 100%;
  z-index: 9990;
  top: 0;
}

.admin-bar .site-header {
  top: 32px;
}

/* ## Title Area
--------------------------------------------- */

/*.title-area {
  text-align: center; 
  margin: 0 auto;
  float: left;
}*/

.title-area {
  float: left;
  padding-bottom: 27px;
  padding-top: 27px;
  width: 20%;
}

.header-image .title-area {
  margin-top: 3px;
  min-height: 80px;
  padding:0;
  width: 280px;
}

.site-title {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #000;
  text-decoration: none;
}

.header-image .site-title > a {
  background-size: 250px 80px !important;
  float: left;
  min-height: 80px;
  width: 100%;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-title,
.site-description {
  display: block;
  height: 0;
  text-indent: -9999px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/*
  - Entries
  - Entry Meta
  - Pagination
  - Comments
  */

/* # Entry Meta
------------------------------------------------ */


.entry-categories,
.entry-tags {
  display: inline-block;
}

.entry-footer .entry-meta {
  padding-top: 32px;
}

/* # Pagination
------------------------------------------------ */

.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination a {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
  background-color: #fa6873;
  color: #fff;
}

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

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

.comment-respond,
.entry-pings {
  padding: 60px 60px 32px;
}

  .comment-respond {
    padding: 20px 0 0 0;
    margin-top: 40px;
    border-top: 1px solid #f5f5f5;
  }

.entry-comments {
  border-top: 1px solid #f5f5f5;
  padding: 60px;
  margin-top: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.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;
}

.comment-header p {
  margin-bottom: 0;
}

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

.comment ul li a {
  font-weight: 400;
}


/* # Posts
------------------------------------------------ */

.single .site-inner {
  margin-top: 10px;
  padding: 10px;
}

.content {
  max-width: 960px;
  margin: 0 auto;
}


/* # Pages
----------------------------------------------- */

/* # 404 Pages
----------------------------------------------- */

.error404 .site-inner .content {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* # Sales Page Styles
----------------------------------------------- */

button.call-to-action {
  padding: 16px 40px 30px 40px;
  border: 3px solid #fff;
  text-align: center;
  outline: 6px solid #fa6873;
  font-size: 32px;
}

.testimonial-sales {
  border: 2px solid #fa6873;
  padding: 30px;
  max-width: 60%;
  margin: auto;
}

.cta-box {

}

.sales .fl-accordion-button {
  background-color: #9ec1bb;
}

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

.footer-widgets .wrap {
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  clear: both;
  padding: 30px 20px;
  text-align: center;
  max-width: 100%;
}

.footer-widgets input,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  width: 80%;
  margin: 10px auto;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
}

/*.footer-widgets-1 {
  margin-right: 70px;
}*/

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

.footer-widgets-1,
.footer-widgets-3 {
  padding-top: 40px;
}

.footer-widgets-3 button {
  margin: 5px auto;
  width: 70%;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

.site-footer p {
  margin-bottom: 0;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */

/* ## Home Page Widget Areas
--------------------------------------------- */

.blog-header {
  background: url('includes/images/sallyhope-header-v3.jpg') no-repeat center top;
  background-size: cover;
  min-height: 400px;
  min-width: 100%;
  margin: 40px 0 0 0;
  color: #fff;
}

/*.home-welcome .wrap,*/
.about-widget .wrap,
.services-widget .wrap,
.testimonial-widget .wrap  {
  max-width: 1480px;
  margin: 0 auto;
  /*text-align: center;*/
/*  padding: 20px;*/
}

.site-container {
  margin: 0;
  padding: 0;
}

.home-welcome {
  background: url('includes/images/newheader-gold-4.jpg') no-repeat center top;
  background-size: cover;
  min-height: 600px;
  min-width: 100%;
  margin: 40px 0 0 0;
  color: #fff;
}

/*@media ipad and iphone = background-size: contain;
height: 500px;
margin-bottom: -100px;*/


/*.home-welcome .widget-wrap {
   background-color: rgba(0,0,0,.15);
   height: 100vh;
   padding-top: 80px;
}*/

.home-welcome h1 {
  color: #fff;
  font-family: 'Tokyo';
}

.home-welcome h3 {
  color: #fff;
  font-family: 'Open Sans';
}

.home-welcome .textwidget {
  text-align: center;
/*  background-color: rgba(0,0,0,.15);*/
  max-width: 50%;
  margin: 0 60px;
 /* border: 8px solid #fff;*/
  padding: 20px 10px;
}

.cta-widget {
  background-color: #f5f5f5;
}

.cta-widget .widget {
  width: 50%;
  float: left;
  padding: 40px;
}

.cta-widget .widget .wildheartis {
  text-align: right;
}

.cta-widget .widget .slider-area {
  padding: 20px 80px 20px 40px;
}

.about-widget .widget {
  width: 50%;
  float: left;
  height: 600px;
  overflow: hidden; 
}

#text-13,
#text-18,
#text-20 {
  display: table;
}

#text-13 .widget-wrap,
#text-18 .widget-wrap,
#text-20 .widget-wrap  {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.about-widget .textwidget .paragraph {
  padding: 30px 60px;
}

.fl-col-content .paragraph {
  text-align: center;
}

.services-widget {
  background-color: #f5f5f5;
}

.services-widget .widget {
  max-width: 90%;
  margin: 80px auto 120px;
  text-align: center;
}

.services-widget .widget-title:after,
.want-more .fl-heading-text:after {
  /*border-bottom: 4px solid #fa6873;*/
  content: url(includes/images/arrowsectionbr.png);
  display: block;
  margin: 20px auto; 
  /*width: 10%;*/
}

.services-widget h4:after {
  border-bottom: 4px solid #333;
  content: "";
  display: block;
  margin: 20px auto; 
  width: 10%;
}

.services-widget button {
  padding: 0 28px 20px 28px;
  min-width: 100%;
  margin: 0;
}

.container {
  position: relative;
}

.textbox {
  min-width: 90%;
  position: absolute;
  bottom: -70px;
  left: 5%;
  right: 5%;
}

.contentholder {
  padding: 20px;
  background-color: white;
  text-align: center;
  font-size: 14px;
}

.contentholder b {
  font-size: 18px;
  padding-bottom: 25px !important;
}

.buttonholder {
  line-height: 1;
}

.buttonholder button {
  width: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.services-widget .second-row {
  max-width: 60%;
  margin: auto;
  padding: 60px 0 20px 0;
}

.testimonial-widget {
  margin: 100px auto 80px auto;
}

.final-cta-widget,
.testimonial-widget {
  text-align: center;
}

.final-cta-widget .widget-wrap {
  max-width: 80%;
  margin: 60px auto 20px;
  padding: 40px 20px 20px;
}

.final-cta-widget .widget-title {
  text-align: center;
}

.final-cta-widget {
  padding: 20px 10px 80px 10px;
}

/* # Page Styles
---------------------------------------------------------------------------------------------------- */

.page .content h3 {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 8px 12px 16px 12px!important;
 /* border: 4px solid #232323;*/
  text-align: center;
  margin: 10px auto 15px auto;
  display: block;
}


/* # Plugin Styles
---------------------------------------------------------------------------------------------------- */

/* ## Beaver Builder Styles
--------------------------------------------- */

/* Services Page */

.page-headline .fl-heading-text {
  border-bottom: 6px solid #232323;
  padding-bottom: 12px;
}

.fl-accordion-content {
  padding-top: 20px !important;
}

.fl-accordion-button {
  background-color: #fa6873;
  color: #fff;
  font-family: 'Tokyo', sans-serif;
  text-transform: uppercase;
} 

.courses .fl-accordion-button {
  background-color: #9EC1BB;
}

.wh-team .fl-accordion-button {
  background-color: #fad386;
}

.wedding .fl-accordion-button {
  background-color: #9eb6c1;
}

.coaching .fl-accordion-item {
  border: 3px solid #fa6873 !important;
}

.courses .fl-accordion-item {
  border: 3px solid #9EC1BB !important;
}

.wh-team .fl-accordion-item {
  border: 3px solid #fad386 !important;
}

.wedding .fl-accordion-item {
  border: 3px solid #9eb6c1 !important;
}

/* ## Strong Testimonials Plugin
--------------------------------------------- */

.strong-view {
  width: 60%;
  margin: 0 auto;
}

.testimonial-heading {
  display: none !important;
}

.testimonial-image img {
  float: left;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
}

.testimonial-content::before {
  color: #fa6873;
  content: "\201C";
  display: block;
  font-size: 120px;
  height: 0;
  left: 200px;
  position: relative;
  top: -60px;
  width: 20px;
  padding: 10px;
}

.testimonial-content {
  text-align: center;
  /*margin-left: -100px;*/
}

.testimonial-client {
  text-align: center;
  font-weight: 700;
  font-style: italic;
}

.testimonial-name::before {
  content: "- ";
}

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

.testimonial-content {
  margin-left: 0;
}

.testimonial-client {
  display: block;
}

.testimonial-sales {
  max-width: 90%;
}

}

/* ## Soliloquy Slider Plugin
--------------------------------------------- */



/* Media Queries
--------------------------------------------- */

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

  .site-header {
    padding: 0;
    text-align: center;
  }

  .title-area {
    float: none;
  }

  .header-image .title-area {
    margin: 10px auto 0 auto;
  }

  .home-welcome {
    /*background-size: contain;*/
    margin-top: 100px;
  }

  .container {
    margin: 50px auto;
  }

  .site-inner {
    margin: 80px auto;
  }

  .content-sidebar-wrap {
    padding: 25px;
  }

  .content {
    max-width: 100%;
  }

  .blog .content {
    padding: 0;
    text-align: center;
  }

  .blog .content .one-third {
    width: 50%;
    margin: 0;
  }

  .blog .content .one-third.first {
    clear: none;
  }

  .blog .content .post .entry-content img.alignleft {
    text-align: center;
    padding: 0;
    margin: 0;
    float: none;
  }

  .single .site-inner {
    padding: 40px 0 10px 0;
    margin-bottom: 20px;
  }

  .one-third {
    width: 100%;
  }

  .nav-primary {
    width: 100%;
  }

  .fl-node-59822bc674477 {
    margin-left: 350px !important;
  }

}

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

  .one-half,
  .cta-widget .widget,
  .about-widget .widget,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 100%;
  }

  .about-widget .widget {
    height: 400px;
  }

  .fl-node-59822bc674477 {
    margin-left: auto !important;
  }

  blockquote {
    line-height: 2;
    padding: 20px 0 0 0;
  }

  blockquote::before {
    left: 180px;
  }

  cite {
    margin-top: 20px;
    padding: 60px 0;
  }

  .blog .content .one-third {
    width: 100%;
    margin: 0;
  }

  .single .content-sidebar-wrap .content {
    padding: 0;
  }

  .comment-respond {
    padding: 40px 0 0 0;
  }

  .entry-comments {
    padding: 60px 10px;
  }
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
}

.responsive-menu-icon::before {
  content: "\f333";
  display: inline-block;
  font: normal 20px/1 'dashicons';
  margin: 0 auto;
  padding: 10px;
}
.nav-primary .responsive-menu-icon::before {
  color: #333;
}

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

  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover {
    background: none;
    line-height: 1;
    padding: 16px 20px;
  }
  .nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .nav-primary .genesis-nav-menu.responsive-menu a,
  .nav-primary .genesis-nav-menu.responsive-menu a:hover {
    color: #333;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 16px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }
  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #333;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343";
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    border: none;
    left: auto;
    opacity: 1;
    padding-left: 25px;
    position: relative;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    padding: 12px 20px;
    position: relative;
    width: 100%;
  }

}

:target:before {
  content:"";
  display:block;
  height:100px; /* fixed header height*/
  margin:-100px 0 0; /* negative fixed header height */
}