/*@media (min-width: 1200px) {
    .container {
        width: 946px;
    }
}*/
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .navbar {
        margin-bottom: 12px;
    }

    .navbar-nav {
        font-size: 11px;
        line-height: 18px;
        margin-top: 72px;
    }

    .mainHeader {
        margin: 0 auto;
        height: 105px;
    }

    .navbar-left {
        margin-left: -14px;
    }

    .navbar-right {
        margin-right: -14px;
        width: auto;
    }

    .navbar-brand img {
        width: 175px;
        height: auto;
        margin: 0 auto;
    }

    .topSearch {
        /* width: 20px; */
        border-bottom: 1px solid #ffffff;
        margin-top: -6px;
        cursor: pointer;
    }

    /*.topHeader {
        top: 15px;
    }*/

    .carousel-inner > .item {
        /*height: 450px;*/
    }

    .carousel-inner > .item > img {
        width: 100%;
        /*min-height: 450px;*/
    }

    .thumbsData figure {
        width: 100%;
        height: 216px;
    }

    .thumbsData figure img {
        width: 100%;
        height:auto;
    }
    .thumb-img {
        height: inherit !important;
    }

    .thumbsData figure img.portrait {
        width: initial;
        height: inherit;
        margin: 0 auto;
    }

    /*.colCount {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 168px;
        -moz-column-gap: 168px;
        column-gap: 140px;
    }*/

    .newsletterPanel {
        margin-left: 25px;
    }

    .newsletterForm .form-control {
        width: 116px;
        margin-right: 2px;
    }

    .newsletterForm .signInBtn {
        width: 60px;
    }

    .socialPanelFtr ul li a img {
        width: 17px;
        height: auto;
    }

    .artistsBioPanel .artistBioImg {
        width: 100%;
        height: 240px;
    }

    .artistsBioPanel .artistBioImg img {
        /*width: 100%;
        min-width: 100%;
        height: auto;
        min-height: 229px;*/
    }

    .artistsBioPanel h2 {
        padding: 10px 0 15px 0;
    }

    .artistsBioPanel .shortBio {
        /*width: 450px;*/
        /*height:155px;*/
    }

    .artistsBioPanel .shortBio .bio-copy {
        height: 155px;
        overflow: hidden;
    }

    .artistsBioPanel .shortBio p {
        padding-right: 13px;
        line-height: 22px;
        font-size: 14px;
    }

    /*.artFilterForm ul li:first-child {
        width: 216px;
    }*/
    .artFilterForm ul li:first-child {
        width: 140px;
    }

    .artFilterForm > ul li {
        width: 100%;
    }

    .artFilterForm > ul > li:nth-child(2) {
        width: 170px;
    }

    .artFilterForm > ul > li:nth-child(3) {
        width: 80px;
    }

    .artFilterForm > ul > li:nth-child(4) {
        width: 130px;
    }

    .artFilterForm > ul > li:nth-child(5) {
        width: 96px;
    }

    .artFilterForm .form-control, .dropdown .selected, .dropdown li {
        font-size: 10px !important;
    }

    .artFilterForm .filterBtn {
        width: 96px;
        line-height: 38px;
        height: 44px;
    }

    .fancybox-prev {
        left: -80px;
    }

    .fancybox-next {
        right: -80px;
    }

    .artistsReservTop h3 {
        font-size: 16px;
    }

    .atristsSocial ul li {
        padding-left: 1px;
    }

    /*.artistsPaintSets .nav>li {
        padding-bottom: 15px;
    }*/
    .artistsPaintSets .nav > li {
        /*margin-bottom: 15px;
        height: 130px;
        height: inherit;*/
    }

    .artistsPaintSets .nav > li > a > img {
        width: 100%;
        height: auto;
    }

    /*.fancybox-overlay-fixed {
        bottom: -500px;
        top: 352px;
    }*/
    .footer-form .form-control {
        width: 112px;
    }

    #wpcf7-f4473-o1 .col-sm-12 .contact_email_btn {
        float: left;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1300px){
  .navbar > .container {
       width: 98%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px){
  .navbar-left li { 
    margin: 3px 3px 0px 0px;
  }
  .navbar-right li { 
    margin: 3px 0px 0px 3px;
  }
  .navbar-default .navbar-nav>li>a{
    margin: 0 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .navbar {
        margin-bottom: 12px;
    }
    .navbar-nav {
        font-size: 11px;
        line-height: 18px;
        margin-top: 72px;
    }
    .mainHeader {
        margin: 0 auto;
        height: 105px;
    }
    .navbar-left {
        margin-left: -6px;
    }
    .navbar-right {
        margin-right: -6px;
        width: auto;
    }

    .navbar-brand img {
        width: 175px;
        height: auto;
        margin: 0 auto;
    }
    /*.topHeader ul {margin-top: -16px;}*/
    .topSearch {
        width: auto;
        border-bottom: 1px solid #ffffff;
        margin-top: -6px;
    }
    /*.topHeader {
        top: 15px;
    }*/
    .carousel-inner > .item {
        /*height: 450px;*/
    }
    .carousel-inner > .item > img {
        width: 100%;
        /*	min-height: 450px;*/
    }
    .thumbsData figure {
        width: 216px;
        height: 216px;
    }
    .thumbsData figure img {
        width: 100%;
        height: auto;
    }
    .thumb-img {
        height: inherit !important;
    }
    .thumb_min_hight {
        min-height: 420px;
    }
    /*.colCount {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 168px;
        -moz-column-gap: 168px;
        column-gap: 168px;
    }*/
    .newsletterPanel {
        margin-left: 25px;
    }
    .newsletterForm .form-control {
        width: 114px;
        margin-right: 4px;
    }
    .newsletterForm .signInBtn {
        width: 60px;
    }
    .socialPanelFtr ul li a img {
        width: 17px;
        height: auto;
    }
    /*.artFilterForm ul li:first-child {
        width: 216px;
    }
    .artFilterForm ul li {
        width: 96px;
    }*/
    .artFilterForm ul li:first-child {
        width: 140px;
    }

    .artFilterForm > ul li {
        width: 100%;
    }

    .artFilterForm > ul > li:nth-child(2) {
        width: 170px;
    }

    .artFilterForm > ul > li:nth-child(3) {
        width: 80px;
    }

    .artFilterForm > ul > li:nth-child(4) {
        width: 130px;
    }

    .artFilterForm > ul > li:nth-child(5) {
        width: 96px;
    }

    .artFilterForm .form-control, .dropdown .selected, .dropdown li {
        font-size: 10px !important;
    }

    .artFilterForm .filterBtn {
        width: 96px;
        line-height: 32px;
        height: 44px;
    }

    .artistsBioPanel .artistBioImg {
        width: 229px;
        height: 229px;
    }

    .artistsBioPanel .artistBioImg img {
        width: 229px;
        min-width: 100%;
        height: auto;
        min-height: 229px;
    }

    .artistsBioPanel h2 {
        padding: 15px 0 10px 0;
    }

    /*.artistsBioPanel .shortBio {
        width:450px;
        height:165px;
    }*/
    .artistsBioPanel .shortBio .bio-copy {
        height: 82px;
        overflow: hidden;
    }

    /* .fullBio .shortBio .bio-copy {
       height: auto;
       overflow: visible;
   }*/
    .artistsBioPanel .shortBio p {
        padding-right: 13px;
        line-height: 22px;
        font-size: 14px;
    }

    .readAllBtn {
        display: block;
        padding: 10px 0;
    }

    .readAllBtn a img {
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        width: 14px;
        position: relative;
        top: -3px;
    }

    .fancybox-prev {
        left: -50px;
    }

    .fancybox-next {
        right: -50px;
    }

    .artistsReservTop h3 {
        font-size: 16px;
    }

    .atristsSocial ul li {
        padding-left: 1px;
    }
    /*.artistsPaintSets .nav>li {
        padding-bottom: 15px;
    }*/
    /*.artistsPaintSets .nav > li {
        margin-bottom: 15px;
        height: 130px;
    }*/
    .artistsPaintSets .nav > li > a > img {
        width: 100%;
        height: auto;
    }
    /*.fancybox-overlay-fixed {
        bottom: -500px;
        top: 352px;
    }*/
    .footer-form .form-control {
        width: 113px;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100% !important;
        max-width: inherit;
        /* height:450px;*/
        height: auto;
    }
    .carousel-caption {
        left: 15%;
    }
    .shortBio.shadow::after {
        bottom: 60px;
    }

    .readAllBtn a span {
        text-transform: uppercase;
    }

    #load-more-panel {
        clear: both;
    }

    .colCount li:nth-child(3),
    .colCount li:nth-child(4) {
        margin-left: -30px;
    }

    .each-newsPost {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 40px;
        height: 560px;
        overflow: hidden;
    }

    .news_sec img {
        width: auto;
        height: 235px;
        margin: 0 auto;
        max-width: inherit;
    }
    .service_sec .about_headline p {
        min-height: 190px;
    }
}

@media only screen and (max-width: 991px) {
    .free-uk-delivery-on {
        margin-top: 9px;
        width: 100%;
    }
    .free-uk-delivery-on .pull-right span:last-child a img {
        width: auto;
        height: 20px;
        margin-top: -4px;
    }
    /*.tab-content > .tab-pane.active a.fancybox img {
        margin: 0 auto;
        float: none;
    }*/
  .tab-content > .tab-pane.active a.fancybox {width: 100% !important;}
    .purchase-count span.cart-count-wrap {
      margin: 0px !important;
      float: none !important;
      color: #886e43;
  }
    .purchase-count {
        position: relative;
        top: 0px;
        left: -9px;
        background-color: #fff;
        padding: 2px;
        margin: -23px 0px 0px 20px;
        z-index: 999;
    }
    #filter-close {
        display: none;
        /*content: "\e014";*/
        position: absolute;
        top: 12px;
        font-weight: 600;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 15px;
        font-size: 26px;
        z-index: 9999;
        color: #7c7c81;
        cursor: pointer;
    }
    .open #filter-close { display: block; }
    .fg-tc-privacy-tuse {padding: 30px 0px;}

    .woof_redraw_zone { flex-direction: column; gap: 5px;}
    .artistsSidebar { margin-bottom: 0px; border-bottom: none;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .topHeader {
        top: 5px;
    }
    .sticky-head .mainHeader .topHeader {
        top: 5px;
    }
    .purchase-count {
        top: -5px;
    }
    .topHeader ul li a img {
        margin-top: -8px;
    }
    .topHeader ul li.login>a {
        display: block;
        margin-top: 5px;
    }
    .related-artwork .thumbsData figure,
    .section-also-like .thumbsData figure {
        width: 216px;
        height: 216px;
    }
    .tab-content > .tab-pane.active a.fancybox {width: 100% !important;}
    .artistsPaintSets .nav>li {
        margin: 0px 10px 10px 0px;
        width: 46.9%;
    }
    .artistsPaintSets .tab-content .tab-pane a > img {
        width: 100%;
        height: initial;
        max-height: inherit;
    }
	.atristsSpecPrice .paypal-express .woo_pp_cart_buttons_div {width: 73%;}
    /* Cart Page(Start) */
    .woocommerce-cart-form__cart-item .product-cart-summery .artist-name,
    .woocommerce-cart-form__cart-item .product-cart-summery .product-quantity {
        margin-bottom: 10px;
    }
    /* Cart Page(End) */
    /* Checkout Page(Start) */
    .woocommerce form .form-row-last, .woocommerce form .form-row-first {width: 48.0%}
    /* Checkout Page(End) */
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .navbar {
        margin-bottom: 12px;
    }
    .headNavigation .mainHeader {
        position: relative;
        margin: 0 auto;
        height: 140px;
        overflow: hidden;
    }
    .mainContMiddle {
        padding: 35px 0 27px 0;
    }
    .sticky-head .mainHeader .navbar-header .navbar-brand img {
        width: 140px;
    }
    .navbar-brand {
        width: 100%;
    }
    .carousel-caption p {
        font-size: 14px;
        line-height: 18px;
    }
    .topSearch .searchBtn {
        margin-top: 7px;
    }
    .navbar-brand img {
        margin-left: auto;
        width: 145px;
    }
    .navbar-toggle {
        display: block;
        width: 45px;
        float: left;
    }
    .sticky-head .mainHeader .navbar-header .navbar-brand {
        padding: 0px;
        margin: 40px auto 0px;
    }
    .artistsBioPanel {
        padding: 0px 0 0px 0;
        border: none;
    }
    .navbar-default .navbar-collapse {
        display: none !important;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
    .collapse {
        display: none;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-right {
        margin-right: 0px;
    }
    .navbar-nav {
        float: left;
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
        width: 100%;
    }
    .navbar-nav > li {
        float: left;
        width: 100%;
        display: block;
    }
    .navbar-toggle {
        position: relative;
        float: left;
        margin-right: 0px;
        margin-left: 0;
        padding: 0;
        margin-top: 48px;
        margin-bottom: 0;
        vertical-align: middle;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
    }
    .navbar-toggle {
        display: block;
        width: 25px;
        float: left;
    }
    .navbar-default .navbar-toggle {
        border: none;
        border-color: transparent;
        top: 0;
        float: left;
        position: absolute;
        background: rgba(255, 255, 255, 0.6);
        padding: 5px;
        width: 35px;
        overflow: hidden;
        margin-top: 68px;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
    }
    .sticky-head .navbar-default .navbar-toggle {
        /*top: -15px;*/
        margin-top: 64px;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .sticky-head .mainHeader {
        height: 120px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #8d734a;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 3px;
        border-radius: 1px;

    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    .navbar > .container .navbar-brand {
        margin: 50px auto 0px;
        overflow: hidden;
        height: auto;
        padding: 0;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .navbar:before {
        content: " ";
        position: absolute;
        top: 0;
        background: #8D734A;
        width: 100%;
        height: 37px;
    }
    .mainContUpper h2 {
        margin-top: -12px;
        padding-bottom: 19px;
        font-size: 14px;
    }
    .topHeader {
        display: grid;
        width: 100%;
        top: 0;
        right: 0%;
        position: relative;
        color: #ffffff;
    }
    .sticky-head .mainHeader .topHeader {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .sticky-head .mainHeader .top-search {
        top: 64px;
    }
    .free-uk-delivery-on {
        color: #ffffff;
    }
    .topSearch .form-control {
        background-color: #fff;
    }
    div.top-search {
        display: block;
        position: absolute;
        top: 65px;
        right: 0;
    }
    .topHeader ul > li:first-child {
        display: block;
        font-size: 16px;
    }
    .topHeader ul > li:first-child > a {
        color: #8d734a;
    }
    .topHeader ul > li {
        display: none!important;
    }

    .view-cart {height: 21px;width: 23px;margin-right: 6px!important;margin-left: 15px!important;}

    .top-search {
        top: 60px;
    }
    .topSearch {
        list-style: none;
        width: 25px;
        background: #FFFFFF;
        /*border-bottom: 1px solid #FFF;*/
        border: none;
        margin-top: -1px;
        -webkit-transition: all 0.5s;
           -moz-transition: all 0.5s;
             -o-transition: all 0.5s;
                transition: all 0.5s;
    }
    .topSearch::marker { display: none;}
    .topSearch.spanform {
        width: 30px;
        border-bottom: 1px solid #7c7c81;
        margin-top: -18px;

        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .carousel-inner > .item {
        height: auto;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100% !important;
        max-width: inherit;
        height: auto;
    }
    .carousel-caption {
        position: absolute;
        left: 12%;
        right: 20%;
        width: 35%;
        height: 110px;
        background: rgba(246, 246, 246, 0.75);
        text-align: left;
        padding: 12px 20px 20px 20px;
        bottom: 135px;
    }
    .carousel-caption h2 {
        padding-bottom: 5px;
    }
    .thumbsData figure {
        width: 229px;
        height: 229px;
    }
    .related-artwork .thumbsData figure,
    .section-also-like .thumbsData figure {
        width: auto;
        height: 229px;
    }
    .thumb-img {
        height: inherit !important;
    }
    .thumbsData figure img.portrait {
        width: initial;
        height: inherit;
        margin: 0 auto;
    }
    .thumb_min_hight {
        min-height: 420px;
    }
    .thumbsData .caption {
        padding: 15px 0 11px 0;
    }

    .featuredArtist {
        padding-bottom: 0;
    }
    .hideSKU .thumbsData .caption > span:nth-child(2) {
        display: none;
    }
    .featuredArtist > div > div:nth-child(n+7) {
        display: none;
    }
    .whatsNewPnael {
        padding-bottom: 0;
    }
    .whatsNewPnael > div > div:nth-child(n+4) {
        display: none;
    }
    .mainContBottom {
        padding: 25px 0 0px 0;
    }
    .mainContBottom h2 {
        padding-bottom: 25px;
    }
    footer {
        padding: 25px 0;
        font-size: 10px;
        line-height: 18px;
        min-height: inherit;
    }
    .colCount {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        float: left;
        padding-right: 15px;
    }
    .colCount li { width: inherit; }
    .colCount li:nth-child(4) { padding-top: 15px; }
    .footerPagelist {
        position: relative;
        top: 0;
        left: 0;
        float: right;
    }
    .newsletterForm .form-control {
        width: 90px;
        font-size: 10px;
        height: 38px;
        margin-right: 2px;
    }
    .newsletterForm .signInBtn {
        width: 50px;
        font-size: 10px;
        height: 38px;
    }
    .socialPanelFtr ul li a img {
        height: auto;
        width: 15px;
        margin: 0 3px;
    }
    .st-social-btn ul li {
        margin-left: -10px;
        padding: 5px;
    }
    .socialPanelFtr ul li:nth-child(3) {
        padding: 0 2px;
    }
    .col-xs-12.col-sm-8.col-md-9.footer-form > p {
        width: 115%;
    }
    .emailUsBtn strong {
        margin-left: -4px;
    }
    span.wpcf7-not-valid-tip {
        font-size: 8px;
    }
    .artFilterForm {
        float: right;
    }
    .artFilterForm .dropdown.metro.open ul li {
        width: 100%;
        margin: 0 15px 0 0;
    }
    .artFilterForm .filterBtn {
        width: 145px;
        line-height: 38px;
        height: 44px;
    }
    .artFilterForm .form-control {
        font-size: 12px;
        height: 45px;
        line-height: 32px;
    }
    .filterSubBox::before, .filterPriceBox::before, .filterByBox::before {
        content: url(https://www.forestgallery.com/wp-content/themes/forest-gallery/svg/select_box_arrow2.svg);
        background-size: 23px 23px;
        width: 23px;
        height: auto;
        position: absolute;
        right: 0;
        top: 5px;
        z-index: 0;
    }
    .artistsBioPanel .artistBioImg {
        width: 229px;
        height: 229px;
    }
    .artistsBioPanel .artistBioImg img {
        width: 100%;
        min-width: 100%;
        min-height: 229px;
    }

    .artistsBioPanel h2 {
        padding: 15px 0 10px 0;
    }

    .artistsBioPanel .shortBio {
        /*height:165px;*/
    }

    .shortBio:after {
        content: "";
        display: none;
    }

    .artistsBioPanel .shortBio p {
        padding-right: 0px;
        line-height: 22px;
        font-size: 14px;
    }

    .artistsBioPanel .shortBio .bio-copy {
        height: 110px;
        overflow: hidden;

        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .readAllBtn {
        display: block;
        padding: 15px 0;
    }

    .readAllBtn a,
    .readAllBtn a:hover {
        color: #7C7C81;
        font-size: 12px;
        font-weight: bold;
    }
    .readAllBtn a span {
        text-transform: uppercase;
    }
    .topSearch .input-group-btn {
        right: 0;
    }
    .topSearch input[type="submit"].searchBtn,
    .topSearch input[type="submit"].searchBtn:hover {
        background: url(https://www.forestgallery.com/wp-content/themes/forest-gallery/svg/search-icon2.svg) no-repeat center center;
        background-size: 22px 22px;
    }
    .readAllBtn a img {-moz-transform: rotate(270deg);-webkit-transform: rotate(270deg);-o-transform: rotate(270deg);transform: rotate(270deg);width: 12px;position: relative;top: -2px;}
    .artistsPaintSets .tab-content .tab-pane a > img {
        width: 100%;
        height: initial;
        max-height: inherit;
    }
    .artistsPaintSets .nav > li > a > img {
        width: 100%;
        height: auto;
    }
    .artistsPaintSets .nav > li > a > img.portrait {
        width: 100%;
        height: 345px !important;
    }
    .artistsPaintSets .nav > li {
        margin-top: 15px;
        width: 48.9%;
        margin: 8px 8px 0px 0px;
    }
    /*.atristsSpecPrice ul li {width: 100%;}*/
    .atristsSocial ul {
        text-align: left;
    }
    .fancybox-prev {
        left: 0px;
    }
    .fancybox-next {
        right: 0px;
    }
    .artistsReservTop form {
        width: 100%;
    }
    .artistsReservTop h3 {
        font-size: 16px;
    }
    .reservationForm .form-control {
        height: 36px;
        margin-bottom: 20px;
    }
    .about_headline p {
        font-size: 14px;
        line-height: 21px;
    }
    .service_sec .about_headline p {
        min-height: 190px;
        line-height: 20px;
    }
    .about_headline h2 {
        font-size: 21px;
        padding-bottom: 20px;
        margin: 0 0 20px 0;
    }
    .innerPageBnr {
        height: 0px;
    }
    .viewMorePanel div span {
        line-height: 20px;
    }
    .tabletdataRT {
        float: right !important;
    }

    .tabletdataLT {
        float: left !important;
    }
    .atristsSpecList ul li {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 0px;
    }
    .atristsSpecList {
        padding-top: 6px;
    }
    .atristsSpecPrice ul li:first-child {
        margin-bottom: 10px;
    }
    .atristsSpecPrice ul li:nth-child(1), .atristsSpecPrice ul li:nth-child(2) {
        font-size: 14px;
    }
    .atristsSocial {
        padding: 10px 0;
    }
    .footer-form .form-control {
        width: 75px;
    }
    .colCount li:nth-child(3) {
        padding-top: 8px;
    }
    .colCount li:nth-child(4) {
        padding-top: 0px;
    }
    .st-menu .list-inline > li {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        width: 100% !important;
    }
    .about_headline img {
        width: 50%;
    }
    .news_sec .my_mob_head img {
        margin: 20px 12px 0px 0px;
    }
    .emailUsBtn {
        right: 20px;
    }
    .service_sec hr {
        margin: 13px 0 -5px;
    }
    .servic_sec .about_headline img {
        padding-bottom: 20px;
    }
    .single-services .about_sec h2.each-newsPost-title {
        padding: 0;
        margin: 0;
    }
    .single-services .about_sec .about_headline img {
        margin: 15px auto 0px;
        width: auto;
    }
    .about_headline h2 {
        margin-top: 5px;
    }
    .services-items {
        height: 520px;
        padding-top: 10px;
    }
    .my_contact p {
        font-size: 14px;
        line-height: 21px;
    }

    .my_contact h2 {
        padding-bottom: 2px;
        padding-top: 5px;
    }

    .my_contact .btn-default {
        margin-top: 15px;
    }

    .map_pad {
        padding-bottom: 25px;
    }

    .wrapper {
        padding: 0;
    }

    .my_pad_top_30 {
        padding-top: 20px;
        /*border-top: none;*/
    }

    .about_headline .entry-content h2 {
        border-bottom: none;
        padding-bottom: 20px;
        margin: 0;
    }

    .service_headline h2 {
        border-bottom: none;
        padding-bottom: 20px;
        margin: 0;
    }

    .service_headline img {
        padding-bottom: 20px;
    }

    .service_sec .services-items h2 {
        border-bottom: none;
    }

    .each-newsPost {
        min-height: 460px;
    }

    .each-newsPost img {
        width: auto;
        height: 215px;
    }

    .newsEntSingle ul li:first-child {
        display: inline-block;
        font-size: 16px;
    }

    .each-newsPost h2.each-newsPost-title {
        padding-bottom: 0;
        margin: 0 0 10px 0;
        border-bottom: none;
    }

    .newsEntSingle ul li {
        display: inline-block;
    }

    .newsEntSingle {
        top: 0;
    }
    /*.st-menu-open {
        position: inherit;
        top: 0;
    }*/
    .innerPageBnr img {
        width: 100%;
        height: 130px;
    }

    .homeCarousel {
        margin-top: 120px;
    }

    .innerPageBnr {
        margin-top: 120px;
    }

    .shortBio.shadow::after {
        bottom: 60px;
    }

    .search-results .search-wrapper .content-area article.product {
        width: 100%;
        margin: 10px 0;
    }
    .search-results .search-wrapper .content-area article {
        width: 100%;
        margin: 1% 0;
    }
    .news_sec .btn {
        padding: 12px 11px 0 11px;
    }
    .dropdown .selected, .dropdown li {
        font-size: 11px !important;
    }

    #load-more-panel {
        clear: both;
        float: none;
    }

    #wpcf7-f4473-o1 .col-sm-12 .contact_email_btn {
        float: left;
    }

    .each-newsPost {
        height: 490px;
    }

    #insert-more-art-insights .art-insights-img-block img {
        height: 215px;
    }
    #insert-more-art-insights .art-insights-block {
        min-height: 560px;
    }
    #insert-more-art-insights .art-insights-block > p {
        font-size: 14px;
    }
    #forestgallery-services {
        width: 100%;
    }
    #forestgallery-services .thumbnail .caption > p {
        font-size: 15px;
        line-height: 20px;
    }
    #forestgallery-services div.service-item .thumbnail .caption {
        padding: 0px;
        color: #333;
    }
    .thumbsData .caption .price .woocommerce-Price-amount {
        font-size: 15px;
    }
    .new-collection-item figure {
        height: 345px;
    }
    #testimonial_carousel .carousel-caption blockquote, #testimonial_carousel .carousel-caption .testimonial-giver-name {
        font-size: 18px;
        line-height: 20px;
    }
    #testimonial_carousel .carousel-caption {
        padding: 20px 46px;
    }
    .testimonial-giver-name span {
        top: 8px;
    }
	.atristsSpecPrice .paypal-express .woo_pp_cart_buttons_div {width: 38.4%;}
    /* Cart Page(Start) */
    .woocommerce-cart-form__cart-item .product-cart-summery .artist-name,
    .woocommerce-cart-form__cart-item .product-cart-summery .product-quantity {
        margin-bottom: 10px;
    }
    /* Cart Page(End) */

    /* Checkout Page(Start) */
    .stepwizard {margin-top: 50px;}
    .woocommerce form .form-row-last, .woocommerce form .form-row-first {width: 47.7%}
    /* Checkout Page(End) */

    footer .ft-img li { width: 60px;}
    footer .ft-img li img { max-height: 60px; max-width: 60px;}
}

@media only screen and (max-width: 767px) {
  .fg-copyright {
	margin: 20px auto 0px;
}
.fg-copyright h3 { width: 100%; text-align: center;}

footer .cards { display: inline-flex;width: 100%;justify-content: center;flex-direction: row-reverse;margin-top: 15px;}

  #forestgallery-services .thumbnail .caption > p { font-size: 15px; line-height: 20px;}

    .topSearch .form-control {
        height: 28px;
    }
    .topSearch .searchBtn {
        height: 28px;
    }
    .each-newsPost {
        height: auto;
    }
    #insert-more-news-events .blog-latest-post {
         height: auto;
    }
    .innerPageBnr img {
        display: none;
    }
    .innerPageBnr {
        height: 140px;
        width: 100%;
        margin: 0 auto;
        /*border-bottom: 1px solid #efefef;*/
    }
    .navbar {
        margin-bottom: 20px;
    }
    .navbar:before {
        content: " ";
        position: absolute;
        top: 0;
        background: #8D734A;
        width: 100%;
        height: 37px;
    }
    .navbar-brand {
        width: 100%;
    }
    .navbar-toggle {
        float: left;
    }
    .headNavigation .mainHeader {
        position: relative;
        margin: 0 auto;
        height: 140px;
        overflow: inherit;
    }
    .sticky-head .mainHeader {
        height: 120px;
    }
    .topHeader {
        display: grid;
        width: 100%;
        top: 1px;
        right: 0%;
        position: relative;
        color: #ffffff;
    }
    .topHeader ul li:first-child a {
        color: #FFF;
        font-size: 13px;
    }
    .topHeader ul li {
        display: none!important;
        padding-left: 0;
    }
    .free-uk-delivery-on {
        color: #ffffff;
    }
    .view-cart {height: 20px;margin-right: 5px!important;width: 20px;margin-left: 15px!important;}
    .free-uk-delivery-on span:last-child a img {
        width: auto;
        height: 11px;
        margin-top: -6px;
    }
    .navbar > .container .navbar-brand {
        width: 200px;
        margin: 50px auto 0;
        overflow: hidden;
        height: auto;
        padding: 0;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .sticky-head .navbar > .container .navbar-brand {
        margin-top: 40px;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .navbar-brand img {
        width: 140px;
        height: auto;
        margin: 0 auto;
    }
    .sticky-head .mainHeader .navbar-header .navbar-brand img {
        width: 140px;
    }
    .navbar-toggle {
        display: block;
        width: 25px;
        float: left;
    }
    .navbar-default .navbar-toggle {
        float: left;
        border: none;
        border-color: transparent;
        position: fixed;
        background: rgba(255, 255, 255, 0.6);
        padding: 5px;
        width: 35px;
        overflow: hidden;
        margin-top: 64px;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    header.header, nav.navbar, div.mainHeader {
        border: none !important;
    }
    .sticky-head .navbar-default .navbar-toggle {
        margin-top: 64px;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #8d734a;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 4px;
        border-radius: 1px;
    }
    div.top-search {
        display: block;
        position: absolute;
        top: 64px;
        right: 0;
    }
    .sticky-head .mainHeader .top-search {
        top: 60px;
    }
    .topSearch {
        width: 30px;
        background: #fff;
        border: 1px solid #FFF;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        list-style: none;
    }
    .topSearch::marker{ display: none;}
    .topSearch.spanform {
        width: 30px;
        border: 1px solid #7c7c81;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }
    .topSearch .form-control {
        padding: 4px 0 3px 10px !important;
    }
    .topSearch .input-group-btn {
        right: 0;
    }
    .topSearch input[type="submit"].searchBtn,
    .topSearch input[type="submit"].searchBtn:hover {
        background: url(https://www.forestgallery.com/wp-content/themes/forest-gallery/svg/search-icon2.svg) no-repeat center center;
        background-size: 21px 21px;
    }
    .emailUsBtn {
        display: none;
    }
    .owl-carousel .owl-item {
         float: none;
    }
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
            bottom: 60px;
        }
        100% {
            opacity: 1;
            bottom: 40px;
        }
    }
    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
            bottom: 60px;
        }
        100% {
            opacity: 1;
            bottom: 40px;
        }
    }
    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
            bottom: 60px;
        }
        100% {
            opacity: 1;
            bottom: 40px;
        }
    }
    @keyframes fadeIn {
        0% {
            opacity: 0;
            bottom: 60px;
        }
        100% {
            opacity: 1;
            bottom: 40px;
        }
    }
    .carousel-caption {
        position: absolute;
        left: 3%;
        top: inherit;
        right: 0;
        width: 70%;
        height: auto;
        background: rgba(246, 246, 246, 0.9);
        text-align: left;
        padding: 5px 10px;
        bottom: 40px;
        text-shadow: none;
    }

    .carouselCont .container {
        height: 312px;
    }

    .carousel-inner > .item {
        height: inherit;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
        min-height: inherit;
    }
    .carousel-indicators {
        bottom: 4px;
    }
    .carousel-indicators li,
    .carousel-indicators .active {
        width: 16px;
        height: 16px;
        margin: 0 3px;
    }
    .carousel-caption p {
        font-size: 12px;
        line-height: 15px;
    }

    .carouselLtRt {
        visibility: hidden;
    }

    .carousel-caption h2 {
        padding-bottom: 0;
    }

    #main-gallery-title { font-size: 18px; line-height: 24px;}

    h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .mainContUpper h2 {
        padding-bottom: 15px;
    }

    .mainContUpper p {
        line-height: 22px;
        font-size: 14px;
    }

    .mainContMiddle {
        padding: 20px 0 0 0;
    }

    .mainContMiddle h2 {
        padding-bottom: 20px;
    }
    .thumbsData {
        /*padding-bottom: 0;*/
    }

    .artistsCollectionData .row{ display: flex; flex-wrap: wrap;}
    .col-xs-12.artist-collection-cta{ width: 50%;}

    .artist-collection-cta .thumbsData { 
        padding-bottom: 20px;
    }


    .thumbsData figure {
        width: 100%;
        height: inherit;
    }
    .thumbsData figure img {
        width: 100%;
        height: auto;
    }
    .thumbsData figure img {
        -webkit-transform: scale3d(1, 1, 1) translateY(0%);
        -moz-transform: scale3d(1, 1, 1) translateY(0%);
        transform: scale3d(1, 1, 1) translateY(0%);
        top: 0;
    }
    .thumbsData figure:hover figcaption {
        margin-top: 0px;
    }
    .thumbsData figure:hover img {
        margin-top: 0px;
    }
    .thumbsData figure:hover img {
        -webkit-transform: scale3d(1, 1, 1) translateY(0%);
        -moz-transform: scale3d(1, 1, 1) translateY(0%);
        transform: scale3d(1, 1, 1) translateY(0%);
    }
    .thumbsData .caption,
    .artistsData .thumbsData .caption {
        padding: 15px 0 15px 0;
    }
    .thumb_min_hight {
        min-height: initial !important;
    }
    .featuredArtist {
        padding-bottom: 0;
    }
    .featuredArtist > div > div:nth-child(n+5) {
        display: none;
    }
    .whatsNewPnael {
        padding-bottom: 0;
    }
    .whatsNewPnael > div > div:nth-child(n+4) {
        display: none;
    }
    .mainContBottom {
        padding: 20px 0 0px 0;
    }
    .mainContBottom h2 {
        padding-bottom: 20px;
    }
    .emailUs {
        display: none;
    }
    .filterSubBox::before, .filterPriceBox::before, .filterByBox::before {
        content: url(https://www.forestgallery.com/wp-content/themes/forest-gallery/svg/select_box_arrow2.svg);
        background-size: 23px 23px;
        width: 23px;
        height: auto;
        position: absolute;
        right: 0;
        top: 5px;
        z-index: 0;
    }

    footer h3 {
        font-size: 14px;
    }

    footer [class*='col-'] { margin-bottom: 20px;}

    footer ul.ft-nav li { width: 33.33%!important;padding-right: 10px;}

    .forestGalleryFtr {
        float: left;
        padding-bottom: 15px;
    }

    footer .ft-img { float: left; justify-content: center;}
    footer .ft-img li { float: left; width: 60px;}
    footer .ft-img li img  {max-height: 60px; max-width: 60px;}

    footer .col-xs-8, footer .col-xs-4 { width: 100%;}

    .footerNav {
        float: none;
    }

    /*.colCount {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        float: right;
        width: 55%;
    }

    .colCount li {
        width: 100%;
    }

    .colCount li:nth-child(4) {
        padding-top: inherit;
    }*/

    /*.footerPagelist {
        width: 45%;
        position: relative;
        top: 0;
        left: 0;
        float: left;
    }*/

    .newsletterPanel {
        margin-left: 0px;
        margin-top: 7px;
    }

    .newsletterForm .form-control {
        width: 40%;
        font-size: 10px;
        height: 38px;
        margin-right: 2px;
    }

    .newsletterForm .signInBtn {
        width: 15%;
        font-size: 10px;
        height: 38px;
    }

    .newsletterPanel p {
        font-size: 10px;
        padding-top: 12px;
        line-height: 16px;
    }

    .socialPanelFtr {
        margin-top: 0px;
        margin-left: 0px;
        float: left;
    }

    .socialPanelFtr ul li a img {
        width: 16px;
        height: auto;
    }

    .socialPanelFtr ul li {
        padding: 0 0px;
    }
    .socialPanelFtr ul li:nth-child(3) {
        padding: 0 10px;
    }
    .artFilterWrap {
        position: relative;
        padding: 25px 0;
    }

    .artFilterWrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: #f8f7f8;
        width: 100%;
        height: 140px !important;
    }
    .artFilterForm ul li {
        width: 47%;
        margin: 0 4% 0 0;
        padding: 0;
        display: inline-block;
    }

    .artFilterForm ul li:nth-child(2), .artFilterForm ul li:nth-child(4) {
        width: 47%;
    }

    .dropdown ul li {
        width: 100% !important;
    }

    .artFilterForm ul li:nth-child(4) {
        margin: 0;
    }

    .artFilterForm ul li:last-child {
        margin: 0 0 0 0;
        width: 100%;
    }

    form.artFilterForm > ul > li {
        margin-bottom: 15px;
    }

    .artFilterForm .filterBtn {
        width: 100%;
    }

    .artistsBioPanel {
        overflow: inherit;
        /* padding: 40px 0 0px 0; */
        border-bottom: none;
        margin-top: 10px;
    }

    .artistsBioPanel .artistBioImg {
        width: 100%;
        height: auto;
        padding-top: 25px;
        margin-left: 0;
    }

    .artistsBioPanel .artistBioImg img {
        width: 100%;
        height: auto;
    }

    .artistsBioPanel h2 {
        padding: 15px 0 10px 0;
        font-size: 18px;
    }

    .artistsBioPanel .shortBio {
        width: 100%;
        /*height:auto;*/
    }

    .shortBio:after {
        content: "";
        display: none;
    }

    .artistsBioPanel .shortBio p {
        padding-right: 0px;
        line-height: 22px;
        font-size: 14px;
    }

    .artistsBioPanel .shortBio .bio-copy {
        height: 110px;
        overflow: hidden;
    }
    .readAllBtn {
        display: block;
        padding: 20px 0;
        text-align: center;
    }

    .readAllBtn a,
    .readAllBtn a:hover {
        color: #7C7C81;
        font-size: 12px;
    }
    .readAllBtn a img {

        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 22px;
        display: block;
        margin: 0 auto;

        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .fullBio .shortBio .readAllBtn img {
        transform: rotate(180deg);
        transition: all 0.5s;

        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .artistsPaintSets .tab-content .tab-pane a > img {
        /* width: 100%;
         height: auto;*/
        width: 100%;
        height: initial;
        max-height: inherit;
    }

    .artistsPaintSets .nav > li > a > img {
        width: 100%;
        height: auto;
    }

    .artistsPaintSets .nav > li > a > img.portrait {
        /*margin: 0 auto;
        text-align: center;
        float: inherit;*/
        width: auto;
        height: 80px !important;
    }

    .artistsPaintSets .nav > li {
        /*padding-bottom: 0;*/
        padding-top: 0;
        margin-top: 20px;
    }

    .artistsPaintSets .nav > li {
        margin-bottom: 0;
        height: auto !important;
        /*height: 115px;*/
    }

    .atristsSpecPrice ul li {
        width: 100%;
    }

    .atristsSpecPrice ul li a {
        width: 100%;
    }
    .artistsReservTop form {
        width: 100%;
    }
    .artistsReservTop h3 {
        font-size: 16px;
        padding-bottom: 0px;
    }
    .reservationForm .form-control {
        line-height: inherit !important;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 200;
    }
    .fancybox-close {
        top: -30px;
    }

    .fancybox-prev {
        left: 0px;
    }

    .fancybox-next {
        right: 0px;
    }

    .singlePaintImg {
        margin-bottom: 25px;
    }
    .about_headline h2 {
        padding-top: 0px;
        padding-bottom: 15px;
        float: left;
    }
    .news_sec .about_headline h2 {
        /*padding: 0;*/
        padding-bottom: 30px;
        margin: 0;
        float: none;
    }
    .my_mob_also_head .allNewsHdline h2 {
        float: none;
        display: block;
    }
    .my_contact p {
        padding-bottom: 0px;
        margin-top: 0px;
        font-size: 15px;
    }

    .my_contact .btn {
        width: 100%;
        margin-bottom: 40px;
    }
    .thumbsData .caption > span, .thumbsData .caption > strong {
        font-size: 16px;
        line-height: 30px;
    }

    footer {
        padding: 25px 0;
    }

    .about_sec img {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .about_headline p:last-child {float: none;}
    .about_headline p {
        line-height: 22px;
        font-size: 15px;
        float: left;
        text-align: left;
        width: 100%;
    }
    .about_headline p:empty { padding: 0px;}
    .service_sec .about_headline p {
        min-height: 0;
        height: auto;
        line-height: 20px;
        font-size: 16px;
        float: none;
        text-align: center;
        clear: both;
        margin: 0px 0px 25px 0px;
    }
    .btn-forest-gallery {
        font-size: 14px;
        border: 2px solid #7c7c81;
        display: block;
        width: 100%;
    }
    .margn_btm .about_headline p {
        margin-bottom: 40px;
    }
    .service_sec .my_mob_head h2 {
        padding-bottom: 20px;
        margin-top: -14px;
        float: left;
    }
    .my_mob_hr {
        display: none;
    }
    .my_mob_HV_RES .my_pad_top_30 {
        padding-top: 1px;
    }

    .my_mob_HV_RES .about_headline h2 {
        padding-bottom: 16px;
        margin-top: 18px;
        float: left;
    }

    .my_mob_HV_RES .about_headline p {
        padding-bottom: 21px;
    }

    .my_mob_HV_RES .my_btm_pad {
        padding-bottom: 36px;
    }

    .socialPanelFtr ul li:last-child {
        display: none;
    }

    .my_contact .contact_head h2 {
        padding-bottom: 0px;
        padding-top: 19px;
    }

    .my_contact .contPageForm h2 {
        padding-top: 2px;
        padding-bottom: 1px;
    }

    .my_contact .contPageForm .form-control {
        margin-top: 25px;
    }

    .my_contact .btn-default {
        margin-top: 10px;
    }

    .news_evnt_sec .my_mob_head h2 {
        padding-bottom: 20px;
        margin-top: -14px;
        float: left;
    }

    .news_evnt_sec .news_article_head img {
        margin-top: -9px;
        margin-bottom: 19px;
    }

    .news_evnt_sec .about_headline h2 {
        width: 100%;
    }

    .news_evnt_sec .news_sec .btn {
        margin-top: 20px;
        margin-bottom: 34px;
    }

    .news_evt_sngl .my_mob_head h2 {
        padding-bottom: 20px;
        margin-top: 20px;
        float: left;
        width: 100%;
    }

    .news_evt_sngl .my_mob_head img {
        margin-bottom: 15px;
    }

    .single_news_sec p {
        padding-top: 15px;
        padding-bottom: 16px;
    }

    .margn_btm .about_headline p {
        margin-bottom: 40px;
    }
    .artistsPaintCopy {
        padding: 32px 0 20px 0;
        margin-top: 28px;
    }
    .artistsPaintCopy .atristsSpecTitle {
        margin: 0px auto 8px;
    }
    .atristsSocial {
        padding-top: 0px;
        position: relative;
        /*top: 265px;*/
        text-align: center;
        width: 100%;
        display: block;
        z-index: 999;
        margin: 15px auto 10px;
    }
    .atristsSocial ul {
        text-align: center;
        width: 100%;
        display: block;
        margin: 0px auto;
    }
    .atristsSocial ul li:first-child { font-size: 18px; line-height: 22px; }
    .atristsSocial ul li {
        display: inline-block;
        padding: 0px;
        margin-right: 15px;
    }
    .atristsSocial ul li a img {
        width: 21px;
        height: auto;
        opacity: 1;
    }
    .atristsSpecList {
        padding-top: 8px;
        margin-bottom: 25px;
    }
    .product-further-info {
        margin: 72px auto 40px;
    }
    .preArtBtn img, .nextArtBtn img { width: 24px; }
    .preArtBtn, .nextArtBtn { font-size: 14px; }
    .atristsSpecList ul li {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 0px;
    }
    .atristsSpecPrice ul li:first-child { margin-bottom: 10px; }
    .atristsSpecPrice ul li.sale-price-tag { margin-bottom: 35px; }
    .fancybox-desktop {
        width: 100% !important;
        left: 0 !important;
    }
    .fancybox-desktop .fancybox-inner {
        width: 100% !important;
        height: auto !important;
    }
    .st-menu .list-inline > li {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        width: 100% !important;
    }
    .col-xs-12.col-sm-8.col-md-9.footer-form > p {
        margin-top: 20px;
        width: 95%;
    }
    .col-xs-12.col-sm-8.col-md-9.footer-form > h3 {
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .about_headline .entry-content img {
        width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .services-items {
        height: auto;
        padding-top: 0;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .my_contact h2 {
        padding-bottom: 0;
        padding-top: 20px;
    }
    .map_pad {
        padding-bottom: 22px;
        padding-top: 20px;
    }
    .footer-form .form-control {
        width: 100% !important;
    }
    .padding-off { overflow: hidden; }
    .service_sec .about_headline h2 {
        font-size: 18px;
        border-bottom: none;
        text-align: center;
        display: block;
        width: 100%;
    }
    .wrapper { padding: 17px 0; }
    .each-newsPost { margin-bottom: 25px; }
    .each-newsPost .btn {
        clear: both;
        display: block;
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
        border: 2px solid #7c7c81;
    }
    .each-newsPost img {
        margin-top: 3px;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .each-newsPost h2.each-newsPost-title {
        padding-bottom: 16px;
    }

    .each-newsPost h2.each-newsPost-title a,
    .each-newsPost h2.each-newsPost-title a:hover {
        color: #8d734a;
    }
    .news_sec .each-newsPost h4 {
        padding-bottom: 16px;
        font-size: 14px;
    }
    .news_sec .each-newsPost p {
        margin: 0px auto 30px;
        font-size: 16px;
    }
    .newsEntSingle ul li { display: inline-block; }
    .popUpLoginPanel { display: block; }
    .modal-content {width: 100%!important;}
    .emailPopupBody p {
        padding: 13px 0 25px 0;
        line-height: 18px;
        font-size: 13px;
    }
    .newsEntSingle {
        margin: 7px 0;
        top: 0;
    }
    .single_post_share .topHeader ul li:first-child {
        width: 50px;
        line-height: 15px;
        text-align: left;
        float: left;
        margin-top: -2px;
        font-size: 16px;
        background: #ffffff;
        color: #7c7c81;
    }
    .newsEntSingle ul li { display: inline-block; }
    .neSingleHdline { padding-top: 0; }
    .homeCarousel {
        margin-top: 140px;
    }
    /*.st-menu-open {
        position: fixed;
        top: 0;
    }*/
    .shortBio.shadow::after { bottom: 60px; }
    .contPageForm form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, .contPageForm form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
        width: 100% !important;
    }
    .contPageForm form div.wpcf7-response-output {
        margin: 97px 0 0 0;
        padding: 8px 10px;
    }
    .search-results .search-wrapper .content-area article.product {
        width: 100%;
        margin: 10px 0;
    }
    .atristsSpecList .frame-size-copy {
        font-size: 14px;
    }

    .dropdown .selected {
        font-size: 10px !important;
    }

    .filterSubBox::before, .filterPriceBox::before, .filterByBox::before {
        z-index: 1;
        background: #f8f7f8;
        padding: 0 0 0 3px;
        width: 26px;
        height: 20px;
    }
    .dropdown.touch .old {
        z-index: 3;
    }
    .thumb-img {
        height: auto !important;
    }
    .readAllBtn a span {
        text-transform: uppercase;
    }
    .brick {
        margin-bottom: 0px;
    }
    .artistsData .woocommerce .woocommerce-ordering {
        margin-bottom: 1em;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }
    .owl-item .owl2row-item > .item {
        margin-bottom: 30px;
    }
    .news-single-social {
        margin: 10px auto 20px;
        text-align: center;
    }
    #single_post_share ul li:first-child {
        font-size: 18px;
    }
    #single_post_share ul li a img {
        width: 14px;
    }
    .news_sec img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #insert-more-news-events .each-newsPost > a {
        clear: both;
        display: block;
        position: relative;
        width: 100%;
        margin: 0px auto 5px;
    }
    #insert-more-art-insights .art-insights-block .art-insights-img-block img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }
    #insert-more-art-insights .art-insights-img-block {
        margin: 0px auto 30px;
    }
    #insert-more-art-insights .art-insights-block h2.each-newsPost-title {
        margin-bottom: 20px;
    }
    #insert-more-art-insights .art-insights-block h4.art-insights-post-publish-date {
        margin-bottom: 0px;
    }
    #insert-more-art-insights .art-insights-block p {
        clear: both;
        display: block;
        position: relative;
    }
    #insert-more-art-insights .art-insights-block .btn-forest-gallery {
        clear: both;
        position: relative;
        display: block;
        left: 0;
        margin: 20px auto 0px;
    }
    /*.woof_container_inner_size, .woof_container_artists {
        display: none;
    }*/
    .atristsSpecPrice ul li a.add_to_cart_button {
        width: 100%;
        display: block;
    }
    .woocommerce .woocommerce-ordering {
        margin: 0px 15px 0px 0px;
    }

    .single-collection-details .woocommerce-ordering { width: 100%;}
    
    .new-collection-item figure {
        max-width: 100%;
        height: auto;
    }
    .new-collection-item figure a {
        display: block;
        max-width: 100%;
        height: auto;
    }
    .new-collection-item figure a .new-collection-thumb-img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    .new-collection-item figure a .new-collection-thumb-img img {
        margin: 0px auto;
    }
    .featuredArtist .thumbsData figure:hover img,
    .artist-thumb-img figure:hover img {
        -webkit-transform: scale3d(1, 1, 1) translateY(0%);
        -moz-transform: scale3d(1, 1, 1) translateY(0%);
        transform: scale3d(1, 1, 1) translateY(0%);
    }
    .post-type-archive-product .inrPageContainer,
    .artist-woof-product-filter-page,
    .woof-new-collection-page {
        margin: 0px auto 0px;
    }
    .artist-thumb-img figure img.portrait {
        width: 100%;
        height: auto;
    }
    section.news_sec {
        margin: 0px auto 75px;
    }
    ol.breadcrumb-single-artist, ol.breadcrumb-single-product {
        margin: 8px auto 0px;
    }
    .framed-unframed-price, li.sale-price-tag {
        text-align: center;
    }
    .atristsSpecPrice ul li.sale-price-tag span {
        float: none;
    }
    .artistsPaintCopy .atristsSpecTitle {
        margin-bottom: 8px;
    }
    #testimonial_carousel .carousel-inner .item img {
        width: 100%;
        display: block;
        margin: 0px auto 15px;
    }
    #testimonial_carousel .carousel-caption {
        padding: 30px 60px;
    }
    .artistsPaintSets .nav > li {
        margin: 20px 9px 0px 0px;
        float: left;
    }
    .artistsPaintSets .nav > li:nth-child(even) {
        margin-right: 10px;
    }
    .artistsPaintSets .nav > li:last-child {
        margin-right: 0px;
    }
    .atristsSpecPrice ul li:nth-child(1) p, .atristsSpecPrice ul li:nth-child(2) p {
        float: none;
        padding-right: 0px;
    }
	.atristsSpecPrice .paypal-express .woo_pp_cart_buttons_div {width: 100%;}
    .atristsSpecPrice .paypal-express .eh_payapal_express_checkout_button {text-align: center;}
    .atristsSpecPrice .paypal-express .woo_pp_cart_buttons_div {width: 100%;}
    /* Cart Page(Start) */
    .woocommerce-cart .about_headline p {float: none;}
    .woocommerce-cart-form .shop_table {margin-bottom: 35px;}
    .woocommerce-cart-form__cart-item .product-cart-summery .product-name {font-size: 14px;}
    .shipping-address form.woocommerce-shipping-calculator section.shipping-calculator-form p,
    .shipping-address p.woocommerce-shipping-destination {float: none;}
    /*.wc-proceed-to-checkout {flex-direction: column;}*/
    a.checkout-button {
        /*padding: 1.5em 4.5em !important;*/
        margin-right: 0px !important;
    }
    .shipping-address ul#shipping_method li label,
    .shipping-address ul#shipping_method li label span {font-size: 12px;}
    form.woocommerce-shipping-calculator section.shipping-calculator-form p button#calc_shipping {
        padding: 0.6em 2.5em;
        font-size: 16px;
    }
    #billing-shipping {
        margin: 25px auto 0;
        display: table;
    }
    .woocommerce-page .woocommerce .product-remove .remove img {width: auto;}
    /* Cart Page(End) */
    /* Checkout Page(Start) */
    .stepwizard {margin-top: 50px;}
    .stepwizard .stepwizard-row .stepwizard-step p {float: none;}
    #step-3 h2 {margin-bottom: 55px;}
    #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row,
    #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row,
    #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row {float: none; width: 100%;}
    .woocommerce-account-fields .form-row label span {font-size: 16px;}
    .woocommerce-account-fields .form-row, .woocommerce-account-fields .create-account {clear: both; display: block; width: 100%;}
    #step-3 h2 {float: none;}
    #step-3 .review-order .shop_table {margin-bottom: 50px;}
    .woocommerce-checkout #payment ul.wc_payment_methods {padding: 0 1.0em;}
    .woocommerce-checkout #step-3 .review-order .payment_method_paypal img {
        width: 50%;
        height: auto;
    }
    /* Checkout Page(End) */
    /* WooCommerce Order Success (Start) */
    .woocommerce ul.order_details {flex-direction: column;}
    .woocommerce ul.order_details li {
        border-right: none;
        border-bottom: 1px dashed #d3ced2;
        padding: 15px 0 5px;
    }
    .woocommerce .woocommerce-customer-details address {clear: both;}
    /* WooCommerce Order Success (Start) */
    .wp-block-media-text.is-stacked-on-mobile { width: 100%;}
    .atristsSpecTitle .tinv-wraper.tinv-wishlist{ float: left; width: 100%; margin:5px 0 10px 0; top: 0px;}

}


