/* @override 
	https://atlas.local/wp-content/themes/atlas-consulting/style.css */

/*
Theme Name: Atlas Specification Group
Description: A custom theme designed especially for you.
Version: 1.0
Author: sarah @ sw33t
Author URI: https://sw33t.com
License: For use on this site only.
Requires PHP: 7.0
*/

/* @group reset */
*{border:0;font-size:100%;font:inherit;vertical-align:baseline;padding:0;margin:0;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;max-width:100%}html{overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}pre{border:1px solid rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:24px;max-width:100%;overflow:auto;padding:12px;white-space:pre;white-space:pre-wrap;word-wrap:break-word}blockquote,q{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}blockquote{font-size:19px;font-style:italic;font-weight:300;line-height:1.2631578947;margin-bottom:24px}button,input,select,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:100%;margin:0;max-width:100%;vertical-align:baseline}button,input{line-height:normal;margin-top:0;margin-bottom:4px}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0}input[type="search"]{-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}hr{background-color:rgba(0,0,0,0.1);border:0;height:1px;margin-bottom:23px}ol,ul,li,dl,dd{font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
*, *::before, *::after {
  box-sizing: border-box;}
  
*:focus:not(input):not(textarea):not(select):not(summary) {
  text-decoration: underline; }
  
a.skiptomain {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999; }
    
a.skiptomain:focus {
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 0 35%;
    padding: 25px;
		outline: 3px solid red;
    text-align: center;
    z-index: 999;
		color: #fff;
		font-size: 1.4em;
		background: #000; }
		
a.skiptoaccess {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999; }
    
a.skiptoaccess:focus {
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 0 35%;
    padding: 5px;
    outline: 3px solid #e90a8a;
    text-align: center;
    z-index: 999;
    color: #fff;
    font-size: 1.4em;
    background: #000; }

/* @end */

html {
	--thumbBG: #777;
  --scrollbarBG: #111;
	--scrollbarW: 14px; }
	
body::-webkit-scrollbar {
  width: var(--scrollbarW); }
  
body {
  scrollbar-width: var(--scrollbarW);
  scrollbar-color: var(--thumbBG) var(--scrollbarBG); }
  
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG); }
  
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG); }
  
  
/* @group layout */
  
body {
  color: #000;
	display: flex;
  flex-direction: column;
  min-height: 100vh; }

.main {
  flex-grow: 1; }
  
.main > *:first-child:not(h1) {
	margin-top: 0 !important; }

header {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: var(--wp--preset--color--red);;
  margin: 0;
  padding: 0; }

.flex {
    display: flex;
		flex-wrap: wrap;
    justify-content: flex-start; }

@media screen and (max-width: 750px) {
    .flex {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;    }}

a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;}
    
/* @end */

/* @group -- */

.blocks-gallery-grid .blocks-gallery-item figure figcaption {
  /* for blocks */
  font-size: .8em;
  line-height: 1.2em;
  font-style: italic;
  margin: 0; }

/* @end */

/* @group content */

.main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;}

.main > *:not(#modal-container):not(.section):not(.breadcrumbs):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.alignwide):not(.wide):not(ul.page-numbers):not(.bottom_nav):not(.splide) {
	max-width: var(--wp--style--global--content-size);
	width: 92%;
  margin-left: auto;
  margin-right: auto; }
	
.content,
.nextnav,
.wp-block-columns:not(.alignwide) .wp-block-group__inner-container {
  width: 92%;
  max-width: var(--wp--style--global--content-size);
  padding: 0;
  margin: 0 auto;
  position: relative;}
  
.alignwide {
	width: 92%;
	max-width: var(--wp--style--global--wide-size);
	margin-right: auto;
	margin-left: auto; }
	
.alignfull {
	width: 100%;
	max-width: 100%; }
	
.alignfull + .alignfull {
	margin-top: 0; }

.content.full {
  width: 100%;
  padding: 0;
  margin: 0 auto;}

header .content.full {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
	justify-content: space-between; }

