/*
Theme Name: realize-bradenton-BGD
Theme URI: http://www.bgdweb.com/
Author: bgd-bryan
Author URI: http://www.bgdweb.com/
Description: A custom theme created for a Realize Bradenton after Gutenburg
Version: 2.1
*/

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
typography
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@import url(http://fonts.googleapis.com/css?family=Vollkorn|Roboto);
@import url('https://fonts.googleapis.com/css?family=Proxima+Nova');
@import url('font-awesome/css/font-awesome.min.css');

body { font-family: "proxima-nova", sans-serif; color: #4d4d4d; font-size: 1.7em; font-weight: 300; line-height: 1.35; }
h1, h2, h3, h4, h5, h6 { font-family: "proxima-nova", sans serif; font-weight: 200; line-height: 1.2; text-transform: uppercase;} h1, h2, h3, h4, h5, h6, p { margin: 0 0 8px 0; }
h1 {font-size: 2.5em;} h2 {font-size: 1.85em; text-transform: uppercase;} h3 {font-size: 1.6em; text-transform: uppercase;} h4 {font-size: 1.45em;} h5 {font-size: 1.3em;} h6 {font-size: .74em;}
h1 .link {color: #9ac760 !important;}
a:link, a:visited {color: #9ac760;}
strong { font-weight: 500 !important }

.title-on-page {
  width:80%;
  margin: 0px auto 40px auto;
  text-transform: uppercase;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.smaller-type {
    font-size: 0.65em;
    line-height: 1.5em;
}
.menu-type {
    font-size: 0.65em;
    line-height: 1.5em;
    color: 
    #00A9AB;
    margin-top: 27px;
    margin-left: -4px;
}
.social-icons-in-header {
  margin-right: 50px;
}
.button_full-menu.active .menu-type {
  color:#efefef;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body tags
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body, html {margin:0;}
body.home .title-on-page, body.host-your-own-event .title-on-page, body.farmers-market .title-on-page, body.donate .title-on-page, body.riverwalk-expansion .title-on-page, body.riverwalk .title-on-page, body.about-us .title-on-page, body.visit .title-on-page, body.events .title-on-page, body.shop .title-on-page, body.shopping-cart .title-on-page { display: none; }
body.farmers-market .lessfoootercontent {display:none;} 
body.farmers-market .shortfootercolumn {max-width: 32%; margin-top: -22px;} 

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.full-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
}
.full-menu p {
  font-size: 20px;
}
.full-menu a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #FF5252;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.full-menu a:after {
  content: '';
  position: absolute;
  background: #FF5252;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}
.full-menu a:hover:after, .full-menu a:focus:after, .full-menu a:active:after {
  width: 100%;
}

.button_full-menu {
  position: fixed;
  top: 18px;
  right: 20px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  margin-top: 5px;
}
.button_full-menu:hover {
  opacity: .7;
}
.button_full-menu.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_full-menu.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_full-menu.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_full-menu span {
  background: #00A9AB;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_full-menu span:nth-of-type(2) {
  top: 11px;
}
.button_full-menu span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #043e44;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  /*opacity: .9;*/
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 25;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  top: 30%;
  font-size: 14.25pt;
  /*font-family: 'Lato', serif;*/
  font-weight: 100;
  line-height: 1.45em;
  text-align: left;
  text-transform:uppercase;
}
.overlay-title {
  color: #fff;
  font-size: 14.5pt;
  font-family: 'Lato', serif; 
  font-weight: 900;
  margin: 10px 0px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: solid 1px;
  border-bottom: solid 1px;
  padding-bottom: 6px;
}

.overlay-title a {
  display: block;
  font-weight: 400;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  /*height: 25%;
  height: calc(100% / 4);
  min-height: 50px;*/
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  font-weight: 400;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: .75px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.menu-column {
  float:left;
  display:block;
  overflow:hidden;
  width: 22%;
  margin-right: 2%;
}

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

.nav-menu {
background: #043E44;
}

div.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px;
    display: inline-block;
}
div.nav-menu li {
    position: relative;
    line-height: 1.7;
}
div.nav-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14.25pt;
font-weight: 100;
line-height: 1.45em;
text-transform: uppercase;
}
div.nav-menu > ul > li {
    float: left;
}
div.nav-menu > ul > li > a{
    padding: 0 10px;
}
div.nav-menu > ul > li:hover > a{
    color:;
}
div.nav-menu > ul > li.socialnav > a {
    padding: 0 0 0 10px;
    color: #00a9ab;
}


.nav-menu ul li a:hover:after, .nav-menu ul li a:focus:after, .nav-menu ul li a:active:after {
  width: 100%;
}
.nav-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: .75px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

.nav-menu ul li a:after .donateButtonLink {
  content: '';
  position: none !important;
  bottom: 0;
  left: 0%;
  width: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: .75px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

/* Sub/Children Menu */
div.nav-menu .sub-menu,
div.nav-menu .children {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    background: #333;
    min-width: 200px;
    display: none;
}

div.nav-menu li:hover > .sub-menu,
div.nav-menu li:hover > .children {
    display: block;
}
div.nav-menu .sub-menu a,
div.nav-menu .children a {
    padding: 5px 10px;
}
div.nav-menu .sub-menu li:hover a,
div.nav-menu .children li:hover a {
    background: #444;
}

/* Grandchildren Menu */
div.nav-menu .sub-menu .sub-menu,
div.nav-menu .children .children {
    position: absolute;
    left: 100%;
    top: 0;
    background: #444;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  margin-right: 12px;
  bottom: 12px;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    right: 180px;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
in swoosh excerpt
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.swooshexcerpt a:link, .swooshexcerpt a:visited {
    color: #000;
    text-decoration: none;
    font-weight: 900;
    padding: 12px 0 0px 0;
    text-transform: uppercase;
    display: block;
}

.swooshexcerpt a:hover {
  color: #9ac760;
}

.swooshexcerpt ul{
list-style-type: none;}

.swooshexcerpt {
  color: #fff !important;
}

.partners-swoosh {
  background-image: url("images/bradenton-bkgrnd-cultural-partners.gif");
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
containers
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}

.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}

.alignfull img {
  width: 100vw;
}

.home-top-container {
  background: #043E44;
  height: 126px;
}

.logo-container{
  width: 300px;
  overflow: hidden;
  display: block;
  margin: 0px auto;
  padding-top: 20px;
}

.logo-container img {
  width: 100%;
  height:auto;
  max-height: 95px;
}

.top-social {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 30%;
    text-align: right;
}

.realize-menu {
    width: auto;
    text-align: center;
}

.container {
  overflow:hidden;
  width: 80%;
  margin: 0 auto;
}

section { 
  position:relative; 
  margin:0 0 -8px 0; 
  padding:0; 
  width:100%; 
  height:auto; 
}

#wave-footer { 
  width:100%; 
}

#wave-footer path {
  fill: #222;
}

section.footer-content {
  width:100%; 
  height: auto;
}

footer {color: #fff;
}

.masonry .post-heading {
  font-size: 1.25em;
  line-height: 1.1em;
}
.masonry .post-heading a {
  text-decoration: none;
}

.category-header {
  font-size: 1.5em;
  line-height: 2em;
  text-align: left;
  border-bottom: solid 1px;
  font-weight: 100;
  text-transform: uppercase;
}

.masonry { /* Masonry container */
  -webkit-column-count:4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    font-size: .85em;
    margin: 1.5em 0;
}
.masonry-item img {
    width: 100%;
    margin-bottom: 7px;
    height: auto;
}

.masonry-content {
  padding: 0 20px;
}

.masonry-item {
    display: block;
    cursor: pointer;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    border-radius: 8px;
    border-color: 
    rgb(221, 221, 221);
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1em;
    -webkit-column-break-inside: avoid 
}


.killmargins {margin:0 0 0 0 !important;}

iframe{
   max-width: 100%;
   border: 0px;
}
.iframe-height{
  height: 1440px;
  width: 100%;
}

footer .wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-top: 0px;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.donateBtn a{
  font-size: 14px;
  padding: 2px 8px;
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: text-top;
}

.donateBtn {
  margin: 0px !important;
}

.donateButtonLink a {
  font: 400 14.25/14.25 'Lato', sans-serif;
  background-color: #d2ad2a;
  border-radius: 4px;
  color: #fff;
  border: none !important;
  padding: 6px 10px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  transition: padding-left 0.5s ease 0s;
  text-decoration: none;
  /*margin-left: 10px;*/
  font-size: 13pt !important;
}

.shopBtnTopLeft {
  position: absolute;
  top: 18px;
  left: 20px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  margin-top: 5px;
  display: none;
}

.shopBtnTopLeft a {
  background-color: #d2ad2a;
  border-radius: 4px;
  color: #fff;
  border: none !important;
  padding: 3px 10px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  transition: padding-left 0.5s ease 0s;
  text-decoration: none;
  font-size: 13pt !important;
  text-align: center;
  margin-bottom: 10px;
}

.donateButtonLink {
  margin-left: 10px;
}

#menu-main-menu li:first-of-type {
  margin-left: 0px;
}

#menu-main-menu li.donateButtonLink:nth-child(2) {
  margin-right: 8px;
}

