/*
	---------------------------------------------------
	
	           Styles for Mobile Devices

	---------------------------------------------------
*/


/* 1350px (devices and browsers) */

@media only screen and (min-width: 1260px) and (max-width: 1400px) {

	/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
	.main-header {
		width: 1230px;
	}

	.wrap-center {
		width: 1230px;
	}

	.wrap-middle {
		width: 1230px;
	}

	/* - Layout content - */
	.wrap-fullwidth {
		width: 1230px;
	}

	.wrap-fullwidth-bg {
		width: 1230px;
	}

	.home-sidebar {
		width: 900px;
	}

	/* .page-content */
	.single-content {
		width: 900px;
		float: left;
	}

	.sidebar {
		width: 300px;
		float: left;
		margin-left: 30px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Search -- */
	.search-field {
		width: 60px;
	}

	/* -- Top Authors -- */
	ul.list-authors {
		width: 1230px;
	}

	ul.list-authors li {
		margin: 0 22px 0 0;
	}

	ul.list-authors li:nth-child(n+16) {
		display: none;
	}

	ul.list-authors li div.tooltiptext {
		width: 100px;
		margin-left: -35px;
	}

	/* -- Popular Words -- */
	.popular-words a:nth-child(n+10) {
		display: none;
	}

	/* -- AnThemes Top Header Menu -- */
	.ant-responsive-menu>li>a {
		padding: 3px 8px 3px 8px !important;
		margin-right: 3px;
		margin-left: 3px;

		font-size: 12px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/
	/* -- Blog Style -- */
	ul.grid_list {
		margin: 0 0 0 -25px;
	}

	ul.grid_list li {
		width: 225px;
		margin: 0 0 25px 25px;
	}

	ul.grid_list li img {
		width: 225px;
	}

	ul.grid_list li div.grid-content {
		padding: 30px 20px 25px 20px;
	}

	/* - Blog Style Ads - */
	ul.grid_list li.homeadv,
	ul.grid_list li.homeadv img {
		width: 225px !important;
		height: auto;
		min-height: 238px;
	}

	/* -- Posts hover border -- */
	.borderhover {
		width: 225px;
	}

	/* -- Icons -- */
	ul.meta-icons-home {
		height: 24px;
		float: right;
		margin: 0 20px -24px 0;
	}

	ul.meta-icons-home li {
		width: 24px;
		height: 24px;
		margin: 65px 0 0 5px;
	}

	/* - views- */
	div.post-views {
		padding: 11px 0 0 20px;
	}

	ul.grid_list.grid_m .grid-bottom .post-views.post-m i {
		display: block;
	}

	div.post-views i {
		display: none;
	}

	/* -- Modul carousel -- */
	.carousel {
		width: 900px;
	}

	/* - Blog Style / Masonry - */
	ul.big-list {
		width: 930px;
		height: 100px;
		margin: 0 0 -30px -30px;
	}

	ul.big-list li {
		width: 435px;
		height: 185px;
		margin: 0 0 30px 30px;
	}

	ul.big-list li img {
		width: 200px;
		height: 185px;
	}

	ul.big-list li .borderhover {
		width: 200px;
	}

	ul.big-list li div.list-content {
		margin-left: 200px;
	}

	/* - Blog Style / Masonry - */
	ul.big-list-black {
		width: 930px;
		height: 100px;
		/* 		margin: 0 0 -30px -30px; */
	}

	ul.big-list-black li {
		width: 435px;
		height: 185px;
		margin: 0 0 30px 30px;
	}

	ul.big-list-black li img {
		width: 200px;
		height: 185px;
	}

	ul.big-list-black li .borderhover {
		width: 200px;
	}

	ul.big-list-black li div.list-content {
		margin-right: 200px;
	}

	/* - Blog Style for modules - */
	.home-sidebar ul.grid_list {
		width: 920px;
		height: auto;
		margin: 0 0 -30px -20px;
	}

	.home-sidebar ul.grid_list li {
		width: 210px;
		margin: 0 0 30px 20px;
	}

	.home-sidebar ul.grid_list li img {
		width: 210px;
	}

	.home-sidebar ul.grid_list li .borderhover {
		width: 210px;
	}

	.home-sidebar ul.meta-icons-home {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/
	/* -- Related articles single -- */
	.single-related-wrap {
		width: 900px;
	}

	/* - Top entry - */
	.entry-top {
		width: 800px;
	}

	/* -- Entry bottom -- */
	.entry-bottom {
		width: 800px;
	}

	/* -- Entry content style -- */
	.entry {
		width: 800px;
	}

	/* -- Responsive Images -- */
	.entry iframe {
		max-width: 800px;
		height: 500px;
		margin-left: 0px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/
	/* -- Sidebar -- */
	.sidebar .widget {
		width: 250px;
		padding: 40px 25px;
		margin-bottom: 30px;
	}

	/* -- Banner widget 300px -- */
	.img-300 {
		width: 300px;
		height: auto;
		margin: -40px 0 -50px -25px;
		padding: 0px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/
	/* - Comments Form -- */
	ul.comment {
		width: 800px;
	}

	/* -- Comments -- */
	.comments {
		width: 800px;
	}

	/*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Footer -- */
	.wrap-footer-middle {
		width: 1230px;
	}

	/* -- widgets -- */
	footer .wrap-middle {
		width: 1230px;
	}

	div.wrap-middle .widget {
		margin: 0 25px 0 0 !important;
	}

	div.wrap-middle .one_fourth_last .widget {
		margin-right: 0px !important;
	}

	footer .widget_text {
		padding-top: 10px !important;
	}
}









/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 1025px) and (max-width: 1259px) {

	/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
	/* - Header - */
	.main-header {
		width: 980px;
	}

	.wrap-center {
		width: 980px;
	}

	.wrap-middle {
		width: 980px;
	}

	/* - Layout content - */
	.wrap-fullwidth {
		width: 980px;
	}

	.wrap-fullwidth-bg {
		width: 980px;
	}

	.home-sidebar {
		width: 980px;
	}

	/* .page-content */
	.single-content {
		width: 100%;
	}

	.sidebar {
		width: 980px;
		float: left;
		margin-left: 0px;
	}

	.sidebar.t-sidebar {
		display: flex;
		flex-wrap: wrap;
	}

	.t-sidebar .img-300 {
		width: 300px;
		height: auto;
		margin: auto;
		padding: 0px;
	}

	.wrap-modules .sidebar {
		width: 980px;
		float: left;
		margin-left: 0px;
		-moz-column-gap: 40px;
		-webkit-column-count: 3;
		-webkit-column-gap: 40px;
		column-count: 3;
	}

	.wrap-modules .sidebar .widget {
		width: 250px;
		display: inline-block;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Search -- */
	.search-field {
		width: 60px;
	}

	/* -- Top social icons -- */
	.top-social {
		display: none;
	}

	/* -- Top Authors -- */
	ul.list-authors {
		width: 980px;
	}

	ul.list-authors li {
		margin: 0 21px 0 0;
	}

	ul.list-authors li:nth-child(n+13) {
		display: none;
	}

	ul.list-authors li div.tooltiptext {
		width: 100px;
		margin-left: -35px;
	}

	/* -- AnThemes Top Header Menu -- */
	.ant-responsive-menu {
		margin-left: 6px;
	}

	/* -- Popular Words -- */
	.popular-words a:nth-child(n+8) {
		display: none;
	}

	/* -- AnThemes Top Header Menu -- */
	.ant-responsive-menu>li>a {
		padding: 3px 8px 3px 8px !important;
		margin-right: 2px;
		font-size: 12px;
	}

	.main-header .searchform2 .search-field {
		width: 76px;
	}

	/* -- Notifications Recent posts -- */
	.notifications-recent-comments {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/
	ul.cat-4cols {
		/* list-style-type: circle; */
		width: 980px;
	}

	/* -- Home content -- */
	.home-content div.entry {
		width: 90%;
		margin: 40px 50px 0 50px !important;
		padding: 30px 0 !important;
	}

	/* -- Blog Style -- */
	ul.grid_list {
		margin: 0 0 0 -25px;
	}

	ul.grid_list li {
		width: 225px;
		margin: 0 0 25px 25px;
	}

	ul.grid_list li img {
		width: 225px;
	}

	ul.grid_list li div.grid-content {
		padding: 30px 20px 25px 20px;
	}

	/* - Blog Style Ads - */
	ul.grid_list li.homeadv,
	ul.grid_list li.homeadv img {
		width: 225px !important;
		height: auto;
		min-height: 238px;
	}

	/* -- Posts hover border -- */
	.borderhover {
		width: 225px;
	}

	/* -- Icons -- */
	ul.meta-icons-home {
		height: 24px;
		float: right;
		margin: 0 20px -24px 0;
	}

	ul.meta-icons-home li {
		width: 24px;
		height: 24px;
		margin: 65px 0 0 5px;
	}

	/* - views- */
	div.post-views {
		padding: 11px 0 0 20px;
	}

	ul.grid_list.grid_m .grid-bottom .post-views.post-m i {
		display: block;
	}

	div.post-views i {
		display: none;
	}

	/* -- Modul carousel -- */
	.carousel {
		width: 980px;
	}

	/* - Blog Style / Masonry - */
	ul.big-list {
		width: 1010px;
		height: 100px;
		margin: 0 0 -30px -30px;
	}

	ul.big-list li {
		width: 475px;
		height: 185px;
		margin: 0 0 30px 30px;
	}

	ul.big-list li img {
		width: 200px;
		height: 185px;
	}

	ul.big-list li .borderhover {
		width: 200px;
	}

	ul.big-list li div.list-content {
		margin-left: 200px;
	}

	/* - Blog Style / Masonry - */
	ul.big-list-black {
		width: 1010px;
		height: 100px;
		margin: 0 0 -30px -30px;
	}

	ul.big-list-black li {
		width: 475px;
		height: 185px;
		margin: 0 0 30px 30px;
	}

	ul.big-list-black li img {
		width: 200px;
		height: 185px;
	}

	ul.big-list-black li .borderhover {
		width: 200px;
	}

	ul.big-list-black li div.list-content {
		margin-right: 200px;
	}

	/* - Blog Style for modules - */
	.home-sidebar ul.grid_list {
		width: 1010px;
		height: auto;
		margin: 0 0 -30px -30px;
	}

	.home-sidebar ul.grid_list li {
		width: 222.5px;
		margin: 0 0 30px 30px;
	}

	.home-sidebar ul.grid_list li img {
		width: 222.5px;
	}

	.home-sidebar ul.grid_list li .borderhover {
		width: 222.5px;
	}

	.home-sidebar ul.meta-icons-home {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/
	/* -- Related articles single -- */
	.single-related-wrap {
		width: 100%;
	}

	/* - Top entry - */
	.entry-top {
		width: 78%;
	}

	/* -- Entry content style -- */
	.entry {
		width: 96%;
	}

	/* -- Entry bottom -- */
	.entry-bottom {
		width: 96%;
	}

	/* -- Responsive Images -- */
	.entry iframe {
		max-width: 100%;
		height: 350px;
		margin-left: 0px;
	}

	/* Qefood Recipe Style */
	.qefood-note {
		width: 450px;
		padding: 25px 50px 25px 50px;
	}

	.qefood-note img {
		width: 150px;
		height: 100px;
		object-fit: cover;
		float: right;
		padding: 15px;
		border: 1px solid #fafafa;
		border-radius: 5px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/
	/* -- Sidebar -- */
	.sidebar .widget {
		padding: 40px 25px;
		margin-bottom: 30px;
		width: 300px;
		display: inline-block;
		margin-right: 25px;
		margin-bottom: 25px;
	}

	/* -- Meta in two columns -- */
	.widget_meta ul {
		width: 245;
		margin-left: -25px;
	}

	footer div.widget_nav_menu li {
		width: 200px;
	}

	.widget_meta li {
		width: 85px;
		margin-left: 25px;
	}

	/* -- Banner widget 300px -- */
	.img-300 {
		width: 300px;
		height: auto;
		margin: -40px 0 -50px -25px;
		padding: 0px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/
	ul.comment {
		width: 600px;
	}

	/* -- Comments -- */
	.comments {
		width: 100%;
	}

	/*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Footer -- */
	.wrap-footer-middle {
		width: 980px;
	}

	/* -- Footer Notice -- */
	.wrap-footer-small {
		width: 980px;
	}

	/* -- widgets -- */
	footer .wrap-middle {
		width: 980px;
		padding: 30px 0 30px 0;
	}

	footer .widget_text {
		padding-top: 10px !important;
	}

	div.wrap-middle .widget {
		margin: 0 25px 0 0 !important;
	}

	div.wrap-middle .one_fourth_last .widget {
		margin-right: 0px !important;
	}
}


@media only screen and (min-width: 760px) and (max-width: 1025px) {
	div.woocommerce-MyAccount-content div.wpfepp-form-fields {
		margin-top: 15px;
		padding-left: 10px;
		padding-right: 20px;
	}
}

@media only screen and (min-width: 760px) and (max-width: 1080px) {
	.main-header .searchform2 {}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 760px) and (max-width: 1024px) {

	/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
	/* - Header - */
	.main-header {
		width: 750px;
	}

	.wrap-center {
		width: 750px;
	}

	.wrap-middle {
		width: 750px;
	}

	/* - Layout content - */
	.wrap-fullwidth.wrap-m {
		margin-bottom: 0px;
	}

	.wrap-fullwidth {
		width: 750px;
	}

	.wrap-fullwidth-bg {
		width: 750px;
	}

	.home-sidebar {
		width: 750px;
	}

	/* .page-content */
	.single-content {
		width: 100%;
	}

	.sidebar {
		width: 300px;
		float: left;
		margin-left: 30px;
	}

	.sidebar-wrapper .sidebar.t-sidebar {
		width: 750px;
		margin-left: 0px;
		margin-right: 0px;
		-webkit-column-count: 2;
		-webkit-column-gap: 25px;
		column-count: 2;
	}

	.sidebar-wrapper .sidebar.t-sidebar .widget {}

	/* Module Sidebar */
	.wrap-modules .sidebar {
		width: 750px;
		float: left;
		margin-left: 0px;
		-moz-column-gap: 40px;
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;
		column-count: 2;
	}

	.wrap-modules .sidebar .widget {
		width: 305px;
		display: inline-block;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Search -- */
	header .searchform2 {
		height: auto;
		float: right;
		margin: -60px 128px 0 0;
		position: relative;
		z-index: 203;
	}
	header .menu-toggle #menu-btn{
		margin: -60px 78px 0 0;
	}

	header .search-field {
		width: 180px;
	}

	/* -- Top social icons -- */
	.top-social {
		display: none;
	}

	/* -- Top Authors -- */
	ul.list-authors {
		width: 750px;
	}

	ul.list-authors li {
		margin: 0 23px 0 0;
	}

	ul.list-authors li:nth-child(n+10) {
		display: none;
	}

	ul.list-authors li div.tooltiptext {
		width: 100px;
		margin-left: -35px;
	}

	/* -- Responsive Menu Styles -- */
	#respMenu li.current_page_item a,
	#respMenu li.current-menu-ancestor a,
	#respMenu li.current-menu-item a,
	#respMenu li.current-menu-parent a {
		background: transparent !important;
		color: #000 !important;
	}

	/* -- Popular Words -- */
	.popular-words {
		white-space: nowrap;
		width: 700px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* -- Drop Down Categories -- */
	.dropbtn {
		width: 35px;
		padding: 0 0 4px 10px;
		font-size: 0px;
	}

	.dropdown .dropdown-content {
		margin-top: 0px;
		border: 4px solid #DCE2C0;
	}

	.dropdown {
		margin: 30px 0 10px 0;
		width: 35px;
	}

	ul#myDropdown {
		right: 0px;
	}

	ul#myDropdown li {
		right: 0px;
	}

	.dropbtn::before {
		font-size: 16px;
		padding-right: 10px;
		padding-left: 5px;
	}

	/* -- Header button ADD -- */
	header .bt {
		display: none;
	}

	/* -- Notifications Recent posts -- */
	.notifications-recent-comments {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/
	/* -- Home content -- */
	.home-content div.entry {
		width: 92%;
		margin: 40px 30px 0 30px !important;
		padding: 30px 0 !important;
	}

	/* -- Categories in 4 columns Big Search -- */
	ul.cat-4cols {
		width: 750px;
		margin: 50px 0 70px -30px;
		display: inline-block;
	}

	ul.cat-4cols li a {
		font-size: 14px;
		font-weight: 500;
		margin-right: 5px;
	}

	ul.cat-4cols li.cat-item span {
		display: none;
	}

	/* -- Blog Style -- */
	/* ul.grid_list {
		margin: 0 0 0 -25px;
	} */
/* 09-07-2025 */
	ul.grid_list {
		margin: 0 0 0 -17px;
	}
	ul.grid_list.grid_m li {
		margin: 0 0 30px 30px;
	}

	ul.grid_list li {
		width: 228.33px;
		margin: 0 0 25px 25px;
	}

	ul.grid_list li img {
		width: 233.33px;
	}

	ul.grid_list li div.grid-content {
		padding: 30px 25px 25px 25px;
	}

	/* - views- */
	div.post-views {
		padding: 11px 0 0 25px;
	}

	ul.grid_list.grid_m .grid-bottom .post-views.post-m i {
		display: block;
	}

	div.post-views i {
		display: none;
	}

	/* - Blog Style Ads - */
	ul.grid_list li.homeadv,
	ul.grid_list li.homeadv img {
		width: 228.33px !important;
		min-height: 195px;
	}

	/* -- Posts hover border -- */
	.borderhover {
		width: 228.33px;
	}

	/* -- Icons -- */
	ul.meta-icons-home {
		height: 24px;
		float: right;
		margin: 0 20px -24px 0;
	}

	ul.meta-icons-home li {
		width: 24px;
		height: 24px;
		margin: 65px 0 0 5px;
	}

	/* -- Modul carousel -- */
	.carousel {
		width: 750px;
	}

	.carousel-item__image {
		width: 350px;
		height: 350px;
	}

	.carousel-item__image img {
		width: 350px;
		height: 350px !important;
	}

	/* - Blog Style / Masonry - */
	ul.big-list {
		width: 780px;
		height: 100px;
		margin: 0 0 -30px -30px;
	}

	ul.big-list li {
		width: 360px;
		height: 185px;
		margin: 0 0 30px 30px;
	}

	ul.big-list li img {
		width: 120px;
		height: 185px;
	}

	ul.big-list li .borderhover {
		width: 120px;
	}

	ul.big-list li div.list-content {
		margin-left: 120px;
	}

	/* - Blog Style / Masonry - */
	ul.big-list-black {
		width: 780px;
		height: 100px;
		margin: 0 0 -30px -30px;
	}

	ul.big-list-black li {
		width: 360px;
		height: 185px;
		margin: 0 0 30px 30px;
	}

	ul.big-list-black li img {
		width: 120px;
		height: 185px;
	}

	ul.big-list-black li .borderhover {
		width: 120px;
	}

	ul.big-list-black li div.list-content {
		margin-right: 120px;
	}

	/* - Blog Style for modules - */
	.home-sidebar ul.grid_list {
		width: 780px;
		height: auto;
		margin: 0 0 -30px -30px;
	}

	.home-sidebar ul.grid_list li {
		width: 360px;
		height: 400px;
		margin: 0 0 30px 30px;
	}

	.home-sidebar ul.grid_list li img {
		width: 360px;
	}

	.home-sidebar ul.grid_list li .borderhover {
		width: 360px;
	}

	.home-sidebar ul.meta-icons-home {
		display: none;
	}

	/*----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/
	/* -- not-found -- */
	.not-found .searchform2 {
		margin: 28px 0 0 0;
	}

	.not-found .search-field {
		width: 300px;
	}

	/* -- Single Share -- */
	.single-content ul.meta-entry-top li ul.single-share {
		display: block;
	}

	ul.meta-entry-top li ul.single-share {
		display: none;
	}

	/* -- Related articles single -- */
	.single-related-wrap {
		width: 100%;
	}

	.prev-entry {
		padding: 35px 20px;
	}

	.prev-articles h2 {
		font-size: 16px;
		line-height: 26px;
	}

	.prev-articles .one_half,
	.prev-articles .one_half_last {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	/* -- Page / Article Title -- */
	h1.article-title {
		font-size: 26px;
		line-height: 32px;
	}

	.entry h1.page-title {
		font-size: 26px;
		line-height: 32px;
		padding-left: 20px;
	}

	/* - Top entry - */
	.entry-top {
		width: 92%;
	}

	/* -- Entry content style -- */
	.entry {
		width: 92%;
	}

	.single-content .post-13 .entry {
		width: 96%;
	}

	/* -- Entry bottom -- */
	.entry-bottom {
		width: 92%;
	}

	/* -- Responsive Images -- */
	.entry .g-recaptcha iframe {
		height: 100px;
		transform: scale(1);
		transform-origin: left top;
		/*     min-width: 378px; */
	}

	.entry iframe {
		max-width: 370px;
		height: 250px;
		margin-left: 0px;
	}

	/* Qefood Recipe Style */
	.qefood-note {
		width: 320px;
		margin: 25px auto;
		padding: 25px 25px 25px 25px;
	}

	.qefood-note img {
		width: 100px;
		height: 75px;
		object-fit: cover;
		float: right;
		padding: 15px;
		border: 1px solid #fafafa;
		border-radius: 5px;
	}

	div.article-source-link a {
		font-size: 16px;
	}

	/* -- About Author -- */
	.author-meta {
		width: 750px;
	}

	.author-meta-entry {
		padding: 45px 0px 0 0px;
		float: left;
		margin-bottom: -30px;
	}

	.author-info {
		width: auto;
		height: auto;
		margin: 5px 0 -15px 35px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/
	/* -- Sidebar -- */
	.sidebar .widget {
		width: 250px;
		padding: 40px 25px;
	}

	/* -- Meta in two columns -- */
	.widget_meta ul {
		width: 275px;
		margin-left: -25px;
	}

	.widget_meta li {
		width: 112px;
		margin-left: 25px;
	}

	/* -- Banner widget 300px -- */
	.img-300 {
		width: 300px;
		height: auto;
		margin: -40px 0 -50px -25px;
		padding: 0px;
	}

	.wrap-modules .img-300 {
		margin: -10px 0 -20px 0px;
		padding: 0px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/
	ul.comment {
		width: 370px;
	}

	/* -- Comments -- */
	.comments {
		width: 100%;
	}

	ul.comment li span.comment-date {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/
	/* -- 404 page -- */
	#anthemes-404 .middle-404 {
		max-width: 700px;
		margin: 0 auto;
	}

	#anthemes-404 h1 {
		font-size: 50px;
		padding: 0 0 25px 0;
		line-height: 40px;
	}

	#anthemes-404 img {
		width: 70%;
		margin-top: -40px;
		float: right;
		margin-right: 50px;
	}

	/* -- Contact Form 7 Plugin -- */
	form.wpcf7-form {
		padding: 20px 25px 0px 25px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Footer -- */
	.wrap-footer-middle {
		width: 750px;
	}

	/* -- Footer Notice -- */
	.wrap-footer-small {
		width: 750px;
	}

	.footer-notice-left {
		width: 480px;
	}

	.footer-notice h2 {
		font-size: 28px;
		line-height: 42px;
	}

	/* -- widgets -- */
	footer .widget {
		display: inline-block;
	}

	footer .wrap-middle {
		width: 750px;
		column-count: 1;
		padding: 30px 0 0px 0;
	}

	footer .widget_text {
		padding-top: 0px !important;
	}

	div.wrap-middle .widget {
		margin: 15px 0 15px 0 !important;
	}

	div.wrap-middle .one_fourth_last .widget {}

	footer .one_fourth,
	footer .one_fourth_last {
		float: left;
		width: 43%;
		margin-right: 3%;
		margin-left: 3%;
	}

	footer .one_fourth_last {
		margin-right: 0;
	}
}




@media only screen and (max-width: 768px) {

	.single-content .woocommerce .woocommerce-MyAccount-content,
	.single-content .woocommerce .woocommerce-MyAccount-navigation {
		width: 100%;
	}

	.woocommerce .woocommerce-MyAccount-content {
		padding: 0px;
	}

	.woocommerce-MyAccount-navigation ul li {
		padding: 10px 0 10px 10px;
		width: 46%;
	}

	.single-content .woocommerce .woocommerce-MyAccount-navigation.woo-navigation ul li {
		width: auto;
	}

	.woocommerce-MyAccount-navigation ul {
		margin-right: 0px;
		display: flex;
		flex-wrap: wrap;
	}

	/* 		.entry .g-recaptcha iframe {
    height: 100px;
    transform: scale(0.71);
    min-width: 378px;
} */
	.entry .g-recaptcha {
		height: 78px;
		transform: scale(0.8);
		position: relative;
		transform-origin: left top;
	}

	/* .entry .g-recaptcha iframe {
    height: 78px;
    transform: scale(0.71);
	position: relative;
} */
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 580px) and (max-width: 759px) {

	/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
	/* - Header - */
	.main-header {
		width: 570px;
	}

	.wrap-center {
		width: 570px;
	}

	.wrap-middle {
		width: 570px;
	}

	/* - Layout content - */
	.wrap-fullwidth {
		width: 570px;
	}

	.wrap-fullwidth-bg {
		width: 570px;
	}

	.wrap-fullwidth-bg .entry {
		width: auto;
		padding-left: 35px;
		padding-right: 35px;
	}

	.home-sidebar {
		width: 570px;
	}

	/* .page-content */
	.single-content {
		width: 570px;
	}

	.sidebar.t-sidebar {
		margin-top: 0px;
	}

	.sidebar.t-sidebar .widget {
		margin-top: 25px;
		margin-bottom: 0px;
	}

	.sidebar {
		width: 575px;
		float: left;
		margin-top: 50px;
		margin-left: -5px;
		-moz-column-gap: 25px;
		-webkit-column-count: 2;
		-webkit-column-gap: 25px;
		column-count: 2;
	}

	.sidebar .widget {
		width: 240px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 25px;
		padding-bottom: 20px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 0px;
		margin-bottom: 25px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Search -- */
	header .searchform2 {
		height: auto;
		float: right;
		margin: -60px 50px 0 0;
		position: relative;
		z-index: 203;
	}

	header .search-field {
		width: 150px;
	}

	/* -- Top social icons -- */
	.top-social {
		display: none;
	}

	/* -- Top Authors -- */
	ul.list-authors {
		width: 570px;
	}

	ul.list-authors li {
		margin: 0 21px 0 0;
	}

	ul.list-authors li:nth-child(n+8) {
		display: none;
	}

	ul.list-authors li div.tooltiptext {
		width: 100px;
		margin-left: -35px;
	}

	/* -- Responsive Menu Styles -- */
	#respMenu li.current_page_item a,
	#respMenu li.current-menu-ancestor a,
	#respMenu li.current-menu-item a,
	#respMenu li.current-menu-parent a {
		background: transparent !important;
		color: #000 !important;
	}

	/* -- Popular Words -- */
	.popular-words {
		white-space: nowrap;
		width: 540px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* -- Drop Down Categories -- */
	.dropbtn {
		width: 35px;
		padding: 0 0 4px 10px;
		font-size: 0px;
	}

	.dropdown {
		margin: 67px 0 0px 0;
		width: 35px;
	}

	ul#myDropdown {
		right: 0px;
	}

	ul#myDropdown li {
		right: 0px;
	}

	.dropbtn::before {
		font-size: 16px;
		padding-right: 10px;
		padding-left: 5px;
	}

	/* -- Header button ADD -- */
	header .bt {
		display: none;
	}

	/* -- Notifications Recent posts -- */
	.notifications-recent-comments {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/
	/* -- Home content -- */
	.home-content div.entry {
		width: 90%;
		margin: 40px 30px 0 30px !important;
		padding: 30px 0 !important;
	}

	/* -- Categories in 4 columns Big Search -- */
	ul.cat-4cols {
		width: 570px;
		margin: 50px 0 70px -30px;
		display: inline-block;
	}

	ul.cat-4cols li {
		width: 29.33%;
		margin-left: 3%;
	}

	ul.cat-4cols li a {
		font-size: 14px;
		font-weight: 500;
		margin-right: 5px;
	}

	ul.cat-4cols li.cat-item span {
		display: none;
	}

	ul.cat-4cols li:nth-child(n+16) {
		display: none;
	}

	/* -- Blog Style -- */
	ul.grid_list {
		margin: 0 0 0 -30px;
	}

	ul.grid_list li {
		width: 270px;
		margin: 0 0 30px 30px;
	}

	ul.grid_list li img {
		width: 270px;
	}

	ul.grid_list li div.grid-content {
		padding: 30px 25px 25px 25px;
	}

	/* - Blog Style Ads - */
	ul.grid_list li.homeadv,
	ul.grid_list li.homeadv img {
		width: 270px !important;
		min-height: 229px;
	}

	/* -- Posts hover border -- */
	.borderhover {
		width: 270px;
	}

	/* -- Icons -- */
	ul.meta-icons-home {
		height: 24px;
		float: right;
		margin: 0 20px -24px 0;
	}

	ul.meta-icons-home li {
		width: 24px;
		height: 24px;
		margin: 65px 0 0 5px;
	}

	/* -- Modul carousel -- */
	.carousel {
		width: 570px;
	}

	.carousel-item__image {
		width: 250px;
		height: 350px;
	}

	.carousel-item__image img {
		width: 250px;
		height: 350px !important;
	}

	.carousel-item__info {
		padding: 0 25px;
		width: 100%;
	}

	.carousel-item__title {
		font-size: 24px;
		line-height: 36px;
	}

	/* - Blog Style / Masonry - */
	ul.big-list {
		width: 600px;
		height: auto;
		margin: 0 0 -30px -30px;
	}

	ul.big-list li {
		width: 270px;
		height: 400px;
		margin: 0 0 30px 30px;
	}

	ul.big-list li img {
		width: 270px;
		height: 200px;
	}

	ul.big-list li .borderhover {
		width: 270px;
	}

	ul.big-list li div.noimg {
		height: 200px;
	}

	ul.big-list li div.list-content {
		margin-left: 0px;
		padding: 20px 20px 0 20px;
	}

	ul.big-list li h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		margin-top: 0px;
	}

	/* - Blog Style / Masonry - */
	ul.big-list-black {
		width: 600px;
		height: auto;
		margin: 0 0 -30px -30px;
	}

	ul.big-list-black li {
		width: 270px;
		height: auto;
		margin: 0 0 30px 30px;
	}

	ul.big-list-black li img {
		width: 270px;
		height: 200px;
	}

	ul.big-list-black li .borderhover {
		width: 270px;
	}

	ul.big-list-black li div.noimg {
		height: 200px;
	}

	ul.big-list-black li div.list-content {
		margin-right: 0px;
		padding: 20px 20px 0 20px;
	}

	ul.big-list-black li h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		margin-top: 0px;
	}

	/* - Blog Style for modules - */
	.home-sidebar ul.grid_list {
		width: 600px;
		height: auto;
		margin: 0 0 -30px -30px;
	}

	.home-sidebar ul.grid_list li {
		width: 270px;
		height: 400px;
		margin: 0 0 30px 30px;
	}

	.home-sidebar ul.grid_list li img {
		width: 270px;
	}

	.home-sidebar ul.grid_list li .borderhover {
		width: 270px;
	}

	.home-sidebar ul.meta-icons-home {
		display: none;
	}

	/*----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/
	/* -- not-found -- */
	.not-found .searchform2 {
		margin: 28px 0 0 0;
	}

	.not-found .search-field {
		width: 300px;
	}

	/* -- Single Share -- */
	ul.meta-entry-top li ul.single-share a span {
		display: none;
	}

	ul.meta-entry-top li ul.single-share li a.fbbutton i {
		padding-right: 5px;
		padding-left: 5px;
	}

	ul.meta-entry-top li ul.single-share li a.fbbutton {
		padding: 6px 7px 5px 7px;
	}

	/* -- Related articles single -- */
	.single-related-wrap {
		width: 100%;
	}

	.prev-entry {
		padding: 35px 10%;
		text-align: center;
		width: 80%;
	}

	.prev-articles h2 {
		font-size: 16px;
		line-height: 26px;
	}

	.prev-articles .one_half,
	.prev-articles .one_half_last {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	/* -- Page / Article Title -- */
	h1.article-title {
		font-size: 26px;
		line-height: 32px;
	}

	.entry h1.page-title {
		font-size: 26px;
		line-height: 32px;
	}

	/* - Top entry - */
	.entry-top {
		width: 510px;
	}

	/* -- Entry content style -- */
	.entry {
		width: 510px;
	}

	/* -- Entry bottom -- */
	.entry-bottom {
		width: 510px;
	}

	/* -- Responsive Images -- */
	.entry iframe {
		max-width: 510px;
		height: 350px;
		margin-left: 0px;
	}

	/* Qefood Recipe Style */
	.qefood-note {
		width: 410px;
		margin: 25px auto;
		padding: 15px 50px 25px 50px;
	}

	.qefood-note img {
		width: 150px;
		height: 100px;
		object-fit: cover;
		float: right;
		padding: 15px;
		border: 1px solid #fafafa;
		border-radius: 5px;
	}

	div.article-source-link a {
		font-size: 18px;
	}

	/* -- About Author -- */
	.author-meta {
		width: 570px;
	}

	.author-meta-entry {
		padding: 45px 0px 0 0px;
		float: left;
		margin-bottom: -30px;
	}

	.author-info {
		width: auto;
		height: auto;
		margin: 5px 0 -15px 35px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/
	/* -- Meta in two columns -- */
	.widget_meta ul {
		width: 275px;
		margin-left: -25px;
	}

	.widget_meta li {
		width: 112px;
		margin-left: 25px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/
	ul.comment {
		width: 510px;
	}

	.comments {
		width: 510px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/
	/* -- 404 page -- */
	#anthemes-404 .middle-404 {
		max-width: 570px;
		margin: 0 auto;
	}

	#anthemes-404 h1 {
		font-size: 50px;
		padding: 0 0 25px 0;
	}

	#anthemes-404 img {
		width: 80%;
		margin-top: -40px;
		float: right;
		margin-right: 40px;
	}

	/* -- Shop Style -- */
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 48% !important;
	}

	.woocommerce-product-search button {
		padding: 10px 10px 11px 10px !important;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Footer -- */
	.wrap-footer-middle {
		width: 570px;
	}

	/* -- Footer Notice -- */
	.wrap-footer-small {
		width: 570px;
	}

	.footer-notice-left {
		width: 330px;
	}

	.footer-notice h2 {
		font-size: 26px;
		line-height: 42px;
	}

	/* -- widgets -- */
	footer .widget {
		display: inline-block;
	}

	footer .wrap-middle {
		width: 570px;
		column-count: 1;
		padding: 30px 0 0px 0;
	}

	footer .widget_text {
		padding-top: 0px !important;
	}

	div.wrap-middle .widget {
		margin: 15px 0 15px 0 !important;
	}

	div.wrap-middle .one_fourth_last .widget {}

	footer .one_fourth,
	footer .one_fourth_last {
		float: left;
		width: auto;
		margin-right: 3%;
		margin-left: 3%;
	}

	footer .one_fourth_last {
		margin-right: 0;
	}
}

@media only screen and (max-width: 759px) {
	.carousel.carousel2 {
		height: 580px;
	}

	.carousel {
		height: 580px;
	}

	.carousel-item__image {
		-webkit-order: 1;
		order: 1;
		width: 100% !important;
		position: relative;
	}

	.carousel-item {
		transition: 0s all linear;
	}

	.carousel-item__image img {
		width: 100% !important;
	}

	.carousel-item__info {
		-webkit-order: 2;
		order: 2;
		height: 200px;
		width: 100%;
		padding: 20px
	}

	.carousel .active {
		flex-wrap: wrap;
	}

	.carousel-item__image {
		width: 100%;
	}
}






/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 579px) {

	/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
	/* - Header - */
	.main-header {
		width: 460px;
	}

	.wrap-center {
		width: 460px;
	}

	.wrap-middle {
		width: 460px;
	}

	/* - Layout content - */
	.wrap-fullwidth {
		width: 460px;
		margin: 0 auto 40px auto;
	}

	.wrap-fullwidth-bg {
		width: 460px;
		margin: 30px auto 40px auto;
	}

	.wrap-fullwidth-bg .entry {
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
	}

	.home-sidebar {
		width: 460px;
	}

	/* .page-content */
	.single-content {
		width: 460px;
		margin: 30px 0 0 0;
	}

	.sidebar {
		width: 460px;
		float: left;
		margin-top: 50px;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	.sidebar .widget {
		width: 250px;
		margin-bottom: 25px;
		display: block;
		float: left;
		margin-right: 0px;
		padding-left: 105px;
		padding-right: 105px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Search -- */
	header .searchform2 {
		height: auto;
		float: right;
		margin: -60px 50px 0 0;
		position: relative;
		z-index: 203;
	}

	header .search-field {
		width: 90px;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: width;
		-webkit-transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: width;
		-moz-transition-timing-function: ease;
		-o-transition-duration: 400ms;
		-o-transition-property: width;
		-o-transition-timing-function: ease;
		transition-duration: 400ms;
		transition-property: width;
		transition-timing-function: ease;
	}

	header .searchform2 input::placeholder {
		color: #FFFFFF !important;
	}

	header .search-field:focus {
		width: 170px;
		overflow: hidden;
	}

	/* -- Top social icons -- */
	.top-social {
		display: none;
	}

	/* -- Top Authors -- */
	ul.list-authors {
		width: 460px;
	}

	ul.list-authors li {
		margin: 0 15px 0 0;
	}

	ul.list-authors li:nth-child(n+7) {
		display: none;
	}

	ul.list-authors li div.tooltiptext {
		width: 100px;
		margin-left: -35px;
	}

	/* -- Responsive Menu Styles -- */
	#respMenu li.current_page_item a,
	#respMenu li.current-menu-ancestor a,
	#respMenu li.current-menu-item a,
	#respMenu li.current-menu-parent a {
		background: transparent !important;
		color: #000 !important;
	}

	/* -- Popular Words -- */
	.popular-words {
		white-space: nowrap;
		width: 450px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* -- Drop Down Categories -- */
	.dropbtn {
		width: 35px;
		padding: 0 0 4px 10px;
		font-size: 0px;
	}

	.dropdown {
		margin: 67px 0 0px 0;
		width: 35px;
	}

	ul#myDropdown {
		right: 0px;
	}

	ul#myDropdown li {
		right: 0px;
	}

	.dropbtn::before {
		font-size: 16px;
		padding-right: 10px;
		padding-left: 5px;
	}

	/* -- Header button ADD -- */
	header .bt {
		display: none;
	}

	/* -- Notifications Recent posts -- */
	.notifications-recent-comments {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/
	/* -- Home content -- */
	.home-content div.entry {
		width: 87%;
		margin: 40px 30px 0 30px !important;
		padding: 30px 0 !important;
	}

	/* -- Sub Header Search -- */
	.front-overlay-wrap h1 {
		padding: 80px 25px 0 25px;
		font-weight: 400;
		font-size: 24px;
		line-height: 38px;
		word-spacing: 4px;
	}

	.front-overlay-content .searchform2 {
		width: 400px;
	}

	.front-overlay-content .searchform2 .search-field {
		width: 318px;
	}

	/* -- Categories in 4 columns Big Search -- */
	ul.cat-4cols {
		width: 460px;
		margin: 50px 0 70px -30px;
		display: inline-block;
	}

	ul.cat-4cols li {
		width: 45%;
		margin-left: 5%;
	}

	ul.cat-4cols li a {
		font-size: 14px;
		font-weight: 500;
		margin-right: 5px;
	}

	ul.cat-4cols li.cat-item span b {
		display: none;
	}

	ul.cat-4cols li:nth-child(n+9) {
		display: none;
	}

	/* -- Blog Style -- */
	ul.grid_list {
		margin: 0 0 0 -20px;
	}

	ul.grid_list li {
		width: 220px;
		margin: 0 0 20px 20px;
	}

	ul.grid_list li img {
		width: 220px;
	}

	ul.grid_list li div.grid-content {
		padding: 30px 20px 25px 20px;
	}

	/* - views- */
	div.post-views {
		padding: 11px 0 0 20px;
	}

	ul.grid_list.grid_m .grid-bottom .post-views.post-m i {
		display: block;
	}

	div.post-views i {
		display: none;
	}

	/* -- Ranting Home -- */
	.home-rating {
		margin: 11px 15px 0 0;
	}

	.home-rating span.star-result,
	.home-rating span.count {
		font-size: 10px !important;
	}

	/* - Blog Style Ads - */
	ul.grid_list li.homeadv,
	ul.grid_list li.homeadv img {
		width: 220px !important;
		min-height: 183px;
	}

	/* -- Posts hover border -- */
	.borderhover {
		width: 220px;
	}

	/* -- Icons -- */
	ul.meta-icons-home {
		display: none;
	}

	/* -- Title Module Widget -- */
	.menu__item-name {
		font-size: 22px;
	}

	.menu--adsila {
		font-size: 18px;
	}

	/* -- Modul carousel -- */
	.carousel {
		width: 460px;
	}

	.carousel-item__image {
		width: 230px;
		height: 350px;
	}

	.carousel-item__image img {
		width: 230px;
		height: 350px !important;
	}

	.carousel-item__info {
		padding: 0 25px;
		width: 60%;
	}

	.carousel-item__title {
		font-size: 22px;
		line-height: 32px;
	}

	.carousel-item__description {
		font-size: 14px;
	}

	/* - Blog Style / Masonry - */
	ul.big-list {
		width: 480px;
		height: auto;
		margin: 0 0 -20px -20px;
	}

	ul.big-list li {
		width: 220px;
		height: 420px;
		margin: 0 0 20px 20px;
	}

	ul.big-list li img {
		width: 220px;
		height: 220px;
	}

	ul.big-list li .borderhover {
		width: 220px;
	}

	ul.big-list li div.noimg {
		height: 220px;
	}

	ul.big-list li div.list-content {
		margin-left: 0px;
		padding: 20px 20px 0 20px;
	}

	ul.big-list li h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		margin-top: 0px;
	}

	/* - Blog Style / Masonry - */
	ul.big-list-black {
		width: 480px;
		height: auto;
		margin: 0 0 -20px -20px;
	}

	ul.big-list-black li {
		width: 220px;
		height: 430px;
		margin: 0 0 20px 20px;
	}

	ul.big-list-black li img {
		width: 220px;
		height: 230px;
	}

	ul.big-list-black li .borderhover {
		width: 220px;
	}

	ul.big-list-black li div.noimg {
		height: 230px;
	}

	ul.big-list-black li div.list-content {
		margin-right: 0px;
		padding: 20px 20px 0 20px;
	}

	ul.big-list-black li h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		margin-top: 0px;
	}

	/* - Blog Style for modules - */
	.home-sidebar ul.grid_list {
		width: 480px;
		height: auto;
		margin: 0 0 -20px -20px;
	}

	.home-sidebar ul.grid_list li {
		width: 220px;
		height: 410px;
		margin: 0 0 20px 20px;
	}

	.home-sidebar ul.grid_list li img {
		width: 220px;
	}

	.home-sidebar ul.grid_list li .borderhover {
		width: 220px;
	}

	.home-sidebar ul.meta-icons-home {
		display: none;
	}

	.home-sidebar ul.grid_list li h2 {
		font-size: 16px;
	}

	/*----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/
	/* -- not-found -- */
	.not-found .searchform2 {
		margin: 28px 0 0 0;
	}

	.not-found .search-field {
		width: 300px;
	}

	.not-found {
		padding: 50px 25px;
	}

	/* -- Single Share -- */
	ul.meta-entry-top li ul.single-share a span {
		display: none;
	}

	ul.meta-entry-top li ul.single-share li a.fbbutton i {
		padding-right: 5px;
		padding-left: 5px;
	}

	ul.meta-entry-top li ul.single-share li a.fbbutton {
		padding: 6px 7px 5px 7px;
	}

	ul.meta-entry-top li span.updated {
		display: none;
	}

	/* -- Related articles single -- */
	.single-related-wrap {
		width: 100%;
	}

	.prev-entry {
		padding: 35px 10%;
		text-align: center;
		width: 80%;
	}

	.prev-articles h2 {
		font-size: 16px;
		line-height: 26px;
	}

	.prev-articles .one_half,
	.prev-articles .one_half_last {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	/* -- Page / Article Title -- */
	h1.article-title {
		font-size: 26px;
		line-height: 32px;
	}

	.entry h1.page-title {
		font-size: 26px;
		line-height: 32px;
	}

	/* - Top entry - */
	.entry-top {
		width: 410px;
	}

	/* -- Entry content style -- */
	.entry {
		width: 410px;
	}

	/* -- Entry bottom -- */
	.entry-bottom {
		width: 410px;
	}

	/* -- Responsive Images -- */
	.entry iframe {
		max-width: 410px;
		height: 280px;
		margin-left: 0px;
	}

	/* Qefood Recipe Style */
	.qefood-note {
		width: 350px;
		margin: 25px auto;
		padding: 15px 25px 25px 25px;
	}

	.qefood-note img {
		width: 100px;
		height: 75px;
		object-fit: cover;
		float: right;
		padding: 15px;
		border: 1px solid #fafafa;
		border-radius: 5px;
	}

	div.article-source-link a {
		font-size: 16px;
	}

	/* -- About Author -- */
	.author-meta {
		width: 460px;
	}

	.author-meta-entry {
		padding: 45px 0px 0 0px;
		float: left;
		margin-bottom: -30px;
	}

	.author-info {
		width: auto;
		height: auto;
		margin: 5px 0 -15px 35px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/
	/* -- Meta in two columns -- */
	.widget_meta ul {
		width: 95%;
		margin-left: -25px;
	}

	.widget_meta li {
		width: 95%;
		margin-left: 25px;
	}

	footer div.widget_nav_menu li {
		width: 200px;
	}


	/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/
	ul.comment {
		width: 410px;
	}

	.comments {
		width: 410px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/
	/* -- 404 page -- */
	#anthemes-404 {
		padding: 40px 0 50px 0;
	}

	#anthemes-404 .middle-404 {
		width: 460px;
		margin: 0 auto;
	}

	#anthemes-404 h1 {
		font-size: 50px;
		padding: 50px 0 30px 0;
	}

	#anthemes-404 p {
		font-size: 18px;
		line-height: 32px;
	}

	#anthemes-404 .one_half,
	#anthemes-404 .one_half_last {
		float: left;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	#anthemes-404 .one_half_last {
		margin-right: 0;
	}

	#anthemes-404 img {
		width: 50%;
		margin-top: 0px;
		float: none;
		margin-right: 0px;
	}

	/* -- Contact Form 7 Plugin -- */
	form.wpcf7-form {
		padding: 20px 25px 0px 25px;
	}

	/* -- Shop Style -- */
	.woocommerce .woocommerce-result-count {
		font-size: 14px;
	}

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 48% !important;
	}

	.woocommerce-product-search button {
		padding: 10px 10px 11px 10px !important;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Footer -- */
	.wrap-footer-middle {
		width: 460px;
	}

	.wrap-footer {
		width: 100%;
		min-height: 75px;
		margin: 0 auto;
	}

	/* -- Top social icons -- */
	.footer-social {
		display: none;
	}

	/* -- Footer Notice -- */
	.footer-notice {
		padding-bottom: 100px;
	}

	.wrap-footer-small {
		width: 450px;
	}

	.footer-notice-left {
		width: 450px;
		padding-bottom: 0px;
	}

	.footer-notice h2 {
		font-size: 26px;
		line-height: 42px;
		text-align: center;
	}

	.footer-notice h4 {
		text-align: center;
		padding-bottom: 35px;
		padding-top: 15px;
		font-weight: 400;
	}

	footer .bt {
		width: 70px;
		float: none;
		margin: 0 auto;
	}

	/* -- widgets -- */
	footer ul.article_list li .grid-comm {
		display: none;
	}

	footer ul.article_list li img {
		width: 50px;
		height: 50px;
	}

	footer ul.article_list .an-widget-title h4 {
		font-size: 14px;
		margin: 0px 0 0 0;
	}

	footer ul.article_list li div.an-widget-title {
		margin-left: 65px !important;
	}

	footer .widget {
		display: inline-block;
	}

	footer .wrap-middle {
		width: 460px;
		column-count: 2;
		padding: 30px 0 50px 0;
	}

	footer .widget_text {
		margin-top: -20px !important;
		width: 80%;
	}

	div.wrap-middle .widget {
		margin: 15px 0 15px 0 !important;
	}

	div.wrap-middle .one_fourth_last .widget {}

	footer .one_fourth,
	footer .one_fourth_last {
		float: left;
		width: auto;
		margin-right: 5%;
		margin-left: 5%;
	}

	footer .one_fourth_last {
		margin-right: 0;
	}
}









/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 410px) and (max-width: 479px) {

	/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
	/* - Header - */
	.main-header {
		width: 390px;
	}

	.wrap-center {
		width: 390px;
	}

	.wrap-middle {
		width: 390px;
	}

	/* - Layout content - */
	.wrap-fullwidth {
		width: 390px;
		margin: 0 auto 30px auto;
	}

	.wrap-fullwidth-bg {
		width: 390px;
		margin: 30px auto 30px auto;
	}

	.wrap-fullwidth-bg .entry {
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
	}

	.home-sidebar {
		width: 390px;
	}

	/* .page-content */
	.single-content {
		width: 390px;
		margin: 30px 0 0 0;
	}

	.sidebar {
		width: 390px;
		float: left;
		margin-top: 50px;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	.sidebar .widget {
		width: 250px;
		margin-bottom: 25px;
		display: block;
		float: left;
		margin-right: 0px;
		padding-left: 70px;
		padding-right: 70px;
	}

	.sidebar .menu__item {
		width: 250px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Logo -- */
	.logo {
		position: relative;
		z-index: 203;
	}

	/* -- Search -- */
	header .searchform2 {
		height: auto;
		float: right;
		margin: -60px 50px 0 0;
		position: relative;
		z-index: 203;
	}

	header .search-field {
		width: 100px;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: width;
		-webkit-transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: width;
		-moz-transition-timing-function: ease;
		-o-transition-duration: 400ms;
		-o-transition-property: width;
		-o-transition-timing-function: ease;
		transition-duration: 400ms;
		transition-property: width;
		transition-timing-function: ease;
	}

	header .search-field:focus {
		width: 170px;
		overflow: hidden;
	}

	header .searchform2 input::placeholder {
		color: #ffffff !important;
	}

	/* -- Top social icons -- */
	.top-social {
		display: none;
	}

	/* -- Top Authors -- */
	.authors {
		width: 100%;
		height: 50px;
	}

	ul.list-authors {
		width: 390px;
	}

	ul.list-authors li {
		width: 50px;
		height: 50px;
		margin: 0 15px 0 0;
	}

	ul.list-authors li img {
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}

	ul.list-authors li:nth-child(n+7) {
		display: none;
	}

	ul.list-authors li div.tooltiptext {
		display: none;
	}

	div.list-trophy {
		margin: -60px 0 0 30px;
	}

	/* -- Responsive Menu Styles -- */
	#respMenu li.current_page_item a,
	#respMenu li.current-menu-ancestor a,
	#respMenu li.current-menu-item a,
	#respMenu li.current-menu-parent a {
		background: transparent !important;
		color: #000 !important;
	}

	/* -- Popular Words -- */
	.top-navigation {
		display: none;
	}

	/* -- Drop Down Categories -- */
	.dropbtn {
		width: 35px;
		padding: 0 0 4px 10px;
		font-size: 0px;
	}

	.dropdown {
		margin: 58px 0 0px 0;
		width: 35px;
	}

	ul#myDropdown {
		right: 0px;
	}

	ul#myDropdown li {
		right: 0px;
	}

	.dropbtn::before {
		font-size: 16px;
		padding-right: 10px;
		padding-left: 5px;
	}

	/* -- Header button ADD -- */
	header .bt {
		display: none;
	}

	/* -- Notifications Recent posts -- */
	.notifications-recent-comments {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/
	/* -- Home content -- */
	.home-content div.entry {
		width: 87%;
		margin: 40px 30px 0 30px !important;
		padding: 30px 0 !important;
	}

	/* -- Sub Header Search -- */
	.front-overlay-wrap h1 {
		padding: 40px 15px 0 15px;
		font-weight: 400;
		font-size: 22px;
		line-height: 32px;
		word-spacing: 4px;
	}

	.front-overlay-content .searchform2 {
		width: 350px;
	}

	.front-overlay-content .searchform2 .search-field {
		width: 268px;
	}

	/* -- Categories in 4 columns Big Search -- */
	ul.cat-4cols {
		width: 390px;
		margin: 30px 0 30px -30px;
		display: inline-block;
	}

	ul.cat-4cols li {
		width: 45%;
		margin-left: 5%;
	}

	ul.cat-4cols li a {
		font-size: 14px;
		font-weight: 500;
		margin-right: 5px;
	}

	ul.cat-4cols li.cat-item span b {
		display: none;
	}

	ul.cat-4cols li:nth-child(n+9) {
		display: none;
	}

	/* -- Blog Style -- */
	ul.grid_list {
		margin: 0 0 0 -10px;
	}

	ul.grid_list li {
		width: 190px;
		margin: 0 0 10px 10px;
	}

	ul.grid_list li img {
		width: 190px;
	}

	ul.grid_list li div.grid-content {
		padding: 30px 20px 25px 20px;
	}

	ul.grid_list li .grid-comm {
		display: none;
	}

	/* - views- */
	div.post-views {
		display: none;
	}

	/* -- Ranting Home -- */
	.home-rating {
		margin: 11px 0 0 20px;
		float: left;
	}

	.home-rating span.star-result,
	.home-rating span.count {
		font-size: 12px !important;
	}

	/* - Blog Style Ads - */
	ul.grid_list li.homeadv,
	ul.grid_list li.homeadv img {
		width: 190px !important;
		min-height: 183px;
	}

	/* -- Posts hover border -- */
	.borderhover {
		width: 190px;
	}

	/* -- Icons -- */
	ul.meta-icons-home {
		display: none;
	}

	/* -- Default pagination -- */
	.defaultpag {
		width: 350px;
	}

	/* -- Title Module Widget -- */
	.menu__item-name {
		font-size: 20px;
	}

	.menu--adsila {
		font-size: 14px;
	}

	.menu__item {
		width: 350px;
	}

	/* -- Modul carousel -- */
	.carousel {
		width: 390px;
	}

	.carousel-item__image {
		width: 230px;
		height: 350px;
	}

	.carousel-item__image img {
		width: 230px;
		height: 350px !important;
	}

	.carousel-item__info {
		padding: 0 25px;
		width: 60%;
	}

	.carousel-item__title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 25px;
	}

	.carousel-item__description {
		display: none;
	}

	/* - Blog Style / Masonry - */
	ul.big-list {
		width: 410px;
		height: auto;
		margin: 0 0 -20px -10px;
	}

	ul.big-list li {
		width: 190px;
		height: 370px;
		margin: 0 0 10px 10px;
	}

	ul.big-list li img {
		width: 190px;
		height: 200px;
	}

	ul.big-list li .borderhover {
		width: 190px;
	}

	ul.big-list li div.noimg {
		height: 200px;
	}

	ul.big-list li div.list-content {
		margin-left: 0px;
		padding: 20px 20px 0 20px;
	}

	ul.big-list li h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		margin-top: 0px;
	}

	ul.big-list li div.list-content p {
		display: none;
	}

	ul.big-list li .grid-comm {
		display: none;
	}

	/* - Blog Style / Masonry - */
	ul.big-list-black {
		width: 410px;
		height: auto;
		margin: 0 0 -20px -10px;
	}

	ul.big-list-black li {
		width: 190px;
		height: 370px;
		margin: 0 0 10px 10px;
	}

	ul.big-list-black li img {
		width: 190px;
		height: 200px;
	}

	ul.big-list-black li .borderhover {
		width: 190px;
	}

	ul.big-list-black li div.noimg {
		height: 200px;
	}

	ul.big-list-black li div.list-content {
		margin-right: 0px;
		padding: 20px 20px 0 20px;
	}

	ul.big-list-black li h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		margin-top: 0px;
	}

	ul.big-list-black li div.list-content p {
		display: none;
	}

	ul.big-list-black li .grid-comm {
		display: none;
	}

	/* - Blog Style for modules - */
	.home-sidebar ul.grid_list {
		width: 410px;
		height: auto;
		margin: 0 0 -20px -10px;
	}

	.home-sidebar ul.grid_list li {
		width: 190px;
		height: 430px;
		margin: 0 0 10px 10px;
	}

	.home-sidebar ul.grid_list li img {
		width: 190px;
	}

	.home-sidebar ul.grid_list li .borderhover {
		width: 190px;
	}

	.home-sidebar ul.meta-icons-home {
		display: none;
	}

	.home-sidebar ul.grid_list li h2 {
		font-size: 16px;
	}

	/*----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/
	/* -- not-found -- */
	.not-found .searchform2 {
		margin: 28px 0 0 0;
		display: block;
	}

	.not-found .search-field {
		width: 150px;
	}

	.not-found {
		width: 240px;
		padding: 50px 25px;
	}

	/* -- Single Share -- */
	ul.meta-entry-top li ul.single-share a span {
		display: none;
	}

	ul.meta-entry-top li ul.single-share li a.fbbutton i {
		padding-right: 4px;
		padding-left: 4px;
	}

	ul.meta-entry-top li ul.single-share li a.fbbutton {
		padding: 6px 7px 5px 7px;
	}

	ul.meta-entry-top li span.updated {
		display: none;
	}

	ul.meta-entry-top li ul.single-share li a {
		padding: 6px 4px 5px 4px;
	}

	@supports (-webkit-touch-callout: none) {
		ul.meta-entry-top li ul.single-share li a.fbbutton i {
			padding-right: 10px;
			padding-left: 4px;
		}

		ul.meta-entry-top li ul.single-share li a.fbbutton {
			padding-right: 0px;
		}
	}

	/* -- Related articles single -- */
	.single-related-wrap {
		width: 100%;
	}

	.prev-entry {
		padding: 35px 10%;
		text-align: center;
		width: 80%;
	}

	.prev-articles h2 {
		font-size: 16px;
		line-height: 26px;
	}

	.prev-articles .one_half,
	.prev-articles .one_half_last {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	/* -- Page / Article Title -- */
	h1.article-title {
		font-size: 26px;
		line-height: 32px;
	}

	.entry h1.page-title {
		font-size: 26px;
		line-height: 32px;
	}

	/* - Top entry - */
	.entry-top {
		width: 355px;
	}

	ul.meta-entry-top li {
		font-size: 12px;
	}

	/* -- Entry content style -- */
	.entry {
		width: 355px;
	}

	/* -- Entry bottom -- */
	.entry-bottom {
		width: 355px;
	}

	/* -- Responsive Images -- */
	.entry iframe {
		max-width: 355px;
		height: 250px;
		margin-left: 0px;
	}

	/* Qefood Recipe Style */
	.qefood-note {
		width: 300px;
		margin: 25px auto;
		padding: 15px 25px 25px 25px;
	}

	.qefood-note img {
		width: 100px;
		height: 75px;
		object-fit: cover;
		float: right;
		padding: 15px;
		border: 1px solid #fafafa;
		border-radius: 5px;
	}

	div.article-source-link a {
		font-size: 15px;
	}

	/* -- About Author -- */
	.author-meta {
		width: 390px;
	}

	.author-meta-entry {
		padding: 45px 0px 0 0px;
		float: left;
		margin-bottom: -30px;
	}

	.author-info {
		width: auto;
		height: auto;
		margin: 5px 0 -15px 0px;
	}

	.author-left-meta {
		height: 180px !important;
		float: left;
	}

	/* -- Prev and Next articles --*/
	.bottom-rating {
		padding: 0 15px 25px 0px;
		left: 0;
		bottom: -15px;
		position: fixed;
		z-index: 1;
	}

	div.rating-form form {
		padding: 15px;
	}

	.bottom-rating div.rating-form h4 {
		margin: 0px 0 0 0;
		font-size: 14px;
	}

	.bottom-rating span.mr-star-rating i {
		font-size: 14px !important;
	}

	.bottom-rating input.wp-block-button__link {
		font-size: 12px;
		padding: 10px 20px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/
	/* -- Meta in two columns -- */
	.widget_meta ul {
		width: 95%;
		margin-left: 0;
	}

	.widget_meta li {
		width: 95%;
		margin-left: 0;
	}

	.author-left-meta img.avatar {
		width: 50px;
		height: 50px;
	}

	.author-info p {
		margin-left: 40px;
		font-size: 14px;
	}

	.author-left-meta {
		width: 50px;
		height: 130px;
		float: left;
		padding: 0 30px 0 0;
	}

	div.author-info i.fa-home {
		padding-left: 3px;
		padding-right: 3px;
	}

	ul.author-social-top {
		margin: 0px 0 0 0px !important;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/
	ul.comment {
		width: 355px;
	}

	.comments {
		width: 355px;
	}

	ul.comment li span.comment-date {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/
	/* -- 404 page -- */
	#anthemes-404 {
		padding: 40px 0 0px 0;
	}

	#anthemes-404 .middle-404 {
		width: 390px;
		margin: 0 auto;
	}

	#anthemes-404 h1 {
		font-size: 42px;
		padding: 30px 0 20px 0;
	}

	#anthemes-404 p {
		font-size: 18px;
		line-height: 32px;
	}

	#anthemes-404 .one_half,
	#anthemes-404 .one_half_last {
		float: left;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	#anthemes-404 .one_half_last {
		margin-right: 0;
	}

	#anthemes-404 img {
		width: 45%;
		margin-top: 0px;
		float: none;
		margin-right: 0px;
	}

	/* -- Contact Form 7 Plugin -- */
	form.wpcf7-form {
		padding: 20px 25px 0px 25px;
	}

	.newsletter-cf .widget.widget_block form.wpcf7-form {
		margin-bottom: 0px;
	}

	/* -- Shop Style -- */
	.woocommerce .woocommerce-result-count {
		font-size: 11px;
	}

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 48% !important;
	}

	.woocommerce-product-search button {
		padding: 10px 10px 11px 10px !important;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Footer -- */
	.wrap-footer-middle {
		width: 390px;
	}

	.wrap-footer {
		width: 100%;
		min-height: 75px;
		margin: 0 auto;
	}

	footer {
		background-color: #fafafa !important;
	}

	/* -- Top social icons -- */
	.footer-social {
		display: none;
	}

	/* -- Footer Notice -- */
	.footer-notice {
		padding-bottom: 100px;
	}

	.wrap-footer-small {
		width: 380px;
	}

	.footer-notice-left {
		width: 380px;
		padding-bottom: 0px;
	}

	.footer-notice h2 {
		font-size: 22px;
		line-height: 36px;
		text-align: center;
	}

	.footer-notice h4 {
		text-align: center;
		padding-bottom: 35px;
		padding-top: 15px;
		font-weight: 400;
	}

	footer .bt {
		width: 70px;
		float: none;
		margin: 0 auto;
	}

	/* -- widgets -- */
	footer .wrap-middle {
		width: 390px;
		padding: 30px 0 0px 0;
	}

	footer .textwidget {
		margin-top: -40px !important;
		padding-right: 0px;
	}

	footer .menu__item {
		width: 250px;
	}

	div.wrap-middle .widget {
		margin: 0 !important;
		font-size: 16px;
	}

	div.wrap-middle .widget {
		font-size: 16px;
		width: 250px;
		padding: 25px 70px;
		background-color: #fff;
	}

	div.wrap-middle .newsletter-cf>.widget.widget_block {}

	footer .one_fourth,
	footer .one_fourth_last {
		float: left;
		width: auto;
		margin-right: 0%;
		margin-left: 0%;
	}

	footer .one_fourth_last {
		margin-right: 0%;
	}

	.newsletter-cf .widget.widget_block:first-child {
		padding-bottom: 0px !important;
	}

	.newsletter-cf .widget.widget_block:last-child {
		padding-top: 0px !important;
	}

	/* -- Copyright -- */
	.copyright {
		padding-top: 25px;
		float: none;
		text-align: center;
	}
}








