/*!
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/
*/
.logo{
	color:#3DBB99;
	font-style: italic;
}
.logo a h3{
	color:#3DBB99;
	font-style: italic;
}
.left{
	z-index:900 !important;
}
#menu-primary li:last-child{
	background-color:black;
	color:white;
	border-radius:10px;
	height:60%;
	align-self:center;
	margin-right:10px;
}
#menu-primary li:last-child a{
	color:white;
	padding:5px 10px;
}
#menu-primary li:last-child span::before{
	display:none;
}
.video-background{
	display:flex;
	justify-content:center;
}
.video-background video {
  width: 100vw;
  max-width:1600px;
  height: 100vh;
  max-height:730px;
  object-fit:cover;
}
.video-background .single-background {
  position: relative;
  width: 100vw;
  height: 100vh;
  display:block;
}
.featured-title{
	position: absolute;
	top: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	left: 50%;
	transform: translate(-50% ,-50%);
	width:33.33%;
}
.grid-item.masonry-block{
    position:static;
}

.header-wrap.page-container{
    margin-left:0px;
    margin-right:0px;
    width:100%;
}
header .page-container:not(.-full-w){
    max-width:unset;
}
.author-container, #vc_load-inline-editor{
    display:none;
}
.before-footer{
	height:500px;
	width:100%;
	background-image:url('https://s2.pentacom.hu/wp-content/uploads/2025/10/pentacom-agency-footer-scaled.jpg'); 
	background-size:cover;
	background-position:center;
	display:flex;
	flex-deriection:column;
	gap:20px; 
	align-items:center;
	color:white;
	position: relative;
	z-index: 0;
}

.before-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
	z-index: 0;
}

.before-footer h2{
	color:white;
}



.contact-btn{
    padding:10px 15px;
    background-color:#3DBB99;
    color:white;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: bold;
    border:none;
    border-radius:10px;
}


.footer-contact-block{
	margin-left:10%;
	width:33.33%;
	z-index:1;
}
.footer-menu{
	display:flex;
}
.right-footer-menu{
	float:right;
}
#menu-footer-nav-menu, #menu-footer-nav-menu-en{
	display:flex;
	gap:15px;
	float:right;
}
#menu-footer-nav-menu li, #menu-footer-nav-menu-en li {
	list-style-type:none;
	font-weight:bold;
}
.logo-footer{
	color: #3DBB99;
	font-style: italic;
}
#menu-mainnav{
	display:flex;
	gap:20px;
	font-weight:bold;
	float:right;
}
.studies-h1{
	margin-top: 80px;
	text-align:center;
	margin-bottom:80px;
}
.study-list{
	display:flex;
	gap:60px;
}
.page-container.bottom-offset{
	max-width:1600px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
#colophon{
	max-width:1600px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width: 769px) {
	.footer-contact-block{
	    margin-left:auto;
	    margin-right:auto;
	    width:60%;
	}
	.featured-title{
		width:80%;
}
}
