/*!
Theme Name: gd-drakeanderson
Theme URI: https://gianesinidesign.com/
Author: Francesco Gianesini
Author URI: https://gianesinidesign.com/
Description: Custom theme for Drake/Anderson
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gd
Tags: portfolio

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.

gd 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
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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


/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/


/* ========= fonts ========= */

.AvenirLT-Medium {
	font-family: AvenirLT-Medium;
	font-weight: normal;
	font-style: normal;
}

.AvenirLT-Roman {
	font-family: AvenirLT-Roman;
	font-weight: normal;
	font-style: normal;
}

.AvenirLT-MediumOblique {
	font-family: AvenirLT-MediumOblique;
	font-weight: normal;
	font-style: normal;
}

.AvenirLT-BookOblique {
	font-family: AvenirLT-BookOblique;
	font-weight: normal;
	font-style: normal;
}

.AvenirLT-Black {
	font-family: AvenirLT-Black;
	font-weight: normal;
	font-style: normal;
}

.AvenirLT-HeavyOblique {
	font-family: AvenirLT-HeavyOblique;
	font-weight: normal;
	font-style: normal;
}

.AvenirLT-Book {
	font-family: AvenirLT-Book;
	font-weight: normal;
	font-style: normal;
}

.AvenirLT-Light {
	font-family: AvenirLT-Light;
	font-weight: normal;
	font-style: normal;
}

.AvenirLT-BlackOblique {
	font-family: AvenirLT-BlackOblique;
	font-weight: normal;
	font-style: normal;
}

.AvenirLT-LightOblique {
	font-family: AvenirLT-LightOblique;
	font-weight: normal;
	font-style: normal;
}

.AvenirLT-Oblique {
	font-family: AvenirLT-Oblique;
	font-weight: normal;
	font-style: normal;
}

.AvenirLT-Heavy {
	font-family: AvenirLT-Heavy;
	font-weight: normal;
	font-style: normal;
}


/* ========= general ========= */

html,
body,
article {
	height: 100%;
}

.post,
.page {
	margin: 0;
}

#page {
	/*height: 100%;*/
}

body {
	font-family: AvenirLT-Light, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.4;
	color: #404040;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
}

h1,
.h1 {
	font-family: ltc-bodoni-175, serif;
	font-weight: 400;
	font-style: normal;
	/*font-family: 'Times New Roman';*/
	font-size: 2.5rem;
	line-height: 1.2;
	margin: 0 0 1rem 0;
	font-weight: 400;
}

h2,
.h2 {
	font-family: AvenirLT-Roman, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
}

h3,
.h3 {
	/*font-family: AvenirLT-Black, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: .8rem;
    line-height: 1.2;
    margin: 0 0 .5rem 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .02rem;*/
	font-size: .9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: AvenirLT-Heavy, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home h1,
.home .h1 {
	font-size: 2.5rem;
	line-height: 1;
}

p {
	margin-bottom: 1rem;
}

b,
strong {
	font-weight: normal;
	font-family: AvenirLT-Heavy, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

em,
i {
	font-style: normal;
	font-family: AvenirLT-LightOblique, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.lead-paragraph {
	font-size: 1.5rem;
}

.label {
	font-size: 1rem;
}

hr {
	margin-bottom: .5em;
}

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

a {
	text-decoration: none;
	color: #404040;
}

a:hover {
	text-decoration: none;
	color: #dabe82;
}

.footnotes {
	font-size: .75em;
}

/* ========= Homepage ========= */


/* Homepage random background */

.desktop-bgimg,
.smartphone-bgimg,
.tablet-bgimg {
	min-height: 100vh;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
}

.desktop-bgimg {
	display: block;
}

.smartphone-bgimg {
	display: none;
}

.tablet-bgimg {
	display: none;
}

@media (max-width:640px) {
	.desktop-bgimg {
		display: none;
	}
	.tablet-bgimg {
		display: none;
	}
	.smartphone-bgimg {
		display: block;
		background-attachment: scroll;
	}
}

@media (min-width: 768px) and (orientation: portrait) {
	.desktop-bgimg {
		display: none;
	}
	.tablet-bgimg {
		display: block;
		background-attachment: scroll;
	}
	.smartphone-bgimg {
		display: none;
	}
}


/* homepage logos */

.homepage-logo-overlay img,
.downarrow img {
	width: 100%;
	height: auto;
}

.homepage-logo-overlay {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 400px;
	/*width: 60%;*/
}


/*.home .logo {
	visibility: hidden;
}*/

.downarrow {
	bottom: 2%;
	cursor: pointer;
	left: 50%;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 50px;
}

/* Homepage popup – AND */

#homepageModal {
	color: #fff;
}

#homepageModal .modal-header {
	color: transparent;
}

.modal-dialog {
    max-width: 800px;
}

.modal-body {
    padding: 1rem;
	background-color: #000;
}

.modal-body h2 {
    /*font-size: 110%;*/
    letter-spacing: .15em;
}

.homemodal-logo img {
	width: 100%;
	height: auto;
}

.homemodal-logo {
	width: 60%;
}

#homepageModal .close {
    background-color: transparent !important;
    outline: none;
    border: none;
	font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}



