@charset "utf-8";
/* CSS Document */

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

body{
font-family:Arial, Helvetica, sans-serif;
}


.posts.shortcode > .hentry .post-header span.sticky {
    color: #fff
}

.posts.shortcode > .hentry .post-header span.sep {
    color: #8c8c8c
}

.posts.shortcode > .hentry .post-header .post-title {
    width: 100%;
    margin: 0 0 24px 0
}

.posts.shortcode > .hentry .post-header .post-title a {
    color: #000
}

.posts.shortcode > .hentry .post-featured-image .wp-post-image {
    margin: 0 0 24px 0
}

.posts.shortcode.col-2>.hentry {
    width: 49%;
    padding: 48px
}

.posts.shortcode.col-2 > .hentry .post-header .post-title {
    font-size: 2em
}

.posts.shortcode.col-3>.hentry {
    padding: 24px;
    width: 32%
}

.posts.shortcode.col-3 > .hentry .post-header .post-title {
    font-size: 1.5em
}

.posts.shortcode.featured.col-2>.hentry {
    padding: 0;
    margin: 0;
    width: 50%
}

.posts.shortcode.featured.col-2 > .hentry .post-header {
    padding: 24px 48px
}

.posts.shortcode.featured.col-2 > .hentry .post-header .post-title {
    font-size: 2.2em
}

.posts.shortcode.featured.col-3>.hentry {
    padding: 0;
    margin: 0;
    width: 33.33%
}

.posts.shortcode.featured.col-3 > .hentry .post-header {
    padding: 24px 48px
}

.posts.shortcode.featured.col-3 > .hentry .post-header .post-title {
    font-size: 2.2em
}

.posts.shortcode.featured.col-4>.hentry {
    padding: 0;
    margin: 0;
    width: 25%
}

.posts.shortcode.featured.col-4 > .hentry .post-header {
    padding: 24px 48px
}

.posts.shortcode.featured.col-4 > .hentry .post-header .post-title {
    font-size: 1.8em
}

.posts .post-meta {
    width: 100%;
    line-height: 32px
}

.posts .post-meta span {
    display: inline-block;
    line-height: 32px;
    margin: 0;
    font-size: 14px;
    color: #8c8c8c
}

.posts .post-meta span a {
    color: #8c8c8c;
    text-decoration: none
}

.posts .post-meta span a:hover {
    color: #fcf751
}

.posts .author_description {
    margin: 52px auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background: #fff
}

.posts .author_description .author_description_inner {
    padding: 60px 60px 48px;
    display: inline-block
}

.posts .author_description .author_description_inner .image {
    display: inline-block;
    float: left;
    width: 100px
}

.posts .author_description .author_description_inner .image img {
    border-radius: 50%
}

.posts .author_description .author_description_inner .author_text_holder {
    margin-left: 100px
}

.posts .author_description .author_description_inner .author_text_holder h4 {
    margin: 0
}

.posts:after {
    content: '';
    display: block;
    clear: both
}

.single-post .posts {
    margin-top: 0
}

.single-post .main {
    width: 100%;
    max-width: 960px
}

.single-post .post-header {
    margin: 0 0 24px 0
}

.single-post .post-header .post-title {
    width: 100%;
    margin: 0;
    line-height: 1.1
}

.single-post .post-header div a {
    color: #000
}

body.single-projects .entry-content {
    padding: 0
}

.block-grid {
    position: relative;
    z-index: 100;
    width: 100%;
    margin: 0;
    overflow: hidden
}

.block-grid .block-item {
    float: left;
    overflow: hidden;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: gray;
    background: radial-gradient(ellipse at center, rgba(76, 76, 76, 0.05) 0%, rgba(89, 89, 89, 0.05) 0%, rgba(17, 17, 17, 0.4) 100%);
    background-size: cover;
    background-position: center center;
	margin-right:1px;
}

.block-grid .block-item a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    outline: 0;
    -moz-outline-style: none;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center
}

