/*!
Theme Name: The Faces Of Theme
Theme URI: https://vdgatl.com
Author: Veugeler Design Group
Author URI: https://vdgatl.com
Description: Description
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: faces-of


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Faces Of is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/*Global Colors*/
:root {
	--main-gold-color: #c7a770;
 	--secondary-gold-color: #ab9061;
	--main-dark-gray-color: #676565;
	
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 41px;
    line-height: 44px;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
		font-family: 'Playfair Display';
    text-align: center;
		margin-top: 50px;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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 var(--main-dark-gray-color);
  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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

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

ul, ol {
  margin: 0 0 1.5em 3em;
}

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. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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: var(--main-dark-gray-color);
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: inherit;
}

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

.main-navigation ul ul a {
  width: 200px;
}

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

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: flex;
}

@media screen and (min-width: 37.5em) {
  .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 {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  clip-path: none;
  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,
.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,
.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;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Faces of Custom */
body {
  font-family: 'Open Sans', sans-serif;
}

.main-container {
    margin-top: 100px !important;
}

#content {
  max-width: 1250px;
  margin: 0 auto;
}

.site-branding {
  background-color: #000;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  
  /* TODO: make link universal */
}

.center-logo {
  padding-top: 130px;
  height: 445px;
  max-width: 1225px;
  margin: 0 auto;
}

.custom-logo {
  max-width: 500px;
}

.menu-main-navigation-container {
  display: table;
  margin: 0 auto;
}

.main-navigation li {
  padding: 0 30px;
  color: #000;
}

.main-navigation li a:active {
  padding: 0 30px;
}

.main-navigation li a:hover {
  color: var(--main-gold-color);
}

a:visited {
  color: inherit;
}

a {
  color: inherit;
}

.current-menu-item {
  color: var(--main-gold-color) !important;
}

.menu-item {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: 'Oswald';
  line-height: 60px;
}

#site-navigation {
  box-shadow: 0px 1px 4px rgba(180, 180, 180, 0.6);
}

.breadcrumbs {
  background-color: #f9f9f9;
  z-index: 0;
}

.breadcrumbs-inner {
  line-height: 24.27px;
  text-transform: capitalize;
  margin-right: 11px;
  font-size: 14px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 12px 0;
  color: #aaaaaa;
}

.post-title {

}

footer#colophon {
  background-color: #242424;
  min-height: 300px;
}

.site-info {
  text-align: center;
}

.footer-logo {
  max-width: 360px;
  margin: 0 auto;
}

.footer-logo img {
  max-width: 100%;
  margin-top: 30px;
}

.footer-text {
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
  margin-top: 15px;
}

