/*
 Theme Name:   Crann
 Description:  New child theme for Crann
 Author:       Made in Trenbania
 Author URI:   https://www.madeintrenbania.com
 Template:     generatepress
 Version:      1.0
*/


*, *::before, *::after {
    box-sizing: border-box;
}
a {
	font-weight:bold;
	text-decoration:underline;
}
#primary-menu {
	padding-top:45px;
}
.main-navigation .menu > .menu-item > a:hover::after, .main-navigation .menu > .menu-item > a:focus::after, .main-navigation .menu > .current-menu-item > a::after {
    width: 30px;
}
.main-navigation .menu > .menu-item > a::after {
    content: "";
    position: absolute;
    right: 50;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: 0.3s width ease;
}
.main-navigation a {
    letter-spacing: 2px;
}

.site-content, .entry-header {
    word-wrap: normal;
}

img {
	display:block;
}

.page-link:first-child {
    padding-top: 0;
}

.page-link {
    padding: 15px 0;
}

.col-1, .col-2, .col-3, .col-4, .thumbnail__thumbnail-container--logo, .col-5, .col-6, .picture-card-container, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .column-3, .column-6, .ctacard__body, .highlight--wide, .highlight--narrow, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .sub-footer__text, .col-md-7, .col-md-8, .alternator-row__cols, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .stats--full, .find-wood__search-container__tab-column, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .stats--narrow, .col-lg-5, .col-lg-6, .umbraco-forms-form .umbraco-forms-page, .ctacard.image-left .ctacard__body, .ctacard.image-right .ctacard__body, .detail-content__intro, .detail-content__content, .stats--wide, .col-lg-7, .col-lg-8, .ctacard.overlap .ctacard__body .text-center, .find-wood__search-container__search-column, .col-lg-9, .col-lg-10, .ctacard.overlap .ctacard__body, .col-lg-11, .col-lg-12, .ctacard.image-left .ctacard__body .text-center, .ctacard.image-right .ctacard__body .text-center, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.member, .secondary {
	display: block;
    margin: 5%;
}

@media (min-width: 992px) {
.col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
	.col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
	.excerpt-list-card__body {
    padding: 0 3rem;
}
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.excerpt-link {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
}
.excerpt-list-card__row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    transition: box-shadow .3s;
    position: relative;
}
.excerpt-list-card__image {
    padding-left: 0;
    padding-right: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    overflow: hidden;
}
.excerpt-list-card__image--stretch {
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.page-link a {
    text-decoration: none;
}
a:hover .excerpt-list-card__body__title {
    text-decoration: underline;
}
a:link .excerpt-list-card__body__summary, a:hover .excerpt-list-card__body__summary, a:visited .excerpt-list-card__body__summary {
    color:#666;
}
.intro p {
	font-size: 1.25em;
    font-weight: bold;
}
figcaption {
	font-size: 0.8em;
    text-align: center;
}
@media (min-width: 768px) {
.excerpt-list-card__row {
    align-items: center;
    justify-content: center;
}
.excerpt-list-card__row:hover {
    box-shadow: 0 30px 30px 0 rgba(0,0,0,.2);
}
}

@media (min-width:769px) {
    .main-navigation .main-nav ul li.nav-button a {
        background-color: #ffffff;
        border: 2px solid #000000;
        color: #000000;
        line-height: 40px;
		margin-left:20px;
    }
}
@media (max-width:768px) {
button:not(.menu-toggle), html input[type="button"], input[type="reset"], input[type="submit"], .button, .button:visited, .wp-block-button .wp-block-button__link {
    font-size: 16px;
}
}


.give-form-wrap {
	padding:30px;
	background-color:#efefef;
	margin-bottom:40px;
}
.button {
	border:solid #fff 2px;
	text-decoration:none;
}
.button.secondary {
	background:none;
	border:solid #fff 2px;
}
.member-button a:hover {
	background-color:#75a331;
}
.member-cta {
	text-align:center;
}
.member-cta h2 {
	margin-bottom:0;
}
.member-cta p {
    margin-bottom: 1em;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #427000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #75a331;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
}

@media (min-width: 370px) {
	
.member, .secondary {
	display: inline;
    margin: 0;
}
	
}

@media (max-width: 992px) {
.main-navigation a {
    letter-spacing: 1px;
	}
}