/*
Theme Name: Saharan Fashion456
Theme URI: http://demo.roadthemes.com/assyriandemo/
Author: RoadThemes
Author URI: http://roadthemes.com/
Description:  Saharan Fashion456 - child theme of saharan.
Template: saharan
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
Text Domain: roadthemes

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.
*/

.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: none;
    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: 12px;
    line-height: 17px;
    margin: 3px 0 0;
    padding: 0 4px 5px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}

.header-container {
    box-shadow: 0 0 4px 1px #ccc !important;
}

.header-container .header .header-inner {
    padding: 0 !important;
    background-color: #dddddd;
    margin: 0px -30px 0px -30px;
}

.header-container .header .header-inner .logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-container .header .header-inner .support {
    margin-top: 50px;
    padding-left: 30px;
}

.header-container .widget.widget_shopping_cart {
    margin: 35px 30px 0 0;
}

.header-container .header .header-inner .header-search {
    margin-right: 30px;
}

.header-container .top-bar .right {
  display: none;
}

.main-container {
    box-shadow: 0 0 4px 1px #ccc !important;
}

.main-container.contact-wrapper .entry-header {
    background-color: #000;
}

.main-container .blog_header {
   background-color: #000;
}

.footer-bottom {
    box-shadow: 0 0 4px 1px #ccc;
}

.footer .footer-bottom .copyright-info {
    color: #999;
}

.main-container .shop-products .item-col .product-wrapper .list-col8 .gridview .price-box {
    top: 15px;
}

@media screen and (max-width: 991px) {
	.header-container .header .header-inner .support {
   		margin-top: 20px;
        margin-bottom: 5px;
	}

	.header-container .widget.widget_shopping_cart {
    	margin: 10px 0 0 5px;
	}

	.nav-container {
		margin-top: 7px !important;
	}
}