/*
Theme Name: Construction Plus
Author: Theme Farmer
Author URI: https://www.themefarmer.com
Theme URI: https://www.themefarmer.com/construction-plus/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: construction-plus
Tags: blog, two-columns, right-sidebar, flexible-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Description: Construction Plus is WordPress Theme for business purpose, clean and uniqe with a great elegant multipurpose responsive design. a lightweight and fully responsive HTML5 theme. Construction Plus have easy customizer by this you can easily customize theme in just few clicks. This theme gives you awesome looking website. A translation ready theme with major browser supportive. Replaceable logo, social icons, and contact info on top header. See Demo: http://demo.themefarmer.com/construction-plus/
*/


/* CSS Document */

body {
    margin: 0;
    font-family: 'Lato' !important;
    font-size: 13px;
    /*font-style: italic;*/
}

/* Default Css */
a,
a:hover,
a:focus{
text-decoration:none;
outline:none;
}
.img-responsive{
width:100%;
height:auto;
}
.theme_section_title {
  margin: 0;
  text-align: center;
  padding: 10px 0;
}
.section_title::after {
  border: 2px solid #ff9900;
  content: "";
  height: auto;
  left: 50%;
  margin-left: -75px;
  margin-top: 40px;
  position: absolute;
  width: 150px;
}
.section_title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  padding: 10px 0;
}
.section_title_description{
font-size:16px;
margin:20px 0 10px 0;
}
.scroll_up i {
    background-color: #ff9900;
    color: #fff;
    font-size: 36px;
    height: 40px;
    opacity: 0.8;
    padding: 0px 5px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 40px;
    z-index: 1;
    text-align: center;
}
.space{
padding:50px 0;
}
.white_text{
color:#fff;
}
/* Header Parts */

    /* Header 1 */
#header1 .navbar-brand {
  font-size: 30px;
  height: auto !important;
  margin: 0 !important;
  padding: 15px;
}
#header1 .navbar-header {
  float: none;
  display: inline-block;
}
#header1 .navbar-header  p {
  margin: 5px 0;
  padding-left: 15px;
  font-size: 14px;
  color: #666;
}
#header1 .h_menu1 {
  margin: 0 !important;
}
#header1 .menu_head {
  margin: 0;
}
#header1 .navbar-right {
  border-top: 1px solid;
  float: left !important;
  margin: 10px 0 0;
  width: 100%;
}
#header1 .menu_head li a {
  font-weight: 600;
  padding: 30px 10px;
  text-transform: uppercase;
   border-top: 3px solid transparent;
  margin-top: -1px;
}
#header1 .menu_head .navbar-nav .active a,
 #header1 .menu_head .navbar-nav .active a:focus,
 #header1 .menu_head .navbar-nav .active a:hover {
  background-color: transparent;
  border-top: 3px solid #ff9900;
  color: #ff9900;
  margin-top: -1px;
}
#header1 .menu_head .navbar-nav  a:hover{
background-color:transparent;
border-top:3px solid #ff9900;
color:#ff9900;
}
#header1 .menu_head .dropdown-menu{
padding:0 !important;
left: 0 !important;
min-width:180px;
}
#header1 .menu_head .dropdown-menu li  a {
    border-top:0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  color: #666;
  padding: 10px 15px;
  white-space: normal;
    margin-top: 0px;
}
#header1 .menu_head .dropdown.open  a {
background-color:transparent;
border-top:3px solid #ff9900;
color:#ff9900;
}
#header1 .menu_head .dropdown.open  .dropdown-menu a,
#header1 .menu_head .dropdown.active .dropdown-menu a {
  background-color: #fff;
  color: #666;
    border-top:0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
     margin-top: 0px;
}
#header1 .menu_head .dropdown.open  .dropdown-menu a:hover,
#header1 .menu_head .dropdown.active .dropdown-menu a:hover {
background-color:#ff9900;
color:#fff;
    border-top:0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#header1 .menu_head .dropdown.open .dropdown-submenu.open a {
