@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600");
.d-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clip-path-parent {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

.clip-path-child {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

.widget-area {
  background-color: #222222;
  width: 260px;
  color: #ffffff;
  padding: 10px 10px 60px;
}

@media screen and (max-width: 767px) {
  .widget-area {
    width: 100%;
    margin-bottom: 60px;
  }
}

.widget-area .widget-title {
  color: #ffffff;
  background: #479ce5;
  background: linear-gradient(125deg, #479ce5 30%, #bf63dd 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
  line-height: 1.66667;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .widget-area .widget-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .widget-area .widget-title {
    font-size: 120%;
  }
}

.widget-area .widget li {
  position: relative;
  padding-left: 18px;
}

.widget-area .widget li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 30px;
  line-height: 20px;
  width: 14px;
  height: 14px;
  background: #8d7be0;
  border-radius: 50px;
}

.widget-area .widget li a {
  color: #ffffff;
  text-decoration: underline;
  display: block;
}

.widget-area .widget li a:hover {
  text-decoration: none;
}

.widget-area .widget #wp-calendar {
  width: 100%;
}

.widget-area .widget #wp-calendar a {
  color: #ffffff;
  text-decoration: underline;
}

.widget-area .widget #wp-calendar a:hover {
  text-decoration: none;
}

.widget-area .widget + .widget {
  margin-top: 40px;
}

.page #header,
.archive #header,
.single #header,
.blog #header {
  background: #479ce5;
  background: linear-gradient(125deg, #479ce5 30%, #bf63dd 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

#news-page #primary {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #news-page #primary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 70px;
  }
}

#news-page .content-area {
  width: calc(100% - 300px);
}

@media screen and (max-width: 767px) {
  #news-page .content-area {
    width: 100%;
    margin-bottom: 30px;
  }
}

#news-page .content-area .inner {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}

#news-page .entry-header .meta-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#news-page .entry-header .meta-header ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news-page .entry-header h2 {
  font-size: calc(2.2vw + 14px);
  line-height: 1.36364;
  margin: 20px 0 25px;
  position: relative;
}

@media screen and (min-width: 768px) {
  #news-page .entry-header h2 {
    font-size: 22px;
  }
}

#news-page .entry-header h2:after {
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  margin: 30px 0;
  background: #479ce5;
  background: linear-gradient(125deg, #479ce5 30%, #bf63dd 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

#news-page .post + .post {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #news-page .post + .post {
    margin-top: 80px;
  }
}
