/* 
    # Start SASS
    sudo sass --watch assets/isca.scss:assets/css/isca.css

    # TO DO LIST

        - Template (Serach | 404)

        - Jobs (partner meta box)
        - Singles (Jobs ???)


*/
.p-color {
  color: #aaeeff !important;
}

.s-color {
  color: #333333 !important;
}

.p-bg {
  background-color: #aaeeff !important;
}

.s-bg {
  background-color: #333333;
}

.t-bg {
  background-color: #b42c2c;
}

.round-button {
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-weight: bold;
}

.p-button, a.p-button {
  background-color: #aaeeff;
  color: #333333;
  transition: all 0.5s;
}
.p-button:hover, a.p-button:hover {
  background-color: #b42c2c;
  color: #aaeeff;
}

.s-button, a.s-button {
  background-color: #333333;
  color: #aaeeff;
  transition: all 0.5s;
}
.s-button:hover, a.s-button:hover {
  background-color: #b42c2c;
  color: #aaeeff;
}

.wave {
  background-image: url("../images/wave-path.png");
  background-repeat: repeat-x;
  min-height: 10px;
  margin: 2rem 0;
}

.home body {
  background-color: #333333;
}

#main {
  margin-top: 0;
}

.cai-costa {
  background: #FFF url("../images/cai-costa.png") no-repeat;
}

.p-isca {
  padding: 6rem 0;
}

.s-de-isca {
  position: absolute;
  top: -50px;
  right: calc(50% - 32px);
}

.big-title {
  font-family: "Abril Fatface", cursive;
  color: #FFF;
  padding: 4rem 0;
}

.isca-title {
  font-family: "Abril Fatface", cursive;
  color: #333333;
}

.parallax-window {
  min-height: 300px;
  background: transparent;
}

.logged-in .sticky-top {
  top: 32px !important;
}

.page-title {
  margin-bottom: 0;
}

.page-title-bg .wave {
  margin: 2rem 0 0;
}

.sec-padd {
  color: #333333;
  padding: 5rem 0 6rem;
  margin-bottom: 4rem;
}

.section-color {
  background-color: #aaeeff;
}

.entry-meta {
  text-align: right;
  margin-top: 2rem;
}

.noticia-date {
  margin: 1rem 0;
  font-weight: bold;
}

.noticia-title {
  border-left: 10px solid #aaeeff;
  padding-left: 1rem;
}

.noticia-title a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

#footer {
  background-color: #aaeeff;
  padding: 5rem 0 2rem;
}
#footer .objetivos-item-icons {
  font-size: 36px;
  height: 36px;
  width: 36px;
  padding-bottom: 3rem;
}
#footer .objetivos-item {
  margin-bottom: 2rem;
}
#footer .footer-icon-container .dashicons {
  font-size: 24px;
  height: 24px;
  width: 24px;
  margin-right: 0.7rem;
  color: #b42c2c;
}
#footer .contact-footer a {
  color: #333333;
}
#footer h1, #footer h4 {
  font-family: "Lora", serif;
  font-weight: bold;
}
#footer .footer-icon-container {
  margin-bottom: 2rem;
}
#footer .footer-links h4 {
  margin-bottom: 2rem;
}
#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-links ul li a {
  color: #333333;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-links ul li .dashicons {
  margin-right: 0.5rem;
  color: #b42c2c;
  font-size: 20px;
  line-height: 1;
  margin-left: -5px;
}
#footer .social-links {
  padding-left: calc(24px + .7rem);
}
#footer .social-links span {
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin-right: 1rem;
  color: #b42c2c;
}

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