/*
Theme Name: Traveler
Theme URI: http://www.shinetheme.com/traveler
Author: Shinetheme
Author URI: http://www.shinetheme.com
Description:
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: traveler
Version: 1.1.6
*/
/* Images */
.sticky{

}
.bypostauthor{

}
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

.search_widget h3{
	color: #fff;
}
.search_widget, .page-id-6736 .hero{
	/*
	background: #f5f5f5;	
	background-repeat: no-repeat;
	background-position: left top;
	*/
	background: #11153b; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#11153b, #1d2345); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#11153b, #1d2345); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#11153b, #1d2345); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#11153b, #1d2345); /* Standard syntax */
	    
	padding: 9px;
	margin-top: 24px;
	color: #fff;
}

.search_widget .btn-primary{
	
	background-color: #ef8f39 !important;
	color: #fff !important;
	border: 1px solid #ca782f;
}

.search_widget .form-control-feedback{
	top: 0 !important;
}

.search_widget .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #fff !important;
}

.search_widget .resortpro-search-submit-button-block{
	margin-bottom: 0 !important;
}

.search_widget .form-group{
	margin-bottom: 0;
}

#resortpro-widget-form{
	padding-bottom: 0 !important;
}

#resortpro-widget-form p{
	display: none;
}

.thumb-header{
	margin-bottom: 8px;
}

.style_box{
	margin-bottom: 24px;
}

.search_results_filter_area form{
	padding: 9px;
	border: solid 1px #ccc;
	background-color: #eee;
	margin-top: 12px;
	margin-bottom: 12px;
}

.col-md-4 .sticky{
	border: none !important;
	padding: 0 !important;
}

.thumb-caption .star-rating{
	height: 28px;
}

.sidebar-right #resortpro-widget-form label{
	
	display: none !important;
}

.sidebar-right #resortpro-widget-form .form-group{
	margin-bottom: 12px;
}

#primary .panel-default > .panel-heading{
	background-color: #f5f5f5!important;
	padding: 10px 15px!important;
    border-bottom: 1px solid transparent!important;
}

#primary .panel {
    margin-bottom: 20px!important;
    background-color: #fff;
    border-radius: 4px!important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05)!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)!important;
}

#step3 .checkbox input[type="checkbox"]{
	position:relative!important;
	margin-left:0!important;
}

/*==========  Mobile First Method  ==========*/
 
	/* Custom, iPhone Retina */
	@media only screen and (min-width: 320px){
	
}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){
 		.col-md-3 .thumb-header img{
 			width: 100%!important;
 		}
 		
 		.col-md-4 .thumb-header img, .col-sm-6 .thumb-header img{
			width: 100%!important;
		}
		
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px){
 
	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){
 
	}