/*
 Theme Name: Mark Bedard Photography 2023
 Author: Mark Bedard
 Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Montserrat:wght@100;200;300;400&family=Roboto:wght@100;300;400;500&display=swap');

/*============= RESETS =============*/
/*-- iPhone X Remove Gutters --*/
html {
  padding: env(safe-area-inset);
}
/*-- Prevent Horizontal Scrolling & Font Style --*/
html,
body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 300;
  font-size: 1rem;
  color: black;
}
@media (max-width: 768px) {
body {
  font-size: 1rem;
}
}

a {
  color: #333;
  letter-spacing: .75px;
}
a:hover {
  color: #6083d5;
  text-decoration: none;
}






h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
.blue {
  color: #6083d5;
}
.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.cta-btn__white {
  font-size: 1em;
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  color: white;
  text-align: center;
  text-transform: inherit;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline;
  padding-left: 0.1em;
  border-bottom: 1px solid white;
}
.cta-btn__black {
  font-size: 1em;
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  color: #333;
  text-align: center;
  text-transform: inherit;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline;
  padding-left: 0.1em;
  border-bottom: 1px solid #333;
}
.cta-btn__white:hover,
.cta-btn__black:hover {
  color: #6083d5;
  border-bottom: 1px solid #6083d5;
}




/*--- Nav Scrolling Offset --*/
.offset:before {
  content: "";
  height: 2.9rem;
  display: block;
  margin-top: -6rem;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: .75rem;
}

.content-background {
  background-image: url("img/content-bg.gif");
}


/*============= NAVIGATION =============*/

