   /*
     Theme Name: neve-child
     Theme URI: https://www.benbigras.com
     Description: Neve child theme for special function that will not be over written at update time. Do you like how I added the child in the arms of the lady in the original image? :)
     Author: Ben Bigras
     Author URI: https://www.benbigras.com
     Template: neve
     Version: 1.0.0
     */
/* Import Fredoka for site-wide use and Italianno for the skinny site title */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600&family=Italianno&display=swap');

/* Apply Fredoka site-wide */
body,
h1, h2, h3, h4, h5, h6,
p,
a,
button,
input,
textarea,
.nav-links,
.menu-item,
footer,
.widget,
blockquote {
  font-family: 'Fredoka', sans-serif !important;
}

/* Apply Italianno ONLY to the site title (skinny, elegant) */
.site-title,
.site-title a,
.header-title,
.custom-logo-link + .site-title {
  font-family: 'Italianno', cursive !important;
  font-weight: 400 !important; /* ensures no bolding */
  text-transform: none !important;
  letter-spacing: 0.5px !important;
  font-size: 5rem !important;
  line-height: 1.1 !important;
}

.nv-title-tagline-wrap small{
	 font-family: 'Italianno', cursive !important;
  font-weight: 400 !important; /* ensures no bolding */
  text-transform: none !important;
  letter-spacing: 0.5px !important;
  font-size: 3rem !important;
  line-height: 1.1 !important;
}


/* Heading scale */
h1 {
  font-size: 3rem;
  line-height: 1.1;
}

h2 {
  font-size: 2.4rem;
  line-height: 1.15;
}

h3 {
  font-size: 2rem;
  line-height: 1.2;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.3;
}

h5 {
  font-size: 1.3rem;
  line-height: 1.35;
}

h6 {
  font-size: 1.1rem;
  line-height: 1.4;
}

/* Body text readability */
body {
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
.emphesys{
    font-family: 'Athiti', sans-serif !important;
font-size: 1.5em;
}
/*
.subtitles{
    font-family: 'Angkor', display;
}
*/

/* Custom Contact Form styling */
.ccf-form label {
    color: #f0f0f0; /* or #fff depending on your background */
    font-weight: 600;
}

.ccf-form input,
.ccf-form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #666;
    border-radius: 4px;
    background: #fff;
    color: #000;
}

.ccf-form button {
    background: #0065cb;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.ccf-form button:hover {
    background: #555;
}

.ccf-message--error {
    background: #ffdddd;
    border-left: 4px solid #d00;
    padding: 10px;
    margin-bottom: 15px;
}

.ccf-message--success {
    background: #ddffdd;
    border-left: 4px solid #0a0;
    padding: 10px;
    margin-bottom: 15px;
}


.elementor-button-icon svg {
  height: auto;
  width: 2.5em;
}
/*
.nav-ul .sub-menu{
	background-color:#333;
}
.sl-overlay {
background-color: #000;
	opacity: 0.9;
}
.sl-wrapper .sl-close {
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next, .sl-wrapper .sl-navigation button.sl-prev {
  color: #fff;
  }
*/
.header-top{
		background-color:#0065cb !important;
}

body.flash #header-grid.global-styled:not(.neve-transparent-header) {
  background-image: url("https://www.benbigras.com/wp-content/uploads/2025/06/DSC_3305-Edit.jpg");
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

body.hdr #header-grid.global-styled:not(.neve-transparent-header) {
  background-image: url("https://www.benbigras.com/wp-content/uploads/2025/06/photoPrint_11.jpg");
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

body.mls #header-grid.global-styled:not(.neve-transparent-header) {
  background-image: url("https://www.benbigras.com/wp-content/uploads/2025/06/hdrExample.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.wpforms-field-label{
color: #fff !important;
}

@media only screen and (max-width: 768px) {
.header-menu-sidebar-bg,
[class*=row-inner] {
  background:#0065cb !important;
}

.navbar-toggle, .navbar-toggle:hover {
  --primarybtncolor: #fff !important;
  --primarybtnhovercolor: #fff !important;
}
}




