/*!
Theme Name: Sóviras
Theme URI: http://underscores.me/
Author: Loba
Author URI: https://www.loba.pt/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soviras
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sóviras is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.full_link {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 2;
}


.validate-recruitment-form .form-group:active > .form-control-span, .validate-recruitment-form .form-group:focus > .form-control-span, .validate-recruitment-form .form-group:hover > .form-control-span,
.validate-form-contacts .form-group:active > .form-control-span,
.validate-form-contacts .form-group:focus > .form-control-span,
.validate-form-contacts .form-group:hover > .form-control-span,
.validate-form .form-group:active > .form-control-span,
.validate-form .form-group:focus > .form-control-span,
.validate-form .form-group:hover > .form-control-span {
  -webkit-transform: translate(-6px, -20px) scale(0.8);
          transform: translate(-6px, -20px) scale(0.8);
}
.validate-recruitment-form .form-group:valid > .form-control-span,
.validate-form-contacts .form-groupl:valid > .form-control-span,
.validate-form .form-group:valid > .form-control-span {
  -webkit-transform: translate(-6px, -20px) scale(0.8);
          transform: translate(-6px, -20px) scale(0.8);
}

.validate-recruitment-form .form-group .form-control#email:not(:placeholder-shown) ~ .form-control-span,
.validate-form-contacts .form-group .form-control#email:not(:placeholder-shown) ~ .form-control-span,
.validate-form .form-group .form-control#email:not(:placeholder-shown) ~ .form-control-span {
  -webkit-transform: translate(-6px, -20px) scale(0.8);
          transform: translate(-6px, -20px) scale(0.8);
}
/* line 52, layout/_contacts.scss */
.validate-recruitment-form .form-group .form-control#email:required:invalid:not(:placeholder-shown),
.validate-form-contacts .form-group .form-control#email:required:invalid:not(:placeholder-shown),
.validate-form .form-group .form-control#email:required:invalid:not(:placeholder-shown) {
  border-bottom-color: #bb1919;
}


div.wpcf7 .ajax-loader {
    background-image:url(images/ajax-loader.gif);
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top:-5px;
    right:20px;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
 -moz-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
div.wpcf7 #recruitmentForm .ajax-loader {
	background-image:url(images/ajax-loader-g.gif);
}
div.wpcf7 #registerForm .ajax-loader {
	background-image:url(images/ajax-loader-gr.gif);
}
div.wpcf7 #infoForm .ajax-loader {
	background-image:url(images/ajax-loader-gr.gif);
}

/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors {
    border: none !important;
    padding: 0;
    font-size: 14px !important;
    line-height: 1.2em;
    color: #bb1919 !important;
    width:auto;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.wpcf7 .wpcf7-mail-sent-ok {
    border: none !important;
    color: #000000 !important;
    padding: 0;
    font-size: 14px !important;
    line-height: 1.2em;
    text-transform: none !important;
    background-color: transparent !important;
    border: none !important;
    width:auto;
    display: inline-block;
}

.wpcf7 .wpcf7-mail-sent-ng {
    border: none;
    color: #000000 !important;
    padding: 0;
    font-size: 14px !important;
    line-height: 1.2em;
    text-transform: none !important;
    background-color: transparent !important;
    border: none !important;
    width:auto;
    display: inline-block;
}
.wpcf7 .wpcf7-acceptance-missing {
}
.wpcf7 span.wpcf7-not-valid-tip { 
    font-size: 14px;
    color: #bb1919;
}
.wpcf7-acceptance .wpcf7-list-item {
    text-align: left;
    line-height: 18px;
    font-size: 10px;
    color: #434343;
}
.wpcf7-form.sent .wpcf7-response-output {
    border: none !important;
    color: #000000 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.2em;
    text-transform: none !important;
    background-color: transparent !important;
    border: none !important;
    width:auto;
    display: inline-block;
}
 .wpcf7-form.invalid .wpcf7-response-output {
	border: none !important;
	color: #bb1919 !important;
	margin-left:0 !important;
	padding-left: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border: none !important;
	color: #bb1919 !important;
	}
span.wpcf7-list-item-label {
    padding-left: 30px;
    position: relative;
    margin-left: -20px;
    float: left;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5em;
    color: #363636;
}
/*input[type="checkbox"] + label.form-check-label:before, input[type="checkbox"] + label + */
span.wpcf7-list-item-label:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	border: 2px solid #363636;
	background-color: transparent;
	}

.custom-file__mask {
  min-height:36px;
}
#loader {
    display:none;
    margin-top: 40px;
    position: relative;
    width:16px;
    height:16px;
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
}
.put_check::after {
	border-color: #363636;
}
#searchArea main#searchAreaMain #searchForm .form-group .input-group .input-group-btn {
	visibility: visible;
  }
#content .owl-carousel {
	display: block;
  }
@media (max-width: 992px) {
 #video-section {
	max-height: 60vh;
  }
}
@media (max-width: 768px) {
	#video-section {
	 max-height: 60vh;
	 }
   }
.label_username a {
	display: inline !important;
}
header.dark-theme .navbar-nav > li.nav-action.label_username span,header.brown-theme .navbar-nav > li.nav-action.label_username span,header.gray-theme .navbar-nav > li.nav-action.label_username span {
    color: #363636;
}

header.light-theme .navbar-nav > li.nav-action > .label_username span {
	color: #fff;
	}
.indicator {
	display: none;
}
.result-message {

}

.logos_apoios {
	position: fixed;
	bottom:0;
	left:0;
	background-color: #363636;
	width: 378px;
	height: 96px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	background-color: #363636;
	z-index: 999;
	padding: 32px;
	box-sizing: border-box;
}
.logos_apoios img {
	width:100%;
	height:auto;
}

#intro-section .viras-wrapper .vira#vira1 {
	display: none;
  }
  .info_login {
	  display: none;
	color: #363636;
  }

  .alert-danger {
    background-color: transparent;
    border-color: transparent;
    color: #363636;
}

@media (min-width: 1200px) {
.block-collection-detail-grid-item .card-img-vertical-desc {
	line-height:90px;
}
.block-collection-detail-grid-item .card-img-vertical-desc-point::after {
	line-height:0;
}
}
p.register-message,p.status {
	color: #363636;
}
.cat-nav {
	position: relative;
	float: left;
	color: #FFF;
	font-size: 14px;
}
.cat-prev,.cat-next {
	color: #FFF;
	text-decoration: none;
	opacity: 0.5;
	transition: opacity .3s ease-in-out;
	margin: 5px;
	padding: 4px 7px;
	text-transform: capitalize;
	}
a.cat-prev,a.cat-next {
	color: #FFF;
	text-decoration: none;
	}
a.cat-prev:hover,a.cat-next:hover {
	text-decoration: none;
	opacity: 1;
	}	
.cat-prev::before,.cat-next::after {
	content: "";
	font-family: soviras-icons!important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 0;
	font-size: 10px;
	display: inline-block;
}
.cat-prev::before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
margin-right: 10px;
}
.cat-next::after {
margin-left: 10px;
}
.desabled_cat {
	opacity: 0.2;
}