/*
Theme Name:   Oildrop - Child theme
Theme URI:    https://modernwebtemplates.com/
Description:  Extra Small child theme of Oildrop theme
Author:       the Oildrop team
Author URI:   https://themeforest.net/user/mwtemplates
Template:     oildrop
Version:      2.0.2
License:      Commercial
License URI:  http://themeforest.net/licenses/regular_extended
Text Domain:  oildrop
Domain Path:  /languages
Tags:         blog, e-commerce, news, custom-background, custom-colors, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, block-styles, wide-blocks, left-sidebar, right-sidebar, one-column, two-columns, grid-layout, microformats, post-formats, translation-ready
*/

/* Your styles goes here*/
.top-menu li a,strong,.page_slider.intro_slider li .slide-pre-heading,.toplogo .meta-wrap .icon-inline,.toplogo a.toplogo-btn,.copyright .copyright-text{
	font-weight:500;
}
.toplogo .logo img{
	max-height:80px;
}
.meta-wrap .icon-inline strong{
	font-family: 'Roboto';
}
#footer{
	background-color:#121214 !important;
}
#footer a{
	color:#fff;
	font-size:14px;	
}
#footer .widget_nav_menu li+li{
	margin-top:5px;
}
.copyright{
	background-color:#0C0C0C !important;	
}

.page_slider.intro_slider .slides li::before {
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.show-mobile{display:none;}
label,input[type="submit"],input::placeholder,textarea::placeholder,.wpcf7-submit,.wpcf7-list-item-label,.wpcf7-list-item-label a {
  font-weight: 500;
}
#toplogo .icon-inline a:hover,#toplogo .icon-inline a strong {
	color:#fff !important;
}
@media screen and (max-width: 767px) {
	#title h1{
		font-size:30px !important;
	}
  .page_slider.intro_slider{
		display:block;
	}
	.show-mobile{display:block;}
}
