/*
 Theme Name:   Zingerman's Greyline
 Author:       Zingerman's Web Team
 Author URI:   http://www.zingermanscommunity.com
 Template:     flat-bootstrap
 Version:      7.0.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  flat-bootstrap-child
*/

/*
Colors:
dark blue 	#28628F
light blue	#C8DAF0
gray		#C7C8CA
purple		#0E1137
#ffffff		#FFFFFF
maroon		#8B194E
black		#231F20
*/

/* Fix for Chromium 96 bug https://www.bram.us/2021/12/18/broken-hyphens-in-chromium-96-an-explanation-and-fix/ */
html {
  -webkit-hyphenate-character: "-";
  font-size: 12px;
}
*:focus, .form-control:focus {
  outline: dashed thin;
  outline-offset: -2px;
}
.site-content a {
  text-decoration: underline;
  color: #8B194E;
}
.site-content a:hover :not .front-page-logo {
  color: #fff;
  background-color: #8B194E;
}
.site-content a:focus {
  outline: dashed thin ;
  outline-offset: -2px;
}
.color-box {
  height: 100px;
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
}

@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('fonts/Avenir\ Next\ Condensed.ttc');
  font-weight: 200;
}

@font-face {
  font-family: 'Matrix';
  src: url('fonts/Matrix.ttf');
}

@font-face {
  font-family: 'Mouse Deco';
  src: url('fonts/Mouse_Deco.ttf');
}

.color-background {
  background-color: #c7c8ca;
}

.color-foreground {
  background-color: #ffffff;
}

.color-primary {
  background-color: #28628f;
  color: #ffffff;
}

.color-secondary {
  background-color: #c8daf0;
}

.color-tertiary {
  background-color: #0e1137;
  color: #ffffff;
}

.color-highlight {
  background-color: #8b194e;
  color: #ffffff;
}

td {
  border: 1px solid #e5e5e5;
  padding: 10px;
  background: #ffffff;
}

.row {
  padding: 10px;
  background: #ffffff
}

body {
  background: #c0c1c3;
  font-family: "Georgia", serif;
}

body.home {
  background: #c0c1c3;
}

.home #content {
  background: #ffffff;
}

.corporate-events-container .row .col-md-4 h2{
  margin-top: 20px;
}
.corporate-events-container .row .col-md-4 ul{
  margin-bottom: 20px;
}
.corporate-events-container .row .col-md-4 li{
  margin-bottom: 20px;
  margin-top:10px;
  line-height: normal;
}
h1 {
  background-color: #c8daf0;
  color: #0e1137;
  padding: 2px 30px;
  border-radius: 10px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  width: auto;
  display: inline-block;
  letter-spacing: 0.1em;
  margin: 0 auto;
  font-size: 3.5rem;
}

h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  color: #0e1137;
}

h3 {
  font-family: "Georgia", serif;
  font-weight: normal;
  color: #0e1137;
  font-size: 2.3rem;
}

h4 {
  font-family: "Georgia", serif;
  font-weight: bold;
  font-size: 2rem;
}

p {
  color: #231f20;
  font-family: "Georgia", serif;
  font-size: 1.8rem;
  line-height: 2rem;
}

ul, ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

legend {
  border-bottom: 0;
}

li {
  color: #231f20;
  font-family: "Georgia", serif;
  font-size: 1.4rem;
  line-height: 1.3rem;
}

.skip-to-content-link {
  background: #fff;
  color: #000;
  top: -10px;
}

.skip-to-content-link:hover {
  background: #000;
  color: #fff;
}

