/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme. 
Version: 1.0.0
Template: x

*/
.x-root {
	width:100%;
}

.fullwidth-section {
    position: relative;
    padding: 50px 0;
}


section.dark-grey-bg {
    background-color: #3b3b3b;
    color: #fff;
}


@media(min-width:768px){
	.cad-posts-grid{
		display:flex;
	}
}

.site a:hover {
	text-decoration:none;
}
/*** WP BLOCKS *******/

/*Columns */
@media (max-width: 768px){
	.wp-block-column {
		flex-basis: 100%;
		flex-grow: 0;
	}
}
@media (min-width: 600px){
	.wp-block-column:nth-child(odd), 
	.wp-block-column:not(:first-child){
		margin-left: 16px;
	}

	.wp-block-column:nth-child(even),
	.wp-block-column:not(:last-child){
		margin-right: 16px;
	}
	.wp-block-column:first-child {
		margin-left:0;
	}
}
/*** CATEGORY GROUP *****/
.cad-category-group-wrapper:not(.single) {
  -moz-columns: 300px 2;
  -webkit-columns: 300px 2;
  columns: 300px 2;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

.cad-category-group-wrapper:not(.single).cad-person-group-wrapper {
  -moz-columns: initial;
  -webkit-columns: initial;
  columns: initial;
}

.cad-category-group-wrapper .cad-subtitle {
  margin-bottom: 0;
}

.cad-category-group-wrapper .cad-post-details {
  margin-bottom: 0;
}

.cad-category-group {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}

.cad-category-group h2 {
  background: #4E4E4E;
  padding: 1em 14px;
  color: #fff;
  margin: 0;
  font-size: 36px;
}

.cad-category-group .inner {
  display: inline-block;
  float: none;
  width: 100%;
  margin-bottom: 2em;
}

.cad-category-group article {
  margin: 0 0 -2.5em 0;
  padding-bottom: 2.5em;
}

.cad-category-group article .entry-featured {
  display: none;
}

.cad-category-group article:last-child .entry-wrap {
  padding: 1em;
}

.cad-category-group .entry-wrap {
  padding: 1em 1em 0;
}

.cad-category-group h3.entry-title {
  font-size: 18px;
  margin-bottom: 0;
}

.cad-category-group:after {
  content: '';
  display: none;
  height: 2em;
}

.cad-program-availability {
  font-size: 12px;
  margin: 0;
}

.cad-program-availability.open {
  text-transform: uppercase;
  color: #E52528;
}

.cad-subcategory-title {
  margin: 0;
  padding: 0.25em 14px 0;
  background: #fff;
  font-size: 25px;
  color: #272727;
}

.cad-subcategory-title:after {
  content: ":";
}

.cad-category-nav {
  background: #fff;
}

.cad-category-nav ul {
  list-style: none;
  margin-left: none;
  font-size: 0;
  text-align: center;
}

.cad-category-nav li {
  border-bottom: 5px solid;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.cad-category-nav li.active .cad-bg-mask, .cad-category-nav li:hover .cad-bg-mask {
  opacity: 1;
}

.cad-category-nav li.active a, .cad-category-nav li:hover a {
  color: #fff;
}

.cad-category-nav .cad-bg-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 2.15em;
  opacity: 0;
}

.cad-category-nav a {
  position: relative;
  z-index: 5;
  color: #000;
  display: block;
  padding: .25em 1.25em .15em;
}

.cad-post-details {
  list-style: none;
  margin-left: 0;
  margin-top: 1em;
}

.cad-post-details + .cad-ticket-button {
  margin-top: 0;
}

.cad-attribute {
  font-weight: bold;
}

.cad-attribute:after {
  content: ':';
}

.cad-ticket-button {
  margin: 1em 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.cad-ticket-button + .addtoany_share_save_container {
  margin-top: 0;
}

.excerpt .cad-post-details {
  margin-top: 0;
}

/*** POST SLIDER  *****/
.swiper-btn {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 54px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #111;
    transition:all 0.5s;
}

.swiper-btn:hover {
	background-color:#4E4E4E;
}
.swiper-btn-prev {
	    left: 10px;
    right: auto;
	padding-right: 5px;
	  background-image:url('/wp-content/themes/cad-custom-theme/images/back.png');
}

.swiper-btn-next {
	    right: 10px;
    left: auto;
	padding-left: 5px;
	  background-image:url('/wp-content/themes/cad-custom-theme/images/next.png');
}
.cad-posts-slider .grid-item .entry-featured,
.cad-posts-slider .grid-item .entry-featured a.entry-thumb > img {
		height:auto;
	max-width:100%;
	width:100%;
	flex:none;
}
.cad-posts-slider .grid-item .entry-featured {
	display:block;
}

.cad-posts-slider .swiper-slide article  .entry-featured img{
	opacity:0;
}
.loaded.cad-posts-slider .swiper-slide article .entry-featured img{
	opacity:1;
}
/*** POST GRID  *****/

.cad-posts-grid .grid-item .entry-featured a.entry-thumb > img {
	height:auto;
	max-width:100%;
	width:100%;
}
/*** LINK CARD ******/

.link-cards-container {
	margin-bottom: 40px;
}
@media(min-width:768px){
	.link-cards-container {
		display:flex;
	}
}
.link-cards-container .cad-link-card {
	margin-right:20px;
    flex-grow: 1;
    flex-basis: 0;
}
.link-cards-container .cad-link-card:last-child {
	margin-right:0;
}

.cad-link-card.style-fitted_img_btn,
.cad-link-card.style-default  {
	background-color:#fff;
	color:hsl(0,0%,21%);
}
.cad-link-card.style-default .link-card-content,
.cad-link-card.style-fitted_img_btn,
.cad-link-card.style-color_box{
	padding:30px;
}

.cad-link-card.style-color_box {
	color:#fff;
}
.link-cards-container .cad-link-card img {
	min-width:100%;
	width: calc(100% + 2px);
    max-width: calc(100% + 2px);/*fix visible border*/
}
.cad-link-card h3.link-card-title {
	font-size:24px;
}
.cad-link-card.style-default  h3.link-card-title {
	margin-top:0;
}

.cad-link-card .link-card-content a {
	text-decoration:none;
}
.cad-link-card a > h3.link-card-title:hover {
	color:#E12830;
}
.cad-link-card.style-color_box a > h3 {
	color:#fff;
	margin-top: 0;
	font-size: 30px;
}
.cad-link-card.style-color_box a > h3:hover {
	color:#fff;
	text-decoration:underline;
}

.cad-link-card.style-color_box p:last-child {
	margin-bottom:0;
}
.cad-link-card.style-default  a.title-link,
.cad-link-card.style-img_box a {
	position:relative;
		display:inline-block;
	width:100%;
	height:100%;
}
.cad-link-card.style-default > a.title-link:after,
.cad-link-card.style-img_box a:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:calc(100% + 2px);
	height:100%;
	background-color:#481F05;
	opacity:0.35;
	transition:all 0.5s;
}
.cad-link-card.style-default  > a.title-link {
	height:auto;
}
.cad-link-card.style-default > a.title-link:after {
	opacity:0;
}
.cad-link-card.style-default > a.title-link:hover:after,
.cad-link-card.style-img_box a:hover:after{
	background-color:#222;
	opacity:0.5;
}
.cad-link-card.style-default > a.title-link:hover:after {
	opacity:0.3;
}

.cad-link-card.style-img_box img {
	width:calc(100% + 2px);
}
.cad-link-card.style-img_box .link-card-content {
	position:absolute;
	bottom:0;
	color:#FFF;
	padding:20px;
	z-index:20;
}
.cad-link-card.style-img_box h3 {
	color:#FFF;
}
.cad-link-card a.button{
    text-transform: uppercase;
    font-weight: 600;
	text-decoration:none;
}

@media(max-width:768px){
	.link-cards-container {
		padding:0 25px;
	}
	.link-cards-container .cad-link-card, .link-cards-container .cad-link-card:last-child {
		margin: auto;
		margin-bottom: 30px;
	}
}

/*** FLEXIBLE CONTENT: ROW ***/

@media(min-width:768px){
	.flexible-content-row > .x-container:not(.row_fullwidth_heading) {
		display: flex;
	}
	
}
.layout-row_fullwidth_heading {
	padding-top:60px;
}
.flexible-content-row.has-background  {
	background-size:cover;
	background-repeat:no-repeat;
}
.layout-row_fullwidth_heading.has-background .cad-page-section-header, 
.layout-row_fullwidth_heading.has-background .cad-page-section-header h2,
.layout-row_fullwidth_heading.has-background  .x-column, 
.layout-row_standard .bg-color-col .cad-page-section-header h2, 
.column-content.has-bg-color, 
.column-content.has-bg-color a,
.has-bg-color h4.column-title {
	color: #fff;
}
a.column-title-link,
a h2.column-title {
	text-decoration:none;
}
.layout-row_standard .bg-color-col .cad-page-section-header  a:hover  h2,
.layout-row_fullwidth_heading.has-background .cad-page-section-header a:hover h2,
a:hover h2.column-title {
	text-decoration:none;
	color:#d80f0f;
}

.x-container.row_fullwidth_heading {
	padding-bottom:15px;
}
.flexible-content-row .x-column {
	padding: 60px 0;
	margin-right:0;
	padding-right:4%;
}

.layout-row_fullwidth_heading:not(.has-background)  .x-column {
	padding:0;
}

@media(min-width:980px){
	.flexible-content-row .x-column.x-1-3.column-2{
		padding-left:45px;
		padding-right:15px;
	}
	.layout-row_fullwidth_heading:not(.has-background)  .x-column.x-1-3 {
		padding:0;
	}
	.layout-row_fullwidth_heading:not(.has-background)   .x-column.x-2-3  {
		margin-right:30px;
	}
}
.layout-row_fullwidth_heading .x-column.bg-color-col,
.layout-row_fullwidth_heading.has-background .x-column {
	padding-left:0;
	padding-right:0;
	
}
.layout-row_fullwidth_heading .x-column {
	padding-top:0;
}

.bg-color-col {
	position:relative;
	color: #fff;
}
.bg-color-col:after {
    content: '';
    width: 999px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: inherit;
}
.bg-color-col.column-1:after {
	 left: -998px;
}
.bg-color-col.column-2:after {
	 right: -998px;
}

.layout-row_standard .x-column.x-1-3.bg-color-col .column-content {
	padding:20px;
	background-color:#fff;
	color:#272727;
}
.flexible-content-row .x-column.x-1-3 img {
	margin-bottom:20px;
}

.layout-row_fullwidth_heading .column-content.has-bg-color,
.flexible-content-row.has-background .bg-color-content {
	padding: 30px;
}
.flexible-content-row .x-column h4.column-title {
	font-size:21px;
	margin-top:0;
}

.flexible-content-row .x-column.x-2-3 a.button {
	margin-top:20px;
}
.row_fullwidth_heading .section-button {
	margin:40px 0 60px 0;
}

@media(max-width:768px){
	.flexible-content-row .x-column, 
	.flexible-content-row .row_fullwidth_heading, 
	.layout-row_fullwidth_heading .x-column.bg-color-col, 
	.layout-row_fullwidth_heading.has-background .x-column	{
		padding-left: 30px;
		padding-right:30px;
	}
	
}
/*** SIDEBAR *****/
.no-sidebar > .x-main {
	width:100%;
}

.x-sidebar {
  background: #fff;
}

.x-sidebar .hentry {
  margin-top: 0;
}

.x-sidebar .cad-address {
  display: block;
  margin-bottom: 0.5em;
  margin-top: -0.25em;
}

.cad-sidebar-section {
  background: #fff;
}

.cad-sidebar-section header h3 {
  margin-top: 0;
}

.cad-sidebar-section:first-child {
  padding-top: 1.5em;
}

.cad-sidebar-section .cad-sidebar-section-header {
  padding: 0 1em;
}

.cad-custom-sidebar-content p {
  margin-bottom: 0;
}

.cad-sidebar-page-menu > ul > li > a:hover {
  color: #d80f0f;
}
.cad-sidebar-page-menu li a {
	color: #ff2a13;
	text-decoration:underline;
}
.cad-sidebar-page-menu li a:hover {
	color: #d80f0f;
	text-decoration:underline;
}

.cad-sidebar-page-menu li.current-menu-item > a {
	color: #363636;
	text-decoration:none;
}
/*** MAIN NAV *****/
.x-navbar .desktop.x-nav-wrap {
  position: absolute;
  top: 60px;
  right: 0;
}

.x-navbar .desktop.x-nav-wrap .x-nav {
  float: none;
  display: table-row;
}

.x-navbar .desktop.x-nav-wrap .x-nav > li {
  max-width: 10.5em;
  max-width: 12.9vw;
  padding: 0 0.25em;
  text-align: center;
  border-right: 1px solid #fff;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.x-navbar .desktop.x-nav-wrap .x-nav > li:last-child {
  border-right: none;
}

.x-navbar .desktop.x-nav-wrap .x-nav > li > a {
  height: auto;
  padding: 0 10px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.x-navbar .desktop.x-nav-wrap .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
  padding: 0 10px;
}

.x-navbar .desktop.x-nav-wrap .x-nav > li > a:hover {
  color: #E52528;
  box-shadow: none;
}

.x-navbar .desktop.x-nav-wrap .x-nav > li.x-active a, .x-navbar .desktop.x-nav-wrap .x-nav > li.current-menu-item a {
  box-shadow: none;
}

.x-navbar .desktop.x-nav-wrap .x-nav > li > ul {
  top: 40px;
  border-radius: 0;
  background: #000;
}

.x-navbar .desktop .sub-menu {
  font-size: 14px;
}

.x-navbar .desktop .sub-menu li a {
  color: #fff;
}

.x-navbar .desktop .sub-menu li a:hover {
  color: #E52528;
}

.x-navbar .mobile.x-nav-wrap .x-nav li > a {
  color: #fff;
}

.x-navbar .mobile.x-nav-wrap .x-nav li > a:hover {
  color: #E52528;
  text-decoration:none;
}

.x-btn-navbar {
  background: none;
  color: #fff;
}

.x-btn-navbar.collapsed {
  background: none;
  color: #fff;
}

.x-btn-navbar.collapsed:hover {
  color: #000;
  background: #fff;
}

.x-btn-navbar:hover {
  color: #000;
  background: #fff;
}


/***SECONDARY NAV *****/
@media all and (min-width: 980px) {
  .cad-secondary-menu-wrapper {
    position: absolute;
    right: 0;
	top:0;
  }
}

.cad-secondary-menu-wrapper .menu-secondary-container {
  clear: both;
  padding-top: 1em;
}

.cad-secondary-menu-wrapper .menu-secondary-container ul {
  list-style: none;
  margin: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: right;
}

.cad-secondary-menu-wrapper .menu-secondary-container ul li {
  display: inline-block;
  margin: 0 0.75em;
}

.cad-secondary-menu-wrapper .menu-secondary-container ul li a {
  color: #D8D8D8;
}

.cad-secondary-menu-wrapper .menu-secondary-container ul li a:hover {
  color: #E52528;
  text-decoration:none;
}

@media all and (min-width: 980px) {
  .cad-secondary-menu-wrapper .menu-secondary-container {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
  }
  
}
@media(max-width: 980px) {/*max*/
	.cad-secondary-menu-wrapper .menu-secondary-container ul {
	  text-align:left;
  }
}
@media all and (min-width: 480px) {
	.cad-secondary-menu-wrapper .menu-secondary-container ul li a {
		    font-size: 0.9em;
	}
}

.cad-secondary-menu-wrapper .cad-search-form {
  text-align: right;
  margin-top: 0.5em;
  position: relative;
  display:flex;
}


.cad-secondary-menu-wrapper .cad-search-form input[type='text'] {
  height: 35px;
  background: #D8D8D8;
  border:0;
  color: #000;
  font-weight:600;
}

.cad-secondary-menu-wrapper .cad-search-form input[type='text']::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
  color: #222;
}

