/*
Theme Name: Yoome Child
Theme URI: http://demo.theme-sky.com/yoome/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: yoome
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yoome-child
*/
html {
  scroll-behavior: smooth;
}
.box-service .vc_column-inner{
	background: rgba(0,51,98,1);
    border-radius: 5px;
    margin: 15px 0;
    padding: 15px;
	color: #fff;
	min-height: 280px;
	font-size: 14px;
}
.box-service img{
	max-width: 90px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.button-section{
	text-align: center;
}
.ts-button-wrapper{
	padding: 15px;
}
.title_service{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}
.title_service b{
	font-weight: 500;
}
.desc{
	margin-bottom: 10px;
}
.list-menu-footer li {
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
}
.list-menu-footer li a{
	font-size: 14px;
}
.footer-logo .wpb_wrapper{
	display: flex;
    align-items: center;
}
.copyright-text{
	font-size: 10px;
}
.logo-greatcode img{
	max-width: 100px;	
}
.is-sticky .menu-wrapper nav > ul.menu > li > a{
	color: #000;
}
.is-sticky .menu-wrapper nav > ul.menu > li > a:hover{
	color: #000;
}
h2{
	text-transform: uppercase;
    font-weight: 300 !important;
}
header .logo-wrapper {
	height: 50px;
}
.mobile-menu ul li a{
	color: #000 !important;
	margin: 0 auto;
}
@media(min-width: 768px){
	.header-right{
		display: none !important;
	}
}
.list-menu-footer {
	text-align: right;
}