

.hideit {display: none;}

/* Kingsley 28052016 */
/*
footer.footer_border_columns .eltd_column > .column_inner {
    padding: 0 40px 0 0px;
}
div.eltd_column.column2.footer_col3 {
padding-left: 10px;
}
*/


@media only screen and (max-width: 768px){

    .portfolio_main_holder.projects_holder.hover_text article .item_holder .portfolio_title,
    .portfolio_main_holder.projects_holder.hover_text article .item_holder .portfolio_title a,
    .portfolio_main_holder.projects_holder.hover_text.no_space article .item_holder .portfolio_title,
    .portfolio_main_holder.projects_holder.hover_text.no_space article .item_holder .portfolio_title a{
    font-size: 22px;line-height: 24px;  }

}

/*For Contact Form 7*/
select.wpcf7-select{
  -webkit-appearance: menulist !important;
}

input.wpcf7-submit {
  color: #ffffff !important;
  border-color: #4872ae !important;
  background-color: #4872ae !important;
}

input.wpcf7-submit:hover {
  color: #ffffff !important;
  border-color: #4872ae !important;
  background-color: #4872ae !important;
}

/* Kingsley 14June2016*/
/* Remove padding for responsive screen */
    .blog_single.blog_holder article.format-link .post_content, .blog_single.blog_holder article.format-quote .post_content,
    .blog_holder.blog_single article .post_text .post_text_inner {
        padding: 0 !important;
    }


/* Kingsley 17Jun2016 - Remove the header separator line */
nav.main_menu.right>ul>li:last-child>a span.item_inner:after{
    display: none;
}
/* Reduce the Icon List Margin-Bottom */

.eltd_icon_list {
    margin-bottom: 0px !important;
}

.portfolio_like, .portfolio_print {display; none;}

/*Hide the blog date placeholder*/
.post_corner_info_holder {
display: none !important;
}
/*Move blog title left aligned*/
.blog_title_post_info_holder .post_text {
padding: 0px !important;
}

/*Hide Portfolio Details Title*/
h5.portfolio_detail_text_title {
display: none !important;
}

/* Kingsley 28052016 */
/*.content h2{
    font-size: 23px !important;
}*/

/* Remove blog post title top padding for desktop screen */
.blog_holder article h2 {
    padding: 5px 0 10px !important;
   font-size: 35px !Important;
}

/* Footer padding - Kingsley 2017-06-20*/
footer.footer_border_columns .eltd_column>.column_inner {padding: 0 15px !important;}

/* Hide Post Title for Idayu - Kingsley 2017-06-21*/
.blog_title_post_info_holder {display: none !important;}