* {
    box-sizing: border-box;
    vertical-align: top;
    max-width: 100%;
}

body {
    max-width: 450px;
    /*padding: 10px;*/
    font-size: 20px;
}

img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid orange;
}

iframe {
    display: block;
    width: 100%;
    min-height: 400px;
    border: 1px solid orange;
}

a {
    
}

h1 {
    
}

h2 {
    
}

h3 {
    
}

p {
    
}

ul {
    
}

ul li {
    margin-bottom: 10px;
}

form textarea {
    display: block;
    width: 100%;
    border: 1px solid black;
    padding: 5px;
    font-size: 20px;
}

form input {
    display: block;
    max-width: 100%;
    border: 1px solid black;
    padding: 5px;
    font-size: 20px;
}



.post,
.sidebar-post,
.wpcf7 {
    margin-bottom: 15px;
    background: antiquewhite;
    padding: 10px;
}

.home-category-thumbnail {
    
}

img.separator {
    margin: 30px 0;
    border: none;
}





#comments {
    margin-bottom: 30px;
    background: antiquewhite;
    padding: 10px;
}











fieldset {
    border: 1px solid red;
    padding: 5px;
    margin-bottom: 40px;
	border-radius: 4px;
}

fieldset legend {
    padding: 0 10px;
    margin-right: 10px;
}

a {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.home-category-name {
    font-size: 30px;
}

.home-category-description {
    margin: 0 0 20px 0;
}

.home-category-items {
    
}

.home-category-item {
    /*width: 350px;*/
    margin-bottom: 40px;

}

.home-category-item-thumbnail img {
    display: block;
    /*width: 350px;*/
    margin-bottom: 5px;
	border-radius: 4px;
}

.home-category-item-title {
    
}


