/* Homepage popup – Book */

/*#homepageModal {
	color: #000;
}

#homepageModal .modal-header {
	color: transparent;
}

.modal-dialog {
    max-width: 800px;
}

.modal-body {
    padding: 0;
	background-color: #fff;
}

.homemodal-logo img {
	width: 100%;
	height: auto;
}

.homemodal-logo {
	width: 300px;
}

#homepageModal .close {
    background-color: transparent !important;
    outline: none;
    border: none;
	font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}*/




/* ========= header ========= */

header#masthead {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: rgba(255, 255, 255, 1);
}

.home header#masthead {
	/*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
	/*transition: all 0.5s ease 0s;*/
}

.home .menu-active #logo {
	opacity: 1;
}

.home header#masthead.menu-active {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}

header.menu-active {
	height: 100vh;
}

.site-header {
	background: #fff;
}

.navbar {
	background-color: rgba(255, 255, 255, 1);
	font-family: AvenirLT-Roman, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1rem;
}

.home .navbar {
	background-color: rgba(255, 255, 255, 0);
}

.navbar-brand {
	padding: 0;
	margin: 0;
	width: 56px;
	height: auto;
}

.navbar-light .navbar-toggler {
	border: none !important;
}


/* ========= logo ========= */

.site-branding {}

.site-branding a,
.site-branding {
	text-decoration: none;
}

.site-branding a:hover {
	text-decoration: none;
}

.site-branding .current {
	text-decoration: none;
}


/* ========= nav ========= */

.home .navbar a {
	color: rgba(255, 255, 255, 1);
	/*display:inline-flex;*/
}

.home .navbar a:hover {
	color: rgba(255, 255, 255, .5);
}

.navbar a {
	color: #404040;
}

.navbar a:hover {
	color: #dabe82 !important;
}


/*nav#site-navigation, ul#primary-menu {
	display: inline-block;
	text-transform: lowercase;
}

ul#primary-menu {
    list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
}

#primary-menu li {
    display: inline-block;
}

#primary-menu li a {
    color: rgba(0,0,0,.25);
	text-decoration: none;
}

.current-menu-item a {
	color: #000 !important;
}

.single .menu-item-1388 a {
	color: #000 !important;
}

.page-template-page-logos .menu-item-1388 a {
	color: #000 !important;
}

#primary-menu li a:hover {
    color: rgba(0,0,0,1);
	text-decoration: none;
}
.unclickable > a:hover {
  	cursor: default;
	color: rgba(0,0,0,.25) !important;
}

#masthead.site-header #primary-menu li a {
    transition: 0.6s;
}*/


/* ========= home header ========= */


