/*
Theme Name: Chitra
Theme URI: http://www.theme-cafe.com/wp/chitra/
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.0
Author: chitra.com
Author URI: http://chitra.com
Tags: light, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
@import "library/css/custom-font.css";

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    padding: 0;
    font-size: 16px;
    color: #333333;
    /*font-family: 'Roboto';*/
    line-height: 24px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

#wrapper {
    margin-top: 0;
    position: relative;
    z-index: 100;
    background-color: #f6f6f6;
}

body.site-boxed-layout #wrapper {
    overflow: hidden;
}

#wrapper.content_top_margin {
    margin-top: 100px;
}

#wrapper.content_top_margin_none {
    margin-top: 0 !important;
}

#main {
    overflow: hidden;
    position: relative;
}

body.has_slider .page_header {
    position: absolute;
    left: 0;
}

body.has_slider header.scrolled.fixed_hiding,
body.has_slider header.sticky {
    position: fixed;
}

.site-boxed-layout .header_bottom .container {
    width: 100%;
}

.site-boxed-layout.has_slider.page-template-page-homepage-php header {
    width: 100%;
}

body.has_slider #wrapper, body.has_slider .main_wrapper,
body.has_slider #main {
    position: static;
}

body.has_slider .main_wrapper .main_wrapper_inner {
    overflow: visible;
}

a {
    text-decoration: none;
    color: #9B9B9B;
    font-weight: 300;
}

a:hover, a:focus {
    color: inherit;
}

ul, li {
    font-weight: 300;
}

ul, li {
    padding-left: 0;
    list-style-position: inside;
}

a:hover {
    color: #16c3d3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'RobotoSlab';*/
}

p {
    font-weight: 300;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

blockquote p, blockquote span, blockquote {
    font-style: italic;
    /*font-family: 'RobotoSlab';*/
    color: #333333;
}

a:focus {
    outline: none;
}

button,
input[type="submit"],
.comment-form #submit,
input[type="button"],
input[type="reset"] {
    background-image: none;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
    border-radius: 0;
    line-height: 15px;
    font-size: 16px;
    padding: 15px 20px;
    margin: 2px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    -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;
    z-index: 1;

    border: #000000 2px solid;
    background-color: #000000;
    color: #ffffff;
}

button:after,
.comment-form #submit:after,
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -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;
    width: 0;
    z-index: -1;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
}

button:hover,
.comment-form #submit:hover,
.comment-form #submit:focus,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    border: #000000 2px solid;
    color: #000000 !important;
    background-color: #FFFFFF;
}

button:hover:after,
button:focus:after,
.comment-form #submit:hover:after,
.comment-form #submit:focus:after,
input[type="submit"]:hover:after,
input[type="button"]:hover:after,
input[type="reset"]:hover:after,
input[type="submit"]:focus:after,
input[type="button"]:focus:after,
input[type="reset"]:focus:after {
    width: 0%;
}

/* dotirecommended this css start */
.dot-irecommendthis:before {
    content: "\f004";
    font-family: "FontAwesome";
    line-height: 1;
}

#portfolios-masonry .dot-irecommendthis,
.slider-portfolio .dot-irecommendthis,
.og-grid .dot-irecommendthis {
    font-size: 20px;
}

.dot-irecommendthis {
    background: none !important;
    margin-bottom: 0;
}

.dot-irecommendthis:hover, .dot-irecommendthis.active {
    color: #ffffff !important;
}

/* dotirecommended this css end */

.archive .dot-irecommendthis-count {
    color: #9B9B9B;
}

.post-description .dot-irecommendthis-suffix {
    display: inline-block;
}

.post-description .counter > div {
    line-height: 1;
}

.post-description span,
.post-description .dot-irecommendthis:before {
    margin-right: 5px;
    line-height: 1;
}

.porfolio-content .dot-irecommendthis-count,
.masonry-project-content .dot-irecommendthis-count,
.masonry-porfolio-content .dot-irecommendthis-count {
    font-size: 14px;
    display: none;
}

.porfolio-content:hover .dot-irecommendthis-count,
.masonry-project-content:hover .dot-irecommendthis-count,
.masonry-porfolio-content:hover .dot-irecommendthis-count,
.masonry-container .is_active .dot-irecommendthis-count
.og-grid .is_active .dot-irecommendthis-count {
    display: block;
}

.slider-portfolio .dot-irecommendthis,
.masonry-project-content .dot-irecommendthis,
.masonry-porfolio-content .dot-irecommendthis {
    margin-bottom: 0 !important;
}

