/*
 Theme Name:   Suko Child
 Theme URI:    http://vowthemes.com/demo/suko/
 Description:  Suko Child Theme
 Author:       php_xpert
 Author URI:   https://themeforest.net/user/php_xpert/portfolio
 Template:     suko
 Version:      1.0.0
 License:      GNU General Public License
 License URI:  license.txt
 Tags:         threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
 Text Domain:  suko
*/

.header1.navbar-fixed-top .header-logo-box img {
  max-width: 71px !important;
  padding: 0px !important;
}
.opening-hours {
  float: right !important;
}
.ow-navigation {
 /* bottom: -21px;*/
}
#menu-menu-1 {
  float: left;
}
#all-service-thumb .owl-item img{
	margin:0 auto;
}
.footer-main .footer-bottom .footer-site-logo .text-logo {
  font-size: 20px;
  line-height: 26px;
}
.copyright p,.footer-socials .header-socials {
  margin: 8px 0;
}
#bcm_contact_form_wrapper input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  padding: 6px 12px;
  width: 100%;
}
#bcm_contact_form_wrapper textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  max-height: 247px;
  padding: 6px 12px;
}
#bcm_contact_form_wrapper .wpcf7-submit {
  background: #da4c7e none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 18px;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  padding: 12px 10px;
  width: 160px;
  transition: all 0.5s ease 0s;
}
#bcm_contact_form_wrapper .wpcf7-submit:hover{
	background:#adadad;
	transition: all 0.5s ease 0s;
}
#the-list{
	padding:0;
}
#the-list li .booki-no-padding > div{
	width: 100%;
}
#the-list li {
  float: left;
  width: 33.33% !important;
  padding:0;
}
#the-list li a > img {
  height: 250px;
  max-width: 350px;
  width: 100%;
}
.wp-list-table th {
  text-align: center!important;
}
.header-main.navbar-fixed-top {
  z-index: 11!important;
}
@media screen and (max-width:990px){
  #the-list li{
  	width: 50% !important;
  }
}
@media screen and (max-width:767px){
	.opening-hours .col-md-10.col-sm-10.col-xs-9.no-padding {
	  line-height: 0px;
	  width: 100% !important;
	}	
}
@media screen and (max-width:576px){
	#the-list li{
  		width: 100% !important;
  	}
  	
}