/**
* Theme Name:	Customizr Child
* Theme URI:	http://www.dgert.gov.pt/customizr-child
* Description:	Customizr Child Theme
* Author:		DGERT
* Author URI:	http://www.dgert.pt/
* Template:		customizr
* Version:		1.0.0
* License:		GNU General Public License v2.0 or later
* License URI:	http://www.gnu.org/licenses/gpl-2.0.html
* Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, buddypress, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
* Text Domain:	customizr-child
*/

/* texto dos butões não quebrava a linha */
.su-button small {
	white-space: normal;
}

ol[style*="lower-alpha"] li:before, ol[style*="upper-alpha"] li:before,
ol[style*="lower-roman"] li:before, ol[style*="upper-roman"] li:before {
  content: none !important;
}

/* FAQs COVID */

.nova-faq .su-box-title {
    color: red !important;
    text-transform: uppercase;
}


.atualizada-faq .su-spoiler-title {
	background-color: rgba(163, 202, 106, 0.5) !important;
}

.nova-faq .su-spoiler-title {
	background-color: rgba(72, 209, 204, 0.5) !important;
}

.nova-faq .su-spoiler-title:after, .atualizada-faq .su-spoiler-title:after {
	font-family: FontAwesome;
	font-weight: bold;
	font-style: normal;
	margin:0px 0px 0px 10px;
	text-decoration:none;
	color: #ff6a00;
	margin:0px 0px 0px 10px;
	font-size: 1.4em;
}

.nova-faq .su-spoiler-title:after {
	content: '\f0a1';
}

.atualizada-faq .su-spoiler-title:after {
	content: '\f044';
}
/* FAQs COVID */



/* Columns same heigth */
.sameheightrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.sameheightcol .su-column-inner, .sameheightcol .su-box {
	height: 100%;
}
/* Columns same heigth */

/* Carousel HomePage */
div.czr-slider-holder div.carousel-caption {
	right: auto;
	bottom: auto;
	padding-top: 0;
	padding-bottom: 0;
}
/* Carousel HomePage */


.su-dgert-post-title {
	font-size: 1.1em !important;	
}


.czr-wp-the-content h1 {
  font-size: 2.0em;
}

.czr-wp-the-content h2 {
  font-size: 1.9em;
}

.czr-wp-the-content h3 {
  font-size: 1.7em;
}

.czr-wp-the-content h4 {
  font-size: 1.44em;
}

.czr-wp-the-content h5 {
  font-size: 1.2em;
}

.czr-wp-the-content h6 {
  font-size: 1em;
}

.nav__menu {
	text-transform: unset;
}

table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) th {
	font-family: inherit;
	text-transform: inherit;
	padding: 0.35em;
	text-align: center;
}

table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) td {
	padding: 0.35em;
    font-size: 85%;
}

.article-container-wide {
	padding-right: 0;
	padding-left: 0;	
}



	.container-wide {
		max-width: 95%;
		margin: 0 auto;
		overflow-x: auto;
	}


/* Begin layout da navegação dos contentviews */
.pt-cv-pagination-wrapper {
        text-align: center;
}

.pt-cv-wrapper .pagination>li>a, .pt-cv-wrapper .pagination>li>a:hover {
        color: #a0c866;
}

.pt-cv-wrapper .pagination>.active>a, .pt-cv-wrapper .pagination>.active>a:hover {
    background-color: #a0c866;
}

/* End layout da navegação dos contentviews */



/* Begin Remover espaçamento dos títulos das caixas da vista de categoria */
@media (min-width: 768px) {
	.grid .tc-content {
		padding: 0.6em 0 0 !important;
		width: 99% !important;
	}
}

.grid .tc-content {
	padding: 0.6em 0 0 !important;
	width: 99% !important;
}

.grid .entry-title {
	font-size: 1.7em !important;
}
/* End Remover espaçamento dos títulos das caixas da vista de categoria */

/* Begin Remover barra verde da vista de categoria */
section.grid__item {
	border-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}
/* End Remover barra verde da vista de categoria */

/* Begin input */
input, textarea, select {
	    border: 1px solid #ccc;
}
/* Begin input */

/* Begin Contact Form 7 */
.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label, .wpcf7-quiz-label {
    color: #444;
	font-family: 'Poppins';
	vertical-align: middle!important;
}
/* End Contact Form 7 */



/* Begin Homepage boxes title */
.sek-heading {
	color:#295290;
}
/* End Homepage boxes title */


/* Begin PDF link icon in anchor */
a[href$=".pdf"]::after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: " \f1c1";
}
/* End PDF link icon in anchor */



/* Begin Contadores página de entrada */

.fas, .far {
	color:rgba(160, 200, 102, 0.5);
}

.fas:hover, .far:hover {
	color:rgba(160, 200, 102, 1);
}

span.counter {
font-size: 1.5em;
line-height: 1em;
color:#295290;
}

