/*
Theme Name:     Desinc Live theme (Blogrid child)
Description:    Tema Child per il tema Blogrid
Author:         METID - Politecnico di Milano
Author URI:     http://www.metid.polimi.it
Template:       blogrid
Version:        0.1.0
*/
/* ------------------------------------------------------------------------------------------------------------------------------
variables
-------------------------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------------------------
overrides
-------------------------------------------------------------------------------------------------------------------------------*/
a:active, a:focus {
  outline: auto; }

#content .posts-entry .entry-content p:last-child {
  margin-bottom: 0; }

p.has-background {
  padding: 20px; }

.swidgets-wrap {
  box-shadow: none;
  background: transparent;
  padding: 0; }

figure, .wp-block-image {
  margin: 0;
  line-height: 0; }

/* ------------------------------------------------------------------------------------------------------------------------------
typography
-------------------------------------------------------------------------------------------------------------------------------*/
a {
  color: #1ca484;
  text-decoration: none; }

a:hover {
  color: #81d0a0; }

::-moz-selection {
  background: #81d0a0;
  color: white; }

::selection {
  background: #81d0a0;
  color: white; }

body, .single article .entry-content, .page .entry-content, .hover-box p, .page article .entry-content {
  color: #484a48; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #13301D;
  font-weight: bold; }

article h1, article h2, article h3, article h4, article h5, article h6 {
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }

article .entry-content {
  font-family: 'Roboto', sans-serif; }

.site-main article h3 {
  font-size: 1.2em; }

h1.page-title {
  margin-top: 6%; }

article h2, h2.event-title {
  font-size: 1.5em; }
  article h2 a, h2.event-title a {
    color: #13301D; }

h1.page-title, article h2, h2.event-title, .site-main article h3 {
  letter-spacing: .07em; }

h4 {
  font-size: 1.15em; }

p {
  margin: 0 0 1.1em; }

/* ------------------------------------------------------------------------------------------------------------------------------
buttons
-------------------------------------------------------------------------------------------------------------------------------*/
button, a.button, .wp-block-file a.wp-block-file__button, input[type=button], input[type=reset], input[type=submit], .search-form .search-submit, .error404 input.search-submit, .search-no-results input.search-submit, .page-numbers li a, .page-numbers.current, a.wp-block-button__link {
  border-radius: 0;
  background: #81d0a0;
  transition: background-color 300ms ease-in-out;
  text-transform: uppercase;
  padding: 12px 32px;
  font-size: 14px; }

button:hover, a.button:hover, a.wp-block-file__button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .search-form .search-submit:hover, .error404 input.search-submit:hover, .search-no-results input.search-submit:hover, .page-numbers li a:hover, .page-numbers.current, a.wp-block-button__link:hover {
  background: black; }

button:active, button:focus, a.button:active, a.button:focus, a.wp-block-file__button:active, a.wp-block-file__button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus, a.wp-block-button__link:active, a.wp-block-button__link:focus {
  border: 0;
  outline: 0;
  background: black; }

a.button {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: 700;
  line-height: 1.5; }

.button + .button {
  margin-top: 10px; }

.page-numbers li a, .page-numbers.current {
  box-shadow: none;
  color: white;
  opacity: 1; }

a.wp-block-button__link, a.wp-block-file__button {
  font-weight: 700; }

.wp-block-file a.wp-block-file__button {
  padding: 8px 22px;
  font-size: .8em;
  line-height: 1.85em; }

.only-icon-on-mobile .kt-btn-inner-text {
  text-align: left;
  line-height: 1.2; }
  @media (max-width: 767px) {
    .only-icon-on-mobile .kt-btn-inner-text {
      display: none; } }

blockquote {
  background: transparent;
  border-left: 10px solid;
  padding: 0 0 0 20px;
  font-size: 24px; }

.hero {
  padding: 0 18px 10px; }
  .hero h2 {
    color: white;
    font-size: 40px; }
  .hero .hero-background {
    background-color: #81d0a0;
    color: white;
    padding: 60px 20px; }
  .hero .hero-text {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
  .hero blockquote {
    border-color: white; }

.flip-card {
  background-color: transparent;
  perspective: 1000px;
  height: 220px;
  width: 100%; }

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d; }

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: white; }

/* Style the back side */
.flip-card-back {
  background-color: #81d0a0;
  color: white;
  transform: rotateY(180deg); }
  .flip-card-back p:not(:last-child) {
    line-height: 1.2;
    margin-bottom: .5em; }
  .flip-card-back p:first-child {
    font-size: 14px;
    text-transform: uppercase; }
  .flip-card-back a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }
    .flip-card-back a::before {
      font-family: FontAwesome;
      content: "\f0c1";
      font-weight: normal;
      margin-right: .2em; }
    .flip-card-back a:hover {
      color: white; }

