/* Custom Shota Font */

@font-face {
	font-family: "shotafont";
	src: url("fonts/ClashGroteskDisplay-Extralight.woff") format("woff");
	font-weight: 200;
}

@font-face {
	font-family: "shotafont";
	src: url("fonts/ClashGroteskDisplay-Light.woff") format("woff");
	font-weight: 300;
}

@font-face {
	font-family: "shotafont";
	src: url("fonts/ClashGroteskDisplay-Regular.woff") format("woff");
	font-weight: 400;
}

@font-face {
	font-family: "shotafont";
	src: url("fonts/ClashGroteskDisplay-Regular.woff") format("woff");
	font-weight: 500;
}

@font-face {
	font-family: "shotafont";
	src: url("fonts/ClashGroteskDisplay-Semibold.woff") format("woff");
	font-weight: 600;
}

@font-face {
	font-family: "shotafont";
	src: url("fonts/ClashGroteskDisplay-Bold2.woff") format("woff");
	font-weight: 800;
}

@font-face {
	/*font-family: "shotafont";*/
	font-family: "icomoon";
	src: url("fonts/icomoon.woff") format("woff"), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg') format('svg');
	font-weight: 800;
}


/* Custom Shota pa Display Font */

@font-face {
	font-family: "shotafont2";
	src: url("fonts/ClashGrotesk-Extralight.woff") format("woff");
	font-weight: 200;
}

@font-face {
	font-family: "shotafont";
	src: url("fonts/ClashGrotesk-Light.woff") format("woff");
	font-weight: 300;
}

@font-face {
	font-family: "shotafont";
	src: url("fonts/ClashGrotesk-Regular.woff") format("woff");
	font-weight: 400;
}

@font-face {
	font-family: "shotafont";
	src: url("fonts/ClashGrotesk-Regular.woff") format("woff");
	font-weight: 500;
}

@font-face {
	font-family: "shotafont";
	src: url("fonts/ClashGrotesk-Semibold.woff") format("woff");
	font-weight: 600;
}

@font-face {
	font-family: "shotafont";
	src: url("fonts/ClashGrotesk-Bold2.woff") format("woff");
	font-weight: 800;
}


/* Background, Colors and Fit all content to screen size*/

html,
body {
	background-color: #191919;
	color: #fff;
	font-family: shotafont;
	/* overflow-y: scroll; */
	/*overflow-x: hidden;*/
	height: 100%;
	/* position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0; */
}

a,
a:visited,
a:hover {
	color: #fff;
}

p {
	color: #fff;
}


/* Homepage */

.allcolumns {
	height: 80%;
}

.secondtier-columns {
	height: 100%;
}

.logo-container {
	height: 20%;
	padding: 1em;
}

.logocolumn {
	border-right: solid 1px #707070;
	width: 13% !important;
}

/*#first-column {*/
/*	background-color: #191919;*/
/*	width: 18% !important;*/
/*	position: fixed;*/
/*	height: 110vh;*/
/*    z-index: 10000000000;*/
/*}*/

.left-column-sp-cover{
	width: 18%;
}

#other-column {
	background-color: #BBFB35;
	width: 18.2% !important;
	position: fixed;
	height: 110vh;
    z-index: 10000000000;
}

.menucolumns {
	border-left: solid 1px #707070;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 5em;
}

.secondtiercolumns {
	border-left: solid 1px #707070;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.menucolumns:hover {
	background-color: #5536ff;
}

.secondtiercolumns:hover {
	background-color: #5536ff;
}

.logotext {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}

.contact-container {
	height: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-text {
	font-size: 1.5rem;
	text-align: center;
}

.contact-container .contact-text {
	display: inline-block;
	position: relative;
	-webkit-transform: rotate(-90deg);
}

.solidarizohu-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.solidarizohu-container img {
	max-width: 65%;
}

.menu-title {
	font-size: 3em;
}

.menu-title-container .menu-title {
	display: inline-block;
	position: relative;
	-webkit-transform: rotate(90deg);
	white-space: nowrap;
}

.menu-title-container {
	height: 20%;
}

.issue-number {
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1em;
}

.issue-description {
	font-size: 1rem;
	font-weight: 400;
}

.issue-column {
	position: relative;
	height: 100%;
}

.issue-columns {
	position: absolute;
	top: 7%;
}

.issue-image {
	width: 80%;
}

.issue-title-number {
	font-size: 2rem;
	font-weight: 400;
	color: #808080;
	text-align: center;
}

.marquee {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	/* overflow-x: hidden; */
}

.content {
	font-size: 6rem;
	/*color: #191919;*/
}

.track {
	padding: 1em;
	position: fixed;
	white-space: nowrap;
	will-change: transform;
	animation: marquee 32s linear infinite;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}


/* Other pages */

.navbar {
	background-color: #191919;
}

.navbar-item,
.navbar-link {
	color: #ffffff;
}

.navbar-start {
	justify-content: flex-end;
	margin-left: auto !important;
	margin-right: 1rem;
}

a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
	background-color: #5536ff;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	a.navbar-item:focus,
	a.navbar-item:focus-within,
	a.navbar-item:hover,
	a.navbar-item.is-active,
	.navbar-link:focus,
	.navbar-link:focus-within,
	.navbar-link:hover,
	.navbar-link.is-active {
		color: #191919;
	}
	.navbar-item .shota-item {
		color: #191919;
	}
}

