/*
Theme Name: Amitim
Theme URI: https://wordpress.org/themes/amitim/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: herzog
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.
*/


/* begin multi image homepage slider*/

div.main-slider-inner-multi {
    height: 551px;
}

div#amazingslider-nav-2-multi {
    display: none;
    z-index: 1;
}

div.amazingslider-arrow-right-2-multi#main_slider_right {
    position: absolute;
    width: 43px;
    height: 43px;
    right: 15px;
    background: url('/wp-content/themes/amitim/js/vendor/sliderengine/arrows_slider.png') right top no-repeat;
    display: block;
    z-index: 1;
    cursor: pointer;
    background-size: cover;
}

div.amazingslider-arrow-left-2-multi#main_slider_left {
    position: absolute;
    width: 43px;
    height: 43px;
    left: 15px;
    background: url('/wp-content/themes/amitim/js/vendor/sliderengine/arrows_slider.png') left top no-repeat;
    display: block;
    z-index: 1;
    background-size: cover;
}

div.hero-multi-slide {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    background: #ccc;
}


/* end multi image homepage slider*/