.footer-text a {
  color: var(--main-gold-color);
}
.footer-widget-contact-row {
    max-width: 1275px;
    margin: 40px auto 0 auto;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.main-container {
    margin-top: 40px;
}
.hp-faces-name {
    text-align: center;
    font-family: 'Playfair Display';
    font-size: 27px;
    line-height: 27px;
    letter-spacing: 0.5px;
    margin-bottom: 11px;
}
.faces-read-more{
border-radius: 0;
font-family: 'Open Sans';
padding: 0 22px;
line-height: 45px;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
cursor: pointer;
background-color: #333;
color: #fff;
}
.faces-read-more:hover{
color: #fff;
background-color: #8d8d8d;
-webkit-transition: all 220ms ease-in-out 0s;
-moz-transition: all 220ms ease-in-out 0s;
-o-transition: all 220ms ease-in-out 0s;
transition: all 220ms ease-in-out 0s;
}
.read-more-btn-holder {
    text-align: center;
    padding-bottom: 30px;
}
.sidebar-column {
    background-color: #f7f7f7;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: none;
}
.post-cat-name {
    text-align: center;
    padding-top: 10px;
font-size: 12px;
font-weight: 600;

letter-spacing: 2px;
text-transform: uppercase;

}
.widget-title {
    position: relative;
    z-index: 0;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 5px;
    clear: both;
    overflow: hidden;
  }
  ul {
      margin: 0;
      padding-left: 0px;
      list-style: none;
  }
  .cat-item {
      padding-bottom: 6px;
      border-bottom: 1px solid #dfdfdf;
      padding-top: 6px;
      font-size: 12px;
  }
.hp-excerpt .hp-excerpt-post p:first-child:first-letter{
  font-family: "Playfair Display";
      float: left;
      font-size: 76px;
      line-height: 63px;
      text-align: center;
      margin: 0px 10px 0 0;
  }

.home .hp-excerpt p:first-child:first-letter{
  font-family: "Playfair Display";
      float: left;
      font-size: 76px;
      line-height: 63px;
      text-align: center;
      margin: 0px 10px 0 0;
  }

.category .hp-excerpt p:first-child:first-letter{
  font-family: "Playfair Display";
      float: left;
      font-size: 76px;
      line-height: 63px;
      text-align: center;
      margin: 0px 10px 0 0;
  }

  .hp-excerpt {
      font-size: 15px;
      color:#000;
      line-height: 1.7;
  }
  .hp-author-date {
      text-align: center;
      margin-bottom: 10px;
      font-size: 15px;
  }
  .social-footer {
      background-color: #333;
      padding: 16px 0px;
      text-align: center;
      color: #fff;
  }
.meta-share {
    text-align: center;
}
  .social-footer .fa {
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
      width: 34px;
      height: 34px;
      margin-right: 10px;
  }
  .social-info {
    padding-right: 20px;
}
  .meta-share i {
      border: 1px solid #b7b6b6;
      padding: 10px 13px;
      margin: 10px;
      color: #b7b6b6;
      font-size: 14px;

  }

.meta-share i:hover {
	border: 1px solid #c7a770;;
}

.meta-share a {
    text-decoration: none;
  }
.meta-share i.fa.fa-google-plus {
      padding: 10px 10px;
  }

  .meta-share  {
      margin-bottom: 31px;
  }
  .sub-menu {
      background: #fff;
  }
  a.btn.hp-btn.faces-read-more:visited {
      color: #fff;
  }
  .social-footer a:hover {
      text-decoration: none;
  }
  input[type="submit"] {
      border: 1px solid;
      border-color: #000 #000 #000;
      border-radius: 3px;
      background: #000000;
      color: #ffffff;
      font-size: 12px;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      padding: .6em 1em .4em;
  }
  h1.site-title {
      display: none !important;
  }


/* Bulk TFO styles */
.entry-content p {
    margin-bottom: 15px !important;
}

/* GF Post Creation Styles */
.qanda th {
    display: none;
}
.qanda td:first-child {
    font-weight: bold;
    margin-bottom: -18px !important;
}
.qanda tr {
	border: none !important;
}
.qanda td {
	border: none !important;
	display: block;
}
.entry-content table td{
	padding: 8px !important;
}
#gform_submit_button_3 {
    font-size: 20px;
    color: #fff;
    background-color: #242424;
    font-weight: bold;
    padding: 9px 20px;
    border-radius: 14px;
}
/* GF Post Creation Styles */

.read-more {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
}

h4 {
    font-size: 27px;
    letter-spacing: 0.5px;
		font-family: 'Playfair Display';
	  text-align: center !important;
}
.meta-categories a {
		margin-bottom: 0px;
    margin-top: 10px;
}
.related-posts h4 a {
    font-size: 27px;
}
.rcg-related-except {

    min-height: 220px;
}
.meta-categories {
		margin-top: 5px;
		margin-bottom: 0px;
    text-align: center;
}
.related-posts section {
    float: left;
    width: calc((95% - (2 * 1px)) / 3);
    width: -webkit-calc((95% - (2 * 1px)) / 3);
}
.entry-content p {
    margin-bottom: 3px;
}

