/*
Theme Name:Skills4Life
Theme URI: http://dctevo.com
Description: Child Theme For Divi
Author: Ivan Savchenko
Author URI: http://dctevo.com
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

/** Load custom fonts  **/
@font-face {
    font-family: ProximaNovaSoft-Regular;
    src: url('fonts/ProximaNovaSoft-Regular.otf');
}
@font-face {
    font-family: ProximaNovaSoft-Medium;
    src: url('fonts/ProximaNovaSoft-Medium.otf');
}
@font-face {
    font-family: ProximaNovaSoft-Semibold;
    src: url('fonts/ProximaNovaSoft-Semibold.otf');
}
@font-face {
    font-family: ProximaNovaSoft-Bold;
    src: url('fonts/ProximaNovaSoft-Bold.otf');
}
h1, h2, h3, h4, h5, h6 {
font-family: 'ProximaNovaSoft-Bold', sans-serif;
}

/** animated social icons **/
.et_social_sidebar_networks {
        display: none;
        position: fixed;
        bottom: 50%;
        left: 25px !important;
}

/** **/

/** Preloader**/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ee793b;
  z-index: 1001;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ee7f54;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222;
  z-index: 1000;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
.loaded .evo {
opacity: 0;
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
}
.evo {
    font-size: 34px;
    position: absolute;
    z-index: 10000;
    left: calc(50% - 24px);
    top: calc(50% - 30px);
    color: #fff;
}

/** **/
/** Menu **/
#top-menu > li:last-child {
    margin-left: 75px;
}
#top-menu li {
    padding-right: 50px;
}
.lang-item-pt img {
    position: absolute;
    top: -5px;
    left: -30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.lang-item-pt img:hover { 
    transform: rotate(90deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
}
.lang-item-pt a:after {
    content: 'PT';
    font-family: 'ProximaNovaSoft-Bold', sans-serif;
}
.lang-item-en a:after {
    content: 'EN';
    font-family: 'ProximaNovaSoft-Bold', sans-serif;
}
.lang-item-en img {
    position: absolute;
    top: -5px;
    left: -30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.lang-item-en img:hover { 
    transform: rotate(90deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
}
/** **/
#main-header.et-fixed-header {
    box-shadow: none !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#top-menu li a {
    font-weight: 400;
}

.et_pb_promo_description h2:after {
    content: '';
    width: 50px;
    height: 6px;
    background: #27d1c3;
    display: block;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 3px;
}

/** Home Page **/
.bloglist .post-content {
    display: none;
}
.bloglist .et_pb_post {
    margin-bottom: 30px;
}
.bloglist a:hover {
    color: #38e0d2;
}
.bloglist .et_pb_post h2 {
    padding-bottom: 0;
}
.bloglist .entry-title:after {
    content: '5 days';
    display: block;
    font-family: "Proxima Nova Soft";
    font-size: 12px;
    text-transform: uppercase;
    color: #919191;
    margin-top: 10px;
    font-weight: 500;
}
/** **/

/** disable sidebar **/
@media (min-width: 981px) {
.et_right_sidebar #left-area {
    float: none;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
}
.et_right_sidebar #main-content .container:before {
    display: none;
}
}
/** **/
/** Footer **/

    /** map **/

#map_container{
  position: relative;
}
#map{
    height: 0;
    overflow: hidden;
    padding-bottom: 28.25%;
    padding-top: 30px;
    position: relative;
}

    /** **/
/** Feedback form **/
/* Form opened styles */
.form.active {
  padding: 25px 25px 30px 25px;
  background: #fff;
  box-shadow: 0 81px 92px -2rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 672px;
  height: auto;
  bottom: 60px;
  -webkit-animation: openForm 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.1, 0.1, 0.9);
  animation: openForm 0.5s;
  animation-timing-function: cubic-bezier(0.2, 0.1, 0.1, 0.2);
  z-index: 1;
}
.form.active * {
  top: 0;
  opacity: 1;
}
.form.active::after,
.form.active::before {
  opacity: 0;
}

.form.active h1 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4f4f4f;
    letter-spacing: .5px;
    text-align: center;
    padding-bottom: 35px;
    padding-top: 10px;
}

