/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}


.owl-item img.icone {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-item:hover img.icone {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* header */
.header {

}
/* logo */
.owl-carousel .owl-item img.logo {

}
.owl-carousel .owl-item img.logo-img {

}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.eventos-header .owl-dots {
	margin-top: 10px;
    position: absolute;
    width: 100%;
    bottom: 20px;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Azo Sans';
    src: url('css/fonts/AzoSans-Regular.eot');
    src: url('css/fonts/AzoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/AzoSans-Regular.woff2') format('woff2'),
        url('css/fonts/AzoSans-Regular.woff') format('woff'),
        url('css/fonts/AzoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('css/fonts/AvenirLTStd-Medium.eot');
    src: url('css/fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('css/fonts/AvenirLTStd-Medium.woff') format('woff'),
        url('css/fonts/AvenirLTStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('css/fonts/MyriadPro-Regular.eot');
    src: url('css/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('css/fonts/MyriadPro-Regular.woff') format('woff'),
        url('css/fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Azo Sans Md';
    src: url('css/fonts/AzoSans-Medium.eot');
    src: url('css/fonts/AzoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/AzoSans-Medium.woff2') format('woff2'),
        url('css/fonts/AzoSans-Medium.woff') format('woff'),
        url('css/fonts/AzoSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Azo Sans Lt';
    src: url('css/fonts/AzoSans-Light.eot');
    src: url('css/fonts/AzoSans-Light.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/AzoSans-Light.woff2') format('woff2'),
        url('css/fonts/AzoSans-Light.woff') format('woff'),
        url('css/fonts/AzoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Azo Sans Bk';
    src: url('css/fonts/AzoSans-Black.eot');
    src: url('css/fonts/AzoSans-Black.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/AzoSans-Black.woff2') format('woff2'),
        url('css/fonts/AzoSans-Black.woff') format('woff'),
        url('css/fonts/AzoSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Azo Sans Tn';
    src: url('css/fonts/AzoSans-Thin.eot');
    src: url('css/fonts/AzoSans-Thin.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/AzoSans-Thin.woff2') format('woff2'),
        url('css/fonts/AzoSans-Thin.woff') format('woff'),
        url('css/fonts/AzoSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
#lang_sel_list {
	height: auto;
	display: flex;
    align-items: center;
}
#lang_sel_list ul a {
	color: white;
	background: none;
	font-size: 12px;
}
#lang_sel_list ul a:hover {
	color:#f6d19d;
	background: none;
}
#lang_sel_list::before {
	content:url(img/globo.png);
	float: left;
	margin-right: 5px;
}
#lang_sel_list a.lang_sel_sel:hover {
	color:#f6d19d;
}
#lang_sel_list a:visited {
	font-size: 12px;
	color: white;
}
.form-control {
	border-radius: 1rem;
}
.navbar-collapse.collapse.in {
  display: inline-block !important;
}
.searchandfilter li {
	 position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding-right: 5px;
    width: 100%;
   
}
.searchandfilter li select {
	 font-family: 'Myriad Pro';
        display: inline-block;
     	width: 100%;
     	font-size: 16px !important;
        cursor: pointer;
        padding: 10px 16px;
        outline: 0;
        border: 0px solid #000000;
        border-radius: 8px;
        background: #f3f3f4;
        color: #818285;
        appearance: none;
        -webkit-appearance: none;
        moz-appearance: none;
}
.searchandfilter ul {
	display: flex;
	align-items:center;
	flex-direction:column;
}
.searchandfilter button {
	background: #f3f3f4;
        color: #818285;
        border: none;
        border-radius: 5px 25px 25px 5px; 
        padding:8px 10px 8px 10px;
        float: right;
        margin-top: -5px;
}
.searchandfilter button:hover {
	background: #d1d2d4;
}
.searchandfilter input[type=text] {
	width: 100%;
padding: 12px 16px;
        outline: 0;
        font-size: 16px;
        border: 0px solid #000000;
        border-radius: 8px;
        background: #f3f3f4;
        color: #818285;
        }
       .searchandfilter li select::-ms-expand {
            display: none;
        }
        .searchandfilter li select:hover,
        .searchandfilter li select:focus {
            color: #919295;
            background: #d1d2d4;
        }
        .searchandfilter li select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    border: solid #7B7B7B;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.searchandfilter liselect:hover ~ .select_arrow,
.searchandfilter li select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.searchandfilter li select:disabled ~ .select_arrow {
    border-top-color: #CCCCCC;
}


.eventos-header h1 {
	font-family: 'Avenir LT Std';
	color: white;
	text-transform: uppercase;

}
.eventos-slider h2.date {
	font-family: 'Azo Sans';
	text-transform: uppercase;
	font-size: 25px;
}

.eventos-slider h2.date span {
	font-family: 'Azo Sans Bk';
}
.eventos-slider h2.title {
	font-family: 'Azo Sans Md';
	text-transform: uppercase;
	font-size: 14px;
} 
.eventos-slider h2.place {
	font-family: 'Azo Sans Lt';
	text-transform: uppercase;
	font-size: 22px;
} 
.owl-theme .owl-dots .owl-dot span  {
	background: none;
    background-image: url(img/dots.png);
    width: 15px;
    background-position: -22px 0;
    height: 15px;
    margin: 5px 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: none;
    background-image: url(img/dots.png);
	background-position: 0px 0;
}
.navbar a {
	font-size: 15px;
	font-family: 'Azo Sans Md';
	color: white;
	text-transform: uppercase;
}
.navbar a:hover, .navbar .current-menu-item {
	
	color: #f6d19d;
	text-decoration: none;
}

.alentejo-header {
	width:100%;
	background-color:black;
	max-height:auto;
	background-image:url('img/bg_header.png');
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.alentejo {
	min-height: 72vh;
}
.footer-content {
		background-image: url(img/bg-footer.png);
		background-size: 200%;
		background-repeat: no-repeat;
}
.menu-item-language::before {
	background-image: url(img/globo.png);
}
.destaque h2 {
	font-family: 'Azo Sans';
	text-transform: uppercase;
	color: #585858;
}
.insta {
	font-family: 'Azo Sans';
	color: black;
}
.insta span {
	font-family: 'Azo Sans Bk';
}
.owl-carousel .owl-item img.logo {
	width:55% !important;
	margin:0 auto;
	padding-top: 30% !important;
	max-width:408px;
}
.footer {
	background-color: black;
	color:white;
	font-family: 'Avenir LT Std';
}
.form {
	background-image: url(img/bg_subscribe.png);
	border: 1px solid #8c8c8c;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 20px;
    min-height: 90px;
    font-family: 'Azo Sans';

}
.form h4 {
	font-family: 'Azo Sans Tn';
	color: #010101;

}
.post-type-archive-eventos h2.header, .single-eventos h2.header, .page-template-page-contactos-php h2.header, .archive h2.header, .bg-pesquisa h2.header, .page-template-page-programa h2.header {
	font-family: 'Myriad Pro';
	font-size: 35px;
	color: #315064;
	text-transform: uppercase;
}
.wpcf7-submit {
	float: right;
	text-transform: uppercase;
}
.alm-btn-wrap {
	text-align: center;
}
.alm-load-more-btn, .wpcf7-submit {
	font-family: 'Myriad Pro';
    font-size: 14px;
    color: white;
    border-radius: 19px;
    background-color: #58585B;
    padding: 3px 18px 0px 18px;
}
h3.tag-p {
	font-family: 'Azo Sans Md';
	color: white;
	font-size: 16px;
	border-bottom: 1px solid white;
	text-transform: uppercase;
	line-height: 18px;
	min-height: 36px;
}
.single-eventos-content h3 {
	font-family: 'Azo Sans Md';
	font-size: 19px;
	text-transform: uppercase;
}
.single-eventos-content h2 {
	font-family: 'Azo Sans Md';
	font-size: 24px;
	text-transform: uppercase;
	color: black;
	line-height: 35px;
}
.single-eventos-content p {
	font-family: 'Azo Sans';
	font-size:15px;
	color: black;
	line-height: 23px;
}
.post-type-archive-eventos h2.eventos-h2, .page-template-page-programa h2.eventos-h2 {
	font-family: 'Azo Sans Bk';
	color: white;
	font-size: 22px;
	text-transform: uppercase;
}
.eventos-titulo {
	font-family: 'Azo Sans Lt';
	color: white;
	font-size: 20px;
	text-transform: uppercase;
}
.form .es_lablebox {
	display: none;
}
.rm_form_container {
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}
.es_button, .rm_form_el_button {
	float: right !important;
    width: 33% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

}
.es_button input, .rm_form_el_button input {
	width: 100% !important;
	color: white !important;
    border: none !important;
    background: black !important;
    border-radius: 5px !important;
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
}
.es_textbox, .rm_form_el_email {
	float: left !important;
    width: 65% !important;
    padding: 0 !important;
}
.es_textbox input, .rm_form_el_email input {
	border-radius: 5px !important;
    box-shadow: none !important;
    border: 1px solid #a3a4a6 !important;
    border-style: solid !important;
    padding: 8px 0 8px 0 !important;
    width: 100% !important;
    padding-left: 5px !important;
}
.bg-eventos, .bg-contactos, .bg-pesquisa {
	background-image:url(img/bg-eventos2.png);
	background-size: 65%;
    background-repeat: no-repeat;
    background-position: top left;
}
.bg-contactos {
	background-image:url(img/bg_contactos2.png);
	background-size: 30%;
}
.bg-pesquisa {
	min-height: 75vh;
}
.results h2 a {
	color: #456173;
	font-family: 'Azo Sans Md';
	font-size: 26px;
	text-transform: uppercase;
}
.results h2 a:hover {
	text-decoration: none;
}
.results p {
	color: #456173;
	font-family: 'Azo Sans Lt';
	font-size: 14px;
}
.contactos-info {
	font-size: 20px;
}
.contactos-info .material-icons {
	font-size: 30px;
}
.page-template-page-contactos-php form.wpcf7-form label {
	color: #b5732a;
	width: 100%;
}
.wpcf7-form label span, .wpcf7-form label input, .wpcf7-form label textarea {
	width: 100%;
}
.wpcf7 {
	width: 83.333%;
}
.es_msg {
	float: left;
}
#lang_sel_list a.lang_sel_sel {
	color: #f6d19d;
}
#lang_sel_list a:hover {
	color:#f6d19d;
}
#lang_sel_list {
display: flex;
    align-items: center;
    justify-content: center;
}
.searchandfilter {
	width: 100%;
} 
.ver-mais {
	color:#456173; 
	text-transform: uppercase;
	font-family: 'Azo Sans Lt';
	display: flex;
    align-items: center;
    text-decoration: none !important;
}
.ver-mais:hover {
	color:#456173; 
}

@media (min-width: 576px) { 
	.owl-carousel .owl-item img.logo {
		width:50% !important;
		padding-top: 15% !important;
	}
	.eventos-slider .owl-item:nth-child(odd) {
    margin-top: 75px;
}
	.eventos-slider-single .owl-item:nth-child(odd) {
    margin-top: 75px;
}

.footer-content {

		background-size: 150%;
	
}
 }

@media (min-width: 768px) {
	.searchandfilter ul {
		flex-direction:row;
	}

	.searchandfilter button {
		float: none;
	}
	.owl-carousel .owl-item img.logo {
		width:40% !important;
		padding-top: 10% !important;
	}
	
 }

@media (min-width: 992px) { 
	.alentejo-header {
		max-height: 217px;
	}
	.owl-carousel .owl-item img.logo {
		width:30% !important;
	}
	.eventos-slider h2.date {
	
	font-size: 27px;
}
.eventos-slider h2.title {
	
	font-size: 16px;
} 
.eventos-slider h2.place {
	
	font-size: 25px;
} 
.wpcf7 {
	width: 50%;
}
 }

@media (min-width: 1200px) { 
	.owl-carousel .owl-item img.logo {
		width:25% !important;
		padding-top:4% !important;
	}
	.destaque h2 {
	font-family: 'Azo Sans';
	text-transform: uppercase;
	color: #585858;
	font-size: 40px;
}
.eventos-header h1 { 
	font-size: 40px;
	}
	.footer-content {

		background-size:63%;
	
}
.bg-eventos, .bg-pesquisa {
	background-image:url(img/bg-eventos.png);
	background-size: 100%;
}
.bg-contactos {
	background-image:url(img/bg_contactos.png);
	background-size: 100%;
}
 }



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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;
}
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%;
	padding:5px 3px 10px;
	text-align:center;
}
.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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
