/*		Mobile Layout:320px and 480px and more but less than or equal to 767px.
----------------------------------------------------------------------------------
*/

@media only screen and (max-width:767px){
	*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
	body{font-size: 18px;}
	h1{font-size: 24px!important;}
	h2{font-size: 18px!important;}
	h3{font-size: 16px!important;}
	h4{font-size: 16px!important;}
	h5{font-size: 14px!important;}
	h6{font-size: 12px!important;}
	.container{max-width: 100%; padding: 0 15px;}
	.memo-three-col-grid, 
	.memo-four-col-grid, 
	.memo-two-col-grid {-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr);column-gap: 15px;row-gap: 15px;}


	.memo-ads-section-wrap{margin: 0px 0px 15px;}


	.memo-header-top-container{min-height: 70px;}


	.memo-header-top-container .col-sm-4{flex: 0 0 auto;width: 35%;}
	.memo-header-top-container .col-sm-8{flex: 0 0 auto;width: 65%; padding-left: 20px;}
	.memo-slaogan-wrap p{font-size: 16px; text-align: right;}



	.phone-nav {cursor: pointer;display: block;padding: 0;position: absolute;right: 5px;top:22px;width: 20px;height: 25px;z-index: 99999;border-radius: 0px;-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;}
    .phone-nav span {display: block;position: absolute;height: 3px;width: 100%;background: #000000;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;}
    .phone-nav span:nth-child(1) {top: 0px;}
    .phone-nav span:nth-child(2),
    .phone-nav span:nth-child(3) {top: 8px;}
    .phone-nav span:nth-child(4) {top: 16px;}
    .mobile-menu-open .phone-nav span:nth-child(1) {top: 16px;width: 0%;left: 50%;}
    .mobile-menu-open .phone-nav span:nth-child(2) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
    .mobile-menu-open .phone-nav span:nth-child(3) { -webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
    .mobile-menu-open .phone-nav span:nth-child(4) {top: 16px;width: 0%;left: 50%;}



	ul.memo-menu-right > li:nth-child(2),
	ul.memo-menu-right > li:nth-child(3){display: none;}
	.memo-menu-container,
	ul.memo-menu-right{justify-content: flex-start;}
	ul.memo-main-menu li { width: 100%; justify-content: flex-start;}
	.memo-slaogan-wrap{justify-content: flex-end;}

	ul.memo-main-menu li > a{ width: 100%; color: #000000; justify-content: flex-start; border-bottom: 1px solid #C0C0C0;}
	ul.memo-main-menu li > a:hover{ background: #cb0000; color: #ffffff;}
	ul.memo-main-menu > li:last-child:before{display: none;}
	ul.memo-main-menu > li:last-child a{padding-left: 10px;}


	/*li.memo-small-submenu .dropdown-arrow{position: absolute; right: 15px;}*/
	li.memo-small-submenu .dropdown-arrow{position: absolute;right: 0; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;  border-left: 1px solid #C0C0C0; color: #000000; z-index: 99999999999; top:0px; font-size: 30px;}
	li.memo-small-submenu.active .dropdown-arrow{transform: rotateZ(-180deg); border-left: 0px; border-right: 1px solid #C0C0C0; color: #ffffff}

	.memo-small-submenu-content{position: relative; max-width: 100%; top: 0px;}

	/*memo-sticky-header-wrap{display: none;}*/


	.memo-sticky-header-wrap ul.memo-menu-right{justify-content: flex-end; padding-right: 30px;}

	.memo-sticky-header-wrap ul.memo-menu-right > li:last-child{display: none;}


    .memo-sticky-header-wrap .memo-menu-container{justify-content: space-between;}
    .memo-sticky-header-wrap .col-sm-7{display: none;}
    .memo-sticky-header-wrap .col-sm-6{display: none;}

	.memo-sticky-header-wrap .memo-menu-container .col-sm-4{flex: 0 0 auto;width: 70%!important;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-2{flex: 0 0 auto;width: 30%;}


     .memo-sticky-header-wrap .memo-menu-right-content{margin-right: 45px; display: none;}
     .memo-sticky-header-wrap .memo-top-search{position: relative; top: 3px;}
     body.sitckactive .memo-small-submenu-content{top: 0px;}

     .mobile-menu-open .memo-sticky-header-wrap{ opacity:0;    -webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out; }


	.memo-menu-container .col-sm-8{display: none;}

	.memo-featured-section .col-sm-9,
	.memo-featured-section .col-sm-3{flex: 0 0 auto; width: 100%;}
	.memo-menu-container .col-sm-4{flex: 0 0 auto; width: 100%;}

	.memo-featured-news-caption{position: relative;}
	.memo-featured-main-item:before{display: none;}
	.memo-featured-title-wrap h1, .memo-featured-title-wrap h1 a,
	.memo-featured-title-wrap h3{color: #000000}
	.memo-featured-title-wrap{padding: 0px;}
	.memo-featured-tags{padding: 30px 0px 0px;}

/*	.memo-featured-three-news ul li:last-child{display: none;}*/

	.memo-featured-three-news .memo-three-col-grid{-ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3,1fr);}

	.memo-trending-news-wrap{margin-top: 30px; padding: 20px;}
	.memo-trending-news-title h2,
	.memo-gaza-war-count-title h2{font-size: 24px!important;}
	.memo-trending-news-content ul li .memo-trending-news{font-size: 18px;}

	.memo-opinions-featured-wrap .memo-news-title h2{font-size: 24px!important;}

	.memo-opinions-wrap > .memo-two-col-grid{-ms-grid-columns: (1fr)[1];grid-template-columns: repeat(1,1fr);}

	.memo-opinions-content > .memo-two-col-grid{-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr);}

	.memo-opinions-trending-wrap{margin-top: 20px;}

	.memo-author-date-wrap ul li a{font-size: 12px;}


	.memo-news-author-content .memo-news-author-wrap .memo-news-author-img{width: 36px; margin-right: 5px;}
	.memo-news-author-content .memo-news-author-wrap .memo-news-author-img img{width: 36px; height: 36px;}
/*	.memo-news-author-content .memo-news-author-neme, .memo-news-author-content .memo-news-author-twitter{font-size: 16px;}*/


	.memo-img-caption p{font-size: 12px;}

	.memo-news-single-most-popular .memo-trending-tabs-nav li a{padding-bottom: 6px;}


	.memo-related-news-section .memo-section-title h2{font-size: 16px!important;}



	.memo-author-info-section .col-sm-2{display: none;}
	.memo-author-info-section .col-sm-8{flex: 0 0 auto; width: 100%;}
	.memo-author-info-wrap{justify-content: center;}
	.memo-author-info-wrap .memo-author-img{position: relative;}
	.memo-author-info-content{margin: 0px; padding: 0px; margin-top: 20px;}


	.memo-home-widget-section .memo-four-col-grid {-ms-grid-columns: (1fr)[1];grid-template-columns: repeat(1,1fr);column-gap: 0px;row-gap: 15px;}

	.memo-review-book-info .memo-book-info{max-width: 35%;}
	.memo-review-book-info .memo-book-title{max-width: 60%;}


	.memo-show-sm{display: block;}


}

@media only screen and (max-width:575px){

	.memo-featured-three-news .memo-three-col-grid {-ms-grid-columns: (1fr)[1];grid-template-columns: repeat(1,1fr); column-gap: 0px; row-gap: 20px;}
	.memo-featured-three-news .memo-three-col-grid > li{ border-bottom: 1px solid #C0C0C0; padding-bottom: 20px;}
	.memo-featured-three-news .memo-news-item-wrap{display: flex; flex-wrap: wrap; flex-direction: row-reverse; width: 100%; position: relative;}
	.memo-featured-three-news .memo-news-item-wrap .memo-news-thumb{width: 30%;}
	.memo-featured-three-news .memo-news-item-wrap .memo-news-thumb a{ height: 100%; }
	.memo-featured-three-news .memo-news-item-wrap .memo-news-thumb img{ height: 100px; object-fit: cover; object-position: center center;min-height: 100px;}
	.memo-featured-three-news .memo-news-item-wrap .memo-news-title{ float: right;width: 70%; padding-right: 15px; margin: 0px;}

	.memo-opinions-featured-wrap .memo-news-title h2{font-size: 20px!important;}

	.memo-opinions-content > .memo-two-col-grid,
	.memo-opinions-trending-content > .memo-four-col-grid,
	.memo-two-col-content-wrap > .memo-two-col-grid{-ms-grid-columns: (1fr)[1];grid-template-columns: repeat(1,1fr);}
	.memo-opinions-small-featured > ul{-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr); column-gap: 15px;}


/*	.memo-featured-three-news .memo-three-col-grid{-ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2,1fr); row-gap: 40px;}

	.memo-featured-three-news ul li:last-child{grid-column: 1 / -1;}*/



	.memo-writers-content > .memo-four-col-grid{-ms-grid-columns: (1fr)[1];grid-template-columns: repeat(1,1fr);}


	.memo-two-col-content-wrap .memo-opinions-small-featured > ul{-ms-grid-columns: (1fr)[1];grid-template-columns: repeat(1,1fr);}

	.memo-footer-menu-wrap > .memo-four-col-grid,
	.memo-footer-copyrights > .memo-two-col-grid{-ms-grid-columns: (1fr)[1];grid-template-columns: repeat(1,1fr);}
	.memo-footer-copyrights > .memo-two-col-grid{row-gap: 5px;}


	.memo-news-single-most-popular{margin-top: 50px;}

	.memo-footer-copyrights .memo-two-col-grid li:last-child{text-align: left;}


	.memo-category-section .memo-author-date-wrap ul li a{display: none;}

    .memo-review-book-wrap{justify-content: center}
	.memo-review-book-wrap .memo-review-book-img{max-width: 50%}
	.memo-review-book-info{max-width:100%; padding:0px; margin-top: 30px;}
	.memo-review-book-info ul li{font-size: 14px;}
	.memo-review-book-info .memo-book-info{max-width: 40%;}
	.memo-review-book-info .memo-book-title{max-width: 55%;}

	.memo-news-top-share .memo-news-date p{margin: 5px 0px 0px;}




	.memo-category-featured-section .memo-category-list-column .memo-section-title{min-height: 10px;}
	.memo-category-list-column{display: none;}
	.memo-category-popular-mobile {display: block;}
	.memo-category-popular-mobile .memo-category-list-column{display: block;}
	.memo-category-featured-row .col-sm-3 .memo-category-small-featured .memo-section-title{display: none;}
	.memo-category-small-featured > ul{-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr); column-gap: 15px; row-gap: 15px; margin: 15px 0px;}
	.memo-category-featured-row{margin-bottom:0px;}



	.memo-sr-container > ul{display: grid; -ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr); column-gap: 15px; row-gap: 15px; margin: 15px 0px;}
	.memo-sr-container ul > li{flex-direction: column-reverse; justify-content: flex-end; padding-bottom: 15px; margin-top: 0px;}
	.memo-sr-container .memo-news-date,
	.memo-sr-post-content,
	.memo-sr-post-thumb{max-width: 100%; margin:0px;}
	.memo-sr-post-content{padding: 0px; padding-top: 15px;}
	.memo-sr-container .memo-author-date-wrap{margin-bottom: 5px;}

	.memo-search-box-wrap{max-width: 100%;}

	.memo-sr-container .memo-news-meta-top{display: none;}


	.memo-all-stories-container  > ul{display: grid; -ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr); column-gap: 15px; row-gap: 15px; margin: 15px 0px;}
	.memo-all-stories-container  ul > li{flex-direction: column-reverse; justify-content: flex-end; padding-bottom: 15px; margin-top: 0px;}
	.memo-all-stories-container .memo-news-date,
	.memo-all-stories-post-content,
	.memo-all-stories-post-thumb{max-width: 100%; margin:0px;}
	.memo-all-stories-post-content{padding: 0px; padding-top: 15px;}
	.memo-all-stories-container  .memo-author-date-wrap{margin-bottom: 5px;}



}


@media only screen and (min-width:576px) and (max-width:767px){

	.memo-logo-wrap img{width: auto;}
	.memo-single-top-row .col-sm-3:first-child{flex: 0 0 auto; width: 0%;}
	.memo-single-top-row .col-sm-6{flex: 0 0 auto; width: 100%;}
	.memo-single-top-row .col-sm-3:last-child{flex: 0 0 auto; width: 0%;}


	.memo-single-meta-row .col-sm-3:first-child{flex: 0 0 auto; width: 0%; display: none;}
	.memo-single-meta-row .col-sm-6{flex: 0 0 auto; width: 60%;}
	.memo-single-meta-row .col-sm-3:last-child{flex: 0 0 auto; width: 40%;}


	.memo-single-content-row .col-sm-3:first-child{flex: 0 0 auto; width: 0%; display: none;}
	.memo-single-content-row .col-sm-9{flex: 0 0 auto; width: 60%;}
	.memo-single-content-row .col-sm-3:last-child{flex: 0 0 auto; width: 40%;}


	.memo-related-news-section .col-sm-9{flex: 0 0 auto; width: 60%;}
	.memo-related-news-section .col-sm-3{flex: 0 0 auto; width: 40%;}


	.memo-category-featured-section .memo-category-list-column .memo-section-title{min-height: 10px;}
	.memo-category-list-column{display: none;}
	.memo-category-popular-mobile {display: block;}
	.memo-category-popular-mobile .memo-category-list-column{display: block;}
	.memo-category-featured-row .col-sm-3{flex: 0 0 auto;width: 50%;}
	.memo-category-featured-row .col-sm-3:last-child{display: none;}

	.memo-category-small-featured > ul{-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr); column-gap: 15px; row-gap: 15px; margin: 0px 0px 15px;}


     .memo-category-list-column > ul{-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr); column-gap: 15px; row-gap: 15px;}

/*	.memo-category-featured-row .col-sm-6{flex: 0 0 auto;width: 100%;}
	.memo-category-featured-row .col-sm-3{flex: 0 0 auto;width: 50%;}
	.memo-category-featured-section .memo-category-list-column .memo-section-title{min-height: 10px;}*/


	.memo-home-widget-section .memo-four-col-grid {-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr);column-gap: 15px;row-gap: 15px;}



}
/*		Tablet/iPad Layout:768px.
-----------------------------------------------------------------
*/

