@media screen and (min-width: 769px) {
    .header-content > div > div{
        display: table-cell !important;
    }
}
@media screen and (max-width: 1224px) {

    .wrapper,
    .featured-type-fullwidth .featured-content .right.content-right-bottom {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding-left: 45px;
        padding-right: 45px;
    }

    .header-in {
        position: relative;
        z-index: 3;
    }

    .header-search {
        width: auto;
        position: static;
    }

    .live-search {
        top: 114px;
    }

    .social-media-left {
        padding-left: 25px;
        padding-right: 25px;
    }

    .header-search .input-row {
        position: absolute;
        z-index: 2;
        width: 200px;
        color: blue;
        border: 1px solid #45549E;
        height: 40px;
        background-color: #FFF;
        right: -200px;
        top: 74px;

        -webkit-transition: right 250ms ease-in-out;
        -moz-transition: right 250ms ease-in-out;
        -ms-transition: right 250ms ease-in-out;
        -o-transition: right 250ms ease-in-out;
        transition: right 250ms ease-in-out;
    }

    .header-search .input-row input {
        height: 100%;
        color: #45549E;
        border-bottom: none;
    }

    .header-search .input-row i {
        top: 8px;
        color: #45549E;
    }

    .header-search.active .input-row {
        right: 0;
    }

    .mobile-search {
        display: block !important;
        cursor: pointer;
    }

    .mobile-search i {
        font-size: 21px;
        color: #FFF;
        position: static;
    }

    .footer-in {
        padding: 50px 0;
    }
}

