/*
Theme Name: Cruise
Theme URI: http://vergatheme.com/demosd/cruise
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: cruise

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

a{
   color: #07253F;
}
a:focus, a:hover{
   color: #337ab7;
}


.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: #7b5b4b;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: #7b5b4b;
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: 10px!important;
    padding-top: 10px!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{}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pagination>li>span, .pagination>li>a{
    background: transparent;
    color: #7b5b4b;
    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: #7b5b4b;
    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: #7b5b4b;
}

img.alignnone{
    max-width: 100%;
}
.widget ul li a{
    padding-top:0!important;
}
.widget_categories{
    color:#7b5b4b;
}
.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;
}
.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;
}


.sidebar-item.post-cat ul{
  margin-bottom: 0px;
  padding: 20px;
  overflow: hidden;
}
.sidebar-item.post-cat ul li{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
  }
  .main-footer-sub input.wpcf7-submit{
    height: 40px;
    border: none;
    background: #f9676b;
    color: #fff;
    width: 100%;
    font-weight: bold;
}

.main-footer-sub input.wpcf7-submit:hover {
    background: #00adef;
}
.large-para span{
        margin-bottom: 40px;
}
.large-para{
    margin-bottom: 50px;
}

.form-submit input.submit{
    background: #f2676b none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding: 6px 50px;
}

.form-submit input.submit:hover {
    background: #00adef;
    color: #ffffff;
}
.form-submit{
    text-align: center;
}
.sidebar-item.post-cat.widget_nav_menu  ul.sub-menu {
    padding-left: 10px!important;
    padding-right:0px;
    padding-bottom:0px;
}
.sidebar-item.post-cat.widget_nav_menu  ul li{
    padding: 10px 7px;
}
.sidebar-item.post-cat p, .sidebar-item.post-cat label{
    padding-left:15px;
}


.main-content ol{
    list-style: decimal;
    padding-left: 15px; 
}
.main-content 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;
}
.main-content table td{
    border: 1px solid #d1d1d1;
    padding-left: 10px;
} 
 .main-content table th{
    border: 1px solid #d1d1d1;
    padding-left: 10px;
 }


 .page-title{
    background-size: cover;
 }
 .post-password-form > p > input{
        border-radius: 0px;
    color: #ffffff;
    background: #00adef;
    border: none;
    padding: 3px 20px;
 }
 .single-post-wrapper .main-content img{
    height:auto;
 }
 .blog_wrap{
    padding-top:40px;
 }
 .blog_wrap .sidebar-search{
    margin-right: 80px;
 }


 .search-box .col-xs-5.clear-padding {
    float: right;
}

.comment-form .col-md-12, .comment-form .col-md-6{
    padding-left: 0px;
}
.leave-comment .form-control#comment{
    height: auto;
}
.main-footer-nav .go-up a{
    padding: 4px 8px;
}
.single-post-wrapper .social-share{
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
}
@media only screen and (max-width: 680px) {
    .comment-box ul.children{
        padding-left:10px!important;
    } 
}