@media only screen and (min-width:768px) and (max-width:991px){
	*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
	.container{max-width: 100%; padding: 0 20px;}
	h1{font-size: 24px!important;}
	h2{font-size: 18px!important;}
	h3{font-size: 16px!important;}
	h4{font-size: 16px!important;}
	h5{font-size: 14px!important;}
	h6{font-size: 12px!important;}

	.memo-three-col-grid, 
	.memo-four-col-grid, 
	.memo-two-col-grid {column-gap: 15px;row-gap: 15px;}

	.memo-menu-container .col-sm-8{flex: 0 0 auto;width: 75%!important;}
	.memo-menu-container .col-sm-4{flex: 0 0 auto;width: 25%!important;}

	ul.memo-main-menu li > a{font-size: 12px; padding: 0 5px;}
	ul.memo-menu-right > li:nth-child(2),
	ul.memo-menu-right > li:nth-child(3){display: none;}

	.memo-sticky-header-wrap ul.memo-menu-right > li:last-child{display: none;}

	.memo-selected-edition{font-size: 12px;}

	.memo-sticky-header-wrap .memo-menu-container .col-sm-6{flex: 0 0 auto;width: 62%;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-4{flex: 0 0 auto;width: 20%!important;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-2{flex: 0 0 auto;width: 18%;}

	.memo-sticky-header-wrap .memo-subcribe a{font-size: 12px!important;}




	.memo-featured-section .col-sm-9,
	.memo-featured-section .col-sm-3{flex: 0 0 auto; width: 100%;}

	.memo-trending-news-wrap{margin-top: 30px; padding: 20px;}
	.memo-opinions-featured-wrap .memo-news-title h2{font-size: 24px!important;}

	.memo-opinions-list-item .memo-news-info .memo-news-title a{font-size: 16px;}
	.memo-opinions-list-item .memo-news-thumb{display: none;}
	.memo-opinions-list-item .memo-news-info{padding: 0px; width: 100%;}
	.memo-author-date-wrap ul li a{font-size: 12px!important;}
	.memo-opinions-list-column ul{row-gap: 10px;}
	.memo-opinions-list-column > ul > li{padding-bottom: 10px!important;}
	.memo-opinions-list-column .memo-newsletter-content .memo-input-bx{width: 100%!important; margin: 0px 0px 10px 0px;}
	.memo-opinions-list-column .memo-newsletter-content .input-group-append{width: 100%;}
	.memo-opinions-trending-wrap .memo-opinions-list-item .memo-news-info .memo-news-title a{font-size: 16px;}

	.memo-writers-content > .memo-four-col-grid{-ms-grid-columns: (1fr)[3];grid-template-columns: repeat(3,1fr);}

	.memo-writers-content .memo-opinions-list-item .memo-news-info .memo-news-title a,
	.memo-writers-content .memo-opinions-list-item .memo-news-info .memo-news-title{font-size: 14px;}{font-size: 14px!important;}




	.memo-single-top-row .col-sm-3:first-child{flex: 0 0 auto;width: 10%;}
	.memo-single-top-row .col-sm-6{flex: 0 0 auto;width: 80%;}
	.memo-single-top-row .col-sm-3:last-child{flex: 0 0 auto;width: 10%;}


	.memo-single-meta-row .col-sm-3:first-child{flex: 0 0 auto;width: 10%;}
	.memo-single-meta-row .col-sm-6{flex: 0 0 auto;width: 70%;}
	.memo-single-meta-row .col-sm-3:last-child{flex: 0 0 auto;width: 20%;}


	.memo-single-content-row .col-sm-3:first-child{flex: 0 0 auto;width: 10%;}
	.memo-single-content-row .col-sm-9{flex: 0 0 auto;width: 70%;}
	.memo-single-content-row .col-sm-3:last-child{flex: 0 0 auto;width: 30%;}


	.memo-related-news-section .col-sm-9{flex: 0 0 auto;width: 70%;}
	.memo-related-news-section .col-sm-3{flex: 0 0 auto;width: 30%;}

	.memo-img-caption p{font-size: 12px;}




	.memo-author-info-section .col-sm-2{display: none;}
	.memo-author-info-section .col-sm-8{flex: 0 0 auto; width: 100%; padding: 0 10%;}


	.memo-review-book-info .memo-book-info{max-width: 30%;}
	.memo-review-book-info .memo-book-title{max-width: 65%;}

	.memo-category-featured-section .memo-category-list-column .memo-section-title{min-height: 10px;}
	.memo-category-list-column{display: none;}
	.memo-category-popular-mobile {display: block;}
	.memo-category-popular-mobile .memo-category-list-column{display: block;}
	.memo-category-featured-row .col-sm-3{flex: 0 0 auto;width: 50%;}
	.memo-category-featured-row .col-sm-3:last-child{display: none;}

	.memo-category-small-featured > ul{-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr); column-gap: 15px; row-gap: 15px; margin: 0px 0px 15px;}

    .memo-category-list-column > ul{-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr); column-gap: 15px; row-gap: 15px;}



	.memo-home-widget-section .memo-four-col-grid {-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2,1fr);column-gap: 15px;row-gap: 15px;}




}

