/*----------------- 
Shared frontend / backend related CSS
-----------------*/

.cct_flexcontainer{
  display: flex;
}
.cct_flexcontainer-input{
  display: flex;
}
.cct_flexcontainer > div{
  flex: 1;
}
.cct_numericvalue{
  text-align:right;
}
.cct_hidden{
  display:none;
}
.cct_admin_languageflag{
  top: 0px;
  position: relative;
  height: 20px;
}
/* openingtimes shortcode css */
.cct_openingtimes_float_left{
  float:left;
}
.cct_openingtimes_table {
  border:0px;
  font-size: 0.8rem;
}
.cct_openingtimes_table > tbody > tr > td {
  padding: 0px;
  border:0px;
}
.cct_openingtimes_table > tbody > tr > td:first-child {
  padding-right:10px;
}
.cct_openingtimes_holiday {
  opacity: 60%;
}
.cct_openingtimes_closed {
  opacity: 60%;
}
/* contact form css */
.cct_contact_form {
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cct_contact_form_column {
  display: flex;
  /*flex-direction: column;*/
}
.cct_contact_form_row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top:20px;
  padding-bottom: 20px;
}
.cct_contact_form_row_alt{

  padding-top:20px;
  padding-bottom: 20px;
}
.cct_contact_form_input{
  /*background-color:blue;*/
  color:blue;
  width:100%;
  height:40px;
  background-color:#dadada;
}
.cct_contact_form_input::placeholder{
  color:blue;
}
.cct_contact_form_input >input::-webkit-input-placeholder { /* WebKit browsers */
    color:    blue;
}
.cct_contact_form_input>input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    blue;
}
.cct_contact_form_input>input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    blue;
}
.cct_contact_form_input>input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    blue;
}

/* CSS */
.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}
.vertical-top {
  vertical-align: top;
}
.cct_admin_custom_message_image_width_100{
	width: 100%;
}
.cct_admin_custom_message_image_width_90{
	width: 90%;
}
.cct_admin_custom_message_image_width_80{
	width: 80%;
}
.cct_admin_custom_message_image_width_70{
	width: 70%;
}
.cct_admin_custom_message_image_width_60{
	width: 60%;
}
.cct_admin_custom_message_image_width_50{
	width: 50%;
}
.cct_admin_custom_message_image_width_40{
	width: 40%;
}
.cct_admin_custom_message_image_width_30{
	width: 30%;
}
.cct_admin_custom_message_image_width_20{
	width: 20%;
}
.cct_admin_custom_message_image_width_10{
	width: 10%;
}
.cct_admin_custom_message_image{
	height: auto;
	display: block;
}
.cct_admin_custom_message_image_left{
	margin-left: 0;
	margin-right: auto;
}
.cct_admin_custom_message_image_center{
	margin-left: auto;
	margin-right: auto;
}
.cct_admin_custom_message_image_right{
	margin-left: auto;
	margin-right: 0;
}
@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}