/*
  Theme Name: 		Benedicta Child
  Theme URI: 		http://benedicta.evatheme.com/demo/
  Description: 		Child Theme for the Benedicta - Modern Restaurant WordPress Theme
  Author: 			Evatheme
  Author URI: 		http://www.evatheme.com/
  Version: 			1.0
  Template: 		benedicta
*/

/* Enter below your Customization CSS */

.btn-wrapper {
  width: 100%;
  /*display: flex;*/
  display: none;	
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.btn-fixed1 {
  width: 100%;
  background-color: #cc1e28;
  padding: 0;
  display:  none;
}

.btn-fixed1:hover {
  background-color: #cc1e28;
}

.btn-fixed2 {
  width: 100%;
  background-color: #b4282e;
  padding: 0;
  display: none;	
}

.btn-fixed2:hover {
  background-color: #b4282e;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.btn-link:hover {
  color: #fff;
  text-decoration: none;
}

.btn-icon {
  color: #fff;
}

.btn-content {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #pp_full_res img {
    width: 500px !important;
    height: auto !important;
  }
}
