/*
Theme Name: eahm
Description: Dedicated Wordpress theme for European Association of Hospital Managers
*/
@import url("/wp-content/themes/eahm/custom.css");
.cols .meta:before, .accordion .item h2:before {
  content: '';
  display: block;
  width: 5px;
  height: 33px;
  position: absolute;
  left: 0;
  background-color: #71BCD3;
}

/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  font-family: "PT Sans", sans-serif;
  color: #6D6E73;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.gm-style img {
  max-width: none;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: #26527c;
  text-decoration: underline;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  color: #08111a;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
  font-weight: normal;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.1em;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #6D6E73;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #6D6E73;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
.container {
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.container:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.row {
  margin: 0 -40px;
}

@media (max-width: 767px) {
  .row {
    margin: 0;
  }
}
.error404 {
  text-align: center;
}

.error404 ul {
  text-align: left;
}

.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

.article {
  margin-bottom: 1em;
}

/* Language */
.menu-item-language img.iclflag {margin-top: -3px;}
.menu-item-language > a > img {opacity: 0.3;}
.menu-item-language.menu-item-language-current > a > img {opacity: 1;}

/* Navigation */
nav > ul {
  margin: 0;
  padding: 0;
}

nav ul:after {
  content: '';
  display: table;
  clear: both;
}

/* Paginations */
.navigation.pagination {
  clear: both;
}

/* 404 */
main.not-found {
  padding: 50px 0;
}

main.not-found h1 {
  color: #027bc0;
}

main.not-found h2 {
  text-transform: none !important;
  font-size: 28px !important;
}

/* =============================================================================
	Layout
/* ========================================================================== */
header.main {
  padding: 24px 0;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
}

header.main .logo {
  float: left;
}

header.main nav {
  float: right;
  padding: 29px 0 0;
  display: none;
}

header.main nav ul {
  list-style: none;
}

header.main nav li {
  float: left;
  padding-left: 19px;
}

header.main nav li ul {
  display: none;
}

@media (min-width: 992px) {
  header.main nav li ul {
    display: none !important;
  }
}
header.main nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #6D6E73;
  letter-spacing: 0.2px;
}

header.main nav .current-page-ancestor a, header.main nav .current-menu-item a, header.main nav .current-menu-parent a {
  color: #027bc0;
}

header.main nav a:hover {
  color: #027bc0;
}

@media (min-width: 992px) {
  header.main nav {
    display: block !important;
  }
}
@media (max-width: 991px) {
  header.main {
    position: relative;
  }

  header.main nav {
    position: absolute;
    top: calc(100% - 14px);
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    padding-bottom: 33px;
    box-shadow: 0 7px 11px rgba(0, 0, 0, 0.15);
  }

  header.main nav li {
    float: none;
    cursor: pointer;
  }

  header.main nav > ul > li {
    border-bottom: 1px solid #71BCD3;
    padding: 8px 0;
    margin: 0 19px;
    background-image: url("images/plus-blue-ico.png");
    background-repeat: no-repeat;
    background-position: top 13px right 3px;
  }

  header.main nav > ul > li ul {
    margin: 0;
    padding: 5px 0 14px;
  }

  header.main nav > ul > li ul:after {
    content: '';
    display: table;
    clear: both;
  }

  header.main nav > ul > li ul a {
    text-transform: none;
    font-size: 14px;
    line-height: 25px;
  }

  header.main nav > ul > li ul li {
    padding: 0;
    float: left;
    width: 50%;
  }

  header.main nav > ul > li.active {
    background-image: url("images/close-grey-ico.png");
  }

  header.main nav > ul > li.active > a {
    color: #027bc0;
  }
}
.multi-level-mirror {
  width: 51%;
  padding: 16px 4px 1px;
  position: relative;
  display: none;
}

.multi-level-mirror a {
  text-transform: none !important;
  font-size: 14px;
}

.multi-level-mirror li {
  float: left;
  width: 50%;
}

.multi-level-mirror:before {
  content: '';
  display: block;
  background-color: #027bc0;
  height: 53%;
  width: 5px;
  position: absolute;
  left: 8px;
  top: 24px;
}

@media (max-width: 991px) {
  .multi-level-mirror {
    display: none !important;
  }
}
.nav-trigger-wrapper {
  position: absolute;
  height: 30px;
  top: 40px;
  right: 20px;
  cursor: pointer;
  display: none;
  /*&.close {
    .nav-trigger {
      background-color: transparent;
      &:before, &:after {
        top: 0;
        bottom: auto;
      }
      &:before {
        transform: rotate(45deg);
      }
      &:after {
        transform: rotate(-45deg);
      }
    }
  }*/
}