.skip-to-content-link:focus {
  color: #19b798;
  text-decoration: underline;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.gform_fields, .form-group {
  font-family: "Georgia", serif;
  font-weight: normal;
  color: #0e1137;
}

.form-control {
  color: #0e1137;
}

blockquote {
  border-left-color: #c8daf0;
  font-size: 2rem;
  font-style: italic;
}

blockquote footer {
  font-size: 1.5rem;
  color:hsl(206, 56%, 36%);
  line-height: 1.5rem;
  display: block;
}

.content li {
  margin-bottom: 10px;
  padding-left: 0;
}

a,
a:hover {
  color: #8b194e;
  text-decoration: none;
}

.content a {
  text-decoration: underline;
}

.btn,
.btn:hover {
  padding: 15px 30px;
  border-radius: 10px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  width: auto;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  text-decoration: none !important;
  background-image: none;
  text-shadow: none;
}

.btn-primary {
  background-color: hsl(206, 56%, 36%);
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-ghost {
  background-color: #C8DAF0;
  margin-bottom: 30px;
  border: 1px solid #C8DAF0;
  color: hsl(206, 56%, 36%);
}

a.btn-ghost {
  color:  hsl(206, 56%, 36%);
}

a.btn-primary {
  background-color: #497da5;
  color: #ffffff;
  border: 1px hsl(206, 56%, 36%) solid;
}

a.btn-primary:hover, button.btn-primary:hover, input.btn-primary:hover {
  background-color: #ffffff;
  border: 2px solid #8b194e;
  color: #8b194e;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus:hover {
  background-color: hsl(206, 56%, 29%);
}

.btn-secondary {
  background-color: #c7c8ca;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #777777;
  color: #ffffff;
}

.navbar {
  background: #2f5194;
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  text-shadow: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #2f5194;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active:hover > a:focus {
  background-color: #e7e7e7!important;
  color: #2f5194 !important;
}

.home .nav > li > a > img:hover {
  fill: white;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(236deg) brightness(103%) contrast(101%);
}

.page .nav > li > a > img:hover {
  content: url('images/blue-greyline.svg');
}

.page-title {
  text-align: center;
}

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

.photo-credit {
  color: #666666;
  font-style: italic;
  font-size: 14px;
  font-family: "Open Sans Condensed", sans-serif;
}
.homepage-header {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.homepage-header.focusable:active,
.homepage-header.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
}

.home main#main.site-main {
  position: relative;
}

.promobox {
  float: left;
  position: absolute;
  top: 50px;
  left: 50px;
  width: 500px;
  padding: 30px;
  background-color: rgba(12, 13, 41, 0.7);
  text-align: center;
}

.promobox h2,
.promobox p {
  color: #fff;
}

.promobox a {
  color: #fff;
}

#menu-main-navigation {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

/* Overwrites */

header.content-header {
  min-height: inherit;
  text-align: center;
}

header.content-header-image {
  display: flex;
  justify-content: center;
}

.cover-image {
  max-width: 1800px;
  margin: 0 auto;
}

.site-branding {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 75px;
  background-color: #c0c1c3;
}

.front-page-header {
  font-family:'Mouse Deco', verdana, sans-serif;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
  font-size: 60px;
  letter-spacing: 0.8px;
  justify-content: center;
  display: flex;
  max-width: 1100px;
}

.front-page-logo {
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}



.site-title figcaption span {
  background: #231f20;
  padding: 0.03em 0.4em 0.07em 0.7em;
  border-radius: 9999px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: min(16px, 5vw);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #fff;
}

#page,
.navbar {
  max-width: none;
}

.cover-image h1,
.section-image h1,
.wp-caption-text-fullwidth h1 {
  color: #000;
}

.navbar-default {
  border: 0;
}

.section-image,
.cover-image {
  background-position: center;
}

/* Header */

.masthead {
  -webkit-transition: all 2s ease;
  transition: all 2s 2s ease-in;
}

.sticky {
  position: fixed;
  top: 0px;
  height: auto;
  width: 100%;
  z-index: 100;
}

.masthead.sticky #site-branding {
  display: none;
}

.menu-item-home {
  width: 80px;
}

.sidebar-footer {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  font-family: 'avenir-next-lt-pro', verdana, sans-serif;
  font-weight: normal;
}

.wp-block-columns,
.flex {
  display: flex;
}

.are-vertically-aligned-center,
.align-center {
  align-items: center;
}

.sidebar-footer div[class^="wp_block"] {
  margin-bottom: 1em;
}

.home .sidebar-footer .row {
  margin: 0;
}

.box {
  margin: 20px 0;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #c8daf0;
}

/* Page styling */

section {
  margin: 3rem 0;
  padding: 3rem 0;
  border-top: 1px solid #c7c8ca;
}

.home section  {
  border-top: 0;
}

.home .content-header-image {
  background: #ffffff;
}

