/*!
Theme Name: Aaina
Theme URI: http://themesvila.com/themes-wp/aaina
Author: theme_ocean
Author URI: https://www.templatemonster.com/vendors/theme_ocean
Description: One Page Parallax WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aaina
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Aaina is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}


/*Banner Design*/

.banner_bg_color{
	background: #333;
}
.banner_image{
	position: relative;
	z-index: 1;
}

.banner_overlay:before{
	position:absolute;
	background: #000;
	width:100%;
	height:100%;
	top:0;
	content: '';
	z-index: -1;
	opacity: .6;
}
.banner_desc{
	
}

.banner_desc  a:focus {
	color: #ff6c29;
}

.bannar_padding{
	padding: 180px 0 100px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.bannar_padding h2{
	text-transform:uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	letter-spacing: 3px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;	
	color: #fff;
}
.bannar_padding p{
	color: #fff;
}
.bannar_padding a{
	color: #fff;
}

/* Start uniti test data style*/

.entry-content .btn-light-bg{
	margin-top: 10px;
}
.entry-content h1 {
	font-size: 42px;
	margin: 24px 0;
}
.entry-content h2 {
	font-size: 30px;
	margin: 25px 0;
}
.entry-content h3 {
	font-size: 22px;
	margin: 22px 0;
}
.entry-content h4 {
	font-size: 20px;
	margin: 23px 0;
}

.entry-content h5 {
	font-size: 18px;
	margin: 30px 0;
}
.entry-content h6 {
	font-size: 16px;
	margin: 33px 0;
}
.entry-content b, strong {

}
.entry-content blockquote, q {
	-moz-hyphens: none;
	hyphens: none;
	quotes: none;
	
}

 blockquote {
	font-size: 16px;
	font-weight: 400;
	background: #ff6c29;
	border: inherit;
	color: #fff;
	text-align: center;
	padding: 47px 35px 35px;
	position: relative;
}
blockquote:after{
	position: absolute;
	content: "\f10d";
	top: 15px;
	left: 15px;
	font-family: fontawesome;
	font-size: 30px;
}
.entry-content p{
	margin-bottom: 20px;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6  {
	margin-top: 15px;
	line-height:normal;
}
.entry-content {
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
dl {
  margin: 0 20px;
}
dd {
	margin-bottom: 12px;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
caption, th, td {
    font-weight: normal;
    text-align: center;
}
caption {
	font-size: 16px;
	margin: 0;
	padding-top: 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
tr{
	 padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
select{
	border: 1px solid #ddd;
  padding: 10px;
}
.content-area{

}
.content-area .home_single_blog{
	margin-bottom: 45px;
}
.content-area img{
	max-width: 100%;
	height: auto;
}
body.blog .content-area,
body.search .content-area,
body.archive .content-area{
	padding-bottom: 0;
}
.content-area .single_pm ,  
.content-area .single_pm a{

}
.single_pm .pull-left{
	margin-top: 5px;
}
.cat_list a {
	border: 1px solid #ff6c29;
	color: #fff!important;
	padding: 5px 16px;
	margin-top: 1px;
	display: inline-block;
	border-radius: 30px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 5px;
	background: #ff6c29;
}
.entry-content  ol, 
.entry-content  ul,
.single_comment  ol, 
.single_comment  ul
{
	margin: 0;
	padding: 0 0 0 20px;
}
.entry-content ul {
	list-style-type: inherit;
}
.entry-content iframe {
	width:100%;
}


.entry-content li > ul, li > ol {
	margin: 0;
}
.entry-content address {
	font-style: italic;
}

.entry-content img {
	max-width:100%;
	height: auto;
	margin-bottom: 15px;
}
.entry-content table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}



.content-area input[type="text"],
.content-area input[type="email"],
.content-area input[type="url"],
.content-area input[type="password"],
.content-area input[type="search"],
.content-area input[type="number"],
.content-area input[type="tel"],
.content-area input[type="range"],
.content-area input[type="date"],
.content-area input[type="month"],
.content-area input[type="week"],
.content-area input[type="time"],
.content-area input[type="datetime"],
.content-area input[type="datetime-local"],
.content-area input[type="color"],
.content-area textarea {
	border: 1px solid #ddd;
	padding: 6px 10px;
	box-shadow: inherit;
	transition: .5s;

}
.content-area textarea{
	height: 120px;
	padding: 10px 10px;
}
.content-area input[type="text"],
.content-area input[type="email"],
.content-area input[type="url"],
.content-area input[type="password"],
.content-area input[type="search"],
.content-area input[type="number"],
.content-area input[type="tel"],
.content-area input[type="range"],
.content-area input[type="date"],
.content-area input[type="month"],
.content-area input[type="week"],
.content-area input[type="time"],
.content-area input[type="datetime"],
.content-area input[type="datetime-local"],
.content-area input[type="color"]{
	height: 50px;
	line-height: 50px;
}
.content-area input[type="text"]:focus,
.content-area input[type="email"]:focus,
.content-area input[type="url"]:focus,
.content-area input[type="password"]:focus,
.content-area input[type="search"]:focus,
.content-area input[type="number"]:focus,
.content-area input[type="tel"]:focus,
.content-area input[type="range"]:focus,
.content-area input[type="date"]:focus,
.content-area input[type="month"]:focus,
.content-area input[type="week"]:focus,
.content-area input[type="time"]:focus,
.content-area input[type="datetime"]:focus,
.content-area input[type="datetime-local"]:focus,
.content-area input[type="color"]:focus,
.content-area textarea:focus{
	border-color: #ff6c29;
	box-shadow: inherit;
}
.form-submit #submit,
.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"]{
	border: 1px solid #ff6c29;
	background: #ff6c29;
	border-color: #ff6c29;
	padding: 10px 27px;
	cursor: pointer;
	transition: .5s;
	border-radius: 2px;
  color: #fff;
}
.form-submit #submit:hover,
.form-submit #submit:focus,
.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover{
	background: #333;
	border-color: #333;
	color: #fff;
}
.post-password-form input[type="submit"]{
	margin-left: 10px;
}
#searchform .form-control{
	height: 48px;
	line-height: 48px;
	padding: 7px 20px;
	border-radius: 4px;
	border: 1px solid #f5f8fa;
	box-shadow: inherit;
	color: #888;
	background: #f5f8fa;
}
#searchform .form-control:hover{
	
}
#searchform .form-control:focus{
	border-color: #ff6c29;
}
#searchform .search_btn{
	background: #ff6c29;
	color: #fff;
	border-color: #ff6c29;
	cursor: pointer;
	transition: .5s;
	padding: 13px 20px;
	border-radius: 0px 4px 4px 0;
}
#searchform .search_btn:hover,
#searchform .search_btn:focus{
	background: #222;
	border-color: #222;
}
/*--------------------------------------------------------------
# Search 
--------------------------------------------------------------*/
.error-404.not-found{
	margin-bottom: 35px;
}
.search-field:focus {
	box-shadow: none;
	border-color: #fff;
}
.no-results,
.not-found,
.page-content p{
	margin:0 0 35px;
	text-align:left;
	font-size:16px;
	text-shadow: none;
}
.no-results.not-found{
	text-align: left;
}
.no-results, .not-found, .page-title {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.no-results, .not-found, .page-header{
	border-bottom:none;
	margin-top: 0;
	margin-bottom: 10px;
}
.entry-footer {
    margin-top: 15px;
}
.no-results .page-title {
	display: inline-block;
	font-size: 30px;
	letter-spacing: 2px;
}
.page_404_error .page-header,
.page_404_error .page-content p{
	text-align: center;
}
.page_404_error{
	margin: 30px 0; 
}
.page_404_error p{
	margin-bottom: 40px;
}
.search-field {
	width: 300px;
	line-height: 50px;
	border: transparent;
	background: #ddd;
	padding: 0 10px;
	text-transform: capitalize;
	color: #333;
}

.search-submit {
	width: 66px;
	padding: 11px 0px;
	background: #ff6c29;
	color: #fff;
	margin-left: -4px;
	background-image: url(../emeli/assets/img/);
	border: 1px solid #ff6c29;
}
/*--------------------------------------------------------------
# Blog Content 
--------------------------------------------------------------*/
.content-area {
    padding: 60px 0;
    font-weight: 400;
}
.single_blog_post{
	margin-bottom: 30px;
}
.post_img{
	text-align:center;
	margin-bottom: 20px;
}
.post_img img{
	display: inline-block
}
.entry-title{
	font-size:22px;
	margin-top:0;
	margin-bottom: 14px;
	padding:0
}
.content-area .home_blog_text h4{
	font-size:22px;
}
.entry_meta{
	margin-bottom:15px;
}
.entry_meta a{
	color: #777;
}
.entry-title a{
	color:#333;
}
.post_btn{
	margin-top: 28px;
	margin-bottom: 25px;
	display: inline-block;
}
.post_btn a{
	color: #fff;
	background: #ff6c29;
	padding: 12px 30px;
	border-radius:30px;
	display: inline-block;
	transition:.5s;
}
.post_btn a:hover{
	background:#333;
}
.page_details{
	padding: 30px;
	border-radius: 5px;
}
/*--------------------------------------------------------------
# Single page Content 
--------------------------------------------------------------*/

.content-area .home_single_blog .post_meta{
	margin-bottom: 10px;
}
body.single-post .content-area .home_single_blog .post_meta{
	margin-bottom: 15px;
}
.post_meta span{
	margin-right: 8px;
}
.post_meta span i{
	padding-right: 5px;
}
.post_meta,
.post_meta a{
	font-size: 14px;
}
.post_meta a{
	color: #777;
	transition: .5s;
}
.post_meta a:hover{
	color: #ff6c29;
}
.content-area .home_single_blog:hover{

}
article.sticky{
	border-top: 5px solid #ff6c29;
}
span.sticky_meta ,
span.sticky_meta i{
	color: #ff6c29;
}
.single_entry_title p{
	margin-bottom:20px;
	text-align:justify;
}
.single_entry_meta{
	color:#333;
	font-size:16px;
	font-family:'Poppins';
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:15px 0;
	margin:18px 0;
	width:100%;
}
.single_entry_meta a{
	color:#333;
}
.single_meta {
	float: left;
	width: 500px;
	text-align:justify;
}
.social_links{
	text-align:right;
}
.social_links span{
	font-size:20px;
	color:#333;
	text-transform:capitalize;
	font-weight:bold;
}
.social_links i{
	margin-left:15px;
	color:#ff6c29;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
.navigation.post-navigation{
	overflow: hidden;
}
.nav-links {
	text-align: left;
	
}
.posts-navigation{
	width: 100%;
}

.posts-navigation .post-details-nav a,
.nav-links .nav-next a,
.nav-links .nav-previous a{
	padding: 10px 30px;
    background: #fff;
	border: 1px solid #ddd;
    transition: .5s;
	color:#777;
	border-radius:30px;
	text-transform: capitalize;
}
.nav-links .nav-next a:hover,
.nav-links .nav-next a:focus,
.nav-links .nav-previous a:hover,
.nav-links .nav-previous a:focus,
.posts-navigation .post-details-nav a:hover,
.posts-navigation .post-details-nav a:focus
{
	transition: .5s;
    background: #ff6c29;
    border-color: #ff6c29;
	color:#fff;
}
.nav-links .nav-previous {
	float: left;
}
.nav-links .nav-next{
	float: right;
}
.nav-links a, .nav-links .nav-previous, .nav-links .nav-next {
    display: inline-block;
    text-align: center;
	
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
div.pagination{
	margin: 0px 0 45px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 10px;
	
}
.nav-links {
	width: 100%;
	text-align: center;
}
.navigation.pagination{
	width: 100%;
}
.navigation.pagination .fa-angle-double-left{
	padding-right: 5px;
}
.navigation.pagination .fa-angle-double-right{
	padding-left: 5px;
}
div.pagination a,
div.pagination span{

	margin: 0 6px;
	transition:.5s;
	display: inline-block;
	text-align: center;
	padding: 10px 10px;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
}
.pagination a{
	background: #fff;
	color: #777;
}
.pagination span{
	background: #ff6c29;
	color: #fff;
}
.pagination a:hover,
.pagination a:focus{
	color: #ff6c29;

}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget,
.home_single_blog,
.comments-area,
#calendar_wrap,
table{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widget table{
	max-width: 100%;
}
.widget-area{

}
#reply-title{
	margin-bottom: 20px;
}

.widget-title,
.comments-title, 
.comment-reply-title
{
	font-size: 20px;
	margin-bottom: 25px;
	text-transform: capitalize;	
	position: relative;
	padding-left: 23px;
	font-weight: 600;
}
.widget-title:before, 
.comments-title:before, 
.comment-reply-title:before 
{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	left: 0;
	background: #ff6c29;
	z-index: 1;
	border-radius: 50%;
	
}
.widget-title a,
.widget-title a:hover,
.widget-title a:focus{
	color: #333;
}
.widget-title:before {
	top: 6px;
}
.comments-title:before, 
.comment-reply-title:before {
	top: 8px;
}

.widget-title{
	margin-top:0px;
	margin-bottom:25px;
}
.widget.widget_tag_cloud .widget-title{
	margin-bottom:18px;
}
#reply-title,
.comments-title{
	margin-bottom:20px;
}

.widget ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget li {
	padding-bottom: 10px;
	position: relative;
	padding-left: 0;
	transition: .5s;
	line-height: 28px;
}
.widget li li{
	padding-left: 8px;
	padding:8px 0;
}
.widget li li:last-child{
	border-bottom: inherit;
}
.widget li ,
.widget li a{
	color: #777;
}
.widget .widget_categories li:before{
	position: absolute;
	left: 0;
	top: 2px;
	content: "\e628";
	font-family: 'themify';
	color: #ff6c29;
	transition: .5s;
	font-size: 13px;
}
.widget .widget_categories li li:before{
	content: "";
	
}

.widget_categories li li{
	padding-left: 15px;	
}

.widget_categories li{
	padding-left: 22px;
}

.widget.widget_rss li{
	padding-left: 0;
}
.widget.widget_rss li:before{
	content: '';
}
.widget li:last-child{
	padding-bottom: 0px;
}
.widget li li{
	padding-left: 15px;
}
.widget a{
	transition: .5s;
}
.widget a:hover{
	color: #ff6c29;
}
ul#instafeed{
	margin: 0 -5px;
}
#instafeed li{
	width: 29.33%;
	float:left;
	margin: 0 5px 0;
}

/*--------------------------------------------------------------
# Coments
--------------------------------------------------------------*/

/* Comment Style */
.comments-area{
	margin-top: 15px;
}
.comments-area li.comment, 
.comments-area li.pingback {
	list-style-type: none;
	padding: 15px 15px 15px;
}
.single_comment{
}
.single_comment h5.media-heading{
	margin-bottom: 8px;
	text-transform: capitalize;
}
.single_comment h5.media-heading a{
	color: #333;
	transition: .5s;
}
.single_comment h5.media-heading a:hover,
.single_comment h5.media-heading a:focus{
	color: #ff6c29;
}
.com_time{
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: 500;
	letter-spacing:2px;
}
.single_comment h5.media-heading span{
	color: #888;
}
.media{
	margin-bottom:16px;
}
.comment_single p{
	margin-bottom: 10px;
	text-align:justify;
}
.comment_avatar {
	float: left;
	margin-right: 22px;
}
.comment_avatar img{
	border-radius: 50%;
}
.comments-area ol .children {
	padding-left: 40px;
}
.comments-area .comment-list {
	padding-left: 0;
}
.media-body,
 .media-left, .media-right {
	display: block!important;
	vertical-align: top;
}
div.media{
	display: block;
}
.media-body{
	width: 100%!important;
}
.creply_link {
	display:inline-block;
	text-align: right;
	text-transform: none;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
	width: 100%;
}
.comment-reply-link{
	float: right;
}
.post_audio_video{
	margin-bottom: 0px;
}
.comment-form-cookies-consent label{
	padding-left: 8px;
}
.comment-form-cookies-consent{
	margin-bottom: 20px;
}
iframe,
embed,
video,
audio{
	border: none;
}
.content-area input[type="submit"]:hover, 
.content-area input[type="submit"]:focus, 
.content-area button:hover, 
.content-area button:focus {
    border-color: #333;
    background: #333;
    color: #fff;
	border:1px solid #333;
}
.content-area  .submit{
	background:#ff6c29;
	color:#fff;
	border:1px solid #ff6c29;
	padding:7px 14px;
}
#commentform .form-control{
	margin-bottom: 15px;
	border-radius: 2px;
	padding: 10px 20px;
	background-color: #f9f9f9;
	border-color: #f9f9f9;	
}
#reply-title, .comments-title{
	margin-bottom: 30px;
}
#commentform .form-control::placeholder{
	font-weight: 400;
}
#commentform textarea.form-control{
	padding-top: 15px;
	height: 150px;
}
#commentform .comment-form-cookies-consent{
	display: none;
}
#commentform .form-control:focus{
	border-color: #01c7e9;
}
#commentform #submit{
	margin-bottom: 20px;
	border-radius: 30px;
}
.single_comment{
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	padding: 30px;
}
.posts-navigation{
	margin-bottom: 35px;
	display: inline-block;
}
.social_share_button{
	margin-top: 15px;
}
.social_share_button span{
	font-weight: 400;
}
.social_share_button a{
	color: #666;
	transition: .5s;
}
.social_share_button a:hover,
.social_share_button a:focus{
	color: #ff6c29;
}
.content-area article.sticky .home_single_blog{
	padding: 0 30px 30px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.content-area article .home_single_blog{
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.content-area article {
	
}
.content-area article .home_single_blog .home_blog_text{
	padding: 0 30px 30px;
}
article .entry-title {
	margin-bottom: 15px;
}
.content-area article.sticky .home_single_blog .home_blog_text{
	padding: 0;
}
.home_single_blog{
	background-color: #fff;
}
.entry-content .post_img img,
.entry-content .post_img{
	margin-bottom: 0;
}
.entry-content .home_blog_text,
.single_blog .home_blog_text
{
	margin-top: 30px;
}
.widget.widget_tag_cloud a{
	font-size: 15px!important;
	color: #666;
	font-weight: 600;
	transition: .5s;
}
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus{
	color: #ff6c29;
}
.widget select{
	width: 100%;
	font-size: 15px;
}
.widget{
	margin-bottom: 35px;
}
.widget li{
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #ddd;
}
.widget li:last-child{
	border-bottom: inherit;
}
.single_comment{
	margin-bottom: 10px;
	border-radius: 4px;
}
.single_comment h5.media-heading{
	font-size: 17px;
}
.navigation.comment-navigation {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.page_content{
	padding: 30px;
}
body.page .edit-link {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

.latest_post_widget li{
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 0px;
}
.latest_post_widget li{
	border-bottom: inherit;
}
.latest_post_widget li:before {
	content: '';
}
.latest_post_widget li:hover{
	padding-left: 0;
}
.latest_post_widget li:last-child{
	border-bottom: none;
}
.latest_post_image{
	width: 100px;
	margin-right: 20px;
}
.latest_post_txt{
	margin-top: 0px;
}
.latest_post_txt h5{
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	
}
.latest_post_txt p{
	margin-bottom: 8px;
}
.latest_post_txt h5 a{
	color: #333;
	font-size: 15px;
	font-weight: 600;
}
.latest_post_widget img{
	display: block;
	border-radius: 50%;
}
.logged-in-as{
	margin-bottom: 15px;
}
.center-block{
	margin: auto;
	float: none;
}
.error-404 .page-title{
	margin-bottom: 20px;
}
.page_404_error p{
	margin-bottom: 55px;
}
/* Woocommerce Css*/

.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: #01c7e9 none repeat scroll 0 0;
	border: 2px solid #01c7e9;
	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: #01c7e9;
	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: 8px 15px!important;
}
#customer_details{
	margin-bottom: 20px;
}

.woocommerce-pagination{
	margin-bottom: 40px;
}
.woocommerce-product-details__short-description{
	margin-bottom: 20px;
	margin-top: 10px;
}
.cart_totals.calculated_shipping h2{
	font-size: 25px;
}
.woocommerce.woocommerce-page h1.page-title{
	display: none;
}
.woocommerce-result-count,
.woocommerce-ordering{
	margin-top: 40px!important;
}
.woocommerce-Tabs-panel h2,
.related.products h2{
	font-size: 18px;
	margin-bottom: 20px;
}
.woocommerce-Tabs-panel p{
	padding-bottom: 20px;
}
.product_title.entry-title{
	font-size: 20px;
	margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #f1f1f1;
	background-color: #f1f1f1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border: 1px solid #f1f1f1!important;

}

.dark .contact-form-area-wrapper .form-control {
	border-bottom: 1px solid #717896;
	color: #c0c4d6;
}
.dark .contact-form-area .form-control:focus {
	border-color: #ffcc74;
	box-shadow: none;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price  {
	color: #202020;

}
.woocommerce-notices-wrapper{
	margin-top: 42px;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0px!important;
}