.ei-title a.more_info {
    text-shadow: none;
    line-height: 35px;
    font-size: 20px;
    padding: 0 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: none;
    width: 80%;
}
.ei-title h3 {
    font-size: 20px;
    line-height: 24px;
	padding-bottom: 30px;
}
.ei-title h2, .ei-title h3, .ei-title a.more_info {
    text-align: center;
    font-family: "Droid Serif",Arial,Helvetica,sans-serif;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 10px;
}
.ei-title h2 {
    font-size: 26px;
    line-height: 26px;
}
.ei-title {
    position: absolute;
    right: 0;
    top: 10%;
		text-align: center;
}
.ei-slider-navigation > div {
    display: none;
}
.entry-content ul > li, .entry-content ol > li, .entry-content blockquote {
    padding-left: 0px;
}
.about-host-name {
    text-align: center;
	font-size: 36px;
	font-family: 'Playfair Display';
}
.about-btn-holder {
    text-align: center;
}
.nominate-btn {
    background-color: var(--main-gold-color);
    color: #fff;
    padding: 30px 30px;
    border-radius: 15px;
    border: 2px solid var(--main-dark-gray-color);
    max-width: 403px;
	font-size: 24px !important;
}

#gform_wrapper_1,
#gform_wrapper_2 {
    max-width: 700px;
    margin: 0 auto;
}
#gform_submit_button_1, #gform_submit_button_2 {
    color: #fff;
    background-color: var(--main-gold-color);
    border: none;
    padding: 10px 10px;
    border-radius: 2px;
    font-size: 20px;
}
.about-btn-holder {
    margin-bottom: 40px;
}
.main-navigation li a:active {
    padding: 0;
}
div#content {
    margin-bottom: 40px;
}
h2.post-title {
    text-align: center;
    font-family: 'Playfair Display';
    font-size: 42px;
    padding-top: 40px;
}
.faces-pagination {
    text-align: left;
}
.faces-pagination span, .reply a:hover, .tagcloud a:hover, .mc4wp-form input[type="submit"]:hover {
    background-color: #8c8c8c;
    color: #ffffff;
}
.faces-pagination span, .faces-pagination a {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-family: 'Playfair Display';
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.faces-pagination a i {
    font-weight: 700;
}
.faces-pagination a {
    background-color: #333333;
    color: #ffffff;
}
.social-footer a:hover {
    color: var(--main-gold-color);
}
#content {
    padding: 0 20px;
}
.menu-toggle {
    float: right;
    color: #000;
    background: #fff;
    border: none;
}
.main-navigation ul ul {

    display: block !important;
}
ul.sub-menu a {
    line-height: 2.4 !important;
}

@media screen and (max-width: 1120px){
.menu-toggle {
    display: block;
}
/* #site-navigation {
    background: #000;
} */
.main-navigation ul{
  display: none;
}

ul#primary-menu {

    flex-wrap: wrap;
}
.main-navigation li {
    display: flex;
    justify-content: center;
    width: 100%;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: flex;
}
.menu-item {

    line-height: 40px;
}
.sub-menu .main-navigation ul ul a {
    width: 100%;
    min-width: 150px !important;
}
.main-navigation ul ul {
    display: block !important;
    min-width: 335px;
}
ul.sub-menu li {
    display: block;
    text-align: center;
    width: 100% !important;
}
.main-navigation ul ul a {
    width: 100%;
}
i.fa.fa-bars {
    font-size: 33px;
}

}
/* CSS for Testimonials Start */
/**
 * Strong Testimonials Default template
 */
/* Clears
-----------------------------------------------*/
.clear {
  clear: both;
}

/**
Minimum paragraph width means no short words in skinny space next to image
in columns or small screens.

This workaround is needed until we can use flexbox properly
or CSS offers container queries.

Thanks https://css-tricks.com/minimum-paragraph-widths/
*/
.maybe-clear {
  content: "";
  /* this value seems to work well in both responsive and Masonry */
  width: 6em;
  display: block;
  overflow: hidden;
}

/* Base
-----------------------------------------------*/
.strong-view.default {
  display: block;
  width: 100%;
}
.strong-view.default div {
  box-sizing: border-box;
}
.strong-view.default .testimonial {
  max-height: none;
  max-width: none;
  padding: 0;
  width: 100%;
}
.strong-view.default .testimonial.t-slide {
  margin-top: 0;
  margin-bottom: 0;
}
.strong-view.default .testimonial-inner {
  display: block;
  width: 100%;
  height: 100%;
}
.strong-view.default .testimonial-image {
  max-width: 100%;
}
.strong-view.default .testimonial-field-before {
  margin-right: 0.5em;
}
.strong-view.default a.readmore,
.strong-view.default a.readmore-toggle {
  white-space: nowrap;
  z-index: 100;
}
.strong-view.default a.readmore-toggle:hover {
  cursor: pointer;
}

