/*
Theme Name: Sport WP Theme Child
Theme URI: #
Description: Child theme for Sport WP Theme
Author: Your Name
Author URI: #
Template: sport-wp-theme
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../sport-wp-theme/style.css");

@media screen and (min-width: 1200px) {
    #announcement {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
}


 .container {
	max-width: 1050px !important;
}
 .gutter_warp {
    width: calc((100vw - 1050px) / 2) !important;
}
#left_gutter .img-wrapper-has {
	max-width: 130px !important;
}
#right_gutter .img-wrapper-has {
	max-width: 130px !important;
}
.sport-theme-bongdanet {
    & .sidebar-both {
        .left-sidebar-content, 
		.right-sidebar-content {
            width: 150px;
        }
    }
}
.sport-theme-bongdanet {
    & .sidebar-both {
		.right-sidebar-content {
            width: 200px;
        }
    }
}
.sport-theme-bongdanet {
    & .sidebar-both {
        .main-content {
            max-width: calc(100% - 150px - 200px - 16px);
        }
    }
}

.gutter_warp.banner_show_pc .img-wrapper-has.no-crop-img img {
    width: 130px !important;
}

.btn-booker {
	font-size: 10px;
}