/*.header-tagline {
	display: none;
}

.home .header-tagline {
	display: block;
}

.home #masthead.site-header {
    background: transparent;
}

.home #masthead.site-header .site-branding.logo a {
    color: rgba(0,0,0,1);

}


.home #masthead.site-header.sticky #primary-menu li a {

	color: rgba(0,0,0,.25);
}

.home #masthead.site-header #primary-menu li a   {  color: rgba(0,0,0,.25); }
.home #masthead.site-header #primary-menu li a:hover { color:rgba(0,0,0,1); }
.home #masthead.site-header.sticky #primary-menu li a:hover { color:rgba(0,0,0,1); }



.home .site-branding a, .home .site-branding {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}

.home .site-branding a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.home .site-branding .current {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.home .site-header {
	background-color: rgba(255,255,255,0);
}

.home #primary-menu li a {
    color: rgba(255,255,255,.25);
	text-decoration: none;
}

.home #primary-menu li a:hover {
    color: rgba(255,255,255,1);
	text-decoration: none;
}
.home .unclickable > a:hover {
  	cursor: default;
	color: rgba(255,255,255,.25) !important;
}*/


/* ========= home ========= */


/*.home #content {
	margin-top: 0;
}

.home .aboutbox {
	color: #fff;
	text-align: left;
}

.home .aboutbox a {
    color: #fff;
	border-bottom: dashed 1px #fff;
}

.home .aboutbox a:hover {
    color: #fff;
	border-bottom: solid 1px #fff;
}

.home .aboutbox {
	font-size: 1.5rem;
    line-height: 1.2;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 1140px;
	padding: 0 2rem;
}
*/


/* ========= portfolio grid page ========= */

.featured {
	margin-bottom: 30px;
}

.featured a {
	position: relative;
	width: 100%;
	float: left;
}

.featured a::before {
	background: #000;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	z-index: 0;
	/* background: rgb(0 0 0 / 20%); */
	opacity: 0.2;
}

.featured a:hover::before {
	/* background: rgb(0 0 0 / 82%); */
	opacity: 0.82;
}

.featured-rollover {
	/*opacity: 0;*/
	padding: 0 30px;
	position: absolute;
	text-align: center;
	top: 49%;
	transform: translateY(-49%);
	-webkit-transform: translateY(-49%);
	transition: visibility 0s 2s, opacity 2s ease-in-out;
	-webkit-transition: visibility 0s 2s, opacity 2s ease-in-out;
	width: 100%;
}


/*
.featured a:hover .featured-rollover {
    z-index: 999;
}*/

.featured a:hover .featured-rollover .featured-caption {
	color: rgba(255, 255, 255, .85);
}

