/*
Theme Name: Bulmapress Site 1 Theme
Theme URI: http://bulmapress.com/
Author: Scops
Author URI: http://scops.com
Description: This is the default theme of Oksana Stowe main site. (non e-commerce)
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bulmapress
Tags: one-column, two-columns, three-columns, four-columns, grid-layout, featured-images, accessibility-ready, featured-images, microformats, sticky-post, threaded-comments, translation-ready, blog, news, photography, portfolio

Bulmapress is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Main stylesheet: /frontend/bulmapress/css/bulmapress.css

Bulma Sass: /frontend/bulma/sass/
Bulmapress Sass: /frontend/bulmapress/sass/

*/

/* Home */
.site-main .front-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.site-content {
    height: calc(100% - 85px)
}
.front-cont {
    font-size: 18px;
    padding: 40px;
}
.big-btn {
    width: 100%;
    height: 100%;
    display: block !important;
    text-transform: uppercase;
    font-size: 28px !important;
}

.big-btn #arrow-icon {
    transition: all .3s ease-in-out;
    width: 26px;
    height: auto;
}
.big-btn:hover #arrow-icon {
    transform: translateX(6px);
}

.social-panel a {
    transition: all .3s ease-in-out;
}
.social-panel a:hover {
    transform: translateY(-6px);
}
.main-image {
    object-fit: cover;
    display: block;
    height: 100% !important;
}

.page-template-pattern-page .wp-block-cover {
    border: 1px solid #000;
    padding: 0;
}

.wp-block-media-text__media {
    margin-bottom: 0 !important;
}

.trans02 {
    transition: all .2s ease-in-out;
}
.post-type-archive-portfolio .card:hover,
.arts-wrapper .card:hover {
    transform: translateY(-10px);
}

.home .icon {
    width: 40px;
    margin: 0 14px;
}

.logo-gallery img{
transition: all .2s ease-in-out;
}
.logo-gallery img:hover {
    opacity: 0.5;
    transform: translateY(-6px);
}

/* Portfolio */
.card-footer-item,
.card-footer button {
    font-size: 22px;
    font-weight: 600;
}
.card-footer button {
display: flex;
justify-content: space-evenly;
border-radius: 0 !important;
}
button svg {
    margin-left: 10px;
}


.card-footer button:hover svg{
transform: translateX(8px);
}
.card {
    border: 1px solid #bdbdbd;
}
.card .card-footer {
    align-items: center;
}

/* Portfolio */

@media only screen and (max-width: 760px) {
.navbar-item,
.navbar-link {
    padding: 0.5rem 1.35rem !important;
}
.navbar-item img {
    max-height: 1.75rem !important;
}
}

.post-type-archive-portfolio .media-left,
.arts-wrapper .media-left {
    max-width: 50%;
}

/* Pages */

.block-border {
    border: 1px solid #000;
}
.block-border figure {
    border-right: 1px solid #000;
}