.admin-bar .fixed-top {
  top: 32px;
}
.navbar-brand img {
  height: 2.5rem;
}
.navbar {
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  background-color: rgba(0,0,0,.4);
  transition: background-color 0.5s ease;
}
ul.navbar-nav {
    margin: 0 auto;
    margin-left: 3%;
}
.navbar-nav li {
  padding-right: 0.8rem;
}
.navbar-nav .nav-link {
  color: white;
  padding-top: 0.8rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.active {
  /*color: #6083d5;*/
  color: #8da9ef;
}
.custom-toggler-icon {
  color: white;
  font-size: 1.6rem;
}
.navbar.solid,
.navbar.solid-toggle {
  background: rgba(0, 0, 0, 1) !important;
  transition: background-color 1s ease;
}

@media (max-width: 768px) {
  nav.navbar {
      background-color: black;
  }
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.shopping-cart-icon,
.user-account-icon {
  color: white;
  margin: 4px 10px;
}

/*-- Shopping cart and account icons --*/
.dashpanel {
    font-size: 1rem;
  font-weight: 300;
  min-width: 6%;
  position: absolute;
  right: 12px;
}
.dashpanel svg {
    color: white;
    margin: 0 12px;
}
svg.svg-inline--fa.fa-user.fa-w-14 {
    margin-left: 0;
}
span.item-count {
    color: white;
    margin-left: -8px;
    font-size: .8rem;
}
.site-header__cart-icon {
    display: inline-block;
    padding: 0 6px;
}

.site-header__account-icon {
    display: inline-block;
    padding: 1px 6px;
}
.site-header__account-icon a {
    color: white;
    font-size: .8rem;
    vertical-align: middle;
}
.welcome {
  font-size: 10px;
}
span.cart,
span.user {
    vertical-align: middle;
    text-align: center;
}
.hide-username {
  text-transform: capitalize;
}


@media (max-width: 768px) {
  .admin-bar .fixed-top {
      top: 42px;
  }
  .navbar-brand img {
      height: 2rem;
  }
  button.navbar-toggler {
      z-index: 100;
  }
  .dashpanel {
    top: 20px;
  }
.site-header__account-icon {
    display: none;
}
span.hide-username {
    color: white;
}
.site-header__cart-icon {
    margin-right: 60px;
}
}



/*span.cart {
    position: absolute;
    top: 33%;
    right: 3rem;
    padding-right: 10px;
}
span.user {
    position: absolute;
    top: 33%;
    right: 0.8rem;
}

/*-- Remove Button Outline --*/
button:focus,
a:focus,
a.btn:focus {
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  transition: all 0.6s ease;
}
button,
a,
a.btn,
.svg-inline--fa {
  transition: all 0.6s ease;
}

section {
  margin-bottom: 40px;
}


@media (min-width: 768px) {
 .hideDesktop {display: none !important;} 
}

@media (max-width: 768px) {
 .hideMobile {display: none !important;} 
}

/*============= FRONT PAGE: LANDING PAGE =============*/

/*--- Fixed Landing Page Section --*/
.landing {
  position: relative;
  width: 100%;
  height: 100vh;
  display: table;
  z-index: -1;
}
.landing__home-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.landing__home-inner {
  background-image: url("img/mirror-lake-bg.jpg");
  position: fixed;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  display: table;
}
.landing__home-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/*-- Landing Page Caption --*/
.landing__caption {
  z-index: 1;
  position: absolute;
  top: 41%;
  left: 0;
  width: 100%;
  text-align: center;
}

.landing__caption--h1 {
  font-family: 'Ephesis', cursive;
  font-size: 2em;
  font-weight: 200;
  text-transform: none;
  line-height: 1.1;
  text-shadow: 0.1rem 0.1rem 0.8rem black;
  padding-bottom: 0.8rem;
}
.landing__caption--h1 img {
  vertical-align: text-top;
}
.landing__subcaption {
  text-transform: none;
  /*color: #6083d5;*/
  font-size: .5em;
  font-weight: 200;
  line-height: 1.5;
}
.landing__caption h3 {
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  font-weight: 200;
  text-transform: none;
  text-shadow: 0.1rem 0.1rem 0.5rem black;
  padding-bottom: 1rem;
  padding-left: 3px;
}

.landing__box-wrapper {
  z-index: 1;
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  margin: 0 1rem;
  text-align: center;
}
.landing__box {
  flex: 0 0 18%;
  max-width: 18%;
  color: white;
  text-align: left;
  padding: 20px;
  margin: 0 .5rem;
  background-color: rgba(0,0,0,.6);
  
}
.landing__box p {
  font-size: .8rem;
  margin: 0;
}
.landing__box-icon {
  margin-right: 8px;
}

.landing__caption-box-h2 {
  font-size: 1.1em;
  font-weight: 200;
  text-align: left;
  text-transform: none;
  line-height: 1.1;
  text-shadow: 0.1rem 0.1rem 0.8rem black;
}

@media (max-width: 768px) {
  .landing__home-inner {
    background-image: url("img/mirror-lake-bg.jpg");
  }
}

@media (max-width: 575.98px) {
  .landing__caption {
    z-index: 1;
    position: absolute;
    top: 32%;
    left: 0px;
    padding: 1.3rem;
    max-width: 100%;
    text-align: center;
  }
  .landing__caption--h1 {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.4rem;
  }
  .landing__subcaption {
    font-size: .5em;
  }
  .landing__caption h3 {
    font-size: 1.15rem;
    text-align: center;
    padding-bottom: 1rem;
    line-height: 1.7;
  }
  .landing__box-wrapper {
      bottom: 6%;
      left: 3%;
      right: 3%;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
  }
}

/*============= MESSAGE CENTER CAROUSEL =============*/
.carousel-inner {
  background-color: black;
  color: white;
  letter-spacing: .05rem;
}
.carousel-inner p {
  margin-bottom: 0;
  font-size: .9rem;
  padding: .8rem;
}
.carousel-inner .active {
  color: white;
}

/*-- Bouncing Down Arrow --*/
.arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
}
.down-arrow .svg-inline--fa {
  color: white;
  font-size: 2.2rem;
  opacity: 0.3;
}
.down-arrow .svg-inline--fa:hover {
  opacity: 0.8;
}

main.home-content {
  background-image: url("img/content-bg.gif");
  margin-top: 3.1rem;
}
main.page__content {
  background-image: url("img/content-bg.gif");
  padding-bottom: 30px;
}


/*============= FRONT PAGE: INTRODUCTION SECTION =============*/
#introduction {
    margin: 40px 0;
}
#introduction h2 {
  text-transform: none;
  font-size: 2.25em;
  font-weight: 200;
}
#introduction p {
  font-weight: 200;
}
#introduction img {
  padding-right: 20px;
}
#introduction .introduction__content {
  margin: auto 0;
  width: 50%;
}


/*============= FRONT PAGE: COLLECTIONS SECTION =============*/

