/*
Theme Name: ACTRA 2025
Theme URI: https://actra.com
Author: ACTRA Newfoundland
Author URI: https://actra.com
Description: ACTRA 2025 - Custom Gantry 5 Theme
Version: 1.0.0
*/

.wptb-image-wrapper img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 150px !important;
    height: 150px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    /* 	box-shadow: 10px 10px 5px 10px #a1a1a1;
	border-radius: 100%; */
}
.gv-container-1619 table td p,
.gv-container-1617 table td p {
    margin: 0;
}
.homepage-president-message {
    display: flex;
    align-items: center;
}
.full-img > img{
    margin: auto !important;
    display: block;
    width: 100%;
}
/*Leadership*/

.page-id-741 figure img {
/*     border: 3px solid #da3838; */
/*     border-radius: 0%; */
}

.page-id-741 h2.entry-title {
/*     text-decoration: underline #da3838; */
/* 		text-decoration: underline; */
/* 		text-decoration-color: #fff; */
/*     font-size: 3rem !important; */
}

/*Committee Section*/
.committeeSection {
    display: none;
}

.committeeSectionActive {
    display: block;
    text-align: center;
}

.committeeList li {
    list-style: none;
}

.committeeList > li {
    margin: 15px;
    border: 1px solid #da3838;
    border-radius: 15px;
    padding: 0 15px;
		position: relative;
}

.committeeList li:hover{
    
    background: lightblue;    
}

.committeeList li a {
    width: 100%;
    height: 100%;
		position: absolute;
}

.committeeList li ul{
	padding-top: 50px;
}

li.committeeListActive {
    background: #da3838;    
		display: flex;
		border: 5px solid;
		border-color: #000;
		color: #fff;
}

li.committeeListActive>a {
    text-decoration: underline 5px #000;
		color: #fff
}

li.committeeListActive>strong a {
    /* background: #fff;
    padding: 5px;
    border-radius: 15px;
    border: 1px solid #da3838; */
}

.committeeSection figure img {
    border: 3px solid #da3838;
}

/*In Memoriam*/
body.page-id-1018 figcaption{
	text-align: center;
}

body.page-id-1018 figure img {
    width: 150px !important;
}

body.page-id-1018 figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem;
}

body.page-id-1018 figure,
body.page-id-1018 figure img,
body.page-id-1018 figure figcaption{
    transition: .4s;
}

body.page-id-1018 figure:hover figcaption,
body.page-id-1018 figure:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    body.page-id-1018 figure{
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 1039px) {
    body.page-id-1018 figure{
        padding: 0;
        margin: 0;
    }
}


@media only screen and (max-width: px) {
	.committeeList li ul{
		
	}
}
@media only screen and (max-width: 781px) {
	.committeeList li a{
		position: relative;
		display: flex;
	}
	.committeeList li ul{
		padding: 0;
	}
}

a.new-button {
    background: #da3838 !important;
    color: #fff;
    /* font-size: 14px !important; */
    font-size: 1rem !important;
    padding: 0.4rem 1.5rem !important;
    padding-bottom: 0.45rem !important;
}

a.new-button:hover {
    background: #fff !important;
    color: #da3838 !important;
    border-color: #da3838 !important;
}

a.btn.g-simplecontent-item-readmore {
    color: #fff !important;
/*     font-weight: bold; */
}

a.btn.g-simplecontent-item-readmore:hover {
    color: #da3838 !important;
/*     font-weight: bold; */
}


/*Quick Links Home Page*/
section#g-feature.homepage .g-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

section#g-feature.homepage .g-block {
  flex: 1 1 calc(25% - 15px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
}

section#g-feature.homepage .g-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

section#g-feature.homepage
.quick-links {
  height: 100%;
  display: flex;
  flex-direction: column;
}

section#g-feature.homepage
.g-simplecontent {
  display: flex;
  flex-direction: column;
  height: 100%;
}

section#g-feature.homepage
.g-simplecontent-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

section#g-feature.homepage
.g-simplecontent-item-main-content {
  flex-grow: 1;
}

section#g-feature.homepage
.g-title {
  margin-top: 0;
}

section#g-feature.homepage
.g-simplecontent-item-readmore-container {
  margin-top: auto;
}

@media (max-width: 1024px) {
    section#g-feature.homepage
  .g-block {
    flex-basis: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  section#g-feature.homepage
    .g-block {
    flex-basis: 100%;
  }
	.quick-links > * {
    display: flex;
    text-align: center;
    align-items: center;
    align-content: center;
}
.log-in{
		left: 65%;
	}
	
	.new-logo img{
		margin: 0;
		top: 5px !important;
		right: 50%;
	}
}

.new-logo img{
	margin: 0;
	top: 25px;
}

#g-container-main,
.header-background{
	border-top: 10px solid #000;
}

section#g-navigation > div.g-grid > div.g-block > div.g-content > nav.g-main-nav > ul.g-toplevel > li.g-menu-item.active{
    background: #000;
    border-radius: 15px 15px 0 0;
    color: #fff;
    border-color: #000;
}

