/*
Theme Name: Bravada Child
Theme URI: http://www.cryoutcreations.eu/wordpress-themes/bravada
Description: Child theme for Bravada. This theme inherits all functionality from the parent theme Bravada.
Author: Your Name
Author URI: Your Website
Template: bravada
Version: 1.0.0
Requires at least: 4.5
Tested up to: 6.8
Requires PHP: 7.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: bravada-child
*/

/* Add your custom CSS below this line */

/* Blog Header Image */
.blog-header-image {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.blog-header-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Single Column Blog Layout Styles */
#content-single-column {
    display: block !important;
    width: 100% !important;
    column-count: 1 !important;
    column-gap: 0 !important;
}

#content-single-column article {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    break-inside: avoid;
    page-break-inside: avoid;
}

#content-single-column article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Article Wrapper - Flexbox container */
#content-single-column article .article-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Cover and Image Container - Left Side */
#content-single-column .cover {
    flex: 0 0 200px;
    min-width: 200px;
    margin-bottom: 0;
}

#content-single-column .imageContainer {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

#content-single-column .imageContainer img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#content-single-column .imageContainer a:hover img {
    transform: scale(1.05);
}

/* Float Entry Content - Right Side */
#content-single-column .float_entry {
    flex: 1;
    min-width: 0;
}

#content-single-column .float_entry h2 {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 15px 0;
    font-weight: bold;
}

#content-single-column .float_entry h2 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

#content-single-column .float_entry h2 a:hover {
    color: #0073aa;
}

/* Meta Information */
#content-single-column .float_entry .meta {
    font-size: 14px;
    color: #222;
    margin: 0 0 20px 0;
    line-height: 1.6;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

#content-single-column .float_entry .meta a {
    color: inherit;
    text-decoration: none;
}

#content-single-column .float_entry .meta a:hover {
    text-decoration: underline;
}

#content-single-column .float_entry .meta .dateIco,
#content-single-column .float_entry .meta .commentsIco {
    display: inline-block;
}

/* Summary/Excerpt - Only first paragraph */
#content-single-column .float_entry .summary {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 20px 0;
}

#content-single-column .float_entry .summary p {
    margin: 0 0 15px 0;
}

#content-single-column .float_entry .summary p:first-child {
    margin-top: 0;
}

#content-single-column .float_entry .summary p:last-child {
    margin-bottom: 0;
}

/* Hide all paragraphs except the first one */
#content-single-column .float_entry .summary p:not(:first-child) {
    display: none;
}

/* Continue Reading Link - Using parent theme styles */
#content-single-column .float_entry .post-continue-container {
    margin-top: 20px;
    clear: both;
}

/* Responsive Styles */
@media (max-width: 768px) {
    #content-single-column article .article-wrapper {
        flex-direction: column;
    }
    
    #content-single-column .cover {
        flex: 0 0 auto;
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
    }
    
    #content-single-column .float_entry h2 {
        font-size: 24px;
    }
    
    #content-single-column .float_entry .summary {
        font-size: 15px;
    }
}

/* Custom CSS for section above footer */
.law-section-wrapper {

    /* display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: serif; */

    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 62em;
    gap: 40px;
}
.law-left, .law-right {
    flex: 1 1 45%;
}
.law-left h1 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
}
.law-left h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.law-left p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.law-right h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
}
.law-right .office-info {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.law-map iframe {
    width: 100%;
    height: 350px;
    border: 0;
    border-radius: 8px;
}
@media(max-width: 768px){
    .law-section-wrapper {
        flex-direction: column;
        padding: 15px;
    }
}

/* Custom CSS for section above footer */


.bravada-fullscreen-headerimage.bravada-cropped-headerimage #masthead #header-image-main-inside {
	height: 51vh;
}

/* ## CONTINUE READING */
a.continue-reading-link {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	padding: 0px;
	border: none;
	font-size: .9em;
	line-height: 2;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

a.continue-reading-link:hover {
    color: #999;
    padding: 0px;
}

/* edge needs special treatment since it can't handle :focus-within */
a.continue-reading-link:focus-within {
	padding: 0px;
}

.continue-reading-link span {
	position: relative;
	z-index: 5;
	font-weight: bold;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

i.icon-continue-reading {
	display: none;
}

.continue-reading-link:hover i.icon-continue-reading {
	margin-left: 0;
	opacity: 1;
}

/* edge needs special treatment since it can't handle :focus-within */
.continue-reading-link:focus-within i.icon-continue-reading {
	margin-left: 0;
	opacity: 1;
}

.continue-reading-link:after {
    content: '\BB';
    padding-left: .25rem;
}

a:hover {
    color: #999 !important;
}

a.staticslider-button:nth-child(2n+1),
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button:nth-child(2n+1) {
	background: rgba(0,0,0,0);
	border: 2px solid #daa520;
}

a.staticslider-button:nth-child(2n+1):hover,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button:nth-child(2n+1):hover {
	background: #daa520;
}

a.staticslider-button:hover,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button:hover {
	color: #FFF !important;
	background: #daa520;
}

a.staticslider-button::after,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button::after,
a.staticslider-button:hover::after,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button:hover::after {
	content: "" !important;
	display: none !important;
}

a.staticslider-button + a.staticslider-button,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button + a.seriousslider-button {
	margin-left: 1.5em;
}

.svg-inline--fa {
    width: 16px;
    margin-right: 10px;
}

/* ============================================
   CUSTOM FOOTER STYLES
   ============================================ */

/* Footer Container */
#footer {
    background-color: #1a2a4a; /* Dark blue background */
    color: #ffffff;
    padding: 40px 20px 20px;
}

/* Override parent theme's footer-inside styles */
#footer-top .footer-inside {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 !important;
    display: block !important;
}