/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 360px) and (max-width: 579px) {

	/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
	/* - Header - */
	.main-header {
		width: 340px;
	}

	.wrap-center {
		width: 360px;
	}

	.wrap-middle {
		width: 360px;
	}

	/* - Layout content - */
	.wrap-fullwidth {
		width: 360px;
		margin: 0 auto 30px auto;
	}
	/* 09-07-2025  */
	.wrap-fullwidth .mob-ai{
		padding: 0;
	}

	.wrap-fullwidth-bg {
		width: 360px;
		margin: 30px auto 30px auto;
	}

	.wrap-fullwidth-bg .entry {
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
	}

	.home-sidebar {
		width: 360px;
	}

	#featured-slider-wrap #featured-slider .content {
		padding: 10px 10px 10px 10px;
		width: 324px;
	}

	#featured-slider-wrap #featured-slider .item {
		height: 470px;
	}

	/* .page-content */
	.single-content {
		width: 360px;
		margin: 30px 0 0 0;
	}

	.sidebar.t-sidebar {
		margin-top: 20px;
	}

	.sidebar {
		width: 360px;
		float: left;
		margin-top: 50px;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	.sidebar.t-sidebar .widget {
		margin-bottom: 10px;
	}

	.sidebar .widget {
		width: 340px;
		margin-bottom: 25px;
		display: block;
		float: left;
		margin-right: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.sidebar .menu__item {
		width: 250px;
	}

	.sidebar .widget {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Logo -- */
	.logo {
		position: relative;
		z-index: 203;
		/* width:160px; */
	}

	/* -- Search -- */
	header .searchform2 {
		height: auto;
		float: right;
		margin: -60px 128px 0 0;
		position: relative;
		z-index: 203;
	}
	header .menu-toggle #menu-btn{
		margin: -60px 78px 0 0;
	}

	header .searchform2 input::placeholder {
		color: #FFFFFF !important;
	}

	header .search-field {
		width: 86px;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: width;
		-webkit-transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: width;
		-moz-transition-timing-function: ease;
		-o-transition-duration: 400ms;
		-o-transition-property: width;
		-o-transition-timing-function: ease;
		transition-duration: 400ms;
		transition-property: width;
		transition-timing-function: ease;
	}

	header .search-field:focus {
		width: 130px;
		overflow: hidden;
	}

	/* -- Top social icons -- */
	.top-social {
		display: none;
	}

	/* -- Top Authors -- */
	.authors {
		width: 100%;
		height: 40px;
		padding: 10px 0px 35px 0px;
	}

	ul.list-authors {
		width: 360px;
	}

	ul.list-authors li {
		width: 40px;
		height: 40px;
		margin: 0 10px 0 0;
	}

	ul.list-authors li img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}

	ul.list-authors li:nth-child(n+8) {
		display: none;
	}

	ul.list-authors li div.tooltiptext {
		display: none;
	}

	div.list-trophy {
		margin: -60px 0 0 20px;
	}

	/* -- Responsive Menu Styles -- */
	#respMenu li.current_page_item a,
	#respMenu li.current-menu-ancestor a,
	#respMenu li.current-menu-item a,
	#respMenu li.current-menu-parent a {
		background: transparent !important;
		color: #000 !important;
	}

	/* -- Popular Words -- */
	.top-navigation {
		display: none;
	}

	/* -- Drop Down Categories -- */
	.dropbtn {
		width: 35px;
		padding: 0 0 4px 10px;
		font-size: 0px;
	}

	.wrap-fullwidth.wrap-m .dropdown {
		margin: 34px 10px 0px 0;
	}

	.dropdown {
		margin: 58px 0 0px 0;
		width: 35px;
	}

	ul#myDropdown {
		right: 0px;
	}

	ul#myDropdown li {
		right: 0px;
	}

	.dropbtn::before {
		font-size: 16px;
		padding-right: 10px;
		padding-left: 5px;
	}

	/* -- Header button ADD -- */
	header .bt {
		display: none;
	}

	/* -- Notifications Recent posts -- */
	.notifications-recent-comments {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/
	/* -- Home content -- */
	.home-content div.entry {
		width: 87%;
		margin: 40px 30px 0 30px !important;
		padding: 30px 0 !important;
	}

	/* -- Sub Header Search -- */
	.front-overlay-wrap h1 {
		padding: 40px 15px 0 15px;
		font-weight: 400;
		font-size: 20px;
		line-height: 32px;
		word-spacing: 4px;
	}

	.front-overlay-content .searchform2 {
		width: 350px;
	}

	.front-overlay-content .searchform2 .search-field {
		width: 268px;
	}

	/* -- Categories in 4 columns Big Search -- */
	ul.cat-4cols {
		width: 360px;
		margin: 30px 0 30px -30px;
		display: inline-block;
	}

	ul.cat-4cols li {
		width: 45%;
		margin-left: 5%;
	}

	ul.cat-4cols li a {
		font-size: 14px;
		font-weight: 500;
		margin-right: 5px;
	}

	ul.cat-4cols li.cat-item span {
		display: none;
	}

	ul.cat-4cols li:nth-child(n+9) {
		display: none;
	}

	/* -- Blog Style -- */
	ul.grid_list {
		margin: 0 0 0 -8px;
	}

	ul.grid_list.grid_m .grid-bottom .post-views.post-m {
		display: block;
	}

	ul.grid_list li {
		width: 176px;
		margin: 0 0 10px 8px;
	}

	ul.grid_list li img {
		width: 176px;
	}

	ul.grid_list li div.grid-content {
		padding: 30px 20px 25px 20px;
	}

	ul.grid_list li .grid-comm {
		display: none;
	}

	/* - views- */
	div.post-views {
		display: none;
	}

	/* -- Ranting Home -- */
	.home-rating {
		margin: 11px 0 0 20px;
		float: left;
	}

	.home-rating span.star-result,
	.home-rating span.count {
		font-size: 12px !important;
	}

	/* - Blog Style Ads - */
	ul.grid_list li.homeadv,
	ul.grid_list li.homeadv img {
		width: 176px !important;
		min-height: 183px;
	}

	/* -- Posts hover border -- */
	.borderhover {
		width: 176px;
		margin-bottom: 10px;
	}

	/* -- Icons -- */
	ul.meta-icons-home {
		display: none;
	}

	/* -- Default pagination -- */
	.defaultpag {
		width: 290px;
	}

	.defaultpag.default-blank {
		margin: 20px auto 30px auto;
	}

	.defaultpag a {
		font-size: 14px;
		padding: 7px 15px 8px 15px;
		margin-left: 5px;
		margin-right: 5px;
	}

	/* -- Title Module Widget -- */
	.menu__item-name {
		font-size: 20px;
	}

	.menu--adsila {
		font-size: 14px;
		margin: 30px 0px 10px 10px;
	}

	.menu__item {
		width: 300px;
	}

	/* -- Modul carousel -- */
	.home-sidebar .carousel {
		margin-top: 0px;
	}

	.home-sidebar .carousel.carousel2 {
		margin-top: 20px;
	}

	.carousel {
		width: 360px;
	}

	.carousel-item__image {
		width: 230px;
		height: 350px;
	}

	.carousel-item__image img {
		width: 230px;
		height: 350px !important;
	}

	.carousel-item__info {
		padding: 0 25px;
		width: 60%;
	}

	.carousel-item__title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 25px;
	}

	.carousel-item__description {
		display: none;
	}

	/* - Blog Style / Masonry - */
	ul.big-list {
		width: 100%;
		height: auto;
		margin: 0 0 -20px -8px;
	}

	ul.big-list li {
		width: 100%;
		height: 300px;
		margin: 0 0 10px 8px;
	}

	ul.big-list li img {
		width: 100%;
		height: 176px;
	}

	ul.big-list li .borderhover {
		width: 100%;
	}

	ul.big-list li div.noimg {
		height: 100%;
	}

	ul.big-list li div.list-content {
		margin-left: 0px;
		padding: 10px 10px 0 10px;
	}

	ul.big-list li h2 {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		margin-top: 0px;
	}

	ul.big-list li div.list-content p {
		display: none;
	}

	ul.big-list li .grid-comm {
		display: none;
	}

	/* - Blog Style / Masonry - */
	ul.big-list-black {
		width: 100%;
		height: auto;
		margin: 0 0 -20px -8px;
	}

	ul.big-list-black li {
		width: 100%;
		height: 300px;
		margin: 0 0 10px 8px;
	}

	ul.big-list-black li img {
		width: 100%;
		height: 176px;
	}

	ul.big-list-black li .borderhover {
		width: 100%;
	}

	ul.big-list-black li div.noimg {
		height: 100%;
	}

	ul.big-list-black li div.list-content {
		margin-right: 0px;
		padding: 10px 10px 0 10px;
	}

	ul.big-list-black li h2 {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		margin-top: 0px;
	}

	ul.big-list-black li div.list-content p {
		display: none;
	}

	ul.big-list-black li .grid-comm {
		display: none;
	}

	/* - Blog Style for modules - */
	.home-sidebar ul.grid_list {
		width: 100%;
		height: auto;
		margin: 0 0 -20px -8px;
	}

	.home-sidebar ul.grid_list li {
		width: 100%;
		height: auto;
		margin: 0 0 10px 8px;
	}

	.home-sidebar ul.grid_list li img {
		width: 100%;
	}

	.home-sidebar ul.grid_list li .borderhover {
		width: 100%;
	}

	.home-sidebar ul.meta-icons-home {
		display: none;
	}

	.home-sidebar ul.grid_list li h2 {
		font-size: 15px;
		line-height: 24px;
	}

	.carousel .carousel-item__info {
		width: 100%;
	}

	.carousel-item__info {
		padding: 20px 20px;
	}

	.carousel-item__info .carousel-item__container {
		padding: 0px 8px;
	}

	.carousel .carousel-white {
		flex-direction: column;
		transition: 0s all linear;
	}

	.menu__item-label {
		margin: 10px 0 0 0.5em;
	}

	/*----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/
	/* -- not-found -- */
	.not-found .searchform2 {
		margin: 28px 0 0 0;
		display: block;
	}

	.not-found .search-field {
		width: 150px;
	}

	.not-found {
		width: 240px;
		padding: 50px 25px;
	}

	/* -- Single Share -- */
	ul.meta-entry-top li ul.single-share a span {
		display: none;
	}

	ul.meta-entry-top li ul.single-share li a.fbbutton i {
		padding-right: 4px;
		padding-left: 4px;
	}

	ul.meta-entry-top li ul.single-share li a.fbbutton {
		padding: 6px 5px 5px 5px;
	}

	ul.meta-entry-top li span.updated {
		display: none;
	}

	ul.meta-entry-top li ul.single-share li a {
		padding: 6px 2px 5px 2px;
	}

	/* -- Related articles single -- */
	.single-related-wrap {
		width: 100%;
	}

	.prev-entry {
		padding: 35px 10% !important;
		text-align: center;
		width: 80%;
	}

	.prev-articles h2 {
		font-size: 16px;
		line-height: 26px;
	}

	.prev-articles .one_half,
	.prev-articles .one_half_last {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	/* -- Page / Article Title -- */
	h1.article-title {
		font-size: 26px;
		line-height: 32px;
	}

	.entry h1.page-title {
		font-size: 26px;
		line-height: 32px;
	}

	/* - Top entry - */
	.entry-top {
		width: 325px;
	}

	ul.meta-entry-top li {
		font-size: 12px;
	}

	/* - views- */
	ul.meta-entry-top li.post-views {
		padding: 0 0px 0 5px;
		font-size: 11px;
	}

	ul.meta-entry-top li.post-views i {
		font-size: 16px;
	}

	/* -- Entry content style -- */
	.entry {
		width: 325px;
	}

	/* -- Entry bottom -- */
	.entry-bottom {
		width: 325px;
	}

	/* -- Responsive Images -- */
	.entry iframe {
		max-width: 325px;
		height: 220px;
		margin-left: 0px;
	}

	.entry .g-recaptcha iframe {
		transform: scale(0.77);
		height: 100px;
		transform: scale(0.77);
		transform-origin: left top;
	}

	/* Qefood Recipe Style */
	.qefood-note {
		width: 290px;
		margin: 25px auto;
		padding: 15px 15px 25px 15px;
	}

	.qefood-note img {
		width: 100px;
		height: 75px;
		object-fit: cover;
		float: right;
		padding: 10px;
	}

	div.article-source-link a {
		font-size: 14px;
		margin: 15px;
	}

	/* -- About Author -- */
	.author-meta {
		width: 355px;
	}

	.author-meta-entry {
		padding: 45px 0px 0 0px;
		float: left;
		margin-bottom: -30px;
	}

	.author-info {
		width: auto;
		height: auto;
		margin: 5px 0 -15px 35px;
	}

	.author-left-meta img.avatar {
		width: 50px;
		height: 50px;
	}

	.author-info p {
		margin-left: 40px;
		font-size: 14px;
	}

	.author-left-meta {
		width: 50px;
		height: 150px;
		float: left;
		padding: 0 30px 0 0;
	}

	div.author-info i.fa-home {
		padding-left: 3px;
		padding-right: 3px;
	}

	ul.author-social-top {
		margin: 0px 0 0 45px !important;
	}

	/* -- Prev and Next articles --*/
	.bottom-rating {
		padding: 0 15px 25px 0px;
		left: 0;
		bottom: -15px;
		position: fixed;
		z-index: 1;
	}

	div.rating-form form {
		padding: 15px;
	}

	.bottom-rating div.rating-form h4 {
		margin: 0px 0 0 0;
		font-size: 14px;
	}

	.bottom-rating span.mr-star-rating i {
		font-size: 14px !important;
	}

	.bottom-rating input.wp-block-button__link {
		font-size: 12px;
		padding: 10px 20px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/
	/* -- Meta in two columns -- */
	.widget_meta ul {
		width: 95%;
		margin-left: 0;
	}

	.widget_meta li {
		width: 95%;
		margin-left: 0;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/
	ul.comment {
		width: 325px;
	}

	.comments {
		width: 325px;
	}

	ul.comment li span.comment-date {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/
	/* -- 404 page -- */
	#anthemes-404 {
		padding: 40px 0 0px 0;
	}

	#anthemes-404 .middle-404 {
		width: 360px;
		margin: 0 auto;
		text-align: center;
	}

	#anthemes-404 h1 {
		font-size: 42px;
		padding: 30px 0 20px 0;
	}

	#anthemes-404 p {
		font-size: 18px;
		line-height: 32px;
	}

	#anthemes-404 .one_half,
	#anthemes-404 .one_half_last {
		float: left;
		width: auto;
		margin-bottom: 10px;
		margin-right: 0;
		padding: 0 20px;
	}

	#anthemes-404 .one_half_last {
		margin-right: 0;
		width: auto;
		padding: 0 20px;
	}

	.pagenotfound-content-wrapper {
		padding: 0 20px !important;
	}

	#anthemes-404 img {
		width: 100%;
		margin-top: 0px;
		float: none;
		margin-right: 0px;
	}

	/* -- Contact Form 7 Plugin -- */
	form.wpcf7-form {
		padding: 20px 25px 0px 25px;
	}

	/* -- Shop Style -- */
	.woocommerce .woocommerce-result-count {
		font-size: 9px;
	}

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 48% !important;
	}

	.woocommerce-product-search button {
		padding: 10px 10px 11px 10px !important;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Footer -- */
	.wrap-footer-middle {
		width: 360px;
	}

	.wrap-footer {
		width: 100%;
		min-height: 75px;
		margin: 0 auto;
	}

	footer {
		background-color: #fafafa !important;
	}

	/* -- Top social icons -- */
	.footer-social {
		display: none;
	}

	/* -- Footer Notice -- */
	.footer-notice {
		padding-bottom: 100px;
	}

	.wrap-footer-small {
		width: 350px;
	}

	.footer-notice-left {
		width: 350px;
		padding-bottom: 0px;
	}

	.footer-notice h2 {
		font-size: 22px;
		line-height: 36px;
		text-align: center;
	}

	.footer-notice h4 {
		text-align: center;
		padding-bottom: 35px;
		padding-top: 15px;
		font-weight: 400;
	}

	footer .bt {
		width: 70px;
		float: none;
		margin: 0 auto;
	}

	/* -- widgets -- */
	footer .wrap-middle.footer-wrap-middle {
		padding: 0px 0 0px 0;
	}

	footer .wrap-middle {
		width: 360px;
		padding: 30px 0 0px 0;
	}
	footer .textwidget {
		margin-top: -40px !important;
		padding-right: 0px;
	}

	footer .menu__item {
		width: 250px;
	}

	div.wrap-middle .widget {
		margin: 0 !important;
		font-size: 16px;
	}

	div.wrap-middle .widget {
		font-size: 16px;
		width: 340px;
		padding: 30px 10px;
		background-color: #fff;
	}

	footer .one_fourth,
	footer .one_fourth_last {
		float: left;
		width: auto;
		margin-right: 0%;
		margin-left: 0%;
	}

	footer .one_fourth_last {
		margin-right: 0%;
	}

	/* -- Copyright -- */
	.copyright {
		padding-top: 25px;
		float: none;
		text-align: center;
	}

	.copyright.copy-m {
		margin-top: 0px;
	}

	.newsletter-cf .widget.widget_block:first-child {
		padding-bottom: 0px !important;
	}

	.newsletter-cf .widget.widget_block:last-child {
		padding-top: 0px !important;
	}

	/* 08-07-2025 start */
	footer .one_fourth_last.newsletter-cf {
		/* float: none; */
		clear: both;
		width: 94%;
	}

	footer {
		background-color: #f5f5f5 !important;
	}

	.sidebar {
		width: 340px;
	}

	footer .one_fourth {
		width: 94%;
	}
}

