@charset "utf-8";
/* CSS Document */

.articles-div {
	width:100%;
	display:flex!important;	flex-direction: row!important;
	flex-wrap:wrap!important;	justify-content: center;
	margin: 0px;
}

.listmenu {
	display: block; width: 100%;
	margin:20px auto 0px;
}
.listbtn {
	display:flex; flex-direction: row; flex-wrap:wrap; 
	justify-content: center; align-content: center; align-items: center;
	list-style:none;
	margin: 4px;
}
.listbtn li {
	display:inline-block; 
	cursor: pointer;
	padding: 4px 8px 2px 8px; margin: 4px;
	font-size: 14pt; font-family: 'parallax-text';
	font-weight: bold;
}

.listbtn_1 li {
	background-color: transparent; color:black;
	border-bottom: solid medium yellowgreen;
}
.listbtn_1 .mixitup-control-active {
    background-color: yellowgreen!important; color:white!important;
		border-bottom: solid medium transparent!important;
}
.listbtn_1 li:hover {
		background-color: yellowgreen; color:white;
		border-bottom: solid medium transparent!important;
}

.listbtn_2 li {
	background-color: transparent; color:black;
	border-bottom: solid medium orangered;
}
.listbtn_2 .mixitup-control-active {
    background-color: orangered!important; color:white!important;
		border-bottom: solid medium transparent!important;
}
.listbtn_2 li:hover {
		background-color: orangered; color:white;
		border-bottom: solid medium transparent!important;
}

.listbtn_3 li {
	background-color: transparent; color:black;
	border-bottom: solid medium LIGHTSLATEGRAY;
}
.listbtn_3 .mixitup-control-active {
    background-color: LIGHTSLATEGRAY!important; color:white!important;
		border-bottom: solid medium transparent!important;
}
.listbtn_3 li:hover {
		background-color: LIGHTSLATEGRAY; color:white!important;
		border-bottom: solid medium transparent!important;
}

.listbtn_4 li {
	background-color: transparent; color:black;
	border-bottom: solid medium dodgerblue;
}
.listbtn_4 .mixitup-control-active {
    background-color: dodgerblue!important; color:white!important;
		border-bottom: solid medium transparent!important;
}
.listbtn_4 li:hover {
		background-color: dodgerblue; color:white!important;
		border-bottom: solid medium transparent!important;
}

.listbtn_5 {
	margin:-32px auto 50px auto!important;
	background-color: THISTLE;
}
.listbtn_5 li {
	background-color: transparent; color:black;
	border-bottom: solid medium REBECCAPURPLE;
}
.listbtn_5 .mixitup-control-active {
    background-color: REBECCAPURPLE!important; color:white!important;
		border-bottom: solid medium transparent!important;
}
.listbtn_5 li:hover {
		background-color: REBECCAPURPLE; color:white!important;
		border-bottom: solid medium transparent!important;
}


.listofex {
	 display:block; width:65%; height:45px;
	 margin: 10px auto 50px; padding: 0;
	 /*border-bottom:solid 3px MEDIUMPURPLE;*/
	 background-color: THISTLE;
	 cursor: pointer;
	 border-radius:50px;
}
.listofex:hover p {
	cursor: pointer;
	background-color: white; color: REBECCAPURPLE;
	border-left: solid 3px REBECCAPURPLE; border-right: solid 3px REBECCAPURPLE;
}
.listofex p {
	 display:block; width:45%; height:45px;
	 margin: 0 auto 0!important;
	 background-color: REBECCAPURPLE; color: white;
	 font-size: 16pt; font-family: 'parallax-text';
	 font-weight: bold; text-align: center;
}
#listofex {
	display:none; width:75%;
	padding:10px 0px;
	animation-name: list-down;
  animation-direction: forwards;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes list-down {
  0% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}


#plus_btn {
  position: relative; display: block;
  width: 36px; height: 36px; margin: 10px auto 0px!important;
  background-color: REBECCAPURPLE;
  /*transform: translate(-50%, -50%) rotate(0deg);*/
  border-radius: 50%; border: solid 4px white;
  cursor: pointer;
  z-index: 100;
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}

#plus_btn:after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  height: 4px; width: 50%;
  background: white;
}

#plus_btn:before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  height: 50%; width: 4px;
  background: white;
}

#plus_btn.clicked {
  transform: /*translate(-50%, -50%)*/
	rotate(360deg);
  background-color: red;
}

#plus_btn.clicked:before {
  width: 0;
}


		

.pagination { 
	display:flex; flex-direction: column; flex-wrap: nowrap;
	margin:0px auto 0px; padding:20px 0px 10px;
	width:100%; height:auto;
	overflow: hidden;
	background-color: #EBEBEB;
	align-content: center; align-items: center; justify-content: center;
}


/* Pagination Controls
---------------------------------------------------------------------- */

.controls-pagination {
		display:flex; flex-direction: column; flex-wrap: nowrap;
		align-content: center; align-items: center; justify-content: center;
    font-size: 10pt;
    text-align: justify;
}

.controls-pagination:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.mixitup-page-list,
.mixitup-page-stats {
    display: inline-block;
}

.mixitup-page-list {
    text-align: center;
}

.mixitup-page-stats {
    margin:10px auto 0px; padding:3px 25px 0px;
		font-size: 15pt; font-weight: bold;
		font-family: 'parallax-text'; letter-spacing: 1px;
    color: darkslategray;
		border-top:solid 2px darkslategray; 
}

.mixitup-control {
    position: relative; display: inline-block;
    text-align: center;
    width: 3rem; height: 3rem;
    background-color: #fff; color: dimgray;
		font-size: 20pt; font-weight:bold;
		font-family: 'parallax-text';
    padding: 0 10px; margin:0px 2px;
    cursor: pointer;
		border:solid 2px dimgray;
		transition: color 150ms, border-color 150ms;
}
.mixitup-control:hover {
	background-color: black; color: white;
}
.mixitup-control:first-child {
    border-radius: 12px 0 0 12px;
		font-size: 18pt;
}

.mixitup-control:last-child {
    border-radius: 0 12px 12px 0;
		font-size: 18pt;
}

.mixitup-control:not(.mixitup-control-active):hover {
    color: black; background-color: yellow;
		border:solid 2px black!important;
		transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
}

.controls-pagination .mixitup-control-active {
    /*border-bottom-color: #91e6c7;*/
		background-color: black; color: white;
    cursor: default;
		border:solid 2px black;
}

.mixitup-control:disabled {
    background-color: #eaeaea;
    color: darkslategray;
    cursor: default;
}

.mixitup-control-truncation-marker {
    background: transparent;
    pointer-events: none;
    line-height: 2.2em;
}


@media screen and (max-width : 1100px ){
.listofex {
	 width:85%;
}
#listofex {
	width:95%;
}
}


@media screen and (max-width : 850px ){

.listofex p {
	 width:50%;
}



@media screen and (max-width : 690px ){
.listofex p {
	 width:50%;
	 font-size: 15pt;
}
.listbtn_5 li {
	font-size: 13pt;
}
}


@media screen and (max-width : 550px ){
.listofex p {
	 width:55%;
	 font-size: 14pt;
}
}