.submit {
  top: 0;
  opacity: 1;
  border-radius: 25px;
  padding-top: 15px;
  width: 147px;
  height: 51px;
  font-family: "Proxima Nova Soft";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 24px auto 0 auto;
  background: #27d1c3;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.5s .5s ease;
  transition: all 0.5s .5s ease;
}
.submit:hover {
    background: #38e0d2;
}
input,
textarea {
  top: 0;
  display: block;
  width: 100%;
  border: none;
  padding: 10px;
  background: #fefefe;
  margin: 12px 0 0 0;
  font-style: italic;
  border: 2px solid #bbb;
}
input {
  top: 0;
}
input:nth-child(1) {
  -webkit-transition: all 0.4s .4s ease;
  transition: all 0.4s .4s ease;
  border: 2px solid #f3f3f3;
  font-size: 14px;
  font-style: normal;
  height: 50px;
  padding: 0 15px;
  width: 48%;
  display: inline-block;
}
input:nth-child(2) {
  -webkit-transition: all 0.4s .4s ease;
  transition: all 0.4s .4s ease;
  border: 2px solid #f3f3f3;
  font-size: 14px;
  font-style: normal;
  height: 50px;
  padding: 0 15px;
  width: 48%;
  display: inline-block;
  float: right;
}
textarea {
  top: 0;
  opacity: 1;
  margin-top: 35px;
  border: 2px solid #f3f3f3;
  font-size: 14px;
  color: #b6b6b6;
  font-style: normal;
  max-height: 100px;
  -webkit-transition: all 0.4s .4s ease;
  transition: all 0.4s .4s ease;
}

/* Form closed styles */
.form {
  width: 348px;
  height: 67px;
  background: #fff;
  box-shadow: 0 81px 92px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.form * {
  top: -12px;
  opacity: 0;
}
.form:before {
    content: 'Write us';
    color: #4f4f4f;
    font-family: "Proxima Nova Soft";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: auto;
    display: block;
    text-align: center;
    line-height: 73px;
    height: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.form:hover::before {
  color: #27d1c3;
}


/*
.form::before,
.form::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 1;
  left: 10px;
  z-index: 100;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: scale(0.9999, 0.9999);
  transform: scale(0.9999, 0.9999);
}*/
/*.form::before {
  top: 15px;
  -webkit-transform: perspective(1000) rotateX(0deg);
          transform: perspective(1000) rotateX(0deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  border-top: 11px solid #fff;
  border-right: 16px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid transparent;
}
.form::after {
  top: 17px;
  border-top: 11px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 11px solid #fff;
  border-left: 16px solid #fff;
}
.form:hover::before {
  -webkit-transform: perspective(1000) rotateX(180deg);
          transform: perspective(1000) rotateX(180deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}*/
/* ok mes */
.ok_message {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background: #fff;
  z-index: 100;
  font-family: "Proxima Nova Soft";
  -webkit-transform: scale(0, 0) rotate(-90deg);
  transform: scale(0, 0) rotate(-90deg);
  -webkit-transition: all 0.5s 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
  transition: all 0.5s 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
  line-height: 64px;
  text-align: center;
  cursor: pointer;
}
.ok_message span {
  text-transform: uppercase;
  font-size: 16px;
  color: #27d1c3;
  opacity: 0;
  -webkit-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  -webkit-transition: all 0.6s 0.4s ease;
  transition: all 0.6s 0.4s ease;
}
.ok_message.active {
  width: 320px;
  margin-left: -160px;
  -webkit-transform: scale(1, 1) rotate(0deg);
  transform: scale(1, 1) rotate(0deg);
}
.ok_message.active span {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  left: 0px;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #27d1c3;
}
@-webkit-keyframes openForm {
  0% {
    width: 348px;
    height: 374px;
  }
  50% {
    width: 348px;
    height: 374px;
  }
  100% {
    width: 672px;
    height: 374px;
  }
}
@keyframes openForm {
  0% {
    width: 348px;
    height: 74px;
  }
  25% {
    width: 348px;
    height: 174px;
  }

  50% {
    width: 348px;
    height: 274px;
  }
  60% {
    width: 348px;
    height: 374px;
  }
  75% {
    width: 348px;
    height: 374px;
  }
  80% {
    width: 348px;
    height: 374px;
  }
  85% {
    width: 348px;
    height: 374px;
  }
  90% {
    width: 348px;
    height: 374px;
  }
  95% {
    width: 348px;
    height: 374px;
  }
  100% {
    width: 672px;
    height: 374px;
  }
}
/** **/
 #page-container .et_pb_cta_0.et_pb_promo .et_pb_button:hover {
    padding: 16px !important;
}

a.small-button.smallbluecontactbutton {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    bottom: 0;
    color: #4f4f4f;
    font-family: "Proxima Nova Soft";
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    width: 350px;
    height: 65px;
    background: #fff;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 81px 92px rgba(0, 0, 0, 0.16);
}
a.small-button.smallbluecontactbutton:hover {
  color: #27d1c3;
}
#et-footer-nav {
    position: relative;
}
#main-footer {
    background-color: transparent !important;
}
#footer-bottom {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #27d1c3;
}

