body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #f4f4f4
}
a {
  color:inherit;
  text-decoration: none;
}
header {
  width: 100%;
}
button {
  border: none;
  cursor:pointer;
}
.flickity-prev-next-button {
	position: absolute;
}
.top {
  background: black;
  display: flex;
  justify-content: space-around;
  align-items:center;
}
.logo {
  width: 10%;
  max-height: 45px;
  text-align: center;
}
.logo img {
  max-height: 45px;
}
.menu {
  width: 80%;
  display: flex;
  justify-content: center;
}
.menu_bt {
  margin: 0 10px;
  color:white;
  position: relative;
  line-height: 50px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
}
.submenu {
  position: absolute;
  background: #fff;
  top:50px;
  z-index:9999;
  color: black;
}
.submenu_row {
  border-bottom: 1px solid #eee;
  padding: 0 10px;
  font-size: 0.8em;
  font-family: 'Poppins', sans-serif;
}
.social {
  width: 10%;
  display: flex;
  justify-content: space-around;
}
.slider {
  width: 100%;
}
.container {
  width: 1100px;
  margin: 0 auto;
}
.title_center {
  margin: 20px 0;
  text-align: center;
  font-size: 2.5em;
  color: black;
  font-weight: 700;
}
.slider_img {
  position: relative;
}
.slider_caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  padding: 10px;
  z-index: 9999;
  box-sizing: border-box;
}
.categoria_label {
  width: auto;
  float: left;
  padding: 5px;
  font-size: 0.8em;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  margin-left: 2px;
}
.violet {
  background: #A64DFF;
}
.azure {
  background: #36bdc1;
}
.rose {
  background: #E08283;
}
.gold {
  background: #c17736;
}
.red {
	background: #CF000F;
}
.slider_title {
  float: left;
  color: white;
  font-size: 1.2em;
  font-weight: 700;
  width: 100%;
}
.author_subtitle {
  float: left;
  color:white;
  font-size: 0.7em;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.author_img {
  margin-right: 10px;
}
.author_img img {
  width: 30px;
  border-radius: 40px;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
}
.authorviolet {
  border-color: #A64DFF;
}
.authorazure {
  border-color: #36bdc1;
}
.authorrose {
  border-color: #E08283;
}
.authorgold {
  border-color: #c17736;
}
.authorred {
	border-color: #CF000F;
}
.author_post_data {
  color: #333;
}
.slider_caption .author_post_data {
  color: #fff;
}
.author_post_data span {
  font-weight: 700;
}
.box_orizontal {
  display: flex;
  justify-content: space-between;
}
.post_medium {
  width: 24%;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}
.post_medium_caption {
  float: left;
  min-height: 170px;
}
.post_medium_img img {
  width: 100%;
}
.post_medium_title {
  float: left;
  color: black;
  font-size: 1em;
  font-weight: 900;
  width: 100%;
}
.post_medium .author_subtitle {
  position: absolute;
  bottom: 0;
}
.container_wrap {
  display: flex;
  margin-top: 50px;
  justify-content:space-between;
}
.maincontent {
  width: 69%;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
}
.sidebar {
  width: 30%;
  box-sizing: border-box;
}

.box_rightlit_title {
  font-size: 2.5em;
  color: black;
  font-weight: 700;
  border-bottom: 1px dashed #ccc;
  margin:20px 0;
}
.box_rightlist_wrap {
  display: flex;
  justify-content:space-between;
}
.bigpost_vertical {
  width: 60%;
}
.bigpost_vertical_img img {
  width: 100%;
}
.bigpost_vertical_title {
  float: left;
  color: black;
  font-size: 1.4em;
  font-weight: 900;
  width: 100%;
}
.bigpost_vertical_txt {
  float: left;
}
.rightlist_postlist {
  width: 39%;
}
.post_small {
  display:  flex;
  justify-content:space-between;
  margin-bottom: 10px;
}
.post_small_img {
  width: 40%;
}
.post_small_img img {
  width: 100%;
}
.post_small_caption {
  width: 59%;
}
.post_small_caption {
  position: relative;
}
.post_small_caption .author_subtitle {
  position: absolute;
  bottom: 0;
}
.violet_small {
  background: transparent;
  color: #A64DFF;
  font-weight: 700;
  padding: 0 5px;
}
.azure_small {
  background: transparent;
  color: #36bdc1;
  font-weight: 700;
  padding: 0 5px;
}
.rose_small {
  background: transparent;
  color: #E08283;
  font-weight: 700;
  padding: 0 5px;
}
.red_small {
  background: transparent;
  color: #CF000F;
  font-weight: 700;
  padding: 0 5px;
}
.gold_small {
  background: transparent;
  color: #c17736;
  font-weight: 700;
  padding: 0 5px;
}

.post_small_title {
  float: left;
  font-weight: 700;
  color:black;
  font-size: 0.8em;
  width: 100%;
}
.post_small .author_img img {
  width: 20px;
  margin-top: 5px;
}
.seeall {
  background: #ccc;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
  margin-top: 20px;
}
.box_bottomlist {
  margin-top: 50px;
}
.box_bottomlist_title_wrap {
  display:  flex;
  justify-content:space-between;
  align-items: flex-end;
  border-bottom: 1px dashed #ccc;
  margin:20px 0;
}
.box_bottomlist_title {
  width: 70%;
  font-size: 2.5em;
  color: black;
  font-weight: 700;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.box_bottomlist_filter {
  width: 60%;
  display:  flex;
  justify-content:space-between;
  text-align: right;
  color: black;
  font-size: 0.9em;
  font-weight: 700;
}
.box_bottomlist_filter_item {
  cursor: pointer;
}
.box_bottomlist_content {
  display:  flex;
  justify-content:space-between;
  flex-direction: column;
}
.bigpost_horizontal_img  {
  position: relative;
}
.bigpost_horizontal_title {
  float: left;
  color: white;
  font-size: 1.5em;
  font-weight: 700;
  width: 100%;
}
.box_bottomlist_wrap {
  margin-top: 20px;
  display:  flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.box_bottomlist_wrap .post_small {
  width: 49%;
}
.newsletter {
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.newsletter_title {
  color: black;
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}
.newsletter_input input {
  width: 100%;
  height: 40px;
  border:1px solid #ccc;
  color: #888;
  text-align: center;
}
.newsletter_bt {
  margin:10px 0;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 40px;
  background: #02DAA0;
}
.categorie_box, .sidebar_boxpost, .autori_box {
  background: #fff;
  padding: 5px;
  margin:10px 0;
}
.sidebar_boxpost_title {
  border-bottom:1px dashed #ccc;
  margin-bottom: 10px;
  color: black;
  font-size: 1.4em;
  font-weight: 900;
}
.categoria_row {
  display:  flex;
  justify-content:space-between;
  border-bottom:1px solid #ccc;
  line-height: 40px;
  font-weight: 700;
  font-size: 1em;
  align-items:center;
}
.categoria_name {
  width: 80%;
}
.categoria_arrow {
  width: 20%
}
.categoria_arrow {
  border-radius: 50px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content:center;
  align-items:center;
	background: black;
}
.categoria_row:hover {
	background: #f4f4f4;
}
.autori_box_autore {
  display:  flex;
  justify-content:flex-start;
  align-items:center;
  padding-top: 5px;
}
.autori_box_autore:hover {
	background: #f4f4f4;
}
.autori_box_autore_txt {
  font-weight: 700;
  margin-left: 10px;
  color: #666;
}
.footer {
  background: black;
  display:  flex;
  justify-content:space-around;
  padding: 10px;
  color: white;
  margin-top: 50px;
}
.footer_box_company {
  width: 50%;
  display: flex;
  align-items: center;
}
.footer_box {
  width: 45%;
}
.footer_title {
  color: white;
  font-weight: 700; 
  font-size: 2em;
}
.footer_post_wrap {
  display:  flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.footer_post_wrap .post_small {
  width: 49%;
  color:white !important;
}
.footer_post_wrap .post_small_title {
  color:white !important;
}
.footer_post_wrap .author_post_data {
  color:white !important;
}
.top_post {
  width: 100%;
  height: 600px;
}
.top_post_img {
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
}
.post_data {
  display: flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  height: 600px;
  width: 50%;
  margin: 0 25%; 
}
.post_title {
  font-size: 3em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.post_data .author_post_data {
  color: white !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.post_body {
  background: white;
  padding: 20px;
  text-align: justify;
  color: #666;
  line-height: 2em;
  box-sizing: border-box;
}
.post_body .strongtext {
  font-size: 2em;
  font-weight: 700;
  color: black;
  margin: 20px 0;
}

.postimg, .quote {
  margin: 20px 0;
}
.quote {
  background: #eee;
  display: flex;
  justify-content:space-between;
  align-items:center;
}
.quote_txt {
  width: 80%;
  padding: 0 10px;
  box-sizing: border-box;
}
.quote .author_subtitle img {
  width:60px;
}

.quote_icon img {
  width:40px !important;
  border:none;
  opacity: 0.7;
}
.quote .author_subtitle {
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width: 20%;
  padding: 10px 0;
  box-sizing: border-box;
}
.quote .author_img {
  position: relative;
}
.quote_icon {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 2px;
  left: 2px;
  border-radius: 60px;
  color:white;
  font-size: 5em;
  font-family: 'Montserrat';
  font-weight: 900;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items:center;
  justify-content:center;
  overflow: hidden;
}
.author_postbox {
  display: flex;
  justify-content:space-between;
  align-items:center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #ccc;
}
.author_postbox .author_subtitle img {
  width:100%;
}
.author_postbox_text {
  background: #ddd;
  border-radius: 5px;
  color: #333;
  text-align: justify;
}
.author_postbox_text span {
  font-weight: 700;
  font-size: 1.4em;
  color: black;
}
.author_postbox .author_subtitle {
  width: 10%;
  align-items:center;
  justify-content:center;
}
.author_postbox_text {
  width: 89%;
  padding: 0 10px;
  box-sizing: border-box;
}
.postlist_wrap {
  display: flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.postlist_wrap .bigpost_vertical {
  width: 49%;
  margin-bottom: 30px;
}
.author_descr {
  font-size: 1em;
  color: #fff;
  text-align: justify;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  font-weight: 300;
}
.postviolet a {
  color: #A64DFF;
  font-weight: 700;
}
.postazure a {
  color: #36bdc1;
  font-weight: 700;
}
.postrose a {
  color: #E08283;
  font-weight: 700;
}
.postgold a {
  color: #c17736;
  font-weight: 700;
}
.postred a {
  color: #CF000F;
  font-weight: 700;
}
.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  font-size: 0.8em;
  font-weight: 700;
  align-items:center;
}
.breadcrumbs_step, .breadcrumbs_divider {
  margin:0 5px;
}
.breadcrumbs_step:hover {
  text-decoration: underline;
}
.breadcrumbs_divider {
  font-size: 2em;
  font-weight: 900;
  color: #666;
}
.list {
  margin-top: 0;
}


/*ANIMATIONS*/
.violet {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.violet:hover, .violet:focus, .violet:active {
  background: #7D00FB;
}
.azure {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.azure:hover, .azure:focus, .azure:active {
  background: #247D80;
}
.red {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.red:hover, .red:focus, .red:active {
  background: #CF000F;
}
.rose {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.rose:hover, .rose:focus, .rose:active {
  background: #D55555;
}
.gold {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.gold:hover, .gold:focus, .gold:active {
  background: #8A5626;
}

.newsletter_bt {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.newsletter_bt:hover, .newsletter_bt:focus, .newsletter_bt:active {
  background: #01966D;
}

.seeall {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.seeall:hover, .seeall:focus, .seeall:active {
  background: #eee;
}

.violet_small {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: color, background;
}
.violet_small:hover, .violet_small:focus, .violet_small:active {
  background: #7D00FB;
  color: white;
}
.azure_small {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: color, background;
}
.azure_small:hover, .azure_small:focus, .azure_small:active {
  background: #247D80;
  color: white;
}
.red_small {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: color, background;
}
.red_small:hover, .red_small:focus, .red_small:active {
  background: #CF000F;
  color: white;
}
.rose_small {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: color, background;
}
.rose_small:hover, .rose_small:focus, .rose_small:active {
  background: #D55555;
  color: white;
}
.gold_small {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: color, background;
}
.gold_small:hover, .gold_small:focus, .gold_small:active {
  background: #8A5626;
  color: white;
}
.submenu_row {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: color, background;
}
.submenu_row:hover, .submenu_row:focus, .submenu_row:active {
  background: black;
  color: white;
}


.menu_mobile_bt {
  display: none;
}


/*MEDIA SCREEN*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    width: 100%;
  }
  .box_orizontal {
    flex-direction:column;
  }

  .post_medium {
    width: 100%;
  }
  .maincontent {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  .box_rightlist_wrap {
    flex-direction:column;
  }
  .bigpost_vertical {
    width: 100%;
  }
  .rightlist_postlist {
    width: 100%;
  }
  .box_bottomlist_title_wrap {
    flex-direction:column;
    align-items: flex-start;
  }
  .box_bottomlist_filter {
    width: 100%;
    border-top: 1px dashed #ccc;
  }
  .bigpost_horizontal_title {
    font-size: 1em;
  }
  .box_bottomlist_wrap {
    flex-direction:column;
  }
  .box_bottomlist_wrap .post_small {
    width: 100%;
  }
  .footer {
    flex-direction:column;
  }
  .footer_box_company {
    width: 100%;
  }
  .footer_box {
    display:none;
  }
  .post_data {
    height: 400px;
    width: 90%;
    margin: 0 5%;
  }
  .top_post {
    height: 400px
  }
  .post_title {
    font-size: 1.5em;
  }
  .post_body {
    font-size: 0.9em;
  }
  .author_postbox .author_subtitle {
    width: 20%;
  }
  .author_postbox_text {
    width: 79%;
    font-size: 0.7em;
  }
  .title_center {
    font-size: 1.5em;
  }
  .postlist_wrap {
    flex-direction: column;
  }
  .postlist_wrap .bigpost_vertical {
    width: 100%;
  }
	.mobile {
		  display: block;
	  }
	  .menu_mobile_bt {
		  display: flex;
	  }
	  .menu_bt {
		  display: none;
	  }
	  .menu {
		  width: 40%;
	  }
	  .social {
		  width: 40%;
	  }

}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .container {
    width: 100%;
  }
  .box_orizontal {
    flex-direction:column;
  }
  .post_medium {
    width: 100%;
  }
  .maincontent {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  .box_rightlist_wrap {
    flex-direction:row;
  }
  .bigpost_vertical {
    width: 60%;
  }
  .rightlist_postlist {
    width: 39%;
  } 
  .box_bottomlist_title_wrap {
    flex-direction:row;
    align-items: flex-end;
  }
  .box_bottomlist_filter {
    width: 60%;
    border-top:none;
  }
  .bigpost_horizontal_title {
    font-size: 1.3em;
  }
  .box_bottomlist_wrap {
    flex-direction:row;
  }
  .box_bottomlist_wrap .post_small {
    width: 49%;
  }
  .footer {
    flex-direction:row;
  }
  .footer_box_company {
    width: 30%;
  }
  .footer_box {
    display:block;
  }
  .post_data {
    height: 600px;
    width: 50%;
    margin: 0 25%;
  }
  .top_post {
    height: 600px
  }
  .post_title {
    font-size: 3em;
  }
  .post_body {
    font-size: 1em;
  }
  .author_postbox .author_subtitle {
    width: 10%;
  }
  .author_postbox_text {
    width: 89%;
    font-size: 1em;
  }
  .title_center {
    font-size: 2.5em;
  }
  .postlist_wrap {
    flex-direction: row;
  }
  .postlist_wrap .bigpost_vertical {
    width: 49%;
  }
	  .mobile {
		  display: none;
	  }
	  .menu_mobile_bt {
		  display: none;
	  }
	  .menu_bt {
		  display: block;
	  }
	  .menu {
		  width: 80%;
	  }
	  .social {
		  width: 10%;
	  }

}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1920px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  .container {
    width: 1100px;
  }
  .box_orizontal {
    flex-direction:row;
  }
  .post_medium {
    width: 24%;
  }
  .maincontent {
    width: 69%;
  }
  .sidebar {
    display: block;
  }
  .box_rightlist_wrap {
    flex-direction:row;
  }
  .bigpost_vertical {
    width: 60%;
  }
  .rightlist_postlist {
    width: 39%;
  }
  .box_bottomlist_title_wrap {
    flex-direction:row;
    align-items: flex-end;
  }
  .box_bottomlist_filter {
    width: 60%;
    border-top:none;
  }
  .bigpost_horizontal_title {
    font-size: 1.5em;
  }
  .box_bottomlist_wrap {
    flex-direction:row;
  }
  .box_bottomlist_wrap .post_small {
    width: 49%;
  }
  .footer {
    flex-direction:row;
  }
  .footer_box_company {
    width: 30%;
  }
  .footer_box {
    display:block;
  }
  .post_data {
    height: 600px;
    width: 50%;
    margin: 0 25%;
  }
  .top_post {
    height: 600px
  }
  .post_title {
    font-size: 3em;
  }
  .post_body {
    font-size: 1em;
  }
  .author_postbox .author_subtitle {
    width: 10%;
  }
  .author_postbox_text {
    width: 89%;
    font-size: 1em;
  }
  .title_center {
    font-size: 2.5em;
  }
  .postlist_wrap {
    flex-direction: row;
  }
  .postlist_wrap .bigpost_vertical {
    width: 49%;
  }
	  .mobile {
		  display: none;
	  }
	  .menu_mobile_bt {
		  display: none;
	  }
	  .menu_bt {
		  display: block;
	  }
	  .menu {
		  width: 80%;
	  }
	  .social {
		  width: 10%;
	  }
}


/*MOBILE MENU*/

.menu_mobile_wrap {
	position: absolute;
	top: 1%;
	bottom:1%;
	left: 1%;
	right: 1%;
	margin: auto;
	background: #fff;
	padding: 1%;
	box-sizing: border-box;
	text-align: center;
}
.menu_mobile_bt {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	z-index: 999998;
	background: #fff;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    justify-content: center;
}
.mobile {
	position: fixed;
	width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0;
    margin: auto;
	z-index: 999997;
}
.menu_mobile_list_title {
	text-align: center;
	font-weight: 900;
	border-bottom: 1px solid #ccc;
	font-size: 1.1em;
}
.menu_mobile_list_bt {
	line-height: 50px;
	text-transform: uppercase;
}
.menu_mobile_list_cattitle {
	background: black;
	color: #fff;
	/*display: flex;
	justify-content: space-around;*/
	text-align: center;
	position: relative;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
}
.menu_mobile_list_cattitle img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.mobile_search {
	/*position: absolute;
	bottom: 15px;
	border-top: 1px solid #ccc;
	padding-top: 10px;*/
	width: 100%;
}
.mobile_search input {
	border:none;
	border-bottom: 1px solid black;
	text-align: left;
	width: 100%;
	align-self: left;
    display: flex;
	height: 40px
}
.menu_mobile_slide {
	transform: translateX(0%);
    transition: transform 0.3s ease-in-out;
}
.slided {
	transform: translateX(100%);
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 20px;
  height: 25px;
  position: relative;
  margin:  auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}



/*PAGINATION*/

nav[role="navigation"] {
  text-align: center;
}

.cd-pagination {
  width: 90%;
  max-width: 768px;
  margin: 2em auto 4em;
  text-align: center;
  padding-left: 0;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 .2em;
}
.cd-pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: .4em .6em;
  font-size: 1.2rem;
}
.cd-pagination a {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
}
.no-touch .cd-pagination a:hover {
  background-color: #f2f2f2;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
  content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
  content: ' \00bb';
}
.cd-pagination .current {
  /* selected number */
  background-color: #000;
  border-color: #333;
  color: #ffffff;
  pointer-events: none;
  font-weight: 900;
}
.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.move-buttons .button:first-of-type {
  float: left;
}
.cd-pagination.move-buttons .button:last-of-type {
  float: right;
}

.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
  float: none;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
    margin: 4em auto 8em;
  }
}