.display_details {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slider-portfolio:hover .display_details,
.masonry-project-content:hover .display_details,
.masonry-porfolio-content:hover .display_details,
.masonry-container .is_active .display_details,
#portfolio-container .is_active .display_details,
.porfolio-content:hover .display_details,
.og-expander .is_active .display_details {
    display: block;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.mask-description .cat-link > a:hover, .mask-description .dot-irecommendthis:before:hover, .mask-description h2 > a:hover {
    color: #ffffff !important;
}

.slider-portfolio .dot-irecommendthis-count,
.porfolio-content .dot-irecommendthis-count,
.masonry-project-content .dot-irecommendthis-count,
.masonry-porfolio-content .dot-irecommendthis-count {
    background: none repeat scroll 0 0 #000000;
    border-radius: 4px;
    font-size: 14px;
    padding: 1px 4px;
    text-align: center;
}

/*dotirecommended this css end*/

/* Filter Menu css start */
/*.filter-navigation {
    padding: 8px 0 12px;
    background-color: #29c5d4;
    clear: both;
    position: relative;
    right: 0;
    top: 0;
}
.category-option-set {
    text-align: right;
    margin-right: 60px;
}
.category-option-set li {
    display: inline-block;
    float: none;
}
.category-option-set li a {
    color:#fff;
    background-color: inherit;
    margin : 2px 5px !important;
    font-size: 13px;
    font-weight: 300;
    border-radius:0;
    padding: 0 !important;
}
.category-option-set > li > a:hover,
.category-option-set > li > a:focus,
.category-option-set > li.active > a:hover,
.category-option-set > li.active > a:focus,
.category-option-set > li.active > a {
    border-bottom:1px solid;
    background-color: inherit !important;
    color:#fff;
}*/
.filter_outer {
    display: block;
    position: relative;
    text-align: center;
}

.vertical_menu_enabled:not(.vertical_menu_hidden) .container {
    width: 100%;
}

.vertical_menu_enabled .filter_outer {
    /*margin: 0 0 40px;*/
}

.filter_holder {
    display: inline-block;
}

.filter_holder ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    vertical-align: middle;
}

.filter_holder ul li {
    cursor: pointer;
    display: block;
    margin: 0;
    float: left;
    text-align: center;
}

.filter_holder ul li a {
    display: inline-block;
    padding: 5px 22px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

.filter_holder ul li.active a {
    color: #29c5d4 !important;
}

.filter_holder ul li:hover a {
    color: #29c5d4 !important;
}

/* Filter Menu css end */

/*.preload {
    background-color: #333333;
    background-image: url("images/loader.GIF");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}*/
/*Preloader start*/
.preload {
    background-color: #333333;
    height: 100%;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.preload_portfolio {
    display: none;
    background-color: #16c3d3;
    opacity: 1;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.preload_portfolio .preloader,
.preload .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin: -30px 0 0 -40px;
}
.preload_portfolio .lines ,
.preload .lines {
    width: 80px;
    height: 40px;
    position: absolute;
}
.preload_portfolio .line,
.preload .line {
    width: 80px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    clip: rect(0, 0, 20px, 0);
}
.preload_portfolio .line-1,
.preload .line-1 {
     top: 0;
     animation: slide 2s ease 0s infinite;
 }

.preload_portfolio .line-2 ,
.preload .line-2 {
     top: 15px;
     animation: slide 2s ease 0.25s infinite;

 }

.preload_portfolio .line-3 ,
.preload .line-3 {
     top: 30px;
     animation: slide 2s ease 0.5s infinite;
 }

.preload_portfolio .loading-text ,
.preload .loading-text {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-family: sans-serif;
    letter-spacing: 3px;
    line-height: 10px;
    height: 10px;
    animation: fade 1s ease 0s infinite;
}

@keyframes slide {
    0% {
        clip: rect(0, 0, 20px, 0);
    }

    30% {
        clip: rect(0, 80px, 20px, 0);
    }

    50% {
        clip: rect(0, 80px, 20px, 0);
    }

    80% {
        clip: rect(0, 80px, 20px, 80px);
    }

    100% {
        clip: rect(0, 80px, 20px, 80px);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.load-more-loader {
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1em;
    height: 2em;
    width: 2em;
    border-radius: 4em;
    border: 0.25em solid #bcbcbc;
    border-left-color: #05BFAF;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: none;
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*Preloader end*/

.full-page-no-content-found {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.no-post-found-container {
    display: block;
    float: left;
    height: 100%;
    text-align: center;
    padding: 30px;
    position: relative;
    width: 100%;
}

/* For kenburn slideshow */
.kenburns-slide {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.kenburn-slideshow {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.kenburns-controls-wrapper {
    /*background-image: none !important;
    top: 35% !important;
    left: 5% !important;
    width:90% !important;
    text-align: center;
    position: absolute;*/
    display: table;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.kenburn-inner-container {
    display: table-cell;
    padding: 120px 20px 50px;
    vertical-align: middle;
}

.kenburns-controls-wrapper h2, h2 #slidecaption {
    line-height: 0.9;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    float: inherit !important;
    /*display: inline-block;*/
    /*max-width: 90%;*/
    line-height: 0.7;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
}

.kenburns-controls-wrapper .slide-content {
    max-width: 1100px;
    margin: 0 auto;
}

.kenburns-controls-wrapper .slidetitle,
.kenburns-controls-wrapper .slidetitle p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    clear: both;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    padding-top: 15px;
    /*display: inline-block;*/
    /*max-width: 90%;*/
    font-weight: 300;
    margin: 0 auto;
}

.sl-slider-content.left .separator,
.kenburn-inner-container.left .separator {
    margin-left: 0;
}

.sl-slider-content.right .separator,
.kenburn-inner-container.right .separator {
    margin-right: 0;
}

@media screen and (max-width: 660px) {
    .kenburns-controls-wrapper h2, h2 #slidecaption {
        font-size: 28px;
    }

    .kenburns-controls-wrapper .slidetitle p {
        font-size: 15px;
        line-height: 18px;
    }

    .kenburns-controls-wrapper h2:before, .kenburns-controls-wrapper h2:after {
        content: "";
    }
}

@media screen and (max-width: 480px) {
    .kenburns-controls-wrapper h2, h2 #slidecaption {
        font-size: 18px;
    }

    .kenburns-controls-wrapper .slidetitle p {
        font-size: 12px;
    }

    .kenburns-controls-wrapper h2:before, .kenburns-controls-wrapper h2:after {
        content: "";
    }
}

/* For kenburn slideshow end */

/* For menu css start */
.chitra-social-media {
    width: 100%;
}

.chitra-social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.chitra-social-media li {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}

.chitra-social-media li a > i {
    font-size: 18px;
}

.chitra-social-media li i:hover {
    color: #16c3d3;
}

.vertical_menu_area_widget_holder .chitra-social-media ul {
    text-align: inherit;
}

.vertical_menu_area_widget_holder .chitra-social-media li:first-child {
    padding-left: 0;
}

.vertical_menu_area_widget_holder .chitra-social-media li {
    text-align: inherit;
}

.fullscreen-logo {
    margin: 30px 0 0 80px;
    float: left;
    position: absolute;
    z-index: 5000;
}

/* For menu css end*/

/* For homepage with slider */
.sl-slider-wrapper-post {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.sl-slider-wrapper .attachment-post-thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

/* For homepage with slider end */

/* margin */
.margin-zero {
    margin: 0 !important;
}

.margin-top-zero {
    margin-top: 0 !important;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-tb5-lr0 {
    margin: 5px 0;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

/* padding */

.no-padding-top {
    padding-top: 0;
}

.padding-top-zero {
    padding-top: 0 !important;
}

.padding-zero {
    padding: 0 !important;
}

.padding-bottom-zero {
    padding-bottom: 0 !important;
}

.padding-left-zero {
    padding-left: 0 !important;
}

.padding-right-zero {
    padding-right: 0 !important;
}

.padding-b10-lr0 {
    padding: 0 0 10px 0;
}

.padding-top15 {
    padding-top: 15px;
}

.white {
    color: white !important;
}

.bg_blue {
    background-color: #16C3D3 !important;
}

/*opacity:1;
filter:alpha(opacity=100); *//* For IE8 and earlier */

/* contact page1 style start */
.contact_header {
    background-color: #16c3d3;
    padding: 80px 0;
    min-height: 310px;
}

.contact_header .title,
.contact_full_bg .title {
    color: white;
    padding-bottom: 15px;
    margin: 0;
}

.staff-header.full-section {
    display: table;
}

.staff-header.full-section .row-fluid {
    display: table-cell;
}

.contact_header .sub_title,
.staff-header .sub_title,
.contact_full_bg .sub_title {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
}

.staff-header {
    height: 310px;
}

.contact_image_bg {
    background-size: cover;
    min-height: 610px;
    background-position: center center;
}

.contact_image_bg .contact_sidebar {
    padding: 40px 50px 0;
}

.color_white {
    color: white !important;
}

.contact_sidebar.address-detail .fa {
    margin-right: 10px;
}

.contact_sidebar .content a > i:before {
    margin: 0;
    width: auto;
}

.contact_sidebar .content a > i {
    margin-right: 15px;
}

.contact_sidebar .content {
    font-weight: 300;
}

.contact_sidebar .chitra-social-media a > i {
    font-size: 18px;
}

.contact_sidebar .chitra-social-media {
    text-align: left;
}

.contact_sidebar .chitra-social-media {
    padding: 0;
}

.contact_sidebar .chitra-social-media li {
    padding: 0;
}

.contact_image_bg .contact_sidebar .chitra-social-media i:hover {
    color: #16C3D3;
}

.contact_image_bg .contact_sidebar .chitra-social-media a > i {
    color: white;
}

.contact_section.contact_section_position_right {
    text-align: right;
}

.contact_section.contact_section_position_left {
    text-align: left;
}

.contact_section.contact_section_position_center {
    text-align: center;
}

.contact_image_bg .contact_sidebar .color_grey .chitra-social-media a > i,
.contact_image_bg .color_grey .chitra-social-media a i {
    color: #333333;
}

.contact_image_bg .color_grey {
    color: #333333;
}

/* contact page1 style end */

/*contact form css strat*/
.contact_form {
    margin: 50px;
}

.contact_form input[type=text],
.contact_form input[type=password],
.contact_form input[type=email],
textarea,
select,
.uneditable-input,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input,
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
    border: 1px solid #C9C9C9;
    color: #868686;
    margin-bottom: 0;
    padding: 10px 15px;
    font-weight: 300;
    width: 100%;
    border-radius: 0;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus,
.contact_form input[type=password]:focus,
textarea:focus,
select:focus,
.uneditable-input:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment input:focus,
.comment-form-author textarea:focus,
.comment-form-email textarea:focus,
.comment-form-url textarea:focus,
.comment-form-comment textarea:focus {
    border: 1px solid #83E2E4;
    color: #868686;
    margin-bottom: 0;
    padding: 10px 15px;
    font-weight: 300;
    width: 100%;
}

.mejs-controls button:after {
    background: none;
}

.margin-tb10-lr0 {
    margin: 10px 0;
}

.contact_form div.wpcf7-validation-errors {
    border: none;
}

.contact_form div.wpcf7-response-output {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    float: left;
    margin: 0;
}

.contact_form span.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

form.invalid input.wpcf7-not-valid, form.invalid select.wpcf7-not-valid, form.invalid textarea.wpcf7-not-valid {
    border: 1px solid red;
}

/*contact page1 style end*/

/*full bg contact page1 style start*/
.contact_full_bg {
    padding: 100px 0 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 610px;
    background-position: center center;
}

.contact_full_bg .black_btn {
    width: 100% !important;
}

.contact_full_bg .contact_form {
    margin: 10px 60px;
}

.contact_full_bg .title {
    margin-top: 110px;
}

.contact_full_bg_bottom .chitra-social-media a > i {
    color: #333333;
}

.contact_full_bg_bottom .contact_sidebar .content {
    color: #333333;
}

.contact_full_bg_bottom.color_white .chitra-social-media a > i,
.contact_full_bg_bottom.color_white .contact_sidebar .content {
    color: #ffffff;
}

.contact_full_bg_bottom {
    padding: 0 20px 50px;
}

.contact_full_bg_bottom .col-xs-12.col-sm-3.col-md-3.col-lg-3 {
    padding-top: 50px;
}

.map_header {
    height: 535px;
}

.contact_image_bg .contact_sidebar .address1 {
    padding-right: 10px !important;
}

.contact_image_bg .contact_sidebar .address2 {
    padding-left: 10px !important;
}

@media screen and (max-width: 767px) {
    .contact_full_bg .contact_form {
        margin: 0;
    }

    .contact_image_bg .contact_sidebar .address2 {
        padding-top: 40px !important;
    }

    .contact_image_bg {
        padding-bottom: 40px !important;
    }

    .og-expander .favorite .dot-irecommendthis-count {
        line-height: 1;
    }
}

@media screen and (max-width: 480px) {
    .contact_full_bg .contact_form {
        margin: 0;
    }

    .contact_image_bg .contact_sidebar .address2 {
        padding-top: 40px !important;
    }

    .contact_image_bg {
        padding-bottom: 40px !important;
    }

    .map_header {
        height: 350px !important;
    }

    .og-expander .favorite .dot-irecommendthis-count {
        line-height: 1;
    }
}

/*full bg contact page1 style end*/

/*Setup wordpress gallery css*/
.post-gallery-carousel img {
    min-width: 100% !important;
    width: 100% !important;
}

.post-gallery-carousel {
    min-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bx-wrapper .bx-viewport {
    border: 0 !important;
}

.carousel .carousel-control {
    top: 95%;
}

.carousel-control {
    font-size: 40px;
    height: 40px;
    left: 15px;
    line-height: 26px;
    width: 40px;
    margin-top: -19px;
    opacity: 1 !important;
    font-weight: 900;
}

.carousel-control.left {
    left: auto;
    right: 50px;
}

/*Blog style*/
.entry-content img {
    height: auto;
    width: 100%;
}

.bx-wrapper .bx-viewport {
    left: 0 !important;
}

.post-category span {
    font-size: 14px;
    color: #333333;
}

.post-category {
    color: #9B9B9B;
}

#blog .dot-irecommendthis {
    display: inline;
}

#blog .post-description .dot-irecommendthis:before {
    font-size: 16px;
    margin-left: -20px;
    display: inline;
    color: #333333;
}

#blog .dot-irecommendthis {
    display: inline;
}

#blog .post-description .dot-irecommendthis:before {
    font-size: 16px;
    margin-left: -20px;
    display: inline;
    color: #333333;
}

#blog .container {
    width: 100%;
    margin: 0 !important;
    padding-top: 20px;
}

#blog .container .row-fluid .layout1c {
    margin: 0 !important;
    padding: 0 !important;
}

#blog .container .row-fluid {
    width: 90%;
    text-align: center;
    margin: auto;
}

#main article img, #blog article img {
    height: auto;
    max-width: 100%;
}

#blog article .post_content {
    text-align: center;
}

.blog-divider {
    background-image: url("images/blog-divider.png");
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    float: left;
    clear: both;
    padding: 50px 0;
}

#blog .entry-title a:hover,
.post-description .fa,
#blog .entry-title a {
    color: #333333;
    word-wrap: break-word;
}

