/*
Theme Name: MatworkLab
Theme URI: http://matworklab.com/
Author: Matwork Lab
Author URI: http://matworklab.com/
Description: WP Bootstrap Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: matworklab
Tags: Custom Theme

*/


/*

-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

*/


:root {
    --main-color: #79b1be;
    --second-color: #bb8b41;
    --third-color: #fbf6f0;
}


body {
    background-color: #fbf6f099;
}


::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: var(--main-color);
}

::selection {
    color: #fff;
    background: var(--main-color);
}


a#scroll-to-top {
    background: url(/wp-content/uploads/2019/05/arrow.svg) no-repeat center center;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    text-indent: -9999px;
    font-size: 0;
    cursor: pointer;
    outline: 0;
}

@media (max-width: 696px) {
    a#scroll-to-top {
    right: 10px;
    bottom: 10px;
    }

}


/*
+
* - - - - - - - - - - - - - - - - - - - - - Typography
*
*/


@font-face {
font-family: 'Optima';
font-style: normal;
font-weight: normal;
src: url('/wp-content/themes/matworklab/fonts/OPTIMA.woff') format('woff');
}


@font-face {
font-family: 'Futura Std Light';
font-style: normal;
font-weight: normal;
src: url('/wp-content/themes/matworklab/fonts/FuturaStd-Light.woff') format('woff');
}


@font-face {
font-family: 'Optima Italic';
font-style: normal;
font-weight: normal;
src: url('/wp-content/themes/matworklab/fonts/Optima_Italic.woff') format('woff');
}


@font-face {
font-family: 'Optima Medium';
font-style: normal;
font-weight: normal;
src: url('/wp-content/themes/matworklab/fonts/Optima_Medium.woff') format('woff');
}


@font-face {
font-family: 'Optima Bold';
font-style: normal;
font-weight: normal;
src: url('/wp-content/themes/matworklab/fonts/OPTIMA_B.woff') format('woff');
}




p {
    font-family: 'Didact Gothic', sans-serif;
    font-family: 'Futura Std Light';
    font-size: 1.1em;
    line-height: 1.42em;
    letter-spacing: 0.09em;
    color: black;
    font-weight: bold;
}


p.dark-bg, h3.dark-bg {
    color: var(--second-color);
}

h2, h3 {
    font-family: 'Optima';
}

h1 {
    font-family: 'Optima';
    font-weight: lighter;
    color: var(--second-color);
}

h4 {
    font-family: 'Futura Std Light';
    text-transform: uppercase;
    letter-spacing: 0.21em;
    font-size: 14px;
}

.sub-title {
    color: darkgrey;
}

a {
    font-family: 'Didact Gothic', sans-serif;
    font-family: 'Futura Std Light';
}




/*
+
* - - - - - - - - - - - - - - - - - - - - - Header
*
*/

section {
    padding: 65px 0;
}


#hero {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.scrollUp {
    transform: translateY(-90px);
}


.logo {
    width: 600px;
    height: auto;
    background-color: transparent;
    text-align: center;
    padding: 35px;
}

.logo img {width: 100%; height: auto;}


.info-reserve {
    width: 100%;
    background-color: var(--main-color);
    padding: 53px;
    text-align: center;
    color: white;
    letter-spacing: .512em;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.info-reserve:hover {
    background-color: var(--second-color);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

    text-decoration: none;
}




a:hover {
    text-decoration: none !important;
}

a.hp-link {
    color: dimgray;
    color: var(--second-color);
    letter-spacing: 0.09em;
}

a.hp-link:hover {
    color: black;
}





#pesciolino-info {
    background-color: #fbf6f099;
}

#pesciolino-info .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}


.info--text-box {
    background-color: white;
    padding: 18%;
}

.wave-divider {
    width: 100%;
    padding: 25px 0;
}


.info--img-box {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 1px;
    padding-top: 100%;
}






span.sub-title {
    display: block;
    width: 100%;
    text-align: center;
}

.center-aligned {text-align: center;}

.block {
    display: block;
    width: 100%;
}

.sm-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 25px;
}




.outline-border {
    background-color: #f0f8f6;
    padding: 20px;
    width: 100%

}

.table {
    display: table;
    min-width: 100%;
    margin-bottom: 0 !important;
}

.table-cell-content {
    display: table-cell;
    width: 50%;
    min-height: 300px;
    padding: 120px 35px;
    background-color: cadetblue;
}

.mabu-blue {
    background-color: #1d6679;
}

.about-images {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



#services {
    background-color: #f0f8f6;
}

