/*
Theme Name: Spectec
Version: 1.0
Theme URI: https:/spectec.md
Description: Site spectec.md
Author: Igor Dobîndă
Author URI: https://igordobinda.com
*/

@charset "utf-8";
body {
    font-family: 'Roboto', sans-serif;
    background: #EFF1F5;
    color: #333333;
    /*padding-top: 110px;*/
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin: 0 1% 25px;
    text-align: center;
    width: 31%;
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 48%;
}

.gallery-columns-4 .gallery-item {
    width: 23%;
}

.gallery a img {
    cursor: zoom-in;
}

.gallery img {
    box-shadow: 0px 0px 4px #999;
    padding: 0;
    background: #ffffff;
    max-width: 100%;
    height: auto;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.gallery img:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.smartphoto-nav {
    background: #000000 !important;
}

.gallery dl,
.gallery dt {
    margin: 0;
}

.gallery br+br {
    display: none;
}

.tenpx {
    clear: both;
    height: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
}

.floatleft {
    float: left;
    margin-right: 10px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.alignleft,
.alignright,
.aligncenter {}

.alignnone {
    margin: 10px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
    clear: both;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
    clear: both;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

.wp-caption {
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

a img {
    border: none;
}

a:link {
    color: #393E45;
    text-decoration: none;
}

a:visited {
    color: #393E45;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #00113a;
    text-decoration: none;
}

button:not(.mfp-close):not(.mfp-arrow),
a.button {
    cursor: pointer;
    display: inline-block;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 15px 45px;
    font-size: 1rem;
    line-height: 1.125rem;
    border-radius: 10px;
    transition: background .15s ease;
    background: #8D2E29;
}

button:not(.mfp-close):not(.mfp-arrow):hover,
a.button:hover {
    background: #393E45;
}


/*------------------[HEADER]----------------------*/

header {}

header .top-content {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ffffff;
    display: block;
    margin-bottom: 10px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}

header nav {
    height: 94px;
}

header nav .logo {
    width: 124px;
}

header nav .logo a {
    display: inline-block;
}

header nav .logo a img {
    width: 100%;
    height: auto;
}

header ul.header-buttons {
    list-style: none;
    clear: both;
    margin: 0;
}

header ul.header-buttons li.item {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

header ul.header-buttons .button {
    position: relative;
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
}

header ul.header-buttons a.phone {
    padding: 0 15px;
    border: 1px solid #393E45;
    color: #393E45;
    transition: all .15s ease;
    background: none;
    font-weight: 700;
}

header ul.header-buttons a.phone:hover {
    background: #393E45;
    color: #ffffff;
}

@media (max-width: 399.98px) {
    header ul.header-buttons li.item-phone {
        display: none;
    }
}

header ul.header-buttons a.phone i.fa {
    font-size: 32px;
    margin-right: 5px;
}

header ul.header-buttons a.phone span {}

@media (max-width: 1199.98px) {
    header ul.header-buttons a.phone span {
        display: none;
    }
}

header ul.header-buttons a.shopping-bag {
    width: 60px;
}

header ul.header-buttons a.shopping-bag i.fa {
    position: relative;
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
    width: 100%;
}

header ul.header-buttons a.shopping-bag span {
    position: absolute;
    font-size: 14px;
    top: 4px;
    right: 9px;
}


/*------------------[CONTENT]---------------------*/

#content {
    padding-top: 30px;
}

.content {}

.content-main {}

.call-to-action-button {
    text-align: center;
    padding: 90px 0;
}


/*------------------[FOOTER]----------------------*/

footer {
    margin-top: 30px;
}

footer .footer-widget-area {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .copyright {
    text-align: center;
    font-size: 0.875rem;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*---------------[DROPDOWN MENU]------------------*/

ul.top-menu,
.mobile-menu-container {}

ul.top-menu {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.top-menu li {
    display: inline-block;
}

ul.top-menu li a {
    display: block;
    background: none;
    color: #393E45;
    border-bottom: 1px solid #ffffff;
    margin: .375rem 30px;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 3.125rem;
    transition: all .5s ease;
}

ul.top-menu li a span {
    color: #777777;
    font-size: 0.688rem;
    font-weight: 400;
}

ul.top-menu li a:hover {
    color: #8D2E29;
}

ul.top-menu li ul.sub-menu {
    z-index: 100;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
}

ul.top-menu li .sub-menu {}

ul.top-menu li:hover .sub-menu {
    display: block;
}

ul.top-menu .sub-menu li {
    background: rgba(255, 255, 255, .95);
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    width: 150px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

ul.top-menu .sub-menu {
    margin: 0;
    padding: 0;
    color: #ffffff;
    z-index: 1051;
}

ul.top-menu .sub-menu li.menu-item-has-children .sub-menu {
    margin-top: -44px;
    margin-left: 250px;
    display: none;
    z-index: 1051;
}

ul.top-menu .sub-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
}

ul.top-menu li .sub-menu {
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
}

ul.top-menu li:last-child .sub-menu {}

ul.top-menu li:hover .sub-menu {
    display: block;
}

ul.top-menu .sub-menu li {
    display: block;
    float: none;
    width: 250px;
}

ul.top-menu .sub-menu li.menu-item-has-children .sub-menu li {
    border-top: none;
}

ul.top-menu .sub-menu a {
    margin: 0;
    padding: 12px 10px;
    color: #092C44;
    border-top: 1px solid #dee0e5;
}

ul.top-menu .sub-menu a:hover {
    background: #092C44;
    color: #ffffff;
    opacity: 1;
}

.mobile-menu {
    color: #393E45;
    padding: 0;
    font-size: 2rem;
    font-weight: 400;
    cursor: pointer;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenav ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    display: block;
}

.sidenav ul li {
    list-style: none;
}

.sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 1rem;
    }
}


/*-------------[SPECIAL EMENETS]------------------*/

.product-card {
    margin-bottom: 30px;
    width: 100%;
    height: calc(100% - 30px);
    display: block;
    background-color: #ffffff;
}

.product-card .image-container {
    position: relative;
    display: inline-block;
    width: auto;
}

.product-card .image-container img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 390px;
    position: relative;
    display: block;
}

.product-card .image-container .hover-link {
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: background 1s ease;
}

.product-card .image-container:hover .hover-link {
    background: rgba(0, 0, 0, .5);
}

.product-card .product-card-body {
    padding: 15px;
}

.product-card h2.product-card-title,
.product-card h2.product-card-title a {
    color: #092C44;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.homesection .product-card h2.product-card-title,
.homesection .product-card h2.product-card-title a {
    color: #092C44;
}

.homesection .product-card h2.product-card-title:hover,
.homesection .product-card h2.product-card-title a:hover {
    color: #8D2E29;
}

.product-card .categories {
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.product-card .categories .category a {
    color: #333333;
    border: 1px solid #222222;
    font-size: 0.625rem;
    line-height: 0.75rem;
    font-weight: 400;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    background: #ffffff;
}

.product-card .categories .category a:hover {
    background: #222222;
    color: #ffffff;
}

.product-card .price-info {
    display: block;
    clear: both;
}

.product-card .price,
.product-card .old-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #000000;
}


/*.homesection .product-card .price, .homesection .product-card .old-price{
    color: #F2E6D8;
}*/

.product-card .price {
    font-weight: 600;
}

.product-card .old-price {
    font-weight: 200;
    text-decoration: line-through;
}

.product-card .discount {
    color: #000000;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 200;
    white-space: nowrap;
    background: #ffffff;
    padding: 3px 14px;
    border: 1px solid #000000;
}

.product-card .soldout {
    color: #8D2E29;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
}


/*-------------------[HOME]-----------------------*/

.homesection {
    margin-top: 80px;
    margin-bottom: 90px;
}

.homesection .section-title,
.homesection .section-subtitle,
.homesection .section-question {
    text-align: center;
}

.homesection h3.section-title {
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 50px;
}

.homesection.rich {
    margin-bottom: 0;
}

.homesection.rich .rich-content {}

.homesection.rich .rich-content h3 {
    font-size: 4rem;
    font-weight: 700;
    color: #393E45;
}

@media (max-width: 991.98px) {
    .homesection.rich .rich-content h3 {
        font-size: 3rem;
    }
}

@media (max-width: 575.98px) {
    .homesection.rich .rich-content h3 {
        font-size: 2rem;
    }
}

.homesection.benefits {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.homesection.benefits .container {
    padding-top: 75px;
    padding-bottom: 95px;
}

.homesection.benefits .homeboxes {
    background-color: #393E45;
}

.homesection.benefits .homebox {
    display: block;
    margin: 25px;
    padding-left: 10px;
    color: #EFF1F5;
}

.homesection.benefits .homebox h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    transition: .5s ease all;
}

.homesection.about .about-content {
    padding-top: 75px;
    padding-bottom: 95px;
    background-color: #393E45;
    color: #ffffff;
}

.homesection.about .about-content h3.about-title {
    font-size: 1.325rem;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .homesection.workprocess {
        padding-top: 55px;
        padding-bottom: 45px;
    }
}

.homesection.workprocess .workprocess-content {
    background: rgb(255, 255, 255);
    padding-top: 20px;
}

@media (min-width: 992px) {
    .homesection.workprocess .workprocess-content {
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 1) 22%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 1) 22%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 1) 22%, rgba(255, 255, 255, 1) 100%);
    }
    .homesection.workprocess .workprocess-content .workprocess-image {
        border: 1px solid #ffffff;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 90%;
        height: calc(100% - 40px);
        margin-top: 20px;
        display: block;
    }
}

.homesection.workprocess .workprocess-content h3.workprocess-title {
    font-size: 2.625rem;
    font-weight: 600;
    border-bottom: 15px;
    margin-top: 15px;
}

.homesection.workprocess .workprocess-content .stages .stage {
    clear: both;
    margin-left: 25px;
    border-left: 1px solid #393E45;
    display: block;
}

.homesection.workprocess .workprocess-content .stages .stage.noborder {
    border-left: 1px solid #ffffff;
}

.homesection.workprocess .workprocess-content .stages .stage .number {
    display: flex;
    flex-wrap: wrap;
    margin: 0 30px 0 -25px;
    padding: 0;
    font-size: 1rem;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #393E45;
    color: #ffffff;
    float: left;
}

.homesection.workprocess .workprocess-content .stages .stage .stage-info {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.homesection.workprocess .workprocess-content .stages .stage .stage-info h4.stage-title {
    font-size: 1.325rem;
    margin-bottom: 1rem;
}

.homesection.sevices .services-title {
    margin-bottom: 50px;
    display: flex;
}

.homesection.sevices .service {
    margin-bottom: 30px;
}

.homesection.sevices .service i {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    color: #393E45;
    float: right;
}

.homesection.sevices .service .service-info {}

.homesection.sevices .service .service-info .service-title {
    margin-bottom: 15px;
    font-size: 1.375rem;
}

.homesection.homegallery {
    background-color: #393E45;
    color: #ffffff;
    padding-bottom: 50px;
}

.homesection.homegallery a {
    display: block;
    width: 100%;
}

.homesection.homegallery a img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    opacity: 1;
    transition: 1s ease opacity;
}

.homesection.homegallery a:hover img {
    opacity: .6;
}

@media (max-width: 991.98px) {
    .homesection.homegallery a img {
        height: 120px;
    }
}

@media (max-width: 575.98px) {
    .homesection.homegallery a img {
        height: 60px;
    }
}


/*-------------------[SIDEBAR]--------------------*/

.sidebar {
    display: block;
}

.widget {
    margin-bottom: 25px;
}

.sidebar ul,
footer ul {
    padding: 0;
    margin: 0;
}

.sidebar ul li,
footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-title {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 12px;
}


/*----------------[SINGLE POST]-------------------*/

.post {}

.post .post-title {}

.post .post-title h1 {
    font-size: 2rem;
    font-weight: 400;
}

.post .entry {
    margin: 45px 0 20px 0;
    text-align: justify;
}

.post img {
    max-width: 100%;
    height: auto;
}


/*--------------[SINGLE PRODUCT]------------------*/

.post.product {}

.post.product .images a {
    display: block;
    margin-bottom: 15px;
    cursor: zoom-in;
}

.post.product .images a img {
    border: 1px solid #ced4da;
}

.post.product .price-info {
    display: block;
    margin-bottom: 30px;
}

.post.product .price-info .old-price {
    color: #2D3540;
    text-decoration: line-through;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.post.product .price-info .price {
    color: #000000;
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.post.product .price-info .discount {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 200;
    white-space: nowrap;
    background: #393E45;
    padding: 3px 14px;
}

.post.product .soldout {
    display: inline-block;
    width: auto;
    color: #8D2E29;
    border: 1px solid #8D2E29;
    padding: 3px 14px;
}


/*-----------------[CART PAGE]--------------------*/

.cart-items,
.checkout {
    margin-bottom: 35px;
}

.cart-items .cart-item {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px dotted #ced4da;
}

.cart-items .cart-item .cart-item-info h3 {
    font-family: 'Oswald', sans-serif;
}

.cart-items .cart-item .remove-product button:hover {
    color: #ffffff;
    background: #A64B5B;
}


/*--------------[MAGNIFIC POPUP]------------------*/

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*-----------------[PAGINATION]-------------------*/

ul.pagination {}

ul.pagination li.page-item a.page-link {
    color: #393E45;
}

ul.pagination li.page-item.active a.page-link {
    background: #393E45;
    color: #ffffff;
    border-color: #393E45;
}