
/*--------------------------------
    blog style
----------------------------------*/



.blog-banner {
    background: url("../img/banner1.jpg") no-repeat;
    background-size: cover;
    margin: 86px 0;
    padding: 100px 0;
}

.blog-banner h3 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}


.blog {
    margin-bottom: 70px;
}

body.blog {
    margin-bottom: 0;
}

.blog p{
    margin-bottom: 30px;
}



/**/

.gallery.owl-theme .owl-controls {
    margin-top: -25px;
    text-align: center;
}

.gallery .owl-pagination{
    position: relative;
    z-index: 1200;
}

.gallery.owl-theme .owl-controls{
    margin-top: -45px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    z-index: 1200;
}

.gallery.owl-theme .owl-controls .owl-page span {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 30px;
}


/**/


.blog h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #424242;
    margin: 0px 0 10px 0;
    line-height: 35px;
    letter-spacing: 3px;
}
.blog h1 a {
    color:#424242;
}

.blog a.more, .auth-row a:hover {
    color: #c8c8c8;
    text-decoration: none;
}
.blog .auth-row {
    color:#c8c8c8;
    font-weight:300;
    font-size:12px;
}

.blog .blog-img-wide img,
.blog .panel-body img {
    max-width:100%;
    height: auto;
}

.blog-img-sm img {
    width:100%;
    padding-bottom:0;
    height: auto;
}

.blog p {
    font-size:14px;
}

.blog a.more {
    margin-top:20px;
    margin-bottom:10px;
    display:inline-block;
}

.blog-srch input{
    height: 40px;
    float: left;
    width: 100%;
    box-shadow: none;
    border-radius: 30px;
}

.blog-srch input:focus {
    box-shadow: none;
}

.blog-srch input, .blog-srch .btn-search{
    float: right;
}

.blog-srch .btn-search {
    background: #414852;
    color: #fff;
    height: 40px;
    margin-left: 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}