@media screen and (max-width: 1024px) {

    .wrapper,
    .featured-type-fullwidth .featured-content .right.content-right-bottom {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-in {
        display: block;
        height: 40px;
    }

    .header-left,
    .header-right {
        display: inline-block;
    }

    .header-right {
        float: right;
    }

    .header-cart,
    .header-user {
        line-height: 40px;
        padding-top: 2px;
    }

    .header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header-logo a {
        display: none;
    }

    .header-logo a.mobile-logo {
        display: block !important;
    }

    .header-logo a img {
        max-height: 14px;
    }

    .header-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #FFF;
        color: #45549E;
        left: -100%;
        top: 40px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 41px;

        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);

        -webkit-transition: left 250ms ease-in-out;
        -moz-transition: left 250ms ease-in-out;
        -ms-transition: left 250ms ease-in-out;
        -o-transition: left 250ms ease-in-out;
        transition: left 250ms ease-in-out;
    }

    .header-submenu {
        display: none !important;
    }

    .header-logo img {
        width: auto;
    }

    .header-nav div {
        display: block;
    }

    .header-nav a {
        color: #45549E;
        line-height: normal;
        padding: 7px 20px;
        border-top: 1px solid #EFEFEF;
    }

    .header-nav a:before,
    .header-nav a:after {
        display: none;
    }

    .header-search {
        display: none;
    }

    .mobile-toggle {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 40px;
        width: 40px;
        display: block;
        z-index: 15;
    }

    .mobile-toggle-in {
        height: 19px;
        width: 22px;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -8px;
    }

    .header-mobile-hamburger {
        width: 20px;
        height: 19px;
        display: block;
        float: left;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .header-mobile-hamburger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #FFF;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .header-mobile-hamburger span:nth-child(1) {
        top: 0px;
    }

    .header-mobile-hamburger span:nth-child(2), .header-mobile-hamburger span:nth-child(3) {
        top: 7px;
    }

    .header-mobile-hamburger span:nth-child(4) {
        top: 14px;
    }

    body.mobile-menu-open .header-mobile-hamburger span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    body.mobile-menu-open .header-mobile-hamburger span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    body.mobile-menu-open .header-mobile-hamburger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    body.mobile-menu-open .header-mobile-hamburger span:nth-child(4) {
        top: 18px;
        width: 0;
        left: 50%;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    body.mobile-menu-open .header-nav {
        left: 0;
    }

    .mobile-submenu a {
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #9C9C9C;
        border-top: none;
        padding: 2px 20px 6px 40px;
    }

    .mobile-nav-search {
        display: block !important;
        padding: 0 30px 0 20px;
        margin-bottom: 20px;
    }

    .mobile-nav-search input {
        background-color: #FAFAFA;
        border: 1px solid #45549E;
        color: #45549E;
        font-size: 16px;
        height: 37px;
        width: 100%;
        padding-left: 10px;
    }

    .mobile-nav-search .input-row i {
        position: absolute;
        color: #45549E;
        font-size: 15px;
        right: 15px;
        top: 12px
    }

    .featured-content {
    }

    .featured-content .right {
    }

    .featured-content .left {
        width: 60%;
    }

    .products-sel-grid .item {
        width: 32%;
        margin-right: 2%;
    }

    .products-sel-grid .item:nth-child(3n+3) {
        margin-right: 0;
    }

    .products-sel-grid .item:nth-child(4n+4) {
        margin-right: 2%;
    }

    .btn-product-filter {
        display: block;
    }

    .social-media .overlay {
        left: -30px !important;
        right: -30px !important;
    }

    .archive-content .product-filter {
        width: 250px;
        position: fixed;
        left: -250px;
        top: 0;
        height: 100%;
        background: #fff;
        -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        transition: ease all 0.4s;
        z-index: 3;
        padding: 30px;
        overflow-y: scroll;
    }

    body.filter-open .archive-content .product-filter {
        left: 0;
    }

    body.filter-open {
        overflow: hidden;
    }

    .archive-content .product-filter > ul {
        margin-top: 30px;
    }

    .archive-content .products-grid {
        width: 100%;
    }

    .close-filter {
        display: block;
    }

    .product-archive .navigate {
        width: 100%;
        text-align: left;
    }

    .single-content .left {
        padding-right: 50px;
    }

    .content-wrapper {
        width: 70%;
    }

    .content-wrapper .split {
        display: block;
    }

    .search-row .search-input {
        margin-top: 40px;
    }

    .content-wrapper .split > div {
        display: block;
    }

    .content-wrapper .split .img {
        width: 100%;
        margin-bottom: 20px;
    }

    .content-wrapper .split .img img {
        position: relative;
        margin: 0 auto;
        max-width: 100%;
    }

    .contact-content,
    .form-page > div > .title {
        width: 100%;
    }

    .contact-content .contact {
        padding-right: 20px;
    }

    .contact-content .downloads .download a {
        font-size: 12px;
    }

    .social-feed .instagram-feed {
        display: block;
        width: 100%;
        float: left;
        padding: 50px;
    }

    .social-feed .twitter-feed {
        display: block;
        width: 100%;
        float: left;
        padding: 50px;
    }

    .social-feed .twitter-feed .title {
        margin-right: 0 !important;
    }

    .twitter-feed .twitter-feed-content {
        max-width: 400px;
        margin: 0 auto;
        min-height: 270px;
        margin-right: auto !important;
    }

    .social-feed .instagram-feed .instagram-feed-content {
        margin-left: 0 !important;
    }

    .instagram-feed .instagram-grid .instagram-item {
        width: 24%;
        margin-right: 1.33333%;
        text-align: center;
    }

    .instagram-feed .instagram-grid .instagram-item.fourth {
        display: block;
    }

    .instagram-feed .instagram-grid .instagram-item:nth-child(3) {
        margin-right: 1.33333%;
    }

    .instagram-feed .instagram-grid .instagram-item:nth-child(4) {
        margin-right: 0;
    }

    .login-text {display:none;}

    .footer-section-socials {
        display: table-footer-group;
        padding-bottom: 0;
    }

    .footer-section {
        padding-bottom: 30px;
        width: 33.333%;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-in {
        padding: 35px 0;
    }

    .social-media-in {
        display: block;
    }

    .social-media-left,
    .social-media-right {
        display: block;
        width: 100%;
    }

    .media-item-content {
        height: 290px;
    }

    .media-item-left {
        padding-right: 10px;
    }

    .media-item-right {
        padding-left: 10px;
    }

    .media-item {
        padding: 0 10px;
    }

    .media-top {
        margin: 30px 0;
    }

    .media-top .title {
        font-size: 32px;
        line-height: 40px;
    }

    .blocks {
        padding-top: 40px;
    }

    .with-submenu a i {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .nav {
        width: 100%;
        display:none;
    }
    .wrapper,
    .featured-type-fullwidth .featured-content .right.content-right-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn {
        font-size: 16px;
    }

    .title {
        font-size: 18px;
        line-height: 22px;
        color: #1F2021;
    }

    .social-media-left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-in {
        display: block;
        padding: 25px 0;
    }

    .footer-section {
        display: block;
        padding-left: 0;
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .footer-socials {
        margin-bottom: 20px;
    }

    .social-media .overlay {
        left: -20px !important;
        right: -20px !important;
    }

    .footer-section:last-child {
        margin-bottom: 0;
    }

    .nav ul {
        display: block;
    }

    .nav ul li {
        display: block;
        padding: 10px 0px;
        text-align: left;
    }

    .nav ul li a {
        font-size: 28px;
        line-height: 36px;
        padding: 0px;
    }

    .featured {
        padding: 30px 0;
    }

    .featured-content {
        display: block;
        /* height: auto; */
    }

    .featured-content .right {
        width: 100%;
        display: block;
        padding: 20px;
        height: auto;
    }

    .featured-content .left {
        width: 100%;
        display: block;
        /* height: 200px; */
    }

    .featured-content .right .featured-button {
        position: relative;
        bottom: 0;
    }

    .featured-content .right .featured-title {
        font-size: 21px;
        line-height: 18px;
    }

    .products-selected {
        padding: 30px 0;
    }

    .products-sel-grid .item {
        width: 49%;
        margin-right: 2%;
    }

    .products-sel-grid .item:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    .products-sel-grid .item:nth-child(3n+3) {
        margin-right: 2%;
    }

    .products-archive {
        padding: 30px 0;
    }

    .archive-content .top .sort-products {
        display: none;
    }

    .archive-content .products-grid.three .product-item,
    .products-grid.four .product-item {
        width: 49%;
        margin-right: 2%;
    }

    .archive-content .products-grid.three .product-item:nth-child(2n+2),
    .products-grid.four .product-item:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    .products-grid.four .product-item:nth-child(4n+4) {
        margin-right: 2%;
    }

    .archive-content .products-grid.three .product-item:nth-child(3n+3) {
        margin-right: 2%;
    }

    .product-categories {
        padding: 30px 0;
    }

    .categories-grid .cat-item {
        width: 49%;
    }

    .categories-grid .cat-item:nth-child(3n+3) {
        margin-right: 2%;
    }

    .categories-grid .cat-item:nth-child(2n+2) {
        margin-right: 0;
    }

    .single-content .left {
        width: 100%;
        padding-right: 0;
    }

    .single-content .right {
        width: 100%;
        margin-top: 30px;
    }

    .products-single {
        padding: 30px 0;
    }

    .blog-archive {
        padding: 30px 0;
    }

    .content-wrapper {
        width: 80%;
    }

    .content {
        padding: 30px 0;
    }

    .previous-page {
        position: relative;
        float: left;
        margin-bottom: 30px;
    }

    .previous-page a {
        text-decoration: none;
        color: #383A3F;
    }

    .fixed-social-media {
        position: relative;
        top: 0;
        float: right;
        margin-bottom: 30px;
    }

    .fixed-social-media > div {
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 0px;
    }

    .fixed-social-media > div a span {
        opacity: 0;
        padding-left: 10px;
    }

    .fixed-social-media > div a {
        text-decoration: none;
        display: block;
        color: #fff;
        height: 40px;
        overflow: hidden;
    }

    .fixed-social-media > div:hover {
        width: auto;
    }

    .fixed-social-media > div:hover a {
        padding: 0 15px;
    }

    .fixed-social-media > div:hover a span {
        opacity: 1;
    }

    .content-wrapper .quote {
        font-size: 26px;
        line-height: 32px;
    }

    .content-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    .form-page {
        padding: 30px 0;
    }

    .contact-content .contact {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .contact-content .form {
        width: 100%;
    }

    .maps .address {
        width: 100%;
        border-bottom: 0;
    }

    .maps .maps-content .map {
        width: 100%;
        border: 1px solid #878C94;
    }

    .maps {
        padding: 30px 0;
    }

    .press {
        padding: 30px 0;
    }

    .press-grid .press-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .press-grid .press-item:last-child {
        margin-bottom: 0;
    }

    .press-grid .press-item .img img {
        margin: 0 auto;
    }

    .press-grid .press-item .desc .press-item-title {
        padding: 0 21px;
    }

    .social-feed {
        padding-top: 30px;
    }

    .instagram-feed .instagram-grid .instagram-item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
        text-align: center;
    }

    .instagram-feed .instagram-grid .instagram-item:nth-child(2n+2) {
        margin-right: 0;
    }

    .social-feed .instagram-feed {
        padding: 30px;
    }

    .social-feed .twitter-feed {
        padding: 30px;
    }

    .twitter-feed .twitter-feed-content .twitter-column {
        position: relative;
    }

    .woocommerce-MyAccount-navigation ul{
        display: block;
    }
    .woocommerce-MyAccount-navigation ul li{
        display: block;
        text-align: left;
        padding: 5px 0;
    }
    .woocommerce-MyAccount-navigation ul li a{
        font-size: 20px;
        line-height: 28px;
    }

    .categories-in {
        -webkit-column-count: 2;
        -moz-column-count:    2;
        column-count:         2;
    }

    .media-in {
        margin: 0;
    }

    .media-item {
        display: block;
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .media-item-content {
        height: auto;
    }

    .media-top {
        margin: 25px 0;
    }

    .media-top .title {
        font-size: 28px;
        line-height: 36px;
    }

    .header-cart,
    .header-user {
        margin-left: 15px;
    }

    td.product-thumbnail {
        display: block !important;
    }
    td.product-thumbnail:before {
        display: none;
    }
    tr.cart_item {
        margin-bottom: 40px;
        border: 1px solid #9C9C9C;
    }
    tr.cart_item td:nth-child(even) {
        background-color: transparent !important;
    }
    tr.cart_item td {
        padding: 5px !important;
        background-color: rgba(0,0,0,.025) !important;
    }

    .header-right {
        padding-left: 20px;
    }

}

@media screen and (max-width: 480px) {
    .featured-image-small {max-width: 150px;}
    .breadcrumbs {display:none;}
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .products-sel-grid .item {
        width: 100%;
        margin-right: 0;
    }

    .archive-content .products-grid.three .product-item,
    .products-grid.four .product-item {
        width: 100%;
        margin-right: 0;
    }

    .social-media .overlay {
        left: -10px !important;
        right: -10px !important;
    }

    .categories-grid .cat-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .blog-archive-content .blog-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .content-wrapper {
        width: 90%;
    }

    .contact-content .form .gform_body > ul > li.two-columns {
        width: 100%;
        float: left;
    }

    .contact-content .form .gform_body > ul > li.two-columns.border-right {
        border-right: 0;
    }

    .social-feed .instagram-feed {
        padding: 30px 20px;
    }

    .social-feed .twitter-feed {
        padding: 30px 20px;
    }

    .instagram-feed .instagram-grid .instagram-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last{
        width: 100%;
    }

    .social-media-left-items {
        margin: 0;
        max-width: none;
    }

    .social-media-left-items a {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .categories-in {
        -webkit-column-count: 1;
        -webkit-column-gap:   0px;
        -moz-column-count:    1;
        -moz-column-gap:      0px;
        column-count:         1;
        column-gap:           0px;

    }

    .category-item {
        width: 100%;
    }

    .media-item-left {
        padding-right: 5px;
    }

    .media-item-right {
        padding-left: 5px;
    }

    .media-top {
        margin: 20px 0;
    }

    .media-top .title {
        font-size: 26px;
        line-height: 34px;
    }
    tr.cart_item {
        margin-bottom: 30px;
    }
}
