/*!
Theme Name: Tineke Triggs
Theme URI: https://artkade.com
Author: Artkade
Author URI: https://artkade.com
Description: Description
Version: 1.2.0
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tineke_triggs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	font-size: 62.5%;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--body);
	font-weight: 400;
	font-style: normal;
	color: #505050;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.75em;
}

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

p {
	margin-bottom: 1.5em;
	line-height: 1.75em;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	scroll-behavior: smooth;
}

hr {
	background-color: inherit;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.wp-block-separator, .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	color: #ededed;
	border: 1px solid!important;
    border-left: none!important;
    border-right: none!important;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) { width: 100%!important;}
ul,
ol {
	margin: 0 0 1.5em .5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 99%!important;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
	order: 2;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: start;
	flex: 1 0 50%;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	border-bottom: none; 
	padding-bottom: 4px;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* ARTKADE STYLE */
.wp-block-group-is-layout-flex { display: flex; }


/* ============== GLOBAL VARIABLES ============== */
:root { 
	/*Default Colors ↓ */
	--pink: #BD6F88;
	--text: #3C3D44;
	--softgray: #f8f7f7; /*30% of #C6C0B8 */
	--gray: #C6C0B8; 
	--secondary: #90556C;

	/* Font Related ↓ */
	--light: 300;
	--bold: 900;
	--body: zeitung, sans-serif;
	--head: haboro-contrast-normal, sans-serif;
}  
/* ============== HEADER & MODAL STYLES ============== */
#page { padding: 0 74px; max-width: auto; }
.atk-nav { margin-top:0; }
.atk-menu { position: absolute; top:24px; left: 99%; }
.atk-menu:hover { text-decoration:  none; color: var(--olive); }
.atk-menu-txt { font-size: 1.2rem;text-transform: uppercase; margin-top: 20px; color: var(--pink); }
.atk-menu-txt, .atk-menu-icon { display: block;  }
.atk-menu-icon { background: url('../tineketriggs/inc/images/menu-icon.svg') top center no-repeat; width: 37px; height: 36px; display: block; position: absolute; right:0; }
.custom-logo-link:hover, .custom-logo-link:focus { border-bottom: none; text-decoration: none; } 
.page .custom-logo { transform: scale(0.85); }
.home.page .custom-logo { transform: scale(1);  }
/* modal style */
#primary-menu-list, #menu-footer-three { justify-content: center; display: flex; }
#primary-menu-list li a { border-bottom: none; color: var(--pink); font-size: 1.5rem;  }
#primary-menu-list li a:hover { color: var(--text); }
#primary-menu-list .uk-navbar-dropdown.uk-open::before { content: ''; background: url('../tineketriggs/inc/images/line-menu.png') top center no-repeat; width: 1px; height: 37px; display: block; position: absolute; top: -18.5px;  }

