/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

[hidden],template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: inherit;
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,input,select,textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: 700;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

body {
	background: #f9f4ef;
	background-image: url('//2016.porto.wordcamp.org/files/2016/02/d42ba32b.png');
	background-size: 250px;
	color: #24648e;
}

#page {
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #338fcb;
}

a:hover {
	color: #ff6d63;
}

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
}

body {
	font-family: Roboto, sans-serif;
	font-size: 1em;
}

h1,h2 {
	font-family: Lobster, serif;
}

.site-header {
	margin-bottom: 7.5em;
	border-top: .5em solid #338fcb;
	box-shadow: inset 0 10px 60px rgba(51,143,203,.5);
	background: #338fcb url('//2016.porto.wordcamp.org/files/2016/02/24565032872_d5502119fc_o.jpg') 50% 100% no-repeat;
	background-size: cover;
	text-align: center;
}

.site-header hgroup {
	padding: 5% 0;
}

.site-header img {
	max-width: 80%;
}

@media only screen and (min-width:768px) {
	.site-header {
		margin-bottom: 0;
	}
}

.site-title {
	margin: 3em 0 .5em;
}

.site-title a {
	display: block;
	transition: all .2s;
	opacity: .95;
	margin: 0 auto;
	background: url('//2016.porto.wordcamp.org/files/2016/02/lettring-logo.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 225px;
	height: 125px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

@media only screen and (min-width:768px) {
	.site-title a {
		width: 440px;
		height: 208px;
	}
	
	.site-title a:hover {
		opacity: .8;
	}
}

@media only screen and (min-width:1024px) {
	.site-title a {
		width: 550px;
		height: 250px;
	}
}

@media only screen and (min-width:768px) {
	.site-title {
		margin: .5em 0;
	}
}

.site-description {
	margin: 0;
	text-shadow: 3px 3px 5px rgba(0,0,0,.75);
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 1.5em;
	font-weight: 100;
}

@media only screen and (min-width:768px) {
	.site-description {
		font-size: 3em;
	}
}

.menu-primary-nav-container {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 960px !important;
}

.main-navigation {
	float: left;
	margin: 1em 0;
	background: #fff;
	width: 100%;
	text-align: left;
}

.main-navigation .menu {
	margin: 0 auto;
	padding: 0 1em;
	max-width: 95%;
	list-style: none;
}

.main-navigation .menu ul {
	display: none;
	position: absolute;
	top: 4em;
	left: 0;
	float: left;
	z-index: 1;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
	background: hsla(0,0%,100%,.9);
	padding: .5em 1.125em;
	width: auto;
}

.main-navigation .menu ul ul {
	top: 0;
	left: 100%;
}

.main-navigation .menu ul li {
	display: block;
}

.main-navigation .menu ul a {
	padding: .75em 0;
	width: 200px;
	white-space: nowrap;
}

.main-navigation .menu ul a:before {
	margin-right: 0;
	content: '';
}

.main-navigation .menu>li {
	display: inline-block;
}

.main-navigation .menu>li:first-child a:before {
	content: '';
}

.main-navigation .menu>li>a:before {
	margin-right: .75em;
	color: #add2ea;
	content: '|';
}

.main-navigation .menu>li a {
	display: block;
	transition: color .3s;
	padding: 1.5em .5em 1.5em 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #24648e;
}

.main-navigation .menu>li a:hover {
	color: #ff6d63;
}

.main-navigation .menu>li a:hover+.sub-menu {
	display: block;
}

.main-navigation .menu>li.menu-item-has-children {
	position: relative;
}

.main-navigation .menu>li.menu-item-has-children>a {
	padding-right: 2em;
}

.main-navigation .menu>li.menu-item-has-children>a:after {
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -2px;
	border: 4px solid transparent;
	border-top-color: #24648e;
	width: 0;
	height: 0;
	content: '';
}

.main-navigation .menu>li.menu-item-has-children>a:hover:after {
	border-top-color: #ff6d63;
}

@media only screen and (min-width:1024px) {
	.main-navigation .menu {
		max-width: 60em;
	}
}

.main-navigation li {
	position: relative;
	float: left;
}

.main-navigation li:hover>ul {
	display: block;
}

.main-navigation li.current-menu-item>a,.main-navigation li.current-menu-parent>a,.main-navigation li.current_page_ancestor>a,.main-navigation li.current_page_item>a {
	color: #ff6d63;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-small-navigation {
	position: absolute;
	margin-top: 1em;
	background: hsla(0,0%,100%,.95);
	width: 100%;
}

.main-small-navigation .menu {
	display: none;
}

.main-small-navigation .sub-menu {
	margin-left: 3em;
}

.main-small-navigation .sub-menu li {
	list-style-type: square;
}

.main-small-navigation .sub-menu a {
	border-top: 1px solid #e5cdb7;
	padding: .75em 1.5em .75em 0;
}

.main-small-navigation .menu-toggle {
	display: block;
	cursor: pointer;
	padding: 1em;
	width: auto;
	font-size: 1.125em;
}

.main-small-navigation ul {
	padding: 0;
	list-style: none;
	text-align: left;
}

.main-small-navigation a {
	display: block;
	border-top: 1px solid #ff6d63;
	padding: .75em 1.5em;
}

.menu-toggle {
	cursor: pointer;
}

.post-navigation {
	margin-bottom: 1.75em;
	padding: 0 2.5em;
	line-height: 1.5;
}

.post-navigation:after {
	display: table;
	clear: both;
	content: '';
}

.post-navigation .nav-next a,.post-navigation .nav-previous a {
	color: #338fcb;
}

.post-navigation .nav-next a:hover,.post-navigation .nav-previous a:hover {
	color: #ff6d63;
}

.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-next {
	float: right;
}

footer .entry-meta {
	margin: 2.25em 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: .5em 0;
	line-height: 1.5;
	color: #70b1db;
}

footer .entry-meta .sep {
	margin: 0 .25em;
}

.site-footer {
	background: #fff;
}

.site-info {
	text-align: center;
}

.site-info .site-info-generator {
	display: block;
	transition: all .2s;
	background: #ff6d63;
	padding: 1em 0;
	color: #fff;
}

.site-info .site-info-generator:hover {
	background: #24648e;
}

.site-info .site-info-network {
	position: absolute;
	top: .7em;
	left: 1.125em;
	transition: all .2s;
	background: url('//2016.porto.wordcamp.org/files/2016/02/wc-central.png') 50% 0 no-repeat;
	opacity: .7;
	cursor: pointer;
	padding: 7px 10px 0;
	width: 95px;
	height: 95px;
	text-decoration: none;
	color: #24648e;
	font-size: .75em;
	box-sizing: border-box;
}

.site-info .site-info-network:hover {
	color: #ff6d63;
}

.footer-widgets-block {
	font-size: .75em;
}

.hentry {
	margin: 0 0 1.5em;
}

.entry-meta {
	clear: both;
}

.byline {
	display: none;
}

.group-blog .byline,.single .byline {
	display: inline;
}

.entry-content,.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.archive .format-aside .entry-title,.blog .format-aside .entry-title {
	display: none;
}

.comment-content img,.entry-content img,.site-header img,.widget img {
	max-width: 100%;
}

.entry-content img,.site-header img,img[class*=align],img[class*=wp-image-] {
	height: auto;
}

.entry-content img,.site-header img,img.size-full {
	width: auto;
	max-width: 100%;
}

.comment-content img.wp-smiley,.entry-content img.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	padding: 0;
}

.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}