#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container{
    color: #fff;
}

section#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:hover .g-menu-item-title{
    color: #da3838 !important;
}


.accent-line-right {
    padding-right: 40px;
    border-right: 8px solid #da3838;
}


@media only all and (max-width: 64.99rem) {
	.g-slideshow .g-slideshow-slider .swiper-slide .slide{
		
	}
	
.mobile-reverse-stacked{
    flex-direction: column-reverse;
}
}
.fullwidth img{
	width: 100vw;
}

.productionItems{
	display: flex; 
	gap: 1rem; 
	flex-wrap: wrap; 
}

.productionItems > .wp-block-column {  
	display: flex;
	flex-direction: column;
	justify-content: flex-start; 
	flex: 1; 
	gap: 1rem;
}

.productionItems > .wp-block-column > .wp-block-group{
	border: 1px solid black;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;

	flex-direction: column; 
	min-height: 200px; 
	align-items: center;
	transition: .5s;
}
.productionItems > .wp-block-column > .wp-block-group:hover{
    border-radius: 21px;
    background: black;
    color: white;
}
/*WordPress Accordions - Details*/
.wp-block-details summary::after {
/* 	float: left;
  border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: .45em;
	left: 0.15em;
	width: 0.45em;    
	transform: rotate(-45deg);	 */
}

.wp-block-details[open] summary::after {
/* 	color: #fff;
	transform: rotate(135deg); */
}

.wp-block-details summary::after {
/* 	float: left;
  border-style: solid;
	border-width: 0.25em 0.25em 0 0; */
	content: '+';
/* 	display: inline-block;
	height: .45em;
	left: 0.15em;
	width: 0.45em;     */
	transform: rotate(0deg);	
	font-size: 2rem;
	font-weight: 900;
}

.wp-block-details[open] summary::after {
	color: #000;
	transform: rotate(-45deg);
}

.wp-block-details[open] .wp-block-details summary::after {
    color: #000;
    transform: rotate(0deg);
}

.wp-block-details[open] .wp-block-details[open] summary::after {
    color: #000;
    transform: rotate(-45deg);
}

.wp-block-details {
/*     max-height: 100px;
    transition: .75s ease-out; */
}
  
.wp-block-details[open] {
/*     max-height: 200px; */
	background: #fff;
}

.wp-block-details {
    border: 2px solid;
    border-radius: 15px;
    background-color: #bcbcbc;
    margin-bottom: 1rem;
}

article#post-29287
.wp-block-details[open] summary {
	border-bottom: 3px solid;
}
.wp-block-details summary {
    margin: 1rem;	
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-weight: 900;
	z-index: 999;
}

.wp-block-details summary strong {
    margin: 0 5rem 0 0;
}

.wp-block-details .wp-block-group {
    padding: 1rem;
    border-top: 1px solid;
}

.wp-block-details > *:not(summary){
	padding: 0 1rem;
}

.wp-block-details .wp-block-group{
	background-color: #fff;
	border-radius: 15px;
}

.wp-block-details:hover summary strong,
.wp-block-details:hover summary::after{
/*     color: #fff; */
}

.wp-block-details:hover > summary strong,
.wp-block-details:hover > summary::after{
    color: #000000;
}

.wp-block-details > ul.wp-block-list 
{
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr 1fr;
}

.wp-block-details > ul.wp-block-list li{
	display: flex;
	transition: .25s;
	background: #da3838;
	border: 3px solid #da3838;
	border-radius: 15px
}

.wp-block-details > ul.wp-block-list li:hover{
	background: #fff;	
	border-radius: 15px;
}

.wp-block-details > ul.wp-block-list li a{
	width: 100%;
	padding: 1rem;
	align-content: center;
	height: 100%;
	text-align: center;
	color: #fff;
	font-weight: 900;
}
.wp-block-details > ul.wp-block-list li a:hover{
	color: #da3838;
}

ul#year2025.wp-block-list 
{
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr 1fr;
}

ul#year2025.wp-block-list li{
	display: flex;
	transition: .25s;
	background: #da3838;
	border: 3px solid #da3838;
	border-radius: 15px
}

ul#year2025.wp-block-list li:hover{
	background: #fff;	
	border-radius: 15px;
}

ul#year2025.wp-block-list li a{
	width: 100%;
	padding: 1rem;
	align-content: center;
	height: 100%;
	text-align: center;
	color: #fff;
	font-weight: 900;
}
ul#year2025.wp-block-list li a:hover{
	color: #da3838;
}


.new-button a {
    display: inline-block;
    font-family: "chivo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 0.8vw;
    background: #da3838;
    text-align: center;
    margin: 0 0 0.5rem 0;
    padding: 0.4rem 1.5rem;
    padding-bottom: 0.45rem;
    border-radius: 0.4rem;
    border: 2px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.new-button a:hover{
	background: #fff;
    color: #da3838;
    border-color: #da3838;
    cursor: pointer;
}