@charset "UTF-8";
/*
Theme Name: Unpf
Author: Vergonn
Author URI:
Description: Custom theme
Version: 1.0.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-background, custom-menu, featured-images, theme-options, translation-ready, custom-logo, photography, threaded-comments, e-commerce, portfolio
Text Domain: unpf
*/
/* The bootstrap.css file is auto-enqueued in functions.php */
/* HTML Tags
------------------------------*/
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body, html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto Condensed", "Helvetica Neue", helvetica, arial, sans-serif;
  padding: 0;
  position: relative;
  margin: 0;
  padding-bottom: 42rem;
  min-height: 100%;
  color: #404040;
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
  word-wrap: break-word;
}
@media screen and (max-width: 992px) {
  body {
    padding-bottom: 64rem;
  }
}

iframe,
embed {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
}

td, th {
  padding: 6px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

a, a:active, a:hover, a:focus {
  text-decoration: none;
  color: #e43e3e;
}

article {
  display: inline-block;
  width: 100%;
}
article a {
  border-bottom: 1px dotted #777777;
  font-weight: bold;
}

a:active {
  border-bottom: none;
}

input, textarea {
  background-color: #fff;
  padding: 6px;
  color: #464a4c;
  border-radius: 0;
  margin-bottom: 10px;
  width: 100%;
}

select {
  max-width: 100%;
  padding: 5px;
  color: #000;
}

label {
  width: 100%;
}

/* Header
------------------------------*/
.site-header {
  line-height: 75px;
  position: relative;
  width: 100%;
  background: #FFFFFF;
  z-index: 1000;
  -webkit-transition: all 1s ease-out;
  /* Safari */
  transition: all 0.5s ease-out;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}
.site-header.header-fixed {
  top: 0px;
  left: 0px;
  position: fixed;
}
.site-header .custom-logo-transparent {
  display: none;
}
.site-header .site-branding-logo {
  float: left;
  padding-right: 10px;
}
.site-header .site-branding-logo img {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.site-header .site-brand {
  padding: 14px 0;
  height: auto;
  z-index: 99999;
  float: left;
}
.site-header .site-brand .site-title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 28px;
}
.site-header .site-brand .site-title a {
  color: #333333;
}
.site-header .site-brand .site-description {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.followWrap {
  display: block;
}

.header-full-width .container {
  max-width: auto;
  width: auto;
}
@media screen and (min-width: 940px) {
  .header-full-width .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.is-transparent .followWrap {
  z-index: 99;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0px;
  display: block;
}
.is-transparent .site-header {
  background: transparent;
  position: fixed;
  top: 0px;
}
.is-transparent .site-header.no-sticky {
  position: absolute;
  top: auto;
}
.is-transparent .site-header.no-scroll {
  box-shadow: none;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo-transparent {
  display: inline-block;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo {
  display: none;
}
.is-transparent .site-header.no-scroll #nav-toggle span {
  background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle span::before, .is-transparent .site-header.no-scroll #nav-toggle span::after {
  background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle.nav-is-visible span {
  background-color: transparent;
}
.is-transparent .site-header.header-fixed {
  background: #FFFFFF;
}
.is-transparent .site-header.header-fixed.no-scroll {
  background: transparent;
  box-shadow: none;
}

@media screen and (min-width: 1200px) {
  .is-transparent .no-scroll.site-header .unpf-menu > li > a {
    color: rgba(255, 255, 255, 0.9);
  }
}
.is-transparent .hero-slideshow-fullscreen .hero__content {
  padding-top: 50px;
  padding-top: 3.125rem;
}

.site-branding {
  float: left;
}

.site-branding .site-title, .site-branding .site-text-logo {
  margin: 0px;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: initial;
  vertical-align: middle;
  font-weight: 600;
}
.site-branding .site-title:hover, .site-branding .site-text-logo:hover {
  text-decoration: none;
}
.site-branding .site-title {
  display: inline-block;
}
.site-branding .site-image-logo {
  display: block;
}
.site-branding .site-logo-div {
  line-height: 75px;
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
  line-height: 60px;
}
.site-branding .no-logo-img.has-desc .site-title, .site-branding .has-logo-img .site-title {
  margin-top: -5px;
  position: relative;
}
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  position: relative;
  top: -15px;
  color: #000000;
}

.home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo {
  color: #fff;
}

.header-social {
  margin-left: 0px;
  float: right;
}
@media screen and (min-width: 940px) {
  .header-social {
    margin-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .header-social {
    display: none;
  }
}
.header-social a {
  display: block;
  height: 100%;
  float: left;
  margin-left: 0px;
  margin-top: -2px;
  color: #e43e3e;
}
@media screen and (min-width: 940px) {
  .header-social a {
    margin-left: 3px;
  }
}
.header-social a:hover {
  color: #000000;
  transition: all 0.2s linear 0s;
}
.header-social .fa-stack-1x, .header-social .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.header-social .fa-stack-1x {
  line-height: inherit;
}
.header-social .fa-stack-2x {
  font-size: 2em;
}
.header-social .fa-inverse {
  color: #FFFFFF;
}

.header-btn {
  float: right;
}

/* Site Navigation */
.unpf-menu, .unpf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.unpf-menu {
  float: right;
}
.unpf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.unpf-menu ul ul {
  top: 0;
  left: 100%;
}
.unpf-menu li {
  position: relative;
}
.unpf-menu > li {
  float: left;
}
.unpf-menu li:hover > ul, .unpf-menu li.sfHover > ul {
  display: block;
}
.unpf-menu a {
  display: block;
  position: relative;
}

.unpf-menu ul {
  min-width: 12em;
  *width: 12em;
  border: 1px solid #bfbfbf;
  border-top: none;
}
.unpf-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.unpf-menu li:hover,
.unpf-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.unpf-menu a {
  color: #333333;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
}
.unpf-menu a:hover {
  color: #e43e3e;
}
.unpf-menu ul li {
  line-height: 26px;
}
.unpf-menu ul li a {
  border-top: 1px solid #bfbfbf;
  padding: 8px 18px;
  color: #999999;
  font-size: 13px;
  text-transform: none;
  background: #ffffff;
  letter-spacing: 0;
}
.unpf-menu ul li a:hover {
  color: #e43e3e;
}
.unpf-menu li.unpf-current-item > a {
  color: #e43e3e;
}
.unpf-menu ul li.current-menu-item > a {
  color: #e43e3e;
}
.unpf-menu > li:last-child > a {
  padding-right: 0px;
}
.unpf-menu > li a.menu-actived {
  color: #e43e3e;
}
.unpf-menu .nav-toggle-subarrow {
  display: none;
}

#nav-toggle {
  display: none;
  margin-left: 15px;
}

@media screen and (max-width: 1200px) {
  .main-navigation {
    position: static;
  }

  .main-navigation .unpf-menu {
    width: 100% !important;
    display: none;
  }

  .unpf-menu.unpf-menu-mobile {
    display: block !important;
    position: absolute;
    top: 75px;
    right: 0;
    width: 100%;
    background: transparent;
    z-index: 100;
    border-bottom: 1px solid #bfbfbf;
  }
  .unpf-menu.unpf-menu-mobile > li > a {
    padding: 12px 20px;
  }
  .unpf-menu.unpf-menu-mobile li:hover ul {
    display: none;
  }
  .unpf-menu.unpf-menu-mobile ul {
    box-shadow: none;
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .unpf-menu.unpf-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .unpf-menu.unpf-menu-mobile ul li a {
    padding: 12px 35px;
    border-top: none;
  }
  .unpf-menu.unpf-menu-mobile ul li a:hover {
    background: transparent;
  }
  .unpf-menu.unpf-menu-mobile ul li li a {
    padding: 12px 70px;
    border-top: none;
  }
  .unpf-menu.unpf-menu-mobile ul li li li a {
    padding: 12px 105px;
  }
  .unpf-menu.unpf-menu-mobile ul ul {
    left: 0px;
  }
  .unpf-menu.unpf-menu-mobile li {
    line-height: 20px;
    background: #FFFFFF;
    border-top: 1px solid #bfbfbf;
    width: 100% !important;
  }
  .unpf-menu.unpf-menu-mobile li.unpf-current-item > a {
    color: #e43e3e;
  }
  .unpf-menu.unpf-menu-mobile a {
    color: #777777;
  }
  .unpf-menu.unpf-menu-mobile a:hover {
    color: #000000;
  }
  .unpf-menu.unpf-menu-mobile .nav-toggle-subarrow {
    display: block;
    color: #999999;
    border-left: 1px solid #bfbfbf;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 11px 20px;
    z-index: 10;
    font-size: 22px;
  }
  .unpf-menu.unpf-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
    content: "" !important;
  }
  .unpf-menu.unpf-menu-mobile .nav-toggle-dropdown > ul {
    display: block !important;
  }

  #nav-toggle {
    display: block;
  }
}
#nav-toggle {
  float: right;
  position: relative;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: rotate 0.2s, translate 0.2s;
  -moz-transition: rotate 0.2s, translate 0.2s;
  transition: rotate 0.2s, translate 0.2s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
  content: "";
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

#nav-toggle.nav-is-visible span {
  background: transparent;
}
#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #000000;
}

/* Banner
------------------------------*/
.top-header {
  position: relative;
  background-color: #3c3c3c;
}

.header-banner {
  display: block;
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  padding: 15px;
  color: #000;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  -o-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
.header-banner .header-title {
  margin: 0;
  border: none;
  color: #fff;
  font-size: 46px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .header-banner .header-title {
    font-size: 34px;
  }
}
.header-banner .header-desc {
  color: #fff;
}

.background-image {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 782px) {
  .background-image {
    height: 540px;
  }
}

.logo-image {
  width: 180px;
  height: 180px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center;
}

/* Content
------------------------------*/
.main-container {
  background-color: #fff;
  margin-top: -30px;
  margin-bottom: 30px;
  line-height: 1.4;
  z-index: 9;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 25px;
}

.fullpage .entry-title {
  display: block;
  text-transform: uppercase;
  color: white;
  background-color: #e43e3e;
  padding: 5px;
  text-align: center;
  margin-top: -25px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 12px;
  font-size: 48px;
}
.fullpage .entry-content {
  padding: 20px;
}

.unpf-btn {
  border: 1px solid #e43e3e;
  border-radius: 0;
  background-color: #e43e3e;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin: 5px;
  transition: 0.25s;
}
.unpf-btn:hover {
  color: black;
  background-color: #e43e3e;
  border-color: black;
}

.error-template h1 {
  display: block;
  text-transform: uppercase;
  color: white;
  background-color: #e43e3e;
  padding: 5px;
  text-align: center;
  margin-top: -25px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 12px;
  font-size: 64px;
}
.error-template h2 {
  margin: 10px;
}

/* Article
------------------------------*/
.main-article .entry-title, .archive-page-header .entry-title {
  display: block;
  text-transform: uppercase;
  color: white;
  background-color: #e43e3e;
  padding: 5px;
  text-align: center;
  margin-top: -25px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 32px;
  font-size: 48px;
}
.main-article .entry-footer, .archive-page-header .entry-footer {
  float: right;
}

/* Sidebar
------------------------------*/
#sidebar {
  display: inline-block;
  max-width: 100%;
  padding-top: 15px;
  border-right: 2px solid #e2e2e2;
}
@media screen and (max-width: 991px) {
  #sidebar {
    display: none;
  }
}

