* {
    box-sizing: border-box;
}

.mobile-only {
    display: block !important;
}

.desktop-only {
    display: none !important;
}

body {
    max-width: 100% !important;
    padding: 1em;
    width: 100% !important;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

#header,
.twopost,
.threepost,
#threecol,
#twocol,
#sidebar,
#mainwrapper,
#leftcontent,
#leftcontent .ind-post,
#leftcontent, 
#twocol, 
#threecol, 
#threecol2, 
.commentlist {
    float: none !important;
    width: 100% !important;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

#header {
    background-color: transparent;
    margin-bottom: 1em;
}

#top-navigation {}

#top-navigation ul li {
    text-transform: uppercase;
    list-style: none;
    display: inline;
    text-transform: uppercase;
    margin-right: .5em;
}

#top-navigation ul li a {
    color: #222;

}

#top-navation ul {
display: flex;
    flex-direction: row-reverse;
}


.logoimg {
    line-height: inherit;
    font-size: 1em;
    max-width: 100%;
    background-color: #fff;
    padding: 1em;
    text-align: center;
    margin-bottom: 5px;
    border: 5px solid #95141A;
}

#volunteer-description {}

#volunteer-description h1 {
    font-size: 3vw;
    font-weight: inherit;
    font-style: italic;
}

div#search {
    top: inherit;
    float: none;
    right: inherit;
    top: inherit;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}

#main-navigation {
    display: flex;
    justify-content: center;
}

.sf-menu {
    float: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 2vw;
}

.sf-menu li {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
}

.sf-menu li a {
    margin: 0;
    padding: 0;
    margin-right: 15px;
    text-align: left;
    border: none;
    padding: 5px 0 5px;
}

.sf-menu li:last-child a {
    margin-right: 0;
}

#mainwrapper {
    width: 100%;
    float: none;
    padding: 0;
    border: 0;
}



#leftcontent .post h1,
#leftcontent .ind-post h1,
#leftcontent .twopost h1,
#leftcontent .pages h1,
#leftcontent h1.catheader,
#leftcontent .threepost h1,
h1 {
    margin-top: 0;
    font-size: 1.5em;

    font-weight: normal;
    line-height: 25px;
    color: #222;
}

#sidebar {
    padding: 0;
    margin: 0;
}

.ind-post,
.post {
    float: none;
}

.twopost2,
.twopost4 {
    margin-left: 0;

}

.twopost {
    margin-bottom: 2em;
    border-bottom: 1px solid #eee;
}

.threepost2,
.threepost5 {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
}

#sidebar .side-widget {
    width: 100% !important;
    float: none;
    margin: 1em 0;
    max-width: 100%;
    border: 1px solid #ccc;
}

.side-widget h2 {
    background: url(/wp-content/themes/volunteer/images/h2line.gif) repeat-x bottom;
    font-size: 1.3em;
    text-align: left;
    color: black;
    display: inline-block;
    max-width: 95%;
}

#threecol2,
#threecol3,
#threecol,
#threecol1,
.twopost,
#twocol {
    background: none;
}

.home #leftcontent img {
    max-width: 75px !important;
    height: auto;
    width: auto;
}

#leftcontent img  {
    max-width: 100% !important;
}

#top-navigation {
    font-size: 3.15vw;
}

#leftcontent, #twocol, #threecol, #threecol2, .commentlist {
    margin-left: 0;
}

.posts {
    float: none;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
    max-width: 100%;
}

.ind-post {
    border: 0;
}

.home .alignleft, 
.home div.alignleft, 
.home .alignright, 
.home div.alignright {
    float: none;
}

.storycontent {
  margin-bottom: 10px;
  display: flex;
  margin-top: 13px;
  flex-wrap: wrap;
}

.storycontent p {
    margin-top: 0;
    margin-left: 16px;
    width: calc(95vw - 110px);
}

.storycontent a img {
    width: 50px;
    height: auto;
    display: block;
}

.threepost {
    margin-bottom: 30px;
}

.ind-post, 
.threepost,
.twopost {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
}

#threecol,
#twocol {
    border: 0;
    padding-top: 0;
}