/* 08-07-2025 end */




@media only screen and (max-width: 759px) {
	.carousel-item__info {
		padding: 20px;
		width: 100%;
	}

	.carousel-item__image img {
		/* 		position: absolute;
		top: 0; */
		width: 100%;
		height: 100% !important;
	}

	.carousel-item__image {
		/* 		position: relative;
		width: 100%;
		padding-top: 65.25%;
		height: auto; */
	}

	.carousel-item__info {
		width: 100% !important;
	}

	.newsletter-cf .widget.widget_block:first-child {
		padding-bottom: 0px !important;
	}

	.newsletter-cf .widget.widget_block:last-child {
		padding-top: 0px !important;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (max-width: 360px) {
	#anthemes-404 .middle-404 {
		width: 360px;
		margin: 0 auto;
		text-align: center;
	}

	#anthemes-404 {
		height: auto;
		padding-top: 0px !important;
	}

	.newsletter-cf .widget.widget_block:first-child {
		padding-bottom: 0px !important;
	}

	.newsletter-cf .widget.widget_block:last-child {
		padding-top: 0px !important;
	}
}

@media only screen and (max-width: 359px) {

	/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
	/* - Header - */
	.main-header {
		width: 305px;
	}

	.wrap-center {
		width: 305px;
	}

	.wrap-middle {
		width: 305px;
	}

	/* - Layout content - */
	.wrap-fullwidth {
		width: 305px;
		margin: 0 auto 30px auto;
	}

	.wrap-fullwidth-bg {
		width: 305px;
		margin: 30px auto 30px auto;
	}

	.wrap-fullwidth-bg .entry {
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
	}

	.home-sidebar {
		width: 305px;
	}

	/* .page-content */
	.single-content {
		width: 305px;
		margin: 30px 0 0 0;
	}

	.sidebar {
		width: 305px;
		float: left;
		margin-top: 50px;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	.sidebar .widget {
		width: 250px;
		margin-bottom: 25px;
		display: block;
		float: left;
		margin-right: 0px;
		padding-left: 27.5px;
		padding-right: 27.5px;
	}

	.sidebar .menu__item {
		width: 250px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Logo -- */
	.logo {
		position: relative;
		z-index: 203;
		max-width: 150px !important;
	}

	.woocommerce-page img.logo {
		max-width: 130px !important;
	}

	/* -- Search -- */
	header .searchform2 {
		height: auto;
		float: right;
		margin: -61px 50px 0 0;
		position: relative;
		z-index: 203;
	}

	header .searchform2 input::placeholder {
		color: #111 !important;
	}

	header .search-field {
		width: 20px;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: width;
		-webkit-transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: width;
		-moz-transition-timing-function: ease;
		-o-transition-duration: 400ms;
		-o-transition-property: width;
		-o-transition-timing-function: ease;
		transition-duration: 400ms;
		transition-property: width;
		transition-timing-function: ease;
	}

	header .search-field:focus {
		width: 170px;
		overflow: hidden;
	}

	/* -- Top social icons -- */
	.top-social {
		display: none;
	}

	/* -- Top Authors -- */
	.authors {
		width: 100%;
		height: 40px;
	}

	ul.list-authors {
		width: 305px;
	}

	ul.list-authors li {
		width: 40px;
		height: 40px;
		margin: 0 10px 0 0;
	}

	ul.list-authors li img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}

	ul.list-authors li:nth-child(n+7) {
		display: none;
	}

	ul.list-authors li div.tooltiptext {
		display: none;
	}

	div.list-trophy {
		margin: -60px 0 0 20px;
	}

	/* -- Responsive Menu Styles -- */
	#respMenu li.current_page_item a,
	#respMenu li.current-menu-ancestor a,
	#respMenu li.current-menu-item a,
	#respMenu li.current-menu-parent a {
		background: transparent !important;
		color: #000 !important;
	}

	/* -- Popular Words -- */
	.top-navigation {
		display: none;
	}

	/* -- Drop Down Categories -- */
	.dropbtn {
		width: 35px;
		padding: 0 0 4px 10px;
		font-size: 0px;
	}

	.dropdown {
		margin: 68px 0 0px 0;
		width: 35px;
	}

	ul#myDropdown {
		right: 0px;
	}

	ul#myDropdown li {
		right: 0px;
	}

	.dropbtn::before {
		font-size: 16px;
		padding-right: 10px;
		padding-left: 5px;
	}

	/* -- Header button ADD -- */
	header .bt {
		display: none;
	}

	/* -- Notifications Recent posts -- */
	.notifications-recent-comments {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/
	/* -- Home content -- */
	.home-content div.entry {
		width: 87%;
		margin: 40px 30px 0 30px !important;
		padding: 30px 0 !important;
	}

	/* -- Sub Header Search -- */
	.front-overlay-wrap h1 {
		padding: 40px 15px 0 15px;
		font-weight: 400;
		font-size: 20px;
		line-height: 32px;
		word-spacing: 4px;
	}

	.front-overlay-content .searchform2 {
		width: 305px;
	}

	.front-overlay-content .searchform2 .search-field {
		width: 223px;
	}

	/* -- Categories in 4 columns Big Search -- */
	ul.cat-4cols {
		width: 305px;
		margin: 30px 0 30px -30px;
		display: inline-block;
	}

	ul.cat-4cols li {
		width: 45%;
		margin-left: 5%;
	}

	ul.cat-4cols li a {
		font-size: 12px;
		font-weight: 500;
		margin-right: 0px;
	}

	ul.cat-4cols li.cat-item span {
		display: none;
	}

	ul.cat-4cols li:nth-child(n+9) {
		display: none;
	}

	/* -- Blog Style -- */
	ul.grid_list {
		margin: 0 0 0 0px;
	}

	ul.grid_list li {
		width: 305px;
		margin: 0 0 20px 0px;
	}

	ul.grid_list li img {
		width: 305px;
	}

	ul.grid_list li div.grid-content {
		padding: 30px 25px 25px 25px;
	}

	/* - views- */
	div.post-views {
		display: block;
	}

	/* -- Ranting Home -- */
	.home-rating {
		margin: 11px 20px 0 0px;
		float: right;
	}

	.home-rating span.star-result,
	.home-rating span.count {
		font-size: 12px !important;
	}

	/* - Blog Style Ads - */
	ul.grid_list li.homeadv,
	ul.grid_list li.homeadv img {
		width: 305px !important;
		min-height: 183px;
	}

	/* -- Posts hover border -- */
	.borderhover {
		width: 305px;
	}

	/* -- Icons -- */
	ul.meta-icons-home {
		display: none;
	}

	/* -- Default pagination -- */
	.defaultpag {
		width: 290px;
	}

	.defaultpag a {
		font-size: 14px;
		padding: 7px 15px 8px 15px;
		margin-left: 5px;
		margin-right: 5px;
	}

	/* -- Title Module Widget -- */
	.menu__item-name {
		font-size: 20px;
	}

	.menu--adsila {
		font-size: 14px;
	}

	.menu__item {
		width: 260px;
	}

	/* -- Modul carousel -- */
	.carousel {
		width: 305px;
	}

	.carousel-item__image {
		width: 230px;
		height: 350px;
	}

	.carousel-item__image img {
		width: 230px;
		height: 350px !important;
	}

	.carousel-item__info {
		padding: 0 25px;
		width: 60%;
	}

	.carousel-item__title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 25px;
	}

	.carousel-item__description {
		display: none;
	}

	/* - Blog Style / Masonry - */
	ul.big-list {
		width: 305px;
		height: auto;
		margin: 0 0 -20px -20px;
	}

	ul.big-list li {
		width: 305px;
		height: 200px;
		margin: 0 0 20px 20px;
	}

	ul.big-list li img {
		width: 160px;
		height: 200px;
	}

	ul.big-list li .borderhover {
		width: 160px;
	}

	ul.big-list li div.noimg {
		height: 200px;
	}

	ul.big-list li div.list-content {
		margin-left: 160px;
		padding: 20px 20px 0 20px;
	}

	ul.big-list li h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		margin-top: 0px;
	}

	ul.big-list li div.list-content p {
		display: none;
	}

	ul.big-list li .grid-comm {
		display: none;
	}

	/* - Blog Style / Masonry - */
	ul.big-list-black {
		width: 305px;
		height: auto;
		margin: 0 0 -20px -20px;
	}

	ul.big-list-black li {
		width: 305px;
		height: 200px;
		margin: 0 0 20px 20px;
	}

	ul.big-list-black li img {
		width: 160px;
		height: 200px;
	}

	ul.big-list-black li .borderhover {
		width: 160px;
	}

	ul.big-list-black li div.noimg {
		height: 200px;
	}

	ul.big-list-black li div.list-content {
		margin-right: 160px;
		padding: 20px 20px 0 20px;
	}

	ul.big-list-black li h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		margin-top: 0px;
	}

	ul.big-list-black li div.list-content p {
		display: none;
	}

	ul.big-list-black li .grid-comm {
		display: none;
	}

	/* - Blog Style for modules - */
	.home-sidebar ul.grid_list {
		width: 305px;
		height: auto;
		margin: 0 0 -20px -20px;
	}

	.home-sidebar ul.grid_list li {
		width: 305px;
		height: 400px;
		margin: 0 0 20px 20px;
	}

	.home-sidebar ul.grid_list li img {
		width: 305px;
	}

	.home-sidebar ul.grid_list li .borderhover {
		width: 305px;
	}

	.home-sidebar ul.meta-icons-home {
		display: none;
	}

	.home-sidebar ul.grid_list li h2 {
		font-size: 16px;
		line-height: 24px;
	}

	/*----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/
	/* -- not-found -- */
	.not-found .searchform2 {
		margin: 28px 0 0 0;
		display: block;
	}

	.not-found .search-field {
		width: 150px;
	}

	.not-found {
		width: 240px;
		padding: 50px 25px;
	}

	/* -- Single Share -- */
	ul.meta-entry-top li ul.single-share a span {
		display: none;
	}

	ul.meta-entry-top li ul.single-share li a.fbbutton i {
		padding-right: 4px;
		padding-left: 4px;
	}

	ul.meta-entry-top li ul.single-share li a.fbbutton {
		padding: 6px 3px 5px 3px;
	}

	ul.meta-entry-top li span.updated {
		display: none;
	}

	ul.meta-entry-top li ul.single-share li a {
		padding: 6px 0px 5px 0px;
	}

	/* -- Related articles single -- */
	.single-related-wrap {
		width: 100%;
	}

	.prev-entry {
		padding: 35px 10%;
		text-align: center;
		width: 80%;
	}

	.prev-articles h2 {
		font-size: 16px;
		line-height: 26px;
	}

	.prev-articles .one_half,
	.prev-articles .one_half_last {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	/* -- Page / Article Title -- */
	h1.article-title {
		font-size: 26px;
		line-height: 32px;
	}

	.entry h1.page-title {
		font-size: 26px;
		line-height: 32px;
	}

	/* - Top entry - */
	.entry-top {
		width: 280px;
	}

	ul.meta-entry-top li {
		font-size: 12px;
	}

	/* - views- */
	ul.meta-entry-top li.post-views {
		padding: 0 0px 0 0px;
		font-size: 10px;
	}

	ul.meta-entry-top li.post-views i {
		font-size: 14px;
	}

	/* -- Entry content style -- */
	.entry {
		width: 280px;
	}

	/* -- Entry bottom -- */
	.entry-bottom {
		width: 280px;
	}

	/* -- Responsive Images -- */
	.entry iframe {
		max-width: 280px;
		height: 180px;
		margin-left: 0px;
	}

	.entry .g-recaptcha iframe {
		max-width: 100%;

	}

	/* Qefood Recipe Style */
	.qefood-note {
		width: 240px;
		margin: 25px auto;
		padding: 15px 15px 25px 15px;
	}

	.qefood-note img {
		width: 70px;
		height: 55px;
		object-fit: cover;
		float: right;
		padding: 10px;
	}

	div.article-source-link a {
		font-size: 12px;
		margin: 15px;
	}

	/* -- About Author -- */
	.author-meta {
		width: 305px;
	}

	.author-meta-entry {
		padding: 45px 0px 0 0px;
		float: left;
		margin-bottom: -30px;
	}

	.author-info {
		width: auto;
		height: auto;
		margin: 5px 0 -15px 35px;
	}

	.author-left-meta img.avatar {
		width: 50px;
		height: 50px;
	}

	.author-info p {
		margin-left: 40px;
		font-size: 13px;
	}

	.author-left-meta {
		width: 50px;
		height: 150px;
		float: left;
		padding: 0 30px 0 0;
	}

	div.author-info i.fa-home {
		padding-left: 3px;
		padding-right: 3px;
	}

	ul.author-social-top {
		margin: 0px 0 0 45px !important;
	}

	/* -- Prev and Next articles --*/
	.bottom-rating {
		padding: 0 15px 25px 0px;
		left: 0;
		bottom: -15px;
		position: fixed;
		z-index: 1;
	}

	div.rating-form form {
		padding: 15px;
	}

	.bottom-rating div.rating-form h4 {
		margin: 0px 0 0 0;
		font-size: 14px;
	}

	.bottom-rating span.mr-star-rating i {
		font-size: 14px !important;
	}

	.bottom-rating input.wp-block-button__link {
		font-size: 12px;
		padding: 10px 20px;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/
	/* -- Meta in two columns -- */
	.widget_meta ul {
		width: 95%;
		margin-left: 0;
	}

	.widget_meta li {
		width: 95%;
		margin-left: 0;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/
	ul.comment {
		width: 280px;
	}

	.comments {
		width: 280px;
	}

	ul.comment li span.comment-date {
		display: none;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/
	/* -- 404 page -- */
	#anthemes-404 {
		padding: 40px 0 0px 0;
	}

	#anthemes-404 .middle-404 {
		width: 305px;
		margin: 0 auto;
	}

	#anthemes-404 h1 {
		font-size: 38px;
		padding: 30px 0 20px 0;
	}

	#anthemes-404 p {
		font-size: 16px;
		line-height: 28px;
	}

	#anthemes-404 .one_half,
	#anthemes-404 .one_half_last {
		float: left;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	#anthemes-404 .one_half_last {
		margin-right: 0;
	}

	#anthemes-404 img {
		width: 45%;
		margin-top: 0px;
		float: none;
		margin-right: 0px;
	}

	/* -- Contact Form 7 Plugin -- */
	form.wpcf7-form {
		padding: 20px 25px 0px 25px;
	}

	/* -- Shop Style -- */
	.woocommerce .woocommerce-result-count {
		display: none;
	}

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 48% !important;
	}

	.woocommerce-product-search button {
		padding: 10px 10px 11px 10px !important;
	}

	/*-----------------------------------------------------------------------------
----------------------------- 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/
	/* -- Footer -- */
	.wrap-footer-middle {
		width: 305px;
	}

	.wrap-footer {
		width: 100%;
		min-height: 100px;
		margin: 0 auto;
	}

	footer {
		background-color: #fafafa !important;
	}

	/* -- Top social icons -- */
	.footer-social {
		display: none;
	}

	/* -- Footer Notice -- */
	.footer-notice {
		padding-bottom: 100px;
	}

	.wrap-footer-small {
		width: 300px;
	}

	.footer-notice-left {
		width: 300px;
		padding-bottom: 0px;
	}

	.footer-notice h2 {
		font-size: 22px;
		line-height: 36px;
		text-align: center;
	}

	.footer-notice h4 {
		text-align: center;
		padding-bottom: 35px;
		padding-top: 15px;
		font-weight: 400;
	}

	footer .bt {
		width: 70px;
		float: none;
		margin: 0 auto;
	}

	/* -- widgets -- */
	footer .wrap-middle {
		width: 305px;
		padding: 30px 0 0px 0;
	}

	footer .textwidget {
		margin-top: -40px !important;
		padding-right: 0px;
	}

	footer .menu__item {
		width: 250px;
	}

	div.wrap-middle .widget {
		margin: 0 !important;
		font-size: 16px;
	}

	div.wrap-middle .widget {
		font-size: 16px;
		width: 250px;
		padding: 25px 27.5px;
		background-color: #fff;
	}

	footer .one_fourth,
	footer .one_fourth_last {
		float: left;
		width: auto;
		margin-right: 0%;
		margin-left: 0%;
	}

	footer .one_fourth_last {
		margin-right: 0%;
	}

	/* -- Copyright -- */
	.copyright {
		padding-top: 25px;
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 800px) {

	#anthemes-404 {
		min-height: auto;
		padding-top: 60px;
	}

	footer .footer-wrap-middle .one_fourth .widget_media_image a img {
		width: 250px;
	}
}