#collections {
  margin: 40px 0;
}
#collections .container.photo-container {
    max-width: 1000px;
}
#collections [class*="col-"] {
  padding: .45rem;
}
#collections .collections__header h2 {
  font-size: 2.755rem;
  font-weight: 100;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  padding: 0
}
#collections .collections__container {
  padding: 0;
  border: 1px solid #ddd;
  background-color: white;
}
#collections .collections__img-wrapper img {
 width: 100%;
}
#collections .collections__content-wrapper {
  padding: 15px;
}
#collections .collections__content-wrapper h3 {
  font-weight: 100;
  font-size: 1.4rem;
  margin: 0;
}
#collections .collections__content-wrapper p {
  font-size: .75rem;
  font-weight: 300;
  margin-bottom: 0.25rem;
} 
#collections .collections__content-wrapper .cta-btn {
    color: #333;
    display: inline-flex;
    border-bottom: 1px solid #333;
    margin: 8px 0;
}
#collections .collections__content-wrapper .cta-btn:hover {
  color: #6083d5;
  border-bottom: 1px solid #6083d5;
}

/*============= FRONT PAGE: FEATURE SECTION =============*/
#featured {
    margin-bottom: 40px;
}

.featured__content {
  margin: auto;
  width: 50%;
  padding: 16px;
}

.featured__container {
  position: relative;
  width: 50%;
}
.featured__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.featured__image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.featured__overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.featured__container:hover .featured__image {
  opacity: 0.3;
}

.featured__container:hover .featured__overlay {
  opacity: 1;
}

.featured__overlay h3 {
  font-size: 16px;
  padding: 16px 32px;
}

.featured__tagline {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}
.featured__headline {
  font-size: 16px;
  font-weight: 100;
}
.featured__sub-headline {
  font-size: 14px;
}


/*============= FRONT PAGE: HIGHLIGHTS SECTION =============*/

#highlights {
  padding: 40px;
}
#highlights [class*="col-"] {
  padding: .45rem;
}
#highlights .highlights__header h2 {
  font-size: 2.755rem;
  font-weight: 100;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  padding: 0
}
#highlights .highlights__container {
  padding: 0;
}
#highlights .highlights__img-wrapper img {
 width: 100%;
 max-width: 100%;
 height: auto;
}
#highlights .highlights__content-wrapper {
  padding: 8px 0;
}
#highlights .highlights__content-wrapper h3 {
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0;
}
#highlights .highlights__content-wrapper p {
  font-size: .9rem;
  margin-bottom: 0.25rem;
} 


/*===== FRONTPAGE: EVENTS BLOG SECTION =====*/
#events {
  margin-top: 30px;
}
#events .events__background {
  background-color: #eee;
  padding: 60px 0 40px;
}
#events h3 {
  padding-bottom: 15px;
}
#events p {
  font-size: .9em;
  margin: 0;
}
#events p.no-events {
    font-weight: bold;
}
.event-summary {
  position: relative;
  padding-left: 107px;
  min-height: 77px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.blog-summary {
  position: relative;
  padding-left: 107px;
  min-height: 77px;
  padding-bottom: 0px;
  min-height: 107px;
}
.event-summary__content h4 {
    font-size: 1.3em;
}
.event-summary__title a {
    color: #173f58;
  }
  .event-summary__title a:hover {
    color: black;
  }
h4.event-headline {
   font-weight: 300;
   font-size: 1.9rem;
   text-align: left;
   margin-bottom: .9rem;
}
.event-summary__date {
    text-decoration: none;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    padding: 16px 0px 14px 2px;
    color: #FFF;
    border-radius: 50%;
    background-color: #15468a;
    width: 80px;
    line-height: 1;
    transition: opacity .33s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .22);
  }
.event-summary__date:hover {
    opacity: .75;
    color:white;
    text-decoration: none;
  }
.event-summary__date--beige {
    background-color: #333;
  }
.event-summary__month {
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: uppercase;
  }
.event-summary__day {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
  }
  


/*============= FRONT PAGE: ABOUT SECTION =============*/
section#aboutme {
    margin-bottom: 0;
}
#aboutme .aboutme__background {
    background-color: #333;
    color: white;
    padding: 40px;
}
#aboutme .aboutme__content-wrapper {
    margin: auto 0;
    width: 50%;
    padding: 16px;
}
#aboutme .aboutme__content-wrapper h3 {
    font-weight: 300;
}
#aboutme .aboutme__content-wrapper p {
  font-weight: 200;
}
#aboutme .aboutme__img-wrapper img {
  padding-top: 20px;
}
#aboutme .aboutme__content-wrapper a {
  font-weight: 200;
  color: white;
}