.wpsm_counterbox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.wpsm_counterbox .wpsm_number {
	margin-top: 0  !important;
}

h3.wpsm_count-title {
	display: none;
}

/* End Contadores página de entrada */


/* Begin Tabs */

.su-tabs {
	background: transparent !important;
}

.su-tabs-nav {
    border: none;
    border-bottom: 1px solid #295290;
    margin: 0;
}

.su-tabs-nav span {
	background: rgba(160, 200, 102, 0.5) !important;
    border-width: 1px 1px 0px 1px;
    border-color: #295290 !important;
    border-style: solid;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
	color:#295290 !important;
	font-size: 15px !important;
	padding: 10px 5px !important;
}

.su-tabs-nav span.su-tabs-current {
    background: #fff;
    cursor: default;
    border-width: 2px 2px 0px 2px;
    border-style: solid;
    /*border-bottom: 1px solid #295290;*/
    margin: 0 3px -1px 0;
	
    background: rgba(160, 200, 102, 1) !important;
    border-color: #295290 !important;
    border-style: solid !important;
    border-bottom: 1px solid rgba(160, 200, 102, 1) !important;
	font-weight: bold;
}

/* End Tabs */


/* Begin Form pesquisa IRCT */
.btn-irct {
	padding: 1em !important;
	line-height: 1em !important;
	text-transform: uppercase;
	font-size: 1em !important;
	border: 2px solid transparent !important;
    border-radius: 0.25rem !important;
}


a.btn-irct {
	color: #fff !important;
}
	
	
input.btn-irct[type=submit]:hover, input.btn-irct[type=submit]:focus, input.btn-irct[type=text]:focus {
	border-color: #83b140 !important;
	box-shadow: 0 0 0 2px rgba(131, 177, 64, 0.25);
}

/* End Form pesquisa IRCT */

@media (min-width: 1580px){
	.tc-singular-thumbnail-wrapper .entry-media__wrapper {
		max-height: 270px;
		height: 270px;
	}
}


@media (min-width: 1900px){
	.tc-singular-thumbnail-wrapper .entry-media__wrapper {
		max-height: 370px;
		height: 370px;
	}
}


.czr-submenu-fade .regular-nav .menu-item-has-children {
	-webkit-perspective: inherit;
	perspective: inherit;
}

.su-box.extra {
    border-color: rgba(41, 82, 144, 0.6) !important;
	border-width: 2px;
}


@media (min-width: 992px) {
	.grid-container__square-mini .czr-related-post {
		padding: 0px 5px 0px 1px !important;
	}
}

.su-dgert-post-title {
	font-size: 1.1em;
	margin-top: 10px;
}
.su-dgert-post-title-a {
	text-decoration: none !important;
}



div.ds h4 {
	font-size: 1.3em;
	min-height: 120px;
}
div.ds h5 {
	font-size: 1.1em;
	margin: 10px 0px 20px 0px;
}

div.ds h6 {
	font-size: 0.9em;
    text-transform: none;
    color: inherit;
	min-height: 65px;
}

div.ds div.cd {
	font-size: 0.8em;
}




div.table-responsive-md table.table thead tr {
	font-size: 14px;
}

div.table-responsive-md table.table tbody tr {
	font-size: 14px;
}

div.table-responsive-md table.table thead tr th {
	padding: 2px;
}

div.table-responsive-md table.table td {
	text-align: center;
	padding: .75rem !important;
}

div.table-responsive-md table.table thead tr th:first-child {
	width: 50%;
}

div.table-responsive-md table.table thead tr th:nth-child(2) {
	width: 20%;
}

div.table-responsive-md table.table tbody tr td:first-child {
	text-align: left !important;
}

.tax__container a:not(:last-of-type)::after {
    content: '♦';
}


div.sek-section:nth-child(3) {
    width: 95%;
    margin: 0 auto;
}



.primary-nav__menu {
	font-size: 0.9em;
	letter-spacing: 0.5px;
}

.nav__menu .menu-item {
	margin: 0 3px;
}

.nav__menu .menu-item .nav__link {
	padding: 0 3px;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: block !important;
  }
  .d-lg-block {
    display: none !important;
  }
}


@media (min-width: 1280px) {
	.d-lg-none {
    display: none !important;
	}
	.d-lg-block {
    display: block !important;
	}
}

.entry-title {
	color: #A0C866;
}

.archive-title {
	color: #A0C866;
}

/* carrossel home page */

.carousel-slider__post-header, .carousel-slider__post-body, .carousel-slider__post-footer {
	padding: 5px 25px;
}

.carousel-slider__post .carousel-slider__post-body .carousel-slider__post-excerpt {
    font-size: 0.9rem;
    line-height: 1.5em;
    padding: 0;
    margin: 5px 0px;
    text-align: left;
    width: auto;
    position: inherit;
    top: auto;
}

.carousel-slider__post-title {
	text-decoration: none !important;
	max-height: 80px !important;
}