.featured-rollover .featured-caption {
	font-family: ltc-bodoni-175, serif;
	font-weight: 400;
	font-style: normal;
	/*font-family: 'Times New Roman', AvenirLT-Light, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 14rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .65);
	line-height: 1;
}


/*.portfolio-grid a:hover .featured-rollover {
    opacity: 1;
}*/

.portfolio-grid a:hover::before {
	/*opacity: .6;*/
}

.portfolio-grid a img {
	height: 100%;
	width: 100%;
	/*-webkit-filter: brightness(85%);
    filter: brightness(85%);*/
}

.portfolio-grid a:hover img {
	/*filter: brightness(50%);*/
}


/* ========= portfolio single ========= */


/*.portfolio-single-gallery {  to clear fixed postnav
    padding-bottom: 4rem;
}*/

.single .entry-header {
	/*position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;*/
}

.project-content .entry-header h1 {
	/*position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;*/
	font-family: AvenirLT-Light, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.project-name {
	font-size: .9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: AvenirLT-Heavy, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 1.5rem;
}

.project-credits {
	font-size: .9rem;
	font-family: AvenirLT-Light, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 1.5rem;
}

.page-template-page-portfolio article,
.single article {
	height: auto;
}

.portfolio-row {
	/*margin-bottom: 30px;*/
}

.portfolio-item {
	margin-bottom: 30px;
}

.portfolio-text {
	padding: 4rem 4rem 2rem 4rem;
}

.single-projects .entry-footer {
	background-color: rgba(255, 255, 255, .9);
}

.single-projects .entry-footer {
	/*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
	/*transition: all 0.5s ease 0s;*/
}

.entry-footer .share {
	text-align: center;
}

.entry-footer .sharelabel {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .75rem;
	padding: .5rem 0;
}

.entry-footer .sharebutton {
	display: inline-block;
	width: 24px;
}

.sideshare {
	position: fixed;
	right: 0;
	top: 50%;
	text-align: center;
	width: 50px;
}

.sideshare .sharelabel {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .65rem;
	text-align: left;
	position: relative;
	top: -24px;
	color: #999;
	transform: rotate(90deg);
	/* Legacy vendor prefixes that you probably don't need... */
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* IE */
	-ms-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.sideshare .sharebutton {
	/*width: 30px;*/
}

.sideshare .fab {
	color: #ccc;
	font-size: 24px;
}

.sideshare .fab:hover {
	color: #000;
}

.sharebutton img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.sharebutton a:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
	opacity: 1;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.sfm-pos-right .sfm-rollback {
	display: none;
}

.postnavlink.prev img,
.postnavlink.next img {
	width: 40px;
}

.postnavlink.backtotop img {
	width: 50px;
}


/* ========= captions ========= */

.gallerycaption,
.gallerydescription {
	display: none;
}

.gallerydescription a {
	color: #999;
	font-size: .9rem;
}

.gallerydescription a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: none;
}


/* ========= publications ========= */

.publication-date {
	text-align: center;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: solid 1px #999;
	padding-bottom: 1rem;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}


/*.page-template-page-publications .featured:nth-child(-n+12) {
    padding: 2rem !important;
}*/

.page-template-page-publications .featured {
	padding: 2rem;
}

.page-template-page-publications .featured {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	border: 1px solid transparent;
	position: relative;
	/*transition: all 700ms ease;
    -webkit-transition: all 700ms ease;*/
}

.page-template-page-publications .featured:hover {
	opacity: .5;
}

.page-template-page-publications .featured {
	/*background: none;
    border: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 2px #f3f3f3;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
     transition: color 0.25s;
     -webkit-transition: color 0.25s;
     width: 100%;
    flex: 100%;
    max-width: 100%;
    cursor: pointer;*/
}


/*.page-template-page-publications .featured:hover::before {
    border-top-color: #999;
    border-right-color: #999;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.page-template-page-publications .featured:hover::after {
    border-bottom-color: #999;
    border-left-color: #999;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.page-template-page-publications .featured::before, .page-template-page-publications .featured::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-template-page-publications .featured::before, .page-template-page-publications .featured::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
}

.page-template-page-publications .featured::before {
    top: 0;
    left: 0;
}

.page-template-page-publications .featured::after {
    bottom: 0;
    right: 0;
}

.page-template-page-publications .featured:hover::before, .page-template-page-publications .featured:hover::after {
    width: 100%;
    height: 100%;
}

*/

.page-template-page-publications .featured a::before {
	background: none;
}

.page-content.publications-grid .row.h-100 {
	/* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 25px;*/
}


/* ========= about – default page – contact – 404 ========= */

.page-content {
	margin-top: 7.5rem;
}

.page-template-default,
.page-template-page-about {}

.page-template-page-about .entry-content {}

.page-template-page-about .page-content {}


/* Purpose page */

.card-header {
	padding: 0;
	border-bottom: 0;
}

.accordion-header-dk {
	background-color: #eddec1;
}

.accordion-header-lt {
	background-color: #f6efdf;
}

.accordion-wrapper {
	padding: 0 4rem 0 4rem;
}

.accordion-body, .card-body {
	padding: 0rem 4rem 2rem 4rem;
}

.accordion-item {
	border: none !important;
}

.toggle-arrow {
    float: right;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}
.toggle-arrow.rotate {
    transform: rotate(180deg);
}

.toggle-arrow {
	color: rgba(0,0,0,.25);
}

.accordion .card-body a {
    text-decoration: underline;
}

.accordion-button {
    background-color: transparent;
    margin: 0;
    padding: 2rem 4rem;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.footnotes ol, .footnotes ul {
    margin: 0 3em 1.5em 3em;
}

.resources-references ol, .resources-references ul {
    font-size: .75em;
    margin: 0 0 0 1em;
    padding: 0;
    list-style-position: outside;
}



/* Contact */

.page-template-page-contact .entry-content p {
	margin-bottom: 2rem;
}

.page-template-page-contact .contact-logo img {
	width: 100%;
	height: auto;
}

.page-template-page-contact .contact-logo {
	max-width: 180px;
	margin-bottom: 3rem;
}

.about-text-box {
	margin-top: 7.5rem;
}

.contact-text-box, .book-text-box {
	padding: 5rem 5rem 0 5rem;
}

.contact-logo-above {
	display: block;
}

.contact-logo-below {
	display: none;
}

.page-template-page-contact .modal-dialog {
    max-width: max-content;
}

/* Book page – order button */
	
.book-text-box a {
background-color: #dabe82;
padding: 14px 20px;
color: #fff;
}

.book-text-box a:hover {
background-color: #000;
padding: 14px 20px;
color: #fff;
}


/* 404 */

.error404 #page {
	height: 100%;
}
.custom_subscribe {
    cursor: pointer;
}
.custom_subscribe:hover {
	color: #dabe82 !important;
}
.page-template.modal-open {
	padding-right: 0px !important;
}
/*.modal-open .custom-model-outer {
    overflow-x: hidden;
    overflow-y: hidden;
}*/

.modal-content.custom-content {
	border: 15px solid #dabd83;
	border-radius: 0px;
	padding: 35px;
	background: #fff;
}
.modal-content .modal-body.custom-popup {
	text-align: center;
	padding: 0px;
}
.modal-content .modal-body.custom-popup h5 {
	color: #404040;
	font-family: ltc-bodoni-175, serif;
    font-weight: 400;
    font-size: 2.9rem;
    padding-bottom: 12px;
	background-color: #fff;
}
.modal-content #cmApp_signupContainer {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.cmApp_signupContainer.custom-form-signup input {
	height: 45px !important;
	padding: 10px 20px !important;
	margin-bottom: 18px !important;
	border: 1px solid #909090 !important; 
	font-family: AvenirLT-Light, sans-serif !important;
	box-shadow: none !important;
}
.cmApp_signupContainer.custom-form-signup input:focus {
	border: 1px solid #dabd83 !important; 
	outline: none;
}
.cmApp_signupContainer.custom-form-signup input[type="submit"] {
	width: 150px !important;
	margin: 0 auto !important;
	cursor: pointer !important;
	background-color: #dabd83 !important;
	border: 0px !important;
	border-radius: 0px !important;
	outline: none;
	font-family: AvenirLT-Light, sans-serif !important;
	font-size: 20px !important;
}
.cmApp_signupContainer.custom-form-signup input[type="submit"]:hover {
	background-color: #404040 !important;
}
.cmApp_cf.custom-form-cm-section {
	text-align: center !important;
}
.modal-backdrop {
    background-color: transparent !important;
}

.cmApp_signupContainer.custom-form-signup .cmApp_errorMsg {
	font-family: AvenirLT-Light, sans-serif !important;
	text-align: center;
}
.cmApp_signupContainer.custom-form-signup #cmApp_errorAll div {
	font-family: AvenirLT-Light, sans-serif !important;
}
.cmApp_signupContainer.custom-form-signup #cmApp_thankYouCheck img {
	width: 300px;
}
.cmApp_signupContainer.custom-form-signup .cmApp_processingMsg {
	padding: 10px;
}
.cmApp_signupContainer.custom-form-signup .cmApp_processingMsg p{
	margin-bottom: 0px;
	line-height: initial !important;
	font-family: AvenirLT-Light, sans-serif !important;
}