@media (max-width: 768px) {
#aboutme .aboutme__background {
    background-color: #333;
    color: white;
    padding: 0;
}
}



/*============= FRONT PAGE: CALENDERS SECTION =============*/
#calenders .calenders__background {
  background-color: #3c5770;
  padding:  60px 0;
}
#calenders .calender__content-wrapper h3 {
  color: white;
  font-weight: 100;
}
#calenders .calender__content-wrapper p {
  color: white;
  font-weight: 100;
}
#calenders .calender__content-wrapper a {
    color: white;
    font-weight: 100;
    border: 1px solid white;
    padding: 6px 12px;
}
#calenders .calender__content-wrapper a:hover {
    background-color: white;
    color: #333;
}

/*============= FRONT PAGE: EVENTS & BLOG SECTION =============*/

body.home.blog.logged-in.admin-bar #events {
  padding: 5.5rem 0;
}


/*============= CONTACT US FORM =============*/

/*============= FOOTER =============*/

footer {
  background-color: black;
  color: white;
  padding: 25px 0 15px;
  font-weight: 100;
}

#footer-top .social-media ul li {
  display: inline-block;
  padding: 0 5px;
}

/* NEWSLETTER */
.footer__newsletter-content {
    padding: 1rem 0 0;
}
.footer__newsletter-form {
    padding: 0;
}

section#footer-top,
section#site-information {
    margin-bottom: 0;
}

#footer-top .form-control {
  color: white;
  background-color: rgba(255,255,255,.2);
  border: none;
  height: calc(2em + 0.5rem + 20px);
  height: 45px;
  margin-bottom: 0;
  margin: 15px 0;
  padding-top: 20px;
  font-size: 14px;
}
#footer-top .form-control:focus {
    color: #eee;
    background-color: #333;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
#footer-top p.form-label {
    position: absolute;
    font-size: .6em;
    top: 29%;
    left: 12%;
    color: #eee;
    font-weight: 300;
}
#footer-top .wpcf7-response-output.alert.alert-warning {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: black;
    border: none;
}
#footer-top input#submit {
    top: 0;
    margin-top: 14px;
    height: 45px;
}
@-webkit-keyframes autofill to {
  color: white;
  background-color: transparent;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation0fill-mode: both;
}





/* SOCIAL MEDIA */
ul.social-media-icons {
    padding: 0;
    margin-bottom: 0;
}

/* CREDIT CARD ICONS */
#credit-card-icons{
  padding: 0 1rem 0 0;
}

#credit-card-icons ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

#credit-card-icons li {
  font-size: 1.8rem;
  text-decoration: none;
  display: inline-block;
  padding: 0px 6px;
  margin-top: -0.9rem;
}

#siteinfo {
  padding: 0 0 0 1rem;
}
#siteinfo p {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-align: center;
}

.siteinfo__break {
  display: none;
}

@media (max-width: 768px) {
  .siteinfo__pipe {
    display: none;
  }
  .siteinfo__break {
    display: block;
  }
}

/*============= TOP SCROLL =============*/

a.top-scroll {
  right: 1.2rem;
  bottom: 1.2rem;
  position: fixed;
  opacity: 0.3;
  z-index: 1000;
  display: none;
}
a.top-scroll:hover {
  opacity: 0.5;
}
.top-scroll .svg-inline--fa {
  background: #333;
  color: white;
  font-size: 3rem;
  height: 1.7rem;
  padding: 2px 6px;
}





/*============= PAGES =============*/
.page__content {
    margin-top: 0;
    width: 100%;
    min-height: 76vh;
}
.page-header {
  margin-bottom: 10px;
  padding: 0;
}
.page-header__container {
  padding: 0;
}
.page-header__content {
    position: absolute;
    top: 35%;
    left: 60%;
    width: 100%;
}
.page-header__content h1 {
  font-size: 5rem;
  font-weight: 200;
}


@media (max-width: 768px) {
  .page-header__container {
    margin-top: 55px;
  
  }
  .page-header__content {
      position: initial;
      width: 100%;
      text-align: center;
      margin-top: 10px;
  }
  .page-header__content h1 {
      font-size: 2.5rem;
      font-weight: 200;
  }
  .page__content-wrapper {
      padding: 0 20px;
  }
}