@media (max-width: 991px) {
  .nav-trigger-wrapper {
    display: block;
  }
}
.nav-trigger {
  width: 32px;
  position: relative;
  top: 12px;
  background-color: #6D6E73;
  height: 5px;
  display: block;
}

.nav-trigger:before, .nav-trigger:after {
  content: '';
  display: block;
  width: 32px;
  position: absolute;
  background-color: #6D6E73;
  height: 5px;
}

.nav-trigger:before {
  top: -10px;
}

.nav-trigger:after {
  bottom: -10px;
}

main.content h2 {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.images-row {
  background-color: #F3F3F1;
  padding: 26px 0 90px;
}

.images-row ul {
  padding: 0;
  list-style: none;
}

.images-row li {
  float: left;
  width: 25%;
  height: 99px;
  padding: 0 40px;
  position: relative;
}

.images-row li:not(:last-of-type) {
  border-right: 2px solid #E8E9E4;
}

.images-row a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 767px) {
  .images-row li {
    width: 50%;
    margin-bottom: 20px;
  }

  .images-row li:nth-of-type(2) {
    border-right: none;
  }
}
.cols {
  padding-bottom: 20px;
}

.cols .row {
  margin: 0 -15px;
}

.cols .col {
  float: left;
  margin: 0 15px 31px;
  padding: 13px 0;
  width: calc(33.33% - 30px);
  background-color: #F3F3F1;
  position: relative;
  overflow: hidden;
}

.cols .col:hover .hover-overlay {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cols ul {
  list-style: none;
}

.cols .meta {
  display: inline-block;
  text-decoration: none;
  color: #71BCD3;
  padding-left: 22px;
  position: relative;
}

.cols .meta:before {
  top: 4px;
}

.cols .meta span {
  padding-right: 5px;
  display: block;
}

.cols .meta .cat, .cols .meta h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.7px;
  margin-bottom: 0;
}

.cols .meta .cat span, .cols .meta h3 span {
  display: inline-block;
  padding-right: 8px;
}

.cols .meta .date {
  font-size: 18px;
  font-size: 22px;
  position: relative;
  top: -2px;
}

.cols .content {
  padding: 20px 23px 3px;
  line-height: 18px;
  font-size: 14px;
}

.cols p {
  margin-bottom: 0;
}

.cols .thumb {
  display: block;
  height: 149px;
  margin-bottom: 13px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cols .portrait {
  height: 149px!important;
}

.cols.thumb-cols .col {
  padding-top: 0;
}

.archive .cols .col {
  padding-top: 0;
}

.cols.thumb-cols .meta {
  color: #027bc0;
}

.cols.thumb-cols .meta:before {
  background-color: #027bc0;
}

.cols.thumb-cols .hover-overlay {
  background-color: #027bc0;
}

.cols .btn-wrapper {
  text-align: right;
  clear:both;
}

.cols .btn-wrapper a {
  display: inline-block;
  text-decoration: none;
  color: #6D6E73;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.8px;
  background-image: url("images/plus-grey-ico.png");
  background-repeat: no-repeat;
  background-position: top 2px right 2px;
  padding-right: 22px;
  position: relative;
  top: -10px;
}

@media (max-width: 767px) {
  .cols .col {
    width: calc(100% - 30px);
  }

  .cols .thumb {
    height: 208px;
  }
}
.hover-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #71BCD3;
  opacity: 0.8;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 300ms;
  background-image: url("images/plus-white-ico.png");
  background-repeat: no-repeat;
  background-position: center center;
  /*&:before, &:after {
    content: '';
    display: block;
    background-color: $color_opposite;
    width: 20px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  &:before {
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
  }
  &:after {
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
  }*/
}

.rev_slider, .rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner, .tp-fullwidth-forcer {
  height: 450px !important;
  margin-bottom: 45px !important;
}

@media (max-width: 991px) {
  .rev_slider, .rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner, .tp-fullwidth-forcer {
    height: 300px !important;
  }
}
.slider ul:not(.row) {
  max-width: 100% !important;
}

.page-numbers {
  font-size: 18px;
  color: #fff;
  background-color: #027bc0;
  text-decoration: none;
  padding: 1px 3px;
  margin-bottom: 20px;
  display: inline-block;
}