.cad-secondary-menu-wrapper .cad-search-form input[type='text']::-moz-placeholder {
      /* Firefox 19+ */
  color: #222;
}

.cad-secondary-menu-wrapper .cad-search-form input[type='text']:-ms-input-placeholder {
      /* IE 10+ */
  color: #222;
}

.cad-secondary-menu-wrapper .cad-search-form input[type='text']:-moz-placeholder {
      /* Firefox 18- */
  color: #222;
}

.cad-secondary-menu-wrapper .cad-search-form button {
	width:30px;
	height:35px;
	margin-bottom:9px;
	border: 0;
	display: inline-block;
	float: right;
	background-image:url(/wp-content/themes/cad-custom-theme/images/search.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 15px;
}
@media all and (min-width: 980px) {
  .cad-secondary-menu-wrapper .cad-search-form {
    display: inline-block;
    vertical-align: top;
  }
}

.entry-content.excerpt p {
  margin-bottom: 0;
}

.more-link {
  font-size: inherit;
  font-weight: normal;
  text-decoration: underline;
  text-transform: uppercase;
}

/** Main Footer **/
footer.top  {
	border-top:0;
}
footer.x-colophon h1, footer.x-colophon h2, footer.x-colophon h3, footer.x-colophon h4, footer.x-colophon h5, footer.x-colophon h6, footer.x-colophon .h1, footer.x-colophon .h2, footer.x-colophon .h3, footer.x-colophon .h4, footer.x-colophon .h5, footer.x-colophon .h6, footer.x-colophon h1 a, footer.x-colophon h2 a, footer.x-colophon h3 a, footer.x-colophon h4 a, footer.x-colophon h5 a, footer.x-colophon h6 a, footer.x-colophon .h1 a, footer.x-colophon .h2 a, footer.x-colophon .h3 a, footer.x-colophon .h4 a, footer.x-colophon .h5 a, footer.x-colophon .h6 a, footer.x-colophon blockquote {
  color: #fff;
}


@media(min-width:981px){
	footer.top .x-container > .x-column.x-1-3 {
	width:25%;
}

	footer.top .x-container > .x-column.x-1-3.last {
		width:40%;
	}
}
@media(max-width:980px){
	footer.top .x-container > .x-column.x-1-3:not(.last) {
	width:47%;
	display:inline-block;
}

	footer.top .x-container > .x-column.x-1-3.last {
		width:100%;
	}
}

@media(max-width:480px){
	footer.top .x-container > .x-column.x-1-3:not(.last),
	footer.top .x-container > .x-column.x-1-3.last {
		width:100%;
	}
}



footer.x-colophon .h-widget {
  font-size: 18px;
  text-transform: uppercase;
}

footer.x-colophon.top {
  background: #000;
  color: #fff;
  padding: 2em 0 2.5em;
}

footer.x-colophon.bottom {
  background: #4E4E4E;
  color: #fff;
  border: 0;
  box-shadow: none;
  text-align: left;
  padding: 2.25em 0;
  font-size: 11px;
}

footer.x-colophon.bottom .x-colophon-content {
  margin: 0;
  letter-spacing: normal;
}

footer.x-colophon ul.cad-sitemap {
  list-style: none;
  margin: 0;
}

footer.x-colophon ul.cad-sitemap li a {
  color: #fff;
  text-decoration: underline;
}

footer.x-colophon ul.cad-sitemap .children {
  list-style: none;
  margin-left: 0.75em;
}

footer .textwidget a {
	text-decoration:none;
}
footer.x-colophon .x-column.last {
  text-align: center;
}

/** Menu Widget - Sitemap */
footer .menu-sitemap-container ul {
	list-style: none;
	margin: 0;
	border:0;
	box-shadow:none;
	border-radius:0;
}
	footer .menu-sitemap-container ul li a {
	color: #fff;
	text-decoration: underline;
	border:0;
	padding:0;
	box-shadow:none;
}
footer .menu-sitemap-container ul li a:before {
	display:none;
}
footer .menu-sitemap-container ul li.current-menu-item > a {
	color:#fff;
	text-decoration: none;
}
footer .menu-sitemap-container ul li.current-menu-item > a,
footer .menu-sitemap-container ul li a:hover {
	background-color:transparent;
}
/** Upper Footer - Footer Signup **/
footer.cad-footer-signup {
	background-color:#e12830;
	padding-top:15px;
}
footer.cad-footer-signup .signup-text-col h4 {
	text-transform:uppercase;
	font-weight:300;
	color:#fff;
	margin-top:0;
	font-size: 1.6em;
}

@media(min-width:768px){
	footer.cad-footer-signup .x-container {
		display:flex;
	}
	footer.cad-footer-signup .cad-mailchimp-form {
		display:flex;
		margin-bottom:0;
	}
}

footer.cad-footer-signup .x-container > .x-column {
	display:flex;
	align-items: center;
	padding:0px 1%;
}

@media(max-width:768px){
		footer.cad-footer-signup .x-container > .x-column {
		display:inline-block;
		text-align:center;
		padding:15px;
	}
}

footer.cad-footer-signup .cad-mailchimp-form, 
footer.cad-footer-signup  .mc4wp-form-submitted {
  padding: 0;
  margin-bottom:0;
}


footer.cad-footer-signup form input[type="submit"], 
footer.cad-footer-signup form input[type="email"] {
height:45px;	
}
footer.cad-footer-signup form input[type="email"] {
	margin-bottom:0;
	    min-width: 300px;
}

@media(max-width:600px){
	footer.cad-footer-signup form input[type="submit"] {
	    min-width: 300px;
	}
}

footer.cad-footer-signup form input[type="submit"] {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  background-color:#4E4E4E;
 border: 1px solid #4e4e4e;
    padding: 0 20px;
    line-height: 43px;
}

footer.cad-footer-signup form input[type="submit"]:hover {
	background-color:#111;
}


.djt-social-logo {
  margin: 0 1em 1em;
}

footer .djt-social-logo {
	width: 24px;
	  margin: 0 0.6em 0.6em 0;
}
footer .instagram-link {
	margin-right:1em;
}

/** Footer Image Links **/
.footer-image-links {
	    display: flex;
    width: auto;
	    padding-top: 30px;
}
.footer-image-links .link-column {
	padding-right:20px;
	
}
.footer-image-links .img-link {
	display:block;
	position:relative;
	width: 135px;
	height: 135px;
	background-size:contain;
	background-position:center;
	max-width: 100%;
	background-repeat:no-repeat;
	border-radius: 100%;
	transition:all 0.5s;
}
.footer-image-links .img-link:hover {
	opacity:0.85;
}
.footer-image-links .link-text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-weight: 700;
    line-height: 1em;
    text-align: left;
    width: 75%;
    height: 2em;
    font-size: 1.25em;
}
.footer-image-links .link-text .fa {
	    font-family: "FontAwesome"!important;
    font-weight: 900;
}