article a, .post-date time, a:hover, a:focus {
    text-decoration: none;
}

.entry-title a {
    line-height: 30px;
}

#blog .post-description,
#blog .entry-content p,
#blog .entry-content {
    color: #9B9B9B;
    font-weight: 300;
    font-size: 16px;
}

#blog .dot-irecommendthis-count {
    font-weight: 300;
    font-size: 14px;
    color: #9b9b9b;
}

.post-description > span:after {
    content: "/";
    padding: 5px;
}

#blog .fluid-width-video-wrapper iframe,
#blog .fluid-width-video-wrapper object,
#blog .fluid-width-video-wrapper embed {
    height: 475px !important;
}

.videoWrapper iframe {
    width: 100%;
}

#blog .bx-wrapper .bx-viewport {
    max-height: 475px;
}

#blog .fullwidth-image-container {
    width: 100%;
    height: 475px;
    background-position: center;
    background-size: cover;
}

#blog div.blog-divider > *:last-child {
    display: none !important;
}

#blog .dot-irecommendthis:hover, #blog .dot-irecommendthis.active {
    color: #ffffff !important;
}

#blog .post-description a {
    font-weight: 300;
    font-size: 14px;
}

#blog .post-description .fa {
    color: #333333;
    font-family: 'FontAwesome';
    font-size: 14px;
}

#blog .img_blog_quote {
    display: table;
    height: 475px;
    width: 100%;
    position: absolute;
    top: 0;
    color: #ffffff;
}

#blog .blog_quote {
    background-color: #16C3D3;
    display: table;
    height: 475px;
    width: 100%;
}

#blog .quote_text {
    color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 10%;
}

#blog .quote_text .quote-head {
    font-style: italic;
    font-weight: 200;
}

#blog .quote_text .fa {
    font-size: 60px;
}

#blog article {
    clear: both;
    border: none;
}

