/*
Theme Name: Virtue Child
Template: virtue_premium
Author: Covalenciawebs
Author URI: https://covalenciawebs.com
*/

:root {

}

::-webkit-scrollbar {
    display: none;
}

:focus, a:focus {
    outline: none;
}

.panel-row-style:before, .panel-row-style:after {
	content: none;
}

#topcontrol {
	display: none;
}

.container {
    max-width: 100%;
    width: 100%;
}

.wrap {
	margin-bottom: 90px;
}

#content {
	padding-left: 0;
	padding-right: 0;
}

.wide #wrapper.container > .wrap {
	padding-left: 30px!important;
	padding-right: 30px!important;
}


.page-header {
	border: none!important;
	margin-top: 30px;
}

/* HEADER */


#kad-banner .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.header-banner {
	width: 100%;
	max-width: 100%;
}




/* menu movil */

.mh-nav-trigger-case {
	font-size: 24px;
}

[class^=icon-menu] {
	font-family: FontAwesome;
}

.icon-menu:before {
	content: "\f0c9";
}

#mh-mobile_menu_collapse {
    overflow: hidden!important;
}

.mobileclass {
    background: none;
}

#mg-kad-mobile-nav .mh-kad-nav-collapse {
    overflow: hidden;
}

.kad-nav-inner .kad-mnav {
    padding: 5px 5px 15px;
    margin: 0;
}

.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a {
    list-style: none;
}

/* PORFOLIO */

#filters {
	float: none;
	text-align: center;
	margin-bottom: 30px;
}

#filters li {
    float: none;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
}

#filters li a {
	background: #f2f2f2;
	/*text-transform: uppercase;*/
	padding: 3px 15px;
	border-radius: 5px;
}

#filters li a.selected, #filters li a:hover {
	background: #727272;
}

#filters li h5 {
	font-weight: 300;
}

#filters li a.selected h5, #filters li a:hover h5 {
	color: #fff;
}

.portfolio_item.grid_item {
	padding-left: 10px;
	padding-right: 10px;
}

.portfolio_item a.kt-intrinsic {
	padding-bottom: 140%;
}
.portfolio_item .kt-intrinsic img {
	object-fit: contain;
}

.portfolio_item .portfoliolink {
    position: relative;
	opacity: 1;
}

.portfolio_item .piteminfo {
    padding: 8px 0;
    text-align: left;
}

.piteminfo h4 {
	margin: 0;
}

.list-autor {
	font-style: italic;
    color: #999!important;
}

.list-votos {
	float: right;
    background: #52a952;
    color: #fff!important;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 14px;
}

/* buscador */

.search-carteles {
	text-align: right;
	position: relative;
}

.search-carteles input {	
    border: 2px solid #b7b7b7;
    height: 46px;
    width: calc(100% - 46px);
    max-width: 360px;
    padding: 5px 15px;
	border-radius: 5px 0 0 5px;
}

.search-carteles button {
	border: none;
    width: 46px;
    height: 46px;
    background: #b7b7b7;
    color: #fff;
    border-radius:  0 5px 5px 0;
}

p.no-resultados {
	padding-bottom: 90px!important;
}

/* PORTFOLIO SINGLE */

article.portfolio {
	margin-bottom: 60px;
}

.single-portfolio .page-header {
	margin-top: 10px;
}

.col-title-portfolio {
	width: calc(100% - 160px);
	float: left;
}

.col-navigation-portfolio {
	width: 160px;
	float: right;
	text-align: right;
    padding-right: 0;
    padding-left: 0;
}

.entry-autor {
	color: #7a7a7a;
}

.submit-votar {
	background: #52a952;
    color: #fff!important;
    padding: 8px 18px;
    border-radius: 5px;
    border: none;
}

.votado {
	color: #52a952;
}

.volver {
	margin-left: auto;
    display: block;
    width: fit-content;
    background: #e9e9e9;
    color: inherit;
    padding: 6px 15px;
    margin-right: -15px;
    border-radius: 5px;
}

