/*!
Theme Name: Alphanista
Theme URI: http://underscores.me/
Author: J + Jo Design
Author URI: http://jandjodesign.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alphanista
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.

Alphanista 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#CUSTOM
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
    font-weight: 600;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## CUSTOM
--------------------------------------------------------------*/

/* COLORS

Dark Grey: #414049
Light Grey: #F4F2F4
Navy: #12142F
Light Blue: #A3B1C3

*/

/* === GENERAL === */

.body {
    background-color: #fff;
    font-family: 'baskerville-urw', serif;
    font-size: 16px;
}

.content-area {
    padding: 50px 0;
}

/* === GLOBAL === */

h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'baskerville-urw', serif;
    color: #414049;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.btn,
input[type="submit"] {
    background-color: #12142F;
    color: #fff; 
    font-family: 'Proxima Nova', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
    padding: 10px 20px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important; 
    -moz-border-radius: 0 !important; 
    box-shadow: 1px 2px 13.86px 0.14px rgba(25, 26, 27, 0.13); 
    border: none;
}

.btn:hover ,
input[type="submit"]:hover {
    color: white;
    background-color: #A3B1C3;
}

p {
    font-family: 'baskerville-urw', serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: .01em;
}

a {
    color: #A3B1C3;
}

input {
    font-family: 'Proxima Nova', sans-serif;
    border: 1px solid #414049;
    padding: 10px;
}

/* === HEADER === */

.navbar {
    background-color: #F4F2F4;
    box-shadow: 1px 2px 13.86px 0.14px rgba(25, 26, 27, 0.13); 
}

button.navbar-toggler.navbar-toggler-right {
    border: solid 2px rgb(150,166,187);
    box-shadow: 1px 2px 13.86px 0.14px rgba(25, 26, 27, 0.13);
    padding-right: 0;
}

button.navbar-toggler.navbar-toggler-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(150,166,187, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* .navbar-collapse {
    display: flex;
    align-items: center;
}*/

.navbar-nav,
.socialIconsWrapper {
    margin: 0 70px;
}

.nav-item a {
    padding-right: 13px;
    color: #12142F;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold;
}

.nav-item a:hover {
    list-style: none;
}

a:focus,
a:hover {
    color: #A3B1C3;
}

.socialIconsWrapper {
    display: flex;
}

.social-icon {
    color: #12142F;
    list-style: none;
    font-size: 1.4em;
}

.social-icon:hover {
    color: #A3B1C3;
}

/* LOGO BANNER */

.logoBannerContainer {
    padding: 10px 0 30px;
    text-align: center;
}

.logoWrapper {
    margin: 20px auto;
    width: 70%;
    height: auto;
}

.logoWrapper img {
    width: 100%;
    height: auto;
    background-size: contain;
    object-fit: contain;
}

.siteTagline {
    font-family: 'Proxima Nova', sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: .1em;
    font-weight: 600;
}

/* OPTIN BAR */

.optinContainer {
    background-color: #F4F2F4;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.optinContainer h3 {
    text-align: left;
    padding-top: 10px;
    margin-right: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

/* HOME FEATURED IMAGE */

#HomeFeaturedImg {
    padding: 70px 0 200px;
    position: relative;
}

.featuredImgContainer {
    max-height: 500px;
}

.featuredImgContainer img {
    max-height: 500px;
    width: 100%;
    height: auto;
    background-size: cover;
    object-fit: cover;
}

.featuredMetaWrapper {
    background-color: #F4F2F4;
    text-align: center;
    width: 50%;
    padding: 15px 60px 5px;
    position: absolute;
    top: 500px;
    box-shadow: 1px 2px 13.86px 0.14px rgba(25, 26, 27, 0.13); 
}

.articleThumbnailTitle {
    font-weight: 600;
    line-height: 1.3em;
}

.featuredLine {
    width: 30%;
}

.categoryText a {
    font-family: 'Proxima Nova', sans-serif;
    color: #A3B1C3;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    font-weight: 600;
}

/* HOME BLOG GRID */

.excerptImg {
    margin-bottom: 20px;
}

.excerptWrapper {
    margin-bottom: 30px;
}

.excerptImg img {
    width: 100%;
    height: 200px;
    background-size: cover;
    object-fit: cover;
}

.excerptLine {
    width: 30%;
    color: #A3B1C3;
    border-width: 2px;
    text-align: left;
}

#homeBlogGrid p a {
    color: #A3B1C3;
    text-transform: uppercase;
    font-weight: 600;
}

/* FOOTER */

.footerWrapper {
    margin: 20px auto 30px;
}

.footerLogoWrapper {
    height: auto;
    margin: 20px;
}

.footerWrapper img {
    width: 100%;
    height: auto;
    background-size: contain;
    object-fit: contain;
}

.footerBackground {
    background-color: #12142F;
    width: 100%;
    padding-bottom: 40px;
}

.footerNavWrapper {
    display: flex;
    justify-content: center;
}

.footer-nav {
    list-style: none;
    padding-top: 50px;
    display: flex;
    justify-content: center;
}
    
.footer-nav .menu-item a {
    color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .01em;
    text-align: center;
    padding: 0 15px;
}