.section-menu #title {
  background-color: #e43e3e;
  padding-left: 8px;
  color: white;
  font-size: 16px;
}
.section-menu ul {
  padding-left: 20px;
}
.section-menu ul li .children {
  list-style: disc;
}
.section-menu ul li.current_page_item {
  list-style: circle;
  background: radial-gradient(circle, #c7c7c7, white);
}
.section-menu ul li.current_page_item .children {
  list-style: disc;
}
.section-menu ul li.current_page_item ul {
  background-color: white;
}
.section-menu ul li.current_page_item ul a {
  color: black;
}
.section-menu ul li:hover {
  list-style: circle;
  background: radial-gradient(circle, #c7c7c7, white);
}
.section-menu ul li a {
  padding-left: 10px;
  display: block;
  color: black;
}

/* Footer
------------------------------*/
.site-footer {
  background: #111111;
  color: #BBBBBB;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.site-footer a {
  color: #e43e3e;
  transition: 0.2s;
  text-decoration: underline;
}
.site-footer a:hover {
  color: white;
}
.site-footer .footer-connect {
  padding: 90px 0px;
  padding: 80px 0px;
  padding: 5rem 0rem;
  text-align: center;
}
.site-footer .footer-connect .follow-heading {
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
.site-footer .footer-connect .subs_input {
  background-color: rgba(255, 255, 255, 0.145);
  color: #cccccc;
  border-bottom: none;
  box-shadow: none;
  padding: 12px 15px 12px;
  border-radius: 2px;
  width: 60%;
  font-size: 13px;
}
.site-footer .footer-connect .subs_input:focus {
  border: none;
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 940px) {
  .site-footer .footer-connect .subs_input {
    width: 70%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 720px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
.site-footer .footer-connect .subs-button {
  margin: 0px;
  position: relative;
  top: 0px;
  padding: 16px 23px 16px;
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .site-footer .footer-connect .subs-button {
    width: 70%;
  }
}
@media screen and (max-width: 720px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}
.site-footer .footer-connect input[type=text]:focus {
  border: none !important;
}
.site-footer .footer-social {
  text-align: center;
}
.site-footer .footer-social a {
  font-size: 30px;
  margin: 0px 13px;
  color: #FFFFFF;
}
.site-footer .footer-social a:hover {
  color: #e43e3e;
}
.site-footer .site-info {
  position: relative;
  text-align: center;
  padding: 16px 0px;
  background: #222222;
  font-weight: 500;
  color: #bbbbbb;
}
.site-footer .site-info a {
  color: #dddddd;
}
.site-footer .site-info a:hover {
  text-decoration: underline;
}
.site-footer .site-info .container {
  position: initial;
}
.site-footer .btt a {
  border-radius: 0px 20px 0 20px;
  color: #999999;
  background: #222222;
  display: block;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  position: absolute;
  right: 60px;
  top: -20px;
  transition: all 0.2s linear 0s;
  width: 40px;
  z-index: 99;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.site-footer .btt a:hover {
  color: #e43e3e;
}
.site-footer .btt a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: 3px;
}
@media screen and (max-width: 940px) {
  .site-footer .btt a {
    right: 0;
    left: 0;
  }
}

.sidebar {
  padding-top: 10px;
}

/* About
------------------------------*/
.section-about {
  padding: 0 20px;
  margin-bottom: 60px;
}

.section-button {
  position: absolute;
  top: 90%;
  left: 96%;
  background-color: #e43e3e;
  border-radius: 0;
  color: white;
  font-size: 16px;
}
.section-button:hover {
  color: black;
}
@media screen and (max-width: 850px) {
  .section-button {
    left: 40%;
    right: 40%;
  }
}

.section-title-area .section-title {
  display: inline-block;
  margin: 0;
  font-size: 46px;
  font-weight: bold;
  color: #e43e3e;
}
.section-title-area .section-desc {
  display: inline;
  font-size: 17px;
}

/* News
------------------------------*/
#unpf-news .news-title {
  text-align: center;
  background-color: gray;
  display: table;
  padding: 10px 40px;
  color: white;
  text-transform: uppercase;
  margin: auto;
  font-size: 32px;
}
#unpf-news .error-title {
  text-align: center;
  margin: 0;
  color: #e43e3e;
}
#unpf-news .news-panel {
  padding: 40px;
  background-color: #eaeaea;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  -moz-box-shadow: inset 0 0 8px -2px #0000007a;
  -webkit-box-shadow: inset 0 0 8px -2px #0000007a;
  box-shadow: inset 0 0 8px -2px #0000007a;
}
#unpf-news .news-panel::after, #unpf-news .news-panel::before {
  content: "";
  display: block;
  width: 100px;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #eaeaea;
  position: absolute;
  top: -20px;
  z-index: -1;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
#unpf-news .news-panel::after {
  right: 44%;
}
#unpf-news .news-panel::before {
  left: 44%;
}
#unpf-news .list-article {
  border-top: 1px solid #bfbfbf;
  padding: 25px 0px;
}
#unpf-news .list-article:last-of-type {
  border-bottom: 1px solid #bfbfbf;
}
#unpf-news .list-article-thumb {
  float: left;
  margin-right: 30px;
}
#unpf-news .list-article-thumb a {
  border: 0;
}
#unpf-news .list-article-thumb a img:hover {
  transition: 0.3s;
  opacity: 0.8;
}
@media screen and (max-width: 940px) {
  #unpf-news .list-article-thumb {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #unpf-news .list-article-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    display: block;
  }
  #unpf-news .list-article-thumb img {
    width: 100%;
  }
}
#unpf-news .list-article-content {
  float: none;
  overflow: hidden;
}
#unpf-news .list-article-content h2 {
  margin-top: 0;
}
#unpf-news .list-article-meta {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
#unpf-news .list-article-meta a {
  color: #e43e3e;
}
#unpf-news .entry-title {
  font-size: 22px;
  line-height: 1.5;
}
#unpf-news .entry-title a {
  color: #e43e3e;
}
#unpf-news .entry-title a:hover {
  text-decoration: none;
}
#unpf-news .entry-excerpt p {
  margin-bottom: 0px;
}

/* WordPress Core
------------------------------*/
.gallery-caption {
  font-weight: bold;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

img.alignnone {
  max-width: 96%;
  height: auto;
  width: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 10px 0 0 0;
  color: #000;
}

/* Recommended CSS from WP for defined content width support */
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* PLUGINS */
.collapseomatic {
  background-image: url("img/arrow-down.png");
  background-color: #e43e3e;
  background-size: contain;
  display: block;
  line-height: 1;
  color: white;
  width: 100%;
  padding: 2px 0 2px 26px;
  margin-bottom: 20px;
}
.collapseomatic.colomat-close {
  background-image: url("img/arrow-up.png");
}

.collapseomatic_excerpt, .collapseomatic_content {
  border-bottom: 2px solid #e43e3e;
  margin-bottom: 8px;
}

.cursor-def {
  cursor: default;
}

/*# sourceMappingURL=style.css.map */
