/*
 @Author: XpertPress
 @URL: http://rndspot.com
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme.
 
 This files contents are outlined below.
 01.	Theme Reset Style
 02.	Global Elements
 03.	Menu
 04.	Social
 05.	Article
 06.	Posts
 07.	Responsive
 08.	Widgets
 09.	Flexslider
 10.	Grid
*/

/* =============================================
                        Theme Reset Style
============================================= */
@import 'https://fonts.googleapis.com/css?family=Lora|Open+Sans';
* {
    margin: 0px;
    padding: 0px;
}
html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background: #f9f9f9;
    color: #424242;
    font: normal 14px/24px  'Open Sans', sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #424242;
    font-style: normal;
    font-family:  'Lora', serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-top: 0;
}
h1 { font-size: 24px;}
h2 { font-size: 24px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 14px;}
h6 { font-size: 14px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #424242; transition: all 0.5s ease-in-out; }
p a { color: #424242; transition: all 0.5s ease-in-out;}
p a:hover {
    text-decoration:underline;
}
p {
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 10px;
}
a {
    color: #424242;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}
ul { margin-bottom: 0px; }
figure {
    position: relative;
}
img {max-width: 100%;}
strong { color: #424242; }
iframe {
    border: none;
    float: left;
    width: 100%;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {}
.wp-caption.alignleft,
.wp-caption.alignnone { width: 100%; }
select {
    border: 1px solid #d2d2d2;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
label {
    color: #414141;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
button { border: none; }
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    width:100%;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height:30px;
    outline: none;
    padding: 10px;
    background:#fff;
    box-shadow:none;
    border-radius:0;
}
input:focus{
    box-shadow:none !important;
    border-color:#424242 !important;
}
form p {
    float: left;
    position: relative;
    width: 100%;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option { padding: 5px 15px; }
li {
    line-height: 28px;
    list-style: disc inside none;
}
ul ul { margin-left: 20px; }
ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}
ol ol { margin-left: 20px; }
ol li {
    list-style: decimal;
    width: 100%;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th { text-align: left; }
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border-top: 1px solid #d2d2d2;
    border: 1px solid #d2d2d2;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #d2d2d2;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 1px solid #d2d2d2; }
table > thead > tr > th {
    border-bottom: 2px solid #d2d2d2;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td { border-bottom: 0; }
table > tbody + tbody { border-top: 2px solid #d2d2d2; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { padding: 6px 10px; }
dl dd { margin-left: 20px; }
address { font-style: normal; }
/* =============================================
                        Global Elements 
============================================= */
.xp-layout{
    width:100%;
    float:left;
}
.social-icon{
    text-align:center;
    border:1px solid #d4d4d4;
    border-left: none;
    padding: 14px 10px 5px;
    border-bottom:0;
    border-top:0;
}
.social-icon li{
    display:inline-block;
    overflow:hidden;
    width:32px;
}
.social-icon li a{
    display:block;
    height:15px;
    line-height:15px;
    display:block;
    text-align:center;
}
.social-icon li a i{
    color:#424242;
    display:block;
    font-size:15px;
    line-height:15px;
    text-align:center;
}
.xp-img-hover{
    left:0;
    top:0;
    opacity:0;
    width:100%;
    padding:20px;
    height:100%;
    position:absolute;
    visibility:hidden;
    z-index:2;
}
.xp-img-hover .xp-holder{
    position:relative;
    width:100%;
    height:100%;
    border:1px solid #fff;
}
.display-table{
    width:100%;
    height:100%;
    display:table;
}
.display-table-cell{
    width:100%;
    height:100%;
    display:table-cell;
    vertical-align:middle;
}
.xp-post-meta{
    font-style:normal;
    font:normal 12px/15px 'Open Sans', sans-serif;
}
.xp-post-meta span{
    display:inline-block;
    vertical-align:middle;
    position:relative;
    color: #424242;
    padding:0 15px;
    line-height:inherit;
}
.xp-post-meta span a{
    color: #424242;
}
.category-content .xp-post-meta span a{
    color: #fff;
}
.category-content .xp-post-meta span{
    color: #fff;
}
.xp-post-meta span a:hover{
    transition: all 0.5s ease-in-out;
}
.xp-banner-poststyle .xp-post-meta span{
    color: #fff;
}
.xp-banner-poststyle .xp-post-meta span a{
    color: #fff;
}
.owl-theme .owl-controls .owl-buttons div i{
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
}
.xp-post-meta span a:hover,
.xp-post-meta span a:hover em,
.xp-post-meta span a:hover i{
    text-decoration:none;
    transition: all 0.5s ease-in-out;
}
.xp-post-meta span i,
.xp-post-meta span em{
    display:inline-block;
    vertical-align:middle;
    font-style: normal;
    line-height:inherit;
}
.xp-post-meta span:after{
    content:'/';
    position:absolute;
    left: -4px;
    top: -1px;
    font-size:15px;
    line-height:18px;
}
.xp-post-meta span:first-child{padding:0 15px 0 0;}
.xp-post-meta span:first-child:after{display:none;}
.no-padding{ padding:0;}
.author-img {
    margin-bottom: 30px;
}
/* =============================================
                        Theme Style Start 
============================================= */
#wrapper{overflow:hidden;}
/* =============================================
                        Header Style 
============================================= */
#header{}
.topbar{
    height:48px;
    border-bottom:5px solid;
    -webkit-box-shadow: 0 0 10px 1px #d4d4d4;
    box-shadow: 0 0 10px 1px #d4d4d4;
}
.do-btn-round-solid{
    color: #fff;
}
.social-icon,
.btn-search{
    display:inline-block;
    vertical-align:middle;
    *display:inline;
}
.btn-search{ margin:0 0 0 20px;}
.btn-search:hover{}
.sliding {
    display:none;
    padding:4px 0;
    background: #fff;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:2;
    border-bottom:5px solid #424242;
}
/*new-slides*/
.new-slides{
    padding: 7px 0;
}
.new-slides .ticker-wrapper.has-js {
    background-color: transparent;
    border-radius: 0;
    display: block;
    height: inherit;
    margin: 0;
    padding: 0;
    width: inherit;
}
.new-slides .ticker {
    background-color: transparent;
    height: inherit;
    width: 350px;
}
.new-slides .ticker-title {
    background-color: transparent;
    color: #424242;
    font-weight: normal;
    padding-top: 3px;
    text-transform: uppercase;
    font-size: 13px;
}
.new-slides .ticker-content {
    background-color: rgba(0, 0, 0, 0);
    color: #424242;
    font-weight: normal;
    padding-top: 8px;
    font-size: 13px;
}
.new-slides .ticker-swipe {
    background-color: #fff;
    display: block;
    padding-top: 9px;
}
.new-slides  .ticker-content a {
    color: #424242;
    text-decoration: none;
}
.new-slides  .ticker-content a:hover{
    text-decoration: none;
}
/*new-slides*/
/*Logo Box Area*/
.logo-cover{
    background: #fff;
    float: left;
    width: 100%;
}

.logo-box{
    padding: 40px 0;
}
.logo{
    width: 350px;
    display: block;
    margin: 0 auto 4px;
}
.logo a{ display:block;}
.logo a img{ display:block;}
.slogn{
    display:block;
    text-align:center;
    font-size:12px;
    line-height:24px;
    letter-spacing:5px;
    font-family:  'Lora', serif;
    text-transform: uppercase;
}
/*Nav Bar Section*/ 
.navbar.affix{
    top:0;
    left:0;
    width:100%;
    z-index:10;
    background:#fff;
    border-bottom: 1px solid rgb(212, 212, 212);
    box-shadow: 0 0 10px 1px rgb(212, 212, 212);
}
.navbar{
    font-size:13px;
    line-height:15px;
    margin:0;
    border:0;
    background:none;
    text-transform:uppercase;
    width: 100%;
    float: left;
    background: #222;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.navbar ul{
    width:100%;
    border: none;
}
.navbar-collapse{ padding:0;}
.navbar ul li{
    float:none;
    display:inline-block;
    vertical-align:middle;
    *display:inline;
    line-height:normal;
    position:relative;
}
.navbar ul li a, .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav > li > a{
    padding:16px 15px;
    display:block;
    background:none;
    color:#fff;
    line-height:normal;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    background-color: #ffffff;
}


.navbar ul li .dropdown-menu {
    width: 250px;
    position: absolute;
    top: 150%;
    left: 0;
    visibility: hidden;
    display: block;
    opacity: 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
    line-height: normal;
    border-radius: 0;
}
.navbar ul li:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.9);
}
.navbar ul li .dropdown-menu li{
    width: 100%;
}
/* =============================================
                        Banner Style 
============================================= */
.xp-banner{
    width: 100%;
    float: left;
}
.xp-banner-poststyle{
    position:relative;
}
.xp-banner-poststyle figure{
    margin:0;
}
.xp-banner-poststyle figure a{ display:block;}
.xp-banner-poststyle img{
    display:block;
    width:100%;
    height:auto;
    z-index:1;
}
.xp-banner-poststyle .xp-post-meta{
    font-size: 16px;
    line-height: 1.2;
}
.xp-banner-poststyle .xp-post-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 150px 20px 50px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.xp-banner-poststyle .title{
    margin: 3px 0 2px;
}
.xp-banner-poststyle .title h1{
    margin:0;
    text-transform:uppercase;
    letter-spacing: 3px;
    color: #fff;
}
.xp-banner-poststyle .title h1 span{
    display:block;
}
.xp-newsupdate{
    overflow:hidden;
    background:#fbfbfb;
    padding:20px 25px 20px 40px;
    margin:0 0 30px;
}
.xp-newsupdate .title-box{float:left;}
.xp-newsupdate .title-box h2{margin:0;}
.xp-newsupdate .title-box span{display:block;}
.xp-latestnewsform{
    overflow:hidden;
    padding:5px 0 5px 25px;
}
.xp-latestnewsform .form-group{ margin:0;}
button[type="submit"]{
    display:block;
    background:#fff;
    color:#424242;
    width:100%;
    font-size:16px;
    line-height:30px;
    padding:10px;
    border-radius:0;
    font-weight:600;
}
button[type="submit"]:hover{
    background:#424242;
    color:#fff;
}
.xp-categories{    margin: 0px 0;}
.xp-categories .owl-item{
    padding:0 15px;
}
.xp-category{
    overflow:hidden;
    position:relative;
}
.xp-category figure{
    margin:0;
    position:relative;
    z-index:1;
}
.xp-category figure a{ display:block;}
.xp-category figure a img{
    display:block;
    width:100%;
    height:auto;
}
.category-content{
    left:0;
    bottom: -90px;
    position:absolute;
    z-index:2;
    width: 100%;
    padding: 85px 20px 20px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.xp-category:hover .category-content{
    bottom: 0;
} 
.xp-category .xp-post-meta{
    font-size:13px;
    line-height:14px;
}
.xp-category .xp-post-meta span:after{
    font-size:13px;
    line-height:16px;
}
.category-content h3, .category-content h3 a{
    color: #fff;
}
.category-content p{
    color: #f7f7f7;
}
/* =============================================
                        TwoColumns Style 
============================================= */
/* =============================================
                        Post Style 
============================================= */
.xp-post, .xp-sidebar .xp-widget, .page #content #comment, .comment-form{
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    border-bottom: 3px solid;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.xp-post:first-child{ padding:0;}
.xp-post figure{
    float: left;
    width: 100%;
}
.xp-post figure:hover .xp-img-hover{
    visibility:visible;
    opacity:1;
    z-index:2;
}
.xp-post figure .xp-img-hover a{
    width:60px;
    height:60px;
    color:#000;
    background:rgba(255,255,255,0.95);
    display:block;
    text-align:center;
    position:absolute;
    top:20%;
    left:auto;
    right:50%;
    margin:-30px -62px 0 0;
    border:1px solid #414141;
}
.xp-post figure .xp-img-hover a:first-child{
    top:80%;
    left:50%;
    margin:-30px 0 0 -62px;
}
.xp-post figure:hover .xp-img-hover a{top:50%;}
.xp-post figure .xp-img-hover a i{
    display:block;
    line-height:60px;
    font-size:25px;
    text-align:center;
}
.xp-post figure img{
    display:block;
    position:relative;
    z-index:1;
}
.xp-post-content{
    text-align: left;
    padding: 0 15px;
    float: left;
    width: 100%;
}
.xp-post-content h3{
    text-transform: uppercase;
    margin: 5px 0 15px;
    line-height: 22px;
}
.xp-post-content .xp-post-meta span{
    padding:0 10px;
    position:relative;
}
.xp-post-content .xp-post-meta span:first-child{
    padding-left: 0;
}
.xp-post-content .xp-post-meta span:last-child{
    padding-right: 0;
}
.xp-banner-poststyle .xp-post-content .xp-post-meta span:last-child{
    color: #fff;
}
.xp-banner-poststyle .xp-post-content .xp-post-meta span a:hover{
    color: #fff !important;
}
.blog-header{
    padding: 20px 0;
}
.xp-post-content .description{
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}
.xp-post-content .description p{ 
    margin:0 0 14px;
}
.xp-btn-continuereading{
    display:inline-block;
    vertical-align:middle;
    padding:5px 10px;
    font-weight:600;
    text-transform:capitalize;
    line-height:14px;
    position:relative;
    margin:0 0 40px;
    float: right;
}
.xp-sidebar .xp-btn-continuereading, .three-columns-post .xp-btn-continuereading{
    float: none;
    margin: 0 auto;
    display: inline-block;
    width: 150px;
}
.xp-btn-continuereading:before,
.xp-btn-continuereading:after{
    width:1px;
    height:70%;
    display:block;
    content:'';
    left:0;
    top:15%;
    position:absolute;
}
.xp-btn-continuereading:before{
    left:auto;
    right:0;
}
.xp-post-foot{
    padding: 0 10px 4px;
}
#news-slider .item {
    margin-bottom: 1px !important;
    margin-left: 40px;
    margin-top: 0;
}
.hide-text{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.ease-all{
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.post-meta{
    padding-bottom: 25px;
}
/* Social Icons */
.masonry-grid .social{
    float: none;
}
.masonry-grid .social li{
    width: inherit !important;
    margin: 0 3px;
}
.masonry-grid .social li a{
    margin: 0;
}
.social{
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-flex;
}
.social li{
    list-style: none;
}
.social li a{
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    text-align: center;
    padding-top: 7px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    -ms-border-radius:20px;
    border-radius:20px;

    /*background-color: #222;*/
    -webkit-box-shadow: inset 0 0 0 40px #222;
    -moz-box-shadow: inset 0 0 0 40px #222;
    -o-box-shadow: inset 0 0 0 40px #222;
    -ms-box-shadow: inset 0 0 0 40px #222;
    box-shadow: inset 0 0 0 40px #222;

    color: #fff;
}

.social li a:hover{
    -webkit-box-shadow: inset 0 0 0 3px #222;
    -moz-box-shadow: inset 0 0 0 3px #222;
    -o-box-shadow: inset 0 0 0 3px #222;
    -ms-box-shadow: inset 0 0 0 3px #222;
    box-shadow: inset 0 0 0 3px #222;

    color: #222;
}
.xp-post-foot .xp-post-author{
    display:block;
    padding:0;
    color:#414141;
    font-size: 13px;
}
.xp-post-foot .xp-post-author:after{ display:none;}
.xp-post-foot .xp-post-meta .xp-post-author a{
    display:inline;
    color:#414141;
}
.gallery-post .xp-gallery{
    float: left;
    width: 100%;
}
.gallery-post .xp-gallery figure{
    padding:5px;
    float:left;
    margin:0;
}
.gallery-post .xp-gallery figure.small{width:31.7%;}
.gallery-post .xp-gallery figure.large{width:68.3%;}
/* =============================================
                        Post Slider Style 
============================================= */
.xp-post.xp-post-slider .post-slider figure{ margin:0;}
.xp-post-meta.category-name span{ text-transform:uppercase;}
/* =============================================
                        Video Post Style 
============================================= */
.xp-post.xp-video-post .video iframe{
    height:470px;
    width:100%;
}
/* =============================================
                        Audio Post Style 
============================================= */
.xp-post.xp-audio-post .audio iframe{
    height:200px;
    width:100%;
}
/* =============================================
                        Blockquote Post Style 
============================================= */
.xp-post.xp-blockpuote-post .blockquote{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.75);
    z-index:2;
    padding:80px 100px;
    text-align:center;
}
.blockquote blockquote{
    border: 0 none;
    color: #000;
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    padding: 0 50px 27px;
}
.writter-name{ overflow:hidden;}
.writter-name span{
    display:inline-block;
    vertical-align:middle;
    padding:0 10px;
    position:relative;
    color:#000;
    font-size:18px;
    line-height:21px;
}
.writter-name span:before,
.writter-name span:after{
    width:70px;
    height:1px;
    display:block;
    content:'';
    position:absolute;
    top:50%;
    left:100%;
    background:#b7b5b5;
}
.writter-name span:before{
    left:auto;
    right:100%;
}
.xp-post.xp-blockpuote .blockquote{
    position:static;
    background:#fbfbfb;
    color:#414141;
    padding:40px 100px;
    text-align:center;
    margin:0 0 40px;
    font-weight:normal;
}
.xp-post.xp-blockpuote .blockquote blockquote{
    font-size:18px;
    line-height:26px;
}
.next-previous{
    padding: 0 0 30px 0;
    float: left;
    width: 100%;
}
.next-previous .older-post{
    float:right;
    position:relative;
    padding:0 10px;
    margin:0 50px;
    font-weight:600;
    font-size:16px;
    text-transform:capitalize;
}
.next-previous .older-post:before,
.next-previous .older-post:after{
    content:'';
    display:block;
    width:50px;
    height:1px;
    background:#b7b5b5;
    position:absolute;
    top:50%;
    left:100%;
}
.next-previous .older-post:before{
    left:auto;
    right:100%;
}
.next-previous .older-post a{ display:block}
/* =============================================
                        Sidebar Style 
============================================= */
.xp-sidebar .xp-widget{
    width: 100%;
    float: left;
    padding:30px 10px;
    background: #fff;
    margin-bottom: 30px;
    border-bottom: 3px solid;
}
.xp-widget h4 {
    text-align: left;
    margin: 0 0 20px;
    overflow: hidden;
    line-height: normal;
    border-bottom: solid 1px;
    padding: 0 0 10px;
}
.xp-widget h4 span{
    display:inline-block;
    vertical-align:middle;
    position:relative;
}
.xp-widget .facebook-plugin{ overflow:hidden;}
.xp-widget.add img,
.xp-widget .facebook-plugin img{
    display:block;
    width:100%;
    height:auto;
}
.xp-widget .about-widget{
    text-align:center;
}
.xp-widget .about-widget .description{ padding:0 0 10px;}
/*author image section*/ 
.author-img .spinner {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.author-img .inner_spin {
    width: 200px;
    height: 200px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    /* Hardware acceleration FTW! */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.author-img .fullie, .author-img .halfie {
    display: block;
    margin: 0 auto;
    position: absolute;
}

.author-img .fullie {
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 19em;
    z-index: 2;
    margin-top: -190px;
    margin-left: 10px;
}

.author-img .halfie {
    height: 100px;
    width: 200px;
    z-index: 1;
}
.author-img .halfie.top {
    border-radius: 20em 20em 0 0;
}
.author-img .halfie.bottom {
    top: 100px;
    border-radius: 0 0 19em 19em;
    background: #222;
}

.author-img .spinner:hover {
    opacity: 0.95;
}
.author-img .spinner:hover .inner_spin {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.author-img .spinner:hover img {
    opacity: 0.25;
}

.author-img img {
    width: 180px;
    height: 180px;
    border-radius: 19em;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}
.recent-post ul{
    margin:0;
    padding:0;
    list-style:none;
}
.recent-post ul li{
    list-style:none;
    padding:15px 0;
    border-top:1px solid #eee;
}
.recent-post ul li:first-child{
    padding-top:0;
    border:0;
}
.recent-post ul li .post-thumb{
    float:left;
    margin:0 10px 0 0;
    overflow: hidden;
    max-width: 75px;
}
.show_hide.fa.fa-close.pull-right {
    margin: 10px 0;
}
.recent-post ul li .post-thumb a{
    display:block;
}
.recent-post ul li .post-thumb a img{
    display:block;
}
.recent-post ul li .post-thumb a img:hover{
    transform:scale(1.1)
}
.header-search-form fieldset {
    margin-right: 37px;
}
.recent-post ul li .post-data span{
    display:block;
    font:normal 12px/15px 'Open Sans', sans-serif;
}
.xp-instagram .instagram-plugin{
    list-style:none;
    padding:0;
    margin:0;
}
.instagram-plugin li{
    float:left;
    list-style:none;
    width:33.33%;
    overflow: hidden;
}
.instagram-plugin li a{ display:block;}
.instagram-plugin li a img:hover{ transform:scale(1.1)}
.xp-search-form{
    border:1px solid #b7b5b5;
    position:relative;
}
.xp-search-form fieldset{
    width: 100%;
    float: left;
}
.xp-search-form fieldset input{
    padding:0 40px 0 10px;
    height:37px;
    line-height:37px;
    border:0;
}
.xp-search-form fieldset input:focus{ border:0;}
.xp-search-form fieldset button{
    position:absolute;
    top:0;
    right:0;
    width:auto;
    height:auto;
    padding:4px 10px;
}
.blog-category{
    width: 100%;
    float: left;
    list-style:none;
    padding:0;
    margin:0;
}
.blog-category li{
    list-style:none;
    padding: 15px 0 5px ;
    border-top:1px dashed #dedede;
    float: left;
    line-height: 1.2;
    width: 100%;
}
.blog-category li:first-child{
    padding-top:0;
    border:0;
}
.blog-category li a{
    display:block;
    clear:both;
}
.blog-category li a i{ float:right;}
.blog-category li a em,
.blog-category li a i{
    font-style:normal;
}
/* =============================================
                        Footer Style 
============================================= */
#footer{
    margin-top: 30px;
}
#footer .three-columns{
    padding: 50px 0;
}
footer .plugin-instagram{
    text-align:center;
}
footer .plugin-instagram h2{
    margin: 0 0 21px;
    text-transform:uppercase;
    color: #424242;
}
.instagram-gallery{
    width: 100%;
    float: left;
}
.instagram-gallery .item{
    float:left;
    width:14.28%;
    overflow:hidden;
}
.instagram-gallery .item a{ display:block;}
.instagram-gallery .item img{
    display:block;
    width:100%;
    height:auto;
}
.instagram-gallery .item img:hover{transform: scale(1.1);}
footer .box .social-icon{
    border:0;
    padding:0;
    height:auto;
    line-height:normal;
}
footer .box .social-icon li{ line-height:normal;}
.form-newsletter{
    width: 100%;
    float: left;
}
.form-newsletter fieldset{ 
    width: 100%;
    float: left;
}
.form-newsletter fieldset .form-group{
    margin-bottom:9px;
}
.form-newsletter fieldset .form-group:nth-child(3){
    margin-bottom: 0;
}
.form-newsletter fieldset .form-group input{
    width:100%;
    background:none;
    border:1px solid #424242;
    height:35px;
    line-height:35px;
    padding-top:0;
    padding-bottom:0;
}
button[type="submit"].btn-send{
    background:#424242;
    width:180px;
    height:35px;
    line-height:35px;
    font-size:12px;
    color:#fff;
    font-weight:600;
    padding:0;
    float:left;
}
.form-newsletter fieldset .form-group button:hover,
button[type="submit"].btn-send:hover{
    background:#ccc;
    color:#424242;
}
.form-newsletter fieldset .form-group button{
    background:#424242;
    width:100%;
    height:35px;
    line-height:35px;
    color:#fff;
    font-weight: normal;
    padding:0;
}
footer h2{
    color: #f2f2f2;
}
footer .box .instagram{
    width: 100%;
    float: left;
    margin: 0 -5px;
}
footer .box .instagram .item{
    width:25%;
    float:left;
    padding:5px;
}
footer .box .instagram .item a{
    display:block;
}
footer .box .instagram .item a img:hover{ transform:scale(1.1)}
.three-columns{
    background:#000;
    width: 100%;
    float: left;
    padding:80px 0;
    color: #f2f2f2;
}
.copyright {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.copyright p{
    text-align:center;
    font-size:12px;
    margin: 0;
}
/* =============================================
                        Three Columns Post Style 
============================================= */
.three-columns-post #content{ padding:0 0 50px;}
.three-columns-post .xp-post{
    padding:2px;
    border-bottom: 3px solid;
    border-top:0;
    border-radius:3px;
    margin:0 0 30px;
}
/*.three-columns-post .xp-post figure{margin:0 0 20px;}*/
.three-columns-post .xp-post-content{ padding:0 10px;}
.three-columns-post .xp-post-content h3{
    margin:0 0 5px;
    text-transform:capitalize;
    font-size:18px;
    line-height:22px;
}
.three-columns-post .xp-post-content .xp-post-meta{ padding:0 0 10px;}
.three-columns-post .xp-post-content .xp-post-meta span.date:before,
.three-columns-post .xp-post-content .xp-post-meta span.date:after{ width:30px;}
.three-columns-post .xp-post-content .description{ padding:0 0 20px;}
.three-columns-post .xp-post-content .description p{ margin:0;}
.three-columns-post .xp-post-content .xp-btn-continuereading{ margin:0 0 15px;}
.three-columns-post .xp-post-content .xp-post-foot{
    padding:0;
    border:0;
}
.post-width .masonry-grid{
    width: 100% !important;
}
.three-columns-post .xp-post-content .xp-post-foot .xp-post-author{ padding:0;}
.three-columns-post .post-social-icons{
    padding:8px 0 5px;
    width: 100%;
    float: left;
    float:none;
    text-align:center;
    border-top:1px solid #d9d9d9;
}
.three-columns-post .post-social-icons li{ width:20%;}
.catagris-tag ul li{
    display: inline-block;
}
/* =============================================
                        Masonry Post Style 
============================================= */
.xp-banner-poststyle .xp-post-meta span a{
    color: #fff;
}
.three-columns-post .portfolio-content .xp-post{border-bottom: 3px solid;}
.post-width .masonry-grid{
    width: inherit;
    padding: 0;
}
.masonry-grid{
    width:33.33%;
    float:left;
    padding:0 15px;
}
.masonry-grid .blog-header {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    padding-bottom: 11px;
    width: 100%;
}
.masonry-grid .post-social-icons{
    float: left;
    padding: 25px 10px 15px;
    width: 100%;

}
.masonry-grid .post-meta {
    padding-bottom: 15px;
}
.three-columns-post .portfolio-content .xp-post figure{ margin:0;}
.three-columns-post .portfolio-content .xp-post .xp-post-content{ padding-top:20px;}
.three-columns-post .portfolio-content .xp-post blockquote{
    border:0;
    padding:0;
    margin:0;
    font-size:14px;
    line-height:24px;
}
/* =============================================
                        About Us Page Style 
============================================= */
.aboutus main, .contactus main{
    padding: 80px 0;
    margin: 0;
}
.aboutus figure{
    margin-bottom: 20px;
}
.page #content h1{
    text-transform:uppercase;
    margin:20px 0 20px;
    font-size: 36px;
    line-height:30px;
    color: #1d8dfa;
}
.page #content .description{
    float: left;
    width: 100%;
}
#comment{ 
    width: 100%;
    float: left;
}
#comment h2{
    text-transform:uppercase;
}
.reply-form{ 
    width: 100%;
    float: left;
}
.reply-form textarea,
.header-search-form input,
.reply-form .form-control{
    border:1px solid #ebebeb;
    height:35px;
    line-height:35px;
    padding:0 10px;
    color:#424242;
    font-family: 'Open Sans', sans-serif;
    font-style:normal;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.reply-form textarea{
    height:230px;
    line-height:24px;
    resize:none;
    padding:5px 10px;
}
/* =============================================
                        Contact Us Page Style 
============================================= */
.map {
    width: 100%;
    float: left;
    height: 500px;
}
/* =============================================
                        Blog Detail Page Style 
============================================= */
.page.post-detail #content .description{ padding:0;}
.page #content .description p strong{ font-size:18px; font-weight:600;}
.xp-tags{
    width: 100%;
    float: left;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    font-style:normal;
    padding:0 0 30px;
}
.xp-tags li{
    display:inline-block;
    vertical-align:middle;
}
.xp-tags li a{
    display:block;
}
.page.post-detail #content .next-previous{
    padding: 0 0 30px;
}
.next-previous .prev-post,
.next-previous .next-post{
    float: right;
    position: relative;
    padding: 0 10px;
    margin: 0 50px;
    font-weight: 600;
    font-size: 16px;
    text-transform:capitalize;
}
.next-previous .prev-post{ float:left;}
.next-previous .prev-post:after,
.next-previous .prev-post:before,
.next-previous .next-post:after,
.next-previous .next-post:before{
    content:'';
    display:block;
    width:50px;
    height:1px;
    background:#b7b5b5;
    position:absolute;
    top:50%;
    left:100%;
}
.next-previous .prev-post:before,
.next-previous .next-post:before{
    left:auto;
    right:100%;
}
.next-previous .older-post a{ display:block}
.post-detail #comment h3{
    margin:0;
}
.post-detail #comment p{ margin:0 0 35px;}
#comment ul{
    margin:0;
    padding:0;
    list-style:none;
    width: 100%;
    float: left;
    padding:0 0 40px;
}
#comment ul li{
    border-bottom:1px solid #b7b5b5;
    list-style:none;
    float: left;
    padding: 30px 0;
}
#comment ul li .author{
    float:left;
    width: 15%;
    position:relative;
    margin:0 15px 0 0;
}
#comment .author-img img{
    width: 100px;
    height: 100px;
}
#comment ul li .author:after{
    content:'';
    display:block;
    width:100%;
    height:1px;
    position:absolute;
    top:50%;
    left:0;
    z-index:1;
}
.page.post-detail #content #comment ul li .description{
    width: 80%;
    float: left;
}
#comment .meta ul{
    padding: 0;
}
#comment .meta ul li {
    display: inline-block;
    padding: 15px 15px 0 0;
    font-weight: bold;
}
#comment .meta ul li span{
    font-weight: normal;
}
.page #content #comment ul li .description p{ margin:0;}
.page #content #comment, .page.aboutus .description, .page.contactus .description{ 
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 30px;
    border-bottom: 3px solid;
}
.author .author-img{
    float:left;
    margin:0;
    position:relative;
    z-index:2;
}
.author .author-img img {border: 1px solid #fff;}
.meta{
    width: 100%;
    float: left;
    padding:21px 0;
    text-align:center;
    line-height:16px;
    font-size:13px;
    font-style:normal;
    font-family: 'Open Sans', sans-serif;
}
#comment .meta{
    float: none;
    width: auto;
    padding: 0;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}