.carousel-slider__post-footer {
	text-align: center;
	position:absolute;
	bottom:0;
	width: 100%;
}


.carousel-slider__post-title-container {
	position: absolute;
	top: 10px;
	min-height: 120px;
	background-color: rgba(1,1,1, 0.7);
	min-width: 100%;
}

.carousel-slider__post-title h1 {
    color: #4a4a4a;
    font: bold 18px/1.4em Arial,sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}

.carousel-slider__post-title h2 {
    color: #4a4a4a;
    font: bold 18px/1.4em Arial,sans-serif;
    margin-bottom: 0;
    margin-top: 0;
	font-family: inherit;
}

.carousel-slider__post-title h3 {
    color: #4a4a4a;
    font: bold 16px/1.4em Arial,sans-serif;
    margin-bottom: 0;
    margin-top: 0;
	font-family: inherit;
	/*color: #fff;*/
}

.carousel-slider__post-title h4 {
    color: #295290;
    font: bold 14px/1.4em Arial,sans-serif;
    margin-bottom: 0;
    margin-top: 0;
font-family: inherit;
text-align: center;
}

.carousel-slider__post-title {
margin: 5px 0px !important;
}

/* carrossel home page */


/* btn homepage & Footer */

.su-button i {
	transition: all 0.5s ease-in-out;
}

a#btn_id_homepage_dgert, a#btn_id_footer_dgert {
	border-radius: 2px;
	border-width: 2px;
	border-style: solid;
	font-size: 1em;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

a#btn_id_homepage_dgert {
	background-color: #a0c866 !important;
	border-color: #a0c866 !important;
}

a#btn_id_homepage_dgert:hover {
	border-color: #a0c866 !important;
	background-color: transparent !important;
	color: #a0c866 !important;
}


a#btn_id_footer_dgert {
	border-color: #a0c866 !important;
	background-color: transparent !important;
	color: #a0c866 !important;
}

a#btn_id_footer_dgert:hover {
	background-color: #a0c866 !important;
	border-color: #a0c866 !important;
}


#btn_id_homepage_dgert.su-button-style-flat:hover span, #btn_id_homepage_dgert.su-button-style-flat:hover span small, #btn_id_homepage_dgert.su-button-style-flat:hover span i {
	top: auto;
	color: #a0c866 !important;
	padding-left: 0.7em;
	transition-timing-function: ease-in-out;
}


#btn_id_footer_dgert span, #btn_id_footer_dgert span small, #btn_id_footer_dgert span i {
	top: auto;
	color: #a0c866 !important;
	transition-timing-function: ease-in-out;
}

#btn_id_footer_dgert span:hover, #btn_id_footer_dgert:hover span small, #btn_id_footer_dgert:hover span i {
	padding-left: 0.7em;
	color: #fff !important;
}

/* btn homepage & Footer */



.footer__wrapper .widget__wrapper {
padding-top: 1.15em;
padding-bottom: 1.15em;
}

.footer__wrapper .widget_nav_menu {
	margin-top: 1em;
}


.navbar-brand-sitelogo img {
	max-height: 90px !important;
}

.mobile-navbar__wrapper .navbar-brand-sitelogo img {
	max-height: 80px !important;
}


/* carrossel home page */

.carousel-slider__post-image {
	height: 170px !important;
}

.pt-cv-wrapper .btn-success {
    background-color: #a0c866;
    border-color: #a0c866;
}

.pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open>.dropdown-toggle.btn-success {
    background-color: #fff;
	color: #a0c866;
}


.owl-dots .owl-dot:hover span, .owl-dots .owl-dot.active span {
	border: 1px solid #a0c866;
}


/* buttons boxes */
.sek-btn {
	margin-bottom: 10px;
}

.sek-module {
	margin-top: 10px;
	height: 100%;
}

.sek-col-base {
	margin-top: 10px;
	padding: 0px 35px;
}
/* buttons boxes */



.post-content .sek-sektion-inner > .sek-col-25[data-sek-id^="__nimble"] {
	-ms-flex: 0 0 calc(25% - 20px) !important;
    flex: 0 0 calc(25% - 20px) !important;
    max-width: calc(25% - 20px) !important;
}

.post-content div[data-sek-id^="__nimble"] {
    margin: 0px 10px;
}


.container[role="main"] {
    margin-top: 1em !important;
}

.footer__wrapper .textwidget {
    width: 95%;
}


.fa {
	color: #A0C866;
}

.nav__menu .menu-item .nav__link .nav__title {
	color: #295290;
}

.header-skin-light [class*=nav__menu] .nav__title::before {
    background-color: #A0C866;
}


.nav__menu > li.menu-item:last-of-type .nav__link .nav__title {
	color: #A0C866;
}

.nav__menu > li.menu-item:last-of-type .nav__link .nav__title:before {
	background-color: #295290;
}

