/*
	Theme Name: Il Giardino di Crocus
	Theme URI: https://www.maddl.agency/
	Author: Maddl
	Author URI: https://www.maddl.agency/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: ilgiardinodicrocus
*/


/****************************************** GLOBAL ******************************************/

.full-width-content .content {
    float: none;
    width: 100%;
}

body {
    background: linear-gradient(45deg, #fff, #efe9ff 20%, #f0e1d9 50%, #d6acd1 80%, #fff);
}

.site-container {
    padding-top: 110px;
}

/****************************************** HEADER ******************************************/

li#menu-item-18 {
    margin-left: 50px!important;
    margin-right: 50px!important;
}

.nav-primary li#menu-item-18 a {
    background-image: url(/app/uploads/2018/07/logo-crocus_def.png);
    text-indent: -99999em;
    width: 182px;
    height: 200px;
    position: absolute;
    top: -140px;
    left: -70px;
}

.header-image .site-title > a {
    min-height: 100px;
}

/****************************************** REV SLIDER ******************************************/


.bg-slider {
    width: 70%;
    position: absolute;
    top: 2%;
    height: 79%;
    z-index: -1;
    background: #bac8d4;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 51.08, 0, 1);
}

.bg-slide-photo {
    position: absolute;
    z-index: -2;
    font-family: playfair;
    font-weight: 700;
    font-size: calc(2rem + 9.86vw);
    opacity: .45;
    color: #fff;
    top: 100px;
    right: 50px;
}

.vce-asset-background-simple--style-contain .vce-asset-background-simple-item {
    background-size: 35%;
}

.tparrows {
    right: 0px!important;
    left: unset!important;
}

/****************************************** FOOTER ******************************************/

.wpcf7 p {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
}

/****************************************** FOOTER ******************************************/

.footer-widget-area {
    width: 100%;
}

.footer-widget-area {
    width: 100%;
    text-align: center;
}

.footer-widgets {
    border-top: 0px;
    background-color: transparent;
    margin-bottom: -155px;
}

.site-footer {
    padding-top: 120px;
}

/****************************************** MEDIA QUERY ******************************************/

@media only screen and (max-width: 960px) {

    .nav-primary .genesis-nav-menu .menu-item.menu-item-home {
        display: none;
    }
    
    img.custom-logo {
        position: absolute;
        width: 190px;
        margin-top: -90px;
    }
    
    nav#genesis-nav-primary {
        margin-top: 160px!important;
    }

}

@media only screen and (min-width: 960px){
    .nav-primary {
        float: none;
    }
    .genesis-nav-menu .menu-item {
        display: inline-block;
        padding: 20px 30px;
        border-left: 1px solid #ddd;
    }
    .genesis-responsive-menu {
        padding: 0px;
    }
}

@media only screen and (min-width: 960px){
    .site-header > .wrap {
        padding: 0;
    }

    .title-area {
        display: none;
    }

    .menu-primary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; /* center flex items horizontally */
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; /* center flex items vertically */
    }
    
    .nav-primary li.menu-item-home a {
            background-repeat: no-repeat;
            background-size: contain;
            margin: 0 10px;
    }
    .menu-primary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
    }
    .content {
        width: 80%;
    }
    .sidebar {
        float: right;
        width: 15%;
    }
    li#menu-item-92 {
        border-right: 1px solid #ddd;
    }
    li#menu-item-87 {
        border-left: 0px;
    }
}

@media only screen and (min-width: 1250px){
    .tp-leftarrow {
        transform: matrix(1, 0, 0, 1, -60, -40)!important;
    }

    .tparrows {
        cursor: pointer;
        background: #000;
        background: rgba(0,0,0,1);
        width: 60px;
        top: 90%!important;
        right:unset!important;
        left: 100%!important;
    }

    .tp-rightarrow{
        transform: matrix(1, 0, 0, 1, 0, -40)!important;
    }
}