/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/** Custom styles **/

/*For Airport Search */

/*Airport dropdown */

#aptlist {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.2em;
    position: relative;
    z-index: 1;
    right: 30px;
    display: block;
    clear: left;

    font-weight: 500;
    
    padding: 5px;
    cursor: pointer;
    background-color: whitesmoke;
    list-style: none;
}

.aptli {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    cursor: pointer;
    background-color: whitesmoke;
    list-style: none;
}




/*Airport Spy page */
.homedropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 100px;
    margin-right: 10px;
    width: 400px;
    cursor: pointer;

}

#submitBox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 0.2em 0.6em 0.2em 0.6em;
    font-size: 110%;
    color: #fff;
    background-color: #ff4c52;
    border-color: #ff4c52;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.215rem;
    cursor: pointer;
}

#searchbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}


pdfprnt-button-title {
    font-size: 4px !important;
}


#blogbar_wrapper {
  margin-right: 200px;
}
#blogbar_content {
  float: left;
  width: 100%;
}
#blogbar_sidebar {
  float: right;
  width: 200px;
  margin-right: -200px;
}
#blogbar_cleared {
  clear: both;
}

.ss-inline-share-wrapper {
    display: block;
    margin: 8px 0; */
    clear: both;
}

.post-views {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Arial,"Helvetica Neue",sans-serif;
    text-transform: capitalize;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1;
    padding-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-font-smoothing: initial;
}

/* COMMENTS Box - remove Website */

#commentform > div:nth-child(2) > div.col.span_4.col_last{
    display:none;
}

#comments-section > .comment-wrap {
    line-height: 1.2em;
    font-size: 0.95em;
}

body .comment-list{
  font-size: 0.9em;
    line-height: 1.3em;
}

/* Auth profile */
.container-wrap #author-bio #author-info p {
line-height: 1.3em !important;
    margin-top: 15px !important;
    font-size: 0.9em !important;
    font-weight: 400 !important;
    color: #222 !important;
}

/* PDF for the cruise icon */

.pdfprnt-button {
    max-width: 240px !important;
    margin-left: -15px !important;
    margin-top:20px !important;
}