/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

#formWrap{
   width:100%;
   line-height:1.8em;
}

#formWrap h3{
    font-size:21px;
    font-weight:500;
}

.form-haveto {
    display: inline-block;
    padding: 2px;
    background-color: #bd0000;
    color: #fff;
    font-size: 11px;
    font-weight:300;
    line-height: 1.4em;
    margin-left: 3px;
}

.confirm-button{
    display:inline-block;
    padding:5px 10px;
    background-color:#a48b77;
    color:#fff;
    font-size:14px;
    letter-spacing:1px;
    border:none;
}

.reset-button{
    display:inline-block;
    padding:5px 10px;
    background-color:#ccc;
    color:#000;
    font-size:14px;
    letter-spacing:1px;
    border:none;
}

.swiper-pagination {
	display: none !important;
}

.su-post-comments-link {
	display: none !important;
}

.su-post-excerpt {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comments-area {
	display: none !important;
}