/*		Tablet/iPad Layout:1024px.
-----------------------------------------------------------------
*/
@media only screen and (min-width:992px) and (max-width:1100px){
	.container{max-width: 100%; padding: 0 30px;}
	.row > [class*='col-'] {padding-right: 15px;padding-left: 15px;}
	.memo-three-col-grid, 
	.memo-four-col-grid, 
	.memo-two-col-grid {column-gap: 30px;row-gap: 30px;}


	
	.memo-menu-container #menu-main-menu li > a.menu-link{padding: 0 3px!important;}
	.memo-menu-container .col-sm-8{flex: 0 0 auto;width: 52%!important;}
	.memo-menu-container .col-sm-4{flex: 0 0 auto;width: 48%!important;}

	.memo-sticky-header-wrap .memo-menu-container .col-sm-6{flex: 0 0 auto;width: 50%!important;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-4{flex: 0 0 auto;width: 35%!important;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-2{flex: 0 0 auto;width: 15%!important;}


	.memo-top-social ul li {margin: 0 2.5px !important;}

	ul.memo-main-menu li > a{font-size: 12px; padding: 0 7px;}
	.memo-selected-edition{font-size: 12px;}
	.memo-subcribe a{font-size: 12px;}


	.memo-sticky-header-wrap ul.memo-main-menu li > a{font-size: 12px!important;}
	.memo-sticky-header-wrap .memo-selected-edition{font-size: 12px!important;}
	.memo-sticky-header-wrap .memo-subcribe a{font-size: 12px!important;}



	.memo-trending-news-wrap{padding: 15px;}
	.memo-trending-news-title h2,
	.memo-gaza-war-count-title h2{font-size: 22px;}



	.memo-single-top-row .col-sm-3:first-child{flex: 0 0 auto;width: 10%;}
	.memo-single-top-row .col-sm-6{flex: 0 0 auto;width: 80%;}
	.memo-single-top-row .col-sm-3:last-child{flex: 0 0 auto;width: 10%;}


	.memo-single-meta-row .col-sm-3:first-child{flex: 0 0 auto;width: 10%;}
	.memo-single-meta-row .col-sm-6{flex: 0 0 auto;width: 70%;}
	.memo-single-meta-row .col-sm-3:last-child{flex: 0 0 auto;width: 20%;}


/*	.memo-single-content-row .col-sm-3:first-child{flex: 0 0 auto;width: 10%;}*/
	.memo-single-content-row .col-sm-9{flex: 0 0 auto;width: 70%;}
	.memo-single-content-row .col-sm-3{flex: 0 0 auto;width: 30%;}


	.memo-related-news-section .col-sm-9{flex: 0 0 auto;width: 70%;}
	.memo-related-news-section .col-sm-3{flex: 0 0 auto;width: 30%;}

	.memo-author-info-section .col-sm-2{display: none;}
	.memo-author-info-section .col-sm-8{flex: 0 0 auto; width: 100%; padding: 0 10%;}

	.memo-home-widget-section .memo-four-col-grid {-ms-grid-columns: (1fr)[4];grid-template-columns: repeat(4,1fr);column-gap: 15px;row-gap: 15px;}

	.memo-footer-social ul li {margin: 0 7px 0px 0px!important;}
}

@media only screen and (min-width:1101px) and (max-width:1199px){
	.container{max-width: 100%; padding: 0 30px;}
	.row > [class*='col-'] {padding-right: 15px;padding-left: 15px;}
	.memo-three-col-grid, 
	.memo-four-col-grid, 
	.memo-two-col-grid {column-gap: 30px;row-gap: 30px;}

	ul.memo-main-menu li > a{font-size: 14px;}

	ul.memo-main-menu li > a{font-size: 14px; padding: 0 7px;}
	.memo-selected-edition{font-size: 14px;}
	.memo-subcribe a{font-size: 14px;}

	.memo-sticky-header-wrap .memo-menu-container .col-sm-6{flex: 0 0 auto;width: 54%!important;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-4{flex: 0 0 auto;width: 32%!important;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-2{flex: 0 0 auto;width: 14%!important;}

	/*.memo-sticky-header-wrap ul.memo-main-menu li > a{font-size: 12px!important; padding: 0 7px;}
	.memo-sticky-header-wrap .memo-selected-edition{font-size: 12px!important;}
	.memo-sticky-header-wrap .memo-subcribe a{font-size: 12px!important;}*/


	.memo-menu-container .col-sm-8{flex: 0 0 auto;width: 56%!important;}
	.memo-menu-container .col-sm-4{flex: 0 0 auto;width: 44%!important;}


/*	.memo-sticky-header-wrap .memo-menu-container .col-sm-6{flex: 0 0 auto;width: 52%;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-4{flex: 0 0 auto;width: 35%;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-2{flex: 0 0 auto;width: 13%;}*/

}
@media only screen and (min-width:1200px) and (max-width:1300px){
	.memo-sticky-header-wrap .memo-menu-container .col-sm-6{flex: 0 0 auto;width: 55%!important;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-4{flex: 0 0 auto;width: 31%!important;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-2{flex: 0 0 auto;width: 14%!important;}

	/*.memo-sticky-header-wrap ul.memo-main-menu li > a{font-size: 12px!important; padding: 0 7px;}
	.memo-sticky-header-wrap .memo-selected-edition{font-size: 12px!important;}
	.memo-sticky-header-wrap .memo-subcribe a{font-size: 12px!important;}*/

}

@media only screen and (min-width:701px) and (max-width:1400px){
	#main-nav .menu > .menu-item{display:flex; float:left;}
}
@media only screen and (min-width:1101px){

	.memo-menu-container .col-sm-8{flex: 0 0 auto;width: 56%;}
	.memo-menu-container .col-sm-4{flex: 0 0 auto;width: 44%;}

	.memo-sticky-header-wrap .memo-menu-container .col-sm-6{flex: 0 0 auto;width: 53%;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-4{flex: 0 0 auto;width: 30%;}
	.memo-sticky-header-wrap .memo-menu-container .col-sm-2{flex: 0 0 auto;width: 17%;}
}
