/* === Colton's Styles === */

.header-top  {
	padding-top: 15px;
}


.navbar .container {
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-row {
	width: 100%;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.navbar-row .col {
	justify-content: space-between;
	text-align: center;
}

.navbar-row .col ul {
	width: 100%;
	justify-content: space-between;
	text-align: center;
}

.navbar-row a span {
	font-family: "Zilla Slab", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #FFF !important;
	font-size: var(--FC-font-size-15);
}

.navbar-row a:hover span {
	color: #FFF !important;
}


.navbar li a span::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  opacity: 1;
  transition: opacity 150ms, transform 150ms;
  transform: scale(0);
  transform-origin: left;
}
 
.navbar li a span:hover::after,
.navbar li a span:focus::after {
  opacity: 1;
  transform: scale(1);
}



.header__menuWrapper {
	padding: 0;
}

.navbar-brand-col {
	width: fit-content;
	display: flex; 
	justify-content: center !important;
	align-items: center;
	padding: 0;
	padding-left: 50px;
	padding-right: 50px;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.mobile__socialsContainer span {
	font-size: var(--FC-font-size-14);
	text-transform: uppercase;
}




.flex-unset {
	flex: unset;
}


.button__remove_logo a::before, .button__remove_logo a::after, .gform_submit_dark_red .gform_button::before, .gform_submit_dark_red .gform_button::after {
	display: none !important;
}


.button__dark_red .wp-block-button__link, .gform_submit_dark_red .gform_button {
	background-color: var(--FC-dark-red) !important;
	color: #FFF !important;
	font-weight: 600;
	border: solid 3px var(--FC-dark-red) !important;
	padding: 15px 25px !important;
	transition: 200ms;
}

.button__dark_red:hover a, .gform_submit_dark_red .gform_button:hover {
	background-color: #FFF !important;
	color: var(--FC-dark-red) !important;
	transition: 200ms;
}


.home_hero_container h1 {
	font-size: var(--FC-font-size-128);
	font-weight: 400;
	font-family: "Abraham Lincoln", serif;
	line-height: .9;
}

.home_hero_container p {
	font-size: var(--FC-font-size-28);
	padding-bottom: 10px;
}

.home_hero_container .wp-block-button__link {
	font-size: var(--FC-font-size-28) !important;
	text-transform: uppercase;
}


.homeSlider__navWrapper {
	gap: 100px !important;
	transform: translateY(-10px) !important;
}


/* .home_bootslider_col .swiper-wrapper {
	margin-top: -50px;
}

.home_bootslider_col .swiper-slide {
	margin-top: -50px;
}
 */

.col_inner_align_items_flex_end {
	display: flex;
	align-items: flex-end;
}

.second-level-header-main-container {
	padding-top: 150px;
	padding-bottom: 150px;
	padding-left: 0;
	padding-right: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.second-level-header-overlay {
	background-color: rgba(27, 34, 60, .3);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.second-level-header-col {
	text-align: center;
}

.second-level-header-subheader {
	font-size: var(--FC-font-size-22);
	font-weight: 600;
}

.second-level-header-headline {
	font-size: var(--FC-font-size-56);
	font-weight: 400;
    font-family: "Abraham Lincoln", serif;
    line-height: .9;
	padding-top: 10px;
	font-family: "Abraham Lincoln", serif;
}




.overflow-image-with-text-main-container, .overflow-image-with-text-image-container, .overflow-image-with-text-image-container * {
	padding: 0;
}

.overflow-image-with-text-main-container {
	overflow: hidden;
}

.overflow-image-with-text-image-container {
	position: absolute;
}

.overflow-image-with-text-image-col {
	background-position: center;
}

.overflow-image-with-text-image-col img {
	opacity: 0;
	pointer-events: none;
}

.overflow-image-with-text-content-row {
	justify-content: end;
}

.overflow-image-with-text-content-col-empty {
	opacity: 0;
	pointer-events: none;
}


.overflow-image-with-text-content-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	gap: 15px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.overflow-image-with-text-main-container.reverse .overflow-image-with-text-image-row, .overflow-image-with-text-main-container.reverse .overflow-image-with-text-content-row {
	flex-direction: row-reverse;
}



/* .list-select-main-container {
	display: flex;
	flex-direction: row-reverse;
} */

.list-select-content-container-fluid {
	padding: 10px 0 0 0;
}
 
.toc-top * {
	width: fit-content;
}

.toc-top {
	padding: 25px;
}

.list-select-main-row {
	display: flex;
}

.toc-row-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	gap: 10px;
}


.list-select-content {
	display: flex;
}

.list-select-content-image {
	object-fit: cover;
	min-height: 500px;
}

.toc-title {
	display: flex;
}

.toc-link {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.toc-number {
	display: flex;
	width: 20px;
}

.list-content-headline {
	font-size: var(--FC-font-size-36);
	margin-bottom: 15px;
}

.list-content-text {
	padding: 0;
}

.toc-text {
	font-size: var(--FC-font-size-18);
}


.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}

.swiper-pagination-bullet-active {
	background-color: var(--FC-dark-red) !important;
}






@media screen and (max-width: 1399px) {
	
	.navbar-brand-col {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	
	.homeSlider__navWrapper {
		transform: translateY(-50px) !important;
	}

	
}



@media screen and (max-width: 1199px) {
	.hide_at_1199 {
		display: none;
	}
	
	.navbar-logo {
		max-width: 175px !important;
	}
	
	
	.navbar-row a span {
		font-size: var(--FC-font-size-14);
	}
	
	.navbar li a span::after {
  		height: 1px;
	}
	
	
}


.hide_until_991 {
	display: none;
}

@media screen and (max-width: 991px) {
	
	.hide_until_991 {
		display: block;
	}
	
	.hide_at_991 {
		display: none;
	}
	
	
	.mobile__navWrapper {
		width: 45%;
		padding: 125px 0 0 50px;
		background-color: var(--FC-dark-blue) !important;
	}
	
	.mobile__mainNav li {
		padding-bottom: 20px;
	}
	
	.mobile__mainNav a {
		width: fit-content;
		font-family: "Zilla Slab", sans-serif;
		text-transform: uppercase;
		font-weight: 400;
		color: #FFF !important;
		font-size: var(--FC-font-size-24);
	}
	
	 .navbar-logo {
        max-width: 150px !important;
	}
	
	
	.text_align_center_at_991 {
		text-align: center;
	}
	
	
	.second-level-header-main-container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	
	.overflow-image-with-text-main-container {
		background-position: center;
	}
	
	.overflow-image-with-text-main-container.text_yes {
		text-align: center;
	}
	
	.overflow-image-with-text-main-container.image_no {
		background-image: none !important;
	}
	
	.overflow-image-with-text-overlay {
		background-color: rgba(255, 255, 255, .8);
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
	.overflow-image-with-text-content-col {
		padding: 12px;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.list-select-swiper {
		padding-bottom: 50px !important;
	}
	
	.list-content-headline {
		font-size: var(--FC-font-size-48);
		padding-top: 25px;
		padding-bottom: 10px;
	}
	
	.list-select-content-col {
		text-align: center;
	}

	
	.list-select-content-image {
		object-fit: unset;
		min-height: unset;
	}

	
/* 	----- END OF 991 ----- */
	
	
}


.width-fit-content_until_550 {
	width: fit-content;
}

.display-flex_until_550 {
	display: flex;
}

@media screen and (max-width: 550px) {
	
	.width-fit-content_until_550 {
		width: 100%;
	}

	.display-flex_until_550 {
		display: unset;
		margin: 15px;
	}
	
	
	.mobile__navWrapper {
		width: 100%;
		padding-top: 90px;
	}
	
}




/* --------- MY ACCOUNT PAGE --------- */


.page-id-13 .second-level-header-main-container {
	padding-top: 50px;
	padding-bottom: 50px;
}


.page-id-13 .content {
	margin: unset !important;
	max-width: unset !important;
}

.page-id-13 .woocommerce {
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

.page-id-13 .woocommerce::before {
	display: none;
}

.page-id-13 .woocommerce-MyAccount-navigation {
	width: 300px;
	padding-bottom: 0px;
	background-color: var(--FC-near-white);
}

.page-id-13 .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 0;
}

.page-id-13 .woocommerce-MyAccount-navigation li {
	padding-bottom: 20px;
}

.page-id-13 .woocommerce-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-id-13 .button.wc-forward {
	width: 200px !important;
}

.page-id-13 .woocommerce-info::after {
	display: none !important;
}

.page-id-13 .woocommerce-Addresses {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.page-id-13 .woocommerce-Address .edit {
	float: none !important;
	background-color: #333;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
	display: block;
	margin-bottom: 25px;
}





/* ---------- FOOTER ---------- */


.site-footer {
	padding-top: 75px !important;
}

.footer__seperator {
	margin-bottom: 75px !important;
}

.footer__nav_wrapper_row {
	justify-content: space-between;
	margin-top: 25px;
}

.footer__col, .footer__col div {
	width: fit-content;
}

.footer__col_with_logo div {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.footer__col_with_logo p {
	color: var(--FC-dark-red);
}

.footer__col img {
	height: 100%;
	top: 7px;
	margin-bottom: 10px;
}

.footer__col h2 {
	color: var(--FC-dark-red);
	font-size: var(--FC-font-size-36);
	font-family: "Abraham Lincoln", serif;
	font-weight: 500;
}

.footer__col i {
	color: var(--FC-dark-red);
	font-size: 36px;
}

footer .nav-link {
	width: fit-content;
	border-bottom: solid 1px transparent;
	padding-right: 0;
	margin-bottom: 5px !important;
	transition: none;

}

footer .nav-link:hover {
	border-bottom: solid 1px var(--FC-dark-red);
	transition: none;
}




.footer-copyright-container {
	padding-top: 75px;
}

.footer-copyright-container p {
	font-size: var(--FC-font-size-14);
}






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

	.footer__col_with_logo {
		max-width: 225px;
	}    
	
	
	.footer__col i {
		font-size: 28px;
	}

}


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

	.footer__col_with_logo, .footer__col {
		max-width: unset;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}    
	
	.footer__col {
		padding-top: 40px;
	}
	
	.footer__col div {
		width: 275px;
		text-align: center;
	}
	
	.footer__col img {
		margin-bottom: 25px;
	}
	
	.footer__col li {
		display: flex;
		justify-content: center;
	}
	
	.footer__col i {
		font-size: 36px;
	}
	
	.footer__col h2 {
		font-size: var(--FC-font-size-46);
	}
	
	.footer__col .nav-link {
		font-size: var(--FC-font-size-26);
		margin-bottom: 10px !important;
	}

}







