/*
Theme Name: VG Kinggym
Theme URI: http://wordpress.vinagecko.net/t/kinggym/
Author: VinaGecko
Author URI: http://www.vinagecko.com/
Description: VG Kinggym - Fitness, Gym and Sport WordPress Theme. VG Kinggym is WooCommerce WordPress Theme with 4 Unique Layouts, 6 Presets Color and suitable for Fitness, Gym or any other sport related websites. VG Kinggym theme is clean, flexible, retina ready and has a fully responsive design. It is loaded with features, and has powerful customization options. Built with HTML5 & CSS3. VG Kinggym theme aimed for fitness, gym and sport or any other fitness related websites. It's very quick to setup and easy to customize, thanks to the intelligent admin panel. None of what we have discussed so far requires you to code endless pages and fiddle with a bunch of incompatible extras, straight out of the box VG Kinggym is coded for full compatibility with the best extensions and plugins at no extra cost to you: Visual Composer ($34 extra value!), Mega Main Menu ($15 extra value!), VG WooCarousel ($17 extra value!), VG PostCarousel Slider ($15 extra value!), Revolution Slider ($19 extra value!), Product Tabs Slider, Ajax Shopping Cart, Product Quick View, Product Compare and much more features. That's a combined savings of over $100 and all of the hard work has already been done, because these Plugins have been developed in conjunction with VG Kinggym - no messing around necessary! VG Kinggym includes access to our dedicate team of support specialists. Full written Documentation for hassle free installation, access to our Community driven forum with helpful members often online all hours to help you out, and an advanced Ticket System for any questions not covered by the above. We aim to provide fast, quality service and have a great track record of answering most tickets with 12-16hrs of date and time stamp for the enquiry.

Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: pink
Text Domain: vg-kinggym

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 Front page
	2.4 Header
	2.5 Header default
	2.6 Menu
	2.7 Mobile Menu
	2.8 Page Builder Style
		2.8.1 Slideshow
		2.8.2 Banner Style
		2.8.3 Tooltip Style
		2.8.4 Tab Product
		2.8.5 Form Newsletter
		2.8.6 Title Style
		2.8.6 Latest Products
		2.8.7 Latest News
		2.8.8 Our Brands
	2.9 WooCommerce onsale style
	2.10 Bottom
	2.11 Footer
	2.12 Added to cart popup
	2.13 Quick view
	2.14 Content
		2.10.1 Page headers
		2.10.2 List products
		2.10.3 Shop toolbar
		2.10.4 Product page
		2.10.5 Cart page
		2.10.6 Full width template
		2.10.7 Default page template
		2.10.8 Page content
		2.10.9 cart page & checkout page
		2.10.10 Checkout page
		2.10.11 Blog page
		2.10.12 Error 404 page
		2.10.13 Sidebars
		2.10.14 Portfolio page
		2.10.15 Single project
	2.15 Page Other
		2.15.1 About Us
		2.15.2 FAQ Page
		2.15.3 Contact page
		2.15.4 Services Page
		2.15.5 Page 404
	2.16 Page Load
	2.17 Newsletter popup
	2.18 Home Shop 2
	2.19 Home Shop 3
	2.20 Home Shop 4
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 {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

.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: 98.5%;
    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. */
}
