/*
Theme Name: Ostrich Theme
Author: ThemePicasso
Author URI: http://themepicasso.com/
*/
/*------------------------------------------------------------------------------------/
[T A B L E   O F   C O N T E N T S]
-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------/

    1.  Body

    2.  Typography
        2.1 Section Header

    3.  Header

        3.1 Branding with logo / .branding
            3.1.1 Nav centered logo  / .mid-logo
            3.1.2 Branding Social Links / .nav-social-link
            3.1.3 mobile-menu / .nav-wrap
            3.1.4 mobile-menu / #mobile-menu
            3.1.5 Navigation bar search box / .search-form
            3.1.6 Center style topnav / .center-style-topnav

    4.  Blog layout / .blog-layout

    5.  Content

        5.1 Page template
            5.1.1 post-carousel / .popular-blog-section
            5.1.2 Recent blog post / .recent-blog-section
            5.1.3 Recent masonry blog post / .recent-blog-masonry
            5.1.4 Recent blog post sticky ribbon
            5.1.5 Image overlay / .zoomOverlay
            5.1.6 Social Counter / .social-counter-list
            5.1.7 Portfolio / .recent-work-container

         5.2 Blog post / .blog-container
            5.2.1 Blog post meta / .blog-post-meta
            5.2.2 Blog post tags / .post-tags-list
            5.2.3 Blog post details / .post-details
            5.2.4 Blog post share / .share-this
            5.2.5 Blog author / .blog-author
            5.2.6 Related Blog / .related-blog-post
            5.2.7 Comments template / #comments
            5.2.8 Blog post divider / .post-divider
            5.2.9 Post pagination
            5.2.10 Blog post pagination
            5.2.11 Post sticky ribbon / .sticky-ribbon

        5.3 Post format
            5.3.1 Grid gallery / .post-grid-wrap
            5.3.2 Slideshow gallery
            5.3.3 Link post
            5.3.4 Quote post

        5.4 Pages
            5.4.1 About Us / .about-page
            5.4.2 Contact
            5.4.3 Map zoom
            5.4.4 Author Page / .archive-author
            5.4.5 404 error page / .error-wrap

    6.  Sidebar / .sidebar
        6.1 Sidebar Blog Search
        6.2 About author widget
        6.3 Ads widget

    7.  Widgets
        7.1 Widget styles / .widget-col
        7.2 Calendar widget / #wp-calendar
        7.3 Widget header / .widget-h
        7.4 Latest post / .widget-post-list
        7.5 Comment list / .widget-comment-list
        7.6 Widget category list / .widget-cat
        7.7 Widget tag cloud / .wp-tag-cloud
        7.8 Responsive tab widget / .resp-tabs-list
            7.8.1 Responsive vertical tab widget / .resp-vtabs
            7.8.2 Responsive tab accordion styles / .resp-tab-active
        7.9 Archive / .archive-list

    8.  Footer / .footer-section
        8.1 Footer branding / .footer-branding
        8.2 Footer widget area / .widget-area
        8.3 Scroll Top / #scrollTop

    9.  Social widgets
        9.1 Flicker Feed / .flickr-list

    10. Copyright Socket / .copyright-socket

    11. Responsive Layout
        11.1 Responsive Tab
        11.2 Responsive Mobile Menu
        11.3 Main Layout
        11.4 Boxed Layout / .boxed-layout

--------------------------------------------------------------------------------*/

