/*
Theme Name: Flanagan
Template: go
Author: Tie International
Author URI: Tie.International
Description: Child Theme created based on the Go Theme provided by GoDaddy.
Tags: block-styles,custom-colors,custom-logo,custom-menu,e-commerce,editor-style,one-column,theme-options,threaded-comments,translation-ready,wide-blocks
Version: 1.8.11.1730820467
Updated: 2024-11-05 15:27:47

*/

@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

:root {
    --flanaganColor: #216974;
    --secondary-color: #0A4049;
    --light-gray: rgba(250,250,250);
    --flanaganFocusColor: #216974;
	--go-heading--font-family: "Kantumruy Pro", serif;
}

body {
    background: url(/wp-content/uploads/2024/10/TimesSquare-scaled.jpg), linear-gradient(0deg, rgba(255,255,255,1) 0%, var(--light-gray) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	font-family: "Kantumruy Pro", serif;
}

h1 {
	margin: unset;
	color: blue;
}

.login form {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.header__titles h1.custom-logo {
    justify-content: unset;
}

/* Style the login form container */
#login {
    position: absolute;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(5px) saturate(1) grayscale(100%);
    transition: all .5s ease-in-out;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    max-width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#login:hover, #login:focus {
    backdrop-filter: blur(10px) saturate(2.8) grayscale(0%);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

/* Style the login form fields */
#user_login,
#user_pass,
#pass1 {
    padding: 10px;
    font-size: 16px;
    color: var(--secondary-color);
    width: 100%;
    border-radius: 5px;
}

/* Style the input fields borders */
#user_login,
#user_pass, #rememberme, #pass1 {
    background-color: var(--light-gray);
    border: 1.5px solid var(--flanaganColor);
}

.forgetmenot {
    margin-bottom: 1rem !important;
}

#backtoblog {
    display: none !important;
}


/* Border input fields Login page */
#user_login:focus, #user_pass:focus, #rememberme:focus, #pass1:focus {
    color: var(--flanaganFocusColor);
    box-shadow: 0 0 0 var(--flanaganColor);
}

.login #loginform .user-pass-wrap .wp-hide-pw {
    color: var(--flanaganColor);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Restore drop-shadow effect */
}

.login .button.wp-hide-pw:focus{
    color: var(--flanaganColor);
    border-color: var(--flanaganColor);
    box-shadow: 0 0 0 1px var(--flanaganColor);
}


input[type="checkbox"]:checked::before{
     filter: hue-rotate(10deg) saturate(60) brightness(0.5);
}


/* Style the login button */
#wp-submit, .contact-us-button a {
    background-color: var(--flanaganColor);
    border: none;
    color: #fff;
    padding: 12px 24px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-bottom: 15px;
}

.login .reset-pass-submit .button {
    color: var(--flanaganColor);
    border: 1px solid var(--flanaganColor);
}



#wp-submit:hover, .contact-us-button a:hover {
    background-color: var(--flanaganFocusColor);
}

/* Style the logo */
#login h1 a, .login h1 a {
    background-image: url(https://sandbox.flanagan-group.com/wp-content/uploads/2025/11/The-Flanagan-Group-Monogram-Logo-Final-scaled.png);
    background-size: contain;
    width: 250px;
    height: 100px !important;
    display: block;
}

#login h1 a {
    height: 2rem;
    margin-top: 1rem;
}
/* Style the "Lost your password?" link */
.login #nav a {
    color: var(--flanaganColor);
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-top: 2rem;
    text-align: center;
}

.login #nav a:hover {
    color: var(--flanaganFocusColor);
}

.first-login-banner {
    color: white;
}

/* Style the "Wrong password" and "Logged out" banners */
.login .message {
    background-color: var(--light-gray);
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

/* Active Deals Page */
.project-card-container {
    text-decoration: none;
}

.project-card-content-container {
    min-height: 300px; 
    display: flex; 
    height: 100%;
    flex-direction: column; 
    border-radius: 5px; 
    background-color: red";
}
    
.project-card-image {
    object-fit: cover; 
    flex-grow: 1; 
    border-radius: 5px;
}

.project-card-title { 
    padding-inline: 1rem;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.5rem;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-card-invested {
    text-align: center;
}

.project-container {
    display: flex;
    flex-wrap: wrap;
    /*grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 12px;*/
    transition: all .2s ease-in-out;
}

.project-container a {
    transition: all .2s ease-in-out;
    width: 30%;
    margin: 1%;
    
}

@media (max-width: 750px) {
    .project-container a {
        width: 48%;
        margin: 1%;
    }
}

@media (max-width: 500px) {
    .project-container a {
        width: 100%;
    }
}

.project-container a:hover {
    transform: scale(1.025);
}

#login-message, #login .notice {
    border-left: 5px solid var(--flanaganColor);
}