background-color:#ff9900;
color:#fff;
    border-top:0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#header1 .menu_head .dropdown.open .dropdown-submenu.open .dropdown-menu li a{
  background-color: #fff;
  color: #666;
    border-top:0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#header1 .menu_head .dropdown.open  .dropdown-submenu.open .dropdown-menu li a:hover{
background-color:#ff9900;
color:#fff;
    border-top:0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#header1 .menu_head .dropdown-submenu{
position:relative;
}
#header1 .menu_head .dropdown-submenu .dropdown-menu{
top:0;
left:100% !important;
margin-top:-2px;
margin-left:-1px;
margin-right:-130px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
 }
#header1 .menu_head .dropdown-submenu a:after{
display:block;
content:"";
float:right;
width:0;
height:0;
border-color:transparent;
font-weight:bold;
border-width:5px 0 5px 5px;
border-left-color:#cccccc;
margin-top:-1px;
margin-right:0px;
font-size:20px;
}
#header1 .menu_head .dropdown-submenu.pull-left{
float:none;
}
#header1 .menu_head .dropdown-submenu.pull-left .dropdown-menu{
left:-100%;
margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px;
}

    /* Header 1 */

/* Header Parts */

/* Slider Start */
.c_slider{
margin:0;
}
.swiper1{
max-height:700px;
}
.swiper-button-prev.swiper-button-prev1 {
  background: #ff9900 none repeat scroll 0 0;
  border-radius: 50%;
  height: 60px;
  left: 10px;
  opacity: 0.8;
  width: 60px;
}
.swiper-button-next.swiper-button-next1 {
  background: #ff9900;
  border-radius: 50%;
  height: 60px;
  right: 10px;
  opacity: 0.8;
  width: 60px;
}
.swiper-button-prev.swiper-button-prev1::after {
  content: "";
  font-family: FontAwesome;
  font-size: 48px;
  margin-left: 15px;
  padding: 2px;
  position: absolute;
  text-align: center;
  margin-top: -10px;
/*   transform: rotate(-45deg); */
  color: #fff;
}
.swiper-button-next.swiper-button-next1::after {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  font-size: 48px;
  margin-left: 20px;
  margin-top: -10px;
  padding: 2px;
  position: absolute;
  text-align: center;
/*   transform: rotate(-45deg); */
}
.c_slider .carousel-caption {
  background: rgba(0,0,0,0.7);
  bottom: inherit;
  left: 15%;
  opacity: 0.85;
  padding: 20px;
  right: 55%;
  top: 25%;
  text-align: left;
}
.c_slider .carousel-caption h1{
margin:0;
}
.c_slider .carousel-caption p{
margin:10px 0;
}
.c_slider .carousel-caption h1 a{
color:#fff;
}
.c_slider .carousel-caption .btn{
background-color:#fff;
color:#ff9900;
font-size:16px;
text-transform:uppercase;
}
.c_slider .swiper-slide-active .animation.animated-item-1 {
animation: 500ms linear 300ms normal both 1 running slideInLeft;
}
.c_slider .swiper-slide-active .animation.animated-item-2 {
animation: 900ms linear 600ms normal both 1 running slideInRight;
}
.c_slider .swiper-slide-active  .animation.animated-item-3 {
animation: 1200ms linear 900ms normal both 1 running slideInUp;
}
.c_slider .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 0;
  height: 20px;
  opacity: 0.7;
  width: 20px;
}
.c_slider .swiper-pagination-bullet-active {
  background-color: #ff9900;
  }
/* Slider Start */


/* PortFolio */
.c_port_btn{
margin:0;
}
.c_port_btn .simplefilter{
text-align:center;
}
.c_port {
  margin: 40px 0 0 0;
}
/* PortFolio */

