/*
Theme Name: Reva
Theme URI: http://reva.theme-cafe.com/
Description: Reva is a creative / portfolio/ photography WordPress theme. It's a full-Screen responsive design perfectly suitable for all kinds of creative websites, Portfolio website, photographers. If you are a photographer or creative studio in search of a new and modern web presence, you are indeed at a right place.
Version: 1.3
Author: theme-cafe.com
Author URI: http://www.theme-cafe.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 */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
    padding: 0;
    font-size: 15px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    background-color: #eeeeee;
}
#wrapper{
    height: 100%;
    top: 0;
    display: block;
}
a{
    text-decoration: none;
    color: #9B9B9B;
}

a:hover{
    color: #fcd116;
}
a:hover, a:focus{
    color: inherit;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    text-transform: uppercase;
}
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 ;
    color: #333333;
}
a:focus {
    outline:none;
}

/* dotirecommended this css start */
.dot-irecommendthis:before{
    content: "\f004";
    font-family: "FontAwesome";
    line-height: 1;
    display: inline-block;
}
.dot-irecommendthis {
    background: none !important;
    font-size: 20px;
}
.dot-irecommendthis:hover, .dot-irecommendthis.active {
    color: #ffffff !important;
}
/* dotirecommended this css end */

.archive .dot-irecommendthis-count{
    color: #9B9B9B;
    line-height: 1;
}
.post-description span,
.post-description .dot-irecommendthis:before {
    margin-right: 5px;
}

.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;
}
.masonry-project-content .dot-irecommendthis,
.masonry-porfolio-content .dot-irecommendthis {
    margin-bottom: 0 !important;
}
.mask-description .cat-link > a:hover, .mask-description .dot-irecommendthis:before:hover , .mask-description h2 > a:hover {
    color: #ffffff !important;
}
.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 {
    background-color: #29c5d4;
    position: relative;
    top: 0;
    right: 0;
    z-index: 9997;
    margin-left: 280px;
    clear: both;
}
.category-option-set{
    margin-right: 20px;
    text-align: right;
}
.category-option-set li{
    float: none;
    display: inline-block;
}
.category-option-set > li > a{
    color:#000000;
    background-color: inherit;
    font-size: 13px;
    font-weight: 300;
    border-radius:0;
    padding: 15px 1px 15px !important;
    margin : 0 5px !important;
    line-height: inherit !important;
    height: auto !important;
    border-bottom: 2px transparent solid;
    text-transform: uppercase;
    font-weight: normal;
}
.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:2px solid;
    background-color: inherit !important;
    color:#fff !important;
    line-height: inherit !important;
    height: auto !important;
}
/* Filter Menu css end */

.preload {
    background-color:#333333;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    background-color: #fff;
    z-index: 99999;
}

.preload-loader {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2em;
    margin-top: -2em;
    height: 4em;
    width: 4em;
    border-radius: 4em;
    border: 0.25em solid #bcbcbc;
    border-left-color: #fcd116;
    -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;
}

@-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);
    }
}

.full-page-no-content-found {
    display: table-cell;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.no-post-found-container {
    display: table;
    float: left;
    height: 100%;
    position: absolute;
    width: 100%;
}


/* For homepage with slider */
.cb-slideshow:after{
    left: 0;
}
.cb-slideshow{
    left: 280px;
    right: 0;
    width: auto !important;
}
.cb-slideshow li div .h3firstword{
    color: #fcd116 !important;
    display: inline-block;
}
.cb-slideshow li div h3{
    color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 48px !important;
    line-height: 48px !important;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: bold;
}
/* 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-top15 {
    padding-top : 15px;
}
.white {
    color: white !important;
}
.bg_blue {
    background-color: #fcd116 !important;
}
/*opacity:1;
filter:alpha(opacity=100); *//* For IE8 and earlier */

/* contact page1 style start */
.contact-page{
    background-color: #ffffff;
}
.contact_header {
    background-color: #fcd116;
    padding: 80px 0;
    min-height: 310px;
}
.contact-img-header{
    display: table;
    width: 100%;
}
.content-header-container{
    display: table-cell;
    vertical-align: middle;
}
.contact_header .sub_title,
.staff-header .sub_title {
    color: #FFFFFF;
    font-size: 18px;
}
.staff-header {
    height: 310px;
}
.search_btn .fa{
    color: #ffffff;
}
.contact-sidebar-container{
    margin: 10px 0 15px 0;
}
.contact-sidebar-container .contact_sidebar {
    padding: 30px 40px 0;
    color: #6d6d6d;
}
.color_white {
    color: #ffffff !important;
}
.contact_sidebar .content i {
    margin: 0 5px 0 0;
}
.contact_sidebar .reva-social-media {
    text-align: left;
}
.contact_sidebar .reva-social-media .square-border-box .fa:hover{
    color: #ffffff !important;
}
.contact_sidebar .reva-social-media .square-border-box .fa{
    height: 45px;
    width: 45px;
    line-height: 45px;
}
.contact_sidebar .reva-social-media {
    padding: 0;
}
.contact_sidebar .reva-social-media li {
    padding:0;
}
.contact_sidebar h4{
    color: #000000;
}
/* contact page1 style end */
/*contact form css strat*/
.contact_form{
    margin: 50px;
}

.contact_form input,
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;
    width: 100%;
    border-radius: 0;
}
.contact_form input: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;
    width: 100%;
}
.margin-tb10-lr0 {
    margin: 10px 0;
}
.black_btn {
    background-color: #000000;
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
    width: auto !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 15px!important;
}
.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-img-header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 535px;
    min-height: 535px;
    background-position: center center;
}
.map_header {
    height: 535px;
}