#comment .author-img {
    float: none;
    text-align: center;
    margin-bottom: 10px;
}
#comment ul li ul{ padding:0 0 0 90px;}
#comment ul li ul li{ border:0;}
#comment ul li ul li:last-child{ padding-bottom:0;}
.comment-form{
    padding: 30px 15px;
}
/*Banner Section*/
.home-slider .owl-controls .owl-buttons div{
    background:#424242;
    color:#fff;
}
.home-slider .owl-controls .owl-buttons div.owl-prev:hover,
.home-slider .owl-controls .owl-buttons div.owl-next:hover{background:rgba(66,66,66,0.5)}

.xp-hover {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xp-hover img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.xp-hover .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.xp-hover .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.xp-hover .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: rgba(50, 50, 50, 0.9);
}
.xp-hover .buttons .fa-link {
    left: -215%;
}
.xp-hover .buttons .fa-search {
    right: -215%;
}
.xp-hover:hover .buttons .fa-link {
    left: 0;
}
.xp-hover:hover .buttons .fa-search {
    right: 0;
}
.xp-hover:hover .ovrly {
    opacity: 1;
}
/*----pri loder----*/
#hola{
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    z-index: 999;
}
#preloader {
    position:relative;
    width: 80px;
    height: 80px;
    top: 45%;
    margin: 0 auto;
}
#preloader span {
    position:absolute;
    border: 8px solid #1d8dfa;
    border-top: 8px solid transparent;
    border-radius:999px;
}

