/* Mobile View */
@media (max-width: 767px) {
	html {
    direction: ltr;
		margin-top: 0 !important;
  }

	body {
		padding: 60px 0;
		direction: ltr;
		width: 100vw;
		overflow-x: hidden;
		background: #060b16;
	}

	body * {
		direction: rtl;
	}

	.wrapper {
		width: 100%;
		padding: 0 20px;
		overflow: hidden;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	header {
		background: #425168;
		height: 60px;
	}

	header .wrapper {
		padding: 0 15px;
	}

	body.admin-bar header {
		top: 0;
	}

	header a.logo {
		width: 100%;
		height: 60px;
		background-size: auto 46px;
		background-position: center center;
	}

	header a.phone {
		position: absolute;
		top: 0;
		left: 20px;
    padding: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}

	header a.phone span {
		background: #fff;
		width: 30px;
		height: 30px;
		display: inline-block;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
	}

	header a.phone span svg {
		max-height: 14px;
		fill: #425168;
		width: auto;
		vertical-align: middle;
	}

	header .call {
		display: none;
	}

	header ul.menu {
		display: none;
	}

	header .search {
		display: none;
	}

	section.content article {
		text-align: right;
	}

	 html {
		 margin-top: 0 !important;
	 }

	 body:not(.home) section.content {
		 padding: 20px 0;
	 }

	 section.content article .featured a {
		 flex-wrap: wrap;
		 padding: 0 10px;
	 }

	 section.content article .featured a .thumb {
		 width: 100%;
		 height: 60vw;
	 }

	 section.content article .featured a .text {
		 padding: 20px 0 0 0;
		 width: 100%;
	 }

	 section.content article .categories-icons {
		 padding: 0 10px;
	 }

	 section.content article .categories-icons ul {
		 flex-wrap: wrap;
		 background: transparent;
		 -webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,0);
     -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,0);
     box-shadow: 0 6px 10px -3px rgba(0,0,0,0);
		 margin: -5px;
	 }

	 section.content article .categories-icons ul li {
		 width: 50%;
		 flex: none;
		 border: 0;
		 padding: 5px;
	 }

	 section.content article .categories-icons ul li a {
		 -webkit-box-shadow: 0 6px 10px -3px rgba(0,0,0,0.1);
		 -moz-box-shadow: 0 6px 10px -3px rgba(0,0,0,0.1);
		 box-shadow: 0 6px 10px -3px rgba(0,0,0,0.1);
		 padding: 10px;
		 background: #fff;
		 height: 100%;
	 }

	 section.content article .category-posts {
		 padding: 0 10px;
	 }

	 section.content article .category-posts > div:not(.elementor-swiper) {
		 display: none;
	 }

	 section.content article .category-posts > div.elementor-swiper {
		 display: block;
		 margin: 0 0 10px 0;
	 }

	 section.content article .category-posts > div.elementor-swiper .swiper-button-next,
	 section.content article .category-posts > div.elementor-swiper .swiper-button-prev {
		 margin: 0 0 -52px 0;
		 height: 42px !important;
		 width: 42px !important;
		 line-height: 42px !important;
		 border-radius: 0;
	 }

	 section.content article .category-posts > div.elementor-swiper .swiper-button-prev {
		 border-top-left-radius: 3px;
		 border-bottom-left-radius: 3px;
	 }

	 section.content article .category-posts > div.elementor-swiper .swiper-button-next {
		 border-top-right-radius: 3px;
		 border-bottom-right-radius: 3px;
	 }

	 section.content article .category-posts > div.elementor-swiper .swiper-button-next i,
	 section.content article .category-posts > div.elementor-swiper .swiper-button-prev i {
		 animation: blink-animation .7s steps(5,start) infinite;
     -webkit-animation: blink-animation .7s infinite;
	 }

	 section.content article .category-posts > a {
		 line-height: 42px;
	 }

	 section.content aside {
		 width: 100%;
	 }

	 .sub-menu-categories {
		 display: none;
	 }

	 .footer-categories {
		 padding: 20px 0;
	 }

	 .footer-categories .wrapper > ul {
		 flex-wrap: wrap;
	 }

	 .footer-categories .wrapper > ul > li {
		 width: 100%;
	 }

	 .footer-categories .wrapper > ul > li > a {
		 min-height: 0;
		 align-items: center;
	 }

	 .footer-categories .wrapper > ul > li > a svg {
		 height: 24px;
	 }

	 .footer-categories .wrapper > ul > li > a h3 {
		 font-size: 18px;
	 }

	 footer .wrapper {
		 padding: 20px;
	 }

	 footer ul.widgets {
		 flex-wrap: wrap;
		 margin: -15px 0;
	 }

	 footer > .wrapper > ul.widgets > li {
		 width: 100%;
		 padding: 15px 0;
	 }

	 footer .bottom {
		 text-align: center;
		 line-height: 25px;
		 padding: 10px 0;
	 }

	 footer .bottom .wrapper {
		 display: block;
	 }

	 ul.social {
		 display: none;
	 }

	 body.single section.content .wrapper article h1 {
		 font-size: 32px;
		 line-height: 32px;
	 }

	 body.single section.content .wrapper article .breadcrumbs {
		 white-space: nowrap;
		 overflow: hidden;
		 text-overflow: ellipsis;
	 }

	 body.single section.content .wrapper article .meta {
		 display: block;
	 }

	 body.single section.content .wrapper article .meta ul.post-meta {
		 margin: 0 0 5px 0;
	 }

	 body.single section.content .wrapper article .similar {
		 margin: 0 0 10px 0;
	 }

		body.single section.content .wrapper article .similar .swiper-pagination,
		body.single section.content .wrapper article .similar .swiper-button-prev,
		body.single section.content .wrapper article .similar .swiper-button-next {
			display: block;
		}

	 section.content .wrapper article .posts-category li,
	 section.content.no-sidebar .wrapper article .posts-category li {
		 width: 100%;
	 }

	 body:not(.home) section.content .wrapper {
		 display: block;
	 }

	 section.content .wrapper article {
		 width: 100%;
		 padding: 0 0 20px 0;
	 }

	 section.content .wrapper aside {
		 width: 100%;
	 }

	.click2action {
		background-color: rgba(66, 81, 104, .85);
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px 5px;
		z-index: 1002;
	}

	.click2action ul {
		display: flex;
	}

	.click2action ul li {
		padding: 0 5px;
		line-height: 40px;
		width: 100%;
	}

	.click2action ul li a {
		display: block;
		background: rgba(255,255,255,0.85);
		color: #425168;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
		text-decoration: none;
	}

	.click2action ul li a svg {
		max-height: 16px;
		width: auto;
		vertical-align: middle;
		margin-left: 5px;
		fill: #425168;
	}

	.pushmenu {
    overflow-y: hidden;
  }

	.pushmenu-menu {
  	width: 250px;
  	position: fixed;
  	top: 0;
		right: 0;
  	height: calc(100% - 60px);
  	padding: 60px 0;
  	overflow-y: scroll;
  	z-index: 999;
  	display: block;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
  	transition: opacity 0.2s linear;
  }

  .pushmenu .pushmenu-menu {
    opacity: 1;
  }

  .pushmenu-content {
  	-webkit-transition: transform 0.2s linear;
  	transition: transform 0.2s linear;
    position: relative;
    z-index: 1000;
    overflow-x: hidden;
		background: #fafafa;
  }

  .pushmenu .pushmenu-content {
  	transform: translate(-250px);
  	position: relative;
  }

	.pushmenu-menu > ul {
		border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
		margin: 0 0 20px 0;
	}

  .pushmenu-menu > ul > li {
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
  }
  .pushmenu-menu > ul > li.current-page-parent {
    background: rgba(255, 255, 255, 0.03);
  }
  .pushmenu-menu > ul > li:first-child {
    border-top: 0;
  }
  .pushmenu-menu > ul > li > a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    padding: 0 15px;
    text-decoration: none;
    position: relative;
  }
  .pushmenu-menu > ul > li.menu-item-has-children > a:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    font-size: 13px;
    color: #fff;
    top: 0;
    line-height: 52px;
  }
  .pushmenu-menu > ul > li > ul {
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .pushmenu-menu > ul > li > ul.sub-menu-open {
    height: 100%;
  }
  .pushmenu-menu > ul > li > ul > li > a {
    color: #dadee6;
    font-size: 16px;
    padding: 0 30px;
    display: block;
    text-decoration: none;
  }
  .pushmenu-menu > ul > li > ul > li.current-menu-item > a {
    color: #fff;
    font-weight: 700;
  }
  .pushmenu-menu > ul > li > ul > li.current-menu-item > a:before {
    content: "\f177";
    font-family: "FontAwesome";
    font-size: 11px;
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .pushmenu-menu > ul > li > ul > li:last-child {
    margin-bottom: 20px;
  }

	.pushmenu-menu a.language {
		display: block;
		text-align: center;
	}

	.pushmenu-menu a.language img {
		display: inline-block;
		height: 30px;
	}

	.nav-list {
		width: 60px;
		height: 60px;
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		background-color: transparent;
		border: 0;
		outline: none;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-decoration: none !important;
		z-index: 2000;
	}

	.nav-list div {
		height: 16px;
		width: 26px;
		position: relative;
	}

	.nav-list span {
		-webkit-transition: opacity 0.1s ease-in-out 0.1s;
		transition: opacity 0.1s ease-in-out 0.1s;
		display: block;
		background: #fff;
		width: 26px;
		height: 2px;
		font-size: 10px;
		text-align: center;
		border-radius: 0;
		position: relative;
		top: 50%;
		margin-top: -1px;
		right: 0;
	}

	.nav-list i {
		font-size: 11px;
		font-weight: 700;
		line-height: 10px;
		margin: 5px 0 0 0;
		color: #fff;
		text-align: center;
	}

	.nav-list div span:nth-child(1), .nav-list div span:nth-child(3) {
	  -webkit-transition: all 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
	  transition: all 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
	  transition: all 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
	  transition: all 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
	}

	.nav-list div span:nth-child(1) {
		transform: translateY(-5px);
	}

	.nav-list div span:nth-child(3) {
		transform: translateY(5px);
	}

	body.pushmenu .nav-list div span:nth-child(1) {
		transform: translateY(1px) rotate(45deg);
	}

	body.pushmenu .nav-list div span:nth-child(3) {
		transform: translateY(-1px) rotate(-45deg);
	}

	body.pushmenu .nav-list span:nth-child(2) {
	  opacity: 0;
	  -webkit-transition-delay: 0s;
	  transition-delay: 0s;
	}

	.pushmenu .search {
		margin: 0 15px;
	}

	.pushmenu .search input,
	.pushmenu .search button {
		background: transparent;
		color: #fff;
		border-color: rgba(255,255,255,.1);
	}

	.animation_phone {
		animation: animationphone 0.3s infinite;
	}

	.animation_phone_line {
		animation: animationlines 0.8s infinite;
		transform-origin: bottom left;
	}

	@keyframes animationlines {
    0% {
			transform: scale(0);
			opacity: 0;
		}
    40% {
			transform: scale(1);
			opacity: 1;
		}
		100% {
			transform: scale(2);
			opacity: 0;
		}
	}

	@keyframes animationphone {
	  0% { transform: translate3d(0, 0, 0); }
	  50% { transform: translate3d(20px, 0, 0); }
	}

	.tableWrap {
		width: calc(100vw - 40px);
		overflow-x: scroll;
		border-left: 1px #ececec solid;
	}

	section.content .wrapper article table {
		min-width: 100%;
		border-left: 0;
	}

	section.content .wrapper article table tr:first-child {
		white-space: nowrap;
	}

	section.content .wrapper article table tr:first-child td,
	section.content .wrapper article table tr:first-child th {
		min-width: 100px;
	}

	section.content .wrapper article table tr td:last-child,
	section.content .wrapper article table tr th:last-child {
		border-left: 0;
	}

	#wpadminbar {
		display: none;
	}

	body.admin-bar .pushmenu-content {
		margin: 0;
	}
}