.footer-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    padding-top: 10px;
}
.contact-footer {
    display: block;
    width: auto;
    margin: auto;
}

.morada {
    width: 264px;
    height: 38px;
    box-shadow: 0 13px 21px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    background-color: #27d1c3;
    color: #fff;
    font-family: "Proxima Nova Soft";
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 41px;
    position: absolute;
    bottom: 230px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.morada:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #27d1c3;
    position: absolute;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    top: -6px;
    transform: rotate(45deg);
}
.contact-footer {

    margin: auto;
}
.contact-footer ul {
    display: flex;
}
.contact-footer a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: 'ProximaNovaSoft-Bold', sans-serif;
    padding: 24px 0 20px 35px;
}
/**.contact-footer a:hover {
    color: #ee793b;
}**/
a.tel {
    background: url(/wp-content/themes/skills4life/images/tel-icon.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-right: 70px;
}
a.fax {
    background: url(/wp-content/themes/skills4life/images/printer-icon.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-right: 70px;
}
a.mail {
    background: url(/wp-content/themes/skills4life/images/envelope-icon.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
a.send {
    background: url(/wp-content/themes/skills4life/images/send-icon.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 55px;
    font-size: 14px !important;
    text-transform: uppercase;
}
.et-social-icons a:hover {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #e27840 !important;
}
.et-social-icons li:first-child {
    margin-left: 0;
}
/** end **/
/** images grayscale **/
.coming-soon {
  position: relative;
}
.coming-soon:before {
    content: 'coming soon';
    font-family: "Proxima Nova Soft";
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #70cbcd;
    border-radius: 15px;
    position: absolute;
    width: 105px;
    top: 68px;
    z-index: 1;
    text-align: center;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    height: 28px;
    line-height: 28px;
}
.coming-soon img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
  height: 82px;
  opacity: .5;
}


.coming-soon img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
  opacity: 1;
}
/** **/
/** triangle-divider **/
#page-container {
    overflow: hidden;
}
.divider {
  display: flex;
}
.map {
  position: relative;
  top: 35px;
}
.divider .upperdiv {
  background-color: white;
  width: 200%;
  height: 100px;
  transform: rotate(4deg);
  margin-top: -50px;
  margin-left: -15px;
  z-index: 1;
}
.divider .lowerdiv {
  background-color: white;
  width: 200%;
  height: 100px;
  transform: rotate(356deg);
  margin-top: -50px;
  margin-right: -15px;
  z-index: 1;
}
.mapleft {
  position: relative;
  right: -5px;
}
.mapright {
  position: relative;
  left: -5px;
}
/** **/

/** Single post**/

.single .post {
    max-width: 820px;
    margin: auto;
    padding-top: 110px;
    padding-bottom: 0;

}
.et_post_meta_wrapper {
    text-align: center;
    margin: 50px 0 0;
}
.post-meta {
    font-family: "Proxima Nova Soft";
    font-weight: 600;
}
.post-meta a {
    color: #18b6a9 !important;
}
.entry-content p {
    padding-bottom: 20px;
}



.entry-content li {
    padding-bottom: 10px;
    line-height: 33px;
}
.entry-content h1 {
    padding-top: 22px;
    padding-bottom: 20px;
    color: #000;
    letter-spacing: 0.5px;
}


.entry-content ol {
    margin-left: 30px;
    list-style-type: none !important;

}
.entry-content ol li {
    counter-increment: count-me;
}
.entry-content ol li::before {
    content: counter(count-me) " ";
    display: block;
    position: relative;
    max-width: 25px;
    max-height: 0px;
    left: -30px;
    top: .05em;
    color: #76e3d7;
    font-size: 20px;
    font-weight: bold;
}



.entry-content ul li {
    margin-left: 15px;
    list-style:none;
}


.entry-content ul li:before {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    left: -30px;
    top: 22px;
    position: relative;
    background: #76e3d7;
    border-radius: 5px;
}




.entry-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    color: #151515;
}
.et_monarch .et_social_4col li {
    width: auto;
    margin: 0;
    margin-right: -10px;
}
.et_monarch .et_social_networks .et_social_icons_container {
    margin: auto !important;
    display: block;
    width: 190px;
}
.et_monarch .et_social_networks {
    background: url(/wp-content/themes/skills4life/images/divider1px.png);
    background-repeat: no-repeat;
    background-position: center;
}
.et_monarch .et_social_networks.et_social_circle i {
    border: solid #fff;
}
/** Course post **/
#course-post .entry-content .et_social_inline.et_social_mobile_on.et_social_inline_top {
    display: none !important;
}
#course-post .post {
    padding-top: 0;
}
.post-divider {
    display: flex;
    width: 300%;
    margin-left: -100%;
}

