/*
Theme Name: Voyage Child
Theme URI: http://themefuse.com/demo/wp/voyage/
Description: Child theme for the Voyage. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: voyage-parent
*/

@import url("../voyage-parent/style.css");

#tf-seek-form-short_latest_search {
    display: none;
}
#tf-seek-form-short_promo_search {
    display: none;
}
#range_field_filter_price_range {
    display: none;
}
#tf-seek-input-select-filter_tag_select {
    display: none;
}

/* review mods */
a.write-review,
#review-editor #submit {
	display: inline-block;
	line-height: 36px;
    height: 36px;
    padding: 0 20px;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background: -webkit-linear-gradient( top, #404040, #212121 );
    border: none;
    border-radius: 5px;
}
a.write-review {
    float: right;
}
#review-editor #submit {
    box-shadow: rgba( 0,0,0,1 ) 0 1px 0;
    text-shadow: rgba( 0,0,0,.4 ) 0 1px 0;
}

#review-editor {
	padding: 0 32px;
	margin-bottom: 32px;
	border-top: 1px solid rgb( 217, 217, 217 );
	border-bottom: 1px solid rgb( 217, 217, 217 );
}
#review-editor h2 {
	margin: 16px 0 6px 0;
}
#review-editor input,
#review-editor textarea {
	background: none;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	box-shadow: none;
}

.comment-rating {
    margin-bottom: 6px;
}
.comment-rating .rating-star {
    display: inline-block;
    height: 18px;
    width: 19px;
    background-image: url( './images/star.png' );
    background-size: cover;
}

.overall-rating {
    display: inline-block;
    margin-left: 22px;
    font-size: 18px;
    color: #b0b0b0;
}

.overall-rating .orating {
    padding: 8px;
    font-size: 28px;
    font-weight: bold;
    background-color: #fab300;
    color: #fff;
    border-radius: 2px;
}

.comments-load-more {
    position: relative;
    top: -62px;
}

/* ============ */

.order_confirm_wrap{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.post-detail .entry .order_confirm_wrap h2{
    margin: 20px 0;
}

.order_confirm_content{
    
}

.order_confirm_content select{
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #efefef;
}

#order_arrival_date{
    font-size: 16px;
}

.order_confirm_content label{
    margin-bottom: 16px;
    display: inline-block;
}

.order_confirm_content .order_update_submit{
    height: 40px;
    padding: 4px 32px;
    text-align: center;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 'Open Sans', Lato, Arial, sans-serif;
    font-size: 18px;
    text-shadow: rgb(226, 141, 229) 0px 1px 1px;
    background: rgb(226, 141, 229);
}

.order_confirm_buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.order_confirm_buttons a{
    margin: 8px 16px;
    height: 40px;
    padding: 12px 32px;
    text-align: center;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 'Open Sans', Lato, Arial, sans-serif;
    font-size: 18px;
    text-shadow: rgb(226, 141, 229) 0px 1px 1px;
    background: rgb(226, 141, 229);
}

.order_confirm_buttons a:hover{
    color: #a409ba;
}

.dropdown li ul li a span {
    font-size: 16px;
}

body .tabs_products>.tabs {
    min-height: 64px;
}

@media screen and (max-width: 990px) {
    body .tabs_products>.tabs {
        min-height: 56px;
        display: flex;
        justify-content: space-around;
    }

    body .tabs_products>.tabs>li>a {
        font-size: 12px;
        width: auto;
        padding: 0 10px;
    }
}
