/*
Theme Name: Master Makoto
Theme URI: http://www.origamipenguin.com
Description: A bespoke theme with WooCommerce Support developed by We Manage Web.
Version: 1.5
Author: We Manage Web
Author URI: https://wemanageweb.co.uk
Tags: bootstrap 3
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

h1 {
	margin-top: 0;
}

.page-header {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.main-content {
	margin-top: 20px;
}

/* =Forms
-------------------------------------------------------------- */

.search-form {
	display: table;
}

/* =Sidebar
-------------------------------------------------------------- */

.sidebar {
	margin-top: 20px;
}

/* =Blog
-------------------------------------------------------------- */

.blog-grid {
    margin-bottom: 30px;
}

.blog-grid:nth-of-type(2n+1) {
    clear: both;
}

/* =Meta
-------------------------------------------------------------- */

.meta-links small {
	display: block;
	clear: both;
	margin-bottom: 5px;
}

/* =Comments
-------------------------------------------------------------- */

.commentlist, .commentlist .children {
	list-style: none;
}

.commentlist>li:before {
	display: table;
}

.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0;
}

#comments {
	border-top: 1px solid #d3ced2;
	padding-top: 30px;
	margin-top: 50px;
}

textarea#comment {
	clear: both;
	width: 100%;
}

.comment-text {
	margin: 0 0 10px 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em;
    
}

.comment-author img {
	float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}

#comments p.meta {
    font-size: .83em;
    color: #777;
    font-style: normal;
}

/* =WooCommerce
-------------------------------------------------------------- */

.woocommerce #comments {
	border-top: 0;
	padding-top: 0px;
	margin-top: 0px;
}

.variations .label {
	color: black;
}

.woocommerce .quantity .qty {
    height: 31px;
}

/* =Footer
-------------------------------------------------------------- */

.main-footer {
    border-top: 1px solid black;
    margin-top: 100px;
}

#widget-footer ul {
    padding: 0;
}

#widget-footer ul li {
    list-style: none;
}

.social-footer a {
    float: right;
}

.sign-off {
	margin-top: 50px;
	text-align: center;
}

#menu-footer-menu {
	padding: 30px 0 0 0;
}

#menu-footer-menu li {
	display: inline-block;
	padding: 10px;
}

/* =Media Queries
-------------------------------------------------------------- */

/* Small devices (tablets, 768px and up) */
@media(min-width:768px) {
   
	.blog-grid:nth-of-type(2n+1) {
        clear: none;
    }
    
    .blog-grid:nth-of-type(4n+1) {
        clear: both;
    }
}

/* Medium devices (desktops, 992px and up) */
@media(min-width:992px) {

}

/* Large Devices, Wide Screens */	
@media(min-width : 1025px) {
	
}

/* Large Devices, Wide Screens */	
@media(min-width : 1080px) {
		
}
	
/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px) {

}