/************** Gallery *************/
.gallery__content {
  margin-top: 0;
  width: 100%;
  min-height: 76vh;
}

.gallery-header {
  margin-bottom: 10px;
  padding: 0;
}
.gallery-header__container {
  padding: 0;
}
.gallery-header__content {
    position: absolute;
    top: 35%;
    left: 12%;
    width: 100%;
}
.gallery-header__content h1 {
  font-size: 5rem;
  font-weight: 200;
}
.gallery-introduction {
  margin-bottom: 30px;
}
.gallery-featured__content {
  margin: auto 0;
  width: 50%;
  padding: 16px;
}
.gallery-featured__tagline {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}
.gallery-featured__headline {
  font-size: 16px;
  font-weight: 100;
}
.gallery-featured__sub-headline {
  font-size: 14px;
}


.photo-gallery {
  display: flex;
  gap: 10px;
}
.column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}



@media (min-width: 768px) {
  .column {
    width: 33.3%;
  }
  .column-mt {
    margin-top: 20px;
  }
}
.photo-wrapper {
  position: relative;
}
.photo img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.overlay-txt {
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  width: 100%;
  transition: .6s ease;
  opacity:0;
  color: white;
  padding: 8px;
  text-align: center;
  margin: 0;
  border-radius: 5px;
}
.photo-wrapper:hover .overlay-txt {
  opacity: 1;
}

.overlay-txt h3 {
  font-size: 14px;
  text-transform: Normal;
  color: white;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-weight: 400;
}
.overlay-txt p {
    margin: 0;
    font-size: 12px;
}
.overlay-txt a {
  font-size: .7rem;
}

@media (max-width: 768px) {
  .gallery__content {
    margin-top: 55px;

  }
  .gallery-header__content {
      position: initial;
      width: 100%;
      text-align: center;
      margin-top: 10px;
  }
  .gallery-header__content h1 {
      font-size: 2.5rem;
      font-weight: 200;
  }
  
  .photo-gallery {
    flex-direction: column;
  }
  .photo-gallery__section {
      margin: 0 20px 60px;
  }
}





/*================= CONTACT ME ==============*/
 section#contactme {
    margin-top: 4rem;
}


#contactme p.contact-form-label {
    position: absolute;
    top: 4px;
    left: 25px;
   /* border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-radius:5px 5px 0 0;*/
    padding: 1px 4px 0 4px;
    background: white;
    font-size: .7rem;
    background-image: url("img/content-bg.gif");
}
#contactme .contactme__contactForm [class*="col-"] {
    padding: 6px 10px;
}
#contactme {
  .form-group {
      margin-bottom: 0;
  }
}
#contactme .btn-primary {
    color: #fff;
    background-color: black;
    border-color: black;
}
#contactme .wpcf7-response-output.alert.alert-warning {
    background-color: transparent;
    border: none;
}
form.wpcf7-form.init div {
    padding: 10px;
}

@media (max-width: 768px) {
  #contactme section#contactme {
      margin-top: 0;
  }
  #contactme .contactme__information {
      margin-right: 0;
  }
}

/*================= SIGNLE + 404 ERROR ==============*/



/*============= FRONT PAGE: COLLECTIONS SECTION =============*/

#blog {
  margin: 40px 0;
}
#blog [class*="col-"] {
  padding: .45rem;
}
#blog .blog__header h2 {
  font-size: 2.755rem;
  font-weight: 100;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  padding: 0
}
#blog .blog__container {
  padding: 0;
  border: 1px solid #333;
}
#blog .blog__img-wrapper img {
 width: 100%;
}
#blog .blog__content-wrapper {
  padding: 10px 15px 5px;
}
#blog .blog__content-wrapper h3 {
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0;
}
#blog .blog__content-wrapper p {
  font-size: .8rem;
  margin-bottom: 0.25rem;
} 
#blog .blog__content-wrapper .cta-btn {
    color: #333;
    display: inline-flex;
    border-bottom: 1px solid #333;
    margin: 8px 0;
}
#blog .blog__content-wrapper .cta-btn:hover {
  color: #6083d5;
  border-bottom: 1px solid #6083d5;
}







/*============= WOOCOMMERCE PAGES =============*/
body.admin-bar #shop__content {
    margin-top: 100px;
    width: 100%;
    min-height: 76vh;
}

