/*
Theme Name: Buspro
Theme URI: https://sttheme.com/demosd/buspro
Author: Sttheme
Author URI: https://themeforest.net/user/sttheme
Description: In 2019, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: buspro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

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

Table of contents
        
    01. Common styles
    02. Blog Styles
    03. Visual Styles
    04. Test Styles
    
---------------------------------- */

/* ===================================
    Common styles
====================================== */

.aligncenter {
    text-align: center;
}

.widget_calendar {
    float: none;
}
#wp-calendar {
    width: 100%; 
}
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { 
    font-size: 10px; 
}
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { 
    color: #aaa; 
}
#wp-calendar tbody td { 
    background: #f5f5f5; 
    border: 1px solid #E9E9E9; 
    text-align: center; 
    padding:8px;
}
#wp-calendar tbody td#today {
    background: #1cb9c8; 
    color: #fff;
}
#wp-calendar tbody td#today a {
    color: #fff;
}
#wp-calendar tbody td:hover { 
    background: #fff; 
}
#wp-calendar tbody .pad { 
    background: none; 
}
#wp-calendar tfoot {
    border: 1px solid #E9E9E9;
}
#wp-calendar tfoot #next { 
    font-size: 12px; 
    text-transform: uppercase; 
    text-align: right; 
    color: #83c99f; 
    padding: 10px;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; 
    color: #83c99f; 
    padding: 10px;
}
.widget_text .textwidget img{
    max-width: 100%;
    height: auto; 
    margin: 10px 0px;
}
.widget_text select, .widget_text input , .widget_text textarea  {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text option {
    max-width: 100%;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
}
#sidebar .textwidget img {
    max-width: 100%;
}
img{
    max-width:100%;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 10px;
}
.form-submit input.submit{
    background-color: #1d2024;
    border: 1px solid transparent;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.form-submit input.submit:hover {
    color: #ffffff;
    background-color: #1cb9c8;
    border: 1px solid transparent;
}
.screen-reader-text{
    text-decoration: none;
}

/* ===================================
    Blog styles
====================================== */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.post-text table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.post-text table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.post-text table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right: 20px; 
  margin-bottom: 10px;
 }
 img.alignright, .alignright img{
  margin-left: 20px;
  margin-bottom: 10px;
 } 
 .blog-comment-area  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.blog-comment-area  table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.blog-comment-area  table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }
.post-text  li{
  padding-top: 5px;
  list-style: inherit!important;
 }
.post-text  ul{
  padding-left: 20px!important;
 }
.post-text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }

.search-custom form {
    width: 70% !important;
    margin-top: 50px;
}
.search-custom form.search-form:after {
    top: 10px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    text-decoration: none;
}

form.post-password-form input[type=submit] {
    width: auto !important;
    background: #1cb9c8;
    border-color: #1cb9c8;
    color: #fff;
    padding: 10px;
}
 .screen-reader-text {
    display: none;
}
a:hover {
    text-decoration: none !important;
}

li.featured-post {
    color: #4e54c8 !important;
    font-weight: bold !important;
    float: right;
    font-size: 16px !important;
}
p.logged-in-as {
    font-size: inherit;
    margin-bottom: 25px;
}
p.logged-in-as a{
    color: #888;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.post-text h1 {
    font-size: 46px;
    font-weight: 500;
    color: #34517D;
}
.post-text h2 {
        font-size: 36px;
        font-weight: 500;
        color: #34517D;
}
.post-text h3 {
    font-size: 26px;
    font-weight: 500;
    color: #34517D;
}
.post-text h4 {
    font-size: 22px;
    font-weight: 500;
    color: #34517D;
}
.post-text h5 {
    font-size: 20px;
    font-weight: 500;
    color: #34517D;
}
.post-text h6 {
    font-size: 16px;
    font-weight: 500;
    color: #34517D;
}
body.logged-in .wrap-sticky nav.navbar.bootsnav.sticked {
    top: 32px !important
}
@media screen and (max-width: 600px){
body.logged-in {
    position: inherit;
    top: -46px;
}
body.logged-in .wrap-sticky nav.navbar.bootsnav {
    top: 46px;
}
body.logged-in .wrap-sticky nav.navbar.bootsnav.sticked {
    top: 0px !important
}
}
.date-comment {
    display: inline-block;
}
.comment-title {
    display: inline-block;
}
.blog-comment-area .blog-comment ul.children {
    padding-left: 20px;
}
#respond{
    padding-top: 150px;
    margin-top: -150px;
}
.page-links{
    clear: both;
    padding-top: 20px;
}
.page-links a{
    color: #252839;
}
body:not(.has-sidebar) .blog-page-content .col-sm-8.col-md-9 {
    width: 83.33333333%;
    margin-left: 8.33333333%;
}
.search-custom h5 {
    text-transform: inherit;
    font-weight: 400;
    font-size: 18px;
}
.blog-area .pagi-area .pagination {
    margin-bottom: 0px;
}
.blog-area .pagi-area .pagination .page-numbers.current {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    background: #1cb9c8 none repeat scroll 0 0;
    border-color: transparent;
    color: #ffffff;
    cursor: default;
}
.sidebar-item.category.widget_recent_comments ul li a::after {
    display: none;
}
.post-recent .recent-post h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.post-recent .sidebar-item.recent-post li .info > a {
    color: #cccccc;
}
.post-recent .sidebar-item.recent-post li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.post-recent .sidebar-item.recent-post li:last-child {
    border-bottom: none;
}
.post-recent .sidebar-item.recent-post li .info .meta-title , .post-recent .sidebar-item.recent-post li .info .meta-title span{
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    text-transform: uppercase !important;
}
.post-recent .sidebar-item.recent-post li .info .meta-title a {
    color: #1cb9c8;
}
.comments-info a {
    margin-top: 5px;
}
.comments-area .commen-item .comments-info {
    margin-bottom: 10px;
}
p.form-submit {
    margin-bottom: 0px;
}
.blog-area.single .post-pagi-area .nav-previous a {
    float: left;
}
.comments-form {
    margin-top: 40px;
}
.comment-reply-title {
    font-weight: 500 !important;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase !important;
    font-size: 18px !important;
}
.sidebar .sidebar-item.widget_tag_cloud li {
    display: inline-block !important;
    border-bottom: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}