.block-grid .block-item a .over {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 2;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.block-grid .block-item a .content {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -webkit-backface-visibility: hidden;
    transition: opacity 0.3s, transform 0.4s;
    text-align: center;
	font-size:13px;
	color:#FFFFFF;

}

.block-grid .block-item a .content h5 {
    margin: 0;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
    width: 100%
}

.block-grid .block-item a .content i {
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10%;
    color: #FFFFFF;


}

.block-grid .block-item:hover .content {
    opacity: 1;
    transition: all 0.3s ease-in 0.1s;
    transform: translateY(0px)
}

.block-grid .block-item:hover .content i {
    transform: translateY(0px)
}

.block-grid .block-item.overlay-expand .over {
    top: 24px;
    left: 24px;
    bottom: 24px;
    right: 24px
}

.block-grid .block-item.overlay-expand:hover .over {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.block-grid .block-item.overlay-simple .over {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.block-grid .block-item.overlay-simple:hover .over {
    opacity: 1
}

.block-grid .error {
    text-align: center;
    color: #c00
}

.quarter-width {
    width: 16.6%
}

.third-width {
    width: 33.33%
}

.half-width {
    width: 50%
}

.full-width {
    width: 100%
}

body.search .top-header h2.page-title,
body.archive .top-header h2.page-title {
    padding-bottom: 72px
}

body.search .top-header h2.page-title span,
body.archive .top-header h2.page-title span {
    color: #000
}

body.search section.content,
body.archive section.content {
    padding: 72px 0 0;
    background: #fff
}

body.search section.content .wrap,
body.archive section.content .wrap {
    max-width: 960px;
    margin: 0 auto
}

body.search section.content .wrap .hentry,
body.archive section.content .wrap .hentry {
    padding: 24px 0
}

body.search section.content .wrap .hentry .entry-header-search,
body.archive section.content .wrap .hentry .entry-header-search {
    margin: 0 0 12px 0
}

body.search section.content .wrap .hentry .entry-header-search span.type,
body.archive section.content .wrap .hentry .entry-header-search span.type {
    display: table-cell;
    padding: 0 12px 0 0;
    line-height: 48px;
    color: #8c8c8c;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    border-right: 1px solid #d7d7d7
}

body.search section.content .wrap .hentry .entry-header-search h3.title,
body.archive section.content .wrap .hentry .entry-header-search h3.title {
    display: table-cell;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 48px;
    padding-left: 12px;
    font-size: 32px;
    vertical-align: middle
}

body.search section.content .wrap .hentry .entry-header-search h3.title sup,
body.archive section.content .wrap .hentry .entry-header-search h3.title sup {
    font-size: 14px;
    vertical-align: super
}

body.search section.content .wrap .hentry .post-content,
body.archive section.content .wrap .hentry .post-content {
    padding: 12px 0 0
}

body.search section.content .wrap .hentry .post-content .post-thumbnail,
body.archive section.content .wrap .hentry .post-content .post-thumbnail {
    margin-right: 24px;
    display: inline-block;
    float: left;
    width: auto;
    height: auto
}

body.search section.content .wrap .pagination,
body.archive section.content .wrap .pagination {
    margin-top: 48px
}

#full-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 0.5s ease-in-out;
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0
}

#full-search.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1
}

#full-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 100%;
    height: 150px;
    line-height: 100px;
    color: #000;
    background: transparent;
    font-size: 92px;
    text-align: center;
    margin: 0px auto;
    margin-top: -83px;
    padding: 16px;
    outline: none;
    border: none
}

#full-search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -35px
}

.pagination {}

.pagination .wp-prev-next ul {
    width: 100%
}

.pagination .wp-prev-next .prev-link {
    float: left
}

.pagination .wp-prev-next .next-link {
    float: right
}

.project-pagination,
.woocommerce nav.woocommerce-pagination {
    display: block;
    text-align: center
}

.project-pagination ul,
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px;
    border: none
}

.project-pagination li,
.woocommerce nav.woocommerce-pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border: none
}

.project-pagination a,
.project-pagination span,
.woocommerce nav.woocommerce-pagination a,
.woocommerce nav.woocommerce-pagination span {
    margin: 0;
    text-decoration: none;
    line-height: 1em;
    font-size: 1em;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #8c8c8c
}

.project-pagination a:hover,
.project-pagination a:focus,
.project-pagination span:hover,
.project-pagination span:focus,
.woocommerce nav.woocommerce-pagination a:hover,
.woocommerce nav.woocommerce-pagination a:focus,
.woocommerce nav.woocommerce-pagination span:hover,
.woocommerce nav.woocommerce-pagination span:focus {
    color: #8c8c8c
}

.project-pagination .current,
.woocommerce nav.woocommerce-pagination .current {
    cursor: default;
    color: #8c8c8c;
    font-weight: bold
}

