/*
Theme Name: Majestic Macken - Media Archive
URI: https://mackenyu.org/
Description: A custom Wordpress theme by Deanna @ Feelin Alive Designs
Author: Deanna
Author URI: http://feelinalive.net
*/

/** BODY & CONTAINERS **/
body,html {
    margin: 0;
    padding: 0;
}

body {
    background: #007187;
    margin: 0;
    padding: 0;
   font-family: 'Jost', sans-serif;
    font-size: 9pt;
    line-height: 12pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
}

#container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

#contentwrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    display: inline-block;
    position: relative;
    overflow: visible;
}

/** HEADERS **/
#header {
    width: 100%;
    max-width: 2000px;
    height: 700px;
    margin: 0 auto;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: top center;
}

#mobileheader {
    display: none;
}

.careertitle {
    margin: 0 auto;
    text-align: center;
    font-size: 50pt;
    line-height: 50pt;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
}

/** NAVIGATION **/
#navigation {
    width: 100%;
    max-width: 1200px;
    height: auto;
    background: #054e5c;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0px 25px 0px;
    margin-bottom: -2px;
}

a:link.nav, a:visited.nav, a:active.nav {
    padding: 17px 15px;
    margin: 0px;
    font-size: 15pt;
    font-family: 'Jost', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    text-decoration: none;
    font-weight: 800;
}

a:hover.nav {
    color: #ffffff;
    background: #032c34;
}

.careerarchivenav {
    text-align: center;
    margin: 20px;
}

.careerarchivenav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12pt;
    background: #000000;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;

    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.careerarchivenav a:hover {
      background: #034e5c;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.careerarchivenav a:hover:nth-child(odd) {
    background: #d67d50;
}

/** LATEST PROJECTS **/
#latestimages {
    background: #034e5c;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    text-align: center;
}


#latestimages img {
    width: 200px;
    max-height: 250px;
    padding: 0px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    filter: grayscale(100%);
    margin: -2px;
    mix-blend-mode: soft-light;
}

#latestimages img:hover {
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    filter: grayscale(100%);
    mix-blend-mode: luminosity;
}
#latestimages td {
    margin: 0 auto;
    background: #034e5c;
}
.latestimgestitle {
    display: block;
    width: 50%;
    background: #000000b3;
    margin: 0 auto;
    margin-top: -140px;
    margin-bottom: 102px;
    position: relative;
    padding: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

span.latesimgstitle {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: 500;
}

/** CATEGORY INDEX PAGE **/
.mainpagecontent {
    text-align: center;
}

.category {
    display: inline-block;
    margin: 30px 5px;
    background: #034e5c;
    padding: 46px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
      -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.category:hover {
      background: #032c34;
}

.category a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20pt;
    line-height: 32pt;
    text-transform: uppercase;
    font-weight: 600;
        -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.category a:hover {
  color: #498380;
  
}

.category .svg-inline--fa {
    font-size: 50pt;
}

/** MEDIA SELECTION PAGE **/
.mediaselection {
    text-align: center;
    margin-bottom: 30px;
}

.mediaselection li {
    display: inline-block;
    vertical-align: top;
    max-width: 150px;
}


.mediaselection p {
    max-width: 150px;
    background: #000000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 35px;
    padding: 10px;
}
.mediaselection p a:link, .mediaselection p a:active, .mediaselection p a:visited {
  background: transparent;
  padding: 0px;
  line-height: 10pt;
  color: #ffffff;
  text-decoration: none;
  font-weight:600;
}

.mediaselection p a:hover {
	color: #498380;
}


/** SIDEBAR **/
#sidebar {
    max-width: 430px;
    width: 100%;
    float: right;
    margin-bottom: 50px;
    /* margin-top: 5px; */
    min-height: 100%;
}

.sidebartitle {
    text-align: center;
    font-size: 14pt;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    background: #000000;
    display: block;
    padding: 10px;
    -webkit-border-top-left-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomleft: 25px;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
}

.sbcon p {
    margin-top: -2px;
    text-align: center;
}

.sbbox {
    padding: 5px;
}

.sidebarcontent {
    width: 99%;
    padding: 0px;
    color: #000000;
    margin-left: 5px;
    float: left;
    background: transparent;
    text-align: left;
    padding-bottom: 10px;
}
.sidebarcontent iframe {
    margin: 10px;
    max-width: 95%;
}

.sidebarcontent img {
    max-width: 100%;
    width: auto;
    padding: 0px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}




span.archiveinfo {
        color: #ffffff;
    background: #034e5c;
        display: block;
    padding: 7px;
    -webkit-border-top-left-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomleft: 25px;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
    margin: 5px 0px;
}

span.archiveinfo:nth-child(odd) {
    background: #d67d50;
}

span.archiveinfo b {
    color: #ffffff;
      text-transform: uppercase;
}

span.archiveinfo a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
        -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

span.archiveinfo a:hover {
 color: #000000;
}

.archiveimg, .albumartwork {
    text-align: center;
    margin-bottom: 5px;
}


.sidelink {
    display: inline-block;
    width: 27%;
    padding: 10px;
    text-align: center;
    background: #000000;
    margin: 2px;
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}

.sidelink:hover {
      background: #034e5c;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.sidelink:hover:nth-child(odd) {
    background: #d67d50;
}

.sidelink-fullwidth {
    display: inline-block;
    width: 94%;
    padding: 10px;
    text-align: center;
    background: #000000;
    margin: 2px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	text-transform: uppercase;
}

.sidelink-fullwidth:hover {
	background: rgb(3,78,92);
background: linear-gradient(90deg, rgba(3,78,92,1) 0%, rgba(214,125,80,1) 50%, rgba(3,78,92,1) 100%);
}

.sidelink-fullwidth.eg-left {
    text-align: left;
}

.sidelink-fullwidth.eg-right {
    text-align: right;
}


span.infolink a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}