/* ========= footer ========= */

.postnav {
	font-family: AvenirLT-Roman, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1rem;
}

.container.postnav {
	/*max-width: 480px;*/
}

.postnavlink.prev {
	text-align: left;
}

.postnavlink.backtotop {
	text-align: center;
}

.postnavlink.next {
	text-align: right;
}

/*.site-footer {
	display: none;
}*/

.site-footer a {
	color: #404040;
}

.site-footer a:hover {
	color: #dabe82;
}

.page-template-page-contact .site-footer {
	color: #404040;
	text-align: left;
	/*display: block;*/
}

.single-projects .site-footer {
    padding-bottom: 4rem;
}

.footer-block {
	padding: .1rem .5rem 0 0;
}

.page-template-page-contact .footer-block-credits {
	display: block;
}

.site-description {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8rem;
	font-weight: 300;
	color: #404040;
}

.legal {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .65rem;
	font-weight: 400;
}


/*.home .site-footer, .error404 .site-footer {
    position: fixed;
	z-index: 99999;
    bottom: 0;
    width: 100%;
}

.home .site-footer {
	background-color: transparent;
}

.home .site-description {
	color: #fff;
}*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	z-index: 9999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../gd/graphics/image-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}


/*2-2-21*/

body.home .site-header.transparent .navbar-brand.logo {
	opacity: 0;
	visibility: hidden;
}