.service-block {
    text-align: center;
}

.services-img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: cadetblue;
    margin: 35px auto 20px auto;
    background-size: cover;
    background-repeat: no-repeat;
}


.map-image {
    width: 100%;
    height: auto;
}

.contact-items a {
    color: cadetblue;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-items a:hover, .contact-items a:focus, .contact-items a:visited {
    color: white;
    text-decoration: none;
}

.contact-items p {
    margin: 0px;
    color: white;
}

.contact-item {
    border-top: 1px dotted #558490;
    padding: 15px;
}

.bottom-20 {
    margin-bottom: 20px;
}





@media (max-width: 769px) {
    .info--text-box {
    background-color: white;
    padding: 15%;
    }

    .logo {
    width: 100%;
    height: auto;
    background-color: transparent;
    text-align: center;
    padding: 35px;
    }



}

@media (max-width: 696px) {
    .info--text-box {
    background-color: white;
    padding: 20px;
    }


}





/*
*     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Navbar
*/


.pesciolino-logo {
    height: 60px;
    width: 209px;
    padding: 0;
}


@media (max-width: 768px) {

    .pesciolino-logo {
    height: 60px;
    width: 129px;
    padding-top: 15px;
    }
}


.pesciolino-logo img {
    width: 100%;
}

.navbar {
    position: fixed;
    height: 90px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background-color: white;
    width: 100%;
    border-radius: 0;
    z-index: 100000;
}

.navbar-fixed-top {
    background-color: rgba(255,255,255,1.0);
    height: 70px;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin: 11.5px;
    }

}


.nav-brand.mb-logo img {
    width: 100%;
    height: auto;
    padding: 5px;
}

.nav-brand {
    padding: 5px 10px;
}


.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 0px 0 rgba(255,255,255,0);
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    color: black;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: darkgrey;
}


.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0;
    background-color: grey;
}

.navbar-brand {
    float: left;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 80px;
}


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

.navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 20px;
    background-color: #f2f2f2;
    text-align: center;
    border-bottom: 1px solid white;
}

    .navbar-toggle {
    padding: 15px 10px;
    }

    .navbar-nav {
    margin: 3.6px -15px;
    }

    .nav>li>a:hover, .nav>li>a:focus {
    background-color: white;
    }

    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    }

    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eee;
    border-color: #ffffff;
    }

}



nav#matworklab-nav{
    position: fixed;
    min-height: 8vh;
    width: 100%;
    z-index: 1;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}







.dropdown-menu>li>a {
    display: block;
    padding: 13px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.6;
    color: #333;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway';
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-image: -webkit-linear-gradient(top, #8f999d 0, #8f999d 100%);
    background-image: -o-linear-gradient(top, #8f999d 0, #8f999d 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8f999d), to(#8f999d));
    background-image: linear-gradient(to bottom, #8f999d 0, #8f999d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f999d', endColorstr='#8f999d', GradientType=0);
    background-color: #8f999d;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 0;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.05);
    box-shadow: 0;
    text-align: right;
}





@media only screen and (min-width: 767px) {
/*
#menu-menu {
    position: absolute;
    right: 29px;
    top: 14px;
}*/

    .pesciolino--info {
        margin-top: -190px;
    }



}


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

    .table-cell-content {
        display: block;
        width: 100%;
        min-height: 300px;
        padding: 50px 35px;
    }

    .row {
    padding: 0 15px;
    }

}



/*
*     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Standard Page
*/



#pesciolino-header {
    width: 100vw;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
}


.icon-square {
    position: absolute;
    width: 50%;
    height: 0;
    padding-top: 100%;
    top: 0;
    left: 0;
    background-color: var(--second-color);
    opacity: .6;
}

#inner-page-content {
    clear: both;
    padding: 70px 0 2px 0;
}






/*
*     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Reserve
*/

.reserve--page h1, .reserve--page h4, .reserve--page .wave-divider {
    text-align: center;
}

.reserve input, .reserve input label, .reserve input label span textarea {
    width: 100%;
    border-bottom: 1px solid black;
    border: 1px solid grey;
    padding: 10px;
}

.reserve label {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
}


.reserve label span {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.reserve span {
    font-size: 12px;
    margin-bottom: 5px;
}

.wpcf7-form-control-wrap.your-message {
    width: 100%;
    display: grid;
}

.reserve .wpcf7-form-control.wpcf7-submit {
    background-color: var(--main-color);
    border: 0;
}

.reserve .wpcf7-form-control.wpcf7-submit:hover {
    background-color: var(--second-color);
    border: 0;
}

.reserve #form-acceptance {
    float: left;
    width: 20px;
    margin-left: -4px;
    margin-right: 5px;
}

