/*!
Theme Name: supertachyons
Theme URI: https://atomicdesignstudios.com
Author: ATOMIC designstudios
Author URI: https://atomicdesignstudios.com
Description: Supernova theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tachyons
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 with others.

tachyons is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@font-face {
    font-family: 'hk_groteskregular';
    src: url('fonts/hkgrotesk-regular-webfont.woff2') format('woff2'),
         url('fonts/hkgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hk_grotesksemibold';
    src: url('fonts/hkgrotesk-semibold-webfont.woff2') format('woff2'),
         url('fonts/hkgrotesk-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sans-serif {
	font-family: 'hk_groteskregular', arial, helvetica;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, .b, strong, b, .current_page_item a {
 font-family: 'hk_grotesksemibold', arial, helvetica;
     font-weight: normal;
    font-style: normal;
}

.logged-in.admin-bar, .admin-bar #masthead {
    margin-top: 32px !important;
}

.menu ul {
	margin: 0
}

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

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

a, a:active, a:focus {
    color: #6d3d7d;
}

a:hover {
    color: #7d2f97;
}

.tracked-tight {
    letter-spacing: -.02em;
}

/* DESIGN */

.bg-light-gray {
    background-color: #e4e1e6;
}

.caption a {
    color: #000;
}

.hover-bg-purple:hover {
    background: #6d3d7d;
}

.h35 {
    height: 6rem;
}

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

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

/* HACKS */

.wp-post-image, .wp-caption img, img {
    height: auto;
}

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

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

.lh-tight {
    line-height: .8;
}

.nested p {
    margin: 0
}

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

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

#comments {
    display: none;
}

.gform_wrapper .gform_footer input[type="submit"] {
    padding: .3rem .5rem .4rem;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
    padding: .3rem .5rem .5rem !important;
}

.gform_wrapper textarea.large {
    height: 160px !important;
    padding: .3rem .5rem .3rem !important;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
}

input[type="text"], textarea {
    border: 1px solid #000;
}

input[type="text"]:focus, textarea:focus,
input[type="text"]:active, textarea:active {
    border: 1px solid #9d63b0;
    outline: none;
}

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

.mw20 { max-width: 20rem; }
.bg-black-10-l { background-color: rgba(0,0,0,.1); }
.archive .catname { max-width: 24rem; }

}

@media screen and (min-width:80em) {
.w-third-xl { width: 33.33333%; }
.dn-xl { display: none;}
.h3-xl { height: 4rem}
.dtc-xl { display: table-cell; }
.mb0-xl { margin-bottom: 0 }
.mw8-xl { max-width: 60rem }

}

@media screen and (min-width:45em) {
.single { background:url(https://supernova.institute/wp-content/uploads/2017/04/starsPIA10181.jpg); background-attachment: fixed; }
}
