/*
	Theme Name: AmAuthor
	Theme URI: http://templatation.com
	Author: Templatation
	Author URI: http://themeforest.net/user/templatation
	Description: A powerful theme for creative people.
	Version: 1.7
	Text Domain: amauthor
	License: Themeforest Split License.
	License URI: http://themeforest.net/licenses
	Tags: custom-background, threaded-comments, translation-ready, custom-menu
*/


/*
 *
 * This is default style.css file that WordPress loads.
 * Its not recommended to put anything here, as this file will get overwritten when you update theme.
 * The styles for themes can be found in /assets/css/styles.css
 * If you want to just change few styles, then you can put your styles in wp-admin/theme-options/display-options.
 * If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.
 *
 */


.header-sticky .mainblock, .archive .mainblock { padding-top: 70px; }
.header-sticky.no-tpadd .mainblock { padding-top: 0; }
.hdr-overlap .mainblock,.header-sticky.no-tpadd.hdr-overlap .mainblock { padding-top: 0; }
.no-bpadd .mainblock { padding-bottom: 0; }
.search .page-header {
    margin: 0 0 20px;
}

/* =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;
}
.margin2020 { margin: 0 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;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption { font-weight: bold; }
.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-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. */
}

.fl { float: left; }
.fr { float: right; }
ol.commentlist.single-comment-box,
ol.commentlist.single-comment-box ul.children {list-style: none;}

/* End of WordPress default styles */

/* Margins */
.tt_line{color:#333333;border-bottom: 1px solid #eeeeee; margin-bottom: 15px;}
.mbottom120 { margin-bottom: 120px; }
.mbottom70 { margin-bottom: 70px; }
.mbottom60 { margin-bottom: 60px; }
.mbottom40 { margin-bottom: 40px; }
.mbottom20 { margin-bottom: 20px; }
.mbottom30 { margin-bottom: 30px; }
.mbottom10 { margin-bottom: 10px; }
.mbottom5 { margin-bottom: 5px; }
.tt-mr15 { margin-right: 15px;}
.tt-mr60 { margin-right: 60px;}
.ptop30 { padding-top: 30px; }
.no-tpadd .mbottom70.tpadd { margin-bottom: 0;}

.mainblock table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mainblock table th, .mainblock table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.mainblock table thead:first-child tr:first-child th,
.mainblock table tbody:first-child tr:first-child th,
.mainblock table tbody:first-child tr:first-child td {
    border-top: 0;
}
body{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
img {
    max-width: 100%;
    height: auto;
}

/* Form elements */
/* these common styles to be styled as per the theme look */
button, input, select, textarea {
    color: #888;
    font-size: 12px;
    padding: 13px 40px 14px 20px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 1px solid #e8e8e8;
}
input:focus, select:focus, textarea:focus {
    outline: 0;
    border-color: #b5985a;
}
#footer-wrap button, #footer-wrap input, #footer-wrap select, #footer-wrap textarea {
  border-color: #363637;
}
#footer-wrap input[type="reset"], #footer-wrap input[type="submit"] {
  border-color: #363637;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #fff;
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    outline: medium none;
    padding: 0 43px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background: #1cbac8 none repeat scroll 0 0;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #313131;
}
textarea { width: 100%; }
.page-numbers.dots { display: none; }

/* Sticky */

.sticky .post-title{
    position: relative;
}
.sticky .post-title a{
    padding-left: 25px;
}
.sticky .post-title a:before{
    color: #222;
    font-family: FontAwesome;
    font-size: 20px;
    content: '\f005';
    left: 0;
    position: absolute;
    top: 0;
}


.video-title {text-align: center;}
.wpcf7-form select {
    z-index: 5555555;
    background: transparent;
    -moz-appearance: none;
}
.title-block h1 {
    color: #fff;
}
.section.start-section {
    text-align: center;
}

/* EOF default styles */

h1.ml-title  {
    padding-bottom: 80px;
}

/*header*/
.body-pad{
	position:relative;
}
.header-sticky .mainblock{
	padding-top:0;
}
.header-breadcrumb{
	position:absolute;
	top:30px;
	left:15px;
}

