/* CSS Document */
/* CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Modified by Beata Kozma
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.6; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

main {
  display: block; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* End CSS Reset */
html {
  font-size: 100%; }

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }

.wrapper {
  width: 75%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex; }

button.btn_mobile_menu {
  display: none; }

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

main {
  display: flex;
  flex-direction: column;
  margin-right: 1.4em;
  flex: 2; }

aside {
  display: flex;
  flex-direction: column;
  margin-left: 1.4em;
  flex: 1; }

h1,
h2,
h3,
li,
a {
  font-weight: bold;
  text-transform: uppercase; }

h1 {
  font-size: 2.1em;
  color: #000;
  margin-bottom: 30px;
  border-bottom: 5px solid #D321D5; }

h2 {
  font-size: 1.4em;
  color: #000; }

h3 {
  font-size: 1.2em;
  color: #000; }

h3 a {
  font-size: 1em;
  color: #FF11EC; }

p {
  font-size: 1em;
  color: #000; }

@media (max-width: 1250px) {
  .wrapper {
    width: 90%;
    display: block;
    margin: 0 auto;
    min-width: 1000px; }

  main, aside {
    margin: 0 auto; }

  h1 {
    font-size: 2.3em; }

  h2 {
    font-size: 1.6em; }

  h3 {
    font-size: 1.4em; }

  h3 a {
    font-size: 1.2em; }

  p {
    font-size: 1.1em; } }
@media (max-width: 1024px) {
  .wrapper {
    width: 100%;
    min-width: 0; } }
header img {
  display: block; }

nav.nav_main {
  width: 100%;
  background-color: #D321D5;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 0; }

.nav_main ul {
  display: flex; }

.nav_main ul li {
  margin-left: 5%; }

.nav_main ul li a {
  text-decoration: none;
  color: #FFF;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.6em; }

.nav_main ul li a:hover {
  color: #000; }

section.featured {
  background-color: #FFF;
  padding: 2% 4%; }

section.featured p {
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

article.box {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 1.2%; }

article.box:nth-of-type(1) {
  margin: 0; }

.title_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5%;
  background-color: #FF11EC;
  text-align: center;
  cursor: pointer; }

.title_box:hover {
  background-color: #000; }

.title_box p {
  font-size: 1.5em;
  color: #FFF;
  font-weight: bold;
  width: 100%; }

.box_big {
  width: 48%; }

.box_small {
  width: 23%;
  text-align: center; }

.box_small p {
  font-size: 0.9em;
  color: #FFF;
  font-weight: bold; }

section.latest_posts {
  background-color: #FFF;
  padding: 2% 4%;
  margin-top: 40px; }

section.latest_posts article {
  display: flex;
  margin-bottom: 30px; }

div.image {
  flex: 1; }

div.image h3 {
  margin-top: .2em; }

div.image img {
  margin-top: 15px; }

div.text {
  flex: 2;
  margin-left: 20px; }

div.text h2 {
  float: left; }

div.text h3 {
  float: right;
  font-size: 1em;
  margin-top: .55em; }

div.text p {
  clear: both;
  word-spacing: 2px;
  margin-top: 50px;
  line-height: 1.8;
  width: 92%; }

div.text h2 > a {
  text-decoration: none;
  color: #000; }

div.text h2 > a:hover {
  color: #FF11EC; }

a.read_more {
  float: right;
  padding: 2% 4%;
  background-color: #FF11EC;
  margin-top: 2%;
  text-decoration: none;
  color: #FFF;
  font-size: 1em; }

a.read_more:hover {
  background-color: #000; }

div.older_post {
  text-align: center;
  padding: 2%; }

div.older_post a {
  text-decoration: none;
  color: #000;
  font-size: 1.3em; }

div.older_post a:hover {
  color: #FF11EC; }

.trending_posts {
  background-color: #FFF;
  padding: 2% 4%;
  margin: 40px 0; }
  .trending_posts h1 {
    margin-bottom: 10px; }
  .trending_posts article {
    padding-right: 5px; }
    .trending_posts article p {
      text-transform: uppercase;
      font-size: .7em; }

.trending_flexbox {
  display: flex;
  margin-bottom: 10px; }

aside div {
  background-color: #FFF;
  margin-bottom: 40px;
  padding: 5% 9%; }

.about_me img {
  float: left;
  width: 35%;
  max-width: 120px;
  margin: 0 15px 0 0; }

#responsive_iframe {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 5px; }

#responsive_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.latest_mix p {
  text-transform: uppercase;
  font-weight: bold; }

.latest_mix span {
  text-transform: lowercase;
  font-size: .9em;
  color: #737373; }

.archive h2 {
  margin: 40px 0 10px; }
.archive li {
  list-style: inside;
  padding-left: 20px;
  margin: 20px 0; }
.archive a {
  text-decoration: none;
  color: #000; }

footer {
  clear: both;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #D321D5; }

.nav_footer {
  width: 60%;
  margin-left: 50px;
  padding: 20px; }
  .nav_footer p {
    text-transform: uppercase;
    font-size: .8em;
    line-height: 10px;
    display: inline-block;
    border-right: 2px solid #000;
    padding-right: 5px; }

.nav_footer p:last-child {
  border-right: none; }

.nav_footer > a {
  text-decoration: none;
  border-bottom: 2px solid #000;
  color: #000; }

.nav_footer ul li {
  display: inline-block;
  margin: 10px 0; }
  .nav_footer ul li a {
    margin: 10px 0;
    padding-right: 10px;
    margin-left: 5px;
    text-decoration: none;
    border-right: 2px solid #000;
    color: #FFF;
    letter-spacing: 1px; }

.nav_footer ul li:first-child a {
  margin-left: 0; }

.nav_footer ul li:last-child a {
  border-right: none; }

.social_footer {
  margin-right: 50px; }
  .social_footer li {
    display: inline-block;
    margin-top: 30%; }
  .social_footer a {
    font-size: 2em;
    text-decoration: none;
    color: #000;
    margin-right: 10px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3rc8nm");
  src: url("../fonts/icomoon.eot?3rc8nm#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3rc8nm") format("truetype"), url("../fonts/icomoon.woff?3rc8nm") format("woff"), url("../fonts/icomoon.svg?3rc8nm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-soundcloud:before {
  content: "\eac3"; }

@media (max-width: 1250px) {
  .nav_main ul li a {
    font-size: 1.4em; } }
@media (max-width: 768px) {
  article h2 {
    font-size: 1.4em; }

  article h3 {
    font-size: 1.2em; }

  article h3 a {
    font-size: 1.1em !important; } }
@media (max-width: 667px) {
  button.btn_mobile_menu {
    display: block;
    cursor: pointer;
    background-color: #D321D5;
    border: none;
    width: 100%;
    padding: 2% 0; }

  button.btn_mobile_menu img {
    float: right;
    width: 45px;
    margin-right: 2%; }

  button:focus {
    outline: none; }

  nav.nav_main {
    padding: 0;
    margin: 0;
    display: none; }

  .nav_main ul {
    flex-direction: column; }

  .nav_main ul li {
    cursor: pointer;
    margin: 0;
    padding: 1% 0 1% 3%;
    width: 100%;
    border-top: 1px solid #000; }

  .nav_main ul li:hover {
    background-color: #FF11EC; }

  .nav_main ul li a {
    font-size: 1.2em; }

  .nav_main ul li a:hover {
    color: #FFF; }

  .show_menu {
    display: block !important; }

  section.featured {
    padding: 5% 9%; }

  article.box {
    float: none;
    width: 100%;
    margin: 0 0 9% 0 !important; }

  .featured p {
    font-size: 1.5em; }

  section.latest_posts {
    padding: 5% 9%; }

  section.latest_posts article {
    display: block;
    margin-top: 80px; }

  section.latest_posts article:nth-of-type(1) {
    margin-top: 0; }

  div.text {
    margin: 0;
    position: relative; }

  div.text h2,
  div.text h3 {
    float: none; }

  div.text h3 {
    font-size: 1.4em; }

  div.text h2 {
    font-size: 1.8em; }

  div.text p {
    margin-top: 20px; }

  div.older_post {
    margin-top: 100px;
    font-size: 1.4em; } }
@media (max-width: 1250px) {
  aside {
    display: block; }
    aside .about_me,
    aside .latest_mix,
    aside .jam_week,
    aside .archive {
      float: left;
      width: 48.5%;
      margin-right: 3%;
      padding: 2% 4%; }
    aside :nth-child(2n+2) {
      margin-right: 0; }
    aside .about_me {
      min-height: 380px; } }
@media (max-width: 768px) {
  .about_me,
  .latest_mix,
  .jam_week,
  .archive {
    width: 100% !important;
    float: none; }

  .archive {
    margin-bottom: 0; }

  .archive ul li {
    list-style-type: none; }

  .trending_flexbox {
    flex-direction: column; } }
@media (max-width: 667px) {
  aside div {
    padding: 15% 0; }

  footer {
    flex-direction: column; }

  .social_footer {
    order: 1;
    display: block;
    width: 100%;
    margin-left: 50px;
    margin-top: 40px; }

  .social_footer ul li {
    margin-top: 0;
    margin-left: 20px; }

  .nav_footer {
    order: 2;
    width: 80%;
    display: block; }

  .nav_footer ul {
    display: none; }

  .nav_footer a {
    padding-top: 10px;
    font-size: 1.7em; }

  .nav_footer p {
    line-height: 2em;
    border-right: none; }

  .nav_footer:nth-child(3) {
    margin-top: 20px; } }

/*# sourceMappingURL=styles.css.map */