/** PAGE TITLES **/

.crowndetail {
     content: "\00a0\00a0";
  background-image: url('images/datecrown.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  display: block;
  height: 40px;
}

#articletitle, #albumtitle, #songtitle, #posttitle, #filmtitle, #televisiontitle, #stagetitle {
    color: #000000; 
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 18pt;
    max-width: 100%;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    text-transform:uppercase;
	font-weight: 700;
}

#articletitle:before {
 font-family: "Font Awesome 5 Free"; 
content: "\f1ea\00a0"; 
  font-weight: 900;
  font-size: 15pt;
  margin: 0px 0px 0px 0px;
}

#albumtitle:before {
 font-family: "Font Awesome 5 Free"; 
content: "\f51f\00a0"; 
  font-weight: 900;
  font-size: 15pt;
  margin: 0px 0px 0px 0px;
}

#songtitle:before {
 font-family: "Font Awesome 5 Free"; 
content: "\f001\00a0"; 
  font-weight: 900;
  font-size: 15pt;
  margin: 0px 0px 0px 0px;
}

#filmtitle:before {
 font-family: "Font Awesome 5 Free"; 
content: "\f008\00a0"; 
  font-weight: 900;
  font-size: 15pt;
  margin: 0px 0px 0px 0px;
}

#televisiontitle:before {
 font-family: "Font Awesome 5 Free"; 
content: "\f26c\00a0"; 
  font-weight: 900;
  font-size: 15pt;
  margin: 0px 0px 0px 0px;
}

#stagetitle:before {
 font-family: "Font Awesome 5 Free"; 
content: "\f630\00a0"; 
  font-weight: 900;
  font-size: 15pt;
  margin: 0px 0px 0px 0px;
}

.parentpage {
    color: #000000;
    display: block;
    font-family: 'Jost', sans-serif;
    max-width: 100%;
    width: 100%;
    margin: 15px 0px;
    text-align: center;
}