@media screen and (max-width: 768px) {
    .contact-sidebar-container .contact_sidebar .address2 {
        padding-top: 40px !important;
    }
    .contact-sidebar-container {
        padding-bottom: 40px !important;
    }
    .og-expander .favorite .dot-irecommendthis-count {
        line-height: 1;
    }
}
@media screen and (max-width: 480px) {
    .contact-sidebar-container .contact_sidebar .address2 {
        padding-top: 40px !important;
    }
    .contact-sidebar-container {
        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;
}
.post-category a {
    font-size: 14px;
}

#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 {
    text-transform: uppercase;
    color: #333333;
    word-wrap: break-word;
}
article a, .post-date time, a:hover, a:focus {
    text-decoration: none;
}
.entry-title a{
    text-transform: uppercase;
    line-height: 30px;
}

#blog .post-description,
#blog .entry-content  p,
#blog .entry-content{
    color: #9B9B9B;
    font-size: 16px;
}
#blog .dot-irecommendthis-count {
    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-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: #fcd116;
    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 h1 {
    font-style: italic ;
}

#blog .quote_text .fa{
    font-size: 60px;
}
#blog article {
    clear: both;
    border: none;
}
#blog .read-more {
    color: #333333;
    display: block;
    margin-top: 10px;
}
#blog .read-more:before {
    content: '\A';
}
#blog .read-more:hover {
    color: #fcd116;
}
#blog .img_blog_quote {
    height: 475px;
}
/*For masonry blog type start*/
#blog-masonry .entry-title a {
    text-transform: uppercase;
    color: #333333;
    word-wrap: break-word;
}
#blog-masonry .entry-content  p,
#blog-masonry .entry-content {
    margin: 0 0 15px 15px;
}
#blog-masonry .counter {
    font-size: 14px;
}
#blog-masonry .post-container{
    float: left;
    background: white;
    margin: 0 15px 15px 0;
}
#project-masonry .project-inner-container {
    float: left;
    width: 100%;
    background: white;
    border-right: 10px solid #EEEEEE;
    border-bottom: 10px solid #EEEEEE;
}
#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;
    padding: 20px 5px 5px 20px;
    background: #EEEEEE;
}
#blog-masonry .element .post-info {
    width: 65px;
    height: 65px;
    float: left;
    font-weight: bolder;
    position: absolute;
    top: 10px;
    z-index: 2;
    right: 10px;
}
#blog-masonry .element .post-info .post-date {
    display: block;
    margin: 0;
    padding: 5px;
    text-align: center;
}
#blog-masonry .element .post-info .date {
    color: #FFFFFF;
    display: inline-block;
    font-size: 34px;
    line-height: 30px;
}
#blog-masonry .element .post-info .month,
#blog-masonry .element .post-info .year {
    color: #000000;
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline;
}
#blog-masonry .entry-title {
    text-transform: uppercase;
    margin: 0 0 15px 15px;
}
#blog-masonry .post-description .fa {
    color:#fcd116;
}
#blog-masonry .entry-content p {
    color: #1B2020;
}
#blog-masonry .bx-wrapper .bx-viewport {
    left: 0 !important;
}
#blog-masonry .post-description{
    margin: 0 0 15px 0;
}
#blog-masonry .post-description .counter a,
#blog-masonry .post-description .counter .dot-irecommendthis-count {
    color: #333333;
    font-size: 14px;
}

