/*
Theme Name: Arbus
Description: This is a child theme of Shaz
Author: Shaz
Template: shaz
Version: 1.0
*/
@import "../shaz/style.css";
article.page > header{display: none;}
#header{text-align: center;}
#site-logo a{margin: 0;display: inline;text-transform: uppercase;color: #000;font-weight: bold;font-size: 2em;}
#site-logo a:hover, #site-logo a:active, #site-logo a:focus{text-decoration: none;}
.home .slider{margin: 0 auto 60px;overflow: hidden;}
.home .flexslider.slider .slide a{border: none;outline: none;}
.home .flexslider.slider img{max-width: 100%; max-height: 100%;width: auto;display: inline;outline: none;}
.home .flexslider.slider .slide{text-align: center;}
.home .flexslider.slider .caption-wrap{position: absolute;bottom: 0;text-align: center;width: 100%;background: rgba(0, 0, 0, 0.7);padding: 5px 0;color: #fff;}
.home .boxes {margin-bottom: 30px;}
.home .boxes a{display: block;text-align: center;}
.home .boxes .img-wrap{border: 2px solid #ccc;border-radius: 10px;margin-bottom: 10px;overflow: hidden;}
.home .boxes img{height: 200px;}
.home .boxes a, .boxes a:hover, .boxes a:focus{display: block;text-decoration: none;color: #444;}
#footer{text-align: center;}

@media only screen and (min-width : 320px) {
    .home .flexslider.slider, .home .flexslider.slider .slide { height: 300px;}
}

@media only screen and (min-width : 768px) {
    .home .flexslider.slider, .home .flexslider.slider .slide { width: 720px; height: 450px;}
}

/* (md) Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .home .flexslider.slider, .home .flexslider.slider .slide { width: 960px; height: 600px;}
}
