/*!
Theme Name: Vivo Studio
Theme URI: http://underscores.me/
Author: Jana Hartung
Author URI: https://bookabrain.de/
Description: Custom Theme Development for Vivo Studio
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vivo-studio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Vivo Studio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/



/**** PARTNER PAGE CSS ****/
.partner-logos {
	background: #FFF;
	margin-bottom: 30px;
	text-align: center;
	display: flex;
	aspect-ratio: 1 / .70835;
	padding: 0px 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
}

.partner-logos {
    aspect-ratio: 1 / 0.689;
	position:relative;
	overflow:hidden;
}

.partner-logos img {
	/*height:90%; 
	width:auto;*/
    object-fit: contain;
    max-height: 90%;
}

/*** RESPONSIVE CSS ***/
@media only screen and (max-width: 767px) {
	.partner-logos {
		padding: 0px 15px;
	}

}

/**** CHANGES CSS ****/
 
.header.fixed {
    position: fixed;
    top:0;
    left:0;
    background:#001428;
    z-index: 9999;
    width: 100%;
    padding: 30px 0px;
}

.banner .custom-owl-nav-wrapper .arrow-btn:hover img {
    filter: invert(1);
}

 
.gallery .custom-owl-nav .arrow-btn:hover {
    background: #fff !important;
}
 
.gallery .custom-owl-nav .arrow-btn:hover img {
    filter: invert(1);
}
 
.footer .social-links a img {
  max-width: 42px;
}


@media only screen and (max-width: 767px) {
.team blockquote {
    padding: 25px 15px 15px 15px;
}
 
.team-box .img {
    margin-bottom: 20px;
}
 
.coming-soon p {
    right: unset;
}
 
.services .accordion-button.collapsed,
.services .accordion-button {
    padding: 30px 15px;
}
 
}
 
@media only screen and (min-width: 768px) and (max-width: 991px) {
.coming-soon p {
    right: unset;
}
 
.footer .social-links {
    flex-wrap: wrap;
}
 
.footer .social-links a {
    margin-right: 6px;
    margin-bottom: 5px;
}
}
 
 
@media only screen and (min-width:992px) and (max-width:1199px) {
.coming-soon h2 {
    font-size: 81px;
    line-height: 82px;
}
 
.coming-soon p {
    max-width: 333px;
    position: absolute;
    bottom: -20px;
    right: -5px;
}
 
.banner .owl-theme .owl-dots .owl-dot span {
    width: 16px;
}
 
}
 
@media only screen and (min-width:1200px) and (max-width:1399px) {
.coming-soon h2 {
    font-size: 100px;
    line-height: 110px;
}
 
.coming-soon p {
    right: 15px;
    bottom: 23px;
}
}
 
/*** MODIFIED CSS ***/
.services {
	padding-top:0px;
}

.services .service-img {
	/*aspect-ratio:1 / 0.25;*/
	object-fit:cover;
	object-position:center;
}

.banner h1 {
	color:#fff !important;
}