@import url(//fonts.googleapis.com/css?family=Roboto:400,500,900,700,500italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);


/*==========*/
/* 1. Body */
/*========*/
body {
    font-size:14px;
    line-height:24px;
    font-weight:400;
    color:#666666;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    margin: 0 auto;
}
/*========================================*/
/* Default links colors & hover style */
/*======================================*/
a {
    color:#666666;
}
a:visited {
    color:#666666;
}
a:hover,a:focus,a:active {
    text-decoration:none;
    color: #478dbf;
}
/*=========================*/
/* Button outline none */
/*=======================*/
button:active {
    outline:none !important;
}
button:focus {
    outline: none !important;
}
/*================*/
/* 2. Typography */
/*==============*/
h1 {
    font-size:88px;
    line-height:96px;
    margin-top:48px;
    margin-bottom:24px;
}
h2 {
    font-size:48px;
    line-height:48px;
    margin-top:48px;
    margin-bottom:24px;
}
h3 {
    font-size:32px;
    line-height:48px;
    margin-top:24px;
    margin-bottom:24px;
}
h4 {
    font-size:21px;
    line-height:24px;
    margin-top:24px;
    margin-bottom:24px;
}
h5 {
    font-size:14px;
    line-height:24px;
    margin-top:24px;
    margin-bottom:24px;
}
h6 {
    font-size:12px;
    line-height:24px;
    margin-top:24px;
    margin-bottom:24px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight: 400;
    color:#697785;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
p,ul,ol,pre,table {
    margin-top:24px;
    margin-bottom:24px;
}
ul {
    list-style:square;
}
ul,ol {
    margin-left:24px;
}
blockquote {
    margin:24px 0px;
}
pre {
    padding:22px;
    line-height:24px;
    background:#f5f5f5;
    -webkit-border-radius:0px;
    border-radius:0px;
    border:#eee 1px solid;
}
blockquote p {
    margin:0px;
    font-size:16px;
}
code,kbd,tt,var {
    font:14px 'Roboto',sans-serif;
}
hr {
    border:1px solid;
    margin:-1px 0;
}
ul ul,ol ol,ul ol,ol ul {
    margin-top:0;
    margin-bottom:0;
}
sup,sub {
    vertical-align:baseline;
    position:relative;
    top:-0.4em;
}
sub {
    top:0.4em;
}
dt,dd {
    line-height:24px;
}
address {
    margin-bottom:24px;
    line-height: 24px;
}
/*================*/
/* Default table */
/*==============*/
table {
    border-collapse:collapse;
}
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:12px 12px 11px 12px;
    vertical-align:top;
    border:1px solid #ddd;
}
table>thead>tr>th {
    vertical-align:bottom;
    border-bottom:1px solid #ccc;
}
.table>tbody+tbody {
    border-top:2px solid #ddd;
}
dd {
    margin-bottom:24px;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
    box-shadow:none;
}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
    box-shadow:none;
}
button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {
    box-shadow:none;
}
blockquote {
    display:block;
    background:#fff;
    padding:24px 20px 24px 52px;
    position:relative;
    font-size:16px;
    text-align:justify;
    border-left:6px solid #eee;
    border-right:2px solid #eee;
}
blockquote::before {
    content:"\201C";
    font-size:60px;
    line-height:60px;
    font-weight:bold;
    color:#ddd;
    position:absolute;
    left:10px;
    top:18px;
    font-family:Georgia,Times,"Times New Roman",serif;
}
blockquote::after {
    content:"";
}
blockquote a {
    text-decoration:none;
    background:#eee;
    cursor:pointer;
    padding:2px 6px 3px 6px;
    color:#666;
}
blockquote a:hover {
    color:#478dbf;
}
blockquote em {
    font-style: italic;
}
/*========================*/
/* Bootstrap input reset */
/*======================*/
.form-control:focus {
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:0 0 0 3px rgba(200,200,200,.3);
    box-shadow: 0 0 0 3px rgba(200,200,200,.3);
}
/*=====================*/
/* 2.1 Section Header */
/*===================*/
.section-header {
    text-align:center;
    margin:0px auto 72px auto;
    position:relative;
    border-bottom:#ddd 1px solid;
}
.section-header h3 {
    margin-bottom:-1px;
    text-transform:uppercase;
    font-weight:400;
    font-size:16px;
    letter-spacing:.1em;
    display:inline-block;
    border-top:#ddd 1px solid;
    border-bottom:#ddd 1px solid;
    padding-left:0px;
    padding-right:0px;
    padding-top:6px;
    padding-bottom:6px;
}
.section-header:after,.section-header:before {
    top:100%;
    left:50%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
}
.section-header:after {
    border-color:rgba(255,255,255,0);
    border-top-color:#ffffff;
    border-width:8px;
    margin-left:-8px;
}
.section-header:before {
    border-color:rgba(204,204,204,0);
    border-top-color:#cccccc;
    border-width:9px;
    margin-left:-9px;
}
.section-header p {
    margin-top:12px;
}
.section-h-divider {
    height:24px;
    line-height:24px;
    width:100%;
    text-align:center;
}
.h-line {
    width:50%;
    height:1px;
    margin-top:12px;
    display:inline-block;
    background-color:#36739d;
}
.h-line i {
    position:relative;
    top:-10px;
    background-color:#fff;
    color:#36739d;
    padding:0px 12px;
    font-size: 18px;
}
/*============*/
/* 3. Header */
/*==========*/
/*=====================================*/
/* 3.1 Branding with logo / .branding */
/*===================================*/
.branding {
    min-height:144px;
    padding-bottom: 24px;
}
.banner-logo {
    margin:0 auto 0 auto;
    text-align:center;
    position:relative;
}
.banner-ribbon {
    width:100%;
    height:4px;
    position:absolute;
    top:0px;
    background-color:#dce2e8;
    left:0px;
}
.banner-logo .site-logo {
    padding-top:48px;
    line-height:48px;
    display:block;
    font-size:48px;
    margin-bottom:0px;
    font-weight:700;
    text-transform:uppercase;
}
.banner-logo h1{
    font-size: 54px;
    margin-top: 16px;
    margin-bottom: 0px;
    font-weight:700;
    line-height: 72px;
}
.banner-logo .h-line {
    width:60%;
    background-color:#c8cbcf;
}
.banner-logo .h-line i {
    color:#697785;
}
.banner-logo .blog-tagline {
    color:#697785;
    margin-bottom:48px;
    display:block;
    font-family:'Parisienne',cursive;
    font-size: 20px;
    margin-top: 0px;
}
.left-align-branding .banner-logo{
    text-align: left;
}
.center-style-topnav .left-align-branding .nav-social-link{
    text-align: right;
    margin-top: 48px;
}
.center-style-topnav .nav-wrap .nav-social-link{
    margin-bottom: 0px;
}
.center-style-topnav .left-align-branding .search-box {
    margin-top: 48px;
}
/*=======================================*/
/* 3.1.1 Nav centered logo  / .mid-logo */
/*=====================================*/
.mid-logo-wrap {
    text-align: center;
}
.mid-logo-wrap .logo{
    position: relative;
    background-color: #ccc;
    width: 260px;

}
.mid-logo-wrap  .logo .site-logo{
    text-align: center;
    padding: 0px;
    margin-bottom: 12px;
    display: block;



}
.mid-logo-wrap .banner-logo-container{
    position: absolute;
    background-color: #fff;
    width: 260px;
    padding-left: 12px;
    padding-right: 12px;
}
.mid-logo-wrap .banner-logo-container a:hover{
    background-color: transparent;

}
.mid-logo-wrap .banner-logo-container .blog-tagline{
    font-family: 'Parisienne',cursive;
    font-size: 20px;
}
.mid-logo-wrap{
    background-color: transparent;
    border-top: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    margin-bottom: 48px;
}
.centered-logo .branding{
    display: none;
}
.mid-share-search{
    margin-top: 12px;
}
.centered-logo .mid-share-search .nav-social-link{
    margin-bottom: 0px;
    text-align: left;
}
.mid-logo-wrap .sf-menu a {
    color: #666;
}
/*=================================================*/
/* 3.1.2 Branding Social Links / .nav-social-link */
/*===============================================*/
.nav-social-link {
    margin:0px;
    padding:0px;
    text-align:right;
}
.nav-social-link li {
    list-style:none;
    display:inline-block;
}
.nav-social-link li a {
    height:48px;
    width:48px;
    display:inline-block;
    color:#7e8d9d;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.nav-social-link li a:hover {
    background-color:#4a5867;
    color:#c0cddb;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.nav-social-link li a i {
    height:48px;
    width:48px;
    display:inline-block;
    text-align:center;
    line-height:48px;
    font-size: 18px;
}
/*===================================*/
/* 3.1.3 mobile-menu / .nav-wrap*/
/*/css/nav.css*/
/*==================================*/
/*===================================*/
/* 3.1.4 mobile-menu / #mobile-menu */
/*/css/slicknav.css*/
/*================================*/
.slicknav_menu {
    display: none;
}
/*=================================================*/
/* 3.1.5 Navigation bar search box / .search-form */
/*===============================================*/
.search-form label {
    width:100%;
}
input.search-field {
    display:block;
    width:92%;
    height:34px;
    padding:6px 12px !important;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:0px !important;
    -webkit-border-radius:0px !important;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline:none;
}
.search-box {
    height:48px;
    margin-top:72px;
;
    position:relative;
}
#search-submit {
    display:none;
}
.search-box .search-icon,.search-box .submit {
    width:48px;
    height:48px;
    display:block;
    position:absolute;
    top:0;
    right:0;
    text-align:center;
    line-height:44px;
    font-size:20px;
;
    color:#dce2e8;
}
.search-box .submit {
    cursor:pointer;
    border-bottom:#dce2e8 2px solid;
    color: #dce2e8;
}
/*===================================================*/
/* 3.1.6 Center style topnav / .center-style-topnav */
/*=================================================*/
.center-style-topnav .search-box {
    margin-top:0px;
}
.center-style-topnav .nav-social-link {
    text-align:center;
    margin-bottom:0px;
	float:left;
}
.center-style-topnav .banner-logo .site-logo {
    padding-top:24px;
}
.center-style-topnav .banner-logo .blog-tagline {
    margin-bottom: 0px;
}
/*================================*/
/* 4. Blog layout / .blog-layout */
/*==============================*/
.blog-layout .sidebar .widget-col h4{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px;
    color: #444444;
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

.blog-layout .sidebar{
    margin-top: 48px;
}
.blog-layout .sidebar .widget-col{
    margin-bottom: 48px;
}
.blog-layout .branding{
    border-bottom: #e9e9e9 1px solid;
}

.blog-content.content-right{
    float: right !important;

}
.blog-aside.sidebar-left {
    float: left !important;
}
.content-right{
    float: right !important;
}

.blog-layout.no-bordered .post-details {
    border: none;
    padding: 0px 0px 23px 0px;
    z-index: 100;
    position: relative;
    background-color: #fff;
}

.blog-layout.no-bordered  #comments {
    margin-left:0px;
    margin-right:0px;
}
.blog-layout.no-bordered .post-divider {
    display: block;
    height: 0px;
    background-color: transparent;
    border-bottom: #e5e5e5 1px solid;
    border-right: #e5e5e5 0px solid;
    border-left: #e5e5e5 0px solid;
    margin: 0px;
    position: relative;
    z-index: 50;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-layout.no-bordered .post-divider:after {
    content: "";
    display: none;
}
.blog-layout.no-bordered .comment-navigation,.blog-layout.no-bordered .comment-respond  {
    padding: 0px 0px;
}

.blog-layout.no-bordered .sidebar,.blog-layout .sidebar{
    padding: 0px 0px 24px 24px;
}
.blog-layout.no-bordered.sidebar-left .sidebar, .blog-layout.sidebar-left .sidebar{
    padding: 0px 24px 24px 0px;
}

.blog-layout.no-bordered .sticky-ribbon {
    left: 0px;
}

/*=============*/
/* 5. Content */
/*===========*/
/*====================*/
/* 5.1 Page template */
/*==================*/
.page-title h1 {
    font-size:24px;
    line-height:24px;
    margin-top:24px;
    margin-bottom:24px;
    text-transform: capitalize;
}
.page-header {
    padding-bottom:0px;
    margin:0px 0 0px;
    border-bottom:0px solid #e9e9e9;
    background-color:#eee;
}
.page-breadcrumb .breadcrumb {
    text-align:right;
    padding:24px 0px;
    margin:0px;
    list-style:none;
    background-color:transparent;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius: 0px;
}
/*===============================================*/
/* 5.1.1 post-carousel / .popular-blog-section */
/*=============================================*/
.popular-blog-section {
    margin-bottom:0px;
}
.post-carousel .post-item {
    background:#f5f5f5;
    padding:0px;
    margin:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    text-align:center;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;

}
.post-carousel .post-item:hover {
    background-color:#f1f1f1;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.post-carousel .post-item .post-carousel-content h4 a{
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.owl-theme .owl-controls {
    margin:0px;
    padding:12px 24px 0px 24px;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.popular-blog-section .post-carousel-thumb {
    display:block;
    position:relative;
    overflow:hidden;
}
.post-carousel-thumb img {
    width:100%;
}
.post-carousel-content {
    padding:0px 20px 1px 20px;
}
.post-carousel-content h4 {
    font-size:14px;
    font-weight:500;
    margin:0px;
}
.post-carousel-content h4 a {
    display:block;
    padding:24px 0px;
}
.popular-post-category {
    display:block;
    padding:18px 20px;
    margin:0px;
    text-align:center;
    color:#aaa;
}
.popular-post-category li {
    display:inline-block;
    list-style:none;
    color:#aaa;
}
.popular-post-category a {
    display:inline-block;
    padding:6px 3px;
    color: #333;

}

.popular-post-category li:after {
    content:'/';
    display:inline-block;
    padding-left:6px;
}
.popular-post-category li:last-child:after {
    content: '';
}
/*================================================*/
/* 5.1.2 Recent blog post / .recent-blog-section */
/*==============================================*/
.recent-blog-section {
    padding-bottom:72px;
}
.recent-blog-post {
    margin-bottom:24px;
    background:#fff;
}
.recent-blog-post .post-thumb {
    display:block;
    position:relative;
    overflow:hidden;
}
.recent-blog-post .post-thumb a {
    display: block;
}
.recent-blog-post .post-thumb img,.post-carousel-thumb img {
    -webkit-transition:all .5s ease;
    /* Safari and Chrome */
    -moz-transition:all .5s ease;
    /* Firefox */
    -ms-transition:all .5s ease;
    /* IE 9 */
    -o-transition:all .5s ease;
    /* Opera */
    transition:all .5s ease;
}
.recent-blog-post .post-thumb:hover img,.post-carousel-thumb:hover img {
    -webkit-transform:scale(1.25);
    /* Safari and Chrome */
    -moz-transform:scale(1.25);
    /* Firefox */
    -ms-transform:scale(1.25);
    /* IE 9 */
    -o-transform:scale(1.25);
    /* Opera */
    transform:scale(1.25);
}
.recent-blog-post .post-thumb .recent-post-cal {
    width:72px;
    height:72px;
    background-color:rgba(000,000,000,.5);
    position:absolute;
    top:0px;
    left:0px;
}
.recent-blog-post .post-thumb .recent-post-cal span {
    display:block;
    text-align:center;
    color:#cbcac9;
}
.recent-blog-post .post-thumb .recent-post-cal span.recent-post-month {
    display:block;
    line-height:24px;
    margin:6px 12px;
    text-transform:uppercase;
}
.recent-blog-post .post-thumb .recent-post-cal span.recent-post-date {
    display:block;
    font-size:28px;
    font-weight:700;
    line-height:24px;
    margin:6px 12px;
}
.recent-blog-post .post-thumb img {
    width:100%;
}
.recent-blog-post .post-intro {
    padding:0px 24px;
    position:relative;
    overflow:hidden;
}
.recent-blog-post .post-intro h3 {
    font-size:18px;
    line-height:24px;
    font-weight:400;
}
.recent-post-meta {
    min-height:47px;
    border-top:#eeeeee 1px solid;
}
.recent-post-meta ul {
    margin:0px;
    padding:0px;
}
.recent-post-meta li {
    list-style:none;
}
.recent-post-meta li a {
    line-height:47px;
    display:block;
    padding:0 24px;
    font-weight:500;
}
.recent-post-meta li a:hover {
    text-decoration:none;
}
.post-likes i {
    margin-right:5px;
}
.post-read-more i {
    margin-left: 5px;
}
/*========================================================*/
/* 5.1.3 Recent masonry blog post / .recent-blog-masonry */
/*======================================================*/
.recent-blog-masonry {
    margin-left:24px;
    display: none;
}
.masonry-header {
    margin:48px 24px 72px 24px;
}
.recent-blog-masonry .recent-blog-post {
    background-color:#f5f5f5;
    display: inline-block;
}
.recent-blog-masonry .recent-blog-post .recent-post-meta {
    border-top:0px;
    padding-bottom:12px;
    color:#aaa;
}

.recent-blog-masonry .recent-blog-post .post-grid-wrap{
    margin-top: 0px;
}

.masonry-grid-container {
    margin-left:6px;
    margin-top:24px;
    margin-bottom:48px;
}
.masonry-grid-container .recent-blog-post {
    background-color:#f3f4f5;
    margin-bottom:6px;
}
.masonry-grid-container .recent-blog-post .post-intro {
    position:relative;
    overflow:hidden;
}
.masonry-grid-container .recent-blog-post .recent-post-meta {
    border-top:0px;
    padding-bottom:12px;
    color:#aaa;
}
.masonry-grid-container .recent-blog-post h3 {
    margin-top:24px;
}
.masonry-post-date {
    margin-top:24px;
    color:#aaa;
}
.masonry-post-cat {
    border-top:#e1e1e1 1px solid;
    border-bottom:#e1e1e1 1px solid;
    padding-top:11px;
    padding-bottom:11px;
}
.masonry-post-cat ul {
    padding:0px;
    margin:0px;
    text-align:center;
}
.masonry-post-cat ul li {
    list-style:none;
    display:inline-block;
    color:#aaa;
}
.masonry-post-cat ul li a {
    display:inline-block;
}
.masonry-post-cat ul li:after {
    content:'/';
    display:inline-block;
    padding-left:6px;
}
.masonry-post-cat ul li:last-child:after {
    content: '';
}
/*=======================================*/
/* 5.1.4 Recent blog post sticky ribbon */
/*=====================================*/
.down-ribb {
    position:absolute;
    background-color:#ddd;
    cursor:pointer;
    width:3em;
    height:40px;
    display:inline-block;
    text-align:center;
    line-height:44px;
    top:-1px;
    right:24px;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.down-ribb:before,.down-ribb:after {
    border-style:solid;
    height:0;
    width:0;
    display:block;
    content:"";
    position:absolute;
}
.down-ribb:before,.down-ribb:after {
    border-color:transparent #ddd;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
    left:0;
}
.down-ribb:after {
    bottom:-1.5em;
    border-width:0 1.5em 1.5em 1.5em;
}
.down-ribb a {
    display:block;
}
.down-ribb:hover {
    background-color:#478dbf;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.down-ribb:hover:before,.down-ribb:hover:after {
    border-color:transparent #478dbf;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
    left:0;
}
.down-ribb i {
    font-size:20px;
    color:#999;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.down-ribb:hover i {
    color:#fff;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition: all 100ms linear;
}
/*=====================================*/
/* 5.1.5 Image overlay / .zoomOverlay */
/*===================================*/
.zoomOverlay {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    display:none;
    background-color:#333;
}
.overlay-icon {
    display:table;
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    text-align:center;
}
.zoomOverlay i {
    font-size:24px;
    color:#fff;
    display:table-cell;
    vertical-align:middle;
    opacity: 1;
}
/*==============================================*/
/* 5.1.6 Social Counter / .social-counter-list */
/*============================================*/
.social-counter-list {
    text-align:center;
    margin-bottom:72px;
}
.social-counter {
    border:#eeeeee 2px solid;
    display:inline-block;
    box-sizing:border-box;
    margin:24px;
    min-width:230px;
}
.social-counter a {
    display:block;
    color:#666666;
    padding:6px 24px;
}
.social-counter a:hover {
    text-decoration:none;
}
.social-counter a:hover>.social-icon,.social-counter>.social-icon a:focus,.social-counter a:active>.social-icon {
    -webkit-animation-name:wobble-vertical;
    animation-name:wobble-vertical;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1;
}
.nav-social-link li a:hover>i,.nav-social-link li a:focus>i,.nav-social-link li a:active>i {
    -webkit-animation-name:wobble-vertical;
    animation-name:wobble-vertical;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1;
}
.social-icon {
    height:45px;
    display:block;
    margin:12px;
}
.social-icon i {
    width:48px;
    height:45px;
    line-height:45px;
    font-size:32px;
}
.social-counter .social-numbers {
    margin:12px;
    font-size:24px;
    font-weight:700;
    display:block;
}
.social-counter.rss {
    border:#d18d60 2px solid;
}
.social-counter.rss .social-icon i {
    color:#d8691f;
}
.social-counter.twitter {
    border:#5eabe2 2px solid;
}
.social-counter.twitter .social-icon i {
    color:#4ba2e0;
}
.social-counter.facebook {
    border:#3b5998 2px solid;
}
.social-counter.facebook .social-icon i {
    color:#3b5998;
}
.social-counter.dribbble {
    border:#ea4c89 2px solid;
}
.social-counter.dribbble .social-icon i {
    color: #ea4c89;
}
/*===========================================*/
/* 5.1.7 Portfolio / .recent-work-container */
/*=========================================*/
.recent-work-container {
    padding: 1px 2px 72px 2px;
}
.recent-works-list{
    display: none;
}
.recent-works-list .cbp-item {
    /* @editable properties */
    width:312px;
    height:312px;
}
.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    height:100px;
}
.recent-works-list .cbp-caption {
    height:68%;
}
.items-info {
    background:#eee;
    height:32%;
}
.items-info h5 {
    margin:0px;
    font-size:14px;
    font-weight:400;
    padding:24px 24px 0px 24px;
}
.items-info p {
    margin:0px;
    padding: 6px 24px 24px 24px;
}
/*==================================*/
/* 5.2 Blog post / .blog-container */
/*================================*/
.blog-container {
    margin-bottom:96px;
    margin-top:48px;
}
.blog-post {
    margin-bottom:48px;
}
.mid-featured-img {
    margin-top: 48px;
}
/*=========================================*/
/* 5.2.1 Blog post meta / .blog-post-meta */
/*=======================================*/
.blog-post-meta {
    padding:0px;
    margin-left:0px;
    border-bottom: #eee 1px solid;
    padding-bottom: 17px;
}
.blog-post-meta li {
    list-style:none;
    display:inline-block;
    padding-right:20px;
    margin-bottom: 6px;
}
.blog-post-meta li:last-child {
    padding-right:0px;
}
.blog-post-meta li.post-author {
    display:block;
    margin-bottom:24px;
    padding-bottom:23px;
    border-bottom:#eee 1px solid;
    font-size:16px;
    font-weight:700;
}
.blog-post-meta li.post-author a {
    color:#478dbf;
}
.blog-post-meta li a {
    color:#555;
}
.blog-post-meta li a:hover {
    color:#478dbf;
}
.blog-post-meta li i {
    color:#478dbf;
    font-size:16px;
    margin-right:5px;
    position:relative;
    top: 3px;
}
/*=========================================*/
/* 5.2.2 Blog post tags / .post-tags-list */
/*=======================================*/
.post-tags-list {
    list-style:none;
    margin-left:0px;
}
.post-tags-list {
    margin-bottom:19px;
}
.post-tags-list a {
    position:relative;
    display:inline-block;
    padding:5px 12px;
    background-color:#ffffff;
    border:#eee 1px solid;
    margin-bottom:5px;
    margin-right:8px;
    overflow:hidden;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.tags a {
    padding: 0px 10px 0px 0px;
}
/*================================*/
/* Post bottom tags / .post-tags */
/*==============================*/
.post-tags {
    border-top:#eee 1px solid;
    padding:23px 0px 0px 0px;
    position:relative;
    margin:48px 0px 0px 0px;
}
.post-tags:before {
    content:"Tags";
    display:inline-block;
    display:inline-block;
    background-color:#fff;
    position:absolute;
    padding:3px 10px;
    top:-17px;
    left:12px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
}
.post-tags li {
    list-style:none;
    display:inline-block;
}
.post-tags li a {
    position:relative;
    display:inline-block;
    padding:5px 12px;
    background-color:#ffffff;
    border:#eee 1px solid;
    margin-bottom:5px;
    margin-right:8px;
    overflow:hidden;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}

.post-tags li a:hover {
    border:#99bed8 1px solid;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}

.post-image {
    z-index:120;
    position:relative;
}
.post-image img {
    width:100%;
    height: auto;
}
/*==========================================*/
/* 5.2.3 Blog post details / .post-details */
/*========================================*/
.blog-post {
    z-index:100;
    position:relative;
}
.post-details .inner-h {
    text-transform:uppercase;
    border-bottom:#eee 1px solid;
    font-size:18px;
}
.post-details h1,.blog-post h1 {
    margin-top:24px;
    font-size:40px;
    font-weight:400;
}
.post-details h2,.blog-post h2 {
    margin-top:24px;
    font-size:32px;
    font-weight:400;
}
.post-details h3,.blog-post h3 {
    margin-top:24px;
    font-size:24px;
    font-weight: 400;
}
/*======================================*/
/* 5.2.4 Blog post share / .share-this */
/*====================================*/
.share-this {
    margin-left:0px;
    text-align:left;
    border-top:#eee 1px solid;
    padding-top:23px;
    position:relative;
    margin-top:48px;
}
.share-this:before {
    content:"Compartilhe";
    display:inline-block;
    background-color:#fff;
    position:absolute;
    padding:3px 10px;
    top:-17px;
    left:12px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
}
.share-this li {
    list-style:none;
    display:inline-block;
    margin:0px 6px 12px 0px;
}
.share-this li a {
    display:inline-block;
    width:46px;
    height:46px;
    border:#eee 1px solid;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.share-this li a:hover {
    background-color:#4a5867;
    color:#fff;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
    border-color:#4a5867;
}
.share-this li a i {
    display:inline-block;
    width:46px;
    height:46px;
    line-height:46px;
    text-align:center;
    font-size: 16px;
}
/*===================================*/
/* 5.2.5 Blog author / .blog-author */
/*=================================*/
.blog-author {
    display:table;
    background-color:#f8f8f8;
    padding:24px;
    margin-top:72px;
    width:100%
}
.blog-author>div {
    display:table-row;
}
.blog-author .author-thumb {
    display:table-cell;
    width:144px;
    height:144px;
}
.blog-author .author-thumb img {
    width:100%;
}
.blog-author .author-intro {
    display:table-cell;
    vertical-align:middle;
    padding-left:24px;
}
.blog-author .author-name {
    text-transform:uppercase;
    font-size:20px;
    font-style:italic;
    font-weight:700;
}
.blog-author .author-social-link {
    margin-left:0px;
    text-align:left;
    border-top:#eee 1px solid;
    position:relative;
    margin-bottom:0px;
    padding-top:24px;
}
.blog-author .author-social-link:before {
    content:"Connect";
    display:inline-block;
    background-color:#f8f8f8;
    position:absolute;
    padding:3px 10px 3px 0px;
    top:-17px;
    left:0px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
}
.blog-author .author-social-link li {
    display:inline-block;
    list-style:none;
}
.blog-author .author-social-link li:first-child {
    margin-left:0px;
}
.blog-author .author-social-link li {
    width:36px;
    height:36px;
    margin:6px;
    margin-right:2px;
}
.blog-author .author-social-link li a {
    width:36px;
    height:36px;
    display:inline-block;
    background-color:#eee;
}
.blog-author .author-social-link li a i {
    display:inline-block;
    line-height:36px;
    width:36px;
    height:36px;
    text-align: center;
}
/*==========================================*/
/* 5.2.6 Related Blog / .related-blog-post */
/*========================================*/
.related-blog-post {
    margin-bottom:30px;
    background:#fff;
    -webkit-box-shadow:0 0 1px rgba(68,68,68,.05);
    -moz-box-shadow:0 0 1px rgba(68,68,68,.05);
    box-shadow:0 0 1px rgba(68,68,68,.05);
}
.related-blog-section .inner-h {
    margin-top:72px;
}
.related-blog-post .post-thumb {
    display:block;
    position:relative;
    overflow:hidden;
}
.related-blog-post .post-thumb img{
    width: 100%;
}
.related-blog-post {
    background-color:#f5f5f5;
    padding-bottom:1px;
}
.related-blog-post .post-intro {
    padding:0px 20px;
}
.related-blog-post .post-intro h3 {
    font-size:14px;
    line-height:24px;
    font-weight:500;
    /*font-family:'Roboto',sans-serif;*/
}
.related-blog-post .post-intro h3 a {
    display: block;
}
/*======================================*/
/* 5.2.7 Comments template / #comments */
/*====================================*/
#comments {
    margin-left:-24px;
    margin-right:-24px;
}
#comments-title {
    text-transform:uppercase;
    margin-top:48px;
    font-size:18px;
    padding:0px 24px;
}
#comments-title em {
    font-style:normal;
    text-transform:none;
}
.comment-navigation {
    padding:0px 24px;
}
.nav-next,.nav-previous {
    font-weight:700;
    font-family:16px;
}
.comment-reply-title {
    text-transform:uppercase;
    margin-top:72px;
    font-size:18px;
    padding:0px 24px;
    margin-left:-24px;
    margin-right:-24px;
}
.comment-respond {
    padding:0px 24px;
}
.commentlist {
    list-style:none;
    margin-left:0px;
    border:#eee 1px solid;
    border-bottom:0px;
}
.commentlist .children {
    list-style:none;
}
.post-comment {
    display:table;
    border-bottom:#eee 1px solid;
    padding-bottom:24px;
    padding-top:24px;
    padding-left:24px;
    padding-right:24px;
    position:relative;
    width:100%;
}
.commentlist .comment>.children {
    border-left:#eee 2px solid;
}
.commentlist>.comment {
    -webkit-box-shadow:inset 0 -1px 0 #eee;
}
.commentlist .children .post-comment {
    display:table;
    border-bottom:#eee 1px solid;
    padding-bottom:24px;
    padding-top:24px;
    padding-left:24px;
    padding-right:24px;
}
.post-comment .comment-reply-link {
    display:inline-block;
    padding:0px 18px;
    line-height:34px;
    font-weight:700;
    border:#f1f1f1 1px solid;
    color:#999;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.post-comment .comment-reply-link:hover {
    color:inherit;
    background-color:#eee;
    border:#ddd 1px solid;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.post-comment .comment-author {
    display:table-row;
}
.post-comment .comment-author>div {
    display:table-cell;
    vertical-align:top;
}
.post-comment .author-thumb {
    width:70px;
}
.comment-form label {
    width:10em;
    display:inline-block;
}
.comment-form input.form-control {
    -webkit-border-radius:0px;
    border-radius:0px;
    display:inline-block;
    border:#ddd 1px solid;
}
.comment-form textarea.form-control {
    -webkit-border-radius:0px;
    border-radius:0px;
    display:inline-block;
    padding:3px 3px;
    border:#ddd 1px solid;
}
.required {
    color:red;
}
.btn-post-comment {
    padding:12px 24px;
    margin-top:24px;
    font-size:14px;
    font-weight:700;
    background-color:#f5f5f5;
    color:#444;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
    text-shadow:none;
}
.btn-post-comment:hover,.btn-post-comment:focus,.btn-post-comment:active {
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
    outline:0px;
}
#btn-post-comment {
    padding:16px 24px;
    margin-top:24px;
    font-size:14px;
    font-weight:700;
    background-color:#f5f5f5;
    border-color:#ccc;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
    text-shadow:none;
    border-style:solid;
    border-color:#ccc;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
}
#btn-post-comment:hover,#btn-post-comment:focus,#btn-post-comment:active {
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
    outline:0px;
    background-color:#e6e6e6;
    color: #444;
}