.shota-item {
	font-size: 1.3rem;
}


/* Category page */

.category-title-container {
	margin-top: 2rem;
	border-bottom: 1px solid #4b4b4b;
}

.category-title {
	font-size: 7rem;
	text-align: center;
}


/* Rubrikat menu */

#menu-pandemic-menu {
	font-size: 1.5rem;
}

.pandemic-menu-class {
	padding-left: 2rem;
	padding-top: 1rem;
}

.issue-items-thumb {
	padding-top: 1rem;
}


/* Footer */

.footer-shota {
	margin-top: 5rem;
	padding: 2rem 2rem 1rem 2rem;
	border-top: 1px solid white;
}

.footer-heading {
	font-size: 2rem;
	font-weight: 500;
}

.mailchimp-newsletter {
	text-align: right;
}

.mailchimp-input {
	color: #fff !important;
	background-color: #191919;
	width: 15rem;
	height: 2.5rem;
	padding-left: 1rem !important;
	border: 1px solid white;
	border-radius: 5px;
}

.mailchimp-input:focus {
	color: #fff !important;
}

.mailchimp-button {
	background: #5536ff !important;
	color: #fff !important;
	height: 2.5rem !important;
	padding: 0 1.5rem !important;
	border: 0px !important;
}

.footer-socials {
	text-align: right;
	margin-top: 1rem;
}

.shota-socials {
	font-size: 1.5rem;
	border: 1px solid white;
	text-align: center;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border-radius: 10%;
	margin-right: 0.1rem;
}

.arrow-homepage {
	font-size: 4em;
	padding-top: 1rem;
}

.shota-search {
	margin-bottom: 5rem;
}

input.search-field {
	background-color: #191919;
	border-bottom: 1px solid #707070;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 90%;
	color: white !important;
	font-family: shotafont;
}

.rreth-nesh-heading {
	font-size: 6em;
	line-height: 1em;
}

.rreth-nesh-desc {
	font-size: 1em;
}

.column.is-1 {
	width: 7%;
}


/* VELLIMET PAGE */

.vellimet-tile {
	margin-top: 7em;
	margin-left: 1em;
}

.vellimet-tile-title {
	font-size: 1.5em;
}

.frymemarrje-tile {
	background-image: url("https://shota.al/wp-content/uploads/2021/02/frymemarrje-cover.png");
	height: 434px;
	width: 100%;
	background-size: cover;
}

.frymemarrje-tile:hover {
	background-image: url("https://shota.al/wp-content/themes/shota/images/frymemarrja-hover.jpg");
}


/* Kontakt Page */

.kontakt-heading {
	font-size: 5rem;
}

.kontakt-email {
	font-size: 2rem;
	font-weight: 300;
}

.kontakt-socials {
	display: inline;
}

.kontakt-social-img {
	vertical-align: middle;
	padding: 0.4em;
}


/* Rubrikat menu */

.navbar-item.has-dropdown:focus .navbar-link,
.navbar-item.has-dropdown:hover .navbar-link,
.navbar-item.has-dropdown.is-active .navbar-link {
	background-color: #fafafa00;
}

.navbar-dropdown {
	background-color: #191919;
	font-size: 0.7em;
}


/* Header */

.navbar-item img {
	max-height: 4rem;
	margin: 0.4em 0 0 0.4em;
}


/* Single Article */

article,
aside,
figure,
footer,
header,
hgroup,
section {
	font-size: 1.1em;
}

.entry-header {
	font-size: 2em;
}


/* .comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	font-size: 1.3em;
	margin-top: 1em;
	border-top: 1px solid gray;
	padding: 1em 1em 0 1em;
} */

#gridcontainer {
	margin: 20px 0;
	width: 100%;
}

#gridcontainer h2 a {
	color: #fff;
	font-size: 1.2em;
}