.strong-view.slider-container {
  opacity: 1;
}
.strong-view .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Template
-----------------------------------------------*/
.strong-view.default .strong-content {
  margin: 20px auto 0;
}
.strong-view.default .testimonial {
  border: 1px solid #E6E6E6;
  margin: 20px auto;
  text-align: left;
}
.strong-view.default .testimonial:first-child {
  margin-top: 0;
}
.strong-view.default .testimonial:last-child {
  margin-bottom: 0;
}
.strong-view.default .testimonial-inner {
  border: 1px solid #FFFFFF;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
  text-align: left;
}
.strong-view.default .testimonial-heading {
  background: url("https://thefacesofchapelhillnc.com/wp-content/uploads/2021/01/mark.png") no-repeat scroll left center transparent;
  margin-top: 0;
  padding-left: 40px;
  text-align: left;
}
.strong-view.default .testimonial-content p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.strong-view.default .testimonial-content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.strong-view.default .testimonial-image {
  margin-top: 0.25em;
  margin-right: 1em;
  margin-bottom: 0.25em;
  float: left;
}
.strong-view.default .testimonial-image img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EFEFEF;
  padding: 6px;
  margin: 0 auto;
}
.strong-view.default .testimonial-image a {
  text-decoration: none;
  box-shadow: none;
}
.strong-view.default .testimonial-client {
  margin-top: 1em;
  text-align: right;
}
.strong-view.default .testimonial-name {
  font-weight: bold;
}
.strong-view.default .readmore {
  margin-top: 1em;
}
.strong-view.default .strong-view-footer {
  margin-bottom: 20px;
}
.strong-view.default .readmore-page {
  margin-top: 20px;
  padding: 1em;
  text-align: center;
  border: 1px solid #E6E6E6;
}



/* Responsive
-----------------------------------------------*/
@media only screen and (max-width: 320px) {
  .strong-view.default .testimonial-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Remove quote background image */
@media only screen and (max-width: 320px) and (orientation: portrait) {
  .strong-view.default .testimonial-heading {
    background: none;
    padding-left: 0;
  }
}
/* RTL
-----------------------------------------------*/
.strong-view.default.rtl .testimonial,
.strong-view.default.rtl .testimonial-inner,
.strong-view.default.rtl .testimonial-heading {
  text-align: right;
}
.strong-view.default.rtl .testimonial-image {
  float: right;
  margin-left: 1em;
}
.strong-view.default.rtl .testimonial-client {
  text-align: left;
}

.strong-view.default.rtl .testimonial-heading {
  padding-right: 40px;
  background-position: right;
}

/* Option: Image Right
-----------------------------------------------*/
.strong-view.default.image-right .testimonial-image {
  float: right;
  margin-top: .25em;
  margin-bottom: 0.25em;
  margin-left: 1em;
}
.strong-view.default.image-right .testimonial-client {
  text-align: left;
}

.strong-view.default.image-right.rtl .testimonial-image {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}
.strong-view.default.image-right.rtl .testimonial-client {
  text-align: right;
}

/* Option: No Quotes
-----------------------------------------------*/
.strong-view.default.no-quotes .testimonial-heading {
  background: none;
  padding-left: 0;
}

/* Option: Dark Theme
-----------------------------------------------*/
.strong-view.default.dark .testimonial {
  border: 1px solid #777;
}
.strong-view.default.dark .testimonial-inner {
  border: 1px solid #333;
}
.strong-view.default.dark .readmore-page {
  border: 2px solid #777;
}
.strong-view.default.dark ul.simplePagerNav li a:hover {
  background: #777;
  color: #FFF;
}
.strong-view.default.dark ul.simplePagerNav li.currentPage a {
  background: #555;
  color: #FFF;
}


/* CSS for Testimonials End */

@media only screen and (max-width: 1080px) {
  	.related-posts section {
    float: left;
    width: calc((95% - (2 * 1px)) / 2);
    width: -webkit-calc((95% - (2 * 1px)) / 2);
}
}

@media only screen and (max-width: 800px) {
  	.related-posts section {
    float: left;
    width: calc((95% - (2 * 1px)) / 1);
    width: -webkit-calc((95% - (2 * 1px)) / 1);
}
.main-sidebar {
    max-width: 360px;
    margin: 0 auto;
    padding: 40px !important;
}
}

@media only screen and (max-width: 480px) {
  	.related-posts section {
    float: left;
    width: calc((95% - (2 * 1px)) / 1);
    width: -webkit-calc((95% - (2 * 1px)) / 1);
}
	.main-sidebar {
    max-width: 360px;
    margin: 0 auto;
    padding: 40px !important;
}
}


/*
 * CSS Chris added
 * */

.gold-border {
	border: 2px solid #c7a770;
	display: inline;
	padding: 45px;
	
}

@media (max-width: 1200px){
	.gold-border{
		margin-top: 20px;
	}
}

.image-container p {
	display: inline !important;
	text-align: center;
	margin: 30px;
}

.image-container {
	text-align: center;
}

.related-posts {
	text-align: center;
}

section {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}

img.attachment-adenit-post-thumbnail {
    margin: 0 auto;
}

.entry-footer, nav.navigation.post-navigation, #comments {
    max-width: 1170px;
    margin: 0 auto;
}