/*header-2*/
@media (min-width: 992px) {
	.header-traditional .header-breadcrumb{
		right:15px;
	}
	.header-traditional .header-top{
		float:left;
	}
	.header-traditional #menu-toggle{
		display:none;
	}
	.header-traditional #sidebar-wrapper{
		position:relative;
		float:right;
		width: auto;
		height: auto;
		background:transparent;
		overflow:visible;
		margin-top: 12px;
		margin-right:15px;
	}
	.header-traditional .sidebar-nav{
		position:relative;
		top:0;
		left:0;
		right:0;
		width:auto;
		padding:0;	
	}
	.header-traditional .sidebar-nav > li{
		float:left;
		margin-right:35px;
		border-top:0;
	}
	.header-traditional .sidebar-nav > li > a{
		color:#fff;
	}
	.header-traditional .sidebar-nav > li > a > i{
		font-size:16px;
		color:#fff;
		margin-left:7px;
	}
	.header-traditional .header-breadcrumb .close{
		display:none;
	}
	.header-traditional .sidebar-nav li > .dropdown-menu{
		display:block!important;
		position:absolute;
		marign-bottom:3px;
		opacity: 0;
		visibility: hidden;
		transform: scaleY(0);
	}
	.header-traditional .sidebar-nav li > .dropdown-menu a{
		font-size:15px;
	}
	.header-traditional .sidebar-nav li > a .fa-angle-down,
	.header-traditional .sidebar-nav li.open > a .fa-angle-down{
		display:inline-block;
	}	
	.header-traditional .sidebar-nav li > a .fa-angle-up,
	.header-traditional .sidebar-nav li.open > a .fa-angle-up{
		display:none;
	}		
	.header-traditional .sidebar-nav li:hover > .dropdown-menu{
		z-index: 50000;
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
	}
	.header-traditional .sidebar-nav li:hover > a .fa-angle-down,
	.header-traditional .sidebar-nav li.open:hover > a .fa-angle-down{
		display:none;
	}	
	.header-traditional .sidebar-nav li:hover > a .fa-angle-up,
	.header-traditional .sidebar-nav li:hover > a:hover .fa-angle-up{
		display:inline-block;
	}	
	
	.header-traditional .sidebar-nav > li > .dropdown-menu > li > a:hover{
		color:#fff;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.header-traditional .sidebar-nav > li > a{
		font-size:17px;
	}
}

/*widgets*/
.widget ul li{
	font: 400 15px/21px "Open Sans", sans-serif;
	letter-spacing: 0.3px;
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #dadada;
}
.widget ul li:first-child{
	border-top:0;
	padding-top:0;
	margin-top:0;
}
.widget ul a{
	font-size:inherit;
	line-height:inherit;
    color: #7e7e7e;	
}
.widget ul a:hover{
	color:#2f2f2f;
}
.widget ul ul{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #dadada;
}
.widget ul ul > li > a{
	padding-left:15px;
}

.widget select{
	width:100%;
	border:1px solid #dadada;
}
.widget select:focus{
	boder-color:#2f2f2f;
}

#wp-calendar{
	width:100%;
	border:1px solid #dadada;
}
#wp-calendar th,
#wp-calendar td{
	padding:5px;
	text-align:center;
	border:1px solid #dadada;
}

ul.wp-tag-cloud li{
	border-top:0;
	padding-top:0;
	margin-top:0;
}

ul.wp-tag-cloud a{
    line-height:33px;
    color: #787878;
}
ul.wp-tag-cloud a:hover{
	color:#fff;
}


/*footer*/
footer .widget{
	margin-bottom:30px;
}
footer .widget ul li{
	color: #656565;
}
footer .widget ul a{
	color: #656565;
}
footer .widget ul a:hover{
	color:#fff;
}
footer .widget ul li,
footer .widget ul ul{
	border-color:#7b7b7b;
}
footer .widget select{
	border-color:#7b7b7b;
}
footer .widget select:focus{
	border-color:#fff;
}
footer #wp-calendar th,
footer #wp-calendar td{
	border-color:#7b7b7b;
	color: #656565;
}
footer #wp-calendar a{
	color:#7b7b7b;
}
footer #wp-calendar a:hover{
	color:#fff;
}
footer .widget ul .rsswidget{
	font-weight: 700;
	color:#7b7b7b;
}
footer .widget_search .searchform{
	position:relative;
}
footer .wp-tag-cloud li a{
	border-color:#7b7b7b;
}
footer .wp-tag-cloud li a:hover{
	background:#7b7b7b;
	color:#fff;
}

