/* nav change to yellow */
.header_content .menu>li.current-menu-item>a, .header_content .menu>li:hover>a {
     background-color: inherit;
    color: #e7c130;
}

/* thicker header font */
.header_content .menu>li>a {
    font-weight: 700;
}


/* nav button for submit comic**/
.yellow-boxed-btn, button.awe-btn.awe-btn-13.yellow-boxed-btn {
    vertical-align: middle;
    min-width: 135px;
    text-align: center;
    padding: 7px 10px;
    height: 40px;
    color: #fff;
    background-color: #e7c130;
    /*font-size: 14px;*/
    text-transform: uppercase;
    margin-left: 10px;
	display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    line-height: normal;
	border: 2px solid #fffbfb;
}

/* signup line for social login */
.bold-buttons{
	font-weight: bold;
}

.signup-or-separator {
    background: none;
    /* height: 34px; */
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.signup-or-separator hr {
    margin: -16px auto 10px auto;
    width: 90%;
}
.signup-or-separator .text {
    display: inline-block;
    margin: 0;
    padding: 8px;
    color: #ffffff;
}

/* for displaying errors at bottom */
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #B94A48;
}


/* Parsley CSS */
input.parsley-success,
select.parsley-success,
textarea.parsley-success,
input#username.field-text.parsley-success, input#password.field-text.parsley-success, input#password-confirm.field-text.parsley-success, input#email.field-text.parsley-success {
  color: #468847;
  /*background-color: #DFF0D8; */
  border: 2px solid #468847;
}


input.parsley-error,
select.parsley-error,
textarea.parsley-error,
input#username.field-text.parsley-error, input#password.field-text.parsley-error, input#password-confirm.field-text.parsley-error, input#email.field-text.parsley-error {
  color: #B94A48;
  /*background-color: #F2DEDE;*/
  border: 2px solid #B94A48;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 1.2em;
  line-height: 0.9em;
  opacity: 0;
  margin-top: 5px;
  margin-bottom: 10px;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
  color: #B94A48;
}

/* header links */
.header_left a{
  color: #e7c130;
}

/* search bar on the home page */
#search-comics input.input-text {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    width: 100%;
}

#search-comics input.input-text::-webkit-input-placeholder{
    color:#fff
}
#search-comics input.input-text:-moz-placeholder{
    color:#fff
}
#search-comics input.input-text::-moz-placeholder{
    color:#fff
}
#search-comics input.input-text:-ms-input-placeholder{
    color:#fff
}

/* form for webcomics search */
.checkout .btn-collapse {
    text-transform: uppercase;
    color: #232323;
    font-weight: 700;
    font-size: 20px;
    display: block;
    font-family: Montserrat;
}

.checkout .checkout_head {
    margin-top: 0px; 
}

.webcomics-search-filter{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

.webcomics-search-filter p{
    margin-bottom: 0px;
}

/* single webcomic styles */
.post-webcomic .entry-header {
    margin-top: 10px;
    padding-left: 0px; 
}

.post-webcomic .entry-header h1 {
    color: #232323;
    font-weight: 700;
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
}

.post-webcomic .entry-meta a .entry-author-name, .post-webcomic .entry-meta a .entry-category-name {
    font-weight: 700;
    color: #232323;
}

.post-webcomic .entry-meta a .entry-author-name:hover, .post-webcomic .entry-meta a .entry-category-name:hover {
    color: #e7c130;
}

.post-webcomic .entry-header .entry-meta {
    margin-top: 0px;
    margin-bottom: 0;
}

.post-webcomic .entry-meta {
    font-size: 14px;
    color: #898989;
}

 .post-webcomic .entry-meta .posted-on {
    display: none;
}

.room-detail_book, .room-detail_img {
    margin-top: 0px;
}

.room-detail_book .room-detail_total .price .amout {
    font-weight: 700;
    font-size: 22px;
    color: #232323;
}

.room-detail_book .room-detail_form label {
    display: block;
    clear: both;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
}

.room-detail_form a {
    font-weight: 700;
    color: #344a71;
}

.room-detail_form a:hover {
    color: #e7c130;
}

.room-detail_book .room-detail_form .awe-btn {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
}

.stats-title {
    font-weight: 700;
    font-size: 40px;
    color: #232323;
}

/* pagination */
.page-navigation {
    margin-top: 0px;
}

.pagination-wrap{
  margin-top: 60px;

}

#comments .commentlist li .comment-body .comment-subject em ,h4.comment-subject em {
    color: #f00;
}

