/*
Theme Name: Themify Ultra
Description: Ultra theme
Author: Themify
Template: ultra
*/

/* write custom css */
body {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3em;
    text-align: left;
}
.sidebar-none #content{
padding-top: 5px;
}
@media screen and (max-width: 680px){
.fixed-header #headerwrap #site-logo img {
max-height: 100px;
width: auto;
}
/* CHANGE MOBILE MENU BUTTON COLOR TO WHITE */

#headerwrap #menu-icon {
    color: white;
    top: 25px;
}
@media screen and (max-width: 1000px){
#menu-icon:before {
    content: "\2630";
}
#headerwrap #menu-icon-close:after {
    content: "\f104";
}
.sidebar-none #content{
padding-top: 0;
}
@media screen and (max-width: 600px){
.single-post .entry-content img{
max-width: 90%;
}
.single-post h1.post-title{
font-size: 26px !important;
}
@media screen and (max-width: 680px){
.post-title {
    font-size: 1em !important;
}
h4 {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    margin: 0.7em 0 1em;
    text-transform: none;
}
.commentlist .comment-author {
    font-family: 'Roboto', Arial, Tahoma, sans-serif;
}
.commentlist .comment-author {
    font-family: 'Roboto', Arial, Tahoma, sans-serif;
    margin: 0.2em 0 1.5em;
    padding: 0;
}
element.style {
    background-color: #ffffff;
    clear: both;
    color: #000000;
    display: block;
    margin: 10px;
    padding: 10px;
    text-align: center;
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 11px;
}
#footer-logo {
    font-size: .65em;
    font-weight: 300;
    letter-spacing: 0.06em;
    text-transform: uppercase;
