/*
*
*   Responsive Styles
*
*   13. Jul - Plantaze
*   Eximius Solutions Ltd
*
*/
@media screen and (min-width: 1921px) {
    .about-item .about-item-image img {
        margin-left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    .about-item:nth-child(even) .about-item-image {
        text-align: right;
    }
}
@media screen and (max-width: 1600px) {
    .slider-item-content {
        top: 130px;
    }
}
@media screen and (max-width: 1440px) {
    .header-menu-secondary {
        display: none;
    }
    .search-form-wrapper.opened .search-form  {
        width: 445px;
    }
}

@media screen and (max-width: 1365px) {
    .search-form-wrapper.opened .search-form  {
        width: 350px;
    }
}

@media screen and (max-width: 1199px) {
    .main-menu-trigger {
        display: block;
    }
    .header {
        display: none;
    }
    .header-sticky {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
    .admin-bar .header-sticky {
        -webkit-transform: translateY(32px);
        -moz-transform: translateY(32px);
        transform: translateY(32px);
    }
    .header-menu-primary {
        position: fixed;
        top: 73px;
        right: 0;
        width: 450px;
        max-width: 100%;
        height: 100%;
        height: 100vh;
        background-color: #fff;
        border-left: 1px solid #ccc;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .header-menu-primary.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    .header-menu-primary ul {
        text-align: left;
    }
    .header-menu-primary li {
        display: block;
    }
    .header-menu-primary > ul > li {
        border-bottom: 1px solid #f1f1f1;
    }
    .header-menu-primary a {
        padding: 15px 25px;
    }
    .header-menu-primary ul ul {
        display: none;
        width: 100%;
        position: relative;
        border: none;
        background-color: #fff;
        opacity: 1;
        pointer-events: all;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .header-menu-primary ul ul a {
        padding-left: 40px;
    }
    .header-menu-primary ul li:hover > a,
    .header-menu-primary ul a:hover,
    .header-menu-primary ul ul a:hover {
        background-color: #f1f1f1;
    }
    .submenu-trigger {
        display: block;
        width: 54px;
        height: 54px;
        position: absolute;
        top: 0;
        right: 0;
        background-color: transparent;
        border: none;
    }
    .submenu-trigger span {
        display: block;
        width: 20px;
        height: 1px;
        position: absolute;
        left: 17px;
        top: 26px;
        background-color: #555;
    }
    .submenu-trigger span:nth-child(2) {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .breadcrumbs {
        margin-top: 73px;
    }
    .footer-top-columns .footer-top-column {
        width: 32%;
        margin: 0 2% 4rem 0;
    }
    .footer-top-columns .footer-top-column:nth-child(3n) {
        margin-right: 0;
    }
    .other-products-list .other-products-item {
        position: relative;
    }
    .other-products-list .other-products-item:nth-child(even) {
        -webkit-transform: translateY(0);
        -mox-transform: translateY(0);
        transform: translateY(0);
    }
    .other-products-list {
        padding-bottom: 0;
    }
    .other-products-content,
    .other-products-content h3 {
        display: block;
    }
    .other-products-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.6);
    }
    .main .other-products-content {
        background-color: rgba(230, 230, 230, 0.6);
    }
    .other-products-content h3 {
        height: 72px;
        padding: 10px 20px;
        font-size: 1.8rem;
        text-align: left;
    }
    .subpages-list .subpage .image-wrapper {
        width: 30%;
    }
    .subpages-list .subpage .subpage-content {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    .about-item .about-item-content {
        padding: 30px 40px 10px;
    }
    .about-item .about-item-desc {
        margin-bottom: 3rem;
    }
    .blog-slider-wrapper {
        padding: 0 75px;
    }
    .blog-slider-container::before, 
    .blog-slider-container::after {
        display: none;
    }
    .blog-slider-container .bx-controls-direction .bx-prev {
        left: -75px;
    }
    .blog-slider-container .bx-controls-direction .bx-next {
        right: -75px;
    }
    .subcategory-navigation.nav-tabs > li {
        width: 33%;
        margin: 0 0.5% 0.5% 0;
    }
    .subcategory-navigation.nav-tabs > li:nth-child(3n) {
        margin-right: 0;
    }
    .visit-us-navigation .navigation-item {
        width: 49%;
        margin: 0 1% 1% 0;
        padding: 30px 10px;
    }
    .visit-us-navigation .navigation-item:nth-child(2n) {
        margin-right: 0;
    }
    .visit-us-navigation .navigation-item:nth-child(3n) {
        margin-right: 1%;
    }
    .news-item {
        width: 49%;
    }
    .news-item:nth-child(3n) {
        margin-right: 2%;
    }
    .news-item:nth-child(2n) {
        margin-right: 0;
    }
    .download-menu {
        margin: 5rem 0 0;
    }
    .product-banner .product-title, 
    .product-banner .product-year {
        font-size: 4rem;
    }
    .product-banner .product-title {
        margin-top: 5rem;
    }
    .product-intro-desc {
        font-size: 1.6rem;
    }
    .product-banner {
        overflow: hidden
    }
    .product-banner img {
        max-width: initial;
        max-width: unset;
        height: 600px;
    }
    .products-image img {
        display: block;
        margin: 0 auto;
    }
    .widget:first-child {
        margin-top: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .slider-item-content .slider-item-title {
        font-size: 4.2rem;
    }
    .about-item .about-item-content, 
    .about-item .about-item-image,
    .about-item:nth-child(even) .about-item-content, 
    .about-item:nth-child(even) .about-item-image {
        width: 100%;
        float: none;
    }
    .about-item:nth-child(odd) h3, 
    .about-item:nth-child(odd) .about-item-desc, 
    .about-item:nth-child(odd) .text-right {
        float: none;
    }
    .about-item h3, 
    .about-item .about-item-desc, 
    .about-item .text-right {
        width: 100%;
    }
    .about-item .about-item-content {
        padding: 30px 15px;
    }
    .footer-menu-primary li,
    .footer-menu-secondary li {
        display: block;
        margin: 1.5rem 0;
    }
    .restaurant-item {
        width: 100%;
        margin: 0 0 2rem;
    }
    .other-products-list .other-products-item {
        display: table;
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .other-products-content {
        position: static;
    }
    .other-products-image-wrapper,
    .other-products-content  {
        display: table-cell;
        vertical-align: middle;
    }
    .other-products-image-wrapper img {
        width: auto;
    }
    .other-products-content h3 {
        height: auto;
    }
    .team-member {
        width: 49%;
    }
    .team-member:nth-child(3n) {
        margin-right: 2%;
    }
    .team-member:nth-child(2n) {
        margin-right: 0;
    }
    .product-banner img {
        display: block;
        max-height: 600px;
        width: auto;
        height: auto;
        max-width: 90%;
        margin: 4rem auto 0;
    }
    .products-list .product-item,
    .woocommerce .products-list ul.products li.product, 
    .woocommerce-page .products-list ul.products li.product {
        width: 32%;
        margin: 0 2% 4rem 0;
    }
    .products-list .product-item:nth-child(4n),
    .woocommerce .products-list ul.products li.product:nth-child(4n), 
    .woocommerce-page .products-list ul.products li.product:nth-child(4n) {
        margin-right: 2%;
    }
    .products-list .product-item:nth-child(4n+1),
    .woocommerce .products-list ul.products li.product:nth-child(4n+1), 
    .woocommerce-page .products-list ul.products li.product:nth-child(4n+1) {
        clear: none;
    }
    .products-list .product-item:nth-child(3n+1),
    .woocommerce .products-list ul.products li.product:nth-child(3n+1), 
    .woocommerce-page .products-list ul.products li.product:nth-child(3n+1) {
        clear: left;
    }
    .products-list .product-item:nth-child(3n),
    .woocommerce .products-list ul.products li.product:nth-child(3n), 
    .woocommerce-page .products-list ul.products li.product:nth-child(3n) {
        margin-right: 0;
    }
    .breadcrumbs {
        display: none;
    }
    .breadcrumbs + .main {
        margin-top: 73px;
    }
    .banner-section {
        min-height: 73px;
    }
    .search-form-wrapper.opened .search-form  {
        width: 300px;
    }
}

@media screen and (max-width: 650px) {
    h2 {
        margin: 3rem 0;
        font-size: 5rem;
    }
    .section {
        padding: 20px 0 50px;
    }
    .blog-section {
        padding-bottom: 5px;
    }
    .footer-top-columns .footer-top-column {
        width: 49%;
        margin: 0 2% 4rem 0;
    }
    .footer-top-columns .footer-top-column:nth-child(3n) {
        margin-right: 2%;
    }
    .footer-top-columns .footer-top-column:nth-child(2n) {
        margin-right: 0;
    }
    .footer-top-columns .footer-top-column:nth-child(2n+1) {
        clear: both;
    }
    .visit-us-section {
        padding-bottom: 60px;
    }
    .section-desc {
        margin-bottom: 6rem;
    }
    .visit-us-navigation .navigation-item {
        width: 100%;
        margin: 0 0 1rem;
    }
    .subcategory-navigation.nav-tabs > li,
    .subcategory-navigation.nav-tabs > li:nth-child(3n) {
        width: 49%;
        margin: 0 1% 1% 0;
    }
    .subcategory-navigation.nav-tabs > li:nth-child(2n) {
        margin-right: 0;
    }
    .other-products-image-wrapper img {
        height: 120px;
    }
    .subpages-list .subpage {
        padding-top: 4rem;
    }
    .subpages-list .subpage .image-wrapper,
    .subpages-list .subpage .image-wrapper img,
    .subpages-list .subpage .subpage-content {
        width: 100%;
        float: none;
    }
    .subpages-list .subpage .subpage-content {
        margin-top: 2rem;
        padding: 0;
    }
    .content-wrapper img.pull-right {
        width: 100%;
        height: auto;
        margin: 0 0 2rem;
        float: none !important;
    }
    .post-controls-menu {
        margin: 1rem 0 3rem;
        float: none;
        text-align: center;
    }
    .content-bottom img {
        display: none;
    }
    .slider-item-content {
        top: 150px;
    }
    .banner-section .bx-controls-direction a,
    .blog-slider-container .bx-controls-direction a {
        display: none;
    }
    .blog-slider-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .products-slider-item {
        padding: 0;
        border: none;
    }
    .products-slider-container .bx-controls-direction .bx-prev {
        left: 0;
    }
    .products-slider-container .bx-controls-direction .bx-next {
        right: 0;
    }
    .subcategory-panel {
        padding: 15px 0 0;
    }
    #wpadminbar {
        position: fixed;
    }
}

@media screen and (max-width: 560px) {
    .news-item {
        width: 100%;
        float: none;
        margin: 0 0 3rem 0;
    }
    .news-item:nth-child(3n) {
        margin-right: 0;
    }
    .products-list .product-item,
    .woocommerce .products-list ul.products li.product, 
    .woocommerce-page .products-list ul.products li.product {
        width: 49%;
        margin: 0 2% 4rem 0;
    }
    .products-list .product-item:nth-child(3n),
    .woocommerce .products-list ul.products li.product:nth-child(3n), 
    .woocommerce-page .products-list ul.products li.product:nth-child(3n) {
        margin-right: 2%;
    }
    .products-list .product-item:nth-child(3n+1),
    .woocommerce .products-list ul.products li.product:nth-child(3n+1), 
    .woocommerce-page .products-list ul.products li.product:nth-child(3n+1) {
        clear: none;
    }
    .products-list .product-item:nth-child(2n),
    .woocommerce .products-list ul.products li.product:nth-child(2n), 
    .woocommerce-page .products-list ul.products li.product:nth-child(2n) {
        margin-right: 0;
    }
    .products-list .product-item:nth-child(2n+1),
    .woocommerce .products-list ul.products li.product:nth-child(2n+1), 
    .woocommerce-page .products-list ul.products li.product:nth-child(2n+1) {
        clear: left;
    }
    .search-form-wrapper.opened .search-form  {
        width: 230px;
    }
}

@media screen and (max-width: 500px) {
    h1, 
    h2 {
        font-size: 4rem;
    }
    .main h1, .main h2 {
        margin: 0 0 2rem;
    }
    .slider-item-content .slider-item-title {
        font-size: 3.8rem;
    }
    .slider-item-content {
        top: 120px;
        padding: 0 15px;
    }
    .slider-item-content .slider-item-desc {
        font-size: 1.6rem;
    }
    .footer-top h5 {
        font-size: 1.6rem;
    }
    .footer-top p:last-child {
        margin-bottom: 0;
    }
    .footer-top-column, 
    .footer-top-column a {
        font-size: 1.4rem;
    }
    .footer-top-columns .footer-top-column .email-icon {
        margin-top: 2rem;
    }
    .footer-top-columns .footer-top-column.icon-column {
    padding-left: 0;
}
    .footer-top-columns .footer-top-column .marker-icon::before, 
    .footer-top-columns .footer-top-column .email-icon::before {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 -10px;
    }
    .footer-top-columns .footer-top-column {
        width: 100%;
        margin: 0 0 4rem 0;
        text-align: center;
    }
    .footer-top-columns .footer-top-column:nth-child(3n) {
        margin-right: 2%;
    }
    .footer-top-columns .footer-top-column:nth-child(2n) {
        margin-right: 0;
    }
    .footer-top-columns .footer-top-column:nth-child(2n+1) {
        clear: both;
    }
    .subcategory-navigation.nav-tabs > li, 
    .subcategory-navigation.nav-tabs > li:nth-child(3n) {
        width: 100%;
        margin: 0 0 5px;
    }
    .products-sliders-section .nav-tabs li a {
        margin-right: 0;
    }
    .other-products-image-wrapper img {
        height: 90px;
    }
    .form-row .form-label, 
    .form-row .form-control,
    .comment-form label,
    .comment-form input, 
    .comment-form textarea {
        width: 100%;
        float: none;
    }
    .form-navi, 
    .comment-form .form-submit {
        padding: 0;
    }
}

@media screen and (max-width: 450px) {
    .team-member,
    .team-member:nth-child(3n) {
        width: 100%;
        margin: 0 0 2.5rem;
    }
    .products-list .product-item {
        width: 100%;
        margin: 0 0 4rem 0;
    }
    .products-list .product-item:nth-child(3n),
    .woocommerce .products-list ul.products li.product:nth-child(3n), 
    .woocommerce-page .products-list ul.products li.product:nth-child(3n) {
        margin-right: 0;
    }
    .header-menu-primary {
        border-left: none;
    }
    .products-list .product-item, 
    .woocommerce .products-list ul.products li.product, 
    .woocommerce-page .products-list ul.products li.product {
        width: 100%;
        float: none;
    }
    .slider-item-content .slider-item-title {
        margin-bottom: 1.5rem;
        font-size: 3.5rem;
    }
    .slider-item-content {
        top: 110px;
    }
    .slider-item-content .slider-item-desc {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
    /* iPhone 7 fix */
    .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        flex-direction: row!important;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .header-sticky .logo img {
        width: 134px;
    }
    .main-menu-trigger {
        margin-left: 8px;
    }
    .search-form-wrapper.opened .search-form  {
        width: 210px;
    }
}