.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

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

.wp-caption.aligncenter,.wp-caption.alignleft,.wp-caption.alignright {
	margin-bottom: 1.5em;
}

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

#content .gallery {
	margin-bottom: 1.5em;
}

#content .gallery a img {
	border: 0;
	max-width: 95%;
	height: auto;
}

#content .gallery dd {
	margin: 0;
}

.youtube-player {
	max-width: 100%;
}

#main {
	margin: 3.375em auto 2.25em;
	background: url('//2016.porto.wordcamp.org/files/2016/02/logo-500.png') 50% 100% no-repeat;
	background-size: 200px 250px;
	padding-bottom: 20em;
	max-width: 95%;
}

@media only screen and (min-width:1024px) {
	#main {
		max-width: 60em;
	}
}

#main:after {
	display: table;
	clear: both;
	content: '';
}

#primary {
	padding: 0;
	box-sizing: border-box;
}

@media only screen and (min-width:1024px) {
	#primary {
		float: left;
		width: 70%;
	}
}

article.page,article.post {
	margin-bottom: 2.5em;
	border-radius: 2px;
	box-shadow: 0 0 12px rgba(51,143,203,.1);
	background-color: #fff;
	background-image: url('//2016.porto.wordcamp.org/files/2016/02/post-header-b.jpg');
	background-repeat: no-repeat, no-repeat;
	background-position: 0 0, 50% 100%;
	background-size: contain;
	padding: 5em .5em 1.5em;
}