#blog .read-more {
    font-weight: 300;
    color: #333333;
    display: block;
    margin-top: 10px;
}

#blog .read-more:before {
    content: '\A';
}

#blog .read-more:hover {
    color: #16c3d3;
}

#blog .img_blog_quote {
    height: 475px;
}

/*For masonry blog type start*/
#blog-masonry,
#blog-masonry .element {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

#blog-masonry .element {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

#blog-masonry .entry-title a {
    color: #333333;
    word-wrap: break-word;
}

#blog-masonry .entry-content p,
#blog-masonry .entry-content {
    font-weight: 300;
    word-wrap: break-word;
}

#blog-masonry .counter {
    font-size: 14px;
}

#blog-masonry .post-container, #project-masonry .project-inner-container {
    float: left;
    width: 100%;
    background: white;
    border-right: 10px solid #EEEEEE;
    border-bottom: 10px solid #EEEEEE;
    padding: 15px;
}

#blog-masonry .post-thumb img, #project-masonry img {
    width: 100%;
    height: auto;
}

#blog-masonry .post-thumb .carousel-inner .fullwidth-image-container {
    height: 300px;
    background-position: center center;
    background-size: cover;
}

#blog-masonry > .container, #project-masonry > .container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px 10px 10px 20px;
    background: #EEEEEE;
}

#blog-masonry .element .post-info {
    float: left;
    padding: 0 5px 0 5px;
    font-weight: bolder;
    position: absolute;
    top: 10px;
    z-index: 5;
}

#blog-masonry .element .post-info .post-date {
    display: block;
    margin: 0;
    padding: 7px 0;
    text-align: center;
}

#blog-masonry .element .post-info .date {
    color: #FFFFFF;
    display: block;
    font-size: 34px;
    line-height: 30px;
    margin: 0 0 9px;
    letter-spacing: -3px;
}

#blog-masonry .element .post-info .month,
#blog-masonry .element .post-info .year {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

#blog-masonry .element .post-info .date_right_div {
    float: left;
    margin-left: 10px;
}

#blog-masonry .entry-title {
    margin: 0 0 15px 0;
}

#blog-masonry .post-description .fa {
    color: #16C3D3;
}

#blog-masonry .entry-content p {
    color: #1B2020;
}

#blog-masonry .bx-wrapper .bx-viewport {
    left: 0 !important;
}

#blog-masonry .post-description {
    padding-top: 15px;
}

#blog-masonry .post-description .counter a,
#blog-masonry .post-description .counter .dot-irecommendthis-count {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
}

#blog-masonry .img_blog_quote .img_blog_quote_container {
    vertical-align: middle;
    height: 100%;
}

#blog-masonry .img_blog_quote {
    width: 100%;
    color: #ffffff;
}

#blog-masonry .blog_quote {
    width: 100%;
    border: 1px solid #e9e9e9;
}

#blog-masonry .quote_text .quote-head,
#blog-masonry .quote_text .quote-sub {
    color: #888888;
    font-style: italic;
    font-weight: 300;
    margin-top: 0;
}

#blog-masonry .quote_text.dark .fa,
#blog-masonry .img_blog_quote .quote_text.dark .quote-head,
#blog-masonry .img_blog_quote .quote_text.dark .quote-sub,
#blog-masonry .quote_text.dark .quote-head,
#blog-masonry .quote_text.dark .quote-sub {
    color: #888888;
}

#blog-masonry .img_blog_quote .quote-head,
#blog-masonry .img_blog_quote .quote-sub {
    color: #ffffff;
}

#blog-masonry .quote_text.light .fa,
#blog-masonry .img_blog_quote .quote_text.light .quote-head,
#blog-masonry .img_blog_quote .quote_text.light .quote-sub,
#blog-masonry .quote_text.light .quote-head,
#blog-masonry .quote_text.light .quote-sub {
    color: #ffffff;
}

#blog-masonry .quote_text .quote-sub {
    margin-bottom: 10px;
    font-size: 18px;
}

#blog-masonry .quote_text .quote-head {
    padding: 10px;
    font-size: 22px;
}

#blog-masonry .fullwidth-image-container {
    width: 100%;
    min-height: 475px;
    background-position: center;
    background-size: cover;
}

#blog-masonry .quote_text {
    text-align: center;
    vertical-align: middle;
    padding: 60px 5px 30px 5px;
    word-wrap: break-word;
}

#blog-masonry .post-thumb {
    position: relative;
}

#blog-masonry .quote_text .fa {
    font-size: 40px;
}

#blog-masonry .element .post-info:before,
#blog-masonry .element .post-info:after {
    content: '';
    position: absolute;
    left: 100%;
    right: inherit !important;
}

#blog-masonry .element .post-info:before {
    background-color: #29C5D4;
    width: 12px;
    top: 0;
    bottom: 12px;
}

#blog-masonry .element .post-info:after {
    border: 6px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    bottom: 0;
}

#blog-masonry .dot-irecommendthis {
    padding-left: 10px;
}

#blog-masonry .bxslider > li {
    padding-left: 0;
}

/*For masonry blog type end*/

/*Carousel arrow css*/
.carousel-control.left {
    background-image: url("images/blog-leftArrow.png");
    background-repeat: no-repeat;
    font-size: 0;
}

.carousel-control.right {
    background-image: url("images/blog-rightArrow.png");
    background-repeat: no-repeat;
    font-size: 0;
}

/*Start single post*/
.single_container .gallery-container {
    margin-bottom: 20px;
}

#single_post .videoWrapper {
    height: 100%;
    width: 100%;
}

#single_post .videoWrapper iframe {
    height: 100%;
    width: 100%;
}

#single_post .bx-wrapper .bx-viewport {
    max-height: 100%;
}

#single_post .fluid-width-video-wrapper iframe,
#single_post .fluid-width-video-wrapper object,
#single_post .fluid-width-video-wrapper embed {
    height: 100%;
}

