/*
Theme Name:    Arczone
Theme URI:     http://wporganic.com/themes/arczone
Author:        wp-organic
Author URI:    http://wporganic.com/
Description:   Arczone WordPress theme provied facilityes such as our team, blog, portfolio, gallery.
Version:       1.0.8
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:   arczone
Tags:          two-columns, three-columns, left-sidebar, right-sidebar, 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, accessibility-ready
*/

.is_admin_nav{ margin-top: 32px !important;  }

.wp-caption {
    text-align: center;
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
.bypostauthor {
    display: block
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.sticky {}

.sticky-icon:before {
    font-family: 'FontAwesome';
    content: "\f02e";
    font-size: 30px;
    color: #848266;
    position: absolute;
    width: 20px;
    height: 27px;
    top: 0;
    right: 34px
}

.widget select {
    width: 100%;
}

.widget ul .children {
    padding-left: 20px;
}

.next-prev-block{
    padding-bottom: 30px;
}

.comments ol.children{ list-style: none; margin-top: 30px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


@media (min-width: 1200px){
    body.blog .header-menubar2 {
        position: relative;
    }
}
@media (max-width: 768px) and (min-width: 480px){
    body.blog .header-menubar2 {
        position: relative;
    }
    .blog-section-owl .lg-mt-135{
        margin-top: 40px;
    }
    #newslatter-input {
        margin-left: 175px;
    }
    .blog-section .blog-img img{
        width: 100%;
    }
    .blog-section .post-formate{
        right: auto;
        left: 15px;
    }
    .sm-mb-60{
        margin-bottom: 60px;
    }
    .project-gallery .gallery-2 img {
        margin-bottom: 30px;
        width: 100%;
    }
    .service-details,
    .service-details-info{
        padding-top: 40px;
    }   
    .service-details-info{
        height: 475px;
    } 
    .service-details-info .service-details-heading{
        top: 100px;
    }
    .portfolio-gallery .owl-nav .gallery_next_div,
    .portfolio-gallery .owl-nav .gallery_prev_div {
        margin-top: 60px;
    }
}
@media (max-width: 480px){
    body.blog .header-menubar2 {
        position: relative;
    }
    .tp-rightarrow,
    .tp-leftarrow,
    .testimonials .navborder{
        display: none;
    }
    .blog-section-owl .lg-mt-135{
        margin-top: 40px;
    }
    .newslatter-section {
        position: absolute;
        width: 100%;
        overflow: hidden;
        padding: 60px;
        right: 0;
        bottom: -405px;
        margin-top: 0px;
    }
    .newslatter-heading {
        font-weight: 500;
        color: #fff;
        position: absolute;
        font-size: 35px;
        bottom: -180px;
        line-height: 1;
        text-shadow: 2px 1px 0 rgba(150, 150, 150, 1);
        left: 270px;
        top: 60px;
    }
    #newslatter-input {
        float: left;
        position: relative;
        bottom: -110px;
        left: 20px;
        width: 70%;
    }
    #submit-input,
    .aboutus-index-2-effect h2,
    .blog-section-caption.blog-grid-caption {
        display: none;
    }
    .cta-2 i {
        font-size: 60px;
        float: right;
        color: #bdbdbd;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .blog-section .post-formate{
        right: auto;
        left: 15px;
    }
    .sm-mb-60{
        margin-bottom: 80px;
    }
    .xs-pt40{
        padding-top: 40px;
    }
}



.hfeed.site {
  overflow-y: hidden;
}
.blog-section {
  float: left;
  width: 100%;
}

#searchbar-result-widget {
  border: 1px solid;
  border-radius: 0;
  height: 54px;
}


.arc-list-style{ list-style: none;  }