#gridcontainer .griditemleft {
	float: left;
	width: 278px;
	margin: 0 40px 40px 0;
}

#gridcontainer .griditemright {
	float: left;
	width: 278px;
}

#gridcontainer .postimage {
	margin: 0 0 10px 0;
}

.entry-content p {
	color: #191919;
}

.nav-previous a {
	color: #191919;
}

.nav-next a {
	color: #191919;
}

.post-content p {
	color: #191919;
	font-size: 1.2em;
}

.post-title-heading {
	font-size: 3em;
	font-weight: 600;
}

.post-content {
	margin-top: 1em;
	padding-top: 2em;
	border-top: 2px solid #191919;
}

.post-photos {
	margin-top: 1em;
	/* display: inline-flex; */
	grid-gap: 1em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	font-size: 3em;
	margin-top: 0em;
	border-top: 0px solid gray;
	padding: 30px;
}

.author-name {
	margin-top: 10em;
}

.author-description {
	margin-top: 3em;
}

blockquote {
	margin: 1em 0 1em -5em;
	font-size: 2em;
}

.footer-single-post {
	background-color: #191919;
	max-width: 100%;
	color: #fff;
}

.footer-links {
	padding-left: 1em;
}

.shota-footer-menu {
	padding: 2em 2em 0 0;
	font-size: 1.2em;
}

.footer-socials {
	padding: 0 2em 0 0;
}

.arrow-single-article {
	position: absolute;
	top: 2em;
	right: 1em;
	letter-spacing: 2em;
}

.share-buttons {
	margin-top: 1.5em;
}

.article-logo-container {
	display: flex;
	justify-content: space-around;
}


/* Navigation in Articles */

#nav-article {
	width: 100%;
	background: #3a3a3a;
	font-size: 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

#nav-article input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	cursor: pointer;
}

#nav-article ul {
	margin: 0;
	padding: 0;
}

#nav-article a {
	display: block;
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
}

#nav-article li {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	color: #fff;
	transition: 0.5s;
}

#nav-article li:first-child {
	border-top: none;
}


/* #nav-article ul > li.sub > a:after {
  pointer-events: none;
  position: relative;
  float: right;
  content: '+';
  margin-top: -0.1em;
  font-size: 1.2em;
  vertical-align: middle;
  transition: 0.5s;
} */


/* #nav-article li:hover {
  background: #4096ee !important;
} */

#nav-article .submenu {
	max-height: 0;
	overflow: hidden;
	border-top: none;
	transition: max-height 0.5s ease-in-out;
}

#nav-article input[type=checkbox]:checked~.submenu {
	max-height: 999px;
	/* border-top: 1px solid #555; */
}

#nav-article input[type=checkbox]:checked~a:after {
	transform: rotate(45deg);
}

#nav-article .submenu a {
	padding: 10px 20px;
	font-size: 0.6em;
	font-weight: 400;
}

.sub a:hover {
	color: #bbfb23 !important;
}

.sub a:active {
	color: #bbfb23 !important;
}

#nav-article .submenu li {
	list-style-position: inside;
	list-style-type: square;
	/* background: #333; */
}

#nav-article .submenu li.sub {
	list-style: none;
}

#nav-article .submenu li li {
	background: #3a3a3a;
}

#nav-article .submenu li li li {
	background: #2a2a2a;
}

#nav-article {
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
}

@media only screen and (max-width: 769px) {
    #first-column .article-logo-container {
        display: none;
    }
    
    .article-menu #nav-article li {
        border-style: solid;
        border-color: #272727;
        border-bottom-width: 0.5px;
    }
    
    .article-menu #nav-article li a {
        padding: 6px 12px;
    }
    
    .sub .special-char{
        margin-top: 2px;
    }
    
    .sub .special-char::before {
        font-size: 25px;
        -webkit-text-stroke: 0 white;
    }
    
    .sub .remaining-txt {
      margin-left: 16px;
    }
    
    #nav-article input[type="checkbox"]:checked ~ .submenu li a {
        margin-left: 20px;
    }
    
}

@media only screen and (min-width: 769px) {
    .article-menu {
    	margin-top: 5em;
        position: fixed;
        width: 18%;
    }
    
    #first-column {
    	background-color: #191919;
    	width: 18% !important;
    	position: fixed;
    	height: 110vh;
        z-index: 10000000000;
    }
    
    .secondtier-columns .kontakt-heading-mobile {
        display: none;
    }
}


.closebutton {
	color: #191919;
}

.special-char {
	/*width: 24px;*/
	position: absolute;
	margin-top: 6px;
	font-style: normal;
}