#shop__content {
    margin-top: 75px;
    width: 100%;
    min-height: 76vh;
}

@media (max-width: 768px) {
  body.admin-bar #shop__content {
      margin-top: 75px;
  }
  #shop__content {
      margin-top: 75px;
      width: 100%;
      min-height: 76vh;
  }
}
ul.woocmmerce__sidebar-menu {
    text-transform: uppercase;
}

body.term-autumn-foliage li.autumn-foliage a,
body.term-black-white li.black-white a,
body.term-nightscapes li.nightscapes a,
body.term-oceanscapes li.oceanscapes a,
body.term-railroad li.railroad a {
  font-weight: 700;
  font-family: 14px;
  color: #6083d5;
}

body.term-autumn-foliage li.autumn-foliage::after,
body.term-black-white li.black-white::after,
body.term-nightscapes li.nightscapes::after,
body.term-oceanscapes li.oceanscapes::after,
body.term-railroad li.railroad::after {
  /*content: "» ";*/
  content: " «";
  font-size: 13px;
  color: #6083d5;
}



.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 8px;
}
.woocommerce label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
}

body.product-template-default .woocommerce__product-cat-list {
  display: none;
}
body.product-template-default .woocommerce {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.woocommerce__product-cat-list {
  border-right: 1px solid #eee;
  margin-top: 15px;
}
.woocommerce__product-cat-list h3 {
  font-size: 18px;
}
.woocommerce__product-cat-list ul {
    padding: 0 8px 0 0;
    list-style: none;
    font-size: 12px;
}
.woocommerce__product-cat-list ul li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .woocommerce__product-cat-list {
      display: none;
  }
}

.woocommerce__cat-dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  width: 100%;
}

.woocommerce__cat-dropdown {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}

.woocommerce__cat-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.woocommerce__cat-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.woocommerce__cat-dropdown-content a:hover {background-color: #ddd;}

.woocommerce__cat-dropdown:hover .woocommerce__cat-dropdown-content {display: block; width: 85%;}

.woocommerce__cat-dropdown:hover .woocommerce__cat-dropbtn {background-color: #3e8e41;}

.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #6083d5;
  color: #fff;
}
div#product_content {
    min-height: 850px;
    width: 100%;
    padding: 0 20px 20px;
}

h1.page-title {
  font-weight: 100;
}

h1.product_title {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 18px;
}
.term-description {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}



.woocommerce form .form-row label {
  width: 100%;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 0.2em;
}
.woocommerce ul.products li.product .price {
  display: none;
}

/* removes category title 
.woocommerce .page-title {
    display: none;
}*/

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: black;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce span.onsale {
  min-height: 4em;
  min-width: 4em;
  padding: 0.302em;
  font-size: 1.1em;
  font-weight: 700;
  background-color: #6083d5;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #6083d5;
  font-size: 1.25em;
}
p.price ins {
    text-decoration: none;
}
.woocommerce-Price-amount.amount {
    padding-right: 10px;
}
ul.products li.product .price {
  color: #6083d5 !important;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

/* PRODUCT PAGE */

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: .95em;
}
table.variations {
    font-size: 14px;
}
dl.variation {
    font-size: 12px;
    margin-left: 18px;
}
/*resizes product page columns */
@media only screen and (min-width: 768px) {
  .woocommerce div.product div.images {
    width: 40%;
  }
  .woocommerce div.product div.summary {
    width: 55%;
  }
}
.woocommerce .quantity .qty {
  width: 4em;
  text-align: center;
  height: 2.3em;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 32%;
    padding: 10px;
    margin-left: 10px;
}
.woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 0 0.5em;
}


.product_meta > span {
  display: block;
  border-top: 1px dotted #dddddd;
  padding: 7px 0;
  font-size: 80%;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  /*background-color: #2c6ecf;*/
  background-color: #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
}



div#tab-description,
div#tab-frame_tab,
div#tab-reviews {
    font-size: .77em;
    background-color: white;
    padding: 1.5em 2em;
    border-bottom: 1px solid #d3ced2;
    border-left: 1px solid #d3ced2;
    border-right: 1px solid #d3ced2;
}

