/*
Theme Name: Lavin
Template: expert-business-advisor
Author: Andreas Keller
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: expert-business-advisor
*/

:root {
    --color-primary1: #fafafa;
	--color-primary2: #ff2929;
	--color-secondary: #0f0f0f;
	--bs-heading-color: var(--color-secondary);
}

a {
	color: var(--color-primary2);
}

i.fas {
	color: var(--color-primary2);
}

.toggle-nav.toggle-nav i {
	color: var(--color-primary2);
}


#service-section h2,
#service-section h3 a,
#service-section p.main-serv-content,
#service-section p.small-title {
	color: var(--color-secondary);
}

#slider-section .sliderimg img {
	border-radius: 1rem;
}


body p {
	color: var(--color-secondary);
}

.navbar-menubar .main-navigation .menu > li > a, .navbar-menubar .page_item a {
	color: var(--color-primary2);
}

.main-navigation .menu .menu-item-has-children ul li a {
	color: var(--color-primary2);
}

.slide-btn1 a {
	color: var(--color-secondary);
}

.serv-btn a {
	color: var(--color-secondary);
}

input[type="text"]:not(.adminbar-input), input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .form-control {
	background-color: var(--color-primary2);
}

body.custom-background {
	opacity: 0.93;
	background-position: top right !important;
}

.navbar-menubar {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1000px) {
.main-navigation .menu.menu li i{
    right: -150px !important;
	}
}

.dropdown-menu.dropdown-menu {
    display: block !important;
}

header {
	border-bottom: 1px solid lightgray;
	background-color: var(--color-primary1);
}


.main-header .sticky-header .middle-header-area{
	background-color: #0f0f0f;
	min-height: 60px;
}


#slider-section::before {
	background-image: none;
}


section.frontpage_header_image {
	position: relative;
}

section.frontpage_header_image img{
	min-height: 90vh;
	min-width: 100%;
}

.breadcrumb-section:before, .breadcrumb-section {
	position: relative;
}


.headline{
	position: absolute !important;
	top: 40%;
	color: white;
	left: 10%;
}

@media (max-width: 767px) {
	
	section.frontpage_header_image img{
	    min-height: 70vh;
	    object-fit: cover;
    }

	.logo-col {
		text-align: left !important;
	}
	
	.menu-col {
		top: 0;
		position: absolute;
	}
	
	.main-header .navbar-menubar.responsive-menu {
	    text-align: right;
    }
	
	.logo {
		z-index: 1000;
		position: absolute;
	}
	
	.navbar-toggler-close {
		float: right;
		transition: unset;
	}
	
	.navbar-collapse.navbar-menu.collapse.show,
	.navbar-menubar.responsive-menu.active {
		transition-duration: 0.3s;
		transition-timing-function: ease-in;
	}
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
	    flex-direction: row-reverse !important;
    }
}

nav ul li .lavin-nav {
	padding: 10px;
}

form.lavin {
	font-size: 20px;
	margin: auto;
}

form.lavin > div {
	display: flex;
	justify-content: space-between;
	margin: 10px; 
	border: 1px solid yellowgreen;
	padding: 10px;
	border-radius: 3px;
}

form.lavin input.name, 
form.lavin input.number{
	max-width: 95% !important;
	margin-left: 8px;
}

form.lavin input.number,
form.lavin input.name {
	font-size: 23px;
	border-radius: 6px;
	border-color: yellowgreen ;
	background-color: var(--color-primary1)
	/*width: auto;*/
}

form.lavin > div > span {
	width: 200px;
}

form.lavin > div div span:nth-of-type(even) {
	width: 120px;
	padding-left: 20px;
}

form.lavin button {
	font-size: 23px;
	margin-top: 20px;
}