ul#menu-footer {
    padding-left: 0;
}

.instagramFeed {
	text-align: center;
}

h2.instagramTitle {
	font-family: 'Proxima Nova', sans-serif;
	color: #12142F;
	text-transform: uppercase;
	padding: 15px;
	font-size: 1.3em;
	letter-spacing: .1em;
	font-weight: 600;
}

.socialLine {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

#footer .socialIconsWrapper .social-icon a {
    color: #fff;
}

.searchWidget {
    text-align: center;
    margin: 30px auto;
}

h3.widget-title {
    display: none;
}

.copyright {
    text-align: center;
}

.copyright h5 {
    color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    font-size: .8em;
}

.copyright h5 a {
    font-family: 'Proxima Nova', sans-serif;
    color: #A3B1C3;
    cursor: pointer;
}

/* BLOG */

.pageTitle {
    padding: 70px 0;
}

.pageTitle h1 {
    font-weight: 600;
}

/* SINGLE */

.content {
    padding: 50px 0;
}

.articleHeader h1 {
    font-weight: 600;
}

.articleHeader .metadata {
    font-family: 'Proxima Nova', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
}

.articleHeader p.metadata a {
    color: #A3B1C3;
}

.articleImgWrapper {
    height: 400px;
    overflow: hidden;
}

.articleImgWrapper img {
    width: 100%;
}

.content .socialLine {
    margin: 15px;
    font-size: 1.3em;
}

/* BLOG COMMENTS */

.articleNavLinks {
    margin: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.articleNavLinks h3 a {
    font-family: 'Proxima Nova', sans-serif;
    color: #A3B1C3;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .6em;
    letter-spacing: .1em;
}

.articleNavLinks h3 a {
    color: #A3B1C3;
}

.commentsWrap .comment {
    margin-bottom: 30px;
}

.commentsWrap h3 {
    text-align: center;
    padding: 40px;
    font-weight: 600;
}

.commentsWrap ol {
    margin-top: 15px;
    list-style: none;
}

.comment h5 {
    font-family: 'Proxima Nova', sans-serif;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
}

.commentBody {
    margin-top: 30px;
}

a.comment-reply-link {
    font-family: 'Proxima Nova', sans-serif;
    color: #A3B1C3;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
}

#leaveComment label {
    font-weight: 600;
}

.commentFormAuthor input,
.commentFormEmail input,
.commentFormUrl input,
#comment {
    width: 100%;
    padding: 10px;
    font-family: 'baskerville-urw', serif;
}

#comment {
    height: 200px;
}

/* ABOUT */

.aboutTitle {
    text-align: center;
    font-weight: 600;
}

.signatureWrapper {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.signature {
    text-align: center;
}

.signature p {
    margin-top: 20px;
}

.signatureImg {
    width: 70%;
}

.signatureImg img {
    width: 100%;
}

.aboutImgWrapper {
    background-size: cover;
    object-fit: cover;
    border: 2px solid #12142F;
    padding: 0;
}

.aboutImgWrapper img {
    width: 100%;
    height: auto;
}

/* COMPANY LOGOS */

#companyLogos {
    background-color: #12142F;
    padding: 50px 0;
}

.companyLogo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.companyLogo img {
    width: 100%;
}

/* ARCHIVES */

.archiveLoop {
    margin-bottom: 40px;
}

.archives header.page-header {
      margin-bottom: 50px;
}

h2.entry-title a {
    color: #12142F;
    font-weight: 600;
}

.archives a {
    color: #A3B1C3;
}

.cat-links,
.comments-link,
.edit-link {
    padding-right: 20px;
}

/* SUBMIT */

input.wpcf7-form-control.wpcf7-file {
	border: none;
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        padding-top: 50px;
        display: flex;
        justify-content: center;
    }
    
    .navbar-nav .nav-link {
        font-size: 20px;
        text-align: center;
        padding: 15px 0;
    }
    
	.nav-item {
		padding: 20px 0;
	}
    
    .socialIconsWrapper {
        display: flex;
        justify-content: center;
    }
    
    .social-icon .nav-link {
        font-size: 30px;
    }
    
    .logoWrapper {
        margin-top: 50px;
        width: 90%;
    }
    
    .featuredMetaWrapper {
        width: 70%;
        padding: 30px 20px;
    }
    
    .copyright h5 {
        font-size: 1em;
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 600px) {
    .featuredMetaWrapper {
        top: 400px;
        width: 90%;
    }
    
    .companyLogo {
        padding-bottom: 20px;
    }
    
    .optinContainer h3 {
        text-align: center;
        padding-bottom: 30px;
    }
    
    .footer-nav {
        display: inline-block;
        justify-content: center;
        text-align: center;
    }
    
    .footer-nav .menu-item {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 400px) {
	
    .socialIconsWrapper {
        text-align: center;
        padding: 0;
    }
    
    .socialIconsWrapper__Header {
    padding: 30px 0 0;
    margin: 0;
    text-align: center;
    }
	
   .wpcf7-textarea,
   .wpcf7-text {
     max-width: 60%;
   }
	
    input#author,
    input#email,
    input#url {
        width: 100%;
    }
}