/* Footer Main Content - Two Column Layout */
.footer-main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}

/* Left Column - Navigation Menu */
.footer-left {
    flex: 0 0 auto;
    width: auto;
    margin-left: 100px;
}

.footer-nav-menu {
    display: block;
    width: auto;
}

.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
}

.footer-nav-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.footer-nav-list li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    transition: color 0.3s ease;
    display: inline-block;
    white-space: nowrap;
}

.footer-nav-list li a:hover {
    color: #daa520; /* Gold color on hover */
    text-decoration: none;
}

/* Right Column - Social Icons */
.footer-right {
    flex: 0 0 auto;
    width: auto;
    text-align: right;
    margin-right: 100px;
}

.footer-connect-title {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.footer-social-icons {
    display: inline-block;
}

.footer-social-menu {
    display: inline-block;
}

.footer-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
}

.footer-social-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.footer-social-list li a.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #daa520; /* Yellow/gold background */
    border-radius: 4px;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    color: #ffffff;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}

.footer-social-list li a.social-icon-link:hover {
    transform: translateY(-2px);
    background-color: #c69500; /* Darker gold on hover */
    text-decoration: none;
}

/* Hide the link text */
.footer-social-list li a .social-icon-text {
    display: none;
}

/* Use parent theme's icon fonts for social icons */
.footer-social-list li a.social-icon-link::before {
    font-family: 'socials';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}

/* Icon mappings - using parent theme's socicon classes */
.footer-social-list li a.socicon-twitter::before {
    content: '\e920'; /* Twitter icon */
}

.footer-social-list li a.socicon-facebook::before {
    content: '\e840'; /* Facebook icon */
}

.footer-social-list li a.socicon-linkedin::before {
    content: '\e829'; /* LinkedIn icon */
}

.footer-social-list li a.socicon-instagram::before {
    content: '\e85a'; /* Instagram icon */
}

.footer-social-list li a.socicon-youtube::before {
    content: '\e831'; /* YouTube icon */
}

/* Footer Bottom - Copyright, Powered By, and Policy Links */
.footer-bottom-content {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    align-items: center;
    max-width: 1200px;
    margin: 20px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    gap: 20px;
}

.footer-copyright {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
}

.footer-powered-by-bottom {
    text-align: center;
    justify-self: center;
    margin-left: 50px;
}

.footer-powered-label {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 300;
}

.footer-powered-logo {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Georgia', serif;
    letter-spacing: 1px;
}

.footer-policy-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
}

.footer-policy-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-policy-links a:hover {
    color: #daa520; /* Gold color on hover */
    text-decoration: none;
}

/* Hide parent theme footer elements */
#footer #site-copyright {
    display: none;
}

#footer .footermenu {
    display: none;
}

/* Remove footer separator line if exists */
#footer-top .footer-inside::before {
    display: none;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .footer-main-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-center {
        align-items: center;
        order: 3;
    }
    
    .footer-right {
        align-items: flex-start;
        order: 2;
    }
    
    .footer-connect-title {
        text-align: left;
    }
}

@media (max-width: 768px) {
    #footer {
        padding: 30px 15px 15px;
    }
    
    /* Hide footer-left on mobile */
    .footer-left {
        display: none !important;
    }
    
    /* Center align footer-right on mobile */
    .footer-right {
        text-align: center;
        align-items: center;
        margin-right: 0;
        width: 100%;
    }
    
    .footer-connect-title {
        text-align: center;
        font-size: 20px;
    }
    
    .footer-social-list {
        justify-content: center;
    }
    
    .footer-bottom-content {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
    }
    
    .footer-copyright {
        text-align: center;
    }
    
    .footer-policy-links {
        justify-content: center;
        gap: 10px;
        text-align: center;
    }
    
    .footer-powered-logo {
        font-size: 28px;
    }
}

@media(min-width: 1191px){
    .menu-burger {
        display: none;
    }
}

.widget-container {
    background: #f2f2f2;
    border: 1px solid #d8d8d8;
    margin-bottom: 1em;
    padding: 2em 1.5em;
}

.widget-container input:not([type="submit"]),
.widget-container textarea {
    background-color: white !important;
}

.widget-container input[type="submit"] {
    background: #daa520;
    text-align: center;
}

a.tag-cloud-link
 {
    border: none;
    background: #999;
    color: #fff !important;
    padding: 0.25em;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

.wp-block-search__input {
    width: 100%;
    padding: 5px 2%;
}

.wp-block-search__button{
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 1.5rem auto 0;
    padding: .675em 1.5em;
    transition: .2s background;
}

input#wp-block-search__input-1 {
    padding: 5px 2%;
}

.wp-block-search__inside-wrapper {
    display: block;
    max-width: 100%;
}

.footerForm {
    color: white;
    margin: 0 auto;
    max-width: 48em !important;
}

.footerForm input:not([type="submit"]), .footerForm textarea {
    width: 100%;
    padding: .5em .5em;
}

.footerForm .wpcf7-list-item {
    margin: 0;
}

.footerForm .wpcf7-list-item input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.video-bg {
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.video-bg video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}