/* @end */
/* @group Special Notice */

.special_notice {
  color: var(--wp--preset--color--red);
  background: var(--wp--preset--color--gold);
	font-family: var(--copperplate);
  margin: 0;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;}

.special_notice h6 {
  margin: 0;
  padding: 5px 0 0;}

.special_notice p {
	font-size: 1.2rem;
	font-family: var(--copperplate);
  margin: 0;
  padding: 0;}
  
.special_notice a:link,
.special_notice a:visited {
	color: var(--wp--preset--color--red);
	text-decoration: none; }
	
.special_notice a:hover {
	color: #fff; }

/* @end */
/* @group Breadcrumbs */

.breadcrumbs {
	background: #000;
	color: var(--wp--preset--color--gold); }

.breadcrumbs nav {
	padding: 0;
	margin: 0 auto; }

ol.breadcrumb li.active {
	font-weight: 400;
	margin-left: 2px; }
	
ol.breadcrumb a:link,
ol.breadcrumb a:visited {
	color: var(--wp--preset--color--gold);}

ol.breadcrumb {
	font-size: 1rem;
	margin: 1em auto 0;
	padding: 0;
	text-align: center; }
    
/* @end */
/* @group PAGE NUMBERS */

ul.page-numbers,
.bottom_nav { }

ul.page-numbers {
	font-size: 1.5em;
	line-height: 1.5em;
	list-style: none;
	margin: 50px 0;
	padding: 0;
	display: flex;
	flex-flow: row;
	justify-content: center; }

ul.page-numbers li {
  flex: 0 0 auto;
  margin: 5px 1px;
	padding: 0; }

ul.page-numbers li span.dots {
  margin: 10px 7px 0;
  display: inline-block; }

ul.page-numbers li span.current, 
ul.page-numbers li a {
	padding: 6px 14px;
	display: block;
  color: #fff;
  background: #111;
	margin: 0 2px; }

ul.page-numbers li a:link, 
ul.page-numbers li a:visited {
  background: #777;
  color: #fff;
  text-decoration: none; }

ul.page-numbers li a:hover {
  background: #000; }

@media screen and (max-width: 580px) {
	
	ul.page-numbers li span.dots,
	ul.page-numbers li span.current,
  ul.page-numbers li a:not(.prev, .next) {
      display: none; }

  ul.page-numbers li {
      flex: 1 0 auto;
      margin: 5px 0; }

  ul.page-numbers li a.next {
      text-align: right; }
}

/* @end */
/* @group Blog Articles */

.content.blog {
	padding-top: 3em;
	padding-bottom: 3em; }
	
h1 + article {
	margin-top: 5em; }
	
article {
	display: flex;
	align-items: center;
	gap: 3em;
	margin-top: 2em;
	margin-bottom: 2em; }

article.post .photo {
	flex: 1 1 45%;
	margin: 0;
	padding: 0;
	width: 100%; }
	
article.post .photo img { 
	width: 100%;
	height: auto; }

article .text {
  flex: 1 1 65%;
	margin: 0;
	padding: 0 3em 2em 0;}

article h3 {
	font-size: 1.7rem;
  margin: 0;
  padding: 0;}

article p {
  margin: .5em 0 1em;
  padding: 0; }

p.byline {
    color: #777;
    font-size: 1.5em;
    margin: 1.1em 0 .1em;}

p.byline.topics {
    margin: .5em 0 1.1em; }

/*single*/

body.single article.post {
	display: flex;
	max-width:  var(--wp--style--global--content-size) !important;
	margin: 4em 0;
	background: none; }

body.single article .text {
  flex: 1 1 auto;
	margin: 0;
	padding: 0 1em 1em;}	

/* @end */
/* @group Footer */

footer {
	background: #000;
	color: #888;
  text-align: center;
  padding: .6em 0 1em;}

	footer ul.footer_menu {
		font-size: 1.3rem;
		font-family:  var(--copperplate);
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: .5em 0 0;
		padding: 0; }
		
	footer ul.footer_menu li {
		margin: 0px 1px;
		padding: 4px; }

/*all links*/
footer ul li a {
	text-decoration: none;
	color: #fff;
	padding: 14px 10px; } 
	
footer ul li a:visited {
  text-decoration: none;
  color: #fff;}

footer ul li a:hover {
	text-decoration: underline;
  color: var(--wp--preset--color--gold);}
	
@media screen and (max-width: 780px) {

	footer ul.menu {
		flex: 0 1 auto;
		margin-top: 0;
		margin-bottom: 0;	}}

footer .content > p {
	font-size: 1.3em;
	line-height: 1.6em; }

footer p.credit {
  font-size: 1.2em;
	line-height: 1.6em;
  text-align: center;
	color: rgba(255, 255, 255, 0.3); }

footer p.credit a:link, 
footer p.credit a:visited {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;}

footer p.credit a:hover {
  color: rgba(255, 255, 255, 1);
	text-decoration: underline; }

/* @end */
/* @group Block: Media/Text */

.wp-block-media-text {
	gap: 3em; }

.wp-block-media-text .wp-block-media-text__content {
	padding: 0;  }
	
/*@media screen and (max-width: 600px) {
	.wp-block-media-text {
	gap: .1em; }}*/
		
/* @end */
/* @group Block: Columns/Group */
		
.wp-block-group.has-gold-background-color {
	background-color: #b89333 !important; }
	
.wp-block-columns { 
	gap: 5em; }
	
.wp-block-columns + .wp-block-columns {	}

/* @end */
/* @group Back to Top Button */

#top_button {
	border: none;
	border-bottom: 8px solid #a78122; 
	border-right: 8px solid #c9a13e; 
	opacity: 0.8;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  outline: none;
  cursor: pointer; 
	transition: all .3s;
	background: none;
  height: 20px;
  width: 20px;
  transform: rotate(-135deg); }

#top_button:hover {
	opacity: 1; }

/* @end */
/* @group Logo / Header */

.logo {
  width: auto;
  flex: 0 1 auto;
  min-width: 288px;
  position: relative;
  z-index: 100 !important;
	margin: 1.2em 0 0; }

.logo img {
  display: block;
  width: 100%;
  max-width: 288px;
  height: auto; }

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

/* @end */
/* @group Navigation */

:root {
  --nav_link: #fff; 
  --nav_hover: var(--wp--preset--color--gold);
	
	--dropdown_link: #fff; 
  --dropdown_background: var(--wp--preset--color--red);
	--dropdown_background_current: var(--wp--preset--color--gold);
	
	 --dropdown_background_hover: var(--wp--preset--color--gold);
   --dropdown_link_hover: #fff;
	
	 color: var(--nav_link);
}

#access #toggle-bar,
#access button {
  display: none; }

#access {
	font-family: copperplate, serif;
	font-weight: 500;
  flex: 1 1 auto;
  flex-direction: row;}

