/* Fitnastic Health and Welness HTML5 Template */
.page-title{
	background-image:url(../images/background/page-title-4.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left top;
	width:100%;
}
.team-member .inner-box .image img{
	height:auto;
}
.pagination>li>span{
	position: relative;
    display: block;
    line-height: 24px;
    padding: 7px 5px;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 40px;
    border: 1px solid #f05c60;
    background: #ffffff;
    color: #f05c60;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.container{
	position: static !important;
    width: 1200px !important;
    padding: 0px !important;
    margin: 0 auto !important;
}
#wpcf7-f233-p224-o1 .wpcf7-submit{
	display: block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 24px;
    padding: 10px 26px;
    background: #f05c60;
    font-weight: 600;
    color: #ffffff;
}
#wpcf7-f233-p224-o1 .wpcf7-submit:hover{
    background: #333333;
}
.blog-post .post-info .post-categories{
	display:inline-block;
}
.f-coment-list .children{
	margin-left:100px;
}/*
.medium-column .default-portfolio-item:nth-child(2){
	width:50%;
}
.medium-column .default-portfolio-item:nth-child(3){
	width:50%;
}*/

.gallery-section .medium-column,
.gallery-section .bigger-column,
.fullwidth-gallery .default-portfolio-item{
	width:50%;
}
.default-portfolio-item .image-box img{
	height:auto;
}
/*************************Custom Widget***********************/
.widget .widget-title {
    background: #f05c60 none repeat scroll 0 0;
    padding: 8px 0;
    position: relative;
}
.widget .widget-title h2 {
    border-left: 5px solid #ffffff;
    color: #ffffff;
    font-family: "Georgia",serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 6px 15px;
    text-transform: uppercase;
}
.widget ul {
    padding-top: 10px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	
}
.widget ul li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
	color: #777777;
	font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
	text-transform: capitalize;
}
.widget ul li a::before {
    border: 1px solid #f05c60;
    content: "";
    height: 16px;
    left: 20px;
    position: absolute;
    top: 14px;
    width: 16px;
}
.widget ul li a::after {
    background: #f05c60 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 24px;
    opacity: 0;
    position: absolute;
    top: 18px;
    width: 8px;
}
.widget ul li a {
    color: #777777;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 20px 10px 48px;
    position: relative;
    text-transform: capitalize;
	width:87%;
	display:inline-block;
}
.widget ul li a:hover::after {
    opacity: 1;
}
.widget ul li a:hover {
    color: #f05c60;
}
/*****************Shop Woocommerce********************/
.woocommerce .products .star-rating{
	display:inline-block;
	margin:auto;
}
.woocommerce span.onsale{
	background: #f05c60 none repeat scroll 0 0;
	border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 1px;
    padding: 12px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    width: 50px;
	left:auto;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-size:inherit !important;
	color:inherit;
} 
.woocommerce div.product div.images, .woocommerce div.product div.summary{
	margin-bottom:0px;
}
.woocommerce .price del .amount{
	color: #444444;
    font-size: 14px;
    padding-right: 10px;
    position: relative;
}
.woocommerce .quantity .qty{
	border:1px solid #cccccc;
	margin-bottom:0px;
	padding:6px 0px;
	line-height: 1.42857;
}
.woocommerce div.product form.cart div.quantity{
	float:none;
	margin-bottom:27px;
}
.woocommerce .summary .other-options form.cart{
	display:inline-block;
}
/*********Woocommerce Tab*********/
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-bottom:none;
}
.woocommerce #reviews #comments ol.commentlist{
	padding:0px;
	margin-top:50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding:0px !important;
	margin:0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #f05c60 none repeat scroll 0 0;
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs .panel{
	padding:30px;
	background:#fbfbfb;
	box-shadow:none;
	border:none;
	border-radius:0px;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
	color: #1a1a1a;
    font-family: "Lato",serif;
	font-weight:500;
    font-size: 18px;
    text-transform: capitalize;
	margin-bottom:15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background:none;
    border:none;
    border-radius:0;
    margin: 0;
    padding: 0;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border: 2px solid #f05c60;
    color: #f05c60;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 7px;
    padding: 7px 30px;
    position: relative;
    text-transform: uppercase;
}
.woocommerce textarea{
	border:1px solid #ebebeb;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background: #f05c60 none repeat scroll 0 0;
    border: 2px solid #f05c60;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 36px;
    position: relative;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #f05c60;
}
.woocommerce .star-rating{
	color: #f05c60;
    font-size: 13px;
    margin-bottom: 5px;
	float:none;
}
.woocommerce p.stars a.star-1{
	width:1em;
}
.woocommerce p.stars a.star-2{
	width:2em;
}
.woocommerce p.stars a.star-3{
	width:3em;
}
.woocommerce p.stars a.star-4{
	width:4em;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5{
	border:none;
}
.woocommerce p.stars a{
	color:#5a5a5a;
	font-weight:400;
}
.woocommerce .woocommerce-message::before{
	color:#f05c60;
}
.woocommerce .woocommerce-message{
	border-top-color: #f05c60;
}
/*********Cart Page*********/
.woocommerce .shop_table thead{
	background:#f7f7f7;
}
.woocommerce table.shop_table th{
	color: #222222;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
	padding-left: 28px;
}
.woocommerce .shop_table tbody tr.cart_item td{
	padding:27px 7px 28px 35px;
	border-bottom: 1px solid #f3f3f3;
	color: #aaaaaa;
    font-size: 16px;
    font-weight: 700;
}
.woocommerce .shop_table tbody td.product-subtotal{
	color:#6aaf08;
}
.woocommerce-cart table.cart img{
	width:auto;
}
.woocommerce .shop_table tbody tr td.actions{
	padding:20px !important;
}
.woocommerce .shop_table tbody tr td.actions .coupon{
	display:inline-block;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	border: 2px solid #f3f3f3;
    border-radius: 3px;
    font-family: "Lora",serif;
    font-weight: 700;
    height: 45px;
    margin-right: 19px;
    padding-left: 15px;
    width: 225px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	border-radius: 3px;
    color: #fff;
    font-weight: 900;
	height:45px;
	line-height:42px;
    text-align: center;
    text-transform: uppercase;
	display:inline-block;
    padding:0 20px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	color: #f05c60 !important;
}
.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{
	opacity:1;
	color:#ffffff;
}
/**********************Shiping Form*************************/

.woocommerce .cart_shipping,
.woocommerce .cart_totals {
    border: 1px solid #ebebeb;
    padding: 15px;
}
.woocommerce .cart_shipping p {
    margin-top: 10px;
}
.woocommerce .cart_shipping input{
	border: 2px solid #f6f4f4;
    display: block;
    height: 40px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	margin:0px;
}
.woocommerce .cart_totals{
	padding:0px !important;
}
.woocommerce .cart_totals h2 {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    margin: 0;
    padding: 20px;
}
.woocommerce .cart_totals tr{
	border-bottom: 1px solid #ebebeb !important;
}
.woocommerce .cart_totals tr th {
    padding:14px 20px !important;
    border-right:1px solid #ebebeb;
}
.woocommerce .cart_totals td {
    padding: 14px 20px !important;
    text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout{
	padding:20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	float:right;
	margin:0px;
	background:#f05c60;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
	background:#ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	border-collapse:collapse !important;
	width:100%;
}
/****************************Check Out Page****************************/
.woocommerce form .form-row select, .woocommerce form input[type="text"], .woocommerce form input[type="email"], .woocommerce form input[type="password"], .woocommerce form input[type="tel"] {
    padding: 10px !important;
	border:1px solid #e3e0dc;
	width:100%;
}
.woocommerce .checkout_coupon p {
    display: inline-block;
}
.woocommerce .checkout_coupon p #coupon_code{
	height:45px !important;
	border:1px solid #e3e0dc;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}
.woocommerce #place_order{
	float:right;
	background:#f05c60;
}
.woocommerce #place_order:hover{
	background:#ffffff;
}
.shop_sidebar .shop_aside{
	margin-top:0px;
}
#order_review_heading{
	color: #262626;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
	font-family: "Raleway",sans-serif;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom {
    display:inline-block !important;
	width:31.65% !important;
	margin-left:10px;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom:first-child{
	margin-left:0px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background-color:#93b300 !important;
	color:#ffffff;
}
.contact_info ul li{
	border-bottom:none !important;
	line-height: 1.8em !important;
	padding:0px !important;
}
.contact_info ul a::after{
	content:'' !important;
}
.contact_info ul a{
	display:inline-block !important;
	color:#93b300 !important;
}

/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #333; 
		font-size: 12px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding-bottom: 10px;
	}
	#wp-calendar tbody { 
		color: #aaa; 
	}
	#wp-calendar tbody td { 
		background: #f5f5f5; 
		border: 1px solid #fff; 
		text-align: center; 
		padding:8px;
	}
	#wp-calendar tbody td:hover { 
		background: #fff; 
	}
	#wp-calendar tbody .pad { 
		background: none; 
	}
	#wp-calendar tfoot #next { 
		font-size: 10px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 10px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}
	
	.sticky .post {background: #efefef; border: 3px solid #fff; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	.gallery-caption {}
	.bypostauthor{}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
	.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;
}

