/*  
Theme Name: U.Norte Inova
Theme URI: http://www.unorteinova.pt
Version: 1.0
Description: U.Norte Inova - Theme Site
Author: Addapt
Author URI: http://www.addaptcreative.pt/
Template: ultra
*/

@import url("../ultra/style.css");
@import url("../../plugins/ml-slider/assets/sliders/flexslider/flexslider.css");

/*--------------------------------
ADD - Thumbnails & Featured Home
--------------------------------*/

.sow-features-list .sow-features-feature h5 {
    margin: 5px 0 0;
}
.home-feature-area {
  font-size: 4em;
  line-height: 0.9em;
}
.home-unorte-resume {
  font-size: 30px;
  line-height: 34px;
  color: #4db8b9;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
.home-feature-area {
  font-size: 3em;
  line-height: 0.8em;
}
.home-unorte-resume {
  font-size: 20px;
  line-height: 24px;
}
}
@media (max-width: 768px) {
.home-unorte-resume {
  font-size: 30px;
  line-height: 34px;
}
}
@media (max-width: 480px) {
.home-unorte-resume {
  font-size: 20px;
  line-height: 24px;
}
}
.panel-grid-cell .sow-features-list .sow-features-feature p.sow-more-text a {
  border: 3px solid #fff;
  padding: 6px 12px;
  border-radius: 10px;
}
.panel-grid-cell .sow-features-list .sow-features-feature p.sow-more-text a:hover {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    border: 3px solid rgba(255,255,255,0.5);
    padding: 6px 12px;
    border-radius: 10px;
}
span.excerpt-dash {
  display: none;
}
.image_home_bottom2 {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
  z-index: 0;
}

.image_home_thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 103%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

@media (max-width: 768px) {
.image_home_thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
}

.panel-grid-cell ul {
  list-style: none;
}
.panel-grid-cell ul, ol {
  margin: 0;
  padding: 0;
}

.panel-grid-cell .widget-title {
    margin-top: -10px;
    text-transform: none;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: -25px;
}