footer.entry-footer {
    margin-top: 40px;
}

.post-template-default div#content {
    display: none;
}

.post-template-default .container.main-container {
    margin-top: 20px !important;
}

.breadcrumbs-inner {
  padding-left: 20px;
}

.meta-share.post-share {
    text-align: left;
    margin-left: -10px;
}

@media only screen and (max-width: 607px ) {
	.gold-border {
		width: 80vw;
		margin-left: -1.4rem;
	}
}

@media only screen and (max-width: 767px) {
  .col-md-3.sidebar-column {
    margin-top: 40px;
	margin-left: -10px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.container {
    max-width: 100%;
}
.sidebar-column {
    padding: 10px 5px;
}
input.search-field {
    width: 150px;
}
}

@media only screen and (min-width: 769px) and (max-width: 1081px) {
	.nav > ul > li {
    float: none !important;
    display: inline-block !important;
	}

	ul#menu-main-menu-2 {
    text-align: center;
}

	.fixed-header-bottom .nav > ul > li > a, .nav > ul > li > a
	{
		line-height: 38px;
	}

}

@media only screen and (min-width: 800px) {

	section {
		display: inline-block !important;
		float: none !important;
		vertical-align: top;
	}
}

@media only screen and (min-width: 800px ) {
	.rcg-related-except {

    min-height: 220px;
}
	.read-more {
    padding-top: 10px;
}
}

@media only screen and (min-width: 1025px) and  (max-width: 1150px ) {

	div#adenit-breadcrumbs {
		padding-left: 8.4% !important;
	}

}

@media only screen and (min-width: 1026px) and  (max-width: 1300px ) {
	.main-container, .center-max-width {
		max-width: 90% !important;
}
	div#adenit-breadcrumbs {
		padding-left: 1.9% !important;
	}

}

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

	.header-bottom, .fixed-header-bottom  {
	height: auto !important;
}
}

/* Print Fucntion Stylings
-----------------------------------------------*/

@media print {
  header, aside, footer, .mb-center, .maxbutton-1-center, .sharedaddy, .single-pagination, .related-posts, .comments-area, button.nominate-btn, .nav-previous, .social-footer, .meta-share.post-share {
      display: none !important;
  }
.main-container {
                width: 100% !important;
}
img {
width: 90% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
padding: 0 !important;
}
@page {
    size: auto;
    margin-top: 20px;
margin-bottom: 20px;
}
/* End Print Fucntion Stylings
-----------------------------------------------*/

}

/*
 * End that CSS Chris added
 * */


/*Start CSS Kyle Added*/


@media (min-width: 1200px){
.container {
    max-width: 1200px;
}

}


a {
	text-decoration:none;
	color: var(--main-gold-color);
}