/* 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. */
}
/*************************************Theme Unit Testing***********************/
.sticky .blog-post .inner-box{
	background:#fafafa;
}
.blog-post .content-box .post-text h1,.blog-post .content-box .post-text h2,.blog-post .content-box .post-text h3,.blog-post .content-box .post-text h4,.blog-post .content-box .post-text h5,.blog-post .content-box .post-text h6,
.comment .text h1,.comment .text h2,.comment .text h3,.comment .text h4,.comment .text h5,.comment .text h6
.blog-section h1,.blog-section h2,.blog-section h3,.blog-section h4,.blog-section h5,.blog-section h6{
	font-family: "Roboto Slab",serif;
	margin-bottom:15px !important;
	font-weight:400 !important;
	color: #333333 !important;
	line-height:1em;
}
.blog-post .content-box .post-text h1,.comment .text h1,.blog-section h1{
	font-size:36px;
}
.blog-post .content-box .post-text h2,.comment .text h2,.blog-section h2{
	font-size:32px;
}
.blog-post .content-box .post-text h3,.comment .text h3,.blog-section h3{
	font-size:28px;
}
.blog-post .content-box .post-text h4,.comment .text h4,.blog-section h4{
	font-size:24px;
}
.blog-post .content-box .post-text h5,.comment .text h5,.blog-section h5{
	font-size:18px;
}
.blog-post .content-box .post-text h6,.comment .text h6,.blog-section h6{
	font-size:16px;
}
.blog-post .content-box .post-text table thead tr th,.comment .text table thead tr th,.blog-section table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.blog-post .content-box .post-text table tbody tr th,.comment .text table tbody tr th,.blog-section table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.blog-post .content-box .post-text table tbody tr td,.comment .text table tbody tr td,.blog-section table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.blog-post .content-box .post-text ul:first-child,.blog-post .content-box .post-text ol:first-child,
.comment .text ul:first-child,.comment .text ol:first-child,
.blog-section ul:first-child,.blog-section ol:first-child{
	padding:0px;
}
.blog-post .content-box .post-text ul,.blog-post .content-box .post-text ol,
.comment .text ul, .comment .text ol,
.blog-section ul, .blog-section ol{
	padding-left:40px !important;
}
.blog-post .content-box .post-text ul li,.comment .text ul li,
.blog-section ul li,.blog-section ul li{
	list-style-type:disc;
	display:list-item;
}
.blog-post .content-box .post-text ul li ul li, .comment .text ul li ul li,
.blog-section ul li ul li{
	list-style-type:circle;
}
.blog-post .content-box .post-text ul li ul li ul li, .comment .text ul li ul li ul li,.blog-section ul li ul li ul li{
	list-style-type:square;
}
.blog-post .content-box .post-text ol li,.comment .text ol li,.blog-section ol li{
	list-style-type:decimal;
	display:list-item;
}
.blog-post .content-box .post-text ol li ol li,.comment .text ol li ol li,.blog-section ol li ol li{
	list-style-type:lower-alpha;
}
.blog-post .content-box .post-text ol li ol li ol li,.comment .text ol li ol li ol li,.blog-section ol li ol li ol li{
	list-style-type:upper-roman;
}
.blog-section p img,.blog-section figure img{
	max-width:100%;
	display:block;
	height:auto;
}
.comment-list .children{
	margin-left:50px;
}
figure{
	max-width:100%;
	display:block;
}
.content-box .alignright{
	float:right;
	padding:10px;
}
/*****************************Default Widget Styling*********************************/
.sidebar .widget ul li a{
	width:88%;
	display:inline-block;
}
.sidebar .widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 0;
	margin-top:30px;
}
.sidebar .widget .calendar_wrap #wp-calendar{
	width:100%;
}
.sidebar .widget ul.children li{
	border-top:1px solid #dadada;
	border-bottom:none;
	padding-bottom:0px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.sub-menu li:first-child{
	border-top:1px solid #dadada;
}
.sub-menu li:last-child{
	border-bottom:none !important;
}
.widget.widget_recent_comments ul li:before {
    border: 1px solid #f05c60;
    content: "";
    height: 16px;
    left: 20px;
    position: absolute;
    top: 14px;
    width: 16px;
}
.widget.widget_recent_comments ul li:after {
    background: #f05c60 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 24px;
    opacity: 0;
    position: absolute;
    top: 18px;
    width: 8px;
}
.widget.widget_recent_comments ul li:hover:after{
    opacity: 1;
}
.widget.widget_recent_comments ul li{
	padding: 10px 20px 10px 48px;
	line-height: 24px;
}
.widget.widget_recent_comments ul li span{
	display:inline-block;
	width:88%;
}
.widget.widget_recent_comments ul li a:before,.widget.widget_recent_comments ul li a:after{
	display:none;
}
.blog-post .content-box .post-info ul{
	padding:0px !important;
	display:inline-block;
}
.blog-post .content-box .post-info ul li{
	display:inline-block;
	list-style-type:none !important;
}
.paginate-links > span,.paginate-links a{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f05c60;
    border-radius: 2px;
    color: #f05c60;
    display: inlilne-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    min-width: 40px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.paginate-links > span,.paginate-links a:hover{
	background: #f05c60 none repeat scroll 0 0;
    border-color: #f05c60;
    color: #ffffff;
}
.widget_rss li{
	padding-bottom:15px;
}
.widget_rss .rss-date,.widget_rss .rssSummary{
	padding:0 22px;
}
.widget_search input[type="search"]{
	margin-top:30px;
}
/* =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;
}

/* 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. */
}
/*--------------------------------------------------------------
# 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;
}

.post-style-one .inner-box .post-info a {
	font-size:20px;
}
.post-style-one .inner-box .post-info .meta a {
	font-size:16px;
}
.post-style-one .inner-box{
	max-width:auto !important;
}
.sidebar-page-container .comments-area .comment-box .comment-box{
	margin-top:50px;
	border:none;
	border-top:1px solid #e9e9e9;
}
.sidebar-page-container .comments-area .comment-box .comment-box:last-child,
.sidebar-page-container .comments-area .comment-box .comment-box:first-child{
	margin-bottom:0px;
	padding-bottom:0px;
}
.post-password-form input[type="password"]{
	border:1px solid #f05c60;
	padding:5px 15px;
	color:#232323;
}
.post-password-form input[type="submit"]{
	background:#f05c60;
	padding:6px 15px;
	color:#fff;
}
.admin-bar .fixed-header .main-box{
	margin-top:30px;
}
/**********************No Search Page********************/
.eco-search form .form-group{
	position:relative;
	margin:20px 0 25px;
	width:70%;
}
.eco-search form .form-group input[type="search"]{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #1c1c1c;
    display: block;
    font-size: 13px;
    height: 48px;
    line-height: 24px;
    padding: 10px 40px 10px 20px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
}
.eco-search form .form-group button[type="submit"]{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #1c1c1c;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 48px;
}
.eco-search form .form-group button[type="submit"]:hover{
	color:#f44122;
}
.eco-search .no-search-btn{
	position:relative;
	background:#1c1c1c;
	padding:10px 18px;
	font-size:14px;
	text-transform:uppercase;
	color:#ffffff;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	display:inline-block
}
.eco-search .no-search-btn:hover{
	color:#ffffff;
	background:#f05c60;
}
.product-details .basic-details .image-box .images,.product-details .basic-details .summary{
	width:100% !important;
	float:none !important;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a{
	margin-bottom:0px !important;
}
.woocommerce-pagination ul{
	border:none !important;
}
.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0 7px 0 0 !important;
    position: relative;
	border:none !important;
}
.woocommerce-pagination ul li a,.woocommerce-pagination ul li span{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f05c60;
    border-radius: 2px;
    color: #f05c60;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    min-width: 40px;
    padding: 7px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li > span,.woocommerce-pagination ul li span.current {
    background: #f05c60 !important;
    border-color: #f05c60;
    color: #ffffff !important;
}
.blog-post .content-box .meta span.icon.flaticon-tag {
    margin-left: 10px;
    margin-right: 5px;
	color: #777777;
}
.comment-form.wow.fadeInUp.animated {
    margin-top: 50px;
}