/*!
Theme Name: tachyshimmer
Theme URI: http://underscores.me/
Author: ATOMIC designstudios
Author URI: https://atomicdesignstudios.com
Description: Tachyons power!
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tachyshimmer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

tachyons is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

html {
  scroll-behavior: smooth;
}

.logged-in.admin-bar body {
  margin-top: 32px;
}

#mobilenav {
  margin-left: -100%;
  transition: .8s;
}

#mobilenav.active {
  margin-left: 0;
    transition: .4s;
}

.menubtn svg {
  height: 1.8rem;
  width: 1.8rem;
}

.menu ul {
	margin: 0;
    padding: 0;
}

.menu li {
    display: inline-block;
    margin: 0 .4rem;
}

.menu li a {
    color: #fff;
    text-decoration: none;
}
.menu li a:hover {
    text-decoration: underline;
}

#mobile-menu li {
  display: block;
  margin: .5rem 0;
}

.sub-menu {
  display: none;
    position: absolute;
  z-index: 99;
  width: 180px;
  text-align: left;
  padding: 2px 0 0 0;
}

/* Links inside the dropdown */
.sub-menu li a {
  text-decoration: none;
  display: block;
padding: .35rem 0;
}


#primary-menu .sub-menu li {
  width: 100%;
  padding-left: 0;
}

#primary-menu .sub-menu li::before {
  background: transparent !important;
  height: auto !important;
  width: auto !important;  
}

/* Show the dropdown menu on hover */
.menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

#mobilenav .search-form {
  padding: 1rem 0;
}

#mobile-menu .sub-menu {
  display: block;
  position: relative;
  padding: 0 0 0 1rem;
  list-style: none;
}

#mobile-menu .sub-menu {
  padding-bottom: 1rem;
}

#mobile-menu .sub-menu li a {
  padding: .25rem 0;
}


#menu-book-proposal {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#menu-book-proposal li {
  margin: 0 1rem 0 0;
}

.site-main a {
  color: #fff;
}

.wp-caption-text {
  font-style: italic;
  color: #aeabab;
  font-size: 14px;
}

.wp-video {
  margin: 0 auto;
}

.hdr {
  letter-spacing: 2px
}

.ginput_container_text input {
    padding: .5rem !important;
    margin: .5rem 0 1rem !important;
}

input#gform_submit_button_0 {
    margin: 1rem 0 !important;
    padding: .5rem 1rem !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    cursor: pointer;
}

input#gform_submit_button_0:hover {
  color: #3600A5
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    text-align: center;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container video {
  max-height: 500px;
}  

.wp-post-image, .size-full, .size-medium, .size-large, .size-thumb, .alignright, .alignleft {
    height: auto;
}

.diff {
    mix-blend-mode: difference ;
}

.hard {
    mix-blend-mode: hard-light;
}

.over {
    mix-blend-mode: overlay;
}

.excl {
    mix-blend-mode: exclusion;
}

pre {
  font-size: 1.2rem;
}

.alignright { float: right; margin-left: 2rem; margin-bottom: 1rem }

.alignleft { float: left;  margin-right: 2rem; margin-bottom: 1rem }

/*
@media screen and (max-width:30em) {
.alignright, .alignleft {width: 100%}
}

@media screen and (min-width:30em) {

.alignright { float: right; margin-left: 2rem; margin-bottom: 1rem }

.alignleft { float: left;  margin-right: 2rem; margin-bottom: 1rem }

}*/