/*
Theme Name: Gardener
Theme URI: http://mythem.es/item/gardener-pro/
Template: tempo
Template Version: 0.0.53
Description: Gardener is an white, clean, elegant, modern, beautiful and creative free WordPress theme built with HTML5 and CSS3. The clean, modern design can be used for any type of website blog: business, corporate, portfolio, products, creative, arts, design, construction, transport, manufacturing, ecology, cosmetics, beauty, hygiene, sports, culture, presentations, food business, restaurants, drink, bar, pub, club, radio, tv, television, music, movies, live style, gardener, cuisine, chemical, pharmaceutical, medicine, travel, sample blog, agriculture, science, politics and more others. Theme comes with nice flat design concept and responsive layout. This theme is suitable for all type of devices: desktop, notebook, iPhone, tablete and others. Responsive design and grid system is based on twitter bootstrap framework. Theme is developed by myThem.es and it comes with nice header parallax effect. We carefully handcrafted this theme with a strong focus on typography, usability and overall user-experience. This beautiful and easy to customize WordPress theme come with live preview changes integrated with wp customize. It’s very quick to setup and easy to customize and it comes with free support. Theme features: custom header, parallax header, header buttons, custom logo, custom favicon, header custom colors, custom background color, custom background image, custom footer, custom copyright, custom social links, custom css, custom layout, left sidebar, right sidebar, full width layout, additional sidebars, custom widgets, support for jetpack plugin, styled contact form 7 plugin. Please read the FAQ: Admin Dashboard > Appearances > Theme FAQ. See our demo: <a htref="https://goo.gl/Fxdw41">https://goo.gl/Fxdw41</a>
Version: 0.0.30
Tags:  blog, news, featured-images, one-column, theme-options, translation-ready, custom-colors, custom-menu, threaded-comments, custom-background, custom-header
Text Domain: gardener
Domain Path: /languages
Author: myThem.es
Author URI: http://mythem.es/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html




    Gardener, Copyright 2016 myThem.es ( email: gardener at mythem.es )
    Gardener is distributed under the terms of the GNU GPL


                     ________________
                    |_____    _______|
     ___ ___ ___   __ __  |  |  __       ____   ___ ___ ___       ____   ____
    |           | |_ |  | |  | |  |___  |  __| |           |     |  __| |  __|
    |   |   |   |  | |  | |  | |  __  | |  __| |   |   |   |  _  |  __| |__  |
    |___|___|___|   |  |  |__| |_ ||_ | |____| |___|___|___| |_| |____| |____|
                    |_|


                         myThem.es Marketplace provides WordPress themes with
                                    the best quality and the smallest prices.
*/

body{
    background: #34393c !important;
    padding: 0px;
}

div.tempo-shortcode.posts.grid,
div.tempo-shortcode.posts.portfolio{
    margin-top: -15px;
}

.screen-reader-text{
    display: none;
}

.wp-caption{
    position: relative;
    overflow: hidden;

    -webkit-box-shadow: 0px 20px 35px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 20px 35px -5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 20px 35px -5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 20px 35px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 35px -5px rgba(0, 0, 0, 0.3);

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wp-caption img{
    width: 100%;
    height: auto;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wp-caption > a{
    display: inline-block;
}

.wp-caption:before{
    background: transparent;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0) 20%);
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0) 20%);
    background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0) 20%);
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0) 20%);

    content: '';

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    z-index: 100;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wp-caption:hover:before{
    background: transparent;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6) 80%);
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.6) 80%);
    background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.6) 80%);
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.6) 80%);

    content: '';

    opacity: 1;
    filter: alpha(opacity=100);

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

section .wp-caption p,
section .wp-caption p.wp-caption-text{
    position: absolute;
    top: 100%;
    padding: 15px;
    margin: 0px !important;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;

    z-index: 101;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.9);

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

section .wp-caption p a,
section .wp-caption p.wp-caption-text a{
    color: #ffffff;
}

section .wp-caption p a:not(.more-link):before,
section .wp-caption p.wp-caption-text a:not(.more-link):before{
    height: 1px;
    background: rgba( 255, 255, 255, 0 );
}

section .wp-caption p a:not(.more-link):hover:before,
section .wp-caption p.wp-caption-text a:not(.more-link):hover:before{
    height: 1px;
    background: rgba( 255, 255, 255, 1 );
}

section .wp-caption:hover p,
section .wp-caption:hover p.wp-caption-text{
    left: 0px;
    bottom: 0px;
    top: initial;
}
