/*
Theme Name: WPConstructor
Author: wow_themes
Version: 1.0
Author URI: http://themeforest.net/user/wow_themes
Theme URI: http://themeforest.net/user/wow_themes/portfolio
Description: A sleek and clean Construction WordPress Theme by - <a href="http://wow-themes.com/">Wow Themes</a>
License: ''
License URI: ''
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
Text Domain: constructor
*/

/*** General Styles
----------------------------------------------------------- ***/




#sh_footer_services_posts-2 .list-unstyled a {
    color: #fff;
}
.left img {
    float: left !important;
}
.main-nav .site-nav li a:hover {
    color: #fff !important;
}
.wpcf7-submit{
    background: #f8b81d none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.91px;
    line-height: 50px;
    outline: medium none !important;
    padding: 0 32px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.wpcf7-submit::after {
    border-color: transparent #e1a618 transparent transparent;
    border-style: solid;
    border-width: 25px 28px 25px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}


.sidebar img {
    max-width: 100% !important;
      height: auto;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
 
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
 border-top: 2px solid #ddd;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
table {
    border-collapse: collapse !important;
    width: 100%;
}
  table td,
  table th{
    background-color: #fff !important;
  }
  #calendar_wrap tbody {
    border: 2px solid #ccc;
}
#prev > a {
    color: #000;
    font-weight: bold;
}
.single-post .content > h1::after {
    display: none;
}
.single-post .single-post .content > h1::after {
    display: none;
}
 .single-post .content thead {
    border-top: 2px solid #e8e8e8;
}
.single-post .content tr {
    border-left: 2px solid #e8e8e8;
}
.single-post .content tbody {
    border: 2px solid #e8e8e8;
}
.single-post .content th {
    border-right: 2px solid #e8e8e8;
}
.single-post .content td {
    border-right: 2px solid #e8e8e8;
}
.single-post  .content > table {
    margin-bottom: 50px;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    height: auto;
    width: 100% !important;
}
.single-post .content > h1{
    color: inherit;
}

.widget_archive li a, .widget_categories li a {
    display: inline-block;
    width: 87%;
}
.page-numbers {
    color: #636363 !important;
}
.page-numbers.current, .pagination li a:hover {
    background: #f8b81d none repeat scroll 0 0;
    border-color: #f8b81d;
    color: #fff !important;
}

.pagination > li > a, .pagination > li > span {
    padding: 13px 19px;

}
.scroll-buttons .pagination {
    margin-top: 50px;
}

  @media only screen and (min-width: 0px) and (max-width: 768px) {
    
  .rev_slider_wrapper .button::after{
      display: none !important; 
  }
  .inner .col-sm-6.clearfix {
        margin-top: 20px;
    }
    .panel-title {
        font-size: 13px;
  
    }
    .panel-title a i {
         line-height: 51px;
        font-size: 21px;
        height: 55px;
        margin-right: 4px;
        width: 55px;
    }
    .col-sm-6.widget_sh_mail_chimp {
    margin-top: 30px;
    }
    .responsive-menu-open:hover {
    color: #fff;
}
}
 @media only screen and (min-width: 768px) and (max-width: 1000px) {
    .portfolio-filters-box button {
        font-size: 14px;
        padding: 0 10px;
    }
 }