.special-char:before {
	font-family: "icomoon";
	content: "\e900";
	speak: none;
	font-weight: 900;
	font-size: 30px;
	-webkit-text-stroke: 1px white;
}

.remaining-txt {
	margin-left: 19px;
}

/*shtojce*/
#shtojce {
    margin-top: 20%;
}
/*arkive*/
#arkive {
    margin-top: 41%;
}
/*vellimet*/
.rreth-nesh #vellimet { 
	margin-top: 16%; 
}

#vellimet {
    margin-top: 17%;
}

#rreth-nesh {
	margin-top: 2%;
}

.rreth-nesh .menu-title-container {
    height: 43.8%;
}

.vellimet .menu-title-container {
    height: 27%;
}

@media screen and (max-width: 768px) {
	.issue-details div img {
		width: 10%;
	}

	.issue-number {
		display: none;
	}

	.accordion-caret {
		float: right;
	}

	.accordion-trigger {
		text-align: center;
	}

	.hidden-cat-menu {
		display: none;
	}

	#categories-submenu {
		border: 1px solid gray;
	}

	#nav-article a {
		text-align: left;
        font-size: 23px;
        padding: 6px 12px;
        font-family: "shotafont", Sans-serif;
        font-weight: 400;
	}
	
	.vellimi-template #nav-article a {
	    text-align: center;
	}
}

.hidden-el {
	opacity: 0 !important;
	/*display: none;*/
}

.frymemarrje-link{
	opacity: 0.3;
}

.nderthurje-link {
	margin-left: -80px;
	position: absolute;
	width: 58%;
	left: 37%;
	text-align: right;
}

.banner-link{
	position: absolute;
	width: 58%;
	left: 37%;
	text-align: right;
}

/*.banner-link:not(.active) {
	opacity: 0.3;
}*/

.banner-link.active {
	opacity: 1;
}

.columns .owl-carousel .owl-item {
    min-height: 100%;
}


.shota-search-home {
	width: 55%;
    margin-left: auto;
}

.shota-search-home #searchform {
	text-align: center;
}

.issue-number {
	margin-top: 10%;
}

/* widget styles */
.widget {
	padding: 43px 0 0 0;
	width: 900px;
}
.widget .control-links {
	text-align: center;
	overflow: hidden;
	margin: 10px 0 0;
	padding: 10px 1px 0;
	display: none;
}
.widget .control-links .switcher-holder {
	display: inline-block;
}
.widget .btn-prev, .widget .btn-next {
	border-radius: 5px;
	width: 26px;
	height: 26px;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	float: left;
}
.widget .btn-next {
	float: right;
}
.widget .btn-prev:hover, .widget .btn-next:hover {
	text-decoration: none;
	border-color: #000;
	color: #000;
}
.widget .btn-prev:active, .widget .btn-next:active {
	margin: 1px -1px -1px 1px;
}
.widget .switcher {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}
.widget .switcher li {
	margin: 0 5px 0 0;
	float: left;
}
.widget .switcher li a { 
	border: 1px solid transparent;
	border-radius: 5px;
	text-align: center;
	float: left;
	color: #000;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
}
.widget .switcher li a:hover {
	border-color: #eee;
	text-decoration: none;
}
.widget .switcher li a:active {
	line-height: 28px;
}
.widget .switcher .active a {
	background: #777;
}
.widget .switcher .active a:hover {
	border-color: transparent;
}
.widget .switcher .lava-item a {
	text-indent: -9999px;
	display: block;
	float: none;
}
.widget .switcher .lava-anim-to a {
	border-color: transparent !important;
}
/* slideset styles */
.widget .slideset {
	position: relative;
	list-style: none;
	height: 256px;
	padding: 0;
	margin: 0;
}
.widget .slideset li {
	display: flex;
	padding: 0 90px 0 30px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
	opacity: 0;
}
.widget .slideset li.active {
	z-index: 2;
	opacity:1;
}
.widget .slideset li img {
	width: 583px;
	height: auto;
}
.widget .slideset .description {
	border-radius: 5px;
	padding: 20px;
	width: 60%;
	color: #fff;
}

.column.single-post-body,
.mobile-article{
	font-family: "Times New Roman";
}

.mobile-article .elementor-heading-title {
    padding-bottom: 20px;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
	.widget .slideset li img {
	    height: 450px;
	}

	.widget .slideset li {
	    padding: 0 25px 0 30px;
	}
}


@media screen and (min-width: 1600px) {
	.issue-description {
	    padding-right: 70px;
	}
}


.is-hidden-desktop .column .columns.home-content {
	flex-direction: column;
}

.is-hidden-desktop .column .columns.home-content .vellimi-image {
	text-align: center;
}