#single_post .post-description,
#single_post .entry-content {
    /*white-space: -moz-pre-wrap; /* Mozilla */
    /*white-space: -o-pre-wrap; /* Opera 7 */
    /*white-space: pre-wrap; /* CSS 2.1 */
    /*white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

#single_post .post-description,
#single_post .entry-content p,
#single_post .entry-content {
    color: #9B9B9B;
    font-weight: 300;
    font-size: 16px;
}

#single_post .blockquote.left .content .quote-user {
    font-size: 16px;
}

#single_post .blockquote.left .content {
    color: #333333;
    font-size: 28px;
}

#single_post .blockquote {
    padding: 30px 0 0;
}

#single_post .carousel-inner .hover-wrap {
    height: 475px;
}

#single_post .fullwidth-image-container {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#single_post .post-category {
    margin: 10px 0 10px 0;
}

#single_post .category_container .taxonomy_list > li {
    padding-left: 0;
}

#single_post .category_container .taxonomy_list {
    padding-left: 15px;
    font-size: 14px;
}

#single_post .category_container {
    margin-top: 40px;
    clear: left;
    float: left;
}

#single_post .wp-post-image {
    width: 100%;
    height: auto !important;
}

#single_post .author_details {
    margin: 20px 0;
}

#single_post .author_content p {
    color: #9B9B9B;
}

#single_post .author_content {
    margin-left: 20px;
}

#single_post .author_content h4 a {
    color: #333333;
}

#single_post .author_content h4 {
    margin-top: 0;
}

#single_post .author_content .website_div {
    margin-top: 10px;
}

#single_post .quote-type .post-info {
    background-color: #000000;
    color: #ffffff;
}

#single_post .comment_container img.avatar {
    width: 100%;
    height: auto;
}

#single_post .comment_container .avatar {
    padding: 0;
}

#single_post .comment_container {
    clear: both;
    margin-top: 0;
    padding: 20px 0;
}

#single_post .quote-type .post-info:before, .post-info:after {
    content: '';
    position: absolute;
    right: 100%;
}

#single_post .quote-type .post-info:before {
    background-color: #000000;
    width: 12px;
    top: 0;
    bottom: 12px;
}

#single_post .quote-type .post-info:after {
    border-left: 12px solid transparent;
    border-top: 12px solid #FFFFFF;
    bottom: 0;
}

#single_post .post-info {
    float: left;
    padding: 15px 20px;
    font-weight: bolder;
    font-weight: 400;
    position: absolute;
    top: 10px;
    z-index: 5;
    right: 0;
}

#single_post .post-info .post-date {
    display: block;
    margin: 0;
    text-align: center;
}

.post-info .date {
    font-weight: 300;
}

#single_post .post-info .date {
    color: #FFFFFF;
    display: block;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: 0;
}

#single_post .post-info .month,
#single_post .post-info .year {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

#single_post .post-info .date_right_div {
    float: left;
    margin-left: 10px;
}

#single_post .post_thumb_audio {
    margin-top: 20px;
}

#single_post .quote_text {
    background: transparent;
}

#single_post .blog_quote {
    padding-top: 30px;
}

/*
#single_post .quote_text{
    color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding:0 10%;
}
#single_post .blog_quote {
    background-color: #16C3D3;
    display: table;
    height: 535px;
    width: 100%;
}*/
/*#single_post .img_blog_quote {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    color: #ffffff;
}*/
#single_post .bx-wrapper .bx-controls-direction a {
    position: fixed;
}

#single_post .quote_text .fa {
    font-size: 60px;
}

/*Style for comment*/
.comments-area {
    margin-top: 30px;
}

.comment-form {
    margin-top: 20px;
}

ol.commentlist li {
    list-style: none;
    padding-left: 0;
    background: none !important;
}

.comment img.avatar {
    border-radius: 50%;
}

.comment .vcard .avatar {
    padding: 0 !important;
}

.comment .vcard .comment-text h4 {
    font-weight: 400;
    margin-bottom: 0;
}

.comment .vcard .comment-text {
    margin: 0 0 0 25px;
}

ol.commentlist time,
a.comment-reply-link,
ol.commentlist a.comment-edit-link:hover:before,
a.comment-reply-link:hover:before {
    color: #888888;
    font-weight: 400;
    font-size: 13px;
    font-weight: 600;
}

ol.commentlist a.comment-edit-link:hover,
a.comment-reply-link:hover {
    color: #16c3d3;
}

a.comment-reply-link,
a.comment-reply-link:hover {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    line-height: 1;
}

a.comment-reply-link:before {
    content: "/";
    margin: 5px;
}

.comment .comment-text p {
    margin-top: 5px;
    color: #888888;
}

ol.commentlist span.edit-comment {
    position: relative;
    top: 0;
}

ol.commentlist .edit-comment {
    display: inline-block;
}

ol.commentlist a.comment-edit-link {
    color: #888888;
    color: #888888;
    font-size: 13px;
    font-weight: 600;
}

ol.commentlist a.comment-edit-link:before {
    content: "/";
    margin: 5px;
}

/*Css for blog quote */

/*Style for comment form*/
.frmcomment input,
.frmcomment textarea,
.frmcomment select,
.frmcomment .uneditable-input {
    border: 1px solid #C9C9C9;
    color: #868686;
    margin-bottom: 0;
    padding: 10px 5px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.frmcomment input:focus,
.frmcomment textarea:focus,
.frmcomment select:focus,
.frmcomment .uneditable-input:focus {
    border: 1px solid #333333;
}

.frmcomment input:focus::-webkit-input-placeholder,
.frmcomment textarea:focus::-webkit-input-placeholder {
    color: #333333;
}

.frmcomment input:focus:-moz-placeholder,
.frmcomment textarea:focus:-moz-placeholder {
    color: #333333;
}

.frmcomment input:focus::-moz-placeholder,
.frmcomment textarea:focus::-moz-placeholder {
    color: #333333;
}

.frmcomment input:focus:-ms-input-placeholder,
.frmcomment textarea:focus:-ms-input-placeholder {
    color: #333333;
}

.btn-blue {
    background-color: #16c3d3;
    border: medium none !important;
    border-radius: 0 !important;
    color: #FFFFFF !important;
    font-weight: bold;
    padding: 10px 15px !important;
    text-transform: uppercase;
    width: auto !important;
}

.respond-form h4 {
    margin-top: 40px;
    margin-bottom: 30px;
}

.post-thumb {
    overflow: hidden;
}

/*Archive Page css*/
.page-template-page-full-width-php article {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.archive_container {
    margin: auto;
    width: 90%;
}

.page-banner {
    background-color: #16c3d3;
    display: table;
    color: white;
    width: 100%;
    float: left;
    /*margin-bottom: 40px;*/
}

.page-banner-img {
    margin: auto;
    width: 90%;
    text-align: center;
    display: table-cell;
    height: 300px;
    vertical-align: middle;
}

.page-banner .archive_title,
.page-banner .archive_title span {
    margin: 0;
}

.archive_container #single-column-blog-masonry {
    padding-right: 0;
}

#single-column-blog-masonry .bxslider > li {
    padding-left: 0;
}

.bxslider > li {
    padding-left: 0;
}

@media (min-width: 992px) {
    .archive .page-banner {
        margin-bottom: 0;
    }

    .archive_container #sidebar1, .archive_container #single-column-blog-masonry {
        border-top: 40px solid #eeeeee;
    }
}

/*Widget sidebar css*/
.widgettitle {
    word-wrap: break-word;
}

.header_top .chitra-social-media {
    width: auto;
    display: inline-block;
}

.header_top #searchform input {
    border: 1px solid #C9C9C9;
    color: #868686;
    margin-bottom: 0;
    padding: 0;
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    height: 25px;
}

#post-not-found #searchform {
    padding: 20px 0;
    float: left;
}

#post-not-found #searchform input,
.vertical_menu_area_widget_holder #searchform input,
.mega-menu-item #searchform input,
.sidebar .widget_search input {
    border: 1px solid #C9C9C9;
    color: #868686;
    margin-bottom: 0;
    padding: 11px 10px;
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.header_top #searchform .search_btn {
    background: #000000;
    border: #000000 2px solid;
    padding: 0;
    width: 20%;
    margin: 0;
    line-height: 21px;
    color: #fff;
}

#post-not-found .search_btn,
.vertical_menu_area_widget_holder .search_btn,
.mega-menu-item .search_btn,
.sidebar .search_btn {
    background: #000000;
    color: #fff;
    border: #000000 2px solid;
    padding: 10px 0;
    line-height: 23px;
    width: 20%;
    margin: 0;
}

