
{
  font-size: 15px !important;
  font-weight: 500 !important;
}



li.item.top_level [href="https://www.johnoreillyart.com"] {
pointer-events: none;
  cursor: default;
  color: #555;
  font-weight: 600;
  padding-top: 1.5em;
}

.small-text {
  padding-top: 1.2em;
}



.gallery #assets {
  opacity: 0;
  transform: translateY(100px);
  /* prepare animation but don’t repeat it */
  animation: fadeUp 0.5s ease-out forwards;
  /* you can change the delay if you like */
  animation-delay: 0.2s;
  
  transition: opacity 1500ms, transform 950ms;
  transition-timing-function: ease, ease;
  transition-timing-function: cubic-bezier(0.5, 0, 0.2, 1);
  

}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.gallery #assets img {
    opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
  animation-delay: 0.2s; 
}

.gallery-navigation, #caption-content {
    opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
  animation-delay: 0.2s; 
}




@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}





.cv-section {
  padding-bottom: 2em;
  font-size: 14px;
}
.cv-section-title {
  font-weight: 600;
  padding-bottom: 0.3em;
  color: #555;
}
.cv-entry {
  margin: 0.3em 0;
  text-align: justify;
  display: grid;
    grid-template-columns: 0.3fr 1fr;
    grid-gap: 0.2em;
}
.cv-entry-year {
  color: #aaa;
}
.cv-entry-description {
 text-align: justify;
}
.contact-text p {
  padding: 1em;
}




.format-mailing-list__form-fieldset--submit-button {
  background-color: #f9f9f9;
}
.follow-wrapper {
  padding-top: 2em;
  padding-bottom: 4em;
  border-top: 1px solid;
  border-color: #eee;
}
.follow-heading {
  font-size: 18pt;
  padding-top: 1.8em;
  padding-bottom: 1em;
}







@media screen and (min-width:768px)
  {

#logo, .logo {
 white-space: nowrap;
}

.menu {
  padding-top: 6.3em;
}

.menu-nav {
  padding-top: 10px;
}

.menu-footer {
  margin-top: 5em;
}

#social .social-icon {
  height: 16px;
}



.gallery #assets {
  width: 100%;
  overflow: hidden;
  padding-left: 200px;
  padding-right: 20px;
  max-width: 1340px;
  margin: 0 auto;
  margin-top: -1.2em;
}

body.gallery .gallery-navigation a {
  color: #7fabbf;
}

.gallery #assets .open-close-thumbs {
  float: left !important;
  padding-right: 2em;
  margin-left: 0;
  margin-right: 0;
  color: #777;
  opacity: 0.6;
}

body.gallery #assets .navigation .counter {
  opacity: 0.5;
}

.gallery .pagination ul.thumb_container {
 margin-left: 18% !important;
width: 80% !important;
}

body.gallery .assets_container .title_image img, body.gallery .assets_container .asset.image img, body.gallery .assets_container .title_image canvas, body.gallery .assets_container .asset.image canvas {
  max-height: 70vh;
}


#content_page_wrapper .format-mailing-list .format-mailing-list__overlay {
  background-color: #fff !important;
}

.format-mailing-list__content {
  padding-top: 10px !important;
}



  }
  
  
  
  
  
  
  
  
  
  
@media screen and (max-width:767px)
  {

h2 {
  font-size: 1em !important;
}


.mobile-menu-links [href="https://www.johnoreillyart.com"] {
pointer-events: none;
  cursor: default;
  color: #555;
  font-weight: 600;
  padding-top: 1.5em;
}


._4ORMAT_content_page_row {
  padding-top: 3.5em !important;
}

.gallery #assets {
  padding-top: 3.5em;
}

body.gallery .caption .copy {
  padding-top: 1em;
  padding-bottom: 16em;
  }
  
body.gallery .caption, body.gallery .caption h1, body.gallery .caption h2, body.gallery .caption p {
  font-size: 11px;
}


#content_page_wrapper .format-mailing-list .format-mailing-list__content {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

._4ORMAT_module_text_02 {
  padding-top: 10px !important;
}

.follow-wrapper {
  padding-top: 10px !important;

}

.follow-heading {
  padding-top: 1.8em;
  padding-bottom: 1em;
}
  
  
  }