@media only screen and (min-width:768px) {
	article.page,article.post {
		padding: 10em 2.5em 2.5em;
	}
}

.entry-header {
	margin-bottom: 1.5em;
}

.entry-title {
	transition: color .3s;
	margin-bottom: .75em;
	line-height: 1.125;
	font-size: 2.5em;
}

.entry-title a {
	transition: all .3s;
	text-decoration: none;
	color: inherit;
}

.entry-title a:hover {
	color: #338fcb;
}

.entry-title+.entry-meta {
	color: #70b1db;
	font-size: .875em;
	font-weight: 300;
}

.entry-title+.entry-meta a {
	transition: color .3s;
	text-decoration: none;
	color: #e5cdb7;
}

.entry-title+.entry-meta a:hover {
	color: #ff6d63;
}

.hentry .entry-content ol,.hentry .entry-content ul {
	margin: 0;
}

.entry-content>p:first-of-type {
	margin-bottom: 1.125em;
	font-size: 1.125em;
	font-weight: 700;
}

.entry-content blockquote {
	margin: 2.25em 1em;
	font-size: 1.75em;
}

.comment-content blockquote {
	margin: 1.5em .75em;
	font-size: 1.5em;
}

.comment-content p,.entry-content address,.entry-content p {
	margin: 0 0 1em;
	line-height: 1.5;
}

.comment-content h1,.comment-content h2,.comment-content h3,.comment-content h4,.comment-content h5,.comment-content h6,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
	margin: 2.25em 0 .75em;
	line-height: 1.125;
}

.comment-content h1,.entry-content h1 {
	font-size: 2.5em;
}

.comment-content h2,.entry-content h2 {
	font-size: 2.25em;
}

.comment-content h3,.entry-content h3 {
	font-size: 1.75em;
}

.comment-content h4,.entry-content h4 {
	font-size: 1.5em;
}

.comment-content h5,.entry-content h5 {
	font-size: 1.125em;
}

.comment-content h6,.entry-content h6 {
	font-size: 1em;
}

.comment-content a,.entry-content a {
	transition: color .3s;
	text-decoration: none;
	color: #ff6d63;
}

.comment-content a:hover,.entry-content a:hover {
	color: #338fcb;
}

.comment-content strong,.entry-content strong {
	font-weight: 700;
}

.comment-content em,.entry-content em {
	font-style: italic;
}

.comment-content blockquote,.entry-content blockquote {
	border-top: 1px solid #ff6d63;
	border-bottom: 1px solid #ff6d63;
	padding: 1em 0;
	font-family: Lobster, serif;
}

.comment-content blockquote p:last-child,.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.comment-content ul,.entry-content ul {
	margin: 0 0 1em 2.5em;
	list-style-type: square;
}

.comment-content ol,.entry-content ol {
	margin: 0 0 1em 2.5em;
	list-style-type: decimal;
}

.comment-content li,.entry-content li {
	margin-bottom: .25em;
	line-height: 1.5;
}

.comment-content label,.entry-content label {
	display: block;
	margin: .75em 0 .25em;
	line-height: 1.125;
	font-size: 1.125em;
	font-weight: 700;
}

.comment-content label span,.entry-content label span {
	padding-left: .25em;
	color: #ff6d63;
	font-size: .75em;
}

