/*
Theme Name: Sanjose Child Theme
Version: 1.0.0
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sanjose-child
Template: sanjose
*/

/* = Add your own modification from here
-------------------------------------------------------------- */

@media only screen and (min-width:991px) and (max-width:1024px) {}

@media only screen and (min-width:768px) and (max-width:990px) {

	.item-info .img {
    width: 50%;
    margin: 0 auto;
    }

    .sanjose-info-block .title .counter-list{left:33% !important;}
	.sanjose-info-block .title{text-align:center !important;}
	.cnt_right_2 {width: 100% !important; margin-bottom: 20px;}
	.cnt_left_1 {width: 100% !important; margin-bottom: 20px;}
    .cnt_left {width: 100% !important; margin-bottom: 20px;}
    .cnt_right {width: 100% !important;margin-bottom: 20px;}

    .cnt_order {
    display: flex;
    flex-direction: column;
	}

	.cnt_left {
	    order: 2;
	}
	.cnt_right {
	    order: 1;
	}

	.cnt_img {
    width: 50%;
    margin: 0 auto;
	}


}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.cnt_order {
    display: flex;
    flex-direction: column;
	}

	.cnt_left {
	    order: 2;
	}
	.cnt_right {
	    order: 1;
	}

	.sanjose-banner .content-banner .title {
    font: 500 36px "Montserrat", sans-serif  !important;
    margin-bottom: 0 !important;
	}
	.item-info .img {
    width: 50%;
    margin: 0 auto;
   }
   .cnt_img {
    width: 50%;
    margin: 0 auto;
   }
   	.sanjose-info-block .title .counter-list{left:33% !important;}
	.sanjose-info-block .title{text-align:center !important;}

	.cnt_buttom_img {
    margin-bottom: 20px !important;
	}

	.sanjose-testimonials-slider.default .pagination .swiper-pagination-switch {
    width: 12px !important;
    display: inline-block;
   }
   .blog-list.modern .post{ width:100% !important;}

   .sanjose-timeline .tab-content .swiper-container .swiper-slide {
    height: 400px !important;
  }

}

@media only screen and (max-width: 479px) {

	.cnt_order {
    display: flex;
    flex-direction: column;
	}

	.cnt_left {
	    order: 2;
	}
	.cnt_right {
	    order: 1;
	}

	.sanjose-banner .content-banner .title {
    font: 500 36px "Montserrat", sans-serif !important;
    margin-bottom: 0 !important;
	}

	.item-info .img {
    width: 50%;
    margin: 0 auto;
	}

	.cnt_img {
    width: 50%;
    margin: 0 auto;
   }

   .cnt_buttom_img {
    margin-bottom: 20px !important;
	}

	.new_subtitie .subtitle {
    font-size: 12px;
 }
 .new_subtitie .title {
    font-size: 30px;
 }
 .sanjose-testimonials-slider.default .pagination .swiper-pagination-switch {
    width: 12px !important;
    display: inline-block;
 }
 .blog-list.modern .post{ width:100% !important;}
 /* .blog-list.modern .post-item .content-post {
    -webkit-transform: translateY(60%) !important;
}*/
	.sanjose-banner.style_1 .absolute-img .btn {
	    right: 0 !important;
	    bottom: 35% !important;
	}

	.sanjose-timeline .tab-content .swiper-container .swiper-slide {
    height: 221px !important;
	}

}