/*
 Theme Name:   Luer.am
 Theme URI:
 Description:  Theme created and customized for Luer.am
 Author:
 Author URI:
 Template:     jevelin
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  jevelin
*/
/*
#16acce
rgba(22, 172, 206, 0.7)
*/

.sa_categories{
    text-align: center;
}
.sa_categories .sh-overlay-style1{
    background-color: rgba(22, 172, 206, 0.7);
}
.sa_post_content{
    display: none;
}
.sa_post_content_button_container a{
    display: none;
	margin-top: 20px;
    font-size: 20px;
}
.category .sh-header{
	
}
.sa_post_title_container h1{
    font-size: 46px;
    margin: 30px 0 30px;
    padding: 0 15px;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.sa_post_title_container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sa_post_title_container .vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.sa_post_title_container .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 3px solid #16acce;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.sa_categories .sh-overlay-style1 .sh-overlay-item:hover .sh-overlay-item-container i{
    color: #16acce;
}
.sa_categories .sh-gallery .slick-prev:hover, .sa_categories .sh-gallery .slick-next:hover {
    color: #16acce;
}
.sa_active{
    display: block !important;
}
.archive .header-logo-container > .sh-table-cell{
	width: 116px;
	height: 76px;
	background-image: url('/wp-content/uploads/2019/04/black-116x76.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.archive .header-logo-container > .sh-table-cell img{
	display: none;
}
.sa_categories .sh-nothing-found-big{
    max-width: none;
}