/*   
Theme Name: Webera Template
Theme URI: https://webera.com.ua/
Version: 1.0
Description: Webera original theme
Author: Amerov David
Author URI: https://webera.com.ua/
Text domain: webera
*/
:root{
    --main: #2d2c40;
    --main-red: #b2d8d8;
}
body {
    background-color: #fff;
    font-size: 18px;
    font-family: 'Proxima Nova',sans-serif;
    color: var(--main);
}
#site{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main{
	flex: 1;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a:focus{
    text-decoration: none!important;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
    padding: 5px 10px 5px 0;
}
.alignright {
    float: right;
    padding: 5px 0 5px 10px;
}
[type=reset]:focus, 
[type=submit]:focus, 
button:focus, 
html [type=button]:focus{
    outline: none;
    text-decoration: none;
}
button, input[type="submit"]{
    cursor: pointer;
    -webkit-appearance: none;
     -moz-appearance: none;
}
input, select{
    -webkit-appearance: none;
     -moz-appearance: none;
}
.site-page *:not(i) {
    font-family: 'Proxima Nova',sans-serif;
}
@media screen and (min-width: 767px) {
    #menu,
    .mobile-open{
        display: none;
    }
}
:focus {
    outline: none;
}
.btn:active, 
.btn:focus {
    background-image: #464646 !important;
}
.img-rounded {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
}
h1, h2, h3 {
    font-size: 22px;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/*--- Header ---*/
.fixed-menu {
    transition: all 0.3s ease 0s;
    position: relative;
    right: 0;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 999;
}
.top-bar {
    padding: 5px 0;
	    margin-bottom: -10px;
}
.top-bar .top-right .widget_social-widget {
    float: right;
    margin-left: 38px;
}
.top-bar .top-right .widget_social-widget .social-wrap ul { 
    position: relative; 
}
.top-bar .top-right .widget_social-widget .social-wrap ul li { 
    display: inline-block; 
}
.top-bar .top-right .widget_social-widget .social-wrap ul li a {
    color: #000;
    padding: 0 4px;
}
.top-bar .top-right .widget_text { 
    float: right; 
}
.top-bar .call-to-action { 
    color: #000; 
}
.top-bar .call-to-action a {
    color:#000;
    letter-spacing:0.3px;
    font-weight:300;
}
.top-bar .call-to-action i {
    margin-right:10px;
    color:#000;
}
.top-bar .call-to-action p {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}
.top_menu {
    font-size: 0;
}
.top_menu .menu-item {
    display: inline-block;
    font-size: 18px;
    position: relative;
}
.top_menu .menu-item a {
    color: var(--main);
    padding: 15px 0 15px 40px;
    display: block;
    transition: all .2s ease 0s;
    font-weight: 500;
}
.top_menu>.menu-item:first-child>a {
    padding: 15px 0 15px 0;
}
.top_menu .menu-item a:hover{
    text-decoration: none;
    color: #464646;
}
.top_menu .menu-item.menu-item-has-children:hover>.sub-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
    text-align: left;
    width: 470px;
    opacity: 0;
    visibility: hidden;
    top: auto;
    padding: 5px 0;
    transition: all 0.5s ease 0s;
    transform: translateY(25px);
    z-index: 999;
    column-count: 2;
}
.top_menu .sub-menu .menu-item {
    display: block;
    font-size: 17px;
    margin: 0;
}
.top_menu .sub-menu .menu-item a {
    line-height: 23px;
    letter-spacing: 0px;
    font-weight: 500;
    font-style: normal;
    color: #232530;
    font-size: 16px;
    padding: 7px 20px;
}
.top_menu .sub-menu .menu-item a:hover {
    color: #464646;
    transform: translateX(10px);
}
/*---Slider---*/
.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 600px;
    z-index: 1;
}
.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
    display: block;
}
.slideshow .slide.is-loaded {
    opacity: 1;
}
.slideshow .slide .caption {
    padding: 0 100px;
}
.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
}
.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    font-size: 40px;
}
.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
}
.slideshow .slide .btn {
    margin: 15px 0 0;
    border: none;
    font-weight: 500;
    background-color: #464646;
    padding: 10px 75px;
    border-radius: 50px;
    color: #fff;
}
.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
}
.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}
.slideshow .pagination .item + .page {
    margin-left: -2px;
}
.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, 
.slideshow .pagination .item.is-active::before {
    background-color: #fff;
}
/*---Revies---*/
.reviews-home {
    background-color: #f6f6f8;
}
.form-control {
    border-radius: 0;
}
/*--- Gallery ---*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.gallery-item {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.gallery-columns-4 .gallery-item {
    flex: 0 0 25%;
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    flex: 0 0 20%;
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    flex: 0 0 16.666%;
    max-width: 16.666%;
}
/*---Mobile Menu---*/
.mobile-open {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-open .fa {
    font-size: 25px;
}
/*---Single---*/
.services-wrap {
    position: relative;
}
.services-wrap img {
    outline: 10px solid rgba(206, 22, 83, .04);
    transition: all .5s ease 0s;
    backface-visibility: hidden;
    outline-offset: -10px;
}
.services-wrap img:hover {
    outline-color: #464646;
}
.services-wrap figcaption .services-link {
    color: var(--main);
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
}
.services-wrap figcaption .services-link:hover{
    text-decoration: none;
}
/*---Category---*/
.line-ef {
    max-width: 280px;
    position: relative;
    margin: 0 auto;
}
.line-ef:before, 
.line-ef:after {
    position: absolute;
    content: " ";
    width: 100px;
    height: 1px;
    background-color: #464646;
    top: 61%;
}
.line-ef:before {
    left: 0;
}
.line-ef:after {
    right: 0;
}
/*---Breadcrumbs---*/
.site-title-page{
    font-size: 28px;
	padding-bottom:10px;
}
.category-header {
    padding: 50px 0;
    background-color: #fefefe;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(images/bg.jpg);
}
.breadcrumbs {
    font-size: 14px;
    color: var(--main);
}
.breadcrumbs a{
    color: var(--main);
}
/*---Gallery---*/
.gallery-home{
    overflow: hidden;
}
.slick-arrow {
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #e8a4ac;
    border: none;
    z-index: 99;
    color: #ffffff;
    font-size: 15px;
    transition: all .5s ease 0s;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.slick-next.slick-arrow {
    right: -40px;
}
.slick-prev.slick-arrow {
    left: -40px;
}
.slick-gallery:hover .slick-next.slick-arrow{
    right: 15px;
}
.slick-gallery:hover .slick-prev.slick-arrow {
    left: 15px;
}
.slick-arrow:hover{
    background: #464646;
}
.slick-item {
    position: relative;
    cursor: pointer;
}
.slick-item a::before {
    content: "\f00e";
    font: normal normal normal 35px/1 FontAwesome;
    background-color: rgba(178, 216, 216, 0.7);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    color: #000;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.slick-item a:hover::before {
    opacity: 1;
    visibility: visible;
}/*--- Animate Popup ---*/
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/*---News---*/
.single-grid .event-inner {
    border: 1px solid #f0f2eb;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    margin-bottom: 0;
    background: #ffffff;
}
.single-grid .event-inner:hover {
    box-shadow: 1px 13px 25px rgba(0,0,0,0.1);
}
.single-grid .event-content {
    padding: 20px 30px;
}
.single-grid .event-content .event-title h3 {
    line-height: 23px;
    margin-bottom: 14px;
    font-size: 24px;
}
.single-grid .event-content .event-title h3 a {
    color: var(--main);
    font-size: 20px;
    transition: all .3s ease 0s;
}
.single-grid .event-content .event-title h3 a:hover{
    color: #464646;
    text-decoration: none;
}
/*---Contacts---*/
.contacts-info ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    column-count: 2;
}
.contacts-info ul li {
    padding: 5px 0;
}
.contacts-info ul li a {
    color: var(--main);
    display: inline-block;
}
.contacts-info ul li .fa {
    padding-right: 10px;
}
/*---Footer---*/
#footer {
    background-color: #efefef;
    background-repeat: repeat-x;
    background-position: center top;

}
.footer-top {
    padding: 15px 0;
}
.footer_menu {
    column-count: 2;
}
.footer_menu .menu-item {
    padding: 5px 0;
}
.footer_menu .menu-item a {
    display: block;
    color: var(--main);
    transition: all .3s ease 0s;
}
.footer_menu .menu-item a:hover{
    color: #464646;
    text-decoration: none;
}
.footer-bottom {
    background: #464646;
    padding: 15px 0;
    color: #000;
    font-size: 14px;
}
.footer-bottom a{
    color: #000;
    transition: all .3s ease 0s;
}
.footer-bottom a:hover{
    text-decoration: none;
    color: #00000070;
}
.icon-footer li {
    margin-right: 6px;
    display: inline-block;
}
.icon-footer li a {
    color: #ffffff;
    background-color: #464646;
    background-size: 200% auto;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
}
.icon-footer li a:hover {
    background-position: right center;
}
.footer-contacts{
    font-size: 16px;
    font-weight: 500;
}
.footer-contact {
    font-size: 16px;
}
.footer-contact a {
    color: var(--main);
    transition: all .3s ease 0s;
}
.footer-contact a:hover{
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
}
.mb-0 {color:white;}
.title2 {font-size:22px;}