.contact-form input[type="submit"].btn-post-comment {
    padding:12px 24px !important;
    margin-top:24px !important;
    font-size:14px !important;
    font-weight:700 !important;
    background-color:#f5f5f5 !important;
    color:#444 !important;
    -webkit-transition:all 100ms linear !important;
    -moz-transition:all 100ms linear !important;
    -o-transition:all 100ms linear !important;
    -ms-transition:all 100ms linear !important;
    transition:all 100ms linear !important;
    text-shadow:none !important;
}
.contact-form input[type="submit"].btn-post-comment:hover,.contact-form input[type="submit"].btn-post-comment:focus,.contact-form input[type="submit"].btn-post-comment:active {
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    -webkit-transition:all 100ms linear !important;
    -moz-transition:all 100ms linear !important;
    -o-transition:all 100ms linear !important;
    -ms-transition:all 100ms linear !important;
    transition:all 100ms linear !important;
    outline:0px !important;
}

.contact-form input[type="submit"].btn{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}


.contact-form input[type="submit"].btn-default {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-form input[type="submit"].btn-default:active,
.contact-form input[type="submit"].btn-default.active{
    -webkit-box-shadow: none !important;
    box-shadow:none !important;
}

.contact-form input[type="submit"].btn-default {
    text-shadow: none !important;
    border-color: #e5e5e5 !important;
    border-color: #ddd !important;
}
.contact-form input[type="submit"].btn-default:hover,
.contact-form input[type="submit"].btn-default:focus {
    background-color: #e0e0e0 !important;
    background-position: 0 -15px !important;
}
.contact-form input[type="submit"].btn-default:active,
.contact-form input[type="submit"].btn-default.active {
    background-color: #e0e0e0 !important;
    border-color: #ddd !important;
}
.contact-form input[type="submit"].btn-default:disabled,
.contact-form input[type="submit"].btn-default[disabled] {
    background-color: #e0e0e0 !important;
    background-image: none !important;
}
/*==========================================*/
/* 5.2.8 Blog post divider / .post-divider */
/*========================================*/
.post-divider {
    display:none;
    height:3px;
    background-color:#f5f5f5;
    border-bottom:#eee 1px solid;
    border-right:#eee 1px solid;
    border-left:#eee 1px solid;
    margin:1px 6px 1px 6px;
    position:relative;
    z-index:50;
}
.post-divider:after {
    content:"";
    display:block;
    height:3px;
    background-color:#f5f5f5;
    border-bottom:#eee 1px solid;
    position:relative;
    margin:1px -3px 1px -3px;
    border-right:#eee 1px solid;
    border-left:#eee 1px solid;
    top:-2px;
}
.view-all-blog{
    margin-top: 48px;
    text-align: center;
}
.btn-read-more {
    padding:12px 18px;
    margin-top:1px;
    font-size:16px;
    font-weight: 400;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;

}
.btn-read-more:after{
    content: '→';
    padding-left: 6px;
}

/*========================*/
/* 5.2.9 Post pagination */
/*======================*/
.oldest-post {
    display:block;
    margin-top:48px;
}
.oldest-post .oldest-post-label {
    display:inline-block;
    text-align:left;
    float:left;
    font-size:16px;
    font-weight:700;
    font-style:normal;
}
.oldest-post .oldest-post-title {
    display:block;
    font-size:14px;
    font-weight:400;
    font-style:italic;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oldest-post a i {
    width:48px;
    height:48px;
    line-height:46px;
    display:inline-block;
    text-align:center;
    float:left;
    font-size:32px;
    border:#ddd 1px solid;
    margin-right:20px;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.oldest-post a:hover>i,.newest-post a:hover>i {
    background-color:#f5f5f5;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.newest-post {
    display:block;
    margin-top:48px;
}
.newest-post .newest-post-label {
    display:inline-block;
    text-align:right;
    float:right;
    font-size:16px;
    font-weight:700;
    font-style:normal;
}
.newest-post .newest-post-title {
    display:block;
    font-size:14px;
    font-weight:400;
    font-style:italic;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newest-post a i {
    width:48px;
    height:48px;
    line-height:46px;
    display:inline-block;
    text-align:center;
    float:right;
    font-size:32px;
    border:#ddd 1px solid;
    margin-left: 20px;
}
/*=================================================*/
/* 5.2.10 Blog post pagination */
/*===============================================*/
.pagination-lg>li>a,.pagination-lg>li>span {
    font-weight:700;
    font-size:14px;
    padding:12px 18px;
}
.masonry-section .blog-pagination {
    text-align:center;
}
.masonry-section .blog-pagination {
    margin-bottom:48px;
    margin-left:6px;
}
.masonry-blog-pagination .blog-pagination {
    text-align: center;
}
.blog-pagination{
    margin-bottom:48px;
}
/*=============================================*/
/* 5.2.11 Post sticky ribbon / .sticky-ribbon */
/*===========================================*/
.sticky-ribbon {
    box-sizing:border-box;
    background-color:#e5e5e5;
    color:white;
    padding:0px 24px 0px 24px;
    height:48px;
    line-height:48px;
    position:relative;
    display:inline-block;
    padding-right:50px;
    font-size:14px;
    position:relative;
    margin-top:24px;
    margin-bottom: 28px;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.sticky-ribbon:hover {
    background-color:#478dbf;
    color:#fff;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.sticky-ribbon i {
    padding-right:5px;
}
.sticky-ribbon::after {
    content:"";
    display:block;
    background:#fff;
    width:48px;
    height:48px;
    position:absolute;
    top:0px;
    right:-24px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}
.sticky-ribbon i {
    font-size: 16px;
}
/*==================*/
/* 5.3 Post format */
/*================*/
/*=======================================*/
/*=======Gallery Post===================*/
/* 5.3.1 Grid gallery / .post-grid-wrap*/
/*/css/justifiedgallery.css*/
/*====================================*/
.post-grid-wrap {
    margin-top:48px;
    z-index:120;
    position:relative;
}
.post-grid-container {
    margin-top:48px;
    z-index:120;
    position:relative;
}
.post-grid			 {
    max-width:1260px;
    min-width:240px;
    width:auto;
    margin:auto;
    padding:0px 0px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    overflow:hidden;
}
.post-grid-container,.post-grid-container-splash {
    width:100%;
    position:relative;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
}
/*=======================================*/
/* 5.3.2 Slideshow gallery */
/*======================================*/
.gallery-post {
    margin-top:48px;
    margin-bottom:-1px;
    z-index:120;
    position:relative;
}
.post-slideshow {
    margin:0px;
    padding:0px;
}
.post-slideshow img {
    width: 100%;
}
/*=======================================*/
/* 5.3.3 Link post */
/*======================================*/
.link-thumb {
    position:relative;
    overflow:hidden;
}
.link-thumb a {
    display: block;
}
.link-overlay {
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:100;
    background-color:#333;
    color:#fff;
    padding:24px;
    text-align:center;
    font-size:18px;
    vertical-align:middle;
    font-weight:700;
    -webkit-transition:all .5s ease;
    /* Safari and Chrome */
    -moz-transition:all .5s ease;
    /* Firefox */
    -ms-transition:all .5s ease;
    /* IE 9 */
    -o-transition:all .5s ease;
    /* Opera */
    transition:all .5s ease;
    opacity:.9;
}
.link-thumb img {
    -webkit-transition:all .5s ease;
    /* Safari and Chrome */
    -moz-transition:all .5s ease;
    /* Firefox */
    -ms-transition:all .5s ease;
    /* IE 9 */
    -o-transition:all .5s ease;
    /* Opera */
    transition:all .5s ease;
}
.link-thumb:hover .link-overlay {
    background-color:#444;
    opacity:1;
    -webkit-transition:all .5s ease;
    /* Safari and Chrome */
    -moz-transition:all .5s ease;
    /* Firefox */
    -ms-transition:all .5s ease;
    /* IE 9 */
    -o-transition:all .5s ease;
    /* Opera */
    transition:all .5s ease;
}
.link-thumb:hover img {
    -webkit-transform:scale(1.25);
    /* Safari and Chrome */
    -moz-transform:scale(1.25);
    /* Firefox */
    -ms-transform:scale(1.25);
    /* IE 9 */
    -o-transform:scale(1.25);
    /* Opera */
    transform:scale(1.25);
}
.link-src {
    display:table;
    width:100%;
    height:100%;
}
.link-src>span {
    display:table-cell;
    vertical-align: middle;
    word-break: break-all;
}
/*=======================================*/
/* 5.3.4 Quote post */
/*======================================*/
.post-quote {
    width:60px;
    height:60px;
    display:block;
    margin:auto;
    background-color:#f5f5f5;
    margin-top:36px;
    text-align:center;
    border:#eee 1px solid;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.post-quote i {
    width:60px;
    height:60px;
    display:inline-block;
    line-height:60px;
    font-size:30px;
}
.recent-blog-masonry .recent-blog-post .post-blockquote{
    margin-left: 24px;
    margin-right: 24px;
}
.recent-blog-masonry .recent-blog-post .post-quote-author{
    margin-left: 24px;
    margin-right: 24px;
}
.post-blockquote p {
    font-size:16px;
    margin-bottom:12px;
    font-style:italic;
}
.post-blockquote:hover .post-quote {
    background-color:#478dbf;
    border-color:#478dbf;
    color:#fff;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.post-quote-style {
    padding:12px 0px;
    border-top:2px solid #ddd;
    border-bottom:1px solid #ddd;
    quotes:"“" "”" "‘" "’";
}
.post-quote-style span:before {
    font-size:24px;
    content:open-quote;
    font-weight:700;
    display:inline-block;
    padding-right:5px;
    position:relative;
    top:5px;
    font-style:normal;
}
.post-quote-style span:after {
    font-size:24px;
    content:close-quote;
    font-weight:700;
    display:inline-block;
    padding-left:5px;
    position:relative;
    top:5px;
    font-style:normal;
}
.quote-author {
    margin-bottom:24px;
    display:block;
    font-weight: 700;
}
.column-two{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 24px; /* Chrome, Safari, Opera */
    -moz-column-gap: 24px; /* Firefox */
    column-gap: 24px;
}
.column-three{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 24px; /* Chrome, Safari, Opera */
    -moz-column-gap: 24px; /* Firefox */
    column-gap: 24px;
}
.column-four{
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-gap: 24px; /* Chrome, Safari, Opera */
    -moz-column-gap: 24px; /* Firefox */
    column-gap: 24px;
}
.post-details .post-blockquote{
    background-color: #eee;
    padding: 1px 24px 1px 24px;
    margin-top: 24px;
    position: relative;
}

.entry-content{
    margin-top: -20px;
}

.post-details .post-blockquote:after {
    left: 10px;
    bottom: -20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(85, 85, 85, 0);
    border-left-color: #eee;
    border-width: 20px;
    margin-top: -20px;
}


.post-details .post-blockquote .post-quote-style{
    border-top: none;
    border-bottom: none;
}
.post-details .post-quote-author{
    font-weight: 700;
    margin-top: 24px;
    display: block;
}

.post-details .post-quote {
    width:60px;
    height:60px;
    display:block;
    margin:auto;
    background-color:#f5f5f5;
    margin-top:24px;
    text-align:center;
    border:#ddd 1px solid;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}

/*============*/
/* 5.4 Pages */
/*==========*/
/*===============================*/
/* 5.4.1 About Us / .about-page */
/*=============================*/
.about-page {
    margin-top:96px;
    margin-bottom:96px;
}
.blog-slider {
    height:600px;
    background-size: cover;
    background-repeat:no-repeat;
    position:relative;
}
.boxed-layout .blog-slider{
    margin-left: 15px;
    margin-right: 15px;

}
.slider-post {
    width:500px;
    background-color:rgba(000,000,000,.7);
    position:absolute;
    padding-left:48px;
    padding-right:48px;
    padding-bottom:24px;
    color:#cecece;
    bottom:-12px;
}
.boxed-layout .slider-post{
    bottom:0px;
}
.slider-post h2 {
    color:#cecece;
    font-weight:700;
    text-transform:uppercase;
    font-size:32px;
    margin-bottom:12px;
}
.slider-post p {
    color:#d4d3d3;
    font-style:italic;
    margin-top:0px;
}
.slider-btn {
    background-color:transparent;
    color:#c7c8c9;
    font-size:16px;
    font-weight:700;
    line-height:48px;
    padding:0 24px;
    display:inline-block;
    border:#717171 1px solid;
    margin-bottom:48px;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.slider-btn:hover {
    text-decoration:none;
    background-color:rgba(255,255,255,.1);
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition: all 100ms linear;
}
/*================*/
/* 5.4.2 Contact */
/*==============*/
.contact-page {
    position:relative;
}
.location-map {
    min-height:360px;
}
.boxed-layout .map-container{
    margin-left: 15px;
    margin-right: 15px;
}
.contact-form-container {
    margin:48px auto 48px auto !important;
}
.contact-form-container ul {
    margin:0px;
    list-style:none;
}
.contact-form-container li label {
    display:block;
    font-weight:700;
}
.contact-form-container li em {
    font-size:12px;
}
.contact-form-container li input.form-control {
    width:100%;
    -webkit-border-radius:0px;
    border-radius:0px;
    margin-bottom:24px;
}
.contact-form-container li textarea.form-control {
    width:100%;
    -webkit-border-radius:0px;
    border-radius:0px;
    margin-bottom:24px;
    min-height:150px;
    padding:3px;
}
.contact-form {
    margin-top:24px;
}
#map-zoom-in,#map-zoom-out {
    width:30px;
    height:30px;
    display:inline-block;
    background-color:rgba(000,000,000,.5);
    color:#2d3a46;
    position:relative;
    top:10px;
    left:10px;
    color: #fff;
}
/*===============*/
/* 5.4.3 Map zoom */
/*=============*/
#map-zoom-in i,#map-zoom-out i {
    width:30px;
    height:30px;
    display:inline-block;
    line-height:30px;
    text-align:center;
    cursor:pointer;
}
#map-zoom-in:hover,#map-zoom-out:hover {
    background-color:#56626f;
    color: #f5f5f5;
}
/*======================================*/
/* 5.4.4 Author Page / .archive-author */
/*====================================*/
.archive-author {
    display:table;
    background-color:#f8f8f8;
    padding:24px;
    margin-top:48px;
    margin-bottom:48px;
    width:100%;
    border:#eee 1px solid;
}
.archive-author>div {
    display:table-row;
}
.archive-author .author-thumb {
    display:table-cell;
    width:144px;
    height:144px;
}
.archive-author .author-thumb img {
    width:100%;
    border:#eee 1px solid;
    background-color:#fff;
    padding:12px;
    border-radius:0px;
    -webkit-border-radius:0px;
}
.archive-author .author-intro {
    display:table-cell;
    vertical-align:middle;
    padding-left:24px;
}
.archive-author .author-name {
    text-transform:uppercase;
    font-size:20px;
    font-weight:400;
}
.archive-author .author-social-link {
    margin-left:0px;
    text-align:left;
    border-top:#eee 1px solid;
    position:relative;
    margin-bottom:0px;
    padding-top:24px;
}
.archive-author .author-social-link:before {
    content:"Connect";
    display:inline-block;
    background-color:#f8f8f8;
    position:absolute;
    padding:3px 10px 3px 0px;
    top:-17px;
    left:0px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
}
.archive-author .author-social-link li {
    display:inline-block;
    list-style:none;
}
.archive-author .author-social-link li:first-child {
    margin-left:0px;
}
.archive-author .author-social-link li {
    width:36px;
    height:36px;
    margin:6px;
    margin-right:2px;
}
.archive-author .author-social-link li a {
    width:36px;
    height:36px;
    display:inline-block;
    background-color:#eee;
}
.archive-author .author-social-link li a i {
    display:inline-block;
    line-height:36px;
    width:36px;
    height:36px;
    text-align:center;
}
.post-author .author-thumb img {
    width:100%;
}
.post-author .author-name {
    margin-top:12px;
    font-weight: 700;
}
.blogpost-author {
    text-align: center;
}
.blogpost-author .author-thumb img{
    border:#eee 1px solid;
    padding: 4px;
    background-color: #fff;
    border-radius:0px;
    -webkit-border-radius:0px;


}
/*=====================================*/
/* 5.4.5 404 error page / .error-wrap */
/*===================================*/
.error-wrap {
    text-align:center;
}
.error-page-container .btn-search {
    margin-left:5px;
}
.error-code {
    font-size:160px;
    font-weight:700;
    line-height:normal;
    color:#bd7575;
}
.error-code i {
    font-size:136px;
    padding:0px 10px;
}
.error-message h4 {
    font-size:24px;
    font-weight:700;
    line-height:normal;
    margin:0px 0px 5px 0;
    color:#bd7575;
}
.error-message p {
    font-size:14px;
    line-height:normal;
}
.error-inst h3 {
    margin-top:0px;
}
.error-page-container {
    margin-top:48px;
    margin-bottom:48px;
;
}
.error-page-footer .copyright-info {
    color:#666;
}
.error-page-footer .copyright-info a {
    color: #282828;
}
/*========================*/
/* 6. Sidebar / .sidebar */
/*======================*/
.sidebar {
    height:auto;
    margin-bottom:192px;
}
.sidebar .archive-list li a {
    line-height:36px;
    display:block;
}

.sidebar .widget-cat li a {
    line-height:36px;
    display: block;
}
.blog-aside{
    position: relative;
}
/*=========================*/
/* 6.1 Sidebar Blog Search*/
/*=======================*/
input.blog-search {
    width:80%;
    display:inline-block;
    -webkit-border-radius:0px;
    border-radius:0px;
    height:48px;
    padding:3px 12px;
    border:#ddd 1px solid;
}
.btn-search {
    width:48px;
    height:48px;
    box-shadow:none;
    background-color:#fff;
    border:#ddd 1px solid;
    -webkit-box-shadow: 0px 0px 1px 0px #eeeeee;
    box-shadow: 0px 0px 1px 0px #eeeeee;
}
.btn-search i {
    font-size:20px;
}
.btn-search:hover,.btn-search:focus {
    box-shadow:none;
    background-color: #eee;
}
/* Styling the input */
.search-box #search {
    -webkit-appearance:none;
    color:#f5f5f5;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    background-color:transparent;
    height:48px;
    width:0;
    position:absolute;
    padding:10px 10px !important;
    opacity:0;
    border:none;
    outline:none;
    position:absolute;
    right:48px;
    border-bottom:#dce2e8 2px solid;
    margin-right:-1px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius:0px;
    border-radius: 0px;
}
/*==========================*/
/* 6.2 About author widget */
/*========================*/
.profile-card .author-short-bio{
    display: table;
}
.profile-card .author-short-bio .author-image{
    padding-right: 12px;
}
.profile-card .author-short-bio .author-image .author-image-thumb{
    width: 80px;
    height: 80px;

}
.profile-card .author-short-bio .author-image .author-image-thumb img{
    height: 100%;
}

.profile-card .author-short-bio > div {
    display: table-cell;
    vertical-align: middle;
}
.profile-card .author-short-intro h2{
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 0px 0px 6px 0px;

}
.profile-card .author-short-intro h4{
    font-weight: 700;
    text-transform: capitalize !important;
    color: #666 !important;
}
.profile-card .bio-details{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .1em;
}

.author-bio-social {
    margin:24px 0px 0px 0px;
    padding:0px;
    text-align:left;
}
.author-bio-social li {
    list-style:none;
    display:inline-block;
}
.author-bio-social li a {
    height:48px;
    width:48px;
    display:inline-block;
    color:#7e8d9d;
    background-color: #eee;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.author-bio-social li a:hover {
    background-color:#4a5867;
    color:#c0cddb;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
.author-bio-social li a i {
    height:48px;
    width:48px;
    display:inline-block;
    text-align:center;
    line-height:48px;
    font-size: 18px;
}
/*=================*/
/* 6.3 Ads widget */
/*===============*/
.ads-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ads-list ul li{
    float: left;
    height: 0px;
    padding-top: 50%;
    width: 50%;
    position: relative;
}
.ads-list ul li > a{
    height: 100%;
    width: 100%;
    padding: 2px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.ads-list ul li > a img{
    width: 100%;
    height: 100%;
}
/*=============*/
/* 7. Widgets */
/*===========*/
/*==================================*/
/* 7.1 Widget styles / .widget-col */
/*================================*/
.widget-col.widget_text select,.widget-col.widget_categories select,.widget-col.widget_archive select {
    width:100%;
}
.widget-col.widget_archive>ul,.widget-col.widget_categories>ul,.widget-col.widget_pages>ul,.widget-col.widget_meta>ul,.widget-col.widget_recent_comments>ul,.widget-col.widget_recent_entries>ul,.widget-col.widget_rss>ul,.widget-col.widget_nav_menu .menu {
    margin-left:0px;
}
.widget-col.widget_archive li,.widget-col.widget_categories li,.widget-col.widget_pages li,.widget-col.widget_meta li,.widget-col.widget_recent_comments li,.widget-col.widget_recent_entries li,.widget-col.widget_rss li,.widget-col.widget_nav_menu li {
    list-style:none;
    line-height:30px;
    position:relative;
    -webkit-transition-duration:0.3s;
    transition-duration:0.3s;
    -webkit-transition-property:transform;
    transition-property:transform;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    box-shadow:0 0 1px rgba(0,0,0,0);
}
.widget-col.widget_rss li {
    margin-bottom:24px;
}
.widget-col.widget_rss li .rsswidget {
    display:block;
}
.widget-col.widget_archive li:hover:before,.widget-col.widget_categories li:hover:before,.widget-col.widget_pages li:hover:before,.widget-col.widget_meta li:hover:before,.widget-col.widget_recent_comments li:hover:before,.widget-col.widget_recent_entries li:hover:before,.widget-col.widget_rss li:hover:before,.widget-col.widget_nav_menu li:hover:before {
    content:"\f105";
    position:absolute;
    left:-12px;
    font-family:FontAwesome;
}
.widget-col.widget_archive li:hover,.widget-col.widget_archive li:focus,.widget-col.widget_archive li:active {
    -webkit-transform:translateX(12px);
    transform:translateX(12px);
}
.widget-col.widget_categories li:hover,.widget-col.widget_categories li:focus,.widget-col.widget_categories li:active {
    -webkit-transform:translateX(12px);
    transform:translateX(12px);
}
.widget-col.widget_pages li:hover,.widget-col.widget_pages li:focus,.widget-col.widget_pages li:active {
    -webkit-transform:translateX(12px);
    transform:translateX(12px);
}
.widget-col.widget_meta li:hover,.widget-col.widget_meta li:focus,.widget-col.widget_meta li:active {
    -webkit-transform:translateX(12px);
    transform:translateX(12px);
}
.widget-col.widget_recent_comments li:hover,.widget-col.widget_recent_comments li:focus,.widget-col.widget_recent_comments li:active {
    -webkit-transform:translateX(12px);
    transform:translateX(12px);
}
.widget-col.widget_recent_entries li:hover,.widget-col.widget_recent_entries li:focus,.widget-col.widget_recent_entries li:active {
    -webkit-transform:translateX(12px);
    transform:translateX(12px);
}
.widget-col.widget_rss li:hover,.widget-col.widget_rss li:focus,.widget-col.widget_rss li:active {
    -webkit-transform:translateX(12px);
    transform:translateX(12px);
}
.widget-col.widget_nav_menu li:hover,.widget-col.widget_nav_menu li:focus,.widget-col.widget_nav_menu li:active {
    -webkit-transform:translateX(12px);
    transform: translateX(12px);
}
/*======================================*/
/* 7.2 Calendar widget / #wp-calendar */
/*====================================*/
#wp-calendar>thead>tr>th,#wp-calendar>tbody>tr>th,#wp-calendar>tfoot>tr>th,#wp-calendar>thead>tr>td,#wp-calendar>tbody>tr>td,#wp-calendar>tfoot>tr>td {
    padding:6px 6px 5px 6px;
    vertical-align:top;
    border:1px solid #ddd;
    text-align:center;
}
#wp-calendar{
    background-color: #fff;
}
#wp-calendar a{
    color: #478dbf;
    font-weight: 700;
}
#wp-calendar caption {
    margin-bottom: 12px;
}
/*================================*/
/* 7.3 Widget header / .widget-h */
/*==============================*/
.widget-col h4 {
    font-size:16px;
    font-weight:400;
    text-transform:uppercase;
    display:inline-block;
    margin:0px;
    background-color:#fff;
    color:#444444;
    position:relative;
    z-index:2;
    padding-right:10px;
}
.widget-h {
    position:relative;
    margin-top:0px;
    margin-bottom:24px;
}
.widget-h-line {
    height:1px;
    display:block;
    background-color:#d9d9d9;
    position:absolute;
    width:100%;
    top: 11px;
}
/*======================================*/
/* 7.4 Latest post / .widget-post-list */
/*====================================*/
.widget-post-list {
    display:table;
    padding:0px;
    margin-left:0px;
}
.widget-post-list li {
    list-style:none;
    display:table-row;
}
.widget-post-list li>div {
    display:table-cell;
    vertical-align:middle;
    padding-bottom:24px;
}
.widget-post-list li>div h5 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:14px;
    font-weight:400;
}
.widget-post-thumb {
    padding-right:12px;
    width:84px;
    height:84px;
}
.widget-post-thumb img {
    width:100%;
}
.widget-post-date {
    font-size: 12px;
}
/*==========================================*/
/* 7.5 Comment list / .widget-comment-list */
/*========================================*/
.widget-comment-list {
    display:table;
    padding:0px;
    margin-left:0px;
}
.widget-comment-list li {
    list-style:none;
    display:table-row;
}
.widget-comment-list li>div {
    display:table-cell;
    vertical-align:middle;
    padding-bottom:24px;
}
.widget-comment-list li>div h5 {
    margin-top:0px;
    margin-bottom:0px;
    font-size:12px;
    font-weight: 500;
}
/*=========================================*/
/* 7.6 Widget category list / .widget-cat */
/*=======================================*/
.widget-cat,.widget-nav-social-link {
    padding:0px;
}
.widget-cat li {
    list-style:none;
}
.widget-cat li a {
    display:block;
    line-height:30px;
    position:relative;
    -webkit-transition-duration:0.3s;
    transition-duration:0.3s;
    -webkit-transition-property:transform;
    transition-property:transform;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    box-shadow:0 0 1px rgba(0,0,0,0);
}
.widget-cat li a:hover,.widget-cat li a:focus,.widget-cat li a:active {
    -webkit-transform:translateX(12px);
    transform:translateX(12px);
}
.widget-cat li a:hover:before {
    content:"\f105";
    position:absolute;
    left:-12px;
    font-family:FontAwesome;
}
.widget-cat,.wp-tag-cloud {
    padding:0px;
    margin-left: 0px;
}
/*=======================================*/
/* 7.7 Widget tag cloud / .wp-tag-cloud */
/*=====================================*/
.wp-tag-cloud li {
    list-style:none;
    display:inline-block;
}
.wp-tag-cloud li a {
    position:relative;
    display:inline-block;
    padding:5px 12px;
    background-color: #fff;
    color: #888;
    border:#eee 1px solid;
    margin-bottom:5px;
    margin-right:8px;
    overflow:hidden;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}

