/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/



 div.project-page.project.-layout1 div.page-container div.vc_row div.vc_col-md-6.project-content.-sticky-block div.holder .options-group li:last-child
{
	display: none !important;
}

/* .header.-fixed {
    
    background-color: #ffffff !important;
} */

.options-group
 {
    
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    
}

/* .site-content {
   
	background: #F0F8F9 url(https://swira.design/beta/wp-content/uploads/2022/11/stars.svg) !important;
} */

.site-content {
  /* Set the background color on the main element */
  background-color: #f1f8fa;
  /* The main element must be a positioned container for the pseudo-element */
  position: relative;
  z-index: 1; /* Make sure content is on top */
}

.site-content::before {
  /* Create the pseudo-element and position it behind */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

  /* Apply the image and opacity here */
  background-image: url(https://swira.design/beta/wp-content/uploads/2022/11/stars.svg);
  background-repeat: repeat; /* Add this if the stars should tile */

  /* Set the desired opacity (0.5 is 50% transparent) */
  opacity: 0.7;
}

.dark-scheme .site-content::before {
  /* Create the pseudo-element and position it behind */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

  /* Apply the image and opacity here */
  background-image: url(https://swira.design/beta/wp-content/uploads/2022/11/stars.svg);
  background-repeat: repeat; /* Add this if the stars should tile */

  /* Set the desired opacity (0.5 is 50% transparent) */
  opacity: 0.15;
}
/* 
.site-footer {
    
    background-color: #aac7d6;
    color: #143955;
} */


.overlay-details .heading {
    width: inherit !important;
}

#solutions .elementor-widget-image-box .elementor-image-box-description {
    
    text-align: left !important;
}

.social-bar-holder.icons li.caption {
    display: none !important;
}

.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before

 {
    content: var(--fa) !important;
}

.ohio-banner-sc.ohio-widget.banner.card.-with-overlay.-img-scale:hover .overlay-details {
    background-color: rgba(22, 21, 25, 0.7) !important;
  
}

.banner.-with-overlay:not(.team-member) .overlay-details, .banner.-image-only .overlay-details {
   
    background-color: 
 color-mix(in srgb, var(--clb-color-overlay) 25%, transparent) !important;

}
#hero span.text-before a:hover {
    color: #a3c8d8 !important;
}



.portfolio-item.-layout2 .overlay-details:not(.-top) {
    
    background: none !important;
}

.is-mobile-menu.with-left-mobile-hamburger .slide-in-overlay .holder {
    
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.portfolio-item:not(.-contained) .image-holder {
    border-radius: 42px !important;
}
@media (max-width: 800px){
	.site-footer-copyright {
    background-color: #143955 !important;
}
	
#colophon > div.page-container.-full-w, #colophon > div.page-container {
    background-image: url(https://swira.design/wp-content/uploads/2025/11/footer-2.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
	margin-bottom: -1px !important;
}
	.site-footer .page-container + .site-footer-copyright .holder {
    
    border-top: 0px !important;
}
.page-headline::before {
    background-color: #f1f8fa;
}
		.page-headline .title {
    font-size: 35px !important;
    padding: 20px !important;
}
	  .single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .project.-layout1 .project-content, .single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .project.-layout3 .project-content, .single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .project.-layout4 .project-content
{
    margin-top: -3vh !important;
  }

	.options-group

 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.project-custom h3.elementor-divider__text.elementor-divider__element {
    font-size: 35px !important;
}
	

}



