/*
 Theme Name:   Telesemana2018
 Theme URI:    http://telesemana.com/
 Description:  Theme para telesemana.com child theme de Cuckoo
 Author:       EVO I.T.
 Author URI:   http://evoit.com
 Template:     cuckoo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         full-width-template, threaded-comments, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready
 Text Domain:  telesemana2018
*/
@font-face {
    font-family: "MarkPro";
	src: url("fonts/MarkPro-Book.otf") format("opentype");
    font-weight: normal;
}
@font-face {
    font-family: "MarkPro";
	src: url("fonts/MarkPro-Bold.otf") format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: "MarkPro";
	src: url("fonts/MarkPro-BoldItalic.otf") format("opentype");
    font-weight: bold;
	font-style: italic;
}
@font-face {
    font-family: "MarkPro";
	src: url("fonts/MarkPro-ExtraLight.otf") format("opentype");
    font-weight: 100;
}

.speakers{
	background-color: #333333;
	padding: 30px;
	color: #FFF;
	margin: 30px 0;
	font-size: 16px;
	line-height: 24px;
}
.speakers .avatar {
	float: left;
	margin-right: 30px;
	width: 85px;
	height: 85px;
	border-radius: 100%;
}
.speakers .sep{
	clear: both;
	border-bottom: 1px solid #FFF;
	margin: 20px 10px 30px 10px;
}
.speakers .entry-author-name{
	color: #0088b2;
	font-size: 18px;
	font-weight: bold;
}

/*Login*/
.gp-lost-password-link:before {
	content: '\f059';
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-weight: normal;
}
.gp-lost-password-link{
	color: #000;
	margin-left: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	font-size: 16px;
}
.gray-wrapper{
	background-color: #F0F0F0;
	text-align: center;
	padding: 10px;
}
.gray-wrapper p{
	margin-bottom: 0 !important;
}
.gray-wrapper .gp-register-link{
	background-color: #59A453;
	display: block;
	padding: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	transition: all .2s ease-in-out !important;
}
.gray-wrapper .gp-register-link:before{
	content: none;
}
.gray-wrapper .gp-register-link:hover{
	background-color: #333333;
}