/*
Theme Name: Lightning Pro
Theme URI: https://lightning.nagoya
Description: Lightning Pro is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:2.0.6
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning-pro

Lightning Pro WordPress theme, Copyright (C) 2015-2019 Vektor,Inc.
Lightning Pro WordPress theme is licensed under the GPL.
*/
.siteHeader.navbar {
	background-color: #2b7df9;
}
ul.gMenu>li>a ,.navbar-brand a {
	 color: #fff;
}
.contact_frame.veu_card_inner {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wpcf7-form p label {
	display: block;
}
.fa-phone:before {
	content: '\f879';
}
.fa-phone-square:before {
	content: '\f87b';
}
.oblong_card .media_post_image img {
	max-width: 100px;
}

@media screen and ( max-width: 782px ) {
	.navbar-brand a {
		font-size:25px;
	}
	.siteHeader h1.siteHeader_logo {
		margin-top: -5px;
	}
	.carousel-inner>.item a>img, .carousel-inner>.item a>picture>img, .carousel-inner>.item img, .carousel-inner>.item picture>img {
		min-height: 200px;
		max-height: 200px;
		object-fit: cover;
	}
	h2 {
		font-size: 18px;
	}
	 h3.slide-text-title {
		font-size: 18px!important;
	}
	h3 {
		font-size: 16px!important;
	}
	p, ul li, ol li, * {
		font-size: 14px;
	}
	.prBlock .prBlock_icon_outer {
		width: 50px;
		height: 50px;
	}
	.fa-check:before, .fa-cogs:before, .fa-file-alt:before {
		font-size: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wp-block-table td {
		min-width: 90px;
	}
	.widget_media_image {
		text-align: center;
	}
	.fa-phone-square:before {
		font-size: 25px;
	}
	
}