/*
Theme Name: Techline
Theme URI: http://www.wordpress.framework-y.com/
Author: Schiocco
Author URI: http://schiocco.io/
Description: Business and startups theme
Version: 1.4.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techline
*/
/* 
==============================
GLOBAL STYLE
==============================
*/
body, .adv-img p, .caption-bottom p, .adv-circle .caption p, .advs-box p, .list-blog p {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #4C4C4C;
}

table, table td, table th {
    border: 1px solid #808080;
    padding: 15px;
}

img {
    margin: 15px 15px 15px 0;
    height: auto;
    max-width: 100%;
}

.navbar-brand > img {
    margin: 0;
}

.content p {
    font-size: 14px;
    line-height: 25px;
}


.header-base {
    padding: 50px 0;
    margin-top: 0;
    background-color: #6F6F6F;
    border-bottom: 1px solid #E6E6E6;
    background-color: #f5f5f5;
}

    .header-base h1 {
        font-size: 25px;
        margin-left: -2px;
        margin-bottom: 0;
    }

footer {
    font-size: 12px;
    color: #9c9c9c;
    background-color: #F5F5F5;
    position: relative;
    z-index: 3;
    margin-top: 0 !important;
}

    footer .container {
        padding: 15px;
    }

.default-box .btn {
    background: #fdfdfd;
    border: 1px solid rgba(156, 156, 156, 0.29);
}

.default-pagination li a {
    background: #565656 !important;
    color: #fff !important;
    border-radius: 25px !important;
    border: none !important;
    min-width: 150px;
    text-align: center;
    margin: 0 15px !important;
}

.default-pagination {
    margin-left: -15px;
}

.container.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container > .container {
    padding-left: 0;
    padding-right: 0;
}

.sticky-post {
    padding: 30px;
    background: #fbfbfb;
    border-radius: 2px;
}


.title-base p, div.title-icon p {
    font-size: 15px;
    margin-top: 20px;
    color: #6B6B6B;
}

.title-base.text-left {
    text-align: left;
}

    .title-base.text-left hr {
        margin: 0 auto 20px 0;
        left: 0;
    }

.post-image, .post-video iframe {
    height: 400px;
    margin: 30px 0;
}

.post-video iframe {
    width: 100%;
}

.comment-list .col-md-11 {
}

.comment-list img {
    margin-top: 5px;
    margin-left: 15px;
    padding: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.comment-list .name {
    font-weight: 800;
    margin-top: 2px;
}

    .comment-list .name span {
        font-weight: 300;
        padding-left: 10px;
        color: #A5A5A5;
        font-size: 12px;
    }

.comment-list .msg {
    font-size: 13px;
    color: #7B7B7B;
}

.comment-list .item {
    padding-top: 15px;
}

    .comment-list .item.sub {
        padding-left: 72px;
        padding-bottom: 10px;
    }

.comment-list .sub.first .line {
    height: 50px;
    margin-top: -19px;
}

.comment-respond {
    padding-bottom: 80px;
}

.comment-list .reply a {
    opacity: .5;
}

.comment-list .reply:hover a, #cancel-comment-reply-link:hover {
    opacity: 1;
}

#comments .next.page-numbers {
    margin-left: 15px;
}

#comments .prev.page-numbers {
    margin-right: 15px;
}

#cancel-comment-reply-link {
    margin-left: 15px;
    opacity: .5;
}

.sidebar-content .section-item .content.container {
    padding: 0;
    width: auto;
}

.list-blog > ul > li {
    position: relative;
    display: block;
    padding: 10px 0px;
    background-color: #FFF;
    border-bottom: 1px solid #DCDCDC;
    transition: all .3s;
    list-style: none;
}

.list-blog > ul {
    padding: 0;
}

.list-blog .post-date {
    font-size: 11px;
    opacity: .5;
}

.list-blog a {
    color: inherit;
}

.list-blog h5 {
    margin-top: 10px;
    font-weight: 600;
}

.list-group-item .col-md-3, .list-group-item .col-md-4 {
    width: initial;
}

.latest-post-list h5 {
    margin-top: 0;
    font-size: 13px;
    line-height: 17px;
}

.latest-post-list .img-box img {
    height: 55px;
    width: 55px;
}

.latest-post-list .col-md-8 {
    padding-left: 0;
}

.list-group .list-group-item:last-child {
    border-bottom: none;
}

.wp-caption, .wp-caption-text, .sticky, .screen-reader-text, .gallery-caption, .bypostauthor, .alignright, .alignleft, .aligncenter {
}