.headline {
  margin-bottom: -2em;
}

.dropcap::first-letter {
  float: left;
  font-size: 75px;
  line-height: 50px;
  color: #0e1137;
  padding-top: 10px;
  padding-right: 10px;
}

.call-out {
  margin: 40px 0;
  color: #231f20;
  line-height: 34px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

section .call-out {
  margin-top: 0;
}

.subtitle {
  background-color: #c8daf0;
  color: #0e1137;
  padding: 2px 30px;
  border-radius: 10px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  width: auto;
  display: inline-block;
  letter-spacing: 0.1em;
  margin: 40px auto 10px;
}

sup {
  vertical-align: super;
}

h3.call-out small {
  color: #231f20;
}

.space-above {
  margin-top: 30px;
}

.no-margin {
  margin: 0;
}

ul#accordion.panel-group {
  padding-left: 0;
}
.venue-information-accordion li{
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: normal;
}
small {
  color: #0e1137;
}

.row.testimonial {
  line-height: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* Widget area */
.widget {
  border-bottom: 1px solid #28628f;
}

/* Mailchimp */

#mc_embed_signup {
  font: 14px Helvetica, Arial, sans-serif;
  width: 500px;
  text-align: center;
  margin: 0 auto;
}

#mc_embed_signup input.email {
  color: #1c242b;
}

#mc_embed_signup input.button {
  background-color: #8cbcdc;
  font-weight: bold;
  font-family: "Bitter", "Trebuchet MS", "Lucida Grande", Verdana, Arial,
    Sans-Serif;
  display: inline-block;
}

#mc_embed_signup .button:hover {
  background-color: #91c3f6;
  color: #1c242b;
}

#mc_embed_signup input.email {
  display: inline-block;
  min-width: 50px;
  max-width: 200px;
}

#mc_embed_signup h2 {
  font-weight: normal;
}

h2.header-image-caption {
  font-style: italic;
  color: #000000;
  font-size: 12px;
  text-transform: none;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 5px;
  float: right;
  border-radius: 5px;
  bottom: 0;
  position: absolute;
  right: 10px;
}

/* Photo Gallery */

.page-id-4 h2 {
  text-align: center;
}

.zcob-footer {
  font-size: 12px;
}

.site-content a {
/*  padding: 2px 2px;*/
  text-decoration: underline;
}

.site-description {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #0e1137;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 25px;
}

.home-buttons {
  display: flex;
  justify-content: space-evenly;
}

.home-buttons h2 {
  width: 33%;
}
.home-buttons a {
    background: #8B194E;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 28px;
    margin:5px 5px;
    padding:15px 15px;
}

.home-buttons a:hover {
  background: #ffffff;
  border: solid 3px #8B194E;
  color: #8B194E;
}

/* ------ MOBILE ----- */

@media only screen and (max-width: 1010px) {
  .home-buttons a {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  /* Smartphone */
  /* ZCoB Bar */
  .home-buttons {
    flex-direction: column;
  }
  .home-buttons h2 {
    width: 100% !important;
  }
  .home-buttons a {
    font-size: 28px;
  }
  #toppanel {
    display: none;
  }

  #page {
    margin-top: 0px;
  }

  .promobox {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    background-color: rgba(12, 13, 41, 1);
  }

  .front-page-logo {
    margin-bottom: 50px;
  }

   .footer-socials {
    justify-content: center;
    padding-top: 20px;
  }
  .footer-content {
    text-align:center;
  }
}

@media only screen and (min-width: 768px) {
  .navbar .container {
    display: flex;
    justify-content: center;
  }

  #menu-main-navigation {
    flex-flow: row wrap;
  }

  .footer-socials {
    justify-content: right;
  }
}

.contact-us-half-field {
  width: 50%;
}

.front-page-main {
  height: 450px;
  background: #2f5194
}

.front-page-main,
.front-page-row.row {
  padding: 20px 100px;
  margin: -50px 0 0 0 ;
}

.front-page-main h2 {
  font-family: 'avenir-next-lt-pro', verdana, sans-serif;
  color: #ffffff;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
}

.front-page-image {
  margin-top: -100px;
}

.front-page-main p {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
  font-family:'Matrix', verdana, sans-serif;
}