.parentpage a {
   color: #ffffff;
   background: #000000;
   font-family: 'Jost', sans-serif;
   font-size: 8pt;
   font-weight: normal;
   text-transform:uppercase;
   text-decoration: none;
   padding: 6px;
  -webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
      -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.parentpage a:before {
 font-family: "Font Awesome 5 Free"; 
content: "\f30a"; 
  font-weight: 900;
  font-size: 8pt;
  margin: 0px 0px 0px 0px;
}

.parentpage a:hover {
  background: #034e5c;
}

.pgtitle:before {
  content: "\00a0\00a0";
  background-image: url('images/datecrown.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  height: 40px;
  margin-bottom: 5px;
}

.pgtitle {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    float: none;
}

.posttitle {
    font-size: 16pt;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

/** PAGE STYLING **/
#content {
    width: 100%;
    max-width: 750px;
    padding: 0px;
    margin-bottom: 0px;
    float: left;
    overflow: visible;
    background: transparent;
    padding-bottom: 50px;
}

div#posttitle {
    text-align: center;
    margin: 10px 0px;
}


.postecon {
    padding: 5px;
}

.gallerylinks {
   font-family: 'Jost', sans-serif;
   background: #000000;
   padding-bottom: 15px;
   -webkit-border-top-right-radius: 35px;
   -webkit-border-bottom-right-radius: 35px;
   -moz-border-radius-topright: 35px;
   -moz-border-radius-bottomright: 35px;
   border-top-right-radius: 35px;
   border-bottom-right-radius: 35px;
   margin-left: -5px;
}

.gallerylinks:before {
    display: inline-block;
    content: '\f083\00a0Gallery Links\00000a';
    font-family: "Font Awesome 5 Free", 'Jost';
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    white-space: pre;
    background: #000000;
    padding: 5px;
    margin-bottom: 5px;
    position: relative;
    margin-top: 10px;
}

.gallerylinks u {
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: 800;
}

.gallerylinks li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1\00a0";
    font-weight: 900;
    font-size: 10pt;
    margin: 0px 0px 0px 10px;
    color: #fff;
    white-space: pre-wrap;
    margin-bottom: 2px;
    background-image:none;
}
.gallerylinks ul {
  margin-left: -40px;
}