div#tab-description h2,
div#tab-frame_tab h2 {
  display: none;
}
div#tab-description h3,
div#tab-frame_tab h3 {
  font-size: 1.65rem;
}
div#tab-frame_tab a {
    text-decoration: underline;
}
.photo-details-col {
  padding: 0.75rem 1rem 0.75rem;
}
.photo-specifications-col {
  padding: 0.75rem 1rem 0.75rem;
}
div#tab-description .photo-title,
div#tab-frame_tab .photo-title {
  font-size: 1.25rem;
}
div#tab-description .photo-description {
  font-size: 1.25em;
}
div#tab-frame_tab .frame-description {
  font-size: 1.1em;
}

div#tab-description tr:nth-child(even),
div#tab-frame_tab tr:nth-child(even) {
    background-color: #eeeeee;
}
div#tab-description td,
div#tab-frame_tab td {
    padding: 10px 8px;
}
div#tab-description .table-title,
div#tab-frame_tab .table-title {
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
}

ul.frame-color-swatch {
  margin: 0 auto;
  padding: 0;
}
ul.frame-color-swatch li {
    display: inline-block;
    max-width: 80px;
    padding: 3px 1px;
    margin: 0 auto;
}


p#breadcrumbs {
    font-size: .8rem;
    margin-bottom: 0;
}
mark.count {
    display: none;
}
.woocommerce div.product form.cart {
  margin-top: 20px;
  margin-bottom: 2em;
  margin-right: 24px;
  float: left;
  width: 100%;
}

.yith-wcwl-add-button,
.yith-wcwl-add-to-wishlist {
  margin-top: 22px;
  margin-bottom: 2.5rem;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0 2em;
}

h4.profile-note {
  margin-top: 20px;
}


/*CATERGORY PAGE */

/* center text under product image on category page */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}
h2.woocommerce-loop-product__title {
  font-weight: 300;
}
form.woocommerce-ordering select {
  font-size: 0.85rem;
  padding: 4px;
  color: #505962;
}

.woocommerce-message {
  border-top-color: #6083d5;
}
.woocommerce-message::before {
  content: "\e015";
  color: #6083d5;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 75px;
  box-shadow: none;
}
td.product-name {
    font-size: 14px;
}

.star-rating {
  float: left;
}
.gkartikey-product-rating-count {
  height: 1em;
  line-height: 1em;
  font-size: 0.85em;
  display: inline-block;
  position: absolute;
  top: 294px;
  left: 162px;
}
.woocommerce ul.products li.product .price {
  font-size: 0.9em;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
  margin: 0 auto 12px;
}
.price-wrapper .price {
  clear: both;
}

/* CHECKOUT */
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  max-width: 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

@media (max-width: 768px) {
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
      float: inherit;
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}


/* CART / ACCOUNT */
.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
  body.woocommerce-cart nav.navbar,
  body.woocommerce-checkout nav.navbar,
  body.woocommerce-account nav.navbar {
    background-color: black;
  }
  
  body.woocommerce-cart .page__content,
  body.woocommerce-checkout .page__content,
  body.woocommerce-account .page__content {
    margin-top: 50px;
  }
  
  body.admin-bar.woocommerce-cart .page__content,
  body.admin-bar.woocommerce-checkout .page__content,
  body.admin-bar.woocommerce-account .page__content {
    margin-top: 70px;
    overflow: hidden;
  }
  
  body.woocommerce-account .woocommerce {
      border-top: 1px solid #e1dddd;
      margin-top: 12px;
  }
  
  
  nav.woocommerce-MyAccount-navigation ul li {
      list-style: none;
  }
  nav.woocommerce-MyAccount-navigation {
      padding: 14px;
  }
  .woocommerce-MyAccount-content {
      padding: 14px 14px 0 20px;
      border-left: 1px solid #e1dddd;
  }
}
span.woocommerce-input-wrapper {
  float: left;
  display: contents;
}
input#coupon_code {
  width: 125px;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 28%;
}

div#payment {
    width: 80%;
    margin: 20px auto;
}
body.woocommerce-checkout .woocommerce table.shop_table {
    margin: 0 auto;
    width: 80%;

}

@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce table.shop_table {
      margin: 0 auto;
      width: 100%;
  }
  div#payment {
      width: 100%;
      margin: 30px auto;
  }
}

/* QUICK VIEW */
.wpb_wl_preview_area .wpb_wl_preview {
  background: #6083d5;
}

/* =WordPress Core
-------------------------------------------------------------- */
@media (max-width: 768px) {
.wp-block-image .alignright {
    float: none;
    margin: 18px 0;
}
}