ul.nav-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
	flex-wrap: wrap;
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
  font-size: 1em;
	gap: 1em; }

ul.nav-menu li {
  font-size: 2.1em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  position: relative;}

ul.nav-menu li a:link, 
ul.nav-menu li a:visited  {
  color: var(--nav_link);
  display: block;
  padding: 14px 10px 16px;
  text-decoration: none;
  margin: 0;
	border: 1px solid transparent; }

footer a[aria-current], 
ul.nav-menu li.current-menu-item > a, 
ul.nav-menu li.current_page_parent > a, 
#access ul li.current-menu-parent > a, 
ul.nav-menu li.current-menu-parent ul.sub-menu li.current_page_item a, 
ul.nav-menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
  color: var(--nav_hover);
  text-decoration: none;}
  
ul.nav-menu li:hover > a, 
ul.nav-menu ul:hover > a, 
ul.nav-menu a:focus {
  color: var(--nav_hover); } 

#access ul li.current-menu-parent ul.sub-menu li.current-menu-item a {
  color: #000;
	background: var(--dropdown_background_current); }

#access ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0;
  padding: 0;
  position: absolute;
  line-height: .9em;
  top: 50px;
  list-style: none;
  left: 0;
  width: 188px;
  opacity: 0;
  visibility: hidden;
	display: none;
  transition: opacity .2s ease-in-out .2s;}