.wcorg-organizer {
	border-bottom: 1px solid #add2ea;
}

.wcorg-organizer:first-child {
	border-top: 1px solid #add2ea;
}

.wcorg-organizer .wcorg-organizer-description:after {
	display: table;
	clear: both;
	content: '';
}

.wcorg-organizer .wcorg-organizer-description p {
	margin: 0 0 1em 7.5em;
}

.wcorg-organizer .avatar {
	float: left;
	margin: 0 1em 1em 0;
}

.wcorg-organizer .sharedaddy,.wcorg-sponsors h3 {
	display: none;
}

.wcorg-sponsors .wcorg-sponsor-level-porto-edicao-especial img {
	max-width: 90%;
	max-height: 3em;
}

@media only screen and (min-width:768px) {
	.wcorg-sponsors .wcorg-sponsor-level-porto-edicao-especial img {
		max-width: 15em;
		max-height: 7em;
	}
}

.wcorg-sponsors .wcorg-sponsor-level-porto-vintage img {
	max-width: 80%;
	max-height: 2.5em;
}

@media only screen and (min-width:768px) {
	.wcorg-sponsors .wcorg-sponsor-level-porto-vintage img {
		max-width: 12.5em;
		max-height: 6em;
	}
}

.wcorg-sponsors .wcorg-sponsor-level-porto-late-bottled-vintage img {
	max-width: 70%;
	max-height: 2.25em;
}

@media only screen and (min-width:768px) {
	.wcorg-sponsors .wcorg-sponsor-level-porto-late-bottled-vintage img {
		max-width: 10em;
		max-height: 5em;
	}
}

.wcorg-sponsors .wcorg-sponsor-level-media-partner img,.wcorg-sponsors .wcorg-sponsor-level-porto-reserva img {
	max-width: 60%;
	max-height: 2em;
}

@media only screen and (min-width:768px) {
	.wcorg-sponsors .wcorg-sponsor-level-media-partner img,.wcorg-sponsors .wcorg-sponsor-level-porto-reserva img {
		max-width: 7.5em;
		max-height: 4em;
	}
}

.wcorg-sponsors .wcorg-sponsor-level-after-party-partner img,.wcorg-sponsors .wcorg-sponsor-level-porto-tawny img {
	max-width: 50%;
	max-height: 1.75em;
}

@media only screen and (min-width:768px) {
	.wcorg-sponsors .wcorg-sponsor-level-after-party-partner img,.wcorg-sponsors .wcorg-sponsor-level-porto-tawny img {
		max-width: 5em;
		max-height: 3em;
	}
}

.wcorg-sponsor+.wcorg-sponsor {
	margin-top: 5em;
}

.wcorg-sponsor-description img {
	display: block;
	margin: auto;
	padding: 1em 0 2em;
	font-size: 2.25em;
}

#tix-attendees .tix-field {
	margin: 0 1em 0 4.5em;
}

#tix-attendees ul {
	padding: 0;
}

#tix-attendees li {
	margin-bottom: 2em;
	height: auto;
}

#tix-attendees .tix-columns-3 li {
	width: 100%;
}

@media only screen and (min-width:550px) {
	#tix-attendees .tix-columns-3 li {
		width: 50%;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(2n+1) {
		clear: left;
	}
}

@media only screen and (min-width:768px) {
	#tix-attendees .tix-columns-3 li {
		width: 33.33333%;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(2n+1) {
		clear: none;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(3n+1) {
		clear: left;
	}
}

#tggr-media-item-container.three-column .tggr-media-item {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	width: calc(100% - 10px);
}

.wcpt-schedule {
	width: 100%;
}

.wcpt-schedule tbody tr:nth-of-type(odd) {
	background: #fafafa;
}

.wcpt-schedule tbody td {
	padding: 1em;
	text-align: center;
}

.wcpt-schedule a {
	display: block;
}

.wcpt-col-time {
	width: 100px;
}

span.wcpt-session-speakers:before {
	content: '';
}

#after-header-widgets {
	margin: 1.5em auto;
	max-width: 95%;
}