.home-text-box {
  position: relative;
}
.home-text-box a, .home-text-box a:visited {
  color: #fff;
}
.home-text-box a:hover, .home-text-box a:focus, .home-text-box a:active {
  color: rgba(255,255,255,0.7);
}
.home-text-right {
  color: #fff;
  font-size: 5rem;
  text-align: right;
  line-height: 5rem;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
  position: absolute;
  bottom: -280px;
  right: 20px;
}
.home-text-left {
  color: #fff;
  font-size: 5rem;
  text-align: left;
  line-height: 5rem;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
  position: absolute;
  bottom: -280px;
  left: 20px;
}
@media (max-width: 1224px) {
  .home-text-right {
    right: 0;
  }
  .home-text-left {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .home-text-right, .home-text-left {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 768px) {
  .home-text-right, .home-text-left {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 480px) {
  .home-text-right, .home-text-left {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

/*--------------------------------
2.0 - Typography
--------------------------------*/
body,
button,
input,
select,
textarea {
  color: #828282;
  font-weight: 400;
  line-height: 1.5;
}

/*--------------------------------------------------------------
2.1 - Headings
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: none;
  font-weight: 500;
  color: #828282;
}
p {
  font-weight: 400;
  font-size: 1.3em;
}
h1 {
  font-size: 3em;
  line-height: 1em;
  font-weight: 600;
}
h3 {
  font-size: 0.4em;
  line-height: 1em;
  margin: 0;
}
h4 {
  font-size: 2em;
  line-height: 1.1em;
  margin: 0;
  font-weight: 300;
}

/*--------------------------------------------------------------
3.1 - Lists
--------------------------------------------------------------*/

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

/*--------------------------------------------------------------
4.1 - Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #4db8b9;
}

/*--------------------------------------------------------------
4.2 - Fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
select[multiple],
textarea {
  background: #fff;
  border: 2px solid #4db8b9;
  border-radius: 5px;
  z-index: 0;
  color: #4db8b9;
  text-transform: uppercase;
  padding: 0.4em 0.7143em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  background: #fff;
  color: #4db8b9;
  outline-style: none;
}

#secondary .widget_search .search-form label::before, #colophon .widget_search .search-form label::before {
    color: #4db8b9;
    top: 0.6em;
}

.wpcf7 p .wpcf7-form-control-wrap, .wpcf7 p .wpcf7-form-control {
    text-transform: none;
    width: 100%;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #828282;
}

/*--------------------------------------------------------------
5.1 - Links
--------------------------------------------------------------*/
a {
  color: #4db8b9;
}
  a:visited {
    color: #4db8b9;
}
  a:hover, a:focus, a:active {
    color: #4db8b9;
}

/*--------------------------------------------------------------
5.2.3 - Main Menu
--------------------------------------------------------------*/
.main-navigation ul li a {
  color: #828282;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.main-navigation ul ul li a {
  color: #828282;
}
.main-navigation ul ul {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  border-top: 3px solid #4db8b9;
}
.main-navigation ul ul li:hover > a {
  background: #4db8b9;
  border-color: #4db8b9;
}
.main-navigation ul li:hover > a {
  color: rgba(130, 130, 130, 0.5);
}
.main-navigation .current-menu-item > a, .main-navigation .current a {
  color: #828282;
}
.main-navigation div > ul > li > a:hover {
  border-bottom: none;
}
.main-navigation .menu-search .search-icon:before {
  color: #828282;
}
.main-navigation .menu-search .search-icon:hover:before {
  color: rgba(130, 130, 130, 0.5);
}
.main-navigation .menu-search .searchform input[name=s] {
  border-top: 3px solid #4db8b9;
  color: #828282;
}
.main-navigation ul .menu-item-has-children a:after,
.main-navigation ul .page_item_has_children a:after {
  content: none;
}

/*--------------------------------------------------------------
5.2.3 - Main Menu - White
--------------------------------------------------------------*/
.header-white .main-navigation ul li a {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.header-white .main-navigation ul ul li a {
  color: #fff;
}
.header-white .main-navigation ul ul {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  border-top: 3px solid #4db8b9;
}
.header-white .main-navigation ul ul li:hover > a {
  background: #4db8b9;
  border-color: #4db8b9;
  color: #fff;
}
.header-white .main-navigation ul li:hover > a {
  color: rgba(255, 255, 255, 0.5);
}
.header-white .main-navigation .current-menu-item > a, .header-white .main-navigation .current a {
  color: #fff;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.header-white .main-navigation div > ul > li > a:hover {
  border-bottom: none;
}
.header-white .main-navigation .menu-search .search-icon:before {
  color: #fff;
}
.header-white .main-navigation .menu-search .search-icon:hover:before {
  color: rgba(255, 255, 255, 0.5);
}
.header-white .main-navigation .menu-search .searchform input[name=s] {
  border-top: 3px solid #4db8b9;
  color: #fff;
}
.header-white .main-navigation ul .menu-item-has-children a:after,
.header-white .main-navigation ul .page_item_has_children a:after {
  content: none;
}

/*--------------------------------------------------------------
5.2.4 - Responsive Menu
--------------------------------------------------------------*/
.responsive-menu .menu-toggle {
  color: #828282;
}
.responsive-menu .main-navigation.toggled ul li a {
    background: #fff;
    color: #828282;
}
.responsive-menu .main-navigation.toggled ul li a:hover, .responsive-menu .main-navigation.toggled ul li a:hover::before {
    background: #aaa;
}
.responsive-menu .main-navigation.toggled ul ul li a:hover {
    background: #aaa;
}
  
/*--------------------------------
9.3 - Flexslider Resets
--------------------------------*/
#main-slider .container {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
#main-slider .container {
  margin-top: 50px;
}
}
@media (max-width: 768px) {
#main-slider .container {
  margin-top: 150px;
  margin-bottom: 22px;
}
}
@media (max-width: 480px) {
#main-slider .container {
  margin-top: 200px;
  margin-bottom: 28px;
}
}

@media (max-width: 1024px) {
#main-slider.overlap {
  margin-top: -112px;
}
}

/*--------------------------------
9.5 - Flexslider Captions
--------------------------------*/
.flexslider {
  margin-bottom: 0;
  border: none;
}
.flexslider .caption-wrap {
  background: none;
  color: #fff;
  font-size: 5rem;
  text-align: center;
  display: ruby-text;
}
.flexslider h3 {
  color: #fff;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.flexslider .caption-wrap .caption {
  line-height: 5rem;
  padding: 0px 25% 50px 25%;
  text-shadow: 0 0 30px rgba(0,0,0,0.4);
}
.flex-control-nav {
  z-index: 2;
}
.flex-control-nav li a {
  margin: 0 6px 50px;
}
.flex-control-paging li a.flex-active {
  background: #fff;
}
.flex-control-paging li a:hover {
  background: #fff;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.5);
  box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}
@media (max-width: 1224px) {
  .flexslider .caption-wrap .caption {
    padding: 0px 20% 50px 20%;
  }
}
@media (max-width: 1024px) {
  .flexslider .caption-wrap {
    font-size: 4rem;
  }
  .flexslider .caption-wrap .caption {
    padding: 0px 15% 50px 15%;
    line-height: 4rem;
  }
}
@media (max-width: 768px) {
  .flexslider .caption-wrap {
    font-size: 3.5rem;
  }
  .flexslider .caption-wrap .caption {
    padding: 0px 50px 50px 50px;
    line-height: 3.5rem;
  }
}
@media (max-width: 480px) {
  .flexslider .caption-wrap {
    font-size: 2.5rem;
  }
  .flexslider .caption-wrap .caption {
    padding: 0px 20px 50px 20px;
    line-height: 2.5rem;
  }
  .flexslider h3 {
    font-size: 20px;
    line-height: 19px;
  }
}

/*--------------------------------
11.0 - Scroll to Top
--------------------------------*/
#scroll-to-top {
  background: rgba(130, 130, 130, 0.2);
  border-radius: 25px;
  z-index: 0;
}