.post-divider .upperdiv {
  background-color: white;
  width: 200%;
  height: 75px;
  transform: rotate(4deg);
  margin-top: -50px;
  margin-left: -15px;
  z-index: 1;
}
.post-divider .lowerdiv {
  background-color: white;
  width: 200%;
  height: 75px;
  transform: rotate(356deg);
  margin-top: -50px;
  margin-right: -15px;
  z-index: 1;
}



.cource-header {
    text-align: center;
    height: 530px;
    background: url(/wp-content/themes/skills4life/images/post-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-width: 300%;
    margin-left: -100%;
    padding-top: 175px;
}
.cource-header .post-meta {
  font-size: 32px;
  margin-bottom: 40px;
  color: #18b6a9;
}
.cource-header h1 {
  font-size: 45px;
  color: #fff;
}
.duration {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Proxima Nova Soft";
    font-size: 16px;
    font-weight: 600;
    color: #b3dcff;
    text-transform: uppercase;
}
.duration span {
    width: 115px;
    margin: 0 30px;
}
.parameters {
    display: flex;
    align-items: stretch;
    min-height: 120px;
  }
.hours {
    width: 50%;
    display: flex;
    border-right: solid 1px #f2f2f2;
    font-size: 18px;
    color: #303030;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}
.hours span {
    color: #b2b2b2;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Proxima Nova Soft";
}
.hours img {
  margin-right: 25px;
}
.hours div {
    text-align: left;
}
.pdf_file {
    width: 50%;
    display: flex;
    color: #303030;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    font-family: "Proxima Nova Soft";
}
.pdf_file span {
    color: #b2b2b2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Proxima Nova Soft";
    display: block;
    margin-bottom: 5px;
}
.pdf_file a {
  color: #303030;
  padding: 5px 0;
}
.pdf_file a:hover {
  color: #18b6a9;
}
.pdf_file img {
  margin-right: 25px;
}
.pdf_file p {
    width: 175px;
    text-align: left;
}
/** **/


/** Responsive **/
@media (max-width: 1600px) {
.morada {
  bottom: 190px;
}
}


@media (max-width: 1280px) {
.morada {
  bottom: 140px;
}
}
@media (max-width: 1024px) {
.artigoslist {
    width: 95%;
}
#map {
    padding-bottom: 40%;
}
.morada {
  bottom: 165px;}
}


@media (max-width: 780px) {
.lang-item-en img, .lang-item-pt img {
    position: relative;
    top: 5px;
    left: -10px;
}
.cource-header h1 {
    max-width: 700px;
    margin: auto;
}
.duration {
    position: relative;
    bottom: 50px;
}
#map {
    padding-bottom: 44%;
}
.morada {
    bottom: 130px;
}
a.tel, a.fax {
    padding-right: 20px;
}
}

@media (max-width: 480px) {
.container {
  width: 90%;
}
  #main-content .container {
    padding-top: 0;
}
.cource-header h1 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.duration {
  margin-top: 40px;
}
.cource-header .post-meta {
  font-size: 22px;
}
.single .post {
    padding-top: 0;
}
.et_post_meta_wrapper {
    text-align: center;
    margin: 50px 0 0;
}
#left-area .post-meta {
    font-size: 18px;
}
ul.et_social_icons_container {
    display: flex !important;
    align-items: flex-end;
}
.et_monarch .et_social_networks li {
    width: auto !important;
    margin: 0 !important;
}

.parameters {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
}
.hours {
    width: 100%;
    margin-bottom: 25px;
    border-right: none;
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 25px;
}
.pdf_file {
    width: 100%;
}
.pdf_file p {
    width: auto;
    text-align: left;
}

  .footer-div {
    height: 130px;
    padding-top: 20px;
  }
  .contact-footer ul li {
    margin-bottom: 15px;
}
  .contact-footer ul {
    display: flex;
    flex-direction: column;
    text-align: center;
}
#map {
    padding-bottom: 75%;
}
.morada {
    bottom: 120px;
}
.form.active {
  width: 90%;
  bottom: 0px;
}
@keyframes openForm {
  0% {
    width: 90%;
    height: 374px;
  }
  50% {
    width: 90%;
    height: 374px;
  }
  100% {
    width: 90%
    height: 374px;
  }
}
a.tel, a.fax {
    padding-right: 0;
}
}


/** **/