.wp-tag-cloud li a:hover {
    border:#99bed8 1px solid;
    color: #666;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}

/*=======================================================*/
/* 7.8 Responsive tab widget / .resp-tabs-list */
/*=====================================================*/
ul.resp-tabs-list {
    margin:0px;
    padding:0px;
}
.resp-tabs-list li {
    font-weight:400;
    font-size:14px;
    display:inline-block;
    padding:13px 15px;
    margin:0;
    list-style:none;
    cursor:pointer;
    float:left;
}
.resp-tabs-list li i {
    font-size:20px;
    margin-right:10px;
}
.resp-tabs-container {
    padding:0px;
    background-color:#fff;
    clear:left;
}
h2.resp-accordion {
    cursor:pointer;
    padding:5px;
    display:none;
}
.resp-tab-content {
    display:none;
    padding:15px;
}
.resp-tab-active {
    border-top:1px solid #1fa3ba;
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    border-bottom:none;
    margin-bottom:-1px !important;
    padding:12px 14px 14px 14px !important;
}
.resp-tab-active {
    border-bottom:none;
    background-color:#fff;
    color:#1fa3ba;
}
.resp-content-active,.resp-accordion-active {
    display:block;
}
.resp-tab-content {
    border:1px solid #eeeeee;
}
h2.resp-accordion {
    font-size:14px;
    /*font-family:'Roboto',sans-serif;*/
    font-weight:400;
    border:1px solid #eeeeee;
    border-top:0px solid #eeeeee;
    margin:0px;
    padding:15px 15px;
}
h2.resp-tab-active {
    border-bottom:0px solid #eeeeee !important;
    margin-bottom:0px !important;
    padding:15px 15px !important;
}
h2.resp-tab-title:last-child {
    border-bottom:12px solid #eeeeee !important;
    background: blue;
}
/*=====================================================*/
/* 7.8.1 Responsive vertical tab widget / .resp-vtabs */
/*===================================================*/
.resp-vtabs ul.resp-tabs-list {
    float:left;
    width:30%;
}
.resp-vtabs .resp-tabs-list li {
    display:block;
    padding:15px 15px !important;
    margin:0;
    cursor:pointer;
    float:none;
}
.resp-vtabs .resp-tabs-container {
    padding:0px;
    background-color:#fff;
    border:1px solid #eeeeee;
    float:left;
    width:70%;
    min-height:250px;
    clear:none;
}
.resp-vtabs .resp-tab-content {
    border:none;
}
.resp-vtabs li.resp-tab-active {
    border-top:1px solid #eeeeee;
    border-left:1px solid #1fa3ba;
    border-bottom:1px solid #eeeeee;
    border-right:none;
    background-color:#fff;
    position:relative;
    z-index:1;
    margin-right:-1px !important;
    padding:14px 15px 15px 14px !important;
}
.resp-arrow:after {
    float:right;
    content:'\f107';
    font-family:'FontAwesome';
    color:#1fa3ba;
    font-size:18px;
}
h2.resp-tab-active span.resp-arrow:after {
    color: #1fa3ba;
}
/*===========================================================*/
/* 7.8.2 Responsive tab accordion styles / .resp-tab-active */
/*=========================================================*/
h2.resp-tab-active {
    background:#f9f9f9 !important;
    color:#1fa3ba;
}
.resp-easy-accordion h2.resp-accordion {
    display:block;
}
h2.resp-accordion i {
    font-size:20px;
    margin-right:10px;
}
.resp-easy-accordion .resp-tab-content {
    border:1px solid #eeeeee;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom:1px solid #eeeeee !important;
}
.resp-jfit {
    width:100%;
    margin:0px;
}
.resp-tab-content-active {
    display:block;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #eeeeee !important;
}
/*==============================*/
/* 7.9 Archive / .archive-list */
/*============================*/
.archive-list {
    margin:0px;
}
.archive-list li {
    list-style:none;
}
.archive-list li a {
    display:block;
    line-height:30px;
    position:relative;
    -webkit-transition-duration:0.3s;
    transition-duration:0.3s;
    -webkit-transition-property:transform;
    transition-property:transform;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    box-shadow:0 0 1px rgba(0,0,0,0);
}
.archive-list li a:hover,.archive-list li a:focus,.archive-list li a:active {
    -webkit-transform:translateX(14px);
    transform:translateX(14px);
}
.archive-list li a:hover:before {
    content:"\f067";
    position:absolute;
    left:-14px;
    font-family:FontAwesome;
    font-size: 8px;
}
/*===============================*/
/* 8. Footer / .footer-section */
/*=============================*/
.footer-branding-wrap {
    position:relative;
    text-align: center;
}
/*==========================================*/
/* 8.1 Footer branding / .footer-branding */
/*========================================*/
.footer-branding {
    background-color:#3a3f45;
}
.footer-section .widget-area .widget-col{
    margin-top: 48px;
    margin-bottom: 48px;
}
.footer-logo {
    margin:auto;
    text-align:center;
    margin-top:24px;
    position:relative;
}
.footer-logo h3{
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 32px;
}
.footer-logo h3 a{
    color: #f5f5f5;
}
.footer-logo h3 a:hover{
    color: #fff;
}
.footer-logo .site-logo {
    line-height:48px;
    display:block;
    font-size:48px;
    margin-bottom:12px;
    font-weight:700;
    text-transform:uppercase;
}
.footer-logo .h-line {
    width:60%;
    background-color:#c8cbcf;
}
.footer-logo .h-line i {
    color:#697785;
    background-color:#3a3f45;
}
.footer-logo .blog-tagline {
    color:#697785;
    margin-bottom:36px;
    display:block;
    font-size: 20px;
}
/*=========================================*/
/* 8.2 Footer widget area / .widget-area */
/*=======================================*/
.widget-area {
    min-height:360px;
    background-color:#f5f5f5;
}
.widget-area ul,.widget-area ol {
    margin:0px;
    padding: 0px;
}
/*===============================*/
/* 8.3 Scroll Top / #scrollTop */
/*=============================*/
#scrollTop {
    background-color:rgba(000,000,000,.5);
    color:#fff;
    outline:0;
    bottom:48px;
    right:24px;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
#scrollTop:hover {
    background-color:rgba(000,000,000,.8);
    color: #fff;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    transition:all 100ms linear;
}
#scrollTop i {
    line-height:46px;
    width:48px;
    height:48px;
    text-align:center;
    font-size:30px;
    color: #fff;
}
/*=====================*/
/* 9. Social widgets */
/*===================*/
/*==================================*/
/* 9.1 Flicker Feed / .flickr-list */
/*================================*/
.flickr-list {
    margin:24px 0 0 -2px;
    padding:0;
    overflow:hidden;
}
.flickr-list li {
    list-style:none;
    float:left;
    margin:2px;
    border:#d5d5d5 1px solid;
    padding:2px;
    background:#fff;
}
.flickr-list li a {
}
.flickr-list li img {
    display:block;
    width:100%
}
.flickr-list li a img {
    border: none;
}
/*=======================================*/
/* 9.2 Twitter Widget / .widget_twitter */
/*=====================================*/
.widget_twitter ul{
    margin: 0px;
}
.widget_twitter ul li{
    list-style: none;
    margin-bottom: 24px;
}
.twitter-avatar{
    text-align: center;
    margin-bottom: 24px;
}
.twitter-avatar img{
    border-radius:0px;
    -webkit-border-radius:0px;
    border:#eee 1px solid;
    padding: 6px;
    background-color: #fff;

}
.widget_twitter .twitter-user{
    font-weight: bold;
    font-style: italic;
}
.widget_twitter .intent-meta a{
    margin-right: 5px;
    margin-left: 5px;
}
.widget_twitter .intent-meta a:hover{
    text-decoration: underline;
}
.widget_twitter .twitter-hashtag{
    font-weight: bold;
}