.wp-block-file {
  margin-bottom: 0; }
  .wp-block-file a:not(.wp-block-file__button), .wp-block-file + p {
    margin-right: 100px; }
  .wp-block-file + p {
    font-size: .8em;
    color: #484a48; }

.wp-block-file__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.site-main article h3.tagline {
  margin: 35px 0;
  overflow: hidden;
  font-size: 26px; }

.tagline .letter {
  display: inline-block;
  line-height: 1em; }

.subtagline {
  border-color: #81d0a0;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: .5em; }

.arabo {
  text-align: right;
  direction: rtl; }

.has-cookie-bar #catapult-cookie-bar {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  font-size: 14px;
  width: 210px;
  bottom: 20px;
  border-top: 10px solid #81d0a0; }
  .has-cookie-bar #catapult-cookie-bar h3 {
    margin: 0 0 8px; }
  .has-cookie-bar #catapult-cookie-bar span {
    margin: 0; }
  .has-cookie-bar #catapult-cookie-bar a:hover {
    color: #81d0a0; }

.use_x_close .x_close {
  top: 17px;
  right: 20px; }

.x_close span {
  background: #13301D; }

@media (max-width: 767px) {
  .kt-blocks-carousel .slick-dots {
    display: none !important; } }
figure.is-style-rounded {
  filter: grayscale(100%); }

/* ------------------------------------------------------------------------------------------------------------------------------
filters and taxonomies
-------------------------------------------------------------------------------------------------------------------------------*/
#filters {
  padding: 30px 0; }

.second-widget, .taxonomies {
  background-color: #efefef;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }

.taxonomies {
  padding: 30px 0; }

.widget ul li {
  border-bottom: 0;
  padding: 0; }

form label {
  text-transform: none; }

.searchandfilter {
  overflow: hidden; }

.searchandfilter label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.searchandfilter ul, .taxonomies ul {
  margin-left: 0;
  margin-bottom: 0; }

.taxonomies ul {
  list-style-type: none;
  padding-left: 0; }

@media (min-width: 701px) {
  .taxonomies ul {
    display: inline-block;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px; } }
.searchandfilter > div > ul > li, .taxonomies li {
  padding-bottom: 15px; }

.searchandfilter h4, .taxonomies h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px; }

.filter {
  margin-bottom: 0;
  text-align: right; }

.filter a {
  background-color: #1ca484;
  height: 40px;
  border-radius: 50%;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 2.4;
  color: white; }

.filter a:hover {
  background-color: #81d0a0; }

#filters.fullwidth-header {
  margin-right: unset; }

@media (min-width: 701px) {
  .searchandfilter, .taxonomies {
    margin: 0 -15px; }

  .searchandfilter > div > ul > li, .taxonomies li {
    width: 33.3333%;
    padding: 0 15px; }

  p.filter {
    display: none; } }
@media (max-width: 700px) {
  .searchandfilter > div > ul {
    max-height: 0;
    opacity: 0;
    transition: all .3s ease-in-out; }

  #filters {
    background-color: transparent;
    transition: all .3s ease-in-out;
    margin-bottom: 0; }

  #filters.opened {
    background-color: #efefef;
    margin-bottom: 30px; }

  #filters.opened .searchandfilter > div > ul {
    max-height: 1000px;
    opacity: 1; }

  #filters.opened .filter a {
    background-color: #81d0a0; } }
.searchandfilter > div > ul > li:last-child {
  margin-top: 15px; }

@media (min-width: 701px) {
  .taxonomy-wrapper {
    width: 33.3333%;
    padding: 0 15px;
    float: left; } }
