/*
Theme Name: Travelera Child
Description: Child theme for the Travelera WordPress theme
Author: BloomPixel
Template: travelera
*/

/* Start Adding Your CSS Here */

#news-searchForm input[type='text'],
#news-searchForm input[type='date'],
#news-searchForm input[type='email'],
#news-searchForm input[type='password'],
#news-searchForm input[type='search'] {
    background-color: #fff;
    border: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6) inset;
    color: #777;
    font-size: inherit;
    height: 44px;
    margin: 0;
    outline: 0;
    padding: 8px 0;
    text-indent: 10px;
	margin-bottom: 10px;
}

#news-searchForm .date-button {
    background: #e4e4e4;
    border: none;
    color: #444242;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 18px!important;
    font-weight: 700;
    padding: 13px 0px 0px 12px;
    height: 44px;
    width: 44px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
	position: absolute;
    left: 0;

}
#news-searchForm .widget_travelhouseuk_searchform_widget input[type='submit'] {width:100%;}
.post.sticky {
	border:none;
    border-bottom: 3px solid #de1054;
}

#news-searchForm .dateTXT { padding-left:54px!important; }
@media screen and (max-width:767px){ 
.modal-feedburner-form form input[type="text"] { width: 60%!important; }
.modal-feedburner-form form input[type="submit"] {width: 40%!important;}
.sb{width: 95%!important;} .atss .at-share-btn {margin-right:0.6667%!important;width:16%!important;} }
.menu-btn { color: #7f7c7c!important; }
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}