#post-not-found .search_btn:hover,
.vertical_menu_area_widget_holder .search_btn:hover,
.mega-menu-item .search_btn:hover,
.sidebar .search_btn:hover,
.header_top #searchform .search_btn:hover {
    color: #fff !important;
}

.vertical_menu_area_widget_holder #searchform,
.mega-menu-item #searchform,
.sidebar .widget.widget_search {
    width: 100%;
    float: left;
}

.vertical_menu_area .widget_search {
    display: block;
    float: left;
}

.mega-menu-item .widget:last-child,
.sidebar .widget:last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.sidebar .widget {
    margin-top: 40px;
    padding-bottom: 40px;
}

.sidebar .widget ul li {
    line-height: 35px;
    padding-left: 0;
}

.sidebar .widget ul li a {
    font-weight: 400;
}

.sidebar .widget ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    list-style: inside;
}

.tagcloud .custom-tag .label a {
    white-space: nowrap;
}

.tagcloud .custom-tag .label {
    border: 1px solid #9B9B9B;
    color: #9B9B9B;
    background: none;
    border-radius: 0;
    font-weight: 300;
    line-height: 50px;
    padding: 8px;
    text-transform: none;
    margin-right: 5px;
    white-space: nowrap;
}

.tagcloud .custom-tag a:hover, .tagcloud .custom-tag .tags a:hover {
    border: 1px solid #333333;
    color: #333333;
}

.sidebar .current-cat a {
    color: #16c3d3 !important;
}

.sidebar .widget {
    background: url('images/line1.png') no-repeat right bottom;
}

.gallery_content .thumbnails {
    list-style: none;
    clear: both;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
    font-size: 11px;
}

.sticky {
    font-size: 11px;
}

/* For project */
.project_client {
    display: inline;
    font-size: 14px;
}

#project-masonry .project_detail_container {
    border-right: 10px solid #EEEEEE;
}

.portfolio-detail .project_category {
    margin-top: 40px;
}

.portfolio-detail .project_detail {
    padding-right: 50px;
    border-right: dotted 1px;
}

.portfolio-detail .project_content {
    margin-top: 40px;
}

li.next a:hover:before {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/blog-leftArrow.png");
    background-repeat: no-repeat;
    color: #444444;
    content: "";
    display: block;
    height: 27px;
    left: 5px;
    position: absolute;
    text-decoration: none;
    top: 42%;
    width: 17px;
}

li.previous a:hover:before {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/blog-rightArrow.png");
    background-repeat: no-repeat;
    color: #444444;
    content: "";
    display: block;
    height: 27px;
    right: 5px;
    position: absolute;
    text-decoration: none;
    top: 42%;
    width: 17px;
}

.more {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .kenburns-controls-wrapper .slide-content {
        max-width: 800px;
    }
}

@media screen and (max-width: 768px) {
    .portfolio-detail .project_detail {
        padding-right: 0;
        border-right: none;
    }

    .frmcomment .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
        padding-left: 15px !important;
    }

    .gallery_content .thumbnails .span2 {
        width: 23%;
    }

    .portfolio-detail.close-box.open-box {
        padding-top: 70px !important;
    }

    .portfolio-detail .row {
        margin: 0 !important;
    }

    .portfolio-detail .links {
        margin-top: 10px !important;
    }

    #single_post .fullwidth-image-container {
        height: 600px;
    }

    #single_post .blockquote {
        padding: 0;
    }

    #single_post .blockquote.left .content .quote-user {
        font-size: 12px;
    }

    #single_post .blockquote.left .content {
        font-size: 16px;
    }

    #single_post .post-info .date {
        font-size: 30px;
    }

    #single_post .post-info .month,
    #single_post .post-info .year {
        font-size: 12px;
    }

    #single_post .post-info {
        padding: 10px 10px 10px 5px;
    }

    #blog-masonry .element .post-info .date {
        font-size: 28px;
        line-height: 28px;
        margin: 0;
    }

    #blog-masonry .element .post-info .month,
    #blog-masonry .element .post-info .year {
        line-height: 14px;
    }

    #blog-masonry .element .post-info {
        padding: 8px 5px;
    }

    #blog-masonry .element .post-info .post-date {
        padding: 0;
    }

}

@media screen and (max-width: 480px) {
    .portfolio-detail .project_detail {
        padding-right: 0;
        border-right: none;
    }

    .frmcomment .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
        padding-left: 15px !important;
    }

    .gallery_content .thumbnails .span2 {
        width: 33%;
    }

    .portfolio-detail.close-box.open-box {
        padding-top: 70px !important;
    }

    .portfolio-detail .row {
        margin: 0 !important;
    }

    .portfolio-detail .links {
        margin-top: 10px !important;
    }

    .category-option-set {
        margin-right: 0;
    }

    #blog-masonry .quote_text .fa,
    #single_post .quote_text .fa {
        margin-top: 10px;
        font-size: 28px;
    }

    #single-column-blog-masonry .quote_text .quote-head,
    #blog-masonry .quote_text .quote-head {
        font-size: 18px;
    }

    #single-column-blog-masonry .quote_text .quote-sub,
    #blog-masonry .quote_text .quote-sub {
        font-size: 14px;
    }

    #blog-masonry .post-thumb .carousel-inner .fullwidth-image-container {
        height: 180px;
    }

    #single_post .img_blog_quote {
        height: auto;
    }

    #single_post .fullwidth-image-container {
        height: 480px;
    }
}

/*About Staff page*/
.staff-header {
    /*height: 180px;*/
    text-align: center;
}

.fullwidth-contact-image-container {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 700px;
}

.staff-detail {
    padding: 50px 40px 10px;
}

.staff-detail .entry-content {
    margin: 10px 0 20px;
}

.post-info {
    background-image: none !important;
    background-color: #29C5D4;
    color: #fff;
    padding: 8px;
}

.post-info:before, .post-info:after {
    content: '';
    position: absolute;
    right: 100%;
}

.post-info:before {
    background-color: #16c3d3;
    width: 12px;
    top: 0;
    bottom: 12px;
}

.post-info:after {
    border-left: 12px solid transparent;
    border-top: 12px solid #FFFFFF;
    bottom: 0;
}

.post-info-black:before {
    background-color: #000000 !important;
}

#single_post .post-info.post-info-black .post-date,
.post-info.post-info-black .post-date,
#single_post .post-info.post-info-black .date,
#single_post .post-info.post-info-black .year,
.post-info.post-info-black .year,
#single_post .post-info.post-info-black .month,
.post-info.post-info-black .month,
.post-info.post-info-black span {
    color: #ffffff;
}

.post-info-black {
    background-color: #000000 !important;
}

.no-image {
    background: #CACACA;
    height: 100%;
    min-height: 380px;
    width: 100%;
    color: #000000;
    font-size: 30px;
    position: absolute;
}

/*Footer CSS start*/
.GridFooter {
    display: none;
    padding-top: 31px;
    clear: both;
}

.GridFooter.visible {
    display: block;
}

.GridFooter hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    color: #EEEEEE;
    display: inline-block;
    width: 100%;
}

.GridFooter .gridLoadingWrapper {
    position: relative;
    /*z-index: -2;*/
}