/*--------------------------------------------------------------
12.1 - General Styles
--------------------------------------------------------------*/
.sidebar #primary {
  border: none;
}
#secondary {
  padding-left: 0;
}
#secondary .widget h3 {
  color: #828282;
}
#secondary .widget a {
  color: #828282;
  text-decoration: underline;
}
#secondary .widget a:not(.button):hover {
  color: #828282;
  text-decoration: none;
}
#secondary .widget h3.widget-title, #colophon .widget h3.widget-title {
  font-size: 1.7rem;
  line-height: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: 600;
}
#secondary .widget h3.widget-title ~ *, #colophon .widget h3.widget-title ~ * {
    font-size: 1rem;
    line-height: 1.7em;
}


/*--------------------------------------------------------------
13.1.4 - Content Wrapper
--------------------------------------------------------------*/
.site-content {
  padding-bottom: 0;
}

/*--------------------------------
13.3 - Header
--------------------------------*/
.site-header {
  background: none;
}
.site-header:after {
    box-shadow: none;
}
/*--------------------------------
.site-header:after {
    bottom: -8px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 120px 120px -120px inset;
    content: "";
    height: 120px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
--------------------------------*/
.overlap .site-header:not(.is-stuck) {
    background: none;
}

/*--------------------------------------------------------------
13.4 - Footer
--------------------------------------------------------------*/
.site-footer .footer-main {
  background: #545454;
}
.site-footer .footer-main h3 {
  color: #aaa;
}
.site-footer .footer-main .widget h3.widget-title ~ * {
  color: #aaa;
}
.site-footer .footer-main a {
  color: #aaa;
}
.site-footer .footer-main a:hover {
  color: #aaa;
  text-decoration: underline;
}

/*--------------------------------
13.5 - Bottom Bar
--------------------------------*/
.site-footer .bottom-bar {
  background: #545454;
}
.site-footer .bottom-bar .site-info {
  text-align: right;
  width: 400px;
  padding: 1.5em 0;
}
@media (max-width: 768px) {
.resp .site-footer .bottom-bar .site-info {
  line-height: 20px;
  width: 100%;
}
}
.site-footer .bottom-bar {
  color: #aaa;
}
.site-footer .bottom-bar a {
  color: #aaa;
  text-decoration: underline;
}
.site-footer .bottom-bar a:hover {
  color: #aaa;
  text-decoration: none;
}

.footer-text-partners {
  text-align: left;
  display: block;
  float: left;
  margin-top: -20px;
}
.site-footer .bottom-bar .footer-partners {
  text-align: left;
  display: inline-flex;
  vertical-align: middle;
  padding: 10px 0;
  float: left;
}
@media (max-width: 768px) {
.footer-text-partners {
  display: block;
  margin-top: 0;
  width: 100%;
}
}

.site-footer .bottom-bar .footer-partners img.alignnone {
  margin-bottom: 0px;
}

.site-footer .bottom-bar .container {
    text-align: right;
}
/*--------------------------------------------------------------
13.6.1 - General Styles
--------------------------------------------------------------*/
article:last-of-type {
    padding-bottom: 2.5em;
}

/*--------------------------------
13.6.3 - General Post and Page Header
--------------------------------*/
.image_pages {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: -112px;
}

