


/* ==========================================================================
    3. TYPOGRAPHY 
    ========================================================================= */

p,
a {
    color: #777777; 
}
p,
span {
    line-height: 22px;
}
p {
    padding-bottom: 20px;
}
a {
    line-height: 22px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'BKoodak','Montserrat', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
    color: #333;
}

h1{
    font-size: 30px;
    line-height: 30px;
}

h2{
    font-size: 24px;
    line-height: 26px;
}

h3{
    font-size: 21px;
    line-height: 24px;
}

h4{
    font-size: 18px;
    line-height: 22px;
}

h5{
    font-size: 16px;
    line-height: 18px;
}

h6{
    font-size: 15px;
    line-height: 18px;
}
strong {
    font-weight: 600;
}
strong a:hover {
    text-decoration: underline;
}
.dark strong {
    color: #bbbbbb;
}
ul,
ol {
    list-style-position: inside;
    list-style-type: none;
}
ul li,
ol li {
    padding-bottom: 0;
}
.listy-style-none {
    list-style: none;
}
ul.list-border li,
ol.list-border li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    padding-top: 3px;
}
ul.list-border li:last-child,
ol.list-border li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
ul.list-border li:first-child,
ol.list-border li:first-child {
    padding-top: 0;
}
.page-content ul {
    margin-bottom: 15px;
}
.page-content ul li{
    position: relative;
    font-size:14px;
}
blockquote + p {
    margin-top: 15px;
}









/* ==========================================================================
    8. NEWS
============================================================================= */

/* ==========================================================================
    8.1. LATEST POSTS
============================================================================= */

.post-details h4,
.post-details h6 {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

.pi-latest-post .post-details .fa {
    font-size: 40px;
    float: right;
    margin-left: 20px;
    margin-bottom: 40px;
}

.pi-latest-posts li{
    list-style: none;
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.pi-latest-posts li:last-child{
    margin-bottom: 0;
}

.pi-latest-posts li .post-media{
    width: 165px;
    height: 100px;
    float: right;
    margin-bottom: 0;
}

.pi-latest-posts li .post-details{
    padding-right: 180px;
}

.pi-latest-posts li .post-details h5{
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    margin-bottom: 10px;
}

.pi-latest-posts .post-date p,
.pi-latest-post .post-date p {
    color: #888888;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    padding-bottom: 5px;
}

.pi-latest-posts .post-date i{
    padding-left: 3px;
    font-size: 18px;
}

/* ==========================================================================
    8.2. NEWS LIST
    ========================================================================= */


.blog-posts li{
    list-style: none;
}

.blog-posts .pagination{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0px none;
    float: left
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {  
    background-color: #222222;
    border-color: #222222;
}
.pagination>li>a {
    padding: 5px 10px;
    font-size: 13px;
    color: #666666;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.pagination>li>a:before {
    font-weight: 800;
}
.pagination>li:active>a{
    color: #fff;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #666666; 
}

.blog-post .post-body h3{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-post .post-media {
    margin-bottom: 25px;
}
.blog-posts.post-list .blog-post{
    padding-bottom: 40px;
}

.post-list .blog-post .post-date p,
.post-single .blog-post .post-date p{
    color: #888888;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    padding-bottom: 5px;
}
.post-list .blog-post .icon-container i,
.post-single .blog-post .icon-container i {
    padding-left: 3px;
    font-size: 36px;
}
.post-list .icon-container {
    height: 130px;
    padding-left: 20px;
}

.post-list .blog-post .post-body h3{
    font-size: 18px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* ==========================================================================
    8.3. NEWS SINGLE POST
    ========================================================================= */

.post-media{
    width: 100%;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 25px;
}

.post-media .post-img img{
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    opacity: 1;
}

.post-media .post-img:hover img{
    opacity: 0.7;

    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
}
.post-single .blog-post .icon-container {
    width: 50px;
    float: right;
}
.post-single .blog-post .post-body {
    margin-right: 55px;
}

/*  POST COMMENTS
    ------------------------------------------------------------------------- */

.post-comments {
    float: right;
}
.comments-li > li:last-child,
.comments-li > li:last-child .comment{
    border: none;
    margin-bottom: 0;
}
.comments-li .comment {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
    margin-top: 35px;
}

.comments-li .comment a.avatar img {
    max-width: none;
}

.comments-li .comment .date {
    font-size: 13px;
    font-style: italic;
    padding-bottom: 10px;
}
.media-heading.author {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #252525;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
.comments-li .comment .media-right,
.comments-li .comment .media>.pull-right {
    padding-left: 20px;
}
.comments-li .comment .comment-body {
    margin-right: 100px;
    margin-top: 15px;
}
.comments-li .comment .comment-reply-link {
    display: block;
    margin-top: 0;
    padding-right: 22px;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    float: left;
    -webkit-transition:none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.comments-li .comment .comment-reply-link .fa {
    margin-left: 8px;
    font-size: 15px;
    -webkit-transition:none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.comments-li .comment.child {
    float: right;
} 


/*  COMMENT FORM
    ------------------------------------------------------------------------ */
.form-control {
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;

}
#commentform {
    margin-top: 10px;
}
.comment-form{
    width: 100%;
    float: right;
}

.comment-form .form-group{
    width: 50%;
    float: right;
    padding-left: 30px;
    margin-bottom: 20px;
}

.comment-form .form-group:nth-child(2),
.comment-form .form-group:nth-child(3){
    padding-left: 0;
}

.comment-form .wpcf7-message{
    width: 100%;
}

.comment-form label{
    width: 100%;
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    color: #444444;
}
.required {
    color: #ce292d;
}
.italic {
    font-style: italic;
    color: #444444;
}