/*
Theme Name: AuditReal
Author: Vit@MIN
Description: This is a WordPress theme
Version: 1.6
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: auditreal
Tags: two-columns, right-sidebar

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.

AuditReal is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

body{
	overflow-x: hidden;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.9em;
	padding: 20px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
select{
	border: 1px solid #ddd;
	padding: 10px;
}
.widget select{
	width: 100%;
}
.widget img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}
table{
	width: 100%;
}
table {
    border-bottom: inherit;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
.widget table{
	 margin: 0px;
}
.widget.widget_calendar{
	padding-bottom: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
caption {
    font-size: 16px;
    margin: 20px 0;
}
.widget caption{
	margin: 0 0 10px;
	text-align: center;
	padding: 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
dl {
    margin: 0 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 20px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 35px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}

.page-links {
	clear: both;
	margin: 20px 0 0;
}
.post_image,
.audo_post,
.post_audio_video
{

	margin-bottom: 20px;
}
iframe, audio, video{
	border: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
}
.content-area{
	margin: 50px 0 40px;
}
.entry-title a,
.entry-title
{
	margin-top: 0;
	margin-bottom:15px;
	color: #333;
	transition:.5s;
}
.entry-title a:hover{
	color: #dd3333;
}
.content-area .btn-portfolio-bg{
	margin-top: 30px;
}
.single_post_link{
	display: inline-block;
}
.single_post_blog{
	border: 1px solid #ddd;
	padding: 20px;	
    background: white;
}
.single_post_blog:hover{
	box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.entry_meta{
	color: #666;
}
.entry_meta i{
	color: #dd3333;
}
.widget-title {
	margin: 0 0 20px;
}
.widget ul,
.widget ol{
	list-style-type: none;
}
.widget{
	border: 1px solid #ddd;
}

.widget li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.widget li li {
	margin-left: 15px;
	line-height: 30px;
}
.widget li:last-child{
	border-bottom: inherit;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.widget .form-group.search-input{
	margin-bottom: 0;
}

.navigation.pagination {
	padding-left: 0;
	margin: 40px 0 15px;
	border-radius: 4px;
	text-align: center;
	display: inherit;
}
.navigation.pagination a,
.navigation.pagination span{	
	padding: 15px 25px 11px;
	transition: .5s;
	color: #fff;	
	margin: 0 5px;
	display: inline-block;
}
.navigation.pagination a{
	background: #dd3333;
	color: #fff;
}
.navigation.pagination span,
.navigation.pagination a:hover{
	background: #222;
	color: #fff;
}
.comments-title,
.comment-reply-title{
	font-size: 18px;
}
.comment-reply-title{
	margin-top: 30px;
}
/* Comment Style */
.comments-area ol, .comments-area ul {
	padding-left: 25px;
}
.comments-area .comment-list{
	padding-left: 0;
}
.comments-area li.comment,
.comments-area li.pingback
{
	border: 1px solid #ddd;
	list-style-type: none;
	padding: 20px;
	margin-bottom: 20px;
}
.comments-area ol .children{
	padding-left: 25px;
}
.comment_avatar{
	float: left;
	margin-right: 22px;
}
.comment_avatar img{
	border-radius: 50%;
}
.creply_link {
	display: inline-block;
	text-align: right;
	float: right;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
}

.comments-title{
	margin-bottom: 25px;
}
.comments-area .form-control{
	border-radius: 0;
}
.input-name.form-control,
.input-email.form-control,
.input-url.form-control{
	height: 45px;
	line-height: 45px;
	margin-bottom: 15px;
}
#comment{
	margin-bottom: 15px;
	height: 150px;
}
.tagcloud a {
	font-size: 13px !important;
	padding: 10px;
	border: 1px solid #ddd;
	display: inline-block;
	transition: .5s;
	margin: 0 5px 15px;
}
.tagcloud a:hover{
	background: #dd3333;
	border-color: #dd3333;
	color: #fff;
}
.nav-links{
	text-align: center;
	width: 100%;
}
.navigation.post-navigation a {
	background: #f1f1f1;
	text-align: center;
	display: inline-block;
	padding: 15px 30px;
	margin-bottom: 20px;
	border-radius: 30px;
	transition: .5s;
}
.navigation.post-navigation a:hover,
.navigation.post-navigation a:focus
{
	background: #dd3333;
	color: #fff;
}
.form-submit #submit{
	border: 1px solid #dd3333;
	background: #dd3333;
	color: #fff;
	padding: 12px 30px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	text-transform: uppercase;	
}
.form-submit #submit:hover,
.form-submit #submit:focus{
	background: #222;
	border-color: #222;
}
article.sticky .single_post_blog{
	border-top: 4px solid #dd3333;
}
.single_post_blog ul,
.single_post_blog ol{
	padding-left: 25px;
}
.single_post_blog img{
 	max-width: 100%; 
}
.post_image{
	display: inline-block;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0!important;
}
.center-block{
	float: inherit;
}

