@charset 'utf-8';
/*
  Theme Name: Malta Child
  Theme URI: http://malta.ancorathemes.com/
  Description: Malta - Multipurpose and Multiskin Responsive Wordpress theme
  Author: AncoraThemes
  Author URI: http://ancorathemes.com/
  Template: malta
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
  Text Domain: malta
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.top_panel .logo {
	background: #2d4059;
    padding: 15px;
}

.top_panel_fixed .logo {
	background: transparent;
	padding: 0px;
}

.menu_main_nav li.lang-item {
	margin-top: 6px;
}
h1, h2 {
	font-weight: 700 !important;
}
.whiteTitle h2,
.whiteText h4 {
	color: #fff !important;
}
.whiteText {
	color: #fff !important;
	font-size: 1.154em;
    font-weight: 600;
    margin-top: 1.6em;
	margin-bottom: 2em;
}
.languages {
	position: relative; 
	z-index: 99999; 
	list-style: none;
	float: right;	
	margin: 0px;
	top: 12px;
}
.languages li,
.languages-mobile li {
	display: inline !important;
	padding: 0px 5px;
}
.languages-mobile {
	display: none;
}
.mobile_layout .top_panel .menu_mobile_button {
	top: 3.5rem !important;
	right: 4rem !important;
}
.top_panel_navi {
	padding-top: 0px;
}
.top_panel_navi .menu_main_wrap {
	background-color: #2d4059;
}
.scheme_default .top_panel_top {
	padding: 3px 0px;
}
.scheme_default .icon-untitled-2 a {
    color: #ffffff;
    font-size: 13px;
}
.sc_blogger_classic .sc_blogger_item .sc_blogger_post_meta {
	display: none;
}
body.home h4.sc_services_item_title {
	margin-top: 0px;
}

@media (max-width: 479px) {
    .top_panel .logo {
        max-width: 40% !important;
        margin-left: 0px !important;
    }
}




@media (max-width: 768px) {
	.languages-mobile {
		position: absolute; 
		z-index: 99999; 
		list-style: none;
		top: 3rem;
		right: 9rem; 
		display: block; 
	}
}

@media (min-width: 769px) and (max-width: 960px) {
	.languages-mobile,
	.mobile_layout .top_panel .menu_mobile_button {		
		top: 10rem !important;		
	}
	.mobile_layout .top_panel .menu_mobile_button {		
		right: 10vw !important;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
    h2 { 
		line-height: 52px;
	}
}