/*
Theme Name: Fevr Child
Theme URI: http://fevr.luvthemes.com
Author: luvthemes
Author URI: http://luvthemes.com
Description: Fevr - Creative MultiPurpose Theme. Forget about compromises, with Fevr it's possible.
Version: 1.1.3
Template: fevr
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fevr
*/
/*
@font-face { font-family: 'h1';src: url('font/Lato-Bla_HU.ttf'); }
*/
@import 'site.css';
body{
	font-family: "Exo 2";
}
p{
	font-family: "Exo 2";
	font-size: 18px  !important;
}
h1 {
    font-family: "Exo 2";
    text-transform: uppercase !important;
    font-style: normal !important;
	font-weight: 900  !important;
    font-size: 32px  !important;
    letter-spacing: 0px !important;
}
h2 {
    font-family: "Exo 2";
    text-transform: uppercase !important;
    font-style: normal !important;
	font-weight: 900  !important;
    font-size: 30px  !important;
    letter-spacing: 0px !important;
}
h3 {
    font-family: "Exo 2";
    text-transform: uppercase !important;
    font-style: normal !important;
	font-weight: 900  !important;
    font-size: 26px  !important;
    letter-spacing: 6px !important;
    font-stretch: ultra-expanded !important;
}
h4 {
    font-family: "Exo 2";
    text-transform: none !important;
    font-style: normal !important;
	font-weight: bold !important;
    font-size: 18px !important;
    letter-spacing: 0px !important;
}
article.hentry .post-title {
	font-family: "Exo 2";
    font-size: 18px !important;
	font-weight: bold !important;
	letter-spacing: 0px !important;
}
.textwidget p{
	font-family: "Exo 2";
    font-size: 18px !important;
	font-weight: normal !important;
	letter-spacing: 0px !important;
	margin-bottom: 1em !important;
}
#footer-widgets { 
	padding: 0 !important;
}
#footer-copyright{
	font-size: 20px !important;
}
.widget-title{
	font-size: 26px !important;
}
.pp_description{
	font-family: "Exo 2";
	font-size: 12px !important;
}
.currentTextHolder{
	font-family: "Exo 2";
	font-size: 12px !important;
}
@media (min-width: 768px){
.btn-xl {
    font-size: 26px !important;
    padding: 10px 35px !important;
}
}
.vc_gitem-zone-mini h3{
    color: #FFFFFF !important;
	text-transform: lowercase !important;
	font-size: 26px !important;
	letter-spacing: 0px !important;
}
.luv-breadcrumbs .luv-breadcrumbs-title{
    color: #074a56;
    font-weight: 700;
    font-size: 26px !important;
    font-family: "Exo 2" !important;
    text-transform: uppercase !important;
}
.luv-breadcrumbs {
    font-weight: 400;
    font-family: "Exo 2" !important;
    text-transform: uppercase !important;
}
.halfcolor{
    background: linear-gradient(90deg, #F2F2F2 50%, #FFFFFF 50%) !important;
}
#page-bottom-nav {
    background-color: transparent;
}
#page-bottom-nav i{
    color: #074a56;
}
#page-bottom-nav i:hover{
    color: #e44a00;
}
.has-sidebar aside#sidebar {
    font-size: 18px !important;
}
.blog article.hentry .post-featured-img{
    width: 100% !important;
    object-fit: cover !important;
    height: 225px !important;
}
.blog article.hentry .post-featured-img img {
    object-fit: cover !important;
    width: 100% !important;
    height: 225px !important;
}
.archive article.hentry .post-featured-img img {
    object-fit: cover !important;
    width: 100% !important;
    height: 225px !important;
}
.archive article.hentry .post-featured-img img {
    object-fit: cover !important;
    width: 100% !important;
    height: 225px !important;
}
article.hentry.luv_portfolio .post-title {
	font-size: 26px !important;
	letter-spacing: 0px !important;
}
#crumbs{
	margin-top: 6px;
}
article.hentry .post-title {
    text-transform: none !important;
}
.blog .post-content, .archive .post-content{
	min-height: 270px;
}
.dots{
	margin: 3px 20px 20px 0 !important;
}
.dots-center{
	position: absolute;
    margin-top: 3px;
    background: transparent;
}
.maxheight{
	background: rgba(255,255,255,0.8) !important;
	line-height: 1.1em !important;
	padding: 10px;
}
table thead {
    background-color: #074a56 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #333 !important;
    background-color: #fff !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(0%, #fff)) !important;
    background: -webkit-linear-gradient(top, #fff 0%,#fff 0%) !important;
    background: -moz-linear-gradient(top, #fff 0%, #fff 0%) !important;
    background: -ms-linear-gradient(top, #fff 0%, #fff 0%) !important;
    background: -o-linear-gradient(top, #fff 0%, #fff 0%) !important;
    background: linear-gradient(to bottom, #fff 0%, #fff 0%) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
	border: 1px solid #333 !important;
	background-color: #074a56 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #074a56), color-stop(100%, #074a56)) !important;
    background: -webkit-linear-gradient(top, #074a56 0%, #074a56 100%) !important;
    background: -moz-linear-gradient(top, #074a56 0%, #074a56 100%) !important;
    background: -ms-linear-gradient(top, #074a56 0%, #074a56 100%) !important;
    background: -o-linear-gradient(top, #074a56 0%, #074a56 100%) !important;
    background: linear-gradient(to bottom, #074a56 0%, #074a56 100%) !important;
    box-shadow: inset 0 0 3px #111;

}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none !important;
    background-color: #074a56 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #074a56), color-stop(100%, #074a56)) !important;
    background: -webkit-linear-gradient(top, #074a56 0%, #074a56 100%) !important;
    background: -moz-linear-gradient(top, #074a56 0%, #074a56 100%) !important;
    background: -ms-linear-gradient(top, #074a56 0%, #074a56 100%) !important;
    background: -o-linear-gradient(top, #074a56 0%, #074a56 100%) !important;
    background: linear-gradient(to bottom, #074a56 0%, #074a56 100%) !important;
    box-shadow: inset 0 0 3px #111;
}


.sm_custom_header_logo_small{
	display:none;
}
.logo_mdpa{
	position: absolute !important;
	left: 42% !important;
}
.logo_imssu{
	position: absolute !important;
	left: 47% !important;
}
.logo_ipsc{
	position: absolute !important;
	left: 49% !important;
}
 
.races_list_box.subpage .posts-container.item-grid-container article {
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    height: 122px !important;
    background: #F7F7F7 !important;
    vertical-align: middle;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    width: calc( 100% / 3 - 10px);
}
.pagination-container .page-numbers {
	margin: 0px 5px 0px 0px !important;
}

.menu-item-9438 a{
	color:#e44a00 !important;
}
.luv_dynamic-5a79c4bf{
	top:50% !important;
} 

@media(max-width:1478px){
	.sm_custom_header_logo{
		display:none !important;
	}
	.sm_custom_header_logo_small{
		display:inline-block !important;
	}
	.logo_mdpa{
		position: absolute !important;
		left: 22% !important;
	}
	.logo_imssu{
		position: absolute !important;
		left: 27% !important;
	}
	.logo_ipsc{
		position: absolute !important;
		left: 29% !important;
	}
}
@media(max-width:1240px){
	
	header#main-header .social-media-icons{
		font-size: 2.2em;
	}

	.races_list_box.subpage .posts-container.item-grid-container article {
		width: 100% !important;
	}
	.wpb_gallery .wpb_content_element{ 
		padding: 15px; 
	}
	.wpb_image_grid_ul li a {
		padding: 0px !important;
	}
	.wpb_image_grid .wpb_image_grid_ul {
		margin-left: 3%;
	}
	.wpb_video_widget .wpb_wrapper iframe { 
		margin-left: -2% !important; 
	}
	
	
	.sm_custom_header_logo_small{
		display:none !important;
	}
	.logo_mdpa, .logo_imssu, .logo_ipsc{
		position: relative !important;
		left: 0px !important;
	}
	.halfcolor{
		background: #F2F2F2 !important;
	}
	.sm_table_responsive{
		overflow-x:scroll !important;
		
	}
	.sm_table_responsive > div{
		min-width:700px !important;
	}
	.page-id-9586 .sm_table_responsive > div{
		min-width:100% !important;
	}
	.page-id-9586 table h2{
		font-size:24px !important;
	}
	.page-id-9586 td{
		padding: 40px 10px !important;
	}
	.page-id-9586 #tagklubok_filter, .page-id-9586 #tagklubok_filter label{
		display:block !important;
		width:100%;
	}
	
	.sm_table_responsive .dataTables_length{
		text-align:left !important;
		display:inline-block !important;
	}
	.sm_table_responsive .dataTables_filter{
		text-align:right !important;
		display:inline-block !important;
		float: right !important;
	}
	.sm_table_responsive table{
		margin-right: 30px !important;
	}
	.races_list_box.subpage .posts-container.item-grid-container article{
		height:auto !important;
	}
	.luv-carousel .luv-carousel-item img {
		width: 40% !important;
	}
	
	
	.nav-menu,
	.header-logo-default,
	.header-logo-dark,
	.header-logo-light,
	.header-logo-sticky{
		display:none !important;
	}
	.header-logo-mobile{
		display:inline-block !important;
	}
	.main-header-logo img {
		max-height: 100%;
		vertical-align: top;
		width: auto;
		height: auto;
	}
	.main-header-inner {
		position: relative;
		height: 100%;
		padding: 15px 0;
		text-align: center;
	}
	body.admin-bar[data-sticky-header-type="always"] header#main-header,
	html #l-wrapper-inner .luv_dynamic-ad844454{
		height: 65px !important;
	}
	.nav-buttons .nav-icon{
		display:inline-block !important;
		float: left !important;
	}
	.nav-buttons {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		line-height: 1em;
		list-style: none;
		text-align: right;
		pointer-events: none;
	}
	#nav-primary>ul, #nav-primary .nav-right-items>ul{
		line-height:0px;
	}
	.ion-navicon-round:before{
		line-height: 0 !important;
	}
	
}
#footer-copyright .sm_copyright_right{
	text-align:right !important;
}
@media(max-width:700px){
	.ion-navicon-round:before{
		line-height: 1 !important;
	}
	#copyright{
		text-align:center !important;
	}
	#footer-copyright .sm_copyright_right{
		text-align:center !important;
	}
}