/*!
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/
*/

/***
h1, h2, h3, h4, h5 {letter-spacing: 0em !important;}
***/

h1, h2, h3, h4, h5 {
	transform: scaleY(0.9); 
    display: inline-block;
	letter-spacing: -0.04em !important;
}

.header .branding .logo img {
    max-height: 38px;
}

.project.-layout3 .project-gallery {
    position: relative;
    top: -100px;
}

.project-page.-layout7 .project-content .holder{
  padding: 4rem;
}

.project-gallery .first-image img:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.project-gallery img:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.scroll-top-holder.titles-typo {display:none;}

.archive .page-headline .title {
    max-width: 100% !important;
    text-align: center;
	margin-bottom: 90px;
}
.archive .breadcrumb-holder {
	display:none;
}

.portfolio-projects .portfolio-filter{
    padding: 32px;
    background: rgba(146, 95, 141, 0.08) !important;
    border-radius: 10px;
}


a.button {
    border-radius: 0 !important;
	padding: 0 1.4rem !important;
}
a.button:hover {
  border-radius: 0 !important;
  padding: 0 1.4rem !important;
  clip-path: polygon(
    0px calc(100% - 5px),
    5px calc(100% - 5px),
    5px 100%,
    calc(100% - 5px) 100%,
    calc(100% - 5px) calc(100% - 5px),
    100% calc(100% - 5px),
    100% 5px,
    calc(100% - 5px) 5px,
    calc(100% - 5px) 0px,
    5px 0px,
    5px 5px,
    0px 5px
  );
}

/******

.portfolio-projects {
    clip-path: polygon(
    0px calc(100% - 18px),
    18px calc(100% - 18px),
    18px 100%,
    calc(100% - 18px) 100%,
    calc(100% - 18px) calc(100% - 18px),
    100% calc(100% - 18px),
    100% 18px,
    calc(100% - 18px) 18px,
    calc(100% - 18px) 0px,
    18px 0px,
    18px 18px,
    0px 18px
  );
}


.vc_row[data-vc-full-width] {
  border-radius: 0 !important;
  clip-path: polygon(
    0px calc(100% - 24px),
    24px calc(100% - 24px),
    24px 100%,
    calc(100% - 24px) 100%,
    calc(100% - 24px) calc(100% - 24px),
    100% calc(100% - 24px),
    100% 24px,
    calc(100% - 24px) 24px,
    calc(100% - 24px) 0px,
    24px 0px,
    24px 24px,
    0px 24px
  );
}

******/

.hamburger-outer {
	background-color: transparent !important;
}

.hamburger-nav.type3 .menu .mega-menu-item > a {
    font-size: 7vh;
}

.dark-scheme .button:not(.-outlined):not(.-text):not(.-flat):not(.-primary):not(.page-link):not(.-dm-ignore):not(:hover) {
	background-color: #fa0376 !important;
}

.pixel {
	font-feature-settings:"ss15"
}

.page-headline .title:first-letter,
.project-title .headline:first-letter {
	font-feature-settings:"ss15"
}


