/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.img-style-1 img{ 
    border-top-left-radius: 150px!important;
    border-top-right-radius: 150px!important;
    border-bottom-left-radius: 150px!important;
    border-bottom-right-radius: 0px!important;
}


.explore_info_box .info-box-wrapper img{
	
	    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.explore_info_box .info-box-content, .bike-hire .box-style-shadow{
   padding:30px!important;
   box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px !important;
}


@media only screen and (min-width: 1025px) {
    body .wd-page-content .wd-page-title.page-title {
        padding-block: 200px!important;
        padding-top: 200px!important;
    }
}

@media only screen and (max-width: 767px) {
    .wd-page-title.page-title {
        padding-block: 150px;
        padding-top: 160px;
    }
}