/*===========================================*/
/* 10. Copyright Socket / .copyright-socket */
/*=========================================*/
.copyright-socket {
    background-color:#3a3f45;
    min-height:48px;
}
.copyright-info {
    line-height:48px;
    font-size:12px;
    text-align:center;
    color:#b9b9b9;
}
.copyright-info a {
    color:#eee;
}
.copyright-info a:hover {
    color: #4ba2e0;
}
/*========================*/
/* 11. Responsive Layout */
/*======================*/
/*=========================================================================================*/
/* 11.1 Responsive Tab */
/*Here your can change the breakpoint to set the accordion,when screen resolution changed*/
/*=======================================================================================*/
@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display:none;
    }
    h2.resp-accordion {
        display:block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #eeeeee;
    }
    .resp-vtabs .resp-tabs-container {
        border:none;
        float:none;
        width:100%;
        /*min-height:initial;*/
        clear:none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #eeeeee !important;
    }
}
/*==============================*/
/* 11.2 Responsive Mobile Menu */
/*============================*/
@media screen and (max-width:767px) {
    /* #menu is the original menu */
    .slicknav_menu {
        display:block;
    }
    .sf-menu {
        display: none;
    }
    .slider-post {
        width:auto;
        left:0px;
    }
}
/*==============================*/
/* 11.3 Main Layout */
/*============================*/
@media only screen and (min-width:1200px) and (max-width:100000px) {
    .container-fluid {
        width:1170px;
        margin:auto;
    }
    .boxed-layout .container-fluid {
        width: 100%;
    }
    /*===================================*/
    /* 11.4 Boxed Layout / .boxed-layout*/
    /*=================================*/
    .boxed-layout {
        padding:24px 7px;
    }
    .boxed-layout .header,.boxed-layout .page-header,.boxed-layout .footer-section {
        margin:0px 15px;
    }
    .boxed-layout .popular-blog-section{
        margin:0px 15px;
    }
    .boxed-layout .footer-section .widget-area{
        margin:0px 0px;
        padding: 0px 15px;
    }
    .boxed-layout .page-header {
        padding:0px 15px;
    }
    .boxed-layout .sidebar {
        padding:0px 0px 24px 0px !important;
    }
    .boxed-layout .widget-area {
        padding:0px 0px 24px 0px;
        margin-left:-15px;
        margin-right:-15px;
        background-color:transparent;
    }
}
@media only screen and (max-width:1199px) {
    .boxed-layout {
        width:100% !important;
        margin: auto;
    }
}