/*blog-content*/
.blog-content table{
	width: 100%;
    border: 1px solid #dadada;	
	margin-bottom:20px;
}
.blog-content table th,
.blog-content table td{
    padding: 5px;
    text-align: center;
    border: 1px solid #dadada;	
}
.blog-content ul,
.blog-content ol{
	list-style-type: disc;
	padding-left:20px;
}
.blog-content ul li,
.blog-content ol li{
	margin-bottom:10px;
}
.blog-content ul li:lat-child,
.blog-content ol li:lat-child{
	margin-bottom:0;
}
.blog-content ul ul,
.blog-content ol ol{
	margin-top:10px;
}

/*tag-social-box*/
.tag-social-box{
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    padding: 20px 0;
    margin-top: 45px;
    margin-bottom: 50px;	
}
.social-box ul{
	padding-left:0;
}
.social-box ul li{
	display: inline-block;
	margin-right: 16px;
	margin-bottom:0;
}
.social-box ul li:last-child{
	margin-right:0;
}
.social-box ul li a{
    font-size: 16px;
	color: #7e7e7e;
}
.social-box ul li a:hover{
	color: #2f2f2f;
}
@media (max-width: 543px) {
	.social-box {
		float:none!important;
	}
	.tag-social-box .cat-links{
		display: block;
		margin-bottom:15px;
	}
}

/*admin-info-box*/
.admin-info-box .img-box{
	width: 114px;
}
.admin-info-box .text-box{
	padding-left: 30px;
}
.admin-info-box .img-box,
.admin-info-box .text-box{
    display: table-cell;
    vertical-align: middle;	
}
.admin-info-box .text-box h3{
    font-size: 14px;
	line-height:20px;
    margin-bottom: 10px;	
}
@media (max-width: 543px) {
	.admin-info-box .img-box{
		display: block;
		margin-left: auto;
		margin-right: auto;		
	}
	.admin-info-box .text-box{
		padding-left: 0;
		text-align: center;		
	}
}

/*blog-content*/
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6,
.comment-entry h1,
.comment-entry h2,
.comment-entry h3,
.comment-entry h4,
.comment-entry h5,
.comment-entry h6{
	font-weight:500;
	margin-top:0;
	margin-bottom:20px;
}
.comment-entry h1,
.comment-entry h2,
.comment-entry h3,
.comment-entry h4,
.comment-entry h5,
.comment-entry h6{
	color:#8e8d8d;
}
.comment-entry h3{
	font-size:22px;
    line-height: 1.1;
}

.blog-content ol{
	list-style-type:decimal;
}
.blog-content ul ul,
.blog-content ul ol,
.blog-content ol ol,
.blog-content ol ul{
	margin-top:10px;
}


.tags-links{
	display:block;
	margin-bottom:30px;
}
.blog-content .amtitle,
.blog-content .amtitle a{
	font-weight:400;
}
.post-password-form label{
	display:inline-block;
	vertical-align:bottom;
}
.post-password-form input[type="password"]{
	display:block;
	width:100%;
	height:40px;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
.post-password-form input[type="password"]:focus{
	border-color:#2f2f2f;
}
.post-password-form input[type="submit"]{
	display:inline-block;
	vertical-align:bottom;
	background:#2f2f2f;
	border:1px solid #2f2f2f;
	margin-bottom:5px;
}
.post-password-form input[type="submit"]:hover{
	background:#fff;
	color:#2f2f2f!important;
}
.tt_prev_post,
.tt_next_post {
	position: relative;
    font: 400 14px/20px "Roboto Slab", serif;
    color: #898989;
    text-transform: uppercase;
    background:transparent;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #e4e4e4;
    padding: 11px 20px;
    letter-spacing: 0.3px;
    margin-top: 10px;
    margin-bottom: 5px;
	-webkit-transition:all 300ms linear 0s;
	transition: all 300ms linear 0s;
	z-index: 1;
}
.tt_prev_post .fa{
	margin-right:10px;
}
.tt_next_post  .fa{
	margin-left:10px;
}
.tt_prev_post:hover,
.tt_next_post:hover{
	background: #171717;
	border-color:#171717;
	color: #fff;
}
.fr.button3 + .clearfix{
	margin-bottom:30px;
}
#gallery-1 dl.gallery-item{
	text-align:left;
}
dl dd{
	margin-bottom:10px;
}
@media (max-width: 543px){
	.admin-info-box .img-box{
		margin-bottom:20px;
	}
	.fl.button3,
	.fr.button3{
		float:none;
	}
	.tt_prev_post,
	.tt_next_post{
		display:block;
		width:100%;
		text-align:center;
	}
	.commentlist{
		padding-left:0;
	}
	.avatar.comment-img{
		float:none;
		width:70px;
		position:static;
		margin:0 auto 20px auto;
	}
	.single-comment.comment_container{
		padding-left:0;
	}
	ol.commentlist.single-comment-box ul.children{
		padding-left:0;
	}
	.comments .comment .comment{
		margin-left:0;
	}
}
.post.category-sticky .amtitle a:before{
	content:'\f006';
	display:inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
	margin-right:10px;
}