.GridFooter .gridLoading {
    background-color: #EEEEEE;
    display: inline-block;
    height: 20px;
    left: 50%;
    margin-left: -24.5px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    top: -15.5px;
    width: 50px;
}
.blog-page-container {
    padding: 10px;
    min-height: 32px;
}

.GridFooter .gridLoading .gridFooterSpinner {

}

@media not all, (min-resolution: 144dpi) {
    .load-more-loader {
        background: url("images/spinner.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-position: 0 0;
        background-size: 32px 32px;
    }
}

/*Footer CSS end*/

/*For header*/
#active-menu-wrapper {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);*/
    background: #b76f96;
    opacity: 0.7;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1501;
}

/*For blog header start*/
.content-header {
    display: table;
    vertical-align: middle;
    min-height: 300px;
    height: 300px;
    background-color: #16c3d3;
    width: 100%;
}

.content-header-container {
    display: table-cell;
    vertical-align: middle;
}

/*For blog header end*/

/*For one column blog masonry start*/
#single-column-blog-masonry .post-thumb {
    position: relative;
}

#single-column-blog-masonry .fluid-width-video-wrapper iframe,
#single-column-blog-masonry .fluid-width-video-wrapper object,
#single-column-blog-masonry .fluid-width-video-wrapper embed {
    height: 475px;
}

#single-column-blog-masonry .bx-wrapper .bx-viewport {
    max-height: 475px;
}

#single-column-blog-masonry > .container .row-fluid {
    margin: auto;
    width: 90%;
}

#single-column-blog-masonry .element .text_quote .post-info:before,
#single-column-blog-masonry .element .text_quote .post-info {
    background-color: #000000;
}

#single-column-blog-masonry .element .text_quote .post-info .date,
#single-column-blog-masonry .element .text_quote .post-info .month,
#single-column-blog-masonry .element .text_quote .post-info .post-date,
#single-column-blog-masonry .element .text_quote .post-info .year {
    color: #ffffff;
}

#single-column-blog-masonry .entry-title a {
    color: #333333;
    word-wrap: break-word;
}

#single-column-blog-masonry .entry-content p,
#single-column-blog-masonry .entry-content {
    font-weight: 300;
}

#single-column-blog-masonry .counter {
    font-size: 14px;
}

.archive_container .sidebar .sidebar-inner,
#blog-masonry .sidebar .sidebar-inner,
#single-column-blog-masonry .sidebar .sidebar-inner {
    background: #ffffff;
    float: left;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

.archive_container .sidebar.left-bar,
#blog-masonry .sidebar.left-bar,
#single-column-blog-masonry .sidebar.left-bar {
    padding-left: 0;
    padding-right: 30px;
}

#blog-masonry .sidebar {
    padding-right: 10px;
}

.archive_container .sidebar,
#single-column-blog-masonry .sidebar {
    padding-left: 30px;
    padding-right: 0;
}

#single-column-blog-masonry .post-container {
    float: left;
    width: 100%;
    background: white;
    margin-bottom: 15px;
    padding: 15px;
}

#single-column-blog-masonry.pull-right .post-container {
    border-left: 10px solid #EEEEEE;
    border-right: 0;
}

#single-column-blog-masonry .fullwidth-image-container {
    background-position: center center;
    background-size: cover;
    height: 475px;
    width: 100%;
}

#single-column-blog-masonry > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#single-column-blog-masonry .element .post-info {
    float: left;
    padding: 0 5px 0 5px;
    font-weight: bolder;
    font-weight: 400;
    position: absolute;
    top: 10px;
    z-index: 1;
}

#single-column-blog-masonry .element .post-info .post-date {
    display: block;
    margin: 0;
    padding: 7px 0;
    text-align: center;
}

#single-column-blog-masonry .element .post-info .date {
    color: #FFFFFF;
    display: block;
    font-size: 34px;
    line-height: 30px;
    margin: 0 0 9px;
    letter-spacing: -3px;
}

#single-column-blog-masonry .element .post-info .month,
#single-column-blog-masonry .element .post-info .year {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

#single-column-blog-masonry .element .post-info .date_right_div {
    float: left;
    margin-left: 10px;
}

#single-column-blog-masonry .entry-title {
    margin: 15px 0 0 0;
}

#single-column-blog-masonry .post-description .fa {
    color: #16C3D3;
}

#single-column-blog-masonry .entry-content p {
    color: #1B2020;
}

#single-column-blog-masonry .bx-wrapper .bx-viewport {
    left: 0 !important;
}

#single-column-blog-masonry .post-description {
    padding-top: 15px;
}

#single-column-blog-masonry .post-description .counter a,
#single-column-blog-masonry .post-description .counter .dot-irecommendthis-count {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

#single-column-blog-masonry .img_blog_quote .quote-head {
    color: #ffffff !important;
}

#single-column-blog-masonry .img_blog_quote {
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    color: #ffffff;
    height: 475px;
    min-height: 475px;
}

#single-column-blog-masonry .blog_quote {
    display: table;
    height: 475px;
    min-height: 475px;
    width: 100%;
    border: 1px solid;
}

#single-column-blog-masonry .quote_text {
    display: table-cell;
    padding: 0 10%;
    text-align: center;
    vertical-align: middle;
}

#single-column-blog-masonry .quote_text .quote-head {
    font-style: italic;
    margin-top: 0;
}

#single-column-blog-masonry .quote_text .quote-sub {
    margin-bottom: 10px;
}

#single-column-blog-masonry .quote_text .quote-head {
    padding: 10px;
}

#single-column-blog-masonry .quote_text .fa {
    font-size: 60px;
}

#single-column-blog-masonry .element .post-info {
    z-index: 6;
}

#single-column-blog-masonry .element .post-info:before,
#single-column-blog-masonry .element .post-info:after {
    content: '';
    position: absolute;
    left: 100%;
    right: inherit !important;
}

#single-column-blog-masonry .element .post-info:before {
    background-color: #29C5D4;
    width: 12px;
    top: 0;
    bottom: 12px;
}

#single-column-blog-masonry .element .post-info:after {
    border: 6px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    bottom: 0;
}

#single-column-blog-masonry .dot-irecommendthis {
    padding-left: 10px;
}

@media screen and (max-width: 980px) {
    .archive_container .sidebar,
    .archive_container .sidebar.left-bar,
    #blog-masonry .sidebar,
    #blog-masonry .sidebar.left-bar,
    #single-column-blog-masonry .sidebar.left-bar,
    #single-column-blog-masonry .sidebar {
        padding: 0;
    }

    #blog-masonry .sidebar.left-bar,
    #blog-masonry .sidebar {
        padding-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    #single-column-blog-masonry .fullwidth-image-container {
        height: 350px;
    }

    #single-column-blog-masonry .img_blog_quote {
        height: 350px;
        min-height: 350px;
    }

    #single-column-blog-masonry .fluid-width-video-wrapper iframe,
    #single-column-blog-masonry .fluid-width-video-wrapper object,
    #single-column-blog-masonry .fluid-width-video-wrapper embed {
        height: 350px;
    }

    #single-column-blog-masonry .videoWrapper iframe {
        height: 350px;
    }
}

