Here they are!
1)
@media only screen and (max-width: 767px) {
.title-wrap .spb-heading > span {
white-space: normal;
}
}
2)
.spb_accordion .spb_accordion_section>h4 a {
font-size: 18px;
}
3)
.page-id-92 a.sf-button.transparent-dark:hover {
color: #fff!important;
}
4)
@media only screen and (max-width: 1024px) {
.spb_tour .nav-tabs {
width: 100%;
float: none;
}
.spb_tour .nav-tabs>li {
width: 100%;
margin-left: 0!important;
text-align: center;
}
.spb_tour .nav-tabs li.active a {
border-right-color: #dcdcdc!important;
}
.spb_tour .tab-content {
padding: 30px 30px 10px;
margin-left: 0;
}
.tab-content .col-sm-6 {
width: 100%;
}
}
5)
.rp_shipping_button .btn_shipping {
display: none!important;
}
Cheers,
David.