/*
Theme Name: Labelle
Description: WooCommerce and Blog WordPress Theme
Author: RenkliBeyaz
Author URI: http://renklibeyaz.com/forum
Version: 1.2.0
License:
License URI:
Text Domain: labelle
Theme URI: http://mythemes.renklibeyaz.com/labelle

You can add your custom styles to this css file. This Theme uses renklibeyaz-dynamic-css.php file for dynamic styles.

[Table of contents]
*General
	+ Body Container / #body-container
		+ Responsive Paddings / .renklibeyaz-row-padding
		+ Header / .top-navigation
			+ Normal Menu / .headerMenu1
				- Logo / .logo
				- Fixed Menu / .menu-interaction-fixed
				+ Sticky Menu / .sticky-no-sticky
					- Sticky Logo / .logo-sticky
				- No Interaction Menu / .renklibeyaz-menu
				+ Mobile Menu / .renklibeyaz-menu-mobile
					- Mobile Logo / .logo-mobile					 
			+ Top Header / .top-navigation-topheader
			+ Sub Header / .top-navigation-subheader		
	+ Page Grid / .renklibeyaz-pg-gutter-35
		- RenkliBeyaz Page Grid Filter / .renklibeyaz-pg-filter
		- RenkliBeyaz Page Grid Item / .renklibeyaz-pg-item-wrapper
		- RenkliBeyaz Posts Pagination / .renklibeyaz-pagination-prev
		- Grid Default Item / .renklibeyaz-pg-heart	
		- RenkliBeyaz Page Title / .renklibeyaz-pagetitle-wrapper
		- Page Loading Animation / #renklibeyaz-pageloading
		- Top Button / #renklibeyaz-topbutton
		- 404 Page / .container404
		+ Elements
			- RenkliBeyaz Drop Caps / .renklibeyaz-dropcap
			- RenkliBeyaz Social Icons / .social-icons
			- RenkliBeyaz Icon / .renklibeyaz-icon-bg
			- RenkliBeyaz Highlight / .renklibeyaz-highlight
			- RenkliBeyaz WP Default Gallery / .renklibeyaz-wp-gallery
			- RenkliBeyaz Table Style / .renklibeyaz-table-style2
			- RenkliBeyaz Header Separator / .renklibeyaz-header-separator
			- RenkliBeyaz Button / .renklibeyaz-button-1
			- RenkliBeyaz Service / .renklibeyaz-service-template
			- RenkliBeyaz Team Member / .renklibeyaz-team
			- RenkliBeyaz Counter Up / .renklibeyaz-counter-up-template1
			- RenkliBeyaz Circle Counter / .renklibeyaz-circlecounter
			- RenkliBeyaz Countdown / .digitOne
			- VC Tour / .wpb_tour
			- VC Tabs / .wpb_tabs
			- VC Accordion / .wpb_accordion
			- FlexSlider / .renklibeyaz-flexslider
			- Flex Slider Carousel / .renklibeyaz-flexslider-carousel
			- RenkliBeyaz Promo Block / .renklibeyaz-promo
			- RenkliBeyaz Video / .renklibeyaz-selfhostedvideo
			- RenkliBeyaz List Icon / .renklibeyaz-listicon
			- RenkliBeyaz List / .renklibeyaz-list-circle
			- RenkliBeyaz Message Box / .renklibeyaz-messagebox
			- RenkliBeyaz Post Carousel / .renklibeyaz-postcarousel
			- RenkliBeyaz Content Slider / .renklibeyaz-contentslider
			- RenkliBeyaz Testimonials / .renklibeyaz-testimonial-owner-title
			- RenkliBeyaz Clients / vc_renklibeyaz_client
			- RenkliBeyaz Wrapper / .renklibeyaz-wrapper-shadow
			- RenkliBeyaz Image + Text / .renklibeyaz-image-text-image
	+ Blog Style / .sticky
		- RenkliBeyaz Blog Title / .renklibeyaz-blogtitle-wrapper
		- RenkliBeyaz Single / .renklibeyaz-single-post
		- Blog Inner / .renklibeyaz-blog-inner
		- Post Comments / #comments
		- Comment Form / #respond
		+ Blog Content / article.container
			- Sidebar /  .sidebar-nav
			- Blog Item / article.frame-blog	
	+ Plugins
		- Contact Form 7 / .wpcf7
		- Magnific Inline / .renklibeyaz-mfp-html5video-popup
		- Magnific Popup Zoom effect / .mfp-with-zoom
		- WPML Language Switch / .renklibeyaz-lang-switch
		+ Woocommerce / renklibeyaz-dynamic-woo-css.php
			+ Shop Page / .woocommerce 
				- RenkliBeyaz Shop Title / .renklibeyaz-wooshoptitle-wrapper
				- RenkliBeyaz Product Page Title / .renklibeyaz-wooproducttitle-wrapper
				- RenkliBeyaz Category Title / .renklibeyaz-woocategorytitle-wrapper
				- Products Widgets in Page / ul.product_list_widget
				- Order by Button / .renklibeyaz_woo_order_wrapper
				- Breadcrumb / .woocommerce-breadcrumb
				- Pagination / .woocommerce-pagination
			+ Product Page / .woocommerce #content
				- Tabs / .woocommerce-tabs
				- Thumbnail / .woocommerce div.product div.thumbnails
				- Share  / .renklibeyaz-product-share
				- Reviews / #reviews
				- Comments / #comments
				- Product Page Related Images / .upsells
			- Chart Page / .woocommerce-cart
			- Billing Details / .woocommerce-checkout
			+ Additional / .woo-header
				- Cart in Button / .renklibeyaz-cart-wrapper
			- Accout Page / .woocommerce-MyAccount-content
			- VC Shortcodes / .woocommerce.columns-1 ul.products li.product
			- Responsive / @media only screen and (max-width: 992px)	
	+ Widget
		- RenkliBeyaz Lastest Widget / .renklibeyaz-lastest
		- Widget Sidebar  / .wpb_widgetised_column 
		- WP Widgets / .wpb_widgetised_column
		- WP Review Widget / .wp_review_tab_widget_content
		- WooCommerce Widgets / .woo-sidebar-nav

[Color codes]

Background:		#ffffff
Text Color:		$renklibeyaz_colorContentText
First Color:		$renklibeyaz_colorFirst
First Color Inverse:	$renklibeyaz_colorFirstInverse

[Typography]

Body copy:		13px, Raleway, sans-serif
Menu:			13px, Raleway, sans-serif

*/

/* 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;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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;
    max-width: 100%; /* 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: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption{
	font-size:14px;
	line-height:20px;
	text-align:center;
	padding:0 20px;
}

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
	max-width:100%;
}

img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
    height: auto;
    max-width: 100%;
}

.sticky{ }

.bypostauthor{ }

/* 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. */
}