body.home .site-header .navbar-brand.logo {
	opacity: 1;
	visibility: visible;
	transition: all 0.8s ease .3s;
	backface-visibility: hidden !important;
}

body.home .site-header.transparent {
	background: transparent !important;
}

body.home .site-header.transparent a.nav-link {
	color: #fff;
}

.site-header {
	transition: all 0.1s ease .1s;
}

.site-header a.nav-link {
	transition: all 0.1s ease .1s;
}


/*responsive menu*/


/*close animation*/

.site-header .navbar-toggler-icon:before,
.navbar-toggler-icon:after {
	content: '';
	position: absolute;
	left: 0px;
	background-color: #716464;
	height: 2px;
	margin: 0 0 8px 0;
	width: 25px;
	transition: all .6s;
}

.site-header .navbar-toggler-icon:before {
	top: -8px;
}

.site-header .navbar-toggler-icon:after {
	bottom: -16px;
}

.site-header .navbar-toggler-icon {
	background-color: #716464;
	height: 2px;
	margin: 0 0 8px 0;
	width: 25px;
	transition: all .6s;
	position: relative;
}

.site-header.menu-active .navbar-toggler-icon:before,
.site-header.menu-active .navbar-toggler-icon:after {
	background-color: #716464;
}

.site-header.menu-active .navbar-toggler-icon:before {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
	top: -13px;
}

.site-header.menu-active .navbar-toggler-icon {
	opacity: 1;
	background: transparent;
	top: 3px;
}

body.home .site-header.menu-active .navbar-toggler-icon {
	top: -40px;
}

.site-header.menu-active .navbar-toggler-icon:after {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
	bottom: -17px;
	left: -1px;
}

body.home .site-header.clear .navbar-toggler-icon,
body.home .site-header.clear .navbar-toggler-icon:before,
body.home .site-header.clear .navbar-toggler-icon:after {
	background-color: #fff;
}

body.home .site-header.menu-active .navbar-toggler-icon:before,
body.home .site-header.menu-active .navbar-toggler-icon:after {
	background-color: #716464;
}

body.home .site-header.menu-active .navbar-toggler-icon {
	background: transparent;
}


/*close animation END*/

.navbar-collapse.collapse.show .collapse.navbar-collapse {
	display: block;
}

body.home .site-header.transparent.menu-active .logo {
	opacity: 1;
	visibility: visible;
}

body.home .site-header.transparent.menu-active {
	background: #fff !important;
}

body.home .site-header.transparent.menu-active .navbar-text {
	width: 100%;
}

body.home .site-header.transparent.menu-active a.nav-link {
	color: #000;
	text-align: center;
}

.site-header.menu-active a.nav-link {
	color: #000;
	/*font-weight: 600;*/
}


/*
.navbar-light .navbar-toggler{
	    padding: 0px;
}*/

.navbar-light .navbar-toggler:focus {
	outline: none;
}

.site-header .navbar-text {
	width: 100%;
	text-align: center;
}

.site-header.menu-active .navbar {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	height: 80%;
}


/*responsive menu END*/


/*2-2-21 END*/

@media (min-width: 1200px) {
	.container {
		max-width: 2000px;
		/*padding: 0 4rem;*/
	}
}

@media (min-width: 992px) {
	/* iPad landscape and up */
}