.page-numbers:hover {
  color: #fff;
}

.page-numbers.current {
  background-color: #fff;
  color: #6D6E73;
}

.page-numbers.current:hover {
  color: #6D6E73;
}

.archive .content-header {
  margin-bottom: 54px;
  padding: 49px 0 47px;
}

.content-header {
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxOGViMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxOGViMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: linear-gradient(to right, #318eb0, rgba(49, 142, 176, 0.6));
  padding: 63px 0 34px;
}

.content-header h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.content-header small {
  font-weight: bold;
  font-size: 12px;
  display: block;
  letter-spacing: 0.8px;
  line-height: 3px;
}

.content-header small span {
  display: inline-block;
  padding-left: 3px;
}

.default-page-content .row {
  margin: 0 -20px;
}

.has-sidebar .main-col, .has-sidebar .sidebar {
  float: left;
}

.has-sidebar .main-col {
  width: 67%;
}

.has-sidebar .sidebar {
  width: 33%;
  padding-right: 20px;
  padding-left: 9px;
  padding-bottom: 64px;
}

@media (max-width: 991px) {
  .has-sidebar .sidebar:not(.mirror) {
    display: none;
  }

  .has-sidebar .main-col {
    width: 100%;
    float: none;
  }
}
.sidebar {
  padding-top: 60px;
}

.sidebar .col {
  width: 100%;
  margin: 0;
  padding-bottom: 9px;
  margin-bottom: 31px;
}

.sidebar .thumb {
  height: 178px;
}

.sidebar .meta {
  text-transform: uppercase;
  color: #6D6E73 !important;
}

.sidebar .meta .date {
  letter-spacing: 1px;
}

.sidebar a {
  color: #6D6E73;
  text-decoration: none;
}

.sidebar .content {
  font-size: 12px;
  padding: 15px 20px 3px;
}

.sidebar.mirror {
  float: none;
  padding: 0;
  margin: 0 -15px;
  width: calc(100% + 30px);
  display: none;
}

.sidebar.mirror:after {
  content: '';
  display: table;
  clear: both;
}

.sidebar.mirror .col {
  float: left;
  width: calc(50% - 30px);
  margin: 0 15px;
}

@media (max-width: 991px) {
  .sidebar.mirror {
    display: block;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sidebar.mirror {
    padding: 20px 0;
  }

  .sidebar.mirror .thumb {
    height: 140px;
  }
}
@media (max-width: 475px) {
  .sidebar.mirror {
    width: 100%;
    margin: 0;
  }

  .sidebar.mirror .col {
    float: none;
    width: 100%;
    margin: 0 0 31px;
  }

  .sidebar.mirror .thumb {
    height: 208px;
  }
}
.main-col {
  padding-top: 54px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 64px;
  font-size: 18px;
}

.main-col p {
  margin-bottom: 25px;
}

.text + .mirror + .accordion {
  padding-top: 40px;
}

.text + .accordion {
  padding-top: 40px;
  clear: both;
}

.accordion .item {
  background-color: #F3F3F1;
  margin-bottom: 36px;
}

.accordion .item h2 {
  color: #027bc0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 25px;
  padding: 45px 55px 39px 32px;
  position: relative;
}

.accordion .item h2:before {
  background-color: #027bc0;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.accordion .item-content {
  margin: 0 29px;
  padding: 26px 0;
  border-top: 1px solid #71BCD3;
}

@media (max-width: 767px) {
  .accordion .item h2 {
    font-size: 22px;
  }
}
@media (max-width: 475px) {
  .accordion .item h2 {
    background-position: center right 31px;
  }
}
main.content ol {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

main.content ol li {
  padding-bottom: 10px;
}

main.content ol span {
  display: inline-block;
  background-color: #027bc0;
  color: #fff;
  margin-right: 10px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: -2px;
  left: 2px;
  font-size: 13px;
  line-height: 19px;
}

main.content ul:not(.row):not(.normal):not(.magazineYearList):not(.magazineList):not(.cssmap) {
  margin: 0 -15px;
  width: calc(100% + 30px);
  padding: 0;
  list-style: none;
}

main.content ul:not(.row):not(.normal):not(.magazineYearList):not(.magazineList):not(.cssmap):after {
  content: '';
  display: table;
  clear: both;
}

main.content ul:not(.row):not(.normal):not(.magazineYearList):not(.magazineList):not(.cssmap) li {
  float: left;
  margin: 0 15px 11px;
  width: calc(33% - 30px);
  height:100px;
  border-bottom: 1px solid #71BCD3;
  padding-bottom: 13px;
}

@media (max-width: 475px) {
	main.content ul:not(.row):not(.normal):not(.magazineYearList):not(.magazineList):not(.cssmap) li {
  		width: calc(100% - 30px);
	}
}
@media (min-width: 475px) and (max-width: 768px) {
	main.content ul:not(.row):not(.normal):not(.magazineYearList):not(.magazineList):not(.cssmap) li {
  		width: calc(50% - 30px);
	}
}

main.content ul:not(.row):not(.normal):not(.magazineYearList):not(.magazineList):not(.cssmap) strong {
  font-weight: normal;
  display: block;
}

@media (max-width: 475px) {
  main.content ul:not(.row) {
    margin: 0;
    width: 100%;
  }

  main.content ul:not(.row) li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.item-content .cols {
  padding: 5px 0;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.item-content .cols:after {
  content: '';
  display: table;
  clear: both;
}

.item-content .cols .col {
  float: left;
  margin: 0 15px 15px;
  width: calc(25% - 30px);
}

.item-content .cols .thumb {
  height: 150px;
}

.item-content .cols .meta {
  padding-left: 11px;
}

.item-content .cols .meta:before {
  height: 26px;
}

.item-content .cols .date {
  text-transform: none;
  font-size: 12px;
  top: 0;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .item-content .cols .col {
    width: calc(50% - 30px);
    overflow: visible;
  }

  .item-content .cols .col h3 {
    margin-right: -12px;
  }
}
@media (max-width: 767px) {
  .item-content .cols .col .thumb {
    height: 133px;
  }
}
@media (max-width: 475px) {
  .item-content .cols {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .item-content .cols .col {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.tiles-as-sidebar:after {
  content: '';
  display: table;
  clear: both;
}

.tiles-as-sidebar .txt {
  float: left;
  width: 77%;
  padding-right: 15px;
}

.tiles-as-sidebar .sidebar {
  float: right;
  width: 23%;
  margin: 0;
  padding: 4px 0;
}

.tiles-as-sidebar .sidebar .col {
  width: 100%;
  margin: 0;
  float: none;
}

@media (max-width: 991px) {
  .tiles-as-sidebar .txt {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .tiles-as-sidebar .sidebar {
    float: none;
    width: 100%;
  }

  .tiles-as-sidebar .sidebar .col {
    width: 47%;
  }
}
.single-post .content-header {
  margin-bottom: 54px;
}

.single-post .entry {
  padding-bottom: 54px;
  font-size: 18px;
}

.single-post .entry p {
  margin-bottom: 25px;
}

blockquote {
  color: #fff;
  background-color: #027bc0;
  padding: 20px;
  margin: 0 20px 20px;
}

blockquote p {
  margin-bottom: 0 !important;
}

.txt h1, .txt h2, .txt h3, .txt h4, .txt h5, .txt h6, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .main-col .text h1, .main-col .text h2, .main-col .text h3, .main-col .text h4, .main-col .text h5, .main-col .text h6 {
  font-weight: bold;
  padding-top: 24px;
  color: #027bc0;
  text-transform: none !important;
}

.txt h1, .txt h2, .entry h1, .entry h2, .main-col .text h1, .main-col .text h2 {
  font-size: 25px;
}

.txt h3, .entry h3, .main-col .text h3 {
  font-size: 18px;
}

.txt ul + p, .entry ul + p, .main-col .text ul + p {
  padding-top: 25px;
}

footer.main {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNGU1NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiNGU1NSIgc3RvcC1vcGFjaXR5PSIwLjciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: linear-gradient(to right, #4b4e55, rgba(75, 78, 85, 0.7));
  color: #fff;
  padding: 32px 0 15px;
  font-size: 14px;
}

footer.main .left {
  float: left;
  font-weight: bold;
}

footer.main .right {
  float: right;
}

footer.main ul {
  list-style: none;
}

footer.main a {
  color: #fff;
  text-decoration: none;
}

/* Menu Footer */
#menu-footer-menu-2 > li {float:left;margin-right:1em;}
#menu-footer-menu-2 > li > a {font-size:2em;}
#menu-footer-menu-2 > li > a:hover {color: #027bc0;}