.reserve a {
    color: black;
    font-weight: bold;
}


.reserve .form-table {
    display: table;
    min-width: 100%;
    margin-bottom: 0 !important;
}

.reserve .form-table-cell {
    display: table-cell;
    width: 50%;
    font-family: 'Futura Std Light';
}


select, input.wpcf7-validates-as-date {

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: block;
    border: 1px solid grey;
    padding: 10px 50px 10px 10px;
    background: url(/wp-content/uploads/2019/05/arrow-down.svg) no-repeat 95% center;
    background-color: rgba(0, 0, 0, 0);
    color: black;
    width: 100%;
    height: 39px;


}



/*
*     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Masonry
*/





.wrapper {
    display: grid;
    grid-gap: 2px;
        grid-template-columns: 33.333% 33.333% 33.333%;
        background-color: #fff;
        padding: 20px;
        color: #444;
    }

    .box {
        /*height: 0px;*/
        border-radius: 1px;
        padding-top: 50%;
        background-position: center;
        background-size: cover;

    }

    .a {
        grid-column: 1 / 3;
        grid-row: 1;
    }
    .b {
        grid-column: 3 ;
        grid-row: 1 / 3;
    }
    .c {
        grid-column: 1 ;
        grid-row: 2 ;
    }
    .d {
        grid-column: 2;
        grid-row: 2;
    }

    .e {
        grid-column: 1;
        grid-row: 3;
    }

    .f {
        grid-column: 2 / 4;
        grid-row: 3;
    }


    .g {
            grid-column: 1 / 3;
            grid-row: 1;
        }
    .h {
        grid-column: 3 ;
        grid-row: 1 / 3;
    }
    .i {
        grid-column: 1 ;
        grid-row: 2 / 3 ;
    }
    .l {
        grid-column: 2 / 4;
        grid-row: 4;
    }

    .m {
        grid-column: 1 / 2;
        grid-row: 3 / 5;
    }

    .n {
        grid-column: 1 / 3;
        grid-row: 5;
    }
    .o {
            grid-column: 3 ;
            grid-row: 1 / 3;
        }
    .p {
        grid-column: 3 ;
        grid-row: 5 / 7 ;
    }
    .q {
        grid-column: 1 / 3;
        grid-row: 6;
    }

    .r {
        grid-column: 1;
        grid-row: 7;
    }

    .s {
        grid-column: 2 / 4;
        grid-row: 7;
    }


/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .masonry {
    column-count: 4;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .masonry {
    column-count: 2;
  }
}



/*
*     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Menu
*/


#menu-section {
    margin-top: -210px;
}

#menu-section.col-md-4 {
    padding:1px 0;
}

.menu-card {
    width: 100%;
    margin-bottom: 20px;
}


.menu--card {
    background-color: white;
    width: 100%;
    text-align: center;
    padding: 15% 5%;
}

.menu--card span {
    display: block;
    width: 50%;
    margin: 0 auto 20px auto;
    height: 1px;
    background-color: var(--second-color);
}


.menu--card-img {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.menu--card:hover {
    box-shadow: 0px 2px 20px dimgrey;
    z-index: 1;
}

.menu--card p {
    font-size: 12px;
}

.menu--card h2 {
    color: var(--second-color);
}



/*
+
* - - - - - - - - - - - - - - - - - - - - - Project
*
*/

.sr-project-info, .sr--label, .sr--value {
  display: block;
}

.sr-project-info {
  border-top: 1px solid dimgrey;
  padding: 0 20px;
}

.sr--label {
  font-weight: bold;
}

.sr--value {

}




/*
*     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Footer
*/



#footer {
    width: 100vw;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer a {
    color: var(--second-color);
}

.sub-footer {
    background-color: black;
    padding: 3%;
    text-align: center;
}

.sub-footer a, .sub-footer p {
    color: var(--main-color);
    letter-spacing: .12em;
}

.sub-footer a:hover {
    color: var(--third-color);
}


.social-container {
    position: fixed;
    top: 0;
    right: 30px;
    width: 35px;
    height: 100vh;
    display: flex;
    align-items: center;
  justify-content: center;
}

@media (max-width: 696px) {
    .social-container {
    right: 10px;
    }

}


.social-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 3px;
}

.social-icon img {
    width: 100%;
    height: auto;
}