@media only screen and (max-width: 460px) {
	.sidebar.t-sidebar .widget_qefood_wp_300px .img-300 {
		margin: 0;
	}

	.sidebar.t-sidebar .widget_qefood_wp_300px {
		justify-content: center;
		display: flex;
		align-items: center;
	}

	.sidebar.t-sidebar .widget_qefood_wp_300px .img-300 a {
		display: flex;
	}

	.gglcptch_recaptchadiv>div>div iframe {
		/* 		    transform: scale(1); */
		transform-origin: left top;
	}

	.gglcptch_recaptcha>div>div,
	.gglcptch_recaptcha>div {
		width: 273px !important;
	}

	.gglcptch_recaptcha>div>div iframe {
		width: 273px !important;
	}

	.rc-anchor-compact {
		width: 100%;
	}
}

/* @media only screen and (max-width: 400px) {
	.gglcptch_recaptcha iframe {
		transform: scale(0.9);
		transform-origin: left top;
	} 
} */
@media only screen and (max-width: 760px) {
	.single-content .woocommerce .woocommerce-MyAccount-content {
		width: 100%;
	}

	.g-recaptcha>div>div {
		height: 46px;
		/* transform:scale(0.77); */
		/* -webkit-transform:scale(0.77); */
		text-align: center;
		position: relative;
		transform-origin: left top;
	}

	.newsletter-cf .widget.widget_block {
		padding-bottom: 0px;
	}

	div.wrap-middle .newsletter-cf>.widget.widget_block {
		padding-bottom: 0px !important;
	}

	/* div.wrap-middle .newsletter-cf > .widget.widget_block .wp-block-contact-form-7-contact-form-selector {
		margin-top: -30px !important;
	} */

	/* 	.wpfepp-form .g-recaptcha {
		height: 111px;
		margin-bottom: 10px;
	}
	.wpfepp-form .g-recaptcha iframe{
		height: 111px;
		margin-bottom: 10px;
		    width: 380px !important;
	} */
	/* 	 .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }
} */
}