.firstdiv {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.days{
	padding: 0;
}

.andreas{
	color: cadetblue;
}

.flurina{
	color: violet;
}

.christine{
    color: springgreen ;
}

@media screen and (max-width: 1042px){
	
	form.lavin {
	    font-size: 16px;
	}
    
    form.lavin > div {
    	flex-direction: column;
    	margin-top: 30px;
    }

    form.lavin div div {
        margin: 8px 0;	
    }

     
    form.lavin div div input{
    	margin-left: 8px;
    }


    form.lavin div span:nth-of-type(even) {
	    padding-left: 0;
    }

	form.lavin > div input{
	    font-size:20px;
    }

    form.lavin > div > span{
    	display: inline-block;
    }
    
    .wp-block-navigation__responsive-container {
        background-color: #E5E7F2 !important;
    }

    .people{
	    text-align: right;
    }

	.week{
	    font-size: 22px;
    }
} 

@media screen and (max-width: 767px){
    form label .wpcf7-text,form label .wpcf7-textarea {
	    width: 290px !important;
    }
}
	
.wpcf7-submit {
	background-color: red;
	font-size: 22px !important;
}

.wpcf7-form label {
	margin-bottom: 20px;
}

button[type='submit'], input[type='submit']  {
	background-color: red;
}

.wpcf7-form input,
.wpcf7-form textarea{
	border-radius: 2px !important;
}

footer {
	background-position: calc(100% - 42px) center !important;
	background-size: 180px !important;
}

.logo0 {
    width: 100px;
    animation: myAnimation 5s linear 0.5s infinite alternate;
	animation-play-state: paused;
    position: absolute;
}

.logo0:hover {
	animation-play-state: running;
}

.logo2 {
    width: 100px;
    animation: myAnimation2 5s linear 0.5s infinite alternate;
	animation-play-state: paused;
    position: absolute;
}

.logo3 {
    width: 100px;
    animation: myAnimation3 5s linear 0.5s infinite alternate;
    position: absolute;
}

.logo4 {
    width: 100px;
    position: absolute;
    animation: myAnimation4 5s ease-in-out 0.5s infinite alternate;
	animation-play-state: paused;
}

@keyframes myAnimation {
  from { left: 0}
  to { left: calc(100% - 50px)}
}

@keyframes myAnimation2 {
  from { left: 0; transform: rotate3d(0, 0, 0, 0);}
  to { left: calc(100% - 50px); transform: rotate3d(0, 0, 1, 360deg);}
}

@keyframes myAnimation3 {
  0%  { left: 0; transform: rotate3d(0, 0, 0, 0) scale3d(1.0, 1.0, 1.0);}
  50% { transform: rotate3d(0,0,1,180deg) scale3d(1.5, 1.5, 1.5); }
  100% { left: calc(100% - 50px); transform: rotate3d(0, 0, 1, 360deg) scale3d(1.0, 1.0, 1.0);}
}

@keyframes myAnimation4 {
  0%   { left: 0;}
  33%  { left: 33% ;}
  66%  { left: 66%;}
  100% { left: calc(100% - 50px);}
}

.running {
	animation-play-state: running;
}

* {
    box-sizing: border-box;
    --light: #fff;
    --dark: #1f1f1f;
    --blue: rgba(2, 86, 196, 0.62)
}

html {
    font-size: 16px;
}

body.page-id-592 .site {
    font-family: 'Arimo', sans-serif;
    background: #111;
    padding: 0;
    margin: 0;
	/*min-height: 100vh;*/
}

body.page-id-592 .blog-area {
	padding: 0;
}

body.page-id-592 .expert-business-advisor-content .container {
	max-width: initial;
	/*min-height: 100vh; */
}

body.page-id-592 .col-lg-12 {
	padding: 0;
	/*min-height: 100vh;*/
}

body.page-id-592 .post-items {
	/*min-height: 100vh;*/
}

body.page-id-592 .post-content {
	min-height: 100vh;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #111;
	margin-top: 10vh;
}

body.page-id-592 .gallery {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
	display: block;
}

.cards {
    position: absolute;
    width: 14rem;
    height: 20rem;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cards li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 14rem;
    height: 20rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.cards li img {
    max-width: 90%;
    opacity: 0;
}

.front,
.back {
    position: absolute;
    width: 14rem;
    height: 20rem;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    -webkit-box-shadow: 0px 0px 42px 10px var(--blue);
    -moz-box-shadow: 0px 0px 42px 10px var(--blue);
    box-shadow: 0px 0px 42px 10px var(--blue);
    padding: 2rem;
	row-gap: 2rem;
}

.front {
    outline: 0.5rem solid var(--light);
    background-color: var(--light);
    border: 1px solid var(--dark)
}

.back {
    outline: 0.5rem solid var(--blue);
    background-color: var(--blue);
    border: 1px solid var(--light)
}

.front.first {
    background: radial-gradient(circle, rgb(237, 225, 44) 0%, rgba(148, 187, 233, 1) 100%);
}

.front.second {
    background: radial-gradient(circle, rgb(217, 81, 192) 0%, rgba(148, 187, 233, 1) 100%);
}

.front.third {
    background: radial-gradient(circle, rgb(101, 219, 136) 0%, rgba(148, 187, 233, 1) 100%);
}

.front.fourth {
    background: radial-gradient(circle, rgba(230, 202, 224, 1) 0%, rgba(148, 187, 233, 1) 100%);
}

.front.fifth {
    background: radial-gradient(circle, rgb(221, 61, 69) 0%, rgba(148, 187, 233, 1) 100%);
}

.actions {
    position: absolute;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
	display: flex;
	justify-content: center;
	width: 100%;
}

button {
    display: inline-block;
    outline: none;
    padding: 8px 14px;
    background: var(--dark);
    border: solid 2px var(--light);
    color: var(--light);
    text-decoration: none;
    border-radius: 99px;
    padding: 12px 25px;
    font-weight: 600;
    cursor: pointer;
    line-height: 18px;
    margin: 1rem;
}

a {
    color: #88ce02;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
p {
    color: var(--dark);
    line-height: normal;
}

.back h1,
.back h2,
.back p {
    color: var(--light);
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.2rem;
}

p {
    font-size: 1rem;
}

body.page-id-592 .mainhead,
body.page-id-592 .sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}


body.page-id-592 .footer-area {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}