.project-pagination .current:hover,
.project-pagination .current:focus,
.woocommerce nav.woocommerce-pagination .current:hover,
.woocommerce nav.woocommerce-pagination .current:focus {
    color: #8c8c8c
}

div#respond-container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 48px;
    padding: 48px;
    background: #fff
}

div#respond-container #comments-title {
    margin: 0 0 48px 0;
    padding: 0 0 24px 0;
    font-size: 32px;
    border-bottom: 1px solid #f9f9f9
}

.commentlist {
    margin: 24px 0;
    list-style-type: none;
    border-bottom: 1px solid #f9f9f9
}

.comment {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 0
}

.comment .comment-author {
    padding: 0;
    border: 0
}

.comment .vcard {
    margin-left: 90px
}

.comment .vcard h4 {
    margin: 0;
    font-size: 24px;
    padding: 8px 0 0 0
}

.comment .vcard time {
    font-size: 14px;
    margin-top: -5px;
    display: block
}

.comment .vcard time a {
    color: #8c8c8c;
    text-decoration: none
}

.comment .vcard time a:hover {
    text-decoration: underline
}

.comment .vcard .avatar {
    position: absolute;
    left: 0;
    border-radius: 50%
}

.comment:last-child {
    margin-bottom: 0
}

.comment .alert-info {
    margin: 42px 0 0 0;
    padding: 12px
}

.comment .alert-info p {
    margin: 0;
    font-size: 14px
}

.comment .children {
    margin: 0
}

.comment[class*=depth-] {
    margin-top: 1.1em
}

.comment.depth-1 {
    margin-left: 0;
    margin-top: 0
}

.comment:not(.depth-1) {
    margin: 0 0 24px 90px
}

.comment_content {
    margin: 24px 0 24px 90px
}

.comment_content p {
    margin: 0;
    line-height: 1.7
}

.comment-reply-link {
    display: block;
    padding: 12px 0 0 0;
    font-size: 12px;
    text-transform: uppercase
}

.comment-edit-link {
    font-style: italic;
    margin: 0 7px;
    text-decoration: none;
    font-size: 0.9em
}

.comment-respond {}

.comment-respond #reply-title {
    margin: 0;
    padding: 0
}

.comment-respond .logged-in-as {
    color: #8c8c8c;
    margin: 0;
    font-size: 13px
}

.comment-respond .comment-notes {
    margin: 0;
    padding-bottom: 12px;
    font-size: 14px
}

.comment-respond .comment-form-comment {
    margin: 1.5em 0 0.75em
}

.comment-respond .form-submit {
    margin: 0
}

.comment-respond .form-allowed-tags {
    padding: 0;
    font-size: 14px;
    color: #8c8c8c
}

.comment-respond .form-allowed-tags code {
    font-size: 13px
}

.comment-respond #comment-form-title {
    margin: 0 0 1.1em
}

.comment-respond .nocomments {
    margin: 0 20px 1.1em
}

.sidebar {
    padding: 0;
    margin: 0
}

.sidebar#sidebar-right {
    padding-left: 62px
}

.sidebar#sidebar-left {
    padding-right: 62px
}

.widgettitle {
    padding: 0;
    margin: 0 0 4% 0
}

.widget {
    margin-bottom: 24px
}

.widget img {
    width: 100%;
    height: auto
}

.widget ul {
    clear: both;
    width: 100%;
    padding-left: 0
}

.widget ul li {
    display: block;
    width: 100%;
    padding: 0.25em 0;
    border-bottom: 1px solid #d7d7d7
}

.widget ul li:first-child {
    border-top: none
}

.widget ul li:last-child {
    border-bottom: none
}

.widget ul li a,
.widget ul li a:visited {
    color: #8c8c8c;
    font-size: 0.9em
}

.widget ul li a:hover {
    color: #000
}

.widget ul li.current-menu-item>a {
    color: #000
}

.widget ul li ul {
    margin: 0;
    padding: 0
}

.widget ul li ul>li {
    text-indent: 24px
}

.no-widgets {
    background-color: #fff;
    padding: 1.5em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 1.5em
}

.widget_sbwp_text_widget h2 {
    margin-top: 0
}

.block-title {
    padding: 48px 24px
}

.block-title p {
    margin: 24px 0 0 0;
    font-size: 0.9em
}

.widget_rss .rss-date {
    display: block;
    margin-bottom: 12px
}

.widget_rss .rss-date,
.widget_rss li>cite {
    color: #8c8c8c
}

.content h5{
font-size:18px;
padding-bottom:10px;
}