@media only screen and (max-width: 400px) {
	.single-content .woocommerce .woocommerce-MyAccount-navigation.woo-navigation ul li {
		margin-right: 10px;
		width: 100%;
		justify-content: space-between;
	}
}

.entry .g-recaptcha iframe {

	transform-origin: left top;
}

.img-300 img {
	width: 100%;
}

.woo-account-details .woocommerce-mailchimp {
	display: none;
}

@media only screen and (min-width: 1260px) and (max-width: 1400px) {
	.entry-top {
		width: 800px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1259px) {
	.entry-top {
		width: 96% !important;
	}
}

@media screen and (max-width:409px) {
	body.page-id-222 form.wpcf7-form input.wpcf7-submit {
		margin-top: -10px;
	}

	body.page-id-16338 form.wpcf7-form input.wpcf7-submit {
		margin-top: -10px;
	}
}

@media screen and (min-width:1025px) and (max-width:1259px) {
	.logo {
		max-width: 160px !important;
	}
}

@media only screen and (min-width: 360px) and (max-width: 759px) {
	body.archive.author ul.grid_list {
		height: auto !important;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1259px) {
	body.archive.author ul.grid_list {
		height: auto !important;
	}
}

body.archive.author ul.grid_list {
	height: auto !important;
}

@media screen and (min-width:1025px) and (max-width:1259px) {
	.sidebar-wrapper .sidebar .widget_qefood_wp_300px .img-300 img {
		max-width: 250px;
	}
}

/* 16.05.2025 */
@media screen and (max-width:820px) {
	body.page-id-13 .qtip-default.wpfepp-tooltip {
		left: auto !important;
		margin-top: 40px;
		right: 28px;
	}

	body.page-id-13 #qtip-1.qtip-default.wpfepp-tooltip {
		margin-top: 214px !important;
	}

	body.page-id-13 #qtip-2.qtip-default.wpfepp-tooltip {
		margin-top: 60px !important;
	}

	body.page-id-13 #qtip-4.qtip-default.wpfepp-tooltip {
		margin-top: 36px !important;
	}

	body.page-id-13 .qtip-tip {
		top: 0 !important;
		margin-top: -8px !important;
		left: 0 !important;
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 768px) and (min-width:576px) {
	body.page-id-13 #qtip-1.qtip-default.wpfepp-tooltip {
		margin-top: 175px !important;
	}
}