@media only screen and (min-width:1024px) {
	#after-header-widgets {
		max-width: 60em;
	}
}

#after-header-widgets:after {
	display: table;
	clear: both;
	content: '';
}

#after-header-widgets .widget {
	float: left;
	margin: 0 auto 1em;
	box-sizing: border-box;
}

@media only screen and (min-width:768px) {
	#after-header-widgets .widget {
		width: 25%;
	}
}

#after-header-widgets .widget a {
	display: block;
	transition: all .2s;
	padding: .25em 0;
	font-family: Lobster, serif;
	font-size: 2em;
}

#after-header-widgets .widget span {
	display: block;
	margin: .5em;
	text-align: center;
	color: #f9f4ef;
}

#after-header-widgets .widget:nth-child(1) a {
	background-color: #24648e;
}

#after-header-widgets .widget:nth-child(1) a:hover {
	background-color: #ff6d63;
}

#after-header-widgets .widget:nth-child(2) a {
	background-color: #338fcb;
}

#after-header-widgets .widget:nth-child(2) a:hover {
	background-color: #ff6d63;
}

#after-header-widgets .widget:nth-child(3) a {
	background-color: #70b1db;
}

#after-header-widgets .widget:nth-child(3) a:hover {
	background-color: #ff6d63;
}

#after-header-widgets .widget:nth-child(4) a {
	background-color: #add2ea;
}

#after-header-widgets .widget:nth-child(4) a:hover {
	background-color: #ff6d63;
}

#after-header-widgets .textwidget h4 {
	margin: 0 0 .75em;
	font-size: 1.5em;
}

#after-header-widgets .textwidget img {
	display: block;
	transition: all .3s;
	margin: 0 auto;
	box-shadow: 0 0 12px rgba(51,143,203,.1);
	cursor: pointer;
}

#after-header-widgets .textwidget p:last-child {
	margin-bottom: 0;
}

#primary-sidebar .widget {
	margin: 0 0 3.5em;
	background: url('//2016.porto.wordcamp.org/files/2016/02/divider-widget.png') 50% 100% no-repeat;
	background-size: 2em;
	padding-bottom: 3.5em;
}

#primary-sidebar input[type=email],#primary-sidebar input[type=text] {
	transition: all .3s;
	border: 0 none;
	border-radius: 4px;
	background: hsla(0,0%,100%,.8);
	padding: .5em;
	width: 100%;
	box-sizing: border-box;
}

#primary-sidebar input[type=email]:focus,#primary-sidebar input[type=text]:focus {
	outline: none;
	background: #fff;
}

#primary-sidebar input[type=submit] {
	display: block;
}

#primary-sidebar #subscribe-submit {
	text-align: center;
}

#secondary {
	padding: 0 1em;
	box-sizing: border-box;
}

@media only screen and (min-width:1024px) {
	#secondary {
		float: right;
		width: 30%;
	}
}

.widget h4 {
	background-color: #24648e;
	padding: 1em;
	text-transform: uppercase;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

.widget p {
	margin: 0 0 1em;
	line-height: 1.5;
}

.widget .sponsor-logo {
	margin: 1em 0;
	border-left: 3px solid;
	text-align: center;
}

.widget .sponsor-logo img {
	width: auto;
}

.widget .widget-title {
	margin: 0 0 .75em;
	border-bottom: 1px solid #70b1db;
	padding: 0 0 .75em;
	text-transform: uppercase;
	font-family: Roboto, sans-serif;
	font-size: 1.125em;
	font-weight: 700;
}

.widget li {
	margin: 0 0 .5em;
	border-bottom: 1px solid #70b1db;
	padding-bottom: .5em;
	line-height: 1.5;
}

.widget li a {
	transition: color .3s;
	text-decoration: none;
	color: #338fcb;
}

.widget li a:hover {
	color: #ff6d63;
}

.widget .porto-edicao-especial h4 {
	background-color: #ff6d63;
}

.widget .porto-edicao-especial img {
	max-width: 90% !important;
	max-height: 5em;
}

.widget .porto-vintage img {
	max-width: 80% !important;
	max-height: 4.5em;
}

.widget .media-partner img,.widget .porto-late-bottled-vintage img {
	max-width: 70% !important;
	max-height: 4em;
}

.widget .after-party-partner img,.widget .porto-reserva img {
	max-width: 60% !important;
	max-height: 3.5em;
}

.widget .porto-tawny img {
	max-width: 50% !important;
	max-height: 3em;
}

#footer-widgets {
	margin: 0 auto;
	padding: 1.125em;
	max-width: 95%;
}