@media (min-width: 768px) {
	/* iPad portrait and up */
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (min-width:4501px) and (max-width: 6000px) {
	/*25*/
}

@media only screen and (min-width:3100px) and (max-width: 4500px) {}

@media only screen and (min-width:2701px) and (max-width: 3100px) {
	/*50%*/
}

@media only screen and (min-width:2001px) and (max-width: 2700px) {
	/*67%*/
}

@media only screen and (min-width: 1801px) and (max-width: 2000px) {
	/*75%*/
}

@media only screen and (min-width:1601px) and (max-width: 1800px) {
	/*80%*/
}

@media only screen and (min-width:1517px) and (max-width: 1600px) {
	/*90%*/
}

@media (min-width:1200px) and (max-width:1516px) {}

@media (max-width:1300px) {}

@media (max-width:1199px) {}

@media (max-width:1024px) {
	/* iPad Landscape */
	.hidemobile,
	.hidetablet {
		display: none;
	}
	.featured-rollover .featured-caption {
		font-size: 1.5rem;
	}
	.page-template-page-about .page-content {
		margin-top: 5.5rem;
	}
	.desktop-bgimg {
		background-attachment: scroll;
	}
	.contact-text-box, .book-text-box {
		padding: 2rem 1rem 0 1rem;
	}
}

@media (max-width:991px) {
	.hidemobile,
	.hidetablet {
		display: none;
	}
	body.home header#masthead,
	body.home header#masthead.clear.menu-active {
		background: #fff;
	}
	body.home header#masthead.clear {
		background: transparent;
	}
	header#masthead.menu-active {
		opacity: 0.9;
		background: #fff;
	}
	body.home .site-header .navbar-toggler-icon,
	body.home .site-header .navbar-toggler-icon:before,
	body.home .site-header .navbar-toggler-icon:after {
		background-color: #716464;
	}
	body.home .site-header.clear .logo {
		opacity: 0;
		visibility: hidden;
	}
	body.home .site-header .logo,
	body.home .site-header.clear.menu-active .logo {
		opacity: 1;
		visibility: visible;
	}
	body.no-scroll {
		overflow: hidden !important;
	}
	body.home .site-header.menu-active .navbar-toggler-icon {
		top: 0px;
	}
	.page-content.publications-grid .row.h-100 {
		grid-template-columns: 1fr 1fr 1fr;
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	/* iPad Portrait */
	.hidemobile,
	.hidetablet {
		display: none;
	}
	.site-header {}
	.home h1,
	.home .h1 {}
	.page-template-page-portfolio .header-tagline,
	.page-template-page-about .header-tagline {
		display: none;
	}
	.featured-rollover .featured-caption {
		font-size: 8rem;
	}
	.tagline {}
	.page-template-page-about .page-content {
		margin-top: 5.5rem;
	}
	.site-header.menu-active .navbar {
		height: 57%;
	}
	.contact-text-box, .book-text-box {
		padding: 5rem;
	}
}

@media (max-width:767px) {
	/* iPhone landscape */
	.hidemobile,
	.hidetablet {
		display: none;
	}
	.site-header.menu-active .navbar {
		height: 80%;
	}
	.desktop-bgimg {
		background-attachment: scroll;
	}
}

@media (max-width:1023px) {
	/* iPhone landscape / CUSTOM */
	.hidemobile,
	.hidetablet {
		display: none;
	}
	h1,
	.h1 {}
	.home h1,
	.home .h1 {
		font-size: 2rem;
	}
	.page-template-page-portfolio .header-tagline,
	.page-template-page-about .header-tagline {
		display: none;
	}
	.description-primary {
		font-size: 1rem;
	}
	.page-template-page-about .page-content {
		margin-top: 5.5rem;
	}
	.contact-text-box, .book-text-box {
		padding: 5rem 1rem 0 1rem;
	}
	
	 /* AND modal */
	
	.modal-dialog {
    	max-width: 600px;
	}
}