.nav-menu ul li.socialnav a::after, .nav-menu ul li.donateButtonLink a::after{
  height: 0px;
}

.listing-item img {
  width: auto !important;
  float: left;
  height: 150px;
  margin-right: 15px;
}

.listing-item a {
  padding: 0px !important;
  line-height: 1em;
}

.shop-column-sep {
  border-right: 5px solid #00A7A8;
  padding-right: 40px;
}

.shop-column-pad-left {
  padding-left: 40px;
}

#shop-landing-page {
  display: block;
}

#shop-landing-page-tablet {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
}

.sticky + div {
  padding-top: 45px;
}

.jump-header::before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 40px;
  margin-top: -40px;
}

.wp-block-nextend-smartslider3 {
  padding-bottom: 50px;
}

.realize-menu + .container, .realize-menu + .title-on-page {
  padding-top: 50px;
}

.grecaptcha-badge {
  visibility: hidden;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  WooCommerce Stuff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.woocommerce {
  margin: 150px auto;
  width: 80%;
}

ul.products {
  display: flex;
  align-items: baseline;
}

h2.woocommerce-loop-product__title {
  min-height: 125px;
}

.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  margin: 0 3.8% 2.992em 0;
}

body.cart .footer-logos, body.realize-merchandise .footer-logos, body.blues-fest-merchandise .footer-logos, body.cart .footer-logos {
  display: none;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
contact forms 7
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.wpcf7 input[type="email"], .wpcf7 input[type="text"] {
    height: 30px;
    width: 88%;
    font-size: .99em;
    padding: 5px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
}

.wpcf7-textarea {
    height: 240px;
    width: 88%;
    font-size: .99em;
    padding: 5px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
}

.wpcf7-submit {
	height: 30px;
    width: auto;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
event venue page
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

img.event-venue-page {
  object-fit: cover;
  width: 290px;
  height: 220px;
}

.rb-table th {
  color: #219a9b;
}

.rb-table th, .rb-table td{
  font-weight: normal;
  text-align: left;
  padding: 1em !important;
  border-bottom:1px solid black;
  border-top:1px solid black;
}

.rb-table table {
  border-collapse: collapse;
  margin: 1em 0;
  border-spacing: 0;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
assistance widget
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#pojo-a11y-toolbar {
	bottom: 12px !important;
	top: unset !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
	bottom: 12px;
	top: unset !important;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
responsive
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*@media screen and (max-width: 1024px) {
	.realize-menu {
    width: 45%;
    top: 58px;
    text-align: right;
	}
	div.nav-menu > ul > li {
    float: right;
	}
	.menu-column {
    width: 48%;
    margin-right: 2%;
	}
    .overlay.open {
    height:auto;
    min-height: 4200px;
  }
  .overlay {
    position: absolute !important;
  }
}*/


@media screen and (max-width: 1350px) {
  #shop-landing-page {
  display: none;
  }

  #shop-landing-page-tablet {
    display: block;
  }
}

@media screen and (max-width: 995px) {
	.container {
	  width: 90%;
	}
	.title-on-page {
    width: 90%;
    margin: 30px auto 20px auto;
	}
	.top-social {
    right: 16px;
    width: 40%;
	}
	.logo-container {
    width: 44%;
    left: 5%;
	}
	.realize-menu {
    display: none;
	}
	.menu-column {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	}
	.smaller-type {
    text-align: center;
	}
	figure.responsive-footer-logos {
  	text-align: center;
  	margin-left: auto;
  	margin-right: auto;
	}

  .shop-column-sep {
    border-right: 0px;
  }

  .sticky {
    width: 85%;
  }

  .sticky + div {
    padding-top: 40px;
  }

  .jump-header::before {
    height: 70px;
    margin-top: -70px;
  }

  .shopBtnTopLeft {
    display: unset;
  }

  .overlay.open {
    position: absolute !important;
    overflow: visible;
    height: 2100px;
  }
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}