/*fix color contrast*/
.slider .amtitle{
	color: #d7d7d7;
}

.slider .amtitle:before {
    background: #6d6d6d;
}

.slider p {
    color: #afafaf;
}

.slider-button .button-outline{
	color: #b1b1b1;
	border: 1px solid #636262;
}

/*fix Widget titles*/
.sidebar_section .widget .title{
	font-weight: 500;
}

/*fix Read link*/
.blog-content .more-button {
    font-weight: 500;
    font-style: italic;
}

/*fix spacing*/
#commentform input[type="submit"] {
	margin-top: 0
}

.comment-respond .comment-form-comment{
	margin-bottom: 2px;
}

.comment-respond #comment{
	margin-bottom: 0;
}

/*fix Authors box*/
.admin-info-box .img-box{
    vertical-align: top;
}

.admin-info-box .text-box h3 {
    text-transform: capitalize;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0px 3px;
}

/*fix Add more space*/
.tags-links {
    margin-top: 25px;
	margin-bottom: 35px;
}

.admin-info-box{
	margin-bottom: 15px;
}

/*fix color, search field*/
input.search-field{
	color: #c1c1c1;
}


@media(max-width: 480px){
	.slider .slider-button {
		margin-left: 0;
		text-align: center;
	}

	.slider .slider-button .button-outline {
		width: 200px;
	}

	.testimonial .media-left{
		padding-right: 0;
	}

	.testimonial-sliders .testimonial .media-body .post p,
	.testimonial-sliders .testimonial .media-body .rating,
	.testimonial-sliders .testimonial .media-body .text{
		padding-left: 0;
	}

	.clients-logos{
		margin-bottom: 20px;
	}

	.clients-times{
		padding-top: 40px;
		text-align: center;
	}

	.clients-times .times p{
		padding-left: 0;
	}

	.projects-head .next-button {
		text-align: center;
	}

	.widget.widget_search  .searchsubmit{
		margin-top: 15px;
	}

	.pagination{
		display: block;
		padding-left: 0;
	}
	.pagination .nav-links{
		text-align: center;
	}
}

.comment-form input.txt{
	width: 100%;
}

.blog-content iframe{
	width: 100%;
}

@media (min-width: 992px){
	.header-traditional .sidebar-nav li > .dropdown-menu {
		background-color: #fff;
	}

	.header-traditional .sidebar-nav li > .dropdown-menu a {
	    padding-left: 10px;
	}

	.header-traditional .sidebar-nav > li > .dropdown-menu > li > a:hover {
    	color: #2d2c2c;
	}
}

.body-pad {
    padding: 0;
}

.body-pad.home{
	padding-top: 15px;
}

.media.features-content{
	margin-left: 50px;
}

.features-left .features-content .media-body {
    padding-right: 85px;
}

h2.amtitle.section_header.uppercase{
	line-height: 1.2em;
}

.portfolio-items .projects .protfolio-item img {
    width: 100%;
}

.agency-img a {
    padding-left: 0;
    width: 100%;
    max-width: 570px;
}

.agency-img a img {
	max-width: 100%;
    left: 20px;
}

@media (max-width: 543px){
	.avatar.comment-img {
	    display: inline-block;
	}
}

.mainblock table td a{
	color: #313131;
}

.mainblock table td a:hover{
	color: #b0b0b0;
}

.mainblock dl dd a{
	color: #b0b0b0;
}

.mainblock dl dd a:hover{
	color: #313131;
}

.mainblock p a{
	color: #898989;
}

.mainblock p a:hover{
	color: #2d2c2c;
}