@media only screen and (min-width:1024px) {
	#footer-widgets {
		max-width: 60em;
	}
}

#footer-widgets:after {
	display: table;
	clear: both;
	content: '';
}

[id^=footer-widget-] {
	padding: 1em;
	box-sizing: border-box;
}

@media only screen and (min-width:768px) {
	[id^=footer-widget-] {
		float: left;
		width: -66.66667%;
	}
}

#footer-widget-4 {
	padding: 1em;
	box-sizing: border-box;
}

@media only screen and (min-width:768px) {
	#footer-widget-4 {
		clear: both;
		margin-top: 1em;
	}
}

.tix_tickets_table {
	font-size: .9em;
}

@media only screen and (min-width:768px) {
	.tix_tickets_table {
		font-size: 1em;
	}
}

textarea {
	max-width: 100%;
}

input[type=submit] {
	transition: all .3s;
	margin: 1em auto;
	border: 0 none;
	border-radius: .25em;
	background: #24648e;
	cursor: pointer;
	padding: .5em 1em;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.125em;
	font-weight: 700;
}

input[type=submit]:hover {
	background: #ff6d63;
	color: #fff;
}

.page .comments-area {
	display: none;
}

.comment-content input[type=email],.comment-content input[type=text],.comment-content textarea,.entry-content input[type=email],.entry-content input[type=text],.entry-content textarea {
	transition: all .3s;
	border: 1px solid #add2ea;
	border-radius: 4px;
	background: #eaf4fa;
	padding: .5em;
	width: 100%;
	box-sizing: border-box;
}

.comment-content input[type=email]:focus,.comment-content input[type=text]:focus,.comment-content textarea:focus,.entry-content input[type=email]:focus,.entry-content input[type=text]:focus,.entry-content textarea:focus {
	outline: none;
	border-color: #e5cdb7;
	background: #f9f4ef;
}

.comment-content .contact-submit,.entry-content .contact-submit {
	margin: 1em 0;
	max-width: calc(100% - 1em);
	text-align: center;
}

.comments-area {
	margin-bottom: 1.75em;
	border-top: 10px solid #e5cdb7;
	border-radius: 2px;
	box-shadow: 0 0 12px rgba(51,143,203,.1);
	background: #fff;
	padding: .5em;
}

.comments-area .comments-title {
	margin-bottom: 2.25em;
	line-height: 1.125;
	font-size: 2.25em;
}

.comments-area .comment-author {
	line-height: 1.5;
}

.comments-area .comment-author .avatar {
	float: right;
	border: 3px solid #ff6d63;
	border-radius: 100%;
}

.comments-area .comment-meta {
	margin: 0 0 1.125em;
	line-height: 1.5;
	font-size: .75em;
}

@media only screen and (min-width:768px) {
	.comments-area {
		padding: 2.5em;
	}
}

.commentlist li {
	margin: 0 0 1.75em;
	border-bottom: 1px solid #fff;
	padding: 0 0 1.75em;
}

.commentlist li li {
	margin: 1.75em 0 0 1.5em;
	border-top: 1px solid #fff;
	border-bottom: 0 none;
	padding: 1.75em 0 0;
}

.comment-reply-link {
	display: inline-block;
	transition: all .3s;
	border: 0 none;
	border-radius: 4px;
	background: #24648e;
	cursor: pointer;
	padding: .5em .75em;
	text-transform: uppercase;
	color: #add2ea;
	font-size: .75em;
	font-weight: 700;
}

.comment-reply-link:hover {
	background: #ff6d63;
	color: #fff;
}

.comment-reply-title {
	margin: 0 0 1em;
	font-size: 1.75em;
}