/* Enter Your Custom CSS Here */
.at_scroll_area{
  border: 1px solid #120b01;
  background: #120b01;
}

.tmm .tmm_member .tmm_textblock .tmm_scblock {
    padding-top: 0px;
}
.tmm .tmm_member {
    text-align: center;
    margin-bottom: 1px; 
   margin-top: 0px;
  border-bottom: 1px solid #f5f5f5;
    /* background: #fff; */
}
.tmm .tmm_member .tmm_photo {
    width: 170px;
    height: 150px;
    -webkit-box-shadow: 2px 0 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 2px 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 2px 0 2px 0 rgba(0,0,0,.1);
    border-radius: 2px!important;
    margin-top: 0px;
   border: 1px solid #f5f5f5;
}
 .tmm .tmm_names {
    font-size: 12px;
    line-height: 5px;
}

.tmm .tmm_job {
    font-size: 12px;
    color: #a2a5a4;
    text-transform: capitalize;
}

.at_scroll_div_content a {
    color: #ffffff;
    text-decoration: none;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3{
background: #ffffff;
//color: #000080;
 color: #2d6b07;
}

#colophon #theme-attribution, #colophon #site-info {
text-align: center;
margin: 3px;
color: white;
font-size: 11.5px;
}
.panel-grid-cell .widget-title {
margin-top: 0;
}

.entry-content ul li, .entry-content ol li {
margin-left: 0.3em;
}

.widget img {
    height: auto;
    border-radius: 5px;
}


#colophon {
    margin-bottom: 10px;
    background: white;
    padding: 10px 30px 2px 30px;
}

#footer-widgets .widget {
    padding: 0 15px;
    margin-bottom: 0;
    color: white;
}

.pt-cv-content:not(.pt-cv-nfs), .pt-cv-content:not(.pt-cv-nfs) * {
    font-size: 12px;
    line-height: 1.5em;
  text-align: justify;
}
.pt-cv-wrapper .btn {
  padding: 1px 12px;
  
}
.pt-cv-title a {
    font-weight: 600;
  text-align: justify;
  text-transform: capitalize;
}
.pt-cv-thumbnail {
    margin-bottom: 1px !important;
}
.pt-cv-wrapper img {
    border: 3px solid;
}

.pt-cv-wrapper .col-md-4 {
    /*width: 33.3333%;*/
    padding-bottom: 1px;
    margin-bottom: 0;
}
pt-cv-view .pt-cv-content-item > * {
    margin-bottom: 5px;
    margin-top: 1px;
}

 #footer-widgets .widget {
    background: none repeat scroll 0% 0% #161616;
}

textarea {
    overflow: auto;
    vertical-align: top;
  margin: 1px;
    height: 90px;
    width: 100%;
}

a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 5px 30px;
}
.pt-cv-wrapper .btn-success {
    color: blue;
    background-color: grey;
    border-color: #4CAE4C;
}
article.post, article.page {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 10px solid blue;
}
article.post, article.page {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 5px solid #2d6b07;
}
/*article.post.post-with-thumbnail-icon .entry-thumbnail img, article.page.post-with-thumbnail-icon .entry-thumbnail img {
    width: 150px;
    height: auto;
    border-radius: 3px;
    margin: 2px;
}
*/