/* GLOBAL CSS */
html,body {
	overflow-x: hidden;
}

.menu-toggle {
	font-size: 1.075rem;
	float: right;
}

.menu-toggle:focus {
	outline: none;
}

.consent-terms a {
	color: #0006ff;
}

a:focus {
    outline: none;
}

.wrap {
	max-width: 1200px !important;
	padding-top: 0 !important;	
}

.site-branding {
	padding-top: 0 !important;	
	padding-bottom: 0 !important;
}

#masthead {
	height: 0;
}

.navigation-top {
	border: 0;
	bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
}

.brand-logo {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 55px;
    top: 3px;
}


footer {
	background-color: #000000;
}

footer .wrap {
	padding-top: 1.5em !important;
}

footer .logo-footer {
	height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

footer .logo1 {
	background-image: url('https://jornadasmdegasmoniz.pt/wp-content/uploads/2019/01/cooperativa_egas_moniz.png');
}

footer .logo2 {
	background-image: url('https://jornadasmdegasmoniz.pt/wp-content/uploads/2019/01/associacao_egas_moniz.png');
}

.footer-copy {
	font-family: "Barlow Condensed", Sans-serif;
	letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
	display: inline-block;
	color: #ffffff;	
}

.footer-copy a {
	font-family: "Barlow Condensed", Sans-serif;
	letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
}

.footer-copy a:hover {
	text-decoration: none;
}

.footer-social {
	font-family: "Barlow Condensed", Sans-serif;
	letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
	display: inline-block;
	text-align: right;
	color: #ffffff;
}

footer a {
	font-family: "Barlow Condensed", Sans-serif;
	letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
	color: #07718c;
	font-weight: bold;
}

footer a:hover {
	color: #07718c;
	text-decoration: none;
}

.footer-social ul {
	margin-bottom: 0 !important;
}

.footer-social ul li {
	font-family: "Barlow Condensed", Sans-serif;
	letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
	display: inline-block;
	text-align: right;
}

.footer-social .facebook i, .footer-social .instagram i {
	color: #ffffff;
	margin-top: 5px;
}

.footer-social .facebook:hover i, .footer-social .instagram:hover i {
	color: #fff200;
}

.footer-social .facebook , .footer-social .instagram {
	width: 10px;
    height: 25px;
	margin: 0 5px;
}

.footer-social .facebook:hover , .footer-social .instagram:hover {

}


/* END GLOBAL CSS */

/* BLOG */


.projeto-card-img {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    max-height: 200px;
}

.projeto-focus-icon {
	visibility: hidden;
	width: 16px;
    height: 16px;
    background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    left: calc( 50% - 5px );
	top: calc( 35% - 10px );
}

.projeto-hover-overlay:hover .projeto-focus-icon {
	visibility: visible;
	transform: scale(4,4);
	transition: transform 0.5s;
}


.projeto-hover-overlay {
	width: 100%;
    height: 100%;
	background-color: transparent;	
	transition: background 0.5s;
}

.projeto-hover-overlay:hover {
    background-color: #a2050052;	
	transition: background 0.5s;
}



.projeto-nome {
	font-family: 'Montserrat',Arial,sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	position: relative;
    min-height: 70px;
    height: auto;
    background-color: #ffffff;
    padding: 7px;
	
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.13);
}

.margins-grid {
	padding-top: 15px;
    padding-bottom: 15px;
}




/* END BLOG */


/* HEADER CSS */
	/* DESKTOP */
		/* WITH TRANSPARENT */

body[data-elementor-device-mode=desktop] #top-menu {
	float: right;
}

body[data-elementor-device-mode=desktop] .navigation-top.transparent {
	background: transparent;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(194,194,194,0);
	-moz-box-shadow: 0px 3px 5px -1px rgba(194,194,194,0);
	box-shadow: 0px 3px 5px -1px rgba(194,194,194,0);
}

body[data-elementor-device-mode=desktop] .navigation-top.transparent .brand-logo.logo-black {
	display: none;
}

body[data-elementor-device-mode=desktop] .navigation-top.transparent .brand-logo.logo-white {
	display: block;
}

body[data-elementor-device-mode=desktop] .navigation-top.transparent ul li a{
	color: #ffffff;
}
		/* END WITH TRANSPARENT */

body[data-elementor-device-mode=desktop] .navigation-top {
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(194,194,194,1);
	-moz-box-shadow: 0px 3px 5px -1px rgba(194,194,194,1);
	box-shadow: 0px 3px 5px -1px rgba(194,194,194,1);
}

body[data-elementor-device-mode=desktop] .navigation-top .brand-logo.logo-black {
	display: block;
}

body[data-elementor-device-mode=desktop] .navigation-top .brand-logo.logo-white {
	display: none;
}

body[data-elementor-device-mode=desktop] .navigation-top ul li a{
	color: #000000;
}


.formulario label {
	font-weight: 400;
}

.formulario h4 {
	margin-bottom: 20px;
}

.formulario .separator {
	font-weight: 400;
	border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #fab602;
    width: 40%;
    margin: auto;
	margin-top: 10px;
}

.radio input {
	opacity: 0;
    width: 100%;
    position: relative;
    top: -50px;
    height: 50px;
}

.escolha .wpcf7-list-item-label {
	border: 3px solid #FAB702;
    color: #111;
    font-size: 16px;
    height: auto;
    font-weight: 500;
    padding: 10px 10px;
    width: 350px;
    display: inline-block;
}

.escolha .wpcf7-list-item-label.active {
	background: #FAB702;
}

.caso-clinico-desc {
	display: none;
}
#inscricao .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
	border: 2px solid #ff0000;
    background-color: #ff0000;
    color: #fff;
}
#inscricao .wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    background-color: #f7e700;
    color: #fff;
}
#inscricao .wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background-color: #398f14;
    color: #fff;
}
.custom-header-media {
	display:none !important;
}
.rs-icons i {
	font-size: 18px;
}
.rs-icons a:hover {
	text-decoration:none;
}
	/* END DESKTOP */





	/* TABLET */
	/* END TABLET */

	/* MOBILE */

body[data-elementor-device-mode=mobile] #top-menu {		
	padding-top: 70px;
}

body[data-elementor-device-mode=mobile] .brand-logo {
    margin-left: 24px;
}

body[data-elementor-device-mode=mobile] .footer-center {
 	text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

body[data-elementor-device-mode=mobile] .oradores_desktop, body[data-elementor-device-mode=mobile] .comissao_desktop {
	display: none !important;
}

body[data-elementor-device-mode=desktop] .oradores_mobile, body[data-elementor-device-mode=desktop] .comissao_mobile {
	display: none;
}

body[data-elementor-device-mode=mobile] .logo-white {
	display: none;
}

body[data-elementor-device-mode=mobile] .brand-logo {
    width: 240px;
}

.elementor-editor-active .oradores_desktop,
.elementor-editor-active .oradores_mobile,
.elementor-editor-active .comissao_desktop,
.elementor-editor-active .comissao_mobile
{
	display: block;
}

	/* END MOBILE */