textarea#comment:focus {
    outline: 0;
    border-color: #b5985a;
}

.portfolio-items .projects .protfolio-item .overlay .list-unstyled li a i{
	margin-left: -5px;
    margin-top: 2px;
}

.portfolio-items .projects .protfolio-item img {
    min-height: 160px;
}

.choose-us-info .choose-info .media-left a {
    width: 84px;
    height: 84px;
}

.choose-us-info .choose-info .media-left a img{
	display: inline-block;
	padding-top: 13px;
}


@media(max-width: 991px){
	.our-team .team-content h3{
		text-align: center;
	}

	.team-area .our-team .team-content .social-icons {
    	margin-left: 0;
    }
}

@media(max-width: 767px){
	.our-team .team-content h3{
		text-align: left;
	}

	.media.features-content {
    	margin-left: 0;
	}

	.features-left .features-content .media-body {
	    padding-right: 0;
	}
}

@media (max-width: 1366px) {
.slider {
    padding: 200px 0 75px;
}}


.brands-slider .swiper-container.brand-slider img{
    width: 100%;
}

.info-column .section_header:before {
    background: #fff;
}

.features-left .features-content .media-body {
    padding-right: 0;
}

.testimonials-clients-area .testimonial-slider2 .testimonial-content p span {
    background: url(assets/image/quote.png) no-repeat scroll 0 0;
}

.touch_middle {
    background: #f4f4f4;
    box-shadow: none;
}

.wpcf7-form input[type="submit"] {
    padding: 2px 19px;
}

#menu-toggle{
	display: inline-block;
	position: relative;
	padding: 0;
	width: 30px;
	height: 17px;
	cursor: pointer;
	z-index: 10;
	outline: none;
	border: none;
}

#menu-toggle span{
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	height: 3px;
	background: #fff;
}

#menu-toggle:before,
#menu-toggle:after{
	content: "";
	position: absolute;
	display: block;
	top: 7px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	margin-top: -7px;
}

#menu-toggle:after{
	margin-top: 7px;
}
.smenu-dark #menu-toggle span,
.smenu-dark #menu-toggle:before,
.smenu-dark #menu-toggle:after {
	background: #444;
}

#menu-primary-menu ul.sub-menu{
	opacity: 0;
}

.loaded #menu-primary-menu ul.sub-menu{
	opacity: 1;
}

.menu-item i{
	position: absolute;
    right: -17px;
    top: 23px;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 992px) {
.menu-item i{
	color: #000;
	right: 0;
	font-size: 25px;
	top: 15px;
}
}
.woocommerce ul.products{
	text-align: center;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 1.1em;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.woocommerce .products .star-rating{
	margin: 5px auto 10px auto;
}

.woocommerce .star-rating span::before{
	color: #898989;
}

.woocommerce div.product p.price, .woocommerce ul.products li.product .price{
    font-family: 'PT Serif';
    font-size: 20px;
    font-style: italic;
    color: #2D2D2D;
    margin: 0;
}


.woocommerce ul.products li.product .price del{
	display: inline-block;
	vertical-align: middle;
}
.woocommerce a.button{
	background-color: #000;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	padding: 20px;
	font-size: 1.4em;
}

.woocommerce nav.woocommerce-pagination ul{
	margin:25px 0;
}
.woocommerce span.onsale{
	background-color: #000;
	left: 0!important;
	right: auto!important;
	width: 48px;
    height: 48px;
    line-height: 44px;
    padding: 2px;
    border-radius: 48px;
    overflow: hidden;
}

.woocommerce-tabs h2,
.up-sells h2,
.related.products h2
{
	margin: 20px 0;
}
.woocommerce div.product{
	margin-top: 30px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #000;
}
.woocommerce div.product p.price{
	margin-bottom: 30px;
}

.woocommerce-product-rating .woocommerce-review-link, .product_meta a{
	color: #898989;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	 background-color: #000;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
.woocommerce button.button.alt{
	font-size: 14px;
    padding: 16px 28px;
    margin-top: 0;
}
.woocommerce .quantity .qty{
	padding: 13px 6px 14px;
    text-align: center;
    width: 55px;
    margin-right: 20px;
}

.woocommerce button.button.alt:after, .woocommerce a.button:after{
	content: "\f07a";
    display: inline-block;
    margin-left: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #fff;
}

/* The end */