.uk-modal-close-full { top: 10px; color: var(--pink); } 
.atk-menu-modal { background-color: var(--softgray); border-left: 75px solid #fff; border-right: 75px solid #fff; border-bottom: 75px solid #fff; min-height: calc(100vh - 79px)!important; height: calc(100vh - 79px);  }
.uk-modal-close-full svg line { stroke-width: 3.5; } 
.uk-modal-header { border-bottom: 1px solid var(--pink); }
.uk-modal-header, .uk-modal-footer{ background: none; }
.uk-modal-body { min-height: calc(100vh - 345px)!important; height: calc(100vh - 345px); }
.uk-modal-footer #menu-footer-three { padding-left: 0; margin: 0;}
.uk-modal-footer #menu-footer-three li { display: inline-block; margin: 12px 20px; }
.uk-modal-footer li a { font-size: 1.2rem; } 
.uk-modal-footer .uk-button { padding: 0px 30px!important;  background: var(--pink); color: #fff;  font-size: 1.2rem; border-radius: 4px; }

/* dropdown style */
.uk-navbar-dropdown, .uk-navbar-dropbar { background: none; box-shadow: none; width: 220px; padding-left: 0; }
.uk-navbar-dropdown, .uk-navbar-dropdown.uk-open { top:80px!important;  }
.uk-navbar-dropdown-nav li a { color: var(--text)!important; }
.uk-navbar-dropdown-nav li a:hover { color: var(--secondary)!important; }
.wide-menu .uk-navbar-dropdown li { width: auto!important;  }
.wide-menu .uk-navbar-dropdown { width:600px; left: 86px!important; right: 0; }
.wide-menu #second-tier { list-style-type: none; 
	/*3columns vertical list*/
	  -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; 
/*3columns horizontal list
display: grid; grid-template-columns: repeat(auto-fit,minmax(160px, 1fr)); */
}
.menu-col3  {padding-bottom: 20px;}

/* slideshow style */
.uk-slideshow-items { min-height: calc(100vh - 150px)!important; height: calc(100vh - 150px); }

/* ============== GENERAL GLOBAL STYLES ============== */
.slo-5 { animation-delay: .5s; }
.slo-75 { animation-delay: .75s; }
.slo1 { animation-delay: 1s; }
.slo1-5 { animation-delay: 1.5s; }
.slo2 { animation-delay: 2s; }
.slo3 { animation-delay: 3s; }
.slo4 { animation-delay: 4s; }
.slo5 { animation-delay: 5s; }
.dur1 { animation-duration: 1s; }
.ada { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.break { display: block; }
.padright68 { padding-right: 68px; }
.atk-left-border { border-left:1px solid #739AA3; }
.intro-hdr {font-size: 3.6rem; text-align:right; margin: -24px 0 0; top:50%; position: relative;}
.intro-txt { font-size: 1.6rem; color: var(--text); line-height: 28px; letter-spacing: 0.015em; }
.stretch-wide { margin: 0 -74px; min-height: 545px; }
.uk-container { max-width: 1080px; }
.wp-block-media-text .wp-block-media-text__content { padding: 0 15%; }
.atk-button-primary { background:  var(--pink); color: #fff!important; font-size: 1.8rem; display:block; padding:31px 0; text-align: center;line-height: 1.15em; text-transform: uppercase; border-bottom: none; }
.atk-button-primary:hover { background:  var(--secondary); color: #fff; text-decoration: none; border-bottom: none; }
.wp-block-pullquote p { line-height: 1.5em; text-align: left; font-family: haboro-contrast-normal, sans-serif;font-weight: 900;font-style: italic; font-size: 2.8rem; }
blockquote { text-align: right; }
cite { font-size: 1.6rem; }
.border-line { border-right: 1px solid var(--gray);}
.pad-ftr { padding:2% 3% 2% 7%;}
.fixed-btm { position: absolute; bottom:0; right: 0; }
.no-top-mrg { margin-top:0; }
.pad75-lft-rt { padding: 0 75px; }
.carousel-wrap { height:430px; }
.about.uk-slider-items li img { opacity: .3; }
.about.uk-slider-items li.uk-active img { opacity: 1; }
.press-img:hover {opacity: .65; text-decoration: none!important;}
.carou-img {background-color: #90556C; font-weight: bold; }
.carou-img:hover { background-color: #BD6F88;}
.lap-small-show { display: none;}
.wht-color { color: #fff!important; }

/* typography style */
h1, h2, h3, h4, h5 { font-family: var(--head)!important; font-weight: 200; }
h1 { font-size: 3.4rem; letter-spacing: 0.055em; text-transform: uppercase; color: var(--secondary); }
h2 { font-size: 2.8rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--secondary); }
h3 { font-size: 2.4rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text); }
.uk-h4, h4 { font-size: 2rem; letter-spacing: 0.04em; color: var(--text); }
strong,b { font-weight: 700; }
a, a:visited, a:focus { color: var(--pink); padding-bottom: 4px; letter-spacing: 0.065em; }
a.lined {border-bottom: 1px solid var(--pink); }
a:hover { color: var(--secondary);border-bottom: 1px solid var(--secondary); text-decoration: none; }
a img, a img:visited, a img:focus, a img:hover, figure a, figure a:hover, figure a:visited, figure a:focus { border: none; padding: 0 0 4px 0; text-transform: none; }
em { color: var(--text);}

/* general style */
.wrap { width: 1080px; margin: 60px auto!important; }
.wrap-nomarg { width: 1080px; margin: 0 auto!important;}
.uk-lightbox-toolbar { background: rgba(0,0,0, 0); }
.mason a { border: none;}
.no-marg { margin: 0; }
.column-menu {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(25%, 1fr)); 
  }
  
.column-menu .menu-col3 {
	text-align: center;
	padding-bottom: 20px;
  }
.less-card-pad .uk-card-body { padding: 20px; }
.tile-col-links { margin: 0; }
/* === MODAL === */
.press.uk-modal-dialog { width: 760px!important; }
.uk-modal-header { padding: 40px 60px 0;}
.uk-modal-body { padding: 40px 60px;}
.uk-modal-title { font-size: 2.8rem; text-transform: capitalize; color: #000; font-family: 'Merriweather', serif; }
.author { margin: 10px 0; font-family: 'Merriweather', serif; }
.uk-lightbox-button:hover { border: none; }

/* === HEADING STYLE #3 === */
.title  {
	text-transform: capitalize;
	font-weight: 300;
	letter-spacing: 0.0125em;
	line-height: 1.5em;
	padding-bottom: 15px;
	position: relative;
  }
.title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 55px;
	background-color: var(--secondary);
  }
 .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 95%;
	max-width: 255px;
	background-color: var(--pink);
  }
.title-right  {
	font-weight: 300;
	letter-spacing: 0.0125em;
	line-height: 1.5em;
	padding:20px 0;
	position: relative;
	text-transform: capitalize;
  }
.title-right:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 5px;
	width: 55px;
	background-color: var(--secondary);
  }
  .title-right:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 1px;
	width: 95%;
	max-width: 255px;
	background-color: var(--pink);
  }
  .pagetitle h1 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
  }
  .pagetitle h1:before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -14px;
	background-color: #b80000;
  }
  .pagetitle h1:after {
	width: 100px;
	height: 1px;
	display: block;
	content: "";
	position: relative;
	margin-top: 25px;
	left: 50%;
	margin-left: -50px;
	background-color: #b80000;
  }
  
