@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
*/

@import url("../malta/style.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');


/* =Theme customization starts here
-------------------------------------------------------------- */
html
{
	/*font-family: 'Poppins', sans-serif !important;*/
}

.sc_services_item .icons
{
	display:none;
}
.sc_services_item a:hover
{
	cursor:default;
}
.sc_button_title
{
	color:#FFF !important;
}
.sc_button
{
	border:3px solid #dd3333 !important;
}
.top_panel_fixed .logo img
{
	max-height:none;
	width:60%;
}
.sc_price_info
{
	min-height: 605px;
	padding-bottom: 20px;
}
.sc_price_details
{
	min-height: 336px;
}
.scheme_default .sc_price_title:after
{
	color:#dd3333;
}
.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_left 
{
    background: linear-gradient(to right,#2d4059 50%,#2d4059 50%) no-repeat scroll right bottom / 210% 100% #2d4059 !important;
	border-radius:20px;
}
img.stackgallery-item
{
	height: auto !important;
}
.on-top
{
	z-index: 9999 !important;
}

@media (max-width: 479px)
{
	.sc_services_default .sc_services_item_content
	{
		display: block !important;
	}
	.top_panel .logo 
	{
		max-width: 70% !important;
	}
}