table td {
float: left !important;
}

.post-content.entry-content h2, .post-content.entry-content h3 {
    text-transform: inherit;
    font-weight: bold;
}

.post-meta.vcard {
    display: none;
}

@media (min-width: 1500px) {
.post-template-default .container {
    width: 1400px;
}}

@media screen and (max-width: 800px) {
  .r-column {
float:none !important;
    width: 100% !important;
  }
}

.r-column:hover {
box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

p, li {
font-size:15px;
}

@media screen and (max-width: 800px) {
  .r-column {
display:inline-block!important;
    width: 100% !important;
  }
}

.r-column:hover {
box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.extra-column {
border:0px !important;
}

@media screen and (min-width: 801px) {
.r-column {
    width: 29%;
    padding: 10px;
    border: solid 1px black;
    margin: 10px;
    border-radius: 10px;
    height: 350px;
	display: inline-grid!important;
}}

.direct-stripe-button {
    background-color: #b78d6d!important;
  border-color:white!important;
}

.direct-stripe-button:hover {
    border-color: #b78d6d!important;
  background-color:white!important;
  color:black!important;
}

p#text-3 {
    margin-bottom: 20px;
    color: white;
    font-size: 25px;
    font-family: 'Josefin Sans';
}

.footer-signup a {
    color: white;
    font-size: 18px;
    padding: 10px;
    background: black;
}

.footer-signup a:hover {
    color: black;
    background: white;
    border: solid 1px white;
}

div#text-2, .footer-signup {
    padding-top: 25px!important;
}
.footer-signup {
    margin-top: 20px;
}

@media only screen and (max-width: 1100px){
.container-fluid-2 {
    text-align: center;
}}
@media only screen and (max-width: 1100px){
.container-fluid, .container-fluid-2 {
    width: 100%!important;
}}
.container-fluid {
    width: 70%;
    float: left;
    background: #323132;
    height: 180px;
}

.container-fluid-2 {
    width: 30%;
    float: left;
    background: #323132;
    height: 180px;
}

hr {
    position: relative;
    width: initial!important;
    float: none!important;
    left: initial!important;
}


.category-portal .resource-box {
    margin: 0 auto;
    background: #e6e6e6;
    padding: 20px;
    border: 1px solid #cecece;
    z-index: 5;
    position: relative;
}
.category-portal#sheet {
margin-top:50px;
}


.category-portal .bodybg {
background:#f1f1f1;
transform: scale(1.1);
}

}

.category-portal.pagebg {
    height: 300px;
    background-repeat: no-repeat;
    background: url(https://withoutaribbon.org/wp-content/uploads/2018/04/img01-1024x336.jpg);
    background-color: white;
    background-size: cover;
    position: relative;
    top: 120px;
    transform: scale(1.1);
    z-index: 2;
    background-attachment: fixed;
}
.category-portal .threecol img {
    width: 40px;
    height: auto;
    margin: 0 auto;
}

.category-portal .resource-box:hover, .threecol:hover {
    -webkit-box-shadow: 0px 10px 22px 3px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 10px 22px 3px rgba(0,0,0,0.16);
    box-shadow: 0px 10px 22px 3px rgba(0, 0, 0, 0.10);
transition:.3s;
}

.category-portal a.resource-button {
    width: 100%;
    display: block;
    margin-top: 20px;
    background: black;
    text-align: center;
    padding: 10px;
    color: white;
    font-size: 18px;
border:1px solid white;
}

.category-portal a.resource-button:hover {
    background: white;
    color: black;
    transition: 0.2s;
    border: 1px solid black;
}

.category-portal .threecol {
    width: 32%;
    display: inline-grid;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    background: #e6e6e6;
    border: 1px solid #cecece;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
height: 190px;
}

@media only screen and (max-width: 768px){
.category-portal .threecol {
    width: 100%;
}}

@media only screen and (min-width: 1500px){
.category-portal .columns {
    margin: 0 auto;
    width: 1170px;
}}

.container-fluid-2 {
    width: 25%!important;
}
.container-fluid {
    width: 50%!important;
}
.container-fluid-2 img {
    width: 150px!important;
    margin-top: 20px!important;
}

@media only screen and (max-width: 800px){ 
.container-fluid, .container-fluid-2 {
    width: 100%!important;
}
}