@media screen and (max-width: 1259px) and (min-width:1025px) {
	body.page-id-13 .qtip-default.wpfepp-tooltip {
		left: auto !important;
		margin-top: 40px;
		right: 60px;
	}

	body.page-id-13 #qtip-1.qtip-default.wpfepp-tooltip {
		margin-top: 145px !important;
	}

	body.page-id-13 #qtip-2.qtip-default.wpfepp-tooltip {
		margin-top: 60px !important;
	}

	body.page-id-13 #qtip-4.qtip-default.wpfepp-tooltip {
		margin-top: 36px !important;
	}

	body.page-id-13 .qtip-tip {
		top: 0 !important;
		margin-top: -8px !important;
		left: 0 !important;
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 850px) and (min-width:784px) {
	body.page-id-13 #qtip-1.qtip-default.wpfepp-tooltip {
		margin-top: 145px !important;
	}
}

.newsletter-recaptcha {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.newsletter-recaptcha iframe {
	transform: scale(0.77);
	transform-origin: top left;
	margin-top: 18px;
}

/* 08-07-2025  */
@media only screen and (max-width: 320px) {

	/* div.wrap-middle .widget{
		width: 250px;
    } */
	footer .newsletter-cf .widget.widget_block:last-child {
		width: 250px;
	}

	footer .wrap-middle.footer-wrap-middle .one_fourth .widget.widget_qefood_wp_topposts ul.article_list li.img-zoom-in a h4.article-title {
		text-wrap: balance;
	}
}
@media only screen and (max-width: 1024px){
	#popmake-42453 {
		border-radius: 0.25rem;
		width: 95% !important;
		left: 325px !important;
	}
}
@media only screen and (max-width: 992px) {
	#popmake-42453 {
		width: 97% !important;
		top: 20% !important;
		left: 12px !important;
	}
	/* 11-07-2025 */
		#popmake-42453 form .wpcf7-spinner {
			right: 72px;
		}
}