#preloader span:nth-child(1){
    width:80px;
    height:80px;
    animation: spin-1 2s infinite linear;
}
#preloader span:nth-child(2){
    top: 20px;
    left: 20px;
    width:40px;
    height:40px;
    animation: spin-2 1s infinite linear;
}
@keyframes spin-1 {
    0% {transform: rotate(360deg); opacity: 1;}
    50% {transform: rotate(180deg); opacity: 0.5;}
    100% {transform: rotate(0deg); opacity: 1;}
}
@keyframes spin-2 {
    0% {transform: rotate(0deg); opacity: 0.5;}
    50% {transform: rotate(180deg); opacity: 1;}
    100% {transform: rotate(360deg); opacity: 0.5;}
}
/*----xp-banner-grid----*/
.xp-banner-grid-space{
    margin-top: 60px;
}
.xp-single-layout{
    margin-top: 30px;
}
.top-list{
    margin: 30px 0;
}
.xp-bainner {
    overflow: hidden;
    position: relative;
}
.xp-banner-grid .title {
    margin: 3px 0 15px;
}
.xp-banner-grid .xp-post-content{
    width: 100%;
    bottom: -110px;
    transition: all 500ms ease-in-out 0s;
}
.xp-post-meta2{
    padding-top: 20px;
}
.xp-bainner:hover .xp-post-content{
    bottom: 0;
}
.xp-right-bnner{
    margin-bottom: 13px;
}
.no-sapac{
    margin-bottom: 0;
}
.latest-new {
    background-color: #222222;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-right: 5px;
}
.latest-new h3{
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
    margin: 10px 0;
}
#tick li, #tick2 li { list-style-type:none; float:left; padding-right:0px; position:absolute; left:0px;}
#tick, #tick2 { position:relative; display:block; width:5000px; margin:0; content:""; display:table; height:0px; }
#outer{width:300px;height:25px; overflow:hidden; margin-top: 9px; display: inline-block;}
#outer a {text-decoration:none;}