/*
Theme Name: HMI Construction Services
Theme URI: http://hmiatx.com/
Description:
Version: 0.0.1
Tags:
Text Domain:
Author: Papermud
Author URI: http://papermud.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

footer .papermud-copyright {background-color: black;}

.ogt-alert { background: #42545A;color: white; }
  .ogt-alert p { margin: 15px 0; }

.header-item-1 {
  background: #FFFAF4;
}
  #text-4 i { float:left; }
  #text-4 span { margin-left: 30px;display: table; }

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}


body.home .main-content {
  display:none;
}
/* ALIGN TEXT */
.align-none{
    text-align: none;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.align-justify{
    text-align: justify;
}
.align-right{
    text-align: right;
}

.margin-top { margin-top: 20px; }

/* WORDPRESS */
.alignleft,
.alignright{
    margin-top: 10px;
    margin-bottom: 10px;
}
.alignnone,
.aligncenter{
    margin-top: 25px;
    margin-bottom: 25px;
}
.alignleft{
    float:left;
    margin-right: 15px;
}
.alignright{
    float:right;
    margin-left: 15px;
}
.aligncenter{
    clear:both;
    display: block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.sticky,
.gallery-caption,
.screen-reader-text,
.bypostauthor{}

.wp-caption{
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.wp-caption,
.wp-caption p,
.wp-caption a{
    font-style: italic;
}
.wp-caption,
.wp-caption p{
    color: #454545;
}
section .wp-caption p,
section .wp-caption p.wp-caption-text{
    background: rgba( 100, 100, 100, 0.01 );
    color: #454545;
    padding: 10px;
    margin: 0px;
}
section .post-thumbnail .valign-bottom-cell-wrapper{
    height: auto;
}
.single-portfolio .thumbnail-content footer,
section .post-thumbnail footer{
    background: rgba( 0,0,0, 0.4 );
    color: #ffffff;
    font-style: italic;
    padding: 10px;
}
.wp-caption img{
    display: block;
    margin: 0px auto;
}

.papermud-round-corners{
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        border-radius: 5px;
}

code {
    background: #e9e9e9;
    font-size: 12px;
    padding: 2px 8px;

    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
code {
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    color: #333;
}