a:hover{
	text-decoration: none;
	color: var(--secondary-gold-color);
}

.social-footer a{
	color: #fff;
}

.testimonial-client .sharedaddy{
	display: none !important;
}

.love-content{
	text-align: left !important;
	display: none;
}

.love-content:before{
	display: none;
}

#post-1218 .entry-header .post-title{
	display: none;
}

.love-button{
	background-color: #000000;
	padding: 10px;
	border-radius: 7px;
	line-height: 35px;
	min-width: 200px;
	text-decoration:none !important;
	color: var(--main-gold-color) !important;
	margin-bottom: 20px;
}

.love-button:hover{
	background-color: #00000090;
	color: #ffff;
}

.love-button:active {
  font-size: 1rem;
  transform: scale(.9);
  box-shadow: 0 3px 15px -2px;
}

.above-primary .col-1{
	max-width: 100% !important;
}

.above-primary .row{
	margin-right: -25px !important;
    margin-left: -5px !important;
}


@media only screen and (min-width: 910px ) {
	.grid-container {
		text-align: left;
    display: grid;
    grid-template-columns: 15% 85%;
    grid-gap: 10px;
	}
	
	.grid-container2 {
		text-align: left;
    display: grid;
    grid-template-columns: 70% 40%;
    grid-gap: 20px;
	}
	
	.grid-container3 {
		text-align: left;
    display: grid;
    grid-template-columns: 35% 63%;
    grid-gap: 20px;
		margin-left: -40px;
		
	}
	
	.grid-container3 .entry-title{
	margin-bottom: 0px;
	padding-top: 3px;
	}

	.grid-container3 p{
		margin-bottom: 5px;
	}
	
	.grid-container-3w {
		text-align: left;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 10px;
		margin-left: -50px;
		
	}
	
	.grid-container-2w {
		text-align: left;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
		margin-left: -50px;
		
	}
	

}

.grid-container3{
	border-bottom: 1px solid #c7a770;
	padding-bottom: 20px;
}

.grid-container-3w .grid-child{
	padding-bottom: 12px;
}

.grid-container-2w .grid-child{
	padding-bottom: 12px;
}

@media only screen and (max-width: 909px ) {
	.grid-container{
    	text-align: center;
	}
	.attachment-thumbnail{
		margin: auto;
		margin-top: 0px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 950px ) {
	.col-1{
		text-align: center;
	}
}
.hp-head-big {
    font-family: 'Playfair Display';
    font-size: 38px;
    margin-bottom: 15px;
	margin-left: -24px;
}

.hp-message .hp-head-big {
	margin-left: 0px;
}

.hp-head-small {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 24px;
}

#post-166 .entry-title{
	display: none;
}

.wwl-main-body{
	margin-top: 0px;
	margin-right: 40px;
}

.wwl-main-body .main-container{
	margin-top: 0px !important;
}

.above-primary{
    position: relative;
		top: -40px;
}



body{
	margin-bottom: -10px !important;
}

.menu-main-navigation-container a{
	color: black;
}

[aria-current] {
	color: var(--main-gold-color) !important;
}



.cat-item-6{
	display: none;
}

.textwidget{
	text-align: center;
	font-weight: 300;
}

.hp-author-date{
	color: #aaaaaa;
}

.sidebar-name{
	text-align: center; 
	font-family: 'Playfair Display'; 
	font-size: 24px;
	margin-bottom: 0px;
}

.sidebar-info{
	font-size: 14px;	
}


@media only screen and (max-width: 910px ){
	.about-contact{
		text-align: center;
	}
}



.gform_button:hover{
	background-color: var(--secondary-gold-color) !important;
}

.nominate-btn:hover{
	background-color: var(--secondary-gold-color) !important;
}

#love-button-share-pg{
	text-align: center;
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
	height: 40px;
	line-height: 1.3;
	margin-top: 20px;
}

.homepage-link-bc{
	color: var(--main-gold-color) !important;
}

.homepage-link-bc:hover{
	color: var(--secondary-gold-color) !important;
}

.about-host-img{
	margin-top: 20px;
}