#blog-masonry .img_blog_quote h5,
#blog-masonry .img_blog_quote h3 {
    color: #ffffff !important;
}

#blog-masonry .img_blog_quote {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    color: #ffffff;
}
#blog-masonry .img_blog_quote_container{
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
#blog-masonry .blog_quote {
    display: table;
    height: 300px;
    min-height: 300px;
    width: 100%;
    border: 1px solid #e9e9e9;
}
#blog-masonry .quote_text h3,
#blog-masonry .quote_text h5 {
    color: #888888;
    font-style: italic ;
    margin-top: 0;
}
#blog-masonry .quote_text h5 {
    margin-bottom: 10px;
}
#blog-masonry .quote_text h3 {
    padding: 10px;
}
#blog-masonry .quote_text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#blog-masonry .text_quote .quote_text .fa {
    margin-top: 80px;
}

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

#blog-masonry .post-thumb {
    overflow: visible;
}
#blog-masonry .dot-irecommendthis{
    padding-left: 10px;
}

/*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_post .gallery-container{
    margin-bottom: 30px;
}
#single_post .entry-title{
    text-transform: uppercase;
    color: #000000;
}
.single_container .entry-content{
    margin-top: 30px;
}
#single_post .container.single_container:nth-of-type(1), .post-thumb.container {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
#single_post .quote_text{
    color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding:0 10%;
}
#single_post .post_content.container,
#single_post .comment_container.container {
    width: 90%;
    margin: auto;
}
#single_post .post-description,
#single_post .entry-content  p,
#single_post .entry-content{
    color: #9B9B9B;
}

#single_post .quote_text h1{
    font-style: italic ;
}
#single_post .carousel-inner .hover-wrap {
    height: 475px;
}

#single_post .fullwidth-image-container {
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: cover;
}
#single_post .entry-title a {
    text-transform: uppercase;
    color: #333333;
}
#single_post .post-category {
    margin: 10px 0 10px 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%;
}
#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 .quote-type .post-info .month,
#single_post .quote-type .post-info .year {
    color: #ffffff;
}
#single_post .post-info {
    float: left;
    font-weight: bolder;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 65px;
    height: 65px;
    z-index: 8;
}
#single_post .post-info .post-date {
    display: block;
    margin: 0;
    padding: 5px;
    text-align: center;
}
#single_post .post-info .date {
    color: #ffffff;
    display: inline-block;
    font-size: 34px;
    line-height: 30px;
}
#single_post .post-info .month,
#single_post .post-info .year {
    color: #000000;
    display: block;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline;
}
#single_post .post_thumb_audio {
    margin-top: 20px;
}
#single_post .blog_quote {
    background-color: #fcd116;
    display: table;
    height: 535px;
    width: 100%;
}
#single_post .img_blog_quote {
    display: table;
    height: 535px;
    width: 100%;
    position: absolute;
    top: 0;
    color: #ffffff;
}

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

/*Style for comment*/
ol.commentlist li {
    background: none !important;
}
.comment img.avatar {
    border-radius: 50%;
}
.comment .vcard .avatar {
    padding: 0 !important;
}
.comment .vcard .comment-text h4 {
    margin-bottom: 0;
}
.comment .vcard .comment-text {
    margin: 0 0 0 25px;
}
ol.commentlist time,
a.comment-reply-link,
a.comment-reply-link:hover:before {
    color: #888888;
    font-size: 13px;
    font-weight: 600;
}
a.comment-reply-link:hover {
    color: #fcd116;
}
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;
}


/*Css for blog quote */
.gallery .gallery-item{
    float: left;
    margin-top: 10px;
    padding: 10px 10px 10px 0 !important;
    text-align: center;
    width: auto !important;
}
.gallery_content .thumbnails .span2 {
    width:13%;
    float: left;
    margin: 10px;
}
.gallery-item .thumbnail{
    display: inline-block !important;
}

