/**
Theme Name: ozbek
Author: Aziz Ozbek
Author URI: https://azizozbek.ch
Description: Website designed by Aziz Ozbek
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ozbek
Template: hello-biz
*/

body, p, a, h1, h2, h3, h4, h5, h6, span, div {
	font-family: "inter", Sans-serif !important;
}

#transheader > div, #menuHeader > div {
	border-bottom: 1px solid #fff;
}

nav.hfe-dropdown > ul.hfe-nav-menu > li.menu-item > a.hfe-menu-item {
	color: #000000 !important
}
.fa-align-justify:before {
	color: white
}

#marquee {
   margin: auto;
   width: 100%;
   overflow: hidden;
}

#marquee > ul {
  width: max-content;
  white-space: nowrap;
  animation: run 20s linear infinite;
}


@keyframes run {
   from {
      transform: translateX(0%);
   }
   /* Magic is here. This is the width of the elem with text after rendering the page */
   to {
      transform: translateX(-20%);
   }
}


#homeposts img {
	border-radius: 50px
}

#fullImage img {
	width: 100%
}

.franchiseForm input[type=text], .franchiseForm input[type=email], .franchiseForm textarea  {
	padding: 23px 20px 23px 20px !important;
	height: auto
}

.franchiseForm button[type=submit] {
	width: 100%;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	height: auto !important;
	font-size: 20px
}
.franchiseForm button[type=submit]:hover {
	background: white !important;
	color: black;
}

#jpButton svg {
	width: 13px;
	height: 13px;
}


#featured-img {
	display: flex;
	justify-content: center
}

.blackButton > a:hover {
	filter: invert(1);
	border: 1px solid white
}