/*!
Theme Name: xPand
Theme URI: http://underscores.me/
Author: Panagiotis Soukiouroglou
Author URI: http://pansouk.gr
Description: Aluminco XPAND Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aluminco-xpand
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

xPand is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*General*/
body{
    font-family: 'Roboto', sans-serif;
    background-image: linear-gradient(to right, #adadad, #c1c1c1, #d5d5d5, #eaeaea, #ffffff);
}
.navbar-toggler{
    border-color: #333333;
}
a, a:focus, a:visited{
    color: #ae1f24;
}
a:hover{
    color: #ae1f24;
    text-decoration: none;
}

/*Header*/
#masthead{
    background-image: linear-gradient(to right, #adadad, #c1c1c1, #d5d5d5, #eaeaea, #ffffff);
    box-shadow: 0px 5px #333333;
}
#top-menu ul{
    text-transform: uppercase;
    text-align: center;
}
#menu-menu-1 li > a.nav-link{
    font-size: 1.1rem;
    color: #000;
}

.dropdown-menu{
    background-image: linear-gradient(to right, #adadad, #c1c1c1, #d5d5d5, #eaeaea, #ffffff);
}
.dropdown-item{
    background: rgb(174,31,36);
    background: linear-gradient(90deg, rgba(174,31,36,0.37718837535014005) 0%, rgba(174,31,36,0.3435749299719888) 90%, rgba(234,234,234,1) 100%);
    border-bottom: 1px solid #ae1f24;
}
/*Content*/
#content{
    margin-top: 20px;
}
.grow{
    transition: all .2s ease-in-out;
}
.grow:hover{
    transform: scale(1.3);
    position: relative;
    z-index: 9999;
    cursor: pointer;
}
.catalog-image{
    border:1px solid #ae1f24;
}
#single-post{
    margin-top: -15px;
}
.post-dates-container span{
    display: block;
    text-transform: uppercase;
    color: #ae1f24;
}
span.post-month {
    font-weight: 400;
    font-size: 1.2rem;
}
span.post-year{
    font-weight: 400;
}
span.post-separate-dates {
    margin-top: -17px;
    font-weight: 400;
}
span.post-date {
    color: #212529;
    font-weight: 700;
    font-size: 1.8rem;
}
span.post-author{
    font-weight: 700;
}
ul.post-categories {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}
ul.post-categories li{
    display: inline;
}
p.post-excerpt {
    margin-top: 15px;
}

/*Product Archive*/
#archive{
    margin-top: -15px;
}
#wave-top{
    background-color: #ae1f24;
}
.custom-red-bg{
    background-image: url('images/bg_red_horizontal.png');
    background-repeat: repeat-x;
    min-height: 100px;
}
.color-white{
    color: #ffffff;
}
.shadow-effect{
    box-shadow: 0 10px 6px -6px #777;
}
.catalog-title{
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: 700;
}
span.product-read-more{
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}
/*Product Detail*/
#product-detail{
    margin-top: -15px;
}
ul.single-product-list, ul.product-dimensions{
    list-style: none;
}
ul.product-dimensions{
    display: inline;
    margin-left: -30px;
}
ul.product-dimensions li{
    display: inline;
    padding-right: 5px;
}
.slick-initialized .slick-slide{
    cursor: pointer;
}
.navSlider{
    margin-top: 20px;
}
.ms-slide-info{
    min-height: 50px !important;
    bottom: 142px !important;
    text-align: center !important;
    color: #fff !important;
}
/*Footer*/
.content-h1{
    text-align: center;
    font-weight: 300;
    color: #ae1f24;
}
.content-h1 span{
    font-weight: 700;
}
.content-message{
    line-height: 30px;
}
#colophon{
    background: #333333;
}
#colophon .nav{
    text-transform: uppercase;
}
#colophon .nav .nav-item{
    padding-top: 10px;
    padding-bottom: 10px;
}
#colophon .nav .nav-item .nav-link{
    color: white;
}
#colophon .nav .nav-item .nav-link:hover{
    text-decoration: underline;
}

#footer-social-menu li a > i{
    font-size: 1.6em;
}