.sidebar .sidebar-item.widget_tag_cloud li a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block !important;
    font-weight: 600;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 10px 25px;
    text-transform: capitalize;
    font-size: 14px !important;
}
.sidebar .sidebar-item.widget_tag_cloud li a:after {
    display: none;
}
.comments-list .commen-item .avatar img {
    border-radius: 50%;
}
.comments-area ul.children {
    margin-left: 80px;
}
@media screen and (max-width: 800px){
.comments-area ul.children {
    margin-left: 10px;
}
.comments-list .commen-item .avatar img {
    height: 50px;
    width: 50px;
}
.comments-list .commen-item .avatar {
    float: left;
    height: 60px;
    width: 60px;
}
}
.form-control:focus {
    border-color: #464646;
    outline: 0;
    box-shadow: none;
}


/* ===================================
    Visual styles
====================================== */

.vc_row.wpb_row.disable_element {
    display: none !important;
}
.contact-form .form-group br {
    display: none;
}
.contact-form .btn-submit, .wpcf7-submit, .cf7mls_next.action-button, .cf7mls_back.action-button {
    background: #1cb9c8 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: inherit;
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}
.callback-area div.wpcf7-validation-errors,.contact-area div.wpcf7-validation-errors {
    margin-top: 75px;
    margin-left: 0px;
}
.contact-items.bg-contain {
    background-image: url(assets/img/map.svg);
}
.contact-area .contact-form .btn-submit2 {
    background: #1cb9c8 none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 12px 30px;
    text-transform: uppercase;
}
.vc_row .wpb_content_element {
    margin-bottom: 0px !important;
}




/* ===================================
    Test styles
====================================== */

.blog-area .blog-items .info h3 span.featured-post {
    float: right;
    font-size: 18px;
}

.blog-area .sidebar .sidebar-item.category.widget_archive li a {
    display: inline-block;
    margin-right: 5px;
}
.blog-area .sidebar .sidebar-item.category.widget_categories li a {
    display: inline-block;
    margin-right: 5px;
}
.blog-area .sidebar .sidebar-item.category.widget_categories ul.children {
    padding-left: 10px;
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
    padding-top: 10px;
}
.blog-area .sidebar .sidebar-item.category.widget_pages ul.children {
    padding-left: 10px;
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
    padding-top: 10px;
}
.blog-area .sidebar .sidebar-item.category.widget_recent_comments li a {
    display: inline-block;
}
.blog-area .sidebar .sidebar-item.category.widget_rss li a {
    color: #232323;
    font-weight: 500;
    padding: 0;
    display: block;
}
.blog-area .sidebar .sidebar-item.category.widget_rss li a:hover {
    color: #1cb9c8;
}
.blog-area .sidebar .sidebar-item.category.widget_rss li a:after {
    display: none;
}
.blog-area .sidebar .sidebar-item.category.widget_rss span.rss-date {
    color: #ffb606;
    font-size: 13px;
}
.blog-area .sidebar .sidebar-item.category.widget_nav_menu ul.sub-menu {
    padding-left: 10px;
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
    padding-top: 10px;
}

.post-cont h1 {
    font-size: 46px;
    margin-bottom: 15px;
    font-weight: 400 !important;
}
.post-cont h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 400 !important;
}
.post-cont h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 400 !important;
}
.post-cont h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400 !important;
}
.post-cont h5 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400 !important;
}
.post-cont h6 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400 !important;
}
.post-cont code {
    color: #af5019;
}
.post-cont table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.post-cont table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.post-cont table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }

.post-cont  li{
  padding-top: 5px;
  list-style: inherit!important;
 }
.post-cont  ul{
  padding-left: 40px!important;
  list-style-type: disc;
 }
.post-cont  ol{
  list-style: decimal!important;
  padding-left: 40px!important;
 }