/*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;
}
.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: #fcd116;
    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;
}
#commentform #submit {
    background-color: #fcd116;
    border: medium none !important;
    border-radius: 0 !important;
    color: #FFFFFF !important;
    font-weight: bold;
    padding: 10px 15px !important;
    text-transform: uppercase;
    width: auto !important;
}

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

.archive_container {
    margin: 0 20px 0 20px;
}
.page-banner {
    background-color: #fcd116;
    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;
}
.archive_container #sidebar1{
    background: #ffffff;
    border-bottom :10px solid #eeeeee;
}

@media (max-width: 992px) {
    .archive_container #sidebar1{
        border-right :10px solid #eeeeee;
    }
}
@media (min-width: 992px) {
    .archive .page-banner{
        margin-bottom: 0;
    }
    .archive_container #sidebar1, .archive_container #single-column-blog-masonry{
        border-top: 20px solid #eeeeee;
    }
}

/*Widget sidebar css*/
.sidebar .widget_search input {
    border: 1px solid #C9C9C9;
    color: #868686;
    margin-bottom: 0;
    padding: 11px 10px;
    width: 80%;
    font-size: 14px;
    line-height: 23px;
}
.sidebar .search_btn {
    background: #000000;
    border: #000000 2px solid;
    padding: 10px 15px;
    line-height: 23px;
}
.sidebar .widget.widget_search {
    width: 100%;
    float: left;
}
.sidebar .widget {
    margin-top:40px;
    padding-bottom:40px;
}
.sidebar .widget ul li {
    line-height: 35px;
}
.sidebar .widget ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    list-style: square inside;
}
#tag-cloud .label {
    border: 1px solid #9B9B9B;
    color: #9B9B9B;
    background: none;
    border-radius: 0;
    font-size: 16px !important;
    line-height: 50px;
    padding: 8px;
    text-transform: none;
    margin-right: 5px;
}
#tag-cloud a:hover, .tags a:hover {
    border: 1px solid #333333;
    color: #333333;
}
.sidebar .current-cat a {
    color: #fcd116 !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: 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;
    }
}
@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 .img_blog_quote .quote_text .fa {
        font-size: 28px;
    }
    #blog-masonry .quote_text h3,
    #blog-masonry .quote_text h5,
    .img_blog_quote .quote_text h1,
    .blog_quote .quote_text h3,
    .blog_quote .quote_text h5,
    .img_blog_quote .quote_text h5 {
        font-size: 18px;
    }
    #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 .site-title{
    position: absolute;
    bottom: 15px;
    text-align: right;
    color: #ffffff;
    right: 20px;

}
.staff-header .post-thumb{
    position: relative;
}
.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: 0 40px 10px;
}
.staff-detail .entry-content {
    margin: 30px 0px 50px 0px;
}
.post-info {
    background-image: none !important;
    background-color: #29C5D4;
    color: #fff;
}
.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;
}
.GridFooter .gridLoading {
    background-color: #EEEEEE;
    display: inline-block;
    height: 55px;
    left: 50%;
    margin-left: -24.5px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    top: -15.5px;
    width: 55px;
}
.GridFooter .gridLoading .gridFooterSpinner {
    display: none;
    z-index: 999999;
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -1.5em;
    margin-top: -2em;
    height: 3em;
    width: 3em;
    border-radius: 4em;
    border: 0.25em solid #bcbcbc;
    border-left-color: #fcd116;
    -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;
}
.no-more-bar
{
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none !important;
    border-radius: 0;
    color: #666666;
    display: none;
    font-size: 18px;
    line-height: 60px;
    margin: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
    text-align: center;
}
@media not all, (min-resolution: 144dpi) {
    .GridFooter .gridLoading .gridFooterSpinner {
        background: url("images/spinner.png") 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: #b76f96;
    opacity: 0.7;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99997;
}

/*For blog header start*/
.content-header {
    display: table;
    vertical-align: middle;
    min-height: 300px;
    height: 300px;
    background-color: #fcd116;
    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 .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;
}
.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 .entry-title a {
    text-transform: uppercase;
    color: #333333;
    word-wrap: break-word;
}
#single-column-blog-masonry .counter {
    font-size: 14px;
}
#single-column-blog-masonry .post-container{
    float: left;
    width: 100%;
    background: white;
    border-right: 10px solid #EEEEEE;
    border-bottom: 10px solid #EEEEEE;
    padding: 15px;
}
#single-column-blog-masonry .fullwidth-image-container {
    background-position: center center;
    background-size: cover;
    height: 475px;
    width: 100%;
}
#single-column-blog-masonry >.container{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 10px 10px 20px;
    background: #EEEEEE;
}
#single-column-blog-masonry .element .post-info {
    float: left;
    font-weight: bolder;
    position: absolute;
    top: 10px;
    z-index: 2;
    right: 10px;
    width: 65px;
    heighr: 65px;
}
#single-column-blog-masonry .element .post-info .post-date {
    display: block;
    margin: 0;
    padding: 5px;
    text-align: center;
}
#single-column-blog-masonry .element .post-info .date {
    color: #FFFFFF;
    display: inline-block;
    font-size: 34px;
    line-height: 30px;
}
#single-column-blog-masonry .element .post-info .month,
#single-column-blog-masonry .element .post-info .year {
    color: #000000;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
}
#single-column-blog-masonry .entry-title {
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
#single-column-blog-masonry .post-description .fa {
    color:#fcd116;
}
#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;
}
#single-column-blog-masonry .img_blog_quote h3 {
    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%;
}