@media only screen and (max-width: 768px) {
	#popmake-42453 {
		left: 12px !important;
		width: 95% !important;
		top: 40% !important;
	}
}

@media only screen and (max-width: 576px) {
	#popmake-42453 {
		width: 90% !important;
		left: 13px !important;
		top: 20% !important;
	}

	#popmake-42453.pum-theme-42429 .pum-container,
	#popmake-42453 .pum-theme-framed-border .pum-container form {
		flex-direction: column;
		gap: 12 !important;
	}

	#popmake-42453.pum-theme-42429 .pum-container,
	#popmake-42453 .pum-theme-framed-border .pum-container form br {
		display: none;
	}

	#popmake-42453 .pum-theme-42429 .pum-title,
	#popmake-42453 .pum-theme-framed-border .pum-title {
		font-size: 26px !important;
	}


/* 10-07-2025  */
#pum-42453 form {
	flex-direction: column;
}
#pum-42453 form button{
	margin: 0 auto;
}
#pum-42453 #pum_popup_title_42453 {
	font-size: 26px;
}
/* 10-07-2025 evening */
/* 11-07-2025 */
#popmake-42453 #wpcf7-f42522-o1 form.wpcf7-form input.wpcf7-submit{
	margin: 0 !important;
	width: 100% !important;
	margin-top: 10px !important;
}
#popmake-42453 form.wpcf7-form input.wpcf7-submit{
	font-size: 14px !important;
}
#popmake-42453 .pum-content .wpcf7-f42522-o1 form.wpcf7-form .news_letter_homepage_popup p form.wpcf7-form .wpcf7 input[type="url"], .wpcf7 input[type="email"]{
	width: 100% !important;
}
#popmake-42453 form .wpcf7-spinner {
	top: auto;
	right: 47%;
	bottom: -18%;
}
}

@media only screen and (max-width: 320px) {
	#popmake-42453 {
		width: 90% !important;
		left: 13px !important;
		top: 20% !important;
	}

	#popmake-42453.pum-theme-42429 .pum-container,
	#popmake-42453 .pum-theme-framed-border .pum-container form {
		flex-direction: column;
		gap: 12 !important;
	}
		#popmake-42453 .pum-theme-42429 .pum-title,
		#popmake-42453 .pum-theme-framed-border .pum-title {
			font-size: 20px !important;
		}
}