.gallerylinks li {
    color: #ffffff;
    margin: 2px 12px 0px 12px;
    background: #353535;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.gallerylinks li:nth-child(even) {background: #545454;}

.gallerylinks li a  {
    line-height: 18pt;
    color: #ffffff;
  background: transparent!important;
    font-weight: 800;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration-color: #d67d50;
}

.gallerylinks a:hover {
    color: #ffffff!important;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
      text-decoration: underline 3px;
    text-decoration-style: solid;
    text-decoration-color: #429aad;
}
.postdivider {
    display: block;
    background-image: url('images/postdivider.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    height: 60px;
}

.postcontent {
    min-width: 95%;
    padding: 0px;
    color: #000000;
    text-align: justify;
    margin: 0px;
    margin-bottom: 0px;
    background: transparent;
    float: left;
    font-size: 9pt;
}

.postcontent li {
    list-style: none;
    margin: 5px;
    padding: 0px;
    padding-inline-start: 0px;
    color: #000000;
}

.postcontent li:before {
 content: "\00a0\00a0\00a0\00a0\00a0\00a0";
  background-image: url('images/listbullet.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}
.postcontent li a {
  line-height: 16pt;
}

.postcontent p {
    margin: 10px;
}

.postcontent a:link img, .postcontent a:active img, .postcontent a:visited img {
    margin: 4px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    filter: grayscale(100%);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.postcontent a:hover img {
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    filter: grayscale(0%);
}

.postcontent blockquote {
    max-width: 680px;
    width: 100%;
    text-align: justify;
    color: #000000;
    background: #ececec;
    padding: 10px;
    margin: 0 auto;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.postcontent blockquote::first-letter {
    font-size: 24pt;
    font-weight: 800;
    color: #d67d52;
  text-shadow: 1px 1px #ffffffa3;
  padding-right: 3px;
}


.postcontent ol {
    display: list-item;
    list-style-position: inside;
    margin: 5px;
    padding: 10px;
    padding-inline-start: 10px;
    font-size: 10pt;
    background: #000000;
	color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
	-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
	
}



.postcontent ol:hover {
	background: #034e5c;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.postcontent ol:hover:nth-child(odd) {
    background: #d67d50;
}

.postcontent ol a:link, .postcontent ol a:visited, .postcontent ol a:active {
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
	text-decoration: none;
}

.postcontent ol a:hover {
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

ol.season, ol.season:hover, ol.season:hover:nth-child(odd) {
    list-style: none;
    background: #e5e3e3;
}


.postecon a {
      background: #000000;
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: opacity 0.6s linear;
      opacity: 1;
      -webkit-transition: all 0.8s ease-in;
      -moz-transition: all 0.8s ease-in;
      transition: all 0.8s ease-in;
      padding: 3px 6px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
}

.postecon a:hover {
      background: #d67d50;
    color: #ffffff;
     -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

span.infoheader-fullwidth {

    text-align: center;
    font-size: 14pt;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    background: #000000;
    display: block;
    padding: 10px;
    -webkit-border-top-right-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-topright: 25px;
-moz-border-radius-bottomright: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
    
}

.postcontent iframe {
    margin: 5px auto;
    display: block;
}

span.synopsis {
    margin: 5px;
    display: block;
}




/** ARTICLES & TABBY RESPONSIVE TABS STYLING  **/
.responsive-tabs .responsive-tabs__list__item {
	background: #000000!important;
	border: 1px solid transparent;
	border-bottom: none;
	-webkit-border-top-left-radius: 35px!important;;
	-webkit-border-top-right-radius: 35px!important;;
	-moz-border-radius-topleft: 35px!important;;
	-moz-border-radius-topright: 35px!important;;
	border-top-left-radius: 35px!important;
	border-top-right-radius: 35px!important;;
	color: #ffffff!important;
	font-size: 18px;
	line-height: 19px;
	text-transform: inherit;
	margin: 1px 12px 0 0;
	padding: 10px 12px 10px;
	white-space: nowrap;
	float: left;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
}



.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
  border: 0px!important;
  background: #d67d50!important;
}

.responsive-tabs .responsive-tabs__panel {
	background: #fff;
	border: 0px solid #ddd!important;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 0;
	padding: 20px 20px 0;
	word-wrap: break-word;
}

tr.articlestitle {
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

table.articleselection tr {
    line-height: 28pt;
}

table.articleselection a:after {
 font-family: "Font Awesome 5 Free"; 
content: "\00a0\f061"; 
  font-weight: 900;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
}








/** MISC AND BASE STYLINGS **/
h1 {
    font-size: 13pt;
    padding: 5px 15px;
    margin: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
    font-weight: 800;
    background: #000000;
    line-height: 28pt;
    text-align: center;
    display: inline-block;
  -webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
}

h2 {
   font-family: 'Jost', sans-serif;
   font-weight: 600;
   color: #d67d52;
   font-size: 16pt;
   letter-spacing: -1px;
   text-align: center;
   text-transform: uppercase;
   padding: 0;
   text-decoration: underline 3px;
   text-decoration-style: solid;
   text-decoration-color: #000000;
}

h3 {
   font-family: 'Jost', sans-serif;
   font-weight: 500;
   color: #017186;
   font-size: 10pt;
   letter-spacing: 0px;
   text-align: left;
   padding: 0;
}

strong,b {
    color: #d57d50;
}

i,em {
    color: #498380;
    font-weight: 500;
}

s, strike {
    color: #c38f93;
}

u {
    text-decoration: underline 1px;
    text-decoration-style: double;
    text-decoration-color: #034e5c;
}

input,select,submit,textarea {
    color: #000000;
    background: #f4f3f3;
    text-decoration: none;
    text-align: left;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0px;
    padding: 10px;
}

.clearfix {
    clear: both;
}


/** WP PAGE NAVI **/
#wppagenavi {
   font-family: 'Jost', sans-serif;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    background: #000000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 28pt;
    padding: 7px;
    border: none;
}

.wp-pagenavi a:hover {
    background: #d67d50;
    color: #ffffff;
}

.wp-pagenavi span.current {
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    background: #034e5c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 28pt;
    padding: 7px;
}

.wp-pagenavi span.pages {
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    background: #000000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
    padding: 7px;
    text-shadow: none;
}

/** SELECTION AND SCROLLBAR **/
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #000000 #007187;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #007187;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 10px;
    border: 4px solid #007187;
  }

::-webkit-scrollbar-thumb:hover {
    background: #d67d50;
}


::selection {
    background: #f9dacb;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #f9dacb;
    /* Gecko Browsers */
}

/** QTIPS **/
div#qTip {
    padding: 5px 10px;
    display: none;
    background: #000000b3;
    color: #ffffff;
    font-weight: 800;
   font-family: 'Jost', sans-serif;
    font-size: 8pt;
    line-height: 8pt;
    position: absolute;
    z-index: 1000;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}




/** FOOTER **/
#footer {
    font-size: 12px;
    font-family: 'Jost', sans-serif;
    color: #ffffff;
    background: transparent;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    margin-top: 0px;
    height: auto;
    min-height: 500px;
    width: 100%;
    clear: both;
  
}

.footercontainer {
    width: 100%;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
    font-size: 8pt;
    max-width: 450px;
    margin-top: 170px;
    margin-left: 40px;
    text-align: center;
}

.footertext {
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: 8pt;
  text-transform: none;
  line-height: 12pt;
  display: block;
  background: #000000;
  padding: 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.themecredits {
    text-align: center;
   font-family: 'Jost', sans-serif;
    font-size: 12pt;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.themecredits svg.svg-inline--fa {
    margin: 0px;
    padding: 0px 2px;
    background: transparent;
    color: #da8357;
    font-size: 12pt;
}

.themecredits a:link, .themecredits a:visited, .themecredits a:active {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.themecredits a:hover {
    color: #034e5d;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.featproject {
    background: #cdcdcd;
    margin: 10px;
    padding: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: left;
    min-height: 355px;
}
.fpcrown {
      content: "\00a0\00a0";
  background-image: url('images/datecrown.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  display: block;
  height: 40px;
  margin-bottom: 5px;
}

.fp {
    line-height: 50pt;
    text-align: center;
    font-size: 50pt;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: underline 10px #034e5c;
    margin-bottom: 25px;
}


.featimg {
    max-width: 200px;
    max-height: 250px;
    padding: 10px;
    float: left;
}

.featimg img {
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.fpcontainer {
    float: right;
    max-width: 935px;
}
.fpcontainer img {
    margin: 2px;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
     -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    filter: grayscale(100%);
}

.fpcontainer img:hover {
        -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    filter: grayscale(0%);
}


span.fptitle {
    font-size: 24pt;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

span.fp-info {
    padding: 10px;
    background: #000000;
    color: #ffffff;
    display: inline-block;
    font-size: 16pt;
    font-weight: 500;
    margin: 10px 0px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.fp-info svg.svg-inline--fa {
    margin-right: 5px;
}

span.fp-aboutdesc {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #034e5c;
}

.fp-desc {
    background: #ffffff7a;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 0px;
}


.archivelink {
    text-align: end;
}

span.rkivelink a {
    font-size: 10pt;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.egtitle {
    display: block;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.egleftimgs {
    display: inline-block;
    float: left;
    width: 30%;
}
.egrightimgs {
    display: inline-block;
    float: right;
    width: 30%;
    text-align: right;
}

.eg-eptitle {
    display: inline-block;
    width: 40%;
    text-align: center;
}

span.epsenumb {
    display: inline-block;
    text-transform: uppercase;
    background: #000000;
    color: #ffffff;
    padding: 6px;
      -webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
}

span.eptitle {
    display: block;
        font-family: 'Jost', sans-serif;
    font-size: 18pt;
    max-width: 100%;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    text-transform:uppercase;
	font-weight: 700;
}

img.eg-img {
    margin: 2px;
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}