/**! ------ Custom Portfoio Page Header Tweak -------- **/
.blogcontent h1 {
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    line-height: 125px;
}
/**! ------ Custom H2 Heading Tweak -------- **/
h2 {
    font-weight: 600;
}
/**! ------- Remove Featured Image Thumnail on Portfoio Items -------- **/
.post .thumb, .portfolio .thumb {
    margin-bottom: 20px;
    display: none;
}
/**! ------- Custom Overlay Titles on Portfoio List Items -------- **/
h2.ptitletext {
    text-align: center;
    padding-top: 42%;
    font-size: 1.6em;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.1;
}
/**! ------ Remove Erroneous Launch Project Button from Portfolio Pages -------- **/
.btn-danger {
    display: none;
}
/**! ------ Custom Tweaks to Porfolio Cards on Home -------- **/
ul.portfolioContainer li .lightCon, .work-items .work-item .lightCon {
    max-height: 200px;
    max-width: 300px;
    display: block;
    margin: 3px 3px 4px 4px;
    border-radius: 20px;
}

/**! ------ Remove Erroneous HR above footer -------- **/
.post hr, hr.fancy, .portfolio hr.fancy-hr {
    display: none;
}
/**! ------ Custom Video Box Tweak -------- **/
.movies-container img {
    border-radius: 20px;
}
/**! ------ Portfolio Zoom Overlay Box Removal -------- **/
span.hoverBox .zoom {
    visibility: hidden;
    display: none;
}
/**! ------ Portfolio Link/box Overlay Box Alignment Tweak-------- **/
span.hoverBox .smallIcon {
    width: 94px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -69px;
    margin-top: -21px;
}
/**! ------ Contact Form7 Form Tweaks-------- **/


.wpcf7-email {
    margin-top: 0;
}

.conForm input {
    background: #ffffff;
    color: #93959c;
    padding: 15px 15px;
    border: none;
    margin-right: 3%;
    margin-bottom: 20px;
    outline: none;
    font-style: italic;
}
.conForm textarea {
    background: #ffffff;
    color: #93959c;
    padding: 15px 15px;
    border: none;
    margin-bottom: 40px;
    outline: none;
    height: 100px;
    font-style: italic;
}

.conForm .submitBnt {
    background: #ff675f;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    float: right;
    margin: 0px;
}

.conForm .submitBnt:hover {
    background: #f5534b;
}
