/*
Theme Name: removals
Theme URI: http://vergatheme.com/demosd/removals
Author: Verga Theme Team
Author URI: http://vergatheme.com
Description: In 2014, 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: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, 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, accessibility-ready
Text Domain: removals

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.
*/




.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: #83c99f;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;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.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;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 20px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}



.logged-in .header.affix{
	top:32px !important;
}

.wp-caption img{
    max-width:100%;
}
.wp-caption{
    max-width:100%;
}

.featured-post{
  background: #282b30;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
color:#FFC000;
margin-right:15px;
font-weight: bold;
}

#content img{
	max-width: 100%;
}
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor{}

#post-wrapper #content img{
	max-width: 100%!important;
}

ul.children li{
  padding: 23px 0 0 30px !important;
  margin: 0;
}

.form-submit input.submit{
	  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #83c99f;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
.form-submit input.submit:hover{
background: #333;

}



.box1 {
    font-size: 16px;
    display: inline-block;
    width: 30%;
    padding: .25em .5em;
    margin: 20px 10px 0 0;
  }
  .fs1 {
    font-size: 2em;
  }
  .glyph {
    float: left;
    text-align: center;
    padding: .75em;
    margin: .4em 1.5em .75em 0;
    width: 6em;
    text-shadow: none;
  }
  
  .glyph input {
    font-family: consolas, monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
  }



  .the-icons {
    font-size: 12px;
    line-height: 28px;
  }
  .the-icons i{
    font-size: 16px;
  }
  .codesOn .i-name {
    display: none;
  }
  .codesOn .i-code {
    display: inline;
  }
  .i-code {
    display: none;
    }


    body {
  background: #fff;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Roboto', Arial, sans-serif;
  color: #565a5c;
  -webkit-font-smoothing: antialiased;
}

body.logged-in header.sticky{
  top:32px;
}

@media screen and (min-width: 992px) {
    footer .container .row #text-3.widget_text{
        margin-left: 8.33333333%;
    }
}

footer .container .row #text-4.widget_text{
       background: url(img/map_footer.png) no-repeat bottom center;
    }
.widget ul{
  list-style: none;
  padding-left:0;
}
.row .col-md-3 .widget{
  margin-bottom:20px;
}
.col-md-9 img{
  max-width: 100%;
}
.alignright{}
.alignleft{}
.aligncenter{}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
  background-color: #83c99f;
    color: #fff;
}

.widget_search .widget .input-group{
  width:100%;
}
.widget_search .widget .input-group .searchForm{
  display: table;
  }

  .wpb_layerslider_element{
      width: 100%;
      margin-bottom:0px;
  visibility: visible;
}