/*
Theme Name: SentinAL Drives
Theme URI: http://www.wpbeaverbuilder.com
Version: 0.4
Description: Customized child theme for SentinAL.
Author: Tribe Design
Author URI: http://tribedesign.com/
License: Copyright 2025 Tribe Design, LLC.
License URI: http://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
template: bb-theme
*/

/* Menus */
.navbar-nav a[href="#"] { cursor: default; }

/* Parent theme overrides */
.fl-page-bar, 
.fl-page-header .fl-page-header-wrap,
.fl-page-nav-wrap,
.fl-page-footer {
    border: none;
}
.fl-page-bar { font-size: 18px; font-weight: 600; }
.fl-page-bar-container { padding-bottom: 10px; padding-top: 10px; }

/* X-Twitter icon replacement, required Font Awesome plugin activated */
.fl-social-icons .fa-twitter:before { content: "\e61b"; }

/* Custom Classes */
.menu .nav-btn > .nav-link {
	border: solid 1px #EEC51A;
    padding: 10px;
}
.accordion2col-container {
	background-color: #f3f3f3;
	display: flex;
	align-items: stretch;
	flex-direction: column;
}
.accordion2col-photocol img { margin: 0; }
.accordion2col-textcol p { margin-bottom: 0; }
.accordion2col-textcol {
	padding: 40px;
	flex-basis: 50%;
	align-items: stretch;
	align-self: center;
}

/* Responsive */
@media (max-width: 767px){
	/* Parent theme overrides */
	.fl-page-footer .text-right .fl-page-footer-nav { justify-content: center; }
}
@media (min-width:768px){
	/* Parent theme overrides */
	.fl-page-footer .text-right .fl-page-footer-nav { justify-content: flex-end; }
	
	/* Custom Classes */
	.accordion2col-container { flex-direction: row; }
}
