/*
Theme Name: dotfolio
Theme URI: http://vergatheme.com/demosd/dotfolio
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: dotfolio

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: #5f5f5f;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 ul, .widget_pages ul li ul {padding-left: 5px;}
.widget_nav_menu ul li, .widget_pages ul li{
    border-bottom: none;
}


.logged-in .modal-active{
	top:32px !important;
}

.wp-caption img{
    max-width:100%;
}
.wp-caption{
    max-width:100%;
}

.featured-post{
  background: #5f5f5f;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
color:#fff;
margin-right:15px;
    position: relative;
    top: -5px;
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;
}


h3.comment-reply-title{
  font-size: 18px;
  text-align: left;
}

.widget ul li {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.widget ul li {
    list-style: none;
}
.widget ul li.recentcomments a {
    display: block !important;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
}

.widget ul{
    padding-left: 10px;
}


a.button_intro, .button_intro {
    border: none;
    font-weight: normal;
    font-style: normal;
    color: #fff !important;
    background: #00aeef;
    cursor: pointer;
    padding: 12px 25px;
    display: inline-block;
    outline: none;
    font-size: 14px;
    text-align: center;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    min-width: 110px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

.post img {
    max-width: 100%;
}

.screen-reader-text, .alignright, .alignleft, .aligncenter{}

.pagination>li>span, .pagination>li>a{
    background: transparent;
    color: #5f5f5f;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    opacity: 0.9;
    padding: 10px;
    padding-left: 12px;
    padding-right: 12px;
}
.pagination>li>span:hover, .pagination>li>a:hover{
        background: #5f5f5f;
    text-decoration: none;
    color: #ffffff;
    opacity: 1;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
        border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.blog-comments a.comment-reply-link{
    display: inline;
    float:right;
    margin-right: 20px;
    font-size: 14px;
}

#commentform input.submit{
     webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ccc;
    margin-bottom: 8px;
    border: 0;
    background: #111111;
    color: #ffffff !important;
    padding: 15px 30px;
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: normal;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: auto;
    height: auto;
}
#commentform input.submit:hover{
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ccc;
    margin-bottom: 8px;
    border: 0;
    background: #111111;
    color: #ffffff !important;
    padding: 15px 30px;
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: normal;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: auto;
    height: auto;

}
#respond label {
    width: 100%;
    color: #444;
    display: block;
    margin-bottom: 14px;
}
h3.comment-reply-title{
        font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-bottom: 20px;
}

@media (min-width: 768px){
#page-loader.loader-out {
    display: none;
}

}

.form-send .wpcf7-submit{
        border: 0;
    background: #111111;
    color: #ffffff !important;
    padding: 15px 30px;
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: normal;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
        width: 100%!important;
    height: 60px;
    margin-bottom: 0;

}
.form-send .wpcf7-submit:hover{
    background: #5f5f5f;
}

img.alignnone{
    max-width: 100%;
}
.widget ul li a{
    padding-top:0!important;
}
.widget_categories{
    color:#5f5f5f;
}
.sticky{}

.portfolio-description .see-more{
        padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
}
.profile-intro p {
    font-size: 13px;
    line-height: 17px;
}
.service-description p{
    font-size: 14px;
    line-height: 15px;
}
.element-contact-infos p{
        font-size: 14px;
}
.footer-bottom-text2{
        font-size: 13px;
}
.footer-quote-author{
    font-size: 13px;
    letter-spacing: 1px;
}

#archives-dropdown--1{
    color:black !important;
}
.blog-posts-masonry .blog-item-description p{
        font-size: 13px;
}
.widget ul li{
        font-size: 12px;
        line-height: 1.2em;
}
.404-title{
    font-weight: 600;font-size:80px; padding-top: 100px;
}
..404-title{
    size: 20px; padding-top: 100px;
}
h3.title-blog{
    margin-bottom:25px;
}
.margin-bottom30{
    margin-bottom:30px
}
html:before, html:after, body:before, body:after{
    background: none;
}
html.html-home:before, html.html-home:after, body.body-home:before, body.body-home:after{
    background: #eee;
}

.section-404{
    min-height: 650px;
}
.form-page-search{
    max-width: 400px;
    margin-top:30px;
}
p.text-page-search{
    font-size: 20px;
    margin-bottom: 30px;
}

.widget_categories ul li.cat-item a{
    padding-bottom: 0px;
}
.widget_categories ul li.cat-item ul.children{
    margin-top: 0px;
    
}
.widget_categories ul li.cat-item ul.children li{ 
    border:none;
        padding-left: 15px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.widget ul li:hover a {
    padding-left: 0px;
}
.widget ul li a:hover {
    padding-left: 5px;
    text-decoration: none;
}