/* project style */
.prj-top-content { margin-bottom: 40px; }
.proj-text { width: 780px; margin: -60px auto 0; position: relative; background: #fff; padding: 75px; box-sizing: border-box; border-radius: 50%; }
.proj-text .title { margin: 0; font-size: 2.4rem; color: #000; }
.proj-text .subhead { margin: 5px 0 0; font-size: 1.8rem; color: #676767; }
.proj-text .text p { color: #676767; margin-top: 14px; padding: 0 40px; }
.proj-text .title, .proj-text .subhead, .proj-text .text { text-align: center; }
.proj-thumb { border-radius: 5px; overflow: hidden; }
.proj-name { font-size: 1.6rem; margin-top:15px; font-weight: 300; text-transform: uppercase; letter-spacing: .1em; color: var(--secondary);}
.proj-nav-link { margin:-82px 0 0; text-align:center; font-size:1.4rem; color: var(--pink); letter-spacing: 0.11em; }
.proj-nav-link:hover { color: var(--secondary); }
.nav-links {margin: 40px 0 40px;}
.projtitle { text-align: center; font-family: var(--body);}

/* animation keyframes */
@keyframes resize {
	0%   { transform: scale(.85); }
	100% { transform: scale(1); }
}



/* ============== FOOTER STYLES ============== */
footer { background: var(--softgray); border-top: 1px solid var(--gray); }
footer p { font-size: 1.4rem; }
.credit { font-size: 1.2rem; border-bottom: 0; }
#menu-footer-one, #menu-footer-two, #menu-footer-three, #menu-footer-three-1 { list-style: none; }
#menu-footer-one li, #menu-footer-two li, #menu-footer-three-1 li { margin: 12px 0; }
#menu-footer-one li a, #menu-footer-two li a, #menu-footer-three li a, #menu-footer-three-1 li a { border-bottom: none; color: var(--text); }
#menu-footer-one li a:hover, #menu-footer-two li a:hover, #menu-footer-three li a:hover, #menu-footer-three-1 li a:hover { color: var(--secondary); }

/** ================== DESKTOP ================== **/
@media (max-width: 1880px) {
	.wrap { width: 100%; margin: 60px auto!important; } 
	.wp-container-12.lap-down-hide, .lap-down-hide { display: flex; }
	.wp-container-12.lap-down-show, .lap-down-show { display: none; }
}
/** ================== Standard Desktop ================== **/
@media (max-width: 1640px) {
	.wrap { width: 100%; margin: 60px auto!important; } 
	.lap-down-hide { display: none!important; }
	.lap-down-show {  display: flex!important; }
	.wrap { margin: 60px auto 0 !important; }
	.tall-img, .tall-img img { height: 936px; overflow: hidden;}
	.atk-flex-right { justify-content: right; padding-right: 90px; }
	.height60 { height: 30px!important; }
	.height80 { height: 40px!important; }
	.uk-slider-container { max-height: none; }
}
/** =============== LAPTOP Wide =============== **/
@media (max-width: 1460px) {
	.tall-img, .tall-img img { height: auto; }
	.tall-img {margin: 22px 0 0 0!important;}
	.uk-slider-container { max-height: 420px; }
	.less-card-pad .uk-card-body h5 { font-size: 1.5rem; }
	.less-card-pad .uk-card-body { padding: 10px;}
}

@media (max-width: 1300px) {
	.lap-small-show { display: block!important; }
	.lap-small-hide { display: none!important; }
	.uk-logo {margin: 0; padding: 0; }
	.atk-menu { left: 97.5%; }
	.uk-container { width: 100%;}
	.stretch-wide { margin: 0 -35px; }
	#ftr .pad-ftr .uk-grid>* { padding-left: 0px; }
	
}
/** =============== LAPTOP SMALL =============== **/
@media (max-width: 960px) {

}
/** =============== TABLET RETINA =============== **/
@media (max-width: 960px) {
	.home.page .custom-logo, .page .custom-logo, .single .custom-logo { transform: scale(.7);}
	.atk-menu-icon {width: 26px; height: 26px; background-size: 26px; background-position: center;}
    .break, br { display: inline-block; }
	.wp-container-12.lap-down-hide, .lap-down-hide { visibility: hidden; }
	.atk-button-primary { padding: 14px 0; font-size: 1.6rem;}
	.atk-menu-modal { border-left: 55px solid #fff; border-right: 55px solid #fff; border-bottom: 55px solid #fff;  }
	.wrap-nomarg { width: auto;}
	.border-line {border: none; }
	.atk-nav { width: 100%; box-sizing: border-box;}
	.proj-text { width: 100%; padding: 30px; }
	#menu-footer-one li, #menu-footer-two li, #menu-footer-three-1 li, .ftr-small figure, .ftr-small p { text-align: center;}
	#page { padding: 0 55px;  max-width: 100%; box-sizing: border-box; }
	#atk-grid-block_62829e657c4a1 .wp-container-1{ display: none;}
}
/** ================== TABLET ================== **/
@media (max-width : 768px) {
	.uk-container { padding: 0; }
	.wp-block-media-text .wp-block-media-text__content { padding: 40px 10%; }
	.press-logos figure { text-align: center; transform: scale(.75); margin: 0; max-height: 180px;}
	.uk-sticky-fixed { width:100%; }
	.title-right { padding-bottom: 20px;}
	.pad-ftr { padding: 0;}
	.ftr-wide ul { padding: 0; margin: 0; }
	.pad-ftr .uk-grid { margin-left: 0;}
	#ftr .uk-grid { margin-left:0; }
}
/** ================== MOBILE ================== **/
@media (max-width : 480px) {
	body { font-size: 1.6rem; }
	.home.page .custom-logo, .page .custom-logo, .single .custom-logo  { transform: scale(.5);}
	.atk-menu-icon {  width: 26px;	height: 26px; background-size: 24px; background-position: center; }
	.atk-menu { left: 95.5%; }
	.atk-menu-modal {position: relative; border-left: 30px solid #fff; border-right: 30px solid #fff; border-bottom: 30px solid #fff;  }
	.uk-modal-header { position: absolute; width: 100%; padding: 0; margin: 0; border: none; }
	.uk-modal-footer {position: absolute;  width: 100%; bottom: 40px; padding: 0; margin: 0; }
	.uk-navbar-nav { display: block;}
	.uk-navbar-dropdown, .uk-navbar-dropdown.uk-open { display: none;}
	.uk-modal-footer #menu-footer-three li { margin: 12px }
	.carou { padding: 0!important; }
	.ftr-small figure { transform: scale(.5);}
	.ftr-small p { font-size: 1.2rem;}
	.left-align-mobile {text-align: left;}
	.press-year {display: none;}
	.pad75-lft-rt { padding: 0 25px; }
	h1 { font-size: 2.4rem;}
	#primary-menu-list li a { font-size: 1.2rem; }
	#page { padding: 0 30px;  max-width: 100%; box-sizing: border-box; }
}