#access ul ul li {
  margin: 0;}

#access ul ul a {
	color: var(--dropdown_link_hover);
	background: var(--dropdown_background);
  font-size: .9rem;
	line-height: .9rem;
  height: auto;
  padding: 15px 12px 19px 15px;
  width: 188px;
  margin: 0;
  text-align: left;}

#access ul ul a:hover {
  background: var(--dropdown_background_hover);
  color: var(--dropdown_link_hover);
  text-decoration: none; }

#access ul li:hover > ul,
#access ul li:focus-within > ul {
  display: block;
  opacity: 1;
  visibility: visible;}
  
/* @end */

@media screen and (max-width: 990px) {

	nav#access {
		min-width: 100px;
		flex: 1 0 auto;
  	display: flex;
		flex-flow: row wrap;
		align-content: center;
		align-items: center;
  	justify-content: flex-end; }
		
	nav#access a {
	  transition: all .3s;	}

 	#access #toggle-bar,
	#access button {
		font-family: copperplate, serif;
		font-weight: 500;
    display: inline-block;
    z-index: 1000;	}
			
	ul.nav-menu { display: none; }

  nav#access ul.responsive {
		display: block;
		position: absolute;
		left: 0;
    margin: 0;
    background: #fff;
    width: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
		top: 118px;	}
		
  #access ul.nav-menu li {
    display: none; }

  #access ul.responsive li {
    margin: 0;
    font-size: 1.7em;
		line-height: 1.7em;
    z-index: 100;
    position: relative;
    display: block;
    width: 100%; }

  #access ul.responsive li a {
		background: var(--dropdown_background);
    display: block;
    width: auto;
    text-align: left;
    padding: 10px 5px 10px 10px;
    margin: 0;
    text-decoration: none;
    background-color: none; }

  #access ul.responsive ul {
    box-shadow: none;
    padding-bottom: 0px;
    display: block;    }
		
ul.nav-menu li.current-menu-item > a, 
ul.nav-menu li.current_page_parent > a, 
#access ul li.current-menu-parent > a, 
ul.nav-menu li.current-menu-parent ul.sub-menu li.current_page_item a, 
ul.nav-menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
	color: #000;
	background: var(--dropdown_background_current) !important;	}

  #access ul ul a:hover {
    background: var(--dropdown_background);
    color: #c8a03b !important;
    text-decoration: none;    }
		
  #access ul.responsive li ul.sub-menu li a {
    border: none;
    font-size: .9rem;
		line-height: 1rem; 
    margin: 0 0 0 0px;
    padding: 9px 0 9px 20px; }
		
	#access ul.responsive li ul.sub-menu li.current-menu-item a:hover {
		color: #000 !important; }

	#access ul.responsive ul {
	  top: 0;
	  width: 100%;
	  float: none;
	  margin: 0;
	  position: relative;
	  line-height: .9em;
	  top: auto;
	  list-style: none;
	  left: auto;
	  width: auto;
	  z-index: 9999999;
	  opacity: 1;
	  visibility: visible; }
		
#access button {
	color: var(--wp--preset--color--white) !important;
  padding: 14px 37px 12px 0;
	font-size: 1.9em !important;
	line-height: .9rem !important;
  background: url(images/navicon.svg) right center no-repeat;
	background-size: 30px 16px;
	border: none;
	text-transform: uppercase; }

#access button:hover,
#access button:focus {
	color: var(--nav_hover); }
	
}

@media screen and (max-width: 480px) {
	.logo {
	  min-width: 200px; }
	.logo img {
	  max-width: 200px; }
	 nav#access ul.responsive {
		top: 85px;	}
}