@media only screen and (max-width: 413px) {
    .carousel-caption h2 {
        font-size: 12px;
        line-height: 16px;
    }

    .carousel-caption p {
        font-size: 12px;
        line-height: 12px;
    }

    .carousel-indicators li, .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 0 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .previouspostslink:before {
        top: -4px;
    }

    .nextpostslink:after {
        top: -4px;
    }
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 736px)
and (orientation: landscape) {
    .st-social-btn {
        bottom: 30px;
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    #forestgallery-services {
        width: 100%;
    }
    #insert-more-art-insights .art-insights-block {
        min-height: 585px;
    }
    #testimonial_carousel .carousel-caption {
        padding: 24px 70px;
    }
    #testimonial_carousel .carousel-caption blockquote, #testimonial_carousel .carousel-caption .testimonial-giver-name {
        font-size: 22px;
        line-height: 26px;
    }
	/* checkout page(start) */
    #review-payment-order {margin-top: 0px;}
    /* checkout page(End) */
}

@media only screen and (max-width: 991px) {
    .topHeader ul li:first-child {
        background: #8D734A;
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: #FFF;
        display: block;
    }
    .artistsPaintSets .nav > li > a {
        display: block;
        position: relative;
        box-sizing: border-box;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
    .artistsPaintSets .nav > li > a > img {
        /*width: auto;
        height: 100%;*/
        margin: 0px auto;
        display: block;
        float: none;
    }
    .forest-gallery-site-content {
        width: 100%;
    }
    .product-filter-group {
        display: block;
        width: 100%;
        background-color: #f8f7f8;
        padding: 15px 0px;
        margin: 5px auto 15px;
    }
    .product-filter-group .btn-group {
        display: block;
        width: 100%;
    }
    .product-filter-group .btn-group .btn-default {
        width: 100%;
        margin: 0px auto;
        border: navajowhite;
        border-bottom: 2px solid #efefef;
        background-color: transparent;
    }
    .product-filter-group .open>.dropdown-menu {
        display: block;
        width: 100%;
        padding: 15px;
    }
    .artistsData .woof_products_top_panel,
    .artistsData .woocommerce-ordering {
        display: inline-block;
        margin: 0px 0px 20px 0px;
    }
    .chosen-container {
        width: 100% !important;
        min-width: 110px;
    }
    .artistsPaintCopy {
        padding: 0px 0 20px 0;
        margin-top: 0px;
    }
	/* Checkout Page(Start) */
    #review-payment-order {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    /* Checkout Page(End) */
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .artistsData .woocommerce nav.woocommerce-pagination ul li a, .artistsData .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 0.75em;
        padding: .5em .29em .29em;
    }
    img.img-free-delivery {
        height: 14px;
        margin-top: 4px;
    }
    .fg-contact-no {
        margin: 0px 0px 0px 0px;
        line-height: 21px!important;
    }
    .free-uk-delivery-on span:last-child {
        margin: 5px 0px 0px 8px;
    }
    .view-cart { margin-top: 4px!important;}
    .free-uk-delivery-on .pull-right span:last-child a img {
        width: auto;
        height: 20px;
        margin-top: -4px;
    }
    .free-uk-delivery-on {
        font-size: 9px;
        font-weight: normal;
    }
    .section-also-like .section-header h2,
    .related-artwork .section-header h2 {
        font-size: 16px;
    }
    .cart-message h3 {
        font-size: 16px;
    }
    #testimonial_carousel .carousel-caption blockquote, #testimonial_carousel .carousel-caption .testimonial-giver-name {
        font-size: 16px;
        line-height: 20px;
    }
    .testimonial-giver-name span {
        top: 10px;
    }

	/* Checkout Page(Start) */
    .wc_payment_methods .wc_payment_method #payment_method_paypal_label img {height: 30px;}
    .wc_payment_methods .wc_payment_method #payment_method_paypal_label a.about_paypal {float: none;}
    .shipping-address ul#shipping_method li label span.woocommerce-Price-amount {
        margin-top: 4px;
    }
    /* Checkout Page(End) */
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    /* ** Enquiry Modal (Start) ** */
    #enquiryModal .modal-dialog .modal-content {
        width: 100%;
        padding: 15px 15px 10px;
    }
    #enquiryModal .modal-dialog .modal-content .modal-body .enquiryModal-prod-detail {
        flex-direction: column;
        padding: 15px 15px 15px 15px;
        margin-top: 10px;
    }
    #enquiryModal .modal-dialog .modal-content .modal-body .enquiryModal-prod-detail .enquiryModal-prod-img {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    #enquiryModal .modal-dialog .modal-content .modal-body .enquiryModal-prod-detail .enquiryModal-prod-img img {margin: 0 auto;}
    /* ** Enquiry Modal (End) ** */
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
    .artistsData .woocommerce nav.woocommerce-pagination ul li a, .artistsData .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 1em;
        padding: .5em .29em .29em;
    }
    #testimonial_carousel .carousel-caption blockquote, #testimonial_carousel .carousel-caption .testimonial-giver-name {
        font-size: 22px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 320px)and (max-width: 390px) {
    .free-uk-delivery-on {
        font-size: 0.49em;
    }
    .breadcrumb-single-artist > li + li::before, .breadcrumb-single-product > li + li::before {
        padding: 0 2px;
    }
    ol.breadcrumb-single-artist > li > a, ol.breadcrumb-single-product > li > a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 707px)and (max-width: 767px) {
    .artistsPaintSets .nav > li {
        width: 23.9%;
    }
}
@media only screen and (min-width: 650px)and (max-width: 706px) {
    .artistsPaintSets .nav > li {
        width: 23.8%;
    }
}
@media only screen and (min-width: 602px)and (max-width: 649px) {
    .artistsPaintSets .nav > li {
        width: 23.7%;
    }
}
@media only screen and (min-width: 561px)and (max-width: 601px) {
    .artistsPaintSets .nav > li {
        width: 23.6%;
    }
}
@media only screen and (min-width: 525px)and (max-width: 560px) {
    .artistsPaintSets .nav > li {
        width: 23.5%;
    }
}
@media only screen and (min-width: 494px)and (max-width: 524px) {
    .artistsPaintSets .nav > li {
        width: 23.4%;
    }
}
@media only screen and (min-width: 467px)and (max-width: 493px) {
    .artistsPaintSets .nav > li {
        width: 23.3%;
    }
}
@media only screen and (min-width: 442px)and (max-width: 466px) {
    .artistsPaintSets .nav > li {
        width: 23.2%;
    }
}
@media only screen and (min-width: 401px)and (max-width: 441px) {
    .artistsPaintSets .nav > li {
        width: 23.0%;
    }
}
@media only screen and (min-width: 367px)and (max-width: 400px) {
    .artistsPaintSets .nav > li {
        width: 22.8%;
    }
}
@media only screen and (min-width: 320px)and (max-width: 366px) {
    .artistsPaintSets .nav > li {
        width: 22.6%;
    }
    .free-uk-delivery-on .fg-contact-no { display: none;}
}
/* ********** iPhone 5 & 5S in portrait & landscape ********** */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
    .topHeader {
        display: block;
        width: 100%;
    }
    .topHeader .free-uk-delivery-on {
        display: block;
        width: 100%;
    }
    .topHeader .free-uk-delivery-on .pull-right span:first-child > a {
        color: #ffffff;
    }
}
/* ********** iPhone 6 in portrait & landscape ********** */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
    .topHeader {
        display: block;
        width: 100%;
    }
    .topHeader .free-uk-delivery-on {
        display: block;
        width: 100%;
    }
    .topHeader .free-uk-delivery-on .pull-right span:first-child > a {
        color: #ffffff;
    }
}
/* ********** iPhone 6 Plus in portrait & landscape ********** */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) {
    .topHeader {
        display: block;
        width: 100%;
    }
    .topHeader .free-uk-delivery-on {
        display: block;
        width: 100%;
    }
    .topHeader .free-uk-delivery-on .pull-right span:first-child > a {
        color: #ffffff;
    }
}
/* ********** iPad in portrait & landscape ********** */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .topHeader {
        display: block;
        width: 100%;
    }
    .topHeader .free-uk-delivery-on {
        display: inline-block;
    }
    .topHeader .free-uk-delivery-on .pull-right span:first-child > a {
        color: #ffffff;
    }
}
/* ********** iPad in portrait & landscape ********** */
/*@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
    .topHeader {
        display: block;
        width: 100%;
    }
    .topHeader .free-uk-delivery-on {
        display: block;
        width: 100%;
    }
    .topHeader .free-uk-delivery-on .pull-right span:first-child > a {
        color: #ffffff;
    }
}*/
/* ********** iPad mini in portrait & landscape ********** */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  {
    /*.topHeader {
        display: block;
        width: 100%;
    }
    .topHeader .free-uk-delivery-on {
        display: block;
        width: 100%;
    }
    .topHeader .free-uk-delivery-on .pull-right span:first-child > a {
        color: #ffffff;
    }*/
}
/* Laptops non-retina screens */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {
    .artistsSidebar ul li [type="radio"]:checked + label:before,
    .artistsSidebar ul li [type="radio"]:not(:checked) + label:before {
        top: 2px;
    }
    .artistsSidebar ul li [type="radio"]:checked + label:after,
    .artistsSidebar ul li [type="radio"]:not(:checked) + label:after {
        top: 4px;
    }
    /*.artistsSidebar .woof_container_inner ul li a img {
        margin-top: -6px;
    }*/
}

/* Laptops retina screens */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 2)
and (min-resolution: 192dpi) {
    .artistsSidebar ul li [type="radio"]:checked + label:before,
    .artistsSidebar ul li [type="radio"]:not(:checked) + label:before {
        top: 2px;
    }
    .artistsSidebar ul li [type="radio"]:checked + label:after,
    .artistsSidebar ul li [type="radio"]:not(:checked) + label:after {
        top: 4px;
    }
}