.g-social-link {
    overflow: hidden;
    /* background: #FFF; */
    width: 933px;
    margin: 0 auto;
    padding-top: 20px;
}

.newsletter {
    width: 630px;
    float: left;
    margin: -24px 0px 0px 10px;
}

.newsletter h4 {
    font-size: 12px;
    color: #909090;
    font-weight: lighter;
    display: inline;
    margin-right: 20px;
}

.newsletter li,
.newsletter td {
    list-style:none;
    border:none !important;
    padding:0;
    margin:0;
}

@media only screen and (max-width:360px) {
.header .nav-wrap {
    display: none;
}

.newsletter {
    width: 100%;
    float:none;
    margin: -24px 0px 0px 0px;
}
	
.newsletter h4 {
    font-size: 13px;
    color: #909090;
    font-weight: lighter;
    display: block;
    margin: 0px 0px 0px 2%;
}
.center-style-topnav .nav-social-link {
    text-align:center;
    margin: 0px 0px 0px 3.7%;
    float:left;
}

input#opt_email {
    width: 200px;
    margin: 10px 10px 0px 2.3%;
}

}

@media only screen and (max-width:620px) { 
.header .nav-wrap {
    display: none;
}

.newsletter {
    margin: -30px 0px 0px 0px;
}
	
.newsletter h4 {
    font-size: 13px;
    color: #909090;
    font-weight: lighter;
    display: block;
    margin: 0px 0px 0px 2%;
}
.center-style-topnav .nav-social-link {
    text-align:center;
    float:left;
    margin-top:15px;
}

input#opt_email {
    width: 200px;
    margin: 10px 10px 0px 2.3%;
}

}