.search-results .advs-box p {
    margin: 0;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

    .aligncenter img {
        margin: 5px auto;
    }

img.alignleft {
    display: inline;
    float: left;
    margin: 0.4211em 1.6842em 1.6842em 0;
}

img.alignright {
    display: inline;
    float: right;
    margin: 0.4211em 0 1.6842em 1.6842em;
}

.wp-caption-text {
    opacity: .8;
    margin-bottom: 10px !important;
}

    .wp-caption-text a {
        font-weight: 900;
    }

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2632em;
}

.blockquote.alignright, .wp-caption.alignright, img.alignright {
    margin: 0.4211em 0 1.6842em 1.6842em;
}

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin: 0;
    }

    blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
        margin: 0.4211em 1.6842em 1.6842em 0;
    }

.default-wp-footer {
    border-top: 1px solid #dedede;
}

.widget .searchform > div {
    display: flex;
}

.searchform .screen-reader-text {
    display: none;
}

.searchform input[type="text"] {
    width: 100%;
    margin-right: 15px;
}

#wp-calendar {
    table-layout: fixed;
    border-radius: 2px;
    background: #f3f3f3;
    padding: 5px;
    width: 100%;
    outline: none !important;
    border: 1px solid #dcdcdc;
}

    #wp-calendar caption {
        text-align: center;
        background: #f3f3f3;
        border: 1px solid #dcdcdc;
        border-bottom: none;
        font-weight: 600;
    }

    #wp-calendar td, #wp-calendar th {
        text-align: center;
        padding-top: 10px;
        border: none;
    }

    #wp-calendar #prev {
        text-align: left;
        padding-left: 12px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    #wp-calendar #next {
        text-align: right;
        padding-right: 12px;
        font-weight: 600;
        padding-bottom: 10px;
    }

.widget .list-group {
    clear: both;
    margin-bottom: 15px;
}

.widget .tagcloud {
    margin: -5px;
}

    .widget .tagcloud a {
        float: none;
        display: inline-block;
        margin: 4px;
    }

.list-blog ul {
    padding: 0;
}

    .list-blog ul li {
        list-style: none;
    }

    .list-blog ul ul.children {
        padding-left: 10px;
        position: relative;
        margin-bottom: 5px;
    }

        .list-blog ul ul.children:before {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            left: 0;
            top: 5px;
            background-color: #efefef;
        }

.list-blog > ul > li.cat-item {
    border: none;
    padding: 3px 0;
}

.post-password-form {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #dedede;
    text-align: center;
    margin-bottom: 30px;
}

footer.entry-meta {
    display: none;
}

.pagination .next i, .pagination-sm .last i, .pagination i[class*="right"] {
    margin-left: 7px;
}

.pagination .prev a i, .pagination .first a i, .pagination i[class*="left"] {
    margin-right: 7px;
}

.hide-first-last .first, .hide-first-last .last {
    display: none;
}

.pagination > li > a {
    color: #585858;
    border: 1px solid #9C9C9C;
}

.pagination > li.disabled > a {
    border: 1px solid #9C9C9C;
    color: #969696;
}

    .pagination > li.disabled > a:hover {
        border: 1px solid #9C9C9C;
    }

.pagination > li > a:hover, .pagination > li > a:focus {
    border-color: #9C9C9C;
    color: #585858;
}

ul.pagination.white > li > a, .pagination > .disabled > span, .pagination.white > .disabled > a, .pagination.white > .disabled > a:hover {
    background: none;
    color: #FFF;
    border-color: #FFF;
}

    ul.pagination.white > li > a:hover, .white.circle-button:hover, .white .circle-button:hover {
        background-color: rgba(0,0,0,0.2);
    }

.pagination.white > .active > a, .pagination.white > .active > a:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #404040;
}

.default-box .btn {
    background: #fdfdfd;
    border: 1px solid rgba(156, 156, 156, 0.29);
}

.circle-button {
    border-radius: 20px;
    border: 1px solid #9C9C9C;
    display: inline-block;
}

.circle-button {
    padding: 5px 15px;
}

hr.space.s {
    height: 20px;
}

hr.space {
    border: none !important;
    clear: both;
    height: 70px;
    margin: 0;
}
hr.space.xs {
    height:10px;
}
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.dropdown-menu > li > .dropdown-menu {
    left: 100%;
    top: 0px;
    position: absolute;
}

.dropdown .dropdown .caret {
    transform: rotate(-90deg);
}
.col-md-9 .container {
        width: 100%;
        padding:0;
}
.list-blog .screen-reader-text {
    display:none;
}
.list-blog select {
    max-width:100%;
}
.list-blog input,.list-blog select  {
       background: #f7f7f7;
    border: 1px solid #cecece;
    border-radius: 3px;
    padding:5px;
}
.list-blog input[type="submit"] {
    border-radius: 2px;
    border: 1px solid #cecece;
    background: #f7f7f7;
     padding:5px;
}
.row-500 {
    height:500px;
}