@media (max-width:640px) {
	/* iPhone portrait */
	body {
		font-size: 18px;
	}
	.hidemobile,
	.hidetablet {
		display: none;
	}
	.header-logo-nav {
		font-size: 1.25rem;
	}
	h1,
	.h1 {
		font-size: 2rem;
		line-height: 1;
	}
	.single .entry-content {
		margin-top: 13rem;
	}
	.description-primary {
		font-size: 1rem;
	}
	.page-content {
		margin-top: 8rem;
	}
	.footer-block {
		/*text-align: center;*/
		display: block;
		text-align: center;
		padding: .1rem .5rem;
	}
	.site-header.menu-active a.nav-link {
		color: #000;
		font-size: 2rem;
	}
	/* Homepage */
	.homepage-logo-overlay {
		width: 75%;
	}
	/* Grid */
	.featured {
		margin-bottom: 15px;
	}
	/* Portfolio Single */
	.portfolio-item {
		margin-bottom: 15px;
	}
	.portfolio-text {
		padding: 1rem 1rem 0rem 1rem;
	}
	/*.portfolio-text p:last-child {
    margin-bottom: 0;
	}*/
	.postnavlink.prev img,
	.postnavlink.next img {
		width: 30px;
	}
	.postnavlink.backtotop img {
		width: 35px;
	}
	/* About */
	.page-template-page-about .page-content {
		margin-top: 5.5rem;
	}
	.page-template-page-about .entry-content {
		/*font-size: 1.5rem;
    	line-height: 1.2;*/
	}
	.about-text-box {
		margin-top: 2rem;
	}
	/* contact */
	.contact-text-box {
		padding: 2rem 1rem 0 1rem;
		text-align: center;
	}
	
	.book-text-box {
		padding: 2rem 1rem 0 1rem;
	}
	
	.page-template-page-contact .contact-logo {
		max-width: 180px;
		margin-bottom: 3rem;
	}
	.contact-logo-above {
		display: none;
	}
	.contact-logo-below {
		display: block;
	}
	.contact-visual {
		display: none;
	}
	/*.page-content.publications-grid .row.h-100{ grid-template-columns: 1fr 1fr;
	}*/
	.page-template-page-publications .featured {
		padding: .5rem;
	}
	
	/* Hide Book title on popup */
	
	.hustle-group-title {
		display: none !important;
	}
	
	.modal-dialog {
    	/*max-width: 300px;*/
    	margin: 0 auto;
	}
	
	
	.accordion-wrapper {
    	padding: 0;
	}
	
.accordion-body, .card-body {
	padding: 0rem 2rem 2rem 2rem;
}

.accordion-button {
    padding: 2rem 2rem;
}	
	
	
	.footnotes ol {
    	margin: 0;
    	padding: 15px;
	}
	
	.hustle-group-content {
    	font-size: .75em;
	}
	
	/* AND modal */
	
	.homemodal-logo {
    	width: 200px;
	}
	
	.modal-body {
    	font-size: 1rem;
	}

	.modal-body h2 {
    	/*font-size: 1.25rem;*/
    	letter-spacing: .1em;
	}
	
}



@media (max-width:575px) {
	.modal-dialog {
    	max-width: 300px;
    	margin: 0 auto;
	}
	
	.homemodal-logo {
        width: 160px;
    }

}



@media (max-width:480px) {
	.hidemobile,
	.hidetablet {
		display: none;
	}
	.modal-content .modal-body.custom-popup h5 {
	    font-size: 1.9rem;
	    padding-bottom: 10px;
	}
	.modal-content.custom-content {
	    padding: 20px;
	}
	.cmApp_signupContainer.custom-form-signup #cmApp_errorAll div {
	    font-size: 15px;
	}
	.cmApp_signupContainer.custom-form-signup .cmApp_processingMsg p {
	    font-size: 13px;
	}
	.cmApp_signupContainer.custom-form-signup #cmApp_thankYouCheck img {
	    width: 150px;
	}
	/*.page-content.publications-grid .row.h-100{ grid-template-columns: 1fr;
	}*/
}

@media (max-width:360px) {
	.hidemobile,
	.hidetablet {
		display: none;
	}
	.modal-content .modal-body.custom-popup h5 {
	    font-size: 1.5rem;
	    padding-bottom: 5px;
	}
}

@media (max-width:320px) {
	.hidemobile,
	.hidetablet {
		display: none;
	}
}