.front-page-callouts {
  text-align: center;
  padding-bottom: 300px;
  padding-top: 400px;
  background: url("images/Greyline-BG-Pattern.png") no-repeat center;
  background-size: cover;
}


.front-page-contact-btn {
  color: #ffffff !important;
  text-decoration: none!important;
  background: #2f5194;
  border: solid 3px #2f5194;
  font-family: "Avenir Next Condensed", verdana, sans-serif;
  font-weight: 500;
  font-size: 32px;
  border-radius: 40px;
  margin: 20px 50px;
  padding: 15px 30px;
}

.front-page-contact-btn:hover {
  background: #ffffff !important;
  color: #2f5194 !important;
  border: solid 3px #2f5194;
  text-decoration: none!important;
}

.footer p {
  font-family: 'avenir-next-lt-pro', verdana, sans-serif;
}

.site-footer {
  background: #C0C1C3;
  padding: 60px 0 0 0;
  margin-bottom: -36px;
}

.footer-socials {
  display: flex;
  flex-flow: row-reverse;
  padding-top: 85px;
}

@media only screen and (max-width: 1010px) {
  .front-page-content-area{
    padding: 0 0;
  }
}

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

  .front-page-image {
    width: 400px;
    float: right;
  }
}

@media only screen and (min-width: 1700px){
  .front-page-content-area {
    padding: 10px 100px;
    width: 1000px;
  }
}

@media only screen and (min-width: 1399px ) {
  .front-page-main p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1052px ){
  .front-page-contact-btn {
    font-size: 24px;
    margin: 10px 20px;
    padding: 10px 20px;
  }

  .front-page-main h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 687px){
  .front-page-contact-btn {
    display:flex;
    justify-content: center;
    margin: 20px 40px;
  }
}

@media only screen and (min-width:992px){
  .display-desktop {
    display: block;
  }
  .display-mobile {
    display: none;
  }
}

@media only screen and (max-width:991px)
{
  .display-desktop {
    display: none;
  }
  .display-mobile {
    display: block;
  }

  .front-page-image {
    margin-top: 0px;
    width: 100%
  }
  .front-page-main {
    margin: 0 auto;
    padding: 20px;
    height: auto;
  }

  .front-page-row {
    position: relative;
  }

}

@media only screen and (min-width: 768px) {
  .nav-flag a {
  clip-path: polygon(100% 55%, 50% 100%, 0 55%, 0 0, 100% 0);
  background: #f9e9c1!important;
  color: #2f5194!important;
  position:absolute!important;
  width: 100px;
  height: 88px;
  top: -24px;
  }

  .nav-flag a:hover {
    background: #2f5194!important;
    color: #ffffff!important;
    text-decoration: none!important;
  }
  .mobile-nav-flag {
    display: none;
  }

  .front-page-logo {
    margin-bottom: 160px;
  }
}

@media only screen and (max-width:767px){
  .mobile-nav-flag {
    float: right;
    background: #f9e9c1;
    color: #2f5194!important;
    display: block!important;
    margin: 0px 15px 0 0;
    padding: 10px 15px;
    height: 50px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
  }

   .mobile-nav-flag a:hover {
    background: #2f5194!important;
    color: #ffffff!important;
    text-decoration: none!important;
  }

  .navbar-nav > li > a {
    line-height: 30px;
  }

  .front-page-catering-logo {
    padding: 20px 20px;
  }

}

.navbar-toggle {
  float: left;
  margin-left: 15px;
}

.greyline-logo,
.front-page-logo,
.greyline-footer-logo {
  max-width: 500px;
  width: 100%;
}

.front-page-logo a:hover {
  filter: brightness(0) invert(.75);
  background-color: none!important;
}

.greyline-footer-logo:hover,
.footer-socials a:hover,
.greyline-logo:hover {
  filter: brightness(0) invert(1);
}

.menu-main-navigation-container {
  text-align:center;
}

address {
  margin-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #C0C1C3;
}

.navbar-default .navbar-toggle {
  border-color: #C0C1C3;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
 .navbar-default .navbar-nav > .active > a:focus {
  background-color:  #C0C1C3;
  color: #000;
}

.admin-bar .sticky {
  top: 32px;
}