.content-area input[type="text"],
.content-area input[type="password"],
.content-area input[type="email"],
.content-area input[type="reset"],
.content-area input[type="url"]{
	border: 1px solid #ddd;
	padding: 10px;
}
.post-password-form input[type="password"]{
	margin-right: 10px;
}
.content-area input[type="submit"],
.content-area button{
	border: 1px solid #dd3333;
	background: #dd3333;
	color: #fff;
	padding: 10px 15px;
}
.content-area input[type="submit"]:hover,
.content-area input[type="submit"]:focus,
.content-area button:hover,
.content-area button:focus{
	border-color: #222;
	background: #222;
}
.entry-content p{
	margin-bottom: 15px;
}

@media only screen and (max-width:480px) { 
    .comment_single h5.media-heading{
		font-size: 12px;
	}
	.creply_link {
		font-size: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.comments-area ol .children {
		padding-left: 10px;
	}	
	.comments-area .form-submit{
		margin-bottom: 30px;
	}
	.user_admin_menu, .user_admin_menu.navbar-default.menu-shrink{
		padding-top: 55px;
	}	

}

.user_admin_menu.navbar-default{
	padding-top: 54px;
}
@media only screen and (max-width:600px) { 

	.user_admin_menu.navbar-default.menu-shrink{
		padding: 10px 0 10px;
	}	
}
.logged-in-as{
	margin-bottom: 10px;
}

@media only screen and (max-width:767px) { 
	#secondary{margin-top: 40px;}
	.user_admin_menu.navbar-default.menu-shrink{
	
	}	
}

@media only screen and (max-width:991px) { 
	.project_dec{margin-top: 30px;}
	.single_project .single_our_work{
		margin-bottom: 30px;
	}

}

/*WooCommerce Style*/

.woocommerce.woocommerce-page h1.page-title {
	display: inline;
	text-align: left;
	float: left;
	clear: both;
	font-size: 28px;
}
.woocommerce .woocommerce-result-count {
	margin: 0 0 15px;
	display: inline-block;
	float: left;
	text-align: left;
	clear: both;
}
.woocommerce .woocommerce-ordering {
	margin: 0 0 25px;
}
.woocommerce ul.products li.product .button ,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
button#place_order {
	background: #dd3333 none repeat scroll 0 0;
	border: 2px solid #dd3333;
	border-radius: 100px;
	color: #fff;
	font-size: 13px;
	padding: 15px 31px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	margin-top: 15px;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: #222!important;
	border-color: #222!important;
	text-decoration: none;
	background-image: none;
	color: #fff;
}
.woocommerce span.onsale {
	height: 50px;
	width: 50px;
	padding: 0;
	line-height: 50px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {	
	border: inherit;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	line-height: 30px;
	display: inline-block;
	padding: 0px 18px;
	margin-right: 8px;
	margin-bottom: 10px;
	transition: .5s;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 30px;

}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #dd3333;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus{
	background: #fff;
	color: #333;
}
.woocommerce-Reviews #reply-title{
	display: block;
}
.woocommerce-variation-price{
	margin-bottom: 20px;
}
.woocommerce-variation-add-to-cart{
	margin-top: 40px;
}
.summary.entry-summary .single_add_to_cart_button{
	margin-top: 0!important;
	margin-left: 10px;
}
.woocommerce-message a.button,
.checkout_coupon button.button{
	margin-top: 0;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: 83px;
}
.woocommerce .quantity .qty {
	width: 60px;
	height: 43px;
}
.woocommerce a.remove {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 100%;
	display:inline-block;
}
#coupon_code{
	width: auto;
	padding: 15px;
	margin-right: 20px;	
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit[disabled]:disabled, 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button[disabled]:disabled, 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button[disabled]:disabled, 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button[disabled]:disabled {
	color: #fff;
	font-size: 13px;
	padding: 15px 31px;

}
.woocommerce-cart-form__contents button.button{
	margin-top: 0;
}
.woocommerce-billing-fields input{
	padding: 15px 25px!important;
}

#cancel-comment-reply-link{
	margin-left: 15px;
}
#contact-form textarea.form-control {
	height: 126px;
}