#single-column-blog-masonry .quote_text {
    color: white;
    display: table-cell;
    padding: 0 10%;
    text-align: center;
    vertical-align: middle;
}
#single-column-blog-masonry .quote_text h2,
#single-column-blog-masonry .quote_text h5 {
    font-style: italic ;
    margin-top: 0;
}
#single-column-blog-masonry .quote_text h5 {
    margin-bottom: 10px;
}
#single-column-blog-masonry .quote_text h2 {
    padding: 10px;
}

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

#single-column-blog-masonry .dot-irecommendthis{
    padding-left: 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: 10;
}
.max-image-arrow-right{
    position: absolute;
    right: 1%;
    bottom: 2%;
    z-index: 10;
}
.maximage-slider-container{
    clear: both;
    display: block;
    height: 100%;
}
.maximage-slider-container .mc-cycle{
    position: inherit !important;
}
.maximage-slider-container .mc-image{
    /*position: inherit !important;*/
    width: 100% !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{
    position: inherit !important;
    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{
    position: inherit !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;
    }
}
.preload_portfolio{
    display: none;
    background-color: #fff;
    opacity: 0.6;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999998;
}
.preload_portfolio_loader {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -2em;
    margin-top: -2em;
    height: 4em;
    width: 4em;
    border-radius: 4em;
    border: 0.25em solid #bcbcbc;
    border-left-color: #fcd116;
    -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;
}
/*For button*/
.btn-black:hover .dot-irecommendthis:before {
    color: #000000 !important;
}
.relative-date{
    float: right !important;
    margin-bottom: 30px !important;
    position: relative !important;
    right: 10px;
}
/*For custom scrollbar*/
.mfp-bg{
    z-index: 99999 !important;
}
.mfp-wrap {
    z-index: 100000 !important;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #eeeeee !important;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fcd116 !important;
}

/*Timeline css*/
.timeline-single-page .post-info .date{
    font-size: 20px !important;
    line-height: 54px !important;
}

/*Full width page*/
.full-width-page{
    margin: 20px;
}

/*Portfolio slider*/
.portfolio-detail .picture .flex-direction-nav  img,
.og-fullimg .flex-direction-nav  img,
.og-fullimg .flex-direction-nav  img,
.portfolio-detail .picture .flex-direction-nav  img{
    border: none;
}
.maximage-portfolio-slider-container{
    clear: both;
    display: block;
    height: 400px !important;
}
.maximage-portfolio-slider-container .mc-cycle{
    height: 400px !important;
    position: inherit !important;
    width: 100% !important;
}
.maximage-portfolio-slider-container .mc-image{
    /*position: inherit !important;*/
    width: 100% !important;
    height: 400px !important;
}
.portfolio-detail .wp-post-image,
.og-fullimg .wp-post-image{
    width: 100%;
    height: auto;
}
.portfolio-detail .flex-img,
.og-fullimg .flex-img{
    width: 100%;
    height: auto;
}
.portfolio_flex_carousel,
.portfolio_flex_slider{
    position: relative;
}

.portfolio_flex_carousel .flex-item img{
    opacity: 0.7;
    cursor: pointer;
}
.portfolio_flex_carousel .flex-item:hover img{
    opacity: 1;
}
.portfolio_flex_carousel .flex-item.flex-active-slide img{
    opacity: 1;
}