.blog-srch {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.blog-post,
.widget {
    margin-bottom: 40px;
}

.blog-post:last-child {
    margin-bottom: 0;
}

.blog .panel {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blog .panel-body {
    padding: 30px 0;
}

.blog-post h3,
.widget-title {
    font-size:16px;
    text-transform:uppercase;
    color:#424242;
    margin-top:0px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.blog-post h5 a,
.widget h5 a {
    color:#424242;
}

.blog-post p,
.widget p {
    padding-bottom: 0;
    color: #676767;
    line-height: 20px;
}

.blog-post ul,
.widget ul {
    padding-left:0;
    margin-bottom:0;
    list-style-type: none;
}

.blog-post ul li {
    color:#837f7e;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 0;
}

.border-less-comnt ul li {
    border-bottom: none;
}

.blog-post ul li a {
    color: #a1a1a1;
    font-size: 13px;
    text-decoration: none;
    display: block;
}

.blog-post ul li i,
.widget ul li i {
    padding-right:10px;
}

.blog-post ul li a span.number {
    float: right;
}

.quote i {
    color: #d3d3d3;
}


.blog-info-right {
    padding: 0;
}

.blog-info-left {
    padding: 0px;
}

ul.grid-img {
    list-style-type: none;
    padding: 0;
}
ul.grid-img li {
    float: left;
    margin:0 10px 10px 0;
}

ul.grid-img li img {
    width: 125px;
    height: 125px;
}

.slider .rslides {
    padding: 0;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


/* video/audio post */

.video-fit  {
    width: 100%;
    padding-top: 50%;
    position: relative;
}

.audio-fit {
    width: 100%;
    padding-top: 20%;
    position: relative;
}

.video-fit iframe, .video-fit object, .video-fit embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.audio-fit iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    border: none;
}

/* Callback example */

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.events {
    list-style: none;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.callbacks .caption2 {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 13px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .3);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../img/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

@media screen and (max-width: 600px) {

    .callbacks_nav {
        top: 47%;
    }
}

.blog-tags {
    border-top: 1px solid #f1f1f1;
    margin: 30px 0 0 0;
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}

.blog-tags a {
    display: inline-block;
    background: #f1f1f1;
    color: #808086;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 30px;
    outline: none;
}

.blog-tags a + a {
    margin: 0 8px 8px 0;
}

.blog-tags a:hover, .blog-cmnt .reply:hover {
    color: #fff;
}

.cmnts-section {
    margin-top: 50px;
}

.blog-cmnt .media-heading, .blog-cmnt .media-heading a {
    color: #414147;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-cmnt.media > .pull-left {
    margin-right: 30px;
}

.bl-status {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 11px;
}

.blog-cmnt .reply {
    background: #f1f1f1;
    color: #808086;
    padding: 5px 15px;
    margin: 0 0 20px 0;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
}

.media.blog-cmnt img {
    width: 60px;
    height: auto;
}

.cmnt-head {
    font-size: 16px !important;
}

/* custom pagination */

.custom-pagination > li:first-child > a, .custom-pagination > li:first-child > span,
.custom-pagination > li:last-child > a, .custom-pagination > li:last-child > span{
    border-radius: 0;
    -webkit-border-radius: 0;
}

.custom-pagination > li > a {
    margin: 0 3px;
    color: #424242;
}

.custom-pagination > li > a:hover {
    color:#000 ;
}

.aligncenter {
    display: block;
    margin: 0 auto 1em;
}

.alignleft {
    float:left;
    margin: 0 2em 1em 0;
}

.alignright {
    float:right;
    margin: 0 0 1em 2em;
}

.slider .rslides {
    margin-top: 20px;
}

ul li, ol li {
    margin-bottom:10px;
}

.tagcloud a {
    padding: 5px 10px;
    border: 1px solid #646464;
    color: #646464;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 30px;
    word-break: normal;
}

.tagcloud a:hover {
    border: 1px solid #222;
    color: #fff;
    background: #222;
}



/*-----------------------------
  blog comments style
 -----------------------------*/


.comment-respond .comment-reply-title {
    margin-top: 80px;
}

.comment-respond {
    margin-bottom: 70px;
    outline:0;
}


.comment-form-comment textarea,
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input{
    border:1px solid #e8e8e8;
    box-shadow:none;
    padding:8px 10px;
    color: #808086;
    font-weight: 300;
    font-size: 13px;
    outline: 0;
}

.comment-respond .form-submit input {
    background: #3c3c3c;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: 12px 35px;
    text-decoration: none;
    margin-top: 20px;
    outline:0;
}

.comment-respond .form-submit input,
.comment-respond .form-submit input:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
    width:100px;
}


.comment-form-comment textarea {
    width: 100%;
}

a#cancel-comment-reply-link {
    font-size: 13px;
    font-weight: 300;
}

a#cancel-comment-reply-link:hover {
    color: #333;
}


.entry-content img {
    margin-bottom: 1em;
}

.entry-content figure {
    max-width: 100%;
    height: auto;
}

.panel.post,
.panel.page {
    word-break: break-all;
}

.widget {
    word-break: break-all;
}

.widget img {
    max-width: 100%;
    height: auto;
}

.widget select,
.widget textarea {
    width: 100%;
    padding: 10px;
}

.widget select:focus,
.widget textarea:focus {
    outline: none;
}

.widget ul li {
    margin: 0;
    padding: 10px 0 10px 25px;
    color: #837f7e;
}

.widget ul li:before {
    content: "\f105";
    margin-right: 17px;
    margin-left: -25px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget a {
    color: #a1a1a1;
    font-size: 13px;
}

.widget-title a {
    color: #424242;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
}

.widget_calendar caption {
    text-align: center;
    font-weight: bold;
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
}

.widget_calendar td a {
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    background: #999;
    color: #fff;
}

.widget_calendar #prev a,
.widget_calendar #next a {
    width: auto;
    border-radius: 15px;
}

.widget_calendar td a:hover,
.widget_calendar td a:focus {
    background: #fff;
    border: 1px solid;
}

.widget_categories li,
.widget_pages li,
.widget_meta li {
    border-bottom: 1px solid #ddd;
}

.widget li li {
    border: 0;
}

.widget_recent_comments ul li:before {
    margin-right: 10px;
    content: "\f0e6";
}

.widget_rss .widget-title img {
    margin-top: -5px;
}

.widget_rss ul li:before {
    content: "\f09e";
    margin-right: 14px;
}

.widget_rss ul li a {
    font-weight: bold;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-style: italic;
}