.wp-caption.aligncenter {
    margin: 0px auto;
}
.blog-items .info {
    overflow: hidden;
}
.blog-area .info .cats a {
    line-height: 14px;
}
.blog-area .info .cats {
    line-height: 14px;
    margin-bottom: 15px;
}
.page-links {
    padding-bottom: 0px;
}
.page-links .page-number {
    padding: 0px 10px !important;
    text-decoration: none !important;
    border: none !important;
    background: #fff !important;
    display: inline-block !important;
    color: #1cb9c8 !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
    font-weight: 600;
}
.page-links a .page-number {
    background: #fff !important;
    color: #333 !important;
}
.comments-list .commen-item .content {
    display: inherit;
    overflow: hidden;
}

.comment_text h1 {
    font-size: 46px !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-transform: inherit !important; 
}
.comment_text h2 {
    font-size: 36px !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-transform: inherit !important; 
}
.comment_text h3 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-transform: inherit !important; 
}
.comment_text h4 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-transform: inherit !important; 
}
.comment_text h5 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-transform: inherit !important; 
}
.comment_text h6 {
    font-size: 16px !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-transform: inherit !important; 
}

.comment_text code {
    color: #af5019;
}
.comment_text table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment_text table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.comment_text table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }

.comment_text  li{
  padding-top: 5px;
  list-style: inherit!important;
 }
.comment_text  ul{
  padding-left: 40px!important;
  list-style-type: disc;
 }
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 40px!important;
 }
 .comments-list .commen-item.no-ava .avatar {
    display: none;
 }


.services-content {
	margin-left:auto;
	margin-right:auto;
	float:none;
}

@media (min-width: 992px){
body.no-has-sidebar .blog-content.col-md-8 {
    width: 100% !important;
}
body.no-has-sidebar .sidebar.col-md-4 {
    display: none !important;
}
}

@media (max-width: 1200px) and (min-width: 1024px) {
nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 8px !important;
}
}
.search-custom .sidebar-info form {
    position: relative;
}
.search-custom .sidebar-info input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}
.search-custom .sidebar-info form input[type="submit"] {
    background: #1cb9c8 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 600px){
body.logged-in .breadcrumb-area {
    padding-top: 120px;
}
}
.blog-area.single-blog .post-pagi-area .nav-previous a {
    float: left !important;
}
.recentcomments a {
    padding: 0 !important;
}
.footer-no-widget > .container {
    display: none;
}
.post-cont {
    overflow: hidden;
}
.blog-area.single .item .content-box a span {
    background: #fff;
    color: #232323;
}
.blog-area.single .item .content-box a:hover span {
    background: #1cb9c8 none repeat scroll 0 0;
    color: #ffffff;
}
.navbar-brand>img {
    max-height: 50px;
}
@media (min-width: 1024px){
nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu li .dropdown-menu {
    left: auto;
    right: 100%;
    top: 1px;
}
}
.comment-reply-link {
    float: right !important;
} 
.comments-info{
    font-style: italic;
    font-weight: 500;
}
.comments-list .commen-item {
    margin-bottom: 60px;
}
.attr-nav > ul > li {
    display: none !important;
}
.cf7mls_next.action-button {
	margin:0 !important;
margin-top:10px !important;
}
.fieldset-cf7mls {
	margin-top:20px;
margin-bottom:20px;
}
.fieldset-cf7mls .wpcf7-text {
	width:99%;
padding-left:16px;
padding-right:16px;
margin-bottom:8px;
}
.fieldset-cf7mls .wpcf7-submit {
width:auto;
	padding-right:30px;
padding-left:30px;
}

div.wpcf7-response-output {
	border: none;
background-color:#ff0000 !important;
color:#fff !important;
}

div.wpcf7-mail-sent-ok {
	border: none;
background-color:#398f14 !important;
color:#fff !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: none;
background-color:#398f14 !important;
color:#fff !important;
}

div.wpcf7-spam-blocked {
border: none;
background-color:#ffa500 !important;
color:#fff !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: none;
background-color:#ffa500 !important;
color:#fff !important;
}
.blog-area.single .item .content-box span {
	background:none !important;
}
.blog-area.single .item .content-box a:hover span {
	color:#498ccb;
}
.custom-about h4 {
	text-transform:uppercase;
	color:#498ccb;
}
.custom-about h2 {
	display: inline-block;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.custom-about h2::before {
    background: #498ccb none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 40px;
}

.display-posts-listing .listing-item{list-style:none !important; padding: 20px 0px 20px 0px; border-bottom: 1px solid #000;
width: 93%; align-items: center; clear:both; box-sizing:border-box;}
.display-posts-listing .listing-item .title{color: #232323; font-weight: normal; line-height: 1.2; font-family: 'Poppins', sans-serif; letter-spacing: 0; font-size:22px;}
.display-posts-listing .listing-item .excerpt-more{display: block; text-align: right; background: #000; width: 160px; clear: both;
color: #FFF; padding: 10px 20px; border-radius: 8px; margin: 0px 0px 0px auto; box-sizing:border-box;}
.display-posts-listing .listing-item .excerpt{color:#000;}
.display-posts-listing .listing-item .image{float: left; padding-right: 15px;}