.meta-share i:hover{
	color: var(--main-gold-color);
}

.faces-read-more{
	transition: all 200ms ease-in-out 0s;
}
.faces-read-more:hover{
	padding-left: 30px;
	padding-right: 30px;

}

@media screen and (max-width: 700px){
		.wp-image-25{
		margin-left: 20%;
		margin-right: 20%;
	}
}

.sub-menu a{
	transition: all 200ms ease-in-out 0s;
}

a{
	transition: all 220ms ease-in-out 0s !important;
}


@media (min-width: 768px){
	.col-md-9 {
    -ms-flex: 0 0 73% ; 
    flex: 0 0 73% ;
}
}


@media (min-width: 768px){
	.col-md-3 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27% ;
    min-width: 27% ;
}
}

.hp-author-date a{
	color: var(--main-gold-color);
}

.hp-author-date a:hover{
	color: var(--secondary-gold-color);
}

.footer-widget-contact-row a:hover{
	color: #fff;
}

.footer-text a:hover{
	color: #fff;
}

.scrolltotop-cont{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 60px;
	color: var(--main-gold-color);
	font-size: 20px;
	line-height: 1;

}

.scrolltotop-cont .fa{
	font-size: 26px !important;
}

.scrolltotop{
	text-align: center;
	margin: auto;
	transition: all 250ms ease-in-out 0s !important;
}

}.scrolltotop a {
    color: var(--main-gold-color);
	
}

.scrolltotop:hover,
		.copyright a:hover {
    color: #ffffff;
}

.site .sidebar-column{
	display: none;
}


#content .sidebar-column{
display: block;}

.about_host_link{
	color: var(--main-gold-color);
}

.about_host_link:after{
	content: ' ';
}

.about_host_link:hover{
	color: var(--secondary-gold-color);
}

.page-title{
padding-bottom: 30px;
	margin-top: -60px;
}

.not-found .page-title{
	padding-bottom: 0px;
	margin-top: 20px;
}

@media screen and (max-width: 925px){
	.col-1{
	margin-bottom: 20px;
}
	
	.social-info{
		display: none;
	}
}


.entry-title{
	margin-top: 0px;
	margin-bottom: 6px;
}

.single-post-info-cont{
	text-align:center;
}

#single-post-social{
	text-align: center;
}

#single-post-nom-btn{
	margin-top: 50px;
	margin-bottom: 20px;
}

.nav-previous{
	margin-bottom: 30px;
}

.nav-previous a{
color: #494949 !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #ffffff;
	padding: 12px;
	border: 4px solid #494949 !important;
	display: inline-block;
	transition: all 0.4s ease 0s;
}

.nav-previous a:hover{
color: #ffffff !important;
	background: #c7a770;
	border-color: #665942 !important;
	transition: all 0.4s ease 0s;
}

.nav-previous a:before{
	
	content: '← Previous, ';
}

.nav-next{
	margin-bottom: 30px;
}

.nav-next a{
color: #494949 !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #ffffff;
	padding: 12px;
	border: 4px solid #494949 !important;
	display: inline-block;
	transition: all 0.4s ease 0s;
}

.nav-next a:hover{
color: #ffffff !important;
	background: #c7a770;
	border-color: #665942 !important;
	transition: all 0.4s ease 0s;
}

.nav-next a:after{
	
	content: ', Next → ';
}

.sidebar-info a{
	color: var(--main-gold-color) !important;
}

.sidebar-info a:hover{
	color: var(--secondary-gold-color) !important;
}

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

	.nav-next a{
		padding: 6px;
		font-size: 14px;
		margin-right: 12px;
	}
	
	.nav-previous a{
		padding: 6px;
		font-size: 14px;
		margin-left: 12px;
	}

}

.sim-post-cont{
	max-width: 400px;
	margin: auto;
}

.sim-post-cont .entry-title{
	text-align:center;
}

.sim-post-excerpt-text{
	margin-bottom: 0px;
	margin-top: 0px;
}

.sim-post-li{
	border-bottom: 1px solid  #c7a770; 
	max-width: 700px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}

@media screen and (max-width: 700px){
	.sim-post-li{
		max-width: 300px;
	}
}