@media (max-width: 768px) {
.image_pages {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
}

.image_pages_thumbnail {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.image_pages_thumbnail img{
    width: 100%;
    max-width: none;
    height: auto;
    vertical-align: top;
    margin-bottom: 0px;
}

.page .site-content > .entry-header {
  margin-top: -288px;
  background: none;
  height: 228px;
  padding: 2em 0;
}

@media (max-width: 768px) {
.page .site-content > .entry-header {
  margin-top: 0;
  height: auto;
  padding: 2em 0 0;
}
}

.single .entry-header h1.entry-title {
  line-height: 2rem;
}

.page .site-content > .entry-header h1.entry-title {
  color: #fff;
  font-size: 5rem;
  line-height: 4.5rem;
  font-weight: 600;
  hyphens: none;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
  width: 45%;
}

.entry-header .entry-title, .entry-header .page-title, .page-header .entry-title, .page-header .page-title {
  line-height: 1.2em;
}

.entry-header .entry-title a, .entry-header .page-title a, .page-header .entry-title a, .page-header .page-title a {
  color: #5a5a5a;
}

.entry-header .entry-title a:hover, .entry-header .page-title a:hover, .page-header .entry-title a:hover, .page-header .page-title a:hover {
  color: #4db8b9;
}

.entry-content .more-wrapper .more-link, .entry-summary .more-wrapper .more-link {
  color: #5a5a5a;
  font-weight: 600;
  margin-top: 20px;
}

.entry-content .more-wrapper .more-link:hover, .entry-summary .more-wrapper .more-link:hover {
  background: #4db8b9;
}

.entry-header .breadcrumbs, .page-header .breadcrumbs {
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  padding-top: 20px;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.entry-header .breadcrumbs a, .page-header .breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}

.entry-header .breadcrumbs a:hover, .page-header .breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
.page .site-content > .entry-header h1.entry-title {
  color: #828282;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-shadow: none;
}
.resp.page .site-content > .entry-header h1.entry-title {
  text-align: left;
}
.entry-header .breadcrumbs, .page-header .breadcrumbs {
  color: #828282;
  padding-top: 10px;
  text-shadow: none;
}
.entry-header .breadcrumbs a, .page-header .breadcrumbs a {
  color: rgba(117, 134, 146, 0.5);
  text-decoration: none;
}
.entry-header .breadcrumbs a:hover, .page-header .breadcrumbs a:hover {
  color: #828282;
  text-decoration: none;
}
.resp .entry-header .breadcrumbs, .resp .page-header .breadcrumbs {
  text-align: left;
  padding-left: 4px;
}
}

/*--------------------------------------------------------------
13.6.7 - Content Area Link Formatting
--------------------------------------------------------------*/
.entry-content p a:not(.ow-button-hover):not(.button),
.entry-content li a:not(.ow-button-hover):not(.button),
.entry-content dl a:not(.ow-button-hover):not(.button),
.entry-content pre a:not(.ow-button-hover):not(.button),
.entry-content code a:not(.ow-button-hover):not(.button),
.entry-content blockquote a:not(.ow-button-hover):not(.button) {
  border-bottom: none;
  color: #4db8b9;
  font-weight: 500;
  text-decoration: underline;
}
.entry-content p a:hover:not(.ow-button-hover):not(.button),
.entry-content li a:hover:not(.ow-button-hover):not(.button),
.entry-content dl a:hover:not(.ow-button-hover):not(.button),
.entry-content pre a:hover:not(.ow-button-hover):not(.button),
.entry-content code a:hover:not(.ow-button-hover):not(.button),
.entry-content blockquote a:hover:not(.ow-button-hover):not(.button) {
  border-bottom: none;
  color: #828282;
}

.entry-content p a:not(.ow-button-hover),
.entry-content li a:not(.ow-button-hover),
.entry-content dl a:not(.ow-button-hover),
.entry-content pre a:not(.ow-button-hover),
.entry-content code a:not(.ow-button-hover),
.entry-content blockquote a:not(.ow-button-hover) {
  border-bottom: none;
  color: #4db8b9;
  font-weight: 500;
}
.entry-content p a:not(.ow-button-hover):hover,
.entry-content li a:not(.ow-button-hover):hover,
.entry-content dl a:not(.ow-button-hover):hover,
.entry-content pre a:not(.ow-button-hover):hover,
.entry-content code a:not(.ow-button-hover):hover,
.entry-content blockquote a:not(.ow-button-hover):hover {
  border-bottom: none;
  color: #828282;
}

.content-none .site-main a {
  color: #4db8b9;
  border-bottom: 0px dotted #0896fe;
}

.entry-footer span a:hover {
  color: #4db8b9;
}

.site-content .entry-meta a:hover {
    color: #4db8b9;
}

.comment-navigation .nav-links a:hover, .paging-navigation .nav-links a:hover, .post-navigation .nav-links a:hover {
    color: #4db8b9;
}

table {
    border: 0px solid #828282;
    margin: 0;
    width: 100%;
}

table th, table td {
    border: 0px solid #828282;
    padding: 0;
}

/*--------------------------------------------------------------
Privacy Policy Bar
--------------------------------------------------------------*/

.cn-button.bootstrap {
    background-image: none;
    background: #4db8b9;
	border-width: 0px;
}

.cn-button.bootstrap:hover {
    background: #828282;
}