.modal-header {
background-color: #344a71;
    color: #fff;
    padding: 10px 20px;
    font-family: Hind;
    text-transform: uppercase;
    font-weight: 400;
    border-width: 0;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
 }

 .modal-title{
    color: #fff;
        font-weight: 700;
 }

 .modal-body{
        background-color: transparent;
    padding: 15px 20px;
    border: 2px solid #344a71;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
 }

 .modal-footer {
    padding: 15px;
    text-align: right;
    color: #fff;
    border: 2px solid #344a71;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    font-size: 30px;
}

.note-editor.note-frame {
       border: 2px solid #232323;
}

input#inputTitle.field-text.parsley-error, input#inputURL.field-text.parsley-error, input#password-confirm.field-text.parsley-error, input#email.field-text.parsley-error {
    color: #B94A48;
    /* background-color: #F2DEDE; */
    border: 2px solid #B94A48;
}

input#inputTitle.field-text.parsley-success, input#inputURL.field-text.parsley-success, input#password-confirm.field-text.parsley-success, input#email.field-text.parsley-success {
    color: #468847;
    /* background-color: #F2DEDE; */
    border: 2px solid #468847;
}

.bootstrap-select.btn-group.awe-select .dropdown-toggle .caret {
    color: #000;
}

.header_top .header_right .dropdown ul {
    min-width: 150px;
}


.sidebar .widget.widget_check_availability .check_availability{
    padding: 10px 10px;
    border-top:1px solid #e4e4e4
}

.sidebar .widget.widget_check_availability .img{
    margin: 10px 10px;
}

.sidebar .widget.widget_check_availability .check_availability .check_availability_title{
    margin-top:10px;
    color:#344a71;
    font-size:14px;
    text-transform:uppercase;
    font-family:Montserrat;
    font-weight:700
}

.sidebar .widget.widget_check_availability .check_availability .check_availability_content{
    
}

.ui-widget.ui-widget-content {
    border: none;
}

.show-more-contaniner {
    padding-top: 20px;
    text-align: center;
}

/* start voting CSS */
.voting-container, .voted-container{
    font-size: 32px;
}

.voting, .voted {
    margin-right: .5rem;
}
.voting, .voted {
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    user-select: none;
}
.voting-button, .voted-button {
    color: #9a9a9a;
}
.voting-upvote, .voted-upvote {
    padding-left: 0;
}
.voting-upvote:hover, .voted-upvote  {
    color: #4cae4c;
}
.voting-downvote:hover, .voted-downvote  {
    color: #d43f3a;
}`  
.square_button {
    user-select: none;
    cursor: pointer;
}

.square_button--transparent {
    background: 0 0;
    border-color: transparent;
    padding-right: .25rem;
}
.square_button {
    word-wrap: break-word;
    word-break: break-word;
    transition: background-color .3s,border-color .3s;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4rem;
    margin: 0;
    text-align: center;
    padding: 10px 10px;
    vertical-align: top;
    -webkit-appearance: none;
}

.voting-total--positive, .room_item-1 .bot .price .voting-total--positive {
    color: #4cae4c;
}

.voting-total--negative, .room_item-1 .bot .price .voting-total--negative {
    color: #d43f3a;
}

.voting-total {
    padding-left: 10;
    padding-right: 10;
    cursor: auto;
    font-weight: bold;
        font-size: 20px;
    text-align: center;
}

.voted {
    cursor: auto;
}
.voted-indicator{
    font-size:12px;
    text-align: center;
}
.vote-processing{
    font-size:24px;
    text-align: center;
    padding: 10px 10px;
    color: #9a9a9a;
}
/* end voteing CSS */


.team_content h2, .room-detail_overview h2, .room-detail_package h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}
.team_item {
    margin-top: 20px;
}
.team_item .text h2 {
    font-size: 16px;
}

/* hack for morris.js */
svg{
  width: 100% !important
}

.awe-btn.awe-btn-13 {
    font-weight: bold;
}

.restaurant_item.lager-thumbs .text .price {
    text-align: left;
    position: static;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 15px;
}

.restaurant_item .text .price {
    text-align: right;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    color: #516d9b;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    line-height: 1;
}

.restaurant_item .text .price-no-float {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    color: #516d9b;
    margin-bottom: 0;
    line-height: 1;
}

.restaurant_item .text h2 a {
    color: #444;
    font-weight: bold;
}

.awe-btn {
    font-weight: bold;
}

/*image for dropzone*/
.checkout .checkout_cart .cart-item .img {
    width: 100px;
    float: none;
    position: relative;
    margin-right: 0px;
}

.widgetsearch .input-text {
    height: 30px;
    line-height: 30px;
}

/* alert messages for new login */
.login-register .text p .alert-success  {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.login-register .text p .alert-success  {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.login-register .text p .alert-danger  {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    