@media(max-width:980px){
	.footer-image-links {
		padding-top:0;
	}

}

@media(max-width:480px){
	footer.top > .x-container {
		text-align:center;
	}
	.footer-image-links {
		flex-flow:column;
		flex-direction:column;
	}
	.footer-image-links .link-column {
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	
	.footer-image-links .img-link {
		margin:5px auto;
	}
	

}

/* Bottom Footer */
.cad-bottom-footer-content .addtoany_content  {
	display:none!important;
}
.x-colophon.bottom .x-colophon-content, 
.x-colophon.bottom .x-colophon-content a {
    color: #a8a29f;
}
.x-colophon.bottom .cad-site-logo-img {
	    max-width: 220px;
}


/** Footer Statement */
.cad-footer-statement {
	color:#a8a29f;
	font-size:1.3em;
}
@media(min-width:980px){
	.cad-bottom-footer-content .cad-footer-statement {
		padding-left:15%;
	}
}

@media(max-width:768px){
	.cad-bottom-footer-content > .x-column {
		width:100%;
		margin-bottom:20px;
	}
}


@media (min-width: 800px){
	.single-publication .x-main > .publication .entry-featured {
		width: 55%;
		max-width: 30em;
		float: right;
		margin-top: 1.25em;
	}
}

/** Styles (Orig) **/

.cad-sidebar-page-menu, .cad-entry-page-menu {
  padding: 1em;
  background: #fff;
}

.cad-sidebar-page-menu > ul, .cad-entry-page-menu > ul {
  list-style: none;
  margin: 0;
}

.cad-sidebar-page-menu > ul > li > a, .cad-entry-page-menu > ul > li > a, .cad-sidebar-page-menu > ul > li > .cad_current, .cad-entry-page-menu > ul > li > .cad_current {
  font-size: 23px;
  margin-bottom: 0.25em;
}

.cad-sidebar-page-menu > ul > li > ul > li > ul li, .cad-entry-page-menu > ul > li > ul > li > ul li {
  display: none;
}

.cad-sidebar-page-menu > ul .cad_ancestor, .cad-entry-page-menu > ul .cad_ancestor {
  display: list-item !important;
}

.cad-sidebar-page-menu > ul .cad_ancestor > ul > li, .cad-entry-page-menu > ul .cad_ancestor > ul > li {
  display: list-item !important;
}

.cad-entry-page-menu {
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home .x-main > article > .entry-wrap {
  padding: 0;
}

figure {
  margin: 0;
}

figure:not(.wp-block-image) figcaption {
  position: absolute;
  z-index: 100;
  bottom: 0;
  padding: 0.75em 1em;
  background: #000;
  color: #fff;
  font-size: 11px;
  display: none;
}

@media all and (min-width: 800px) {
  figure:not(.wp-block-image) figcaption {
    display: block;
  }
}

.x-navbar {
  border: none;
  background: #000;
}

.x-container .x-sidebar {
  width: 28.5%;
}

.x-btn-navbar {
  text-decoration: none;
}

a {
  text-decoration: underline;
}

.menu a, .entry-title a, .entry-featured a, .cad-category-nav a, .cad-post-category a, .cad-homepage-feed-header a {
  text-decoration: none;
}

h1 {
  font-size: 46px;
}

h3.entry-title, h4.entry-title {
  font-size: 23px;
  margin-bottom: 0.25em;
}

.x-btn, .button, [type="submit"] {
  text-shadow: none !important;
}

.button-sm,
.button.button-sm {
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border-radius: 0;
  max-width: 100%;
}

.widget {
  text-shadow: none;
}

.entry-wrap + .entry-wrap {
  margin-top: 1em;
}

.content p a, .content li a {
  text-decoration: underline;
}

.content p a.x-btn, .content li a.x-btn {
  text-decoration: none;
}

.p-landmark-sub {
  font-size: 26px;
}

.cad-page-banner, .cad-archive-banner {
  overflow: hidden;
  position: relative;
  margin: 0;
}

.cad-page-banner img, .cad-archive-banner img {
  margin: auto;
  width: 100%;
}

@media all and (min-width: 908px) {
  .cad-page-banner img, .cad-archive-banner img {
    position: absolute;
    left: -9999px;
    right: -9999px;
  }
}

@media all and (min-width: 908px) {
  .cad-page-banner {
    height: 25em;
  }
}

@media all and (min-width: 1250px) {
  .cad-page-banner {
    height: 25em;
  }

  .home .cad-page-banner {
    height: 32em;
  }
}

@media all and (min-width: 908px) {
  .cad-archive-banner {
    height: 25em;
  }
}

.cad-landmark-wrapper {
  background: #E52528;
}

.cad-landmark-wrapper .x-header-landmark {
  text-align: left;
  margin-top: 0;
  padding: 1.5em 0;
}

.cad-landmark-wrapper .h-landmark {
  color: #fff;
}

.cad-landmark-wrapper .h-landmark a {
  text-decoration: none;
  color: #fff;
}

.cad-landmark-wrapper .h-landmark a:hover {
  color: #000;
  text-decoration:none;
}

.cad-landmark-wrapper .p-landmark-sub {
  padding: 0;
  color: #fff;
}

.cad-post-category {
  position: absolute;
  font-size: 12px;
  top: 29px;
  z-index: 100;
  font-weight: 700;
  letter-spacing: .5px;
}
.cad-post-category a:before {
	content:'';
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.1);
	height:100%;
	width:100%;
	z-index:0;
	position:absolute;
	opacity:0;
	transition:opacity 0.5s;
}
.cad-post-category a:hover:before {
	opacity:1;
}

.cad-post-category a {
  padding: 0.75em 2em;
  color: #fff;
  text-transform: uppercase;
  position:relative;
  z-index:10;
}
.cad-post-category a:hover {
	color:#fff;
	text-decoration:none;
}

.cad-subtitle {
  font-size: 1.3em;
  margin-bottom: 0;
}

.entry-featured, .entry-wrap, .cad-homepage-feed-header {
  padding: 1.5em 1.5em 0;
  background: #fff;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.has-post-thumbnail .entry-featured {
  border: none;
}

.cad-homepage-feed-header {
  padding-bottom: 0;
}

.cad-homepage-feed-header h2 {
  margin: 0;
}

.cad-homepage-feed-header + .hentry {
  margin-top: 0;
}

.cad-archive-preamble {
  background: #fff;
  padding: 1em;
}

.cad-archive-preamble + .cad-category-group-wrapper {
  margin-top: 1em;
}

.cad-feed {
  background: #fff;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cad-feed article {
  width: 100%;
  margin-top: 0;
}

@media all and (min-width: 800px) {
  .cad-feed article {
    width: 50%;
  }
}

.entry-thumb {
  background-color: #fff;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

a.entry-thumb:hover {
  background-color: #000;
}

a.entry-thumb:hover img {
  opacity: 0.5;
}

a.entry-thumb:before {
  content: none;
}

.person .entry-featured {
  width: 40%;
  max-width: 18em;
  float: right;
}

@media all and (min-width: 800px) {
  .x-main > .classified .entry-featured, .x-main > .announcement .entry-featured {
    width: 55%;
    max-width: 30em;
    float: right;
  }
}

.sbi {
  background: #fff;
}

#sb_instagram {
  padding: 1.5em;
  margin-bottom: 1em;
}

.entry-content .addtoany_share_save_container {
  text-align: right;
  padding-top: 0.5em;
  border-top: 1px solid #D8D8D8;
  margin: 16px 0;
}

.entry-content {
  position: relative;
}

.entry-content .addtoany_share_save_container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.entry-content .addtoany_share_save_container:last-child {
  position: static;
}

.entry-content .addtoany_share_save_container ~ *:last-child {
  margin-bottom: 72px;
}

.a2a_menu a.a2a_i, .a2a_menu a.a2a_menu_show_more_less {
  font-family: "Open Sans", sans-serif !important;
  color: #E52528;
}

.a2a_menu a.a2a_i:visited, .a2a_menu a.a2a_menu_show_more_less:visited {
  color: #E52528;
}



/*# sourceMappingURL=style.css.map */
