﻿/*
Theme Name: VG Mirinae
Theme URI: https://wordpress.vinagecko.net/t/mirinae/
Author: VinaGecko
Author URI: https://vinagecko.com/
Description: VG Mirinae is a WordPress Insurance Agency Theme, designed for an individual agent, small insurance agency, small business, a bank insurance group, a broker or other companies with financial related services. VG Mirinae comes with 2 predefined home layout, visual page builder, revolution slider, shortcodes ultimate, mega main menu and many features. This theme is mobile friendly and will automatically adapt to optimize the user experience on mobile devices. Try VG Mirinae demo website and see your site go live within minutes of setup!
VG Mirinae – Overview:
- 2 Predefined Home Layouts
- 100% Responsive WordPress Theme.
- Free Lifetime updates!
- WordPress 4.5+ Ready
- WPML Ready (.pot files included)
- Fully support RTL language!
- SEO Optimised
- Visual Composer – $34 saved
- Mega Main Menu – $15 saved
- VG PostCarousel – $15 saved
- Revolution Slider – $19 saved
- Online Documentation – https://wordpress.vinagecko.com/docs/?theme=cooku
- Supports Chrome, Safari, Firefox, IE
- Child Theme included
- Demo content included! (quickstart package)
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: auto insurance, broker, business & financial, business & service, business template, clean template, corporate websites, home insurance, insurance, insurance agency, insurance theme, bootstrap 3, redux framework.
Text Domain: vg-mirinae

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*------------------------------------------------------------------
[Table of contents]

This theme compiles .less files into .css files. Please open "less" folder to see all LESS file.

1. Theme variables
	1.1 Fonts
	1.2 Colors
	1.3 Defined colors
2. Global CSS
	2.1 Import Fonts
	2.2 HTML Elements
	2.3 Top bar
	2.4 Header default
	2.5 Menu
	2.6 Mobile menu
	2.7 Page Builder Style
		2.7.1 Slideshow
		2.7.2 Banner Style
		2.7.3 Tooltip Style
		2.7.5 Title Style
		2.7.6 Latest News
		2.7.7 Our Brands
	2.8 Bottom
	2.9 Footer
	2.10 Content
		2.10.1 Page headers
		2.10.5 Contact page
		2.10.7 Full width template
		2.10.8 Default page template
		2.10.9 Page content
		2.10.11 Checkout page
		2.10.12 Blog page
		2.10.13 Error 404 page
		2.10.14 Sidebars
		2.10.15 Carousel buttons
		2.10.16 Portfolio page
		2.10.17 Single project
	2.11 Page Other
		2.11.1 About Us
		2.11.2 Page 404
		2.11.3 Page Services
		2.11.4 Home Page 1
		2.11.5 Home Page 2
		2.11.6 Home Page 3
		2.11.7 Home Page 4
	2.12 Page Load
3. Responsive CSS
-------------------------------------------------------------------*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
	max-width: 100%;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-caption-text,
.gallery-caption,
.bypostauthor {
	font-style: italic;
	font-size: 12px;
	color: #757575;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%;
}