/* Services */
.c_service_sec{
margin:0;
}
.c_ser{
text-align:center;
padding:15px;
}
.c_ser span {
  background-color: #ff9900;
  color: #fff;
  display: inline-block;
  height: 90px;
  margin: 20px 0;
  padding: 25px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90px;
}
.c_ser i{
font-size:42px;
 -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c_ser h2 a {
  color: #ff9900;
  font-size: 24px;
  font-weight: 600;
}
.c_ser p{
font-size:16px;
color:#333;
margin:10px 0;
}
.c_ser .btn {
  color: #ff9900;
  font-size: 16px;
  margin-top: 10px;
}
.c_ser .btn::before {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 5px;
  color: #666;
}
.c_ser h2{
margin-top:30px;
}
.c_ser h2::before {
  border: 1px solid #ff9900;
  content: "";
  left: 50%;
  margin-left: -75px;
  margin-top: -10px;
  position: absolute;
  width: 150px;
  transform: scale(0);
}
.c_ser:hover h2::before {
  transform: scale(1);
  -webkit-transition:all 600ms ease-in-out 0s;
  -moz-transition:all 600ms ease-in-out 0s;
  -ms-transition:all 600ms ease-in-out 0s;
  -o-transition:all 600ms ease-in-out 0s;
  transition:all 600ms ease-in-out 0s;
 
}
.c_ser:hover{

}
.c_ser::before {
  border-image: none;
  border-left: 2px solid #ff9900;
  border-right: transparent;
  border-bottom: transparent;
  border-top: 2px solid #ff9900;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  width: 0;
  top:0;
    z-index:-1;
}
.c_ser::after {
  border-image: none;
  border-right: 2px solid #ff9900;
  border-left: transparent;
  border-top: transparent;
  border-bottom: 2px solid #ff9900;
  content: "";
  height: 0;
  right: 10px;
  position: absolute;
  width: 0;
  bottom:0;
  z-index:-1;
}
.c_ser:hover::before ,
.c_ser:hover::after {
 height: 200px;
   width: 100px;
   transition:all 300ms ease-in-out 0s;
}
/* Services */

/* Blogs */
.c_blog_post{
margin:0;
}
.c_blog_post .img-thumbnail{
display:block;
padding:0;
border:0;
position:relative;
}
.blog_post_category,
.blog_post_tags,
.blog_post_comment,
.blog_post_date,
.blog_post_author,
.blog_post_edit{
display:inline-block;
list-style:none;
padding:0;
margin:0 5px 0 0 ;
}
.blog_post_category li,
.blog_post_tags li,
.blog_post_comment li,
.blog_post_date li,
.blog_post_author li,
.blog_post_edit li{
display:inline-block;
padding:10px 0;
} 
.blog_post_category li a,
.blog_post_tags li a,
.blog_post_comment li a,
.blog_post_date li a,
.blog_post_author li a,
.blog_post_edit li a{
color:#666;
}

.blog_post_category li i,
.blog_post_tags li i,
.blog_post_comment li i,
.blog_post_date li i,
.blog_post_author li i,
.blog_post_edit li i{
color:#ff9900;
}
.blog_post_category li a:hover,
.blog_post_tags li a:hover{
color:#ff9900;
}
.c_blog_post h2{
margin:5px 0;
}
.c_blog_post h2 a{
color:#ff9900;
font-size:24px;
}
.c_blog_post p{
font-size:16px;
color:#333;
}
.c_blog_post .btn{
color:#ff9900;
font-size:18px;
padding-left:0;
text-decoration:underline;
}
.c_blog_post .btn::after {
  color: #666;
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  margin-left: 5px;
  text-decoration:none;
}
.c_blog_desc {
  margin: 20px 0;
}
/* Blogs */

/* Testimonial */
.back1{
background-image:url(images/back1.jpg);
background-position:fixed;
background-size:cover;
}
.c_testimonial{
background:rgba(0,0,0,0.5);
}
.swiper3 {
text-align:center;
color:#fff;
}
.swiper3 .img-thumbnail {
  display: inline-block;
  padding: 0;
  position: relative;
  border: 0;
}
.swiper3 .img-thumbnail  img {
  width: 150px;
  height: 150px;
}
.swiper3 h2 {
  display: inline-block;
  margin: 0 0 0 15px;
}
.swiper3 h2 a{
  font-size: 24px;
  color:#ff9900;
}
.swiper3 span {
  display: block;
  font-size: 16px;
  margin: 5px;
  text-align: left;
}
.swiper3 p{
  font-size: 18px;
  padding:10px 10%;
  margin:15px 0;
}
/* Testimonial */

/* Footer Start */
.c_footer {
  background-color: #222222;
  color: #fff;
  padding: 30px 0;
}
.footer_widget .widget_head{
margin:0;
padding:20px 0;
} 
.footer_widget .widget_head h2{
margin:0;
}
.footer_widget .widget_text{
margin:0;
padding:10px 0;
}
.container-fluid.c_footercopy {
    background-color: #f5f5f5;
    padding: 15px 0;
}

.widget_text .f_blog{
list-style:none;
padding:0;
display:inline-block;
margin:0;
}
.widget_text .f_blog li{
display:inline-block;
margin:5px 0;
}
.widget_text .f_blog h3{
margin:0;
font-size:20px;
}
.widget_text .f_blog h3 a{
color:#fff;
}
.widget_text .f_blog span {
  color: #eee;
  display: block;
  font-size: 12px;
  margin: 5px 0;
}
.widget_text .blog_pics {
  padding: 0;
  border: 2px solid #999;
}
.widget_text .f_blog p{
  font-size: 14px;
  margin:5px 0;
  }
.widget_text  .f_address{
  list-style:none;
padding:0;
display:inline-block;
margin:0;
  }
.widget_text .f_address li {
  border-bottom: 1px solid;
  display: inline-block;
  margin: 5px 0;
  padding-bottom: 10px;
  width: 100%;
}
.widget_text  .f_address li i{
width:20px;
}
.f_address a {
  font-size: 14px;
  text-transform: uppercase;
  color: #eee;
}
.widget_text  .f_tags{
list-style:none;
padding:0;
display:inline-block;
margin:0;
  }
.widget_text .f_tags li {
  border: 1px solid;
  display: inline-block;
  margin: 5px 0;
}
.widget_text .f_tags li a{
color:#eee;
}
/* Footer Start */

/* PortFolio */
.portfolio-sorting{
    text-transform: uppercase;  
    font-size: 16px;
    margin-bottom: 48px;
}
.portfolio-sorting li a {
  color: #666;
  display: block;
  font-size: 18px;
  margin: 5px 0;
  padding: 10px;
  text-decoration: none;
  box-shadow: 1px 1px 1px 2px #ddd;
}
.portfolio-sorting li a.active {
  border-bottom: 3px solid #ff9900;
}
.portfolio-item {
    margin-bottom: 30px;
}
.portfolio-item{
position:relative;
}
.portfolio-item .overlay{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background-color:rgba(0,0,0,0.5);
text-align:center;
visibility:hidden;
opacity:0;
}
.portfolio-item:hover .overlay{
visibility:visible;
opacity:1;
-webkit-transition:all ease 1s;
-moz-transition:all ease 1s;
-ms-transition:all ease 1s;
-o-transition:all ease 1s;
transition:all ease 1s;
}
.portfolio-item .overlay h2 a{
color:#fff;
text-decoration:none;
}
.portfolio-item .overlay h2{
margin-top:10%;
font-size:24px;
}
.portfolio-item .overlay h3{
margin-top:10px;
font-size:20px;
}
.portfolio-item .overlay a span {
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  height: 40px;
  margin-top: 5% !important;
  padding: 3px;
  width: 50px;
}
.portfolio-item .overlay a span:hover {
  border: 1px solid #fff;
}
.portfolio-item .p_cat{
list-style:none;
padding:0;
margin:0;
}
.portfolio-item .p_cat li{
display:inline-block;
}
.portfolio-item .p_cat li a{
color:#fff;
font-size:20px;
}
/* PortFolio */

/* braed cum */
.c_breadcum {
  background-color: #ff9900;
  color:#fff;
}
.c_breadcum .c_heading{
margin:0;
}
.c_breadcum .c_heading h1{
display:inline-block;
}
.c_breadcum .c_heading ul{
display:block;
list-style:none;
padding:0;
margin:0;
}
.c_breadcum .c_heading ul li{
display:inline-block;
}
.c_breadcum .c_heading ul li a{
font-size:18px;
padding:0 10px ;
color:#fff;
}
.c_breadcum .c_heading ul li a::after {
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
  margin-left: 10px;
}
/* braed cum */

/* Blog start */
.c_blog_detail{
margin:0;
}
.c_blog_detail .c_blog_post{
margin-bottom:50px;
}
/* Blog start */

/* Blogs */
.c_blog_post{
    margin:0;
}
.sidebar-widget .form-control {
  border-radius: 0;
  display: inline-block;
  width: 82%;
  min-height: 45px;
}
.sidebar-widget .input-group-btn {
  margin: 0 -3px;
   display: inline-block;
}
.sidebar-widget .btn-search {
  background-color: #ff9900 !important;
  border-radius: 0;
  color: #fff;
  margin: 0;
  border:0;
  padding: 7px 12px;
  margin-top: -2px;
  width: 45px;
  height: 45px;
}
.sidebar-widget .f_blog{
list-style:none;
padding:10px 0 !important;
display:inline-block;
margin:0;
}
.sidebar-widget .f_blog li{
display:inline-block;
margin:5px 0;
width:100%;
}
.sidebar-widget .f_blog li:before{
    content:"";
    margin:0;
}
.sidebar-widget .f_blog h3{
margin:0;
font-size:20px;
}
.sidebar-widget .f_blog h3 a{
color:#ff9900;
}
.sidebar-widget .f_blog span {
  color: #666;
  display: block;
  font-size: 12px;
  margin: 5px 0;
}
.sidebar-widget .blog_pics {
  padding: 0;
  border: 2px solid #999;
  border-radius:50%;
}
.sidebar-widget .blog_pics img{
  border-radius:50%;
}
.sidebar-widget .f_blog p{
  font-size: 14px;
  margin:5px 0;
  }
.sidebar-widget {
  border-left: 2px solid #ff9900;
  margin: 0 0 20px;
  padding: 0 15px 10px 15px;
}
 .sidebar-widget a {
  margin: 3px 0;
   color: #ff9900;
}
 .sidebar-widget .tags{
    list-style:none;
    padding:0;
    display:block;
}
 .sidebar-widget .tags li{
    display:inline-block;
    border:0;
    padding:0;
}
 .sidebar-widget .tags li:before{
 content:"";
 }
.sidebar-widget .btn {
  border: 1px solid #ff9900;
  border-radius: 0;
  padding: 6px 12px;
}
.sidebar-widget .btn:hover{
    background-color:#ff9900;
    color:#fff;
}
.sidebar-widget ul,
.sidebar-widget .c_widget{
    list-style:none;
    padding:0 10px;
}
.sidebar-widget ul li,
 .sidebar-widget .c_widget li{
    border-bottom:1px solid #e6e6e6;
    padding:5px 0;
}
.sidebar-widget ul li:before{
content:"\f105";
font-family:FontAwesome;
font-size:20px;
margin-right:5px;
}
 .sidebar-widget ul li a,
.sidebar-widget .c_widget li a{
    font-size:16px;
    text-decoration:none;
}
.sidebar-widget > h2 {
  font-size: 24px;
  margin: 0 0 10px 0px;
  padding: 5px 0 10px 0;
display:inline-block;
border-bottom:2px solid #ff9900;
}
.sticky{

}
.gallery-caption{

}
.bypostauthor{
    
}
/* Blogs */


/* Blog Single */
.c_blog_post_detail{
margin:0;
}
.alignnone {
height: auto;
max-width: 100%;
}
.aligncenter {
margin: 0 auto;
height: auto;
max-width: 100%;
}
.aligncenter img {
width: 100% !important;
height: auto;
}
.alignnone img {
height: auto;
max-width: 100%;
}
.wp-caption-text {
background-color: #ccc;
font-size: 16px;
padding: 5px 0;
text-align: center;
font-style: italic;
}
.entry-content p {
font-size: 16px;
line-height:22px;
}
.alignleft {
float: left;
margin: 0 20px;
}
.alignright {
float: right;
}
/* Blog Single */

/* Blog Pagination */
.c_blog_pagination{
margin:0;
}
.c_blog_pagination .next a,
.c_blog_pagination .previous a {
  background-color: #ff9900;
  border: 1px solid #ff9900;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0;
}
.c_blog_pagination .next a:hover,
.c_blog_pagination .previous a:hover{
background-color:#fff;
color: #ff9900;
}
.c_blog_pagination .next a::before  {
content: "\f105 \f105";
font-family: FontAwesome;
font-size: 18px;
margin: -4px 5px;
float:right
}
.c_blog_pagination .previous a::before {
content: "\f104 \f104";
font-family: FontAwesome;
font-size: 18px;
}
/* Blog Pagination */

/* Blog Comment */
.c_comment{
margin:0;
}
.comments-pics {
  border: 2px solid #ff9900;
  padding: 0;
}
.c_comment h2{
font-size:30px;
padding:10px 0;
font-weight:500;
border-bottom: 2px solid;
display: inline-block;
}
.c_comment  .comment-detail{
margin:20px 0;
padding:0;
}
.c_comment  .comment-detail h3{
font-size:20px;
margin:0 0 10px 0;
font-weight:500;
}
.c_comment  .comment-detail p{
line-height:20px;
margin:10px 0;
}
.c_comment  .comment-detail a,
.c_comment  .comment-detail span{
font-size:14px;
margin:10px 0;
color:#ff9900;
}
/* Blog Comment */

/* Blog Form */
.c_comment_form {
margin:0;
}
.c_comment_form  label {
width: 100%;
}
.c_comment_form h2{
font-size:30px;
padding:10px 0;
font-weight:500;
border-bottom: 2px solid;
display: inline-block;
}
.c_comment_form form {
margin: 20px 0;
display: inline-block;
}
.c_comment_form  .form-control {
border-radius: 0;
height: auto;
padding: 10px 12px;
}
.c_comment_form  .form-group {
margin-bottom: 20px;
}
.c_comment_form  .form-control {
border-radius: 0;
height: auto;
padding: 10px 12px;
}
.c_comment_form .btn{
border:1px solid;
padding:10px;
background-color:#ff9900;
color: #fff;
font-size:18px;

}
.img-thumbnail i {
    /* height: 30px; */
    /* width: 30px; */
    font-size: 30px;
    color: #f90;
}

.p_left, .p_right {
    /* height: 49px; */
    /* width: 39px; */
    /* display: block; */
    padding: 10px;
    padding-top: 20px;
    margin-right: 20px;
    border: 1px solid #f90;
}
.c_blog_post .img-thumbnail .overlay {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  background-color:rgba(255,255,255,0.8);
  width:100%;
  height:100%;
  top:0;
  text-align:center;
}
.c_blog_post .img-thumbnail:hover .overlay {
visibility: visible;
opacity: 1;
}
.c_blog_post .overlay  a{
    top:40%;
    position:relative;
}
.c_blog_post .overlay a span{
    border-radius: 50%;
    background-color:#ff9900;
    color: #fff;
    font-size: 30px;
    height: 70px;
    margin: 0 2px 2px;
    padding: 20px 10px;
    width: 70px;
    border:1px solid #ff9900;
}
.c_blog_post .overlay a:hover span{
    background-color:#fff;
    color: #ff9900;
}
/* Blog Form */

/* Accessibility */

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}