@media screen and (max-width: 480px) {
    #single-column-blog-masonry .fullwidth-image-container {
        /*height: 250px;*/
    }

    #single-column-blog-masonry .img_blog_quote {
        height: 250px;
        min-height: 250px;
    }

    #single-column-blog-masonry .quote_text .fa {
        margin-top: 10px;
        font-size: 28px;
    }

    #single-column-blog-masonry .fluid-width-video-wrapper iframe,
    #single-column-blog-masonry .fluid-width-video-wrapper object,
    #single-column-blog-masonry .fluid-width-video-wrapper embed {
        height: 250px;
    }

    #single-column-blog-masonry .videoWrapper iframe {
        height: 250px;
    }
}

/*For one column blog masonry end*/

/*For maximage slider start*/
.max-image-arrow-left {
    position: absolute;
    right: 50px;
    bottom: 2%;
    z-index: 1000;
}

.max-image-arrow-right {
    position: absolute;
    right: 1%;
    bottom: 2%;
    z-index: 1000;
}

.maximage-slider-container {
    clear: both;
    display: block;
    height: 100%;
}

.maximage-slider-container .mc-cycle {
    position: absolute !important;
    z-index: auto;
}

.maximage-slider-container .mc-image {
    -webkit-transition: opacity 1s ease-in-out 0s;
    -moz-transition: opacity 1s ease-in-out 0s;
    -o-transition: opacity 1s ease-in-out 0s;
    -ms-transition: opacity 1s ease-in-out 0s;
    transition: opacity 1s ease-in-out 0s;
    /*position: inherit !important;*/
}

/*For 1 column blogs*/
.maximage-slider-container-1c .mc-image {
    height: 475px !important;
}

.maximage-slider-container-1c {
    clear: both;
    display: block;
    height: 475px !important;
}

.maximage-slider-container-1c .mc-cycle {
    position: inherit !important;
    height: 475px !important;
    width: 100% !important;
}

.maximage-slider-container-1c .mc-image {
    width: 100% !important;
}

/*For masonry blogs*/
.maximage-slider-container-masonry .mc-image {
    height: 300px !important;
    width: auto !important;
}

.maximage-slider-container-masonry {
    clear: both;
    display: block;
    height: 300px !important;
}

.maximage-slider-container-masonry .mc-cycle {
    position: inherit !important;
    height: 300px !important;
    width: auto !important;
}

.maximage-slider-container-masonry .mc-image {
    width: 100% !important;
}

/*For maximage slider end*/

/*For read more*/
.read-more-text {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    #blog .fullwidth-image-container {
        height: 350px;
    }

    .maximage-slider-container-1c .mc-image,
    .maximage-slider-container-1c .mc-cycle,
    .maximage-slider-container-1c {
        height: 350px !important;
    }
}

@media screen and (max-width: 480px) {
    #blog .fullwidth-image-container {
        height: 250px;
    }

    #blog .img_blog_quote {
        height: 250px;
    }

    #blog .quote_text .fa {
        margin-top: 10px;
        font-size: 28px;
    }

    .maximage-slider-container-1c .mc-image,
    .maximage-slider-container-1c .mc-cycle,
    .maximage-slider-container-1c {
        height: 250px !important;
    }
}

.no-more-bar {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none !important;
    border-radius: 0;
    color: #333333;
    display: none;
    font-size: 18px;
    line-height: 60px;
    margin: 0;
    -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;
    width: 100%;
    text-align: center;
}

/*for default template*/
.full-page-container .sidebar .widget:first-child {
    margin-top: 0;
}

.full-page-container .post-content {
    padding-top: 30px;
}

.page-img-header .content-header-container {
    display: table-cell;
    vertical-align: middle;
}

.page-img-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 535px;
    min-height: 535px;
    display: table;
    margin-bottom: 40px;
}

/**
 * 4.1 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery-item .thumbnail {
    border: 0;
    padding: 0;
    margin: 0;
}

.gallery {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-left: -4px;
    width: 100%;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

@media (max-width: 643px) {
    #content .featured-gallery {
        padding-left: 24px;
    }

    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 359px) {
    .gallery {
        margin-left: 0;
    }

    .gallery .gallery-item,
    .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }

    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }

    .gallery-columns-1 .gallery-item,
    .gallery-columns-1.gallery-size-medium .gallery-item,
    .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
    }

    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px;
    }

    .gallery br {
        display: none;
    }

    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }
}

/*For Single Portfolio*/

#single_post .single_portfolio_container .intro-effect-push .post-info {
    z-index: 2000;
    opacity: 1;
    -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;
}

#single_post .single_portfolio_container .intro-effect-push.modify .post-info {
    opacity: 0;
}

.single_portfolio_container .post_content,
.single_portfolio_container .sidebar .sidebar-inner,
.single_portfolio_container .comment_container {
    width: 100%;
    margin: 0 auto;
}

.single_portfolio_container header .entry-title h1 {
    color: #ffffff;
}

/*Magnific popup*/
body .mfp-wrap {
    z-index: 1600;
}

.mfp-close {
    background: none repeat scroll 0 0 #000000 !important;
    color: #ffffff;
    display: inline-block;
    height: 44px;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    top: 40px !important;
    width: 44px !important;
    right: 0 !important;
    margin: 0 !important;
}

.mfp-close:hover {
    background: none repeat scroll 0 0 #000000 !important;
    color: #ffffff !important;
}

.divider {
    background-image: url("images/line1.png");
    height: 10px;
    background-position: right;
    background-repeat: no-repeat;
}

/*For portfolio taxonomy template*/
.portfolio-taxonomy-container .page-banner-img {
    height: 50px;
}

/*Footer to top link*/
#toTopHover {
    display: block;
    float: left;
    /*opacity: 0;*/
    overflow: hidden;
}

body #scrolltoTop:before {
    color: #ffffff;
}

#scrolltoTop:before {
    content: "\f106";
    font-family: fontawesome;
    font-size: 22px;
    line-height: 35px;
}

#scrolltoTop {
    background-color: #333333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #ffffff;
    display: none;
    height: 35px;
    opacity: 0.9;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 48px;
    z-index: 10000;
}

.vertical_menu_enabled.right #scrolltoTop {
    left: 30px;
}

.section404 {
    padding: 20px;
}

.section404 h1 {
    font-weight: 500;
    font-size: 190px;
}

.section404 h2 {
    font-weight: 300;
    font-size: 28px;
}

@media only screen and (max-width: 1000px) {
    .kenburn-inner-container {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .section404 h1 {
        font-size: 100px;
    }
}

#blog .cd-resize-img img,
#main .cd-resize-img img {
    display: block;
    height: 100%;
    left: 0;
    max-width: none;
    position: absolute;
    top: 0;
    width: auto;
}

/*Recent works widget*/
.recent-works-items .recent-works-item {
    padding: 5px;
}

.recent-works-items a {
    overflow: hidden;
}

.recent-works-items a > img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.recent-works-items {
    margin: 0;
}

/*for home page with slider*/
.home-with-post .display_details {
    line-height: 25px;
}

.home-with-post .no-post-found-container {
    height: 300px;
    position: relative;
}

.home-with-post .container-wrapper {
    width: 100%;
    float: left;
}

.home-with-post .bg-img .wp-post-image {
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fullscreen-slider-outer .full-slider-outer {
    position: absolute;
    min-height: 100%;
    top: 0;
}

.full-slider-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 200px;
}

.slit-slider-outer,
.kenburn-slider-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}