/*
Theme Name: Collective Event
Theme URI: http://www.bali2.shakedeal.co.il/
Author: Tiran Moyal
Author URI: http://www.bali2.shakedeal.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Safety, Acid, Automobile
Text Domain: collectiveevent
*/
body{
	font-family: 'Heebo', sans-serif;
}
input{
	text-align:right;
}
textarea{
	text-align:right;
}
div.wpcf7 .ajax-loader{
	display:block !important;
}
.navigation ul li.current_page_item a{
	color:#ff5d22;
}

.single-place-image img{
	display:block !important;
	height:601px;
}
.single-event-box .event-content .content .date sup{
	font-size:11px;
}
.single-event-box .event-content .content .date sub{
	right:70px;
}

.footer-quick-links{
	display:block;
}
.footer-quick-links ul li{
	width:50%;
	float:right;
	list-style:none;
}



.subscribe-form{
  padding-left: 30px;
}
.subscribe-form {
  position: relative;
}
.subscribe-form .input-newsletter {
  display: block;
  width: 100%;
  color: #524552;
  height: 65px;
  border-radius: 5px;
  border: none;
  padding-left: 15px;
  outline: 0;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
}

.subscribe-form .input-newsletter::-webkit-input-placeholder {
  color: #99afc3;
}
.subscribe-form .input-newsletter:-ms-input-placeholder {
  color: #99afc3;
}
.subscribe-form .input-newsletter::-ms-input-placeholder {
  color: #99afc3;
}
.subscribe-form .input-newsletter::placeholder {
  color: #99afc3;
}
.subscribe-form input.send {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #E29F17;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  letter-spacing: .5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
}

.subscribe-form input.send:hover {
  color: #ffffff;
  background-color: #524552;
}