/* Formulario cartel */

.page-id-27 .wrap .container {
	max-width: 800px;
}

.page .page-header {
	text-align: center;
}

.form-cartel input, .form-cartel textarea {
	margin-bottom: 20px;
	font-size: 18px;
}

input.form-control {
	height: 48px;
	font-size: 18px;
}

.form-cartel select {
	margin-bottom: 20px;
	height: 46px;
}

.form-cartel input[type=submit] {
	border: none;
    padding: 10px 34px;
    border-radius: 5px;
    background: #727272;
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 20px;
}

.cartel-subido {
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	border-left: 3px solid green;
	border-right: 3px solid green;
    margin-bottom: 30px;
    max-width: 400px;
    padding: 10px;
}

/* Listado votos */

.table-votos {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.table-votos th:last-child, .table-votos td:last-child {
	text-align: center;
}

.table-votos img {
	max-height: 140px;
	width: auto;
}

.table-votos td a {
	/*color: inherit;*/
}

.table-votos h3 {
	font-size: 22px;
	margin-bottom: 0;
}

.table-votos h4 {
	font-size: 18px;
	margin-top: 0;
	font-style: italic;
}

.entry-content table tr:nth-child(even), .modal-body table tr:nth-child(even) {
    background: none;
}

.table-votos tr {
	border-bottom: 1px solid #d5d5d5;
}

span.posicion {
	display: block;
	background: #727272;
	color: #fff;
	width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
}

span.posicion-votos {
	display: inline-block;
	background: #52a952;
	color: #fff;
	padding: 1px 8px;
    border-radius: 5px;
    min-width: 56px;
}

/* TECLADO */

.CVK_formsdiv {
    position: relative;
    display: inline-block;
    width: 320px;
}

.CVK_virt_keyboard_icon {
    position: absolute;
    top: 0px;
    left: -5px!important;
    width: 50px;
    height: 50px;
    z-index: 1000 !important;
}


.CVK_keyboard_popup {
    width: 100%;
    position: absolute;
    left: auto;
    right: -10px;
    bottom: -260px;
    height: 255px;
    background: #e5e5e5;
    z-index: 9999;
    display: none;
    min-width: 730px;
    line-height: normal;
}

.CVK_keyboard_popup_close_button {
    width: 22px;
    height: 22px;
    right: 7px;
    background-size: cover;
}

.CVK_virtual_keyboard {
    width: 740px;
}

.CVK_virt_keyboard_line {
	display: flex;
    justify-content: center;
}

.CVK_keyboard_button {	
    height: 44px;
    width: 44px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px 0px -1px -1px;
    line-height: 28px;

}

.CVK_extra_button1 {
	width: 44px;
}

.CVK_extra_button2 {
	width: 46px;
}

.CVK_capslock_button {
	width: 65px;
}

.CVK_space_button {
	width: 356px;
}

.CVK_enter_button {
	width: 68px;
}

.CVK_additions_button {
	width: 95px;
}

.CVK_backspace_button {
	width: 89px;
}

#CVK_keyboorad_name {
	display: none;
}

/* FOOTER */

#containerfooter {
    padding-top: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#containerfooter .footerbase {
	display: none;
}

.footercol2, .footercol3 {
	width: 50%!important;
	float: left!important;
	clear: none!important;
}

.footercol2 .footer-widget {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.footercol2 .widget h3 {
	margin-bottom: 0;
}

.footercol2 .widget p {
	font-weight: 300;
	font-size: 14px;
}

.footer-button {
	font-size: 54px;
    line-height: 62px;
    margin-right: 40px;
}

/* RESPONSIVE */

@media screen and (max-width:991px) {
	.wide #wrapper.container > .wrap {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}

}

@media screen and (max-width:767px) {
	#filters {
	    height: auto;
	    background: none;
	}
	.filter-trigger {
		display: none!important;
	}
}

@media screen and (max-width:480px) {

    
}