.sim-post-ul{
	margin-bottom: 40px;
}

.sim-post-view-btn{
	font-size: 15px;
	background-color: #333333;
	color: #fff !important;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 200ms ease-in-out 0s;
	font-family: 'Open Sans' !important ;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.sim-post-view-btn:hover{
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #828282;
}

.sim-post-btn-cont{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 24px;
}

.rest-of-title{
	display: none;
}



.home-btn{
	color: var(--main-gold-color) !important;
	position: absolute;
	left: 10%;
	right: 10%;
	text-align: center;
	background: black;
	width: 275px;
	margin: auto;
	padding: 10px;
	font-size: 16px;
    font-weight: 700;
	letter-spacing: 2px;
	transition: all 200ms ease-in-out 0s;
}

.home-btn:hover{
	color: #fff !important;
	width: 300px;
	background-color: #828282;
}

.sim-post-li a{
	    font-family: 'Playfair Display';
}

.menu-item a{
	font-family: Oswald, sans-serif;
}

.sing-post-comm{
	margin-top: 130px !important;
	max-width: 940px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}



.meta-share .post-share{
	overflow: hidden;
  text-align: center;
}

.meta-share:before, .meta-share:after{
	background-color: #bfbfbf;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 14%;
}

.meta-share:before{
	right: 0em;
  margin-left: -50%;
}

.meta-share:after {
  left: 0em;
  margin-right: -50%;
}





.other-post-title{
	margin: auto;
	text-align: center;
	font-family: 'Playfair Display';
	letter-spacing: 2px;
	margin-bottom: 50px;
	overflow: hidden;
  text-align: center;
}


.other-post-title:before, .other-post-title:after{
	background-color: #bfbfbf;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 30%;
}

.other-post-title:before{
	right: 0.5em;
  margin-left: -50%;
}

.other-post-title:after {
  left: 0.5em;
  margin-right: -50%;
}

.sub-menu{
	border-top: 4px solid #c7a770;
}

.menu-item-object-category{
	border-bottom: 1px solid #d9d9d9;
	
}

.sub-menu li a{
	margin-top: 4px;
	margin-bottom: 4px !important;
	margin-left: -10px !important;
	padding-left: 0px;
}

html {
  scroll-behavior: smooth;
}


/*Widget cont css*/
@media screen and (min-width: 1195px) and (max-width: 1300px) {
  .widget-cont{
	max-width: 250px;
	overflow-wrap: break-word;
}
}

@media screen and (min-width: 900px) and (max-width: 1195px) {
  .widget-cont{
	max-width: 207px;
	overflow-wrap: break-word;
}
}

@media screen and (min-width: 770px) and (max-width: 900px) {
  .widget-cont{
	max-width: 180px;
	overflow-wrap: break-word;
}
}

/*centers about host image, temp fix*/
@media screen and (min-width: 1000px){
	.about-host-img {
			margin-left: 40px;
	}
}


.post-thumbnail{
	text-align: center;
}

.foot-asite{
	color: var(--main-gold-color) !important;
}

.foot-asite:hover{
	color: #fff !important;
}

.search-field{
	padding-left: 10px !important;
}

.search-submit:hover{
	color: var(--main-gold-color);
	transition: 0.4s;
}

.search-submit{
	transition: 0.4s;
}

.ahp-asite{
	color: var(--main-gold-color) !important;
}

.ahp-asite:hover{
	color: var(--secondary-gold-color) !important;
}


/*Flex box & container styling for nom & contact page*/
@media only screen and (min-width: 900px){
	.tfo-flex-container {
		display: flex;
		align-items: center;
		padding-left: 40px;
    	padding-right: 40px;
	}
	
	.tfo-left-cont{
		width: 600px;
	}

	.tfo-right-cont{
		padding: 20px;
	}
	
}



@media only screen and (max-width: 900px){
	.tfo-flex-container {
		display: block;
	}
	
	.tfo-left-cont{
		text-align: center;
	}
	
	.tfo-right-cont{
		padding-top: 40px;
	}
	
}
/*End of CSS Kyle Added*/
/* end Bulk TFO Styles */