/* ------------------------------------------------------------------------------------------------------------------------------
filter checkboxes
-------------------------------------------------------------------------------------------------------------------------------*/
input[type='checkbox'] {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

input[type='checkbox'] + span {
  position: relative;
  display: inline-block; }

/* Create a custom checkbox */
input[type='checkbox'] + span::before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background-color: #25A18E; }

input[type='checkbox'] + span:hover::before {
  background-color: #1ca484; }

input[type='checkbox']:checked + span::before {
  background-color: #81d0a0; }

/* Create the checkmark/indicator */
input[type='checkbox']:checked + span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

input[type='checkbox']:focus + span::before {
  outline: #5d9dd5 solid 1px;
  box-shadow: 0 0px 8px #5e9ed6; }

/* ------------------------------------------------------------------------------------------------------------------------------
general structure
-------------------------------------------------------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden; }

body, body.custom-background {
  background-color: white !important; }

body.admin-bar {
  min-height: calc(100vh - 32px); }

.site {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }

.site-content {
  overflow: hidden; }

.site-footer {
  margin: auto auto 0 auto; }

.sheader {
  margin-bottom: 0; }

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important; }

.all-blog-articles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row-wrap;
  -moz-flex-flow: row-wrap;
  -ms-flex-flow: row-wrap;
  flex-flow: row-wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* ------------------------------------------------------------------------------------------------------------------------------
pages
-------------------------------------------------------------------------------------------------------------------------------*/
article.fbox {
  background: transparent;
  box-shadow: none;
  padding: 0; }

.bottom-header-wrapper h1, .error404 h1, .search-no-results h1, .archive .page-header h1, .search-results h1.page-title {
  font-family: 'Roboto', sans-serif;
  margin-top: 6%;
  margin-bottom: 15px;
  font-size: 2em; }

.search-results h1.page-title {
  font-weight: bold;
  text-align: left; }

article h3 {
  font-family: 'Roboto', sans-serif;
  margin-top: 5px;
  font-size: 1.6em;
  line-height: 1.2em; }

@media (max-width: 1023px) {
  a.button.toanchor {
    align-self: center;
    margin-bottom: 40px; } }
/* ------------------------------------------------------------------------------------------------------------------------------
search
-------------------------------------------------------------------------------------------------------------------------------*/
.fbox.no-results {
  padding: 0; }

input[type=search] {
  padding: 10px; }

.error404 #main .search-form label, .search-no-results #main .search-form label, .search-form label {
  border: 0;
  margin-right: -5px;
  float: none; }

.error404 input.search-submit, .search-no-results input.search-submit {
  border: 0;
  color: white; }

.error404 main#main, .search-no-results section.fbox.no-results.not-found {
  background: transparent; }

.no-results {
  text-align: center; }

/* ------------------------------------------------------------------------------------------------------------------------------
posts grid
-------------------------------------------------------------------------------------------------------------------------------*/
.featured-thumbnail div {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  transition: all .3s ease-in-out; }

.blogposts-list:hover .featured-thumbnail div, .blogposts-list:focus .featured-thumbnail div {
  transform: scale(1.2); }

@media (min-width: 1050px) {
  .blogposts-list:not(.event):nth-of-type(3n-1):last-of-type {
    margin-right: auto;
    margin-left: 5%; } }
article {
  position: relative; }
  article.blogposts-list {
    border-radius: 0; }

.grid-header.entry-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #81d0a0; }

.grid-header.entry-header h2.entry-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: left; }

.grid-header.entry-header h2.entry-title a {
  padding: 10px;
  display: inline-block;
  color: white;
  text-align: left;
  font-family: 'Roboto', sans-serif; }

h2.entry-title a:hover, h2.entry-title a:active {
  font-size: inherit;
  font-weight: inherit; }

/* ------------------------------------------------------------------------------------------------------------------------------
events grid
-------------------------------------------------------------------------------------------------------------------------------*/
.post-type-archive-event article.type-event {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 10px solid #81d0a0; }
  .post-type-archive-event article.type-event .featured-img-box {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; }
  .post-type-archive-event article.type-event .featured-thumbnail {
    overflow: hidden; }
    .post-type-archive-event article.type-event .featured-thumbnail div {
      padding-bottom: 62%; }
.post-type-archive-event .blogposts-list.type-event {
  max-width: 100%;
  -webkit-box-flex: unset;
  -moz-box-flex: unset;
  -webkit-flex: unset;
  -ms-flex: unset;
  flex: unset;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto; }
.post-type-archive-event .event-meta {
  padding: 20px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .post-type-archive-event .event-meta .button {
    margin-top: auto; }
@media (max-width: 1200px) {
  .post-type-archive-event .event-meta {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-basis: 80%;
    flex-basis: 80%; } }
@media (max-width: 1000px) {
  .post-type-archive-event .event-meta {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    flex-basis: 45%; }
  .post-type-archive-event article.type-event .featured-img-box {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-basis: 55%;
    flex-basis: 55%; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .post-type-archive-event article.type-event .featured-thumbnail div {
    padding-bottom: 100%; } }
@media (max-width: 767px) {
  .post-type-archive-event article.type-event {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
.post-type-archive-event .event-date {
  font-size: .9em; }
.post-type-archive-event .event-excerpt {
  max-width: 100%; }
.post-type-archive-event h3.event-title a {
  color: #13301D; }
  .post-type-archive-event h3.event-title a:hover {
    color: #484a48; }

/* ------------------------------------------------------------------------------------------------------------------------------
single post page
-------------------------------------------------------------------------------------------------------------------------------*/
article h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  line-height: 1.1; }

.single article.fbox {
  padding-top: 0;
  max-width: 700px;
  margin: 0 auto; }

.single article.fbox p {
  line-height: 1.8; }

.single article .entry-content {
  padding-top: 4%; }

.single article .entry-content, .page .entry-content, .hover-box p {
  font-size: 18px; }

@media (max-width: 1023px) {
  .single article .entry-content, .page .entry-content, .hover-box p {
    font-size: 16px; } }
.featured-content {
  width: 100%; }

.activity-field {
  margin-bottom: 2em; }

.fullwidth-header {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-size: cover;
  background-position: center; }

.hover-wrapper {
  width: 1180px;
  max-width: 90%;
  margin: 0 auto;
  padding: 3% 0; }

.hover-box {
  background-color: rgba(255, 255, 255, 0.8); }
  .hover-box .content {
    padding: 20px 30px; }
  .hover-box a.button:before {
    font-family: FontAwesome;
    content: "\f019";
    font-weight: normal;
    margin-right: .2em; }

.single .hover-box h1.entry-title {
  margin-bottom: 0px;
  padding: 15px 30px;
  background-color: #81d0a0;
  color: white;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-size: 1.9em;
  line-height: 1.2;
  font-weight: 700; }

.single h1.entry-title, .fbox h1, .fbox h2, .fbox h3 {
  color: black; }

.nav-links .nav-next, .nav-links .nav-previous {
  background: transparent; }

@media (min-width: 1024px) {
  .hover-box {
    width: 66%; } }
@media (min-width: 1300px) {
  .hover-box {
    width: 50%; } }
@media (max-width: 700px) {
  .single-activity article.fbox, .page article.fbox {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 5%;
    padding-right: 5%; }

  .single-activity article.fbox {
    margin-top: -40px; }

  article .entry-content {
    font-size: 18px; }

  .site-main .post-navigation {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-size: cover;
    background-position: center; } }
.activity-divider {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.activity-divider figure {
  margin: .6em 0; }

.activity-divider .wp-block-column:first-child {
  -webkit-flex-basis: 40px;
  -moz-flex-basis: 40px;
  -ms-flex-basis: 40px;
  flex-basis: 40px;
  margin-right: 0; }

.activity-divider .wp-block-column:last-child {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%; }

.posts-entry .entry-content p:last-child {
  margin-bottom: 1.5em; }

@media (max-width: 1023px) {
  .activity-divider .wp-block-column:last-child {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; } }
@media (max-width: 599px) {
  .activity-divider .wp-block-column:last-child {
    margin-left: 5%; } }
.wp-block-column li {
  margin-bottom: .7em; }

/* ------------------------------------------------------------------------------------------------------------------------------
navigation
-------------------------------------------------------------------------------------------------------------------------------*/
.main-navigation ul li a {
  font-size: 1.2em; }
  .main-navigation ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    background-color: #81d0a0; }
.main-navigation ul li.current-menu-item a::before, .main-navigation ul li a:hover::before {
  max-height: 10px; }

.center-main-menu {
  max-width: 100%; }

#smobile-menu .main-navigation ul li a::before {
  max-height: unset;
  height: 100%;
  width: 10px;
  max-width: 0;
  transition: max-width 0.3s ease-out; }
#smobile-menu .main-navigation ul li.current-menu-item a::before, #smobile-menu .main-navigation ul li a:hover::before {
  max-height: unset;
  max-width: 10px; }

/* ------------------------------------------------------------------------------------------------------------------------------
site footer
-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 900px) {
  .footer-column-three {
    padding-bottom: 0; }

  .footer-column-three:last-child {
    padding-bottom: 50px; } }
.footer-column-three .widget {
  margin-bottom: 10px; }

.footer-column-three p {
  color: #efefef;
  font-size: 1.2em; }

.footer-column-three .fbox h3 {
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  color: #efefef; }

.footer-column-three .widget_nav_menu {
  font-size: 16px;
  margin-left: 54px; }

.footer-column-middle .widget:first-child {
  margin-top: 5px; }

#custom_html-2 p a:before {
  font-family: FontAwesome;
  content: "\f0e0";
  margin-right: .2em; }

.twitter:before {
  font-family: FontAwesome;
  content: "\f099"; }

.facebook:before {
  font-family: FontAwesome;
  content: "\f09a"; }

a.twitter, a.facebook {
  text-decoration: none;
  font-size: 28px;
  color: #efefef;
  margin-right: 15px; }

a:hover.twitter, a:hover.facebook {
  color: #81d0a0; }

.widget_media_image h3.widget-title {
  /*eu disclaimer*/
  color: #efefef;
  font-size: 16px;
  line-height: 1.4; }

h3.widget-title:after {
  display: none; }

#media_image-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #media_image-4 img {
    width: 86px;
    height: 58px !important;
    margin-right: 15px; }

.widget_media_image .swidget {
  margin-bottom: 0; }

.widget_media_image .size-full {
  width: 128px; }

.top {
  text-align: right; }
  .top a.button {
    padding: 11px 15px;
    border-radius: 50%;
    margin-top: 60px; }
    .top a.button::before {
      font-family: FontAwesome;
      content: "\f077"; }

/*# sourceMappingURL=style.css.map */
