	.w2gm-content {
	  font-size: 14px;
	  direction: ltr;
	  line-height: 1.7;
	  white-space: initial;
	}
	
	/* .w2gm-content img {
	  box-shadow: none;
	  border-radius: 0;
	  margin: 0;
	  padding: 0;
	  max-width: 100%;
	} */
	
	/************************   Bootstrap Additional CSS rules   ************************/
	.w2gm-content .w2gm-form-control,
	.w2gm-content .w2gm-form-control:focus {
	  width: 100%;
	  max-width: 100%;
	  float: none;
	  color: #555555;
	  border: 1px solid #969696;
	  border-radius: 2px;
	  height: 48px;
	  font-size: 16px;
	  box-shadow: none !important;
	  padding: 6px 12px;
	}
	.w2gm-content textarea.w2gm-form-control,
	.w2gm-content textarea.w2gm-form-control:focus {
	  height: auto;
	}
	.w2gm-content input.w2gm-form-control::-webkit-input-placeholder {
	  color: #777777;
	}
	.w2gm-content input.w2gm-form-control::-moz-placeholder {
	  color: #777777;
	}
	.w2gm-content input.w2gm-form-control:-moz-placeholder {
	  color: #777777;
	}
	.w2gm-content input.w2gm-form-control:-ms-input-placeholder {
	  color: #777777;
	}
	.w2gm-content .w2gm-form-horizontal .w2gm-control-label {
	  text-align: left;
	  margin: 0;
	  padding: 0;
	}
	.w2gm-content .w2gm-has-feedback .w2gm-form-control:focus {
	  padding-right: 42.5px;
	}
	.w2gm-content .w2gm-form-control-feedback {
	  z-index: 0;
	  display: inline;
	  top: 0;
	  cursor: pointer;
	  height: 100%;
	  line-height: 48px;
	}
	.w2gm-content .w2gm-label {
	  display: inline-block;
	  padding: 3px 5px;
	  margin-bottom: 3px;
	  vertical-align: inherit;
	}
	.w2gm-content .w2gm-form-control-feedback.w2gm-glyphicon {
	  color: #777777;
	  font-size: 18px;
	}
	
	.w2gm-content .w2gm-form-group {
	  margin-bottom: 15px !important;
	  /* !important needed so JS COmposer can not break this by his *:last-child rules */
	  overflow: hidden;
	}
	.w2gm-content .w2gm-nav-tabs > li.w2gm-active > a,
	.w2gm-content .w2gm-nav-tabs > li.w2gm-active > a:hover,
	.w2gm-content .w2gm-nav-tabs > li.w2gm-active > a:focus {
	  cursor: pointer;
	}
	.w2gm-content .w2gm-popover {
	  max-width: 500px;
	}
	.w2gm-content .w2gm-list-group {
	  margin-left: 0;
	}
	@media print {
	  .w2gm-content a[href]:after {
		content: none !important;
	  }
	}
	.w2gm-content .w2gm-tooltip-inner {
	  background-color: #3b3b3b;
	  border-radius: 2px;
	  padding: 10px;
	}
	.w2gm-content .w2gm-tooltip.w2gm-top .w2gm-tooltip-arrow {
	  border-top-color: #3b3b3b;
	}
	.w2gm-content .w2gm-tooltip.w2gm-in {
	  opacity: 1;
	}
	.w2gm-content .w2gm-btn-default:hover {
	  background-color: #f3f4f7;
	}
	.w2gm-content input[type="checkbox"],
	.w2gm-content input[type="radio"] {
	  position: relative;
	}
	
	.w2gm-content .w2gm-btn:hover,
	.w2gm-content .w2gm-btn:focus,
	.w2gm-content .w2gm-btn:active,
	.w2gm-content .w2gm-btn.w2gm-active {
	  background-image: none;
	  box-shadow: unset;
	}
	
	.w2gm-content .w2gm-btn {
	  margin: 0;
	  max-width: 100%;
	  float: none;
	  border-radius: 2px;
	  height: 48px;
	  font-size: 16px;
	  padding: 12px;
	}
	
	.w2gm-content .w2gm-dashboard-tabs-content .w2gm-btn-group .w2gm-btn {
	  height: auto;
	  font-size: 14px;
	  padding: 8px;
	}
	
	.w2gm-content .w2gm-checkbox,
	.w2gm-content .w2gm-radio {
	  margin-top: 0;
	}
	
	.w2gm-content .w2gm-checkbox label,
	.w2gm-content .w2gm-radio label {
	  position: relative;
	  padding-left: 30px;
	}
	
	.w2gm-checkbox input,
	.w2gm-radio input {
	  position: absolute;
	  z-index: -1;
	  opacity: 0;
	}
	
	.w2gm-checkbox .w2gm-control-indicator,
	.w2gm-radio .w2gm-control-indicator {
	  position: absolute;
	  top: 2px;
	  left: 0;
	  width: 20px;
	  height: 20px;
	  background: #FFFFFF;
	  font-family: 'Glyphicons Halflings';
	  margin-right: 5px;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #2393ba;
	}
	
	.w2gm-radio .w2gm-control-indicator {
	  border-radius: 50%;
	}
	
	/* Checked state */
	.w2gm-checkbox label input:checked ~ .w2gm-control-indicator,
	.w2gm-radio label input:checked ~ .w2gm-control-indicator {
	  border: none;
	  background: #2393ba;
	}
	
	/* Disabled state */
	.w2gm-checkbox label input:disabled ~ .w2gm-control-indicator,
	.w2gm-radio label input:disabled ~ .w2gm-control-indicator {
	  pointer-events: none;
	  opacity: .6;
	  background: #e6e6e6;
	}
	
	/* Check mark */
	.w2gm-checkbox .w2gm-control-indicator:after {
	  position: absolute;
	  display: none;
	  content: "\e013";
	}
	
	.w2gm-radio .w2gm-control-indicator:after {
	  position: absolute;
	  display: none;
	  content: "";
	}
	
	/* Show check mark */
	.w2gm-checkbox input:checked ~ .w2gm-control-indicator:after,
	.w2gm-radio input:checked ~ .w2gm-control-indicator:after {
	  display: block; 
	  color: #FFFFFF;
	}
	
	/* Checkbox tick */
	.w2gm-checkbox .w2gm-control-indicator:after {
	  font-size: 12px;
	  left: 5px;
	}
	
	/* Disabled tick colour */
	.w2gm-checkbox input:disabled ~ .w2gm-control-indicator:after {
	  border-color: #CCCCCC;
	}
	
	/* Radio button inner circle */
	.w2gm-radio .w2gm-control-indicator:after {
	  top: 6px;
	  left: 6px;
	  width: 8px;
	  height: 8px;
	  border-radius: 50%;
	  background: #fff;
	}
	
	/* Disabled circle colour */
	.w2gm-radio input:disabled ~ .w2gm-control-indicator:after {
	  background: #7b7b7b;
	}
	
	.w2gm-content select:not(.w2gm-week-day-input) {
	  background-image: linear-gradient(50deg, transparent 50%, white 50%), linear-gradient(130deg, white 50%, transparent 50%), linear-gradient(to right, #2393ba, #2393ba) !important;
	  background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50%, 100% 0 !important;
	  background-size: 6px 6px, 6px 6px, 2em 48px !important;
	  background-repeat: no-repeat !important;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  appearance: none;
	  -ms-appearance: none;
	  -o-appearance: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  font-size: 14px !important;
	  line-height: 1.42857 !important;
	  padding: 3px 12px !important;
	}
	
	.w2gm-content select:not(.w2gm-week-day-input)::-ms-expand {
	  display: none;
	}
	
	.w2gm-content select:not(.w2gm-week-day-input):focus {
	  background-image: linear-gradient(130deg, transparent 50%, white 50%), linear-gradient(50deg, white 50%, transparent 50%), linear-gradient(to right, #2393ba, #2393ba) !important;
	}
	
	.w2gm-content .w2gm-btn,
	.w2gm-content a,
	.w2gm-content button,
	.w2gm-content input[type="button"] {
	  transition: all 0.1s linear 0s;
	}
	
	.w2gm-content .w2gm-btn:focus,
	.w2gm-content a:focus,
	.w2gm-content button:focus,
	.w2gm-content input[type="button"]:focus {
	  outline: 0;
	}
	
	div.w2gm-content .w2gm-btn-primary, div.w2gm-content a.w2gm-btn-primary,
	div.w2gm-content .w2gm-btn-primary:hover, div.w2gm-content a.w2gm-btn-primary:hover
	div.w2gm-content .w2gm-btn-primary:visited, div.w2gm-content a.w2gm-btn-primary:visited,
	div.w2gm-content .w2gm-btn-primary:focus, div.w2gm-content a.w2gm-btn-primary:focus {
	  background-image: none;
	}
	
	.w2gm-field-output-block {
	  margin: 2.5% 0 0 0;
	  overflow: hidden;
	  clear: both;
	}
	
	.w2gm-field-name {
	  font-weight: bold;
	}
	
	.w2gm-field-caption {
	  vertical-align: top;
	}
	
	.w2gm-field-caption .w2gm-field-icon {
	  vertical-align: top;
	  color: #2393ba;
	}
	
	img.w2gm-field-icon {
	  box-shadow: none;
	  margin: 0 5px 0 0;
	  display: inline-block;
	  vertical-align: middle;
	}
	
	span.w2gm-field-icon {
	  /* padding-right: 5px;
	  width: 20px; */
	  padding-right: 21px;
	  width: 21px;
	  line-height: 1.3;
	  font-size: 1.3em;
	}
	
	.w2gm-listings-block .w2gm-field-content {
	  display: inline-block;
	}
	
	.w2gm-listings-block .w2gm-field-content p {
	  margin-bottom: 0;
	}
	
	.w2gm-listings-block .w2gm-field-content.w2gm-field-description {
	  display: block;
	}
	
	.w2gm-listings-block .w2gm-field-addresses {
	  display: inline;
	}
	
	.w2gm-listings-block .w2gm-field-addresses address {
	  display: inline;
	}
	
	.w2gm-listings-block .w2gm-field-addresses address:after {
	  content: "\a";
	  white-space: pre;
	}
	
	.w2gm-field-output-block-address .w2gm-field-caption {
	  display: inline-block;
	}
	
	.w2gm-content address {
	  font-style: italic;
	  margin: 0;
	  line-height: inherit;
	  font-size: inherit;
	}
	
	.w2gm-hours-field strong {
	  display: inline-block;
	  width: 160px;
	}
	
	.w2gm-week-day-input {
	  width: auto;
	  display: inline !important;
	}
	
	.w2gm-content .w2gm-category-label,
	.w2gm-content .w2gm-tag-label {
	  margin: 2.5% 0 0 0;
	  padding: 7px;
	  font-size: 12px;
	  border-radius: 2px;
	  background-color: #f3f4f7;
	  border: 2px solid #808789;
	  color: #808789;
	  text-decoration: none;
	}
	
	.w2gm-field-output-block-string .w2gm-field-phone-content,
	.w2gm-field-output-block-website .w2gm-field-content {
	  color: rgb(225, 225, 225);
	  font-weight: bold;
	}
	
	.w2gm-listings-block .w2gm-field-output-block-checkbox ul,
	.w2gm-listing-single .w2gm-field-output-block-checkbox ul {
	  display: block;
	  overflow: auto;
	}
	
	.w2gm-listing-single .w2gm-field-output-block-checkbox ul {
	  margin: 0;
	}
	
	.w2gm-fields-group .w2gm-field-output-block-checkbox ul {
	  display: inline-block;
	  width: calc(100% - 150px);
	}
	
	.w2gm-field-output-block-checkbox ul li {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  padding: 0 0 10px;
	}
	
	.w2gm-field-output-block-checkbox ul li:last-child {
	  padding-bottom: 0;
	}
	
	.w2gm-listing-single ul.w2gm-checkboxes-columns-1 li {
	  float: none;
	  width: 100%;
	}
	
	.w2gm-listing-single ul.w2gm-checkboxes-columns-2 li {
	  float: left;
	  width: 50%;
	}
	
	.w2gm-listing-single ul.w2gm-checkboxes-columns-3 li {
	  float: left;
	  width: 33%;
	}
	
	@media screen and (max-width: 768px) {
	  .w2gm-field-output-block-checkbox ul li {
		float: none;
		width: 100%;
	  }
	}
	.w2gm-field-checkbox-item {
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: inherit;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  transform: translate(0, 0);
	  font-size: 19px;
	  margin: 0px 5px 0 0;
	  width: 19px;
	  display: inline-block;
	}
	
	.w2gm-field-checkbox-item-checked span {
	  color: #2393ba;
	}
	
	.w2gm-field-checkbox-item-unchecked span {
	  color: #FF6D6D;
	}
	
	.w2gm-field-checkbox-item-unchecked {
	  opacity: 0.4;
	}
	
	.w2gm-fields-group {
	  margin: 40px 0;
	  overflow: auto;
	  width: 100%;
	}
	
	.w2gm-fields-group:first-child {
	  overflow: inherit;
	  /* Wrap images gallery by the first fields group */
	}
	
	.w2gm-fields-group:after {
	  clear: both;
	  content: "";
	  display: table;
	}
	
	.w2gm-fields-group .w2gm-fields-group-caption {
	  border-bottom: 4px solid #CCCCCC;
	  font-size: 1.3em;
	  font-weight: bold;
	  margin: 10px 0;
	  padding: 0 0 10px;
	  overflow: hidden;
	  text-transform: uppercase;
	}
	
	.w2gm-fields-group .w2gm-field-output-block {
	  border-bottom: 1px solid #CCCCCC;
	  margin: 10px 0;
	  padding: 0 0 10px;
	  overflow: hidden;
	  /* temporarily */
	}
	
	.w2gm-fields-group .w2gm-field-output-block:last-child {
	  border-bottom: none;
	}
	
	.w2gm-fields-group .w2gm-field-caption {
	  display: inline-block;
	  padding: 0 5px;
	  vertical-align: top;
	  width: 140px;
	}
	
	.w2gm-fields-group .w2gm-field-caption-short {
	  width: auto;
	}
	
	.w2gm-fields-group .w2gm-field-content {
	  display: inline-block;
	  padding: 0 5px;
	}
	
	.w2gm-fields-group ul.w2gm-field-content {
	  margin: 0;
	}
	
	.w2gm-fields-group .w2gm-field-content.w2gm-field-description {
	  display: block;
	}
	
	/************************   AJAX COMMENTS   ************************/
	.w2gm-comments-profile-pic {
	  float: left;
	  margin: 0 10px 10px 0;
	}
	
	.w2gm-comments-profile-pic-container {
	  margin: 0 10px 0 0;
	  display: block;
	  float: left;
	  height: 32px;
	  width: 32px;
	}
	
	.w2gm-comments-profile-pic:last-child {
	  margin: 0 0 10px 0;
	}
	
	#w2gm_comments_ajax_target {
	  overflow: auto;
	}
	
	.w2gm-comments-container > .w2gm-comments-container {
	  margin-left: 20px;
	}
	
	.w2gm-comments-container .callout-container {
	  width: 100%;
	}
	
	.w2gm-comments-container img {
	  border: 0;
	  max-width: 100%;
	}
	
	.w2gm-comments-container .w2gm-comments-p {
	  float: left;
	  font: normal 14px/1.5em helvetica, sans-serif;
	  padding: 10px;
	  margin: 10px 0;
	  width: 97%;
	}
	
	.w2gm-comments-container .w2gm-comments-content,
	.w2gm-comments-container .w2gm-comments-content-form {
	  border-top: 1px solid #ddd;
	  float: left;
	  width: 100%;
	}
	
	.w2gm-comments-container .w2gm-comments-content-form {
	  margin: 20px 0;
	}
	
	.w2gm-comments-container textarea {
	  height: 40px;
	  min-height: 40px;
	  width: 80%;
	  resize: none;
	  overflow: auto;
	  vertical-align: top;
	}
	
	.w2gm-comments-container time {
	  font: normal 11px/1 helvetica, sans-serif;
	  margin: 10px 0 0;
	  float: left;
	}
	
	.w2gm-comments-more-container {
	  display: none;
	  padding: 0 0 0 42px;
	}
	
	.w2gm-comments-more-container .w2gm-comments-field {
	  float: left;
	  padding: 0 5px 0 0;
	  width: 33%;
	}
	
	.w2gm-comments-more-container .w2gm-comments-field:last-child {
	  margin: 0;
	}
	
	.w2gm-comments-more-handle a {
	  font-weight: bold;
	  left: 5px;
	  position: relative;
	  text-transform: uppercase;
	}
	
	.w2gm-comments-content-form *:focus {
	  outline: none;
	}
	
	.w2gm-comments-content-form input[type="url"],
	.w2gm-comments-content-form input[type="email"],
	.w2gm-comments-content-form input[type="text"],
	.w2gm-comments-content-form textarea {
	  border: 1px solid #BBB;
	  font: normal 13px/1.3em Helvetica, sans-serif, arial;
	  padding: 6px;
	}
	
	.w2gm-comments-more-container .w2gm-comments-field input[type="text"],
	.w2gm-comments-more-container .w2gm-comments-field input[type="email"],
	.w2gm-comments-more-container .w2gm-comments-field input[type="url"] {
	  margin: 5px 0 0;
	  width: 100%;
	}
	
	.w2gm-comments-content-form input[type="text"]:hover,
	.w2gm-comments-content-form textarea:hover {
	  border: 1px solid #333;
	}
	
	.w2gm-comments-content-comment-fields {
	  background: rgba(0, 0, 0, 0.04);
	}
	
	.w2gm-comments-highlight {
	  background: #FFFFD7;
	}
	
	.w2gm-comments-administrator {
	  border-left: 2px solid #F00;
	  margin-left: -2px;
	}
	
	.w2gm-comments-allowed-tags-container {
	  word-wrap: normal;
	  margin: 5px 50px 5px 0;
	  color: #C0C0C0;
	  font-weight: 300;
	  text-shadow: 1px 1px 0 #FFF;
	}
	
	.w2gm-comments-content blockquote {
	  font-style: italic;
	  border-left: 1px solid #DDD;
	  float: left;
	  padding: 3px 10px;
	  margin: 5px 0;
	  color: #888;
	}
	
	/* .ui-widget-content.w2gm-dropdowns-menu {
		background-color: $dropdown-menu-background-color;
	} */
	/* full screen map requires menu to have giant z-index (when it is not on sticky-scroll map)  */
	body > .w2gm-dropdowns-menu {
	  z-index: 100002;
	}
	
	.w2gm-dropdowns-menu-search,
	.ui-widget-content .w2gm-dropdowns-menu-search.ui-state-active {
	  line-height: 1.7;
	  border: none;
	  background: none;
	  font-weight: normal !important;
	  margin: 0;
	  color: #000000;
	}
	
	.ui-widget-content .w2gm-dropdowns-menu-search-listing.ui-state-active {
	  font-weight: bold;
	}
	
	.w2gm-dropdowns-menu-search-counter,
	.w2gm-dropdowns-menu-search-note {
	  font-weight: normal;
	  font-size: 10px;
	  right: 8px;
	  position: absolute;
	}
	
	.w2gm-dropdowns-menu-search-sublabel {
	  display: block;
	  font-size: 11px;
	  color: #2d2d2d;
	}
	
	.w2gm-dropdowns-menu-search-sublabel b {
	  color: #2d2d2d;
	}
	
	.w2gm-dropdowns-menu-search-root.w2gm-dropdowns-menu-search-term {
	  display: inline-flex;
	  align-items: center;
	  min-height: 40px;
	}
	
	.w2gm-dropdowns-menu-search-term {
	  padding-right: 50px;
	}
	
	.w2gm-dropdowns-menu.ui-autocomplete {
	  max-height: 400px;
	  overflow-y: auto;
	  overflow-x: hidden;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 -1px 0px rgba(0, 0, 0, 0.1);
	  border-radius: 0 0 2px 2px;
	  border: 1px solid #969696;
	  border-top: 0;
	}
	
	.w2gm-content .ui-selectmenu-menu .ui-icon,
	.w2gm-dropdowns-menu.ui-autocomplete .ui-icon {
	  width: 32px;
	  height: 32px;
	  left: 9px;
	}
	
	.w2gm-dropdowns-menu.ui-autocomplete .w2gm-dropdowns-menu-search-listing .ui-icon {
	  width: 42px;
	  height: 42px;
	  left: 4px;
	}
	
	.w2gm-dropdowns-menu.ui-menu .ui-menu-item {
	  color: #000000;
	  padding: 3px 8px 3px 50px !important;
	  font-family: inherit;
	  font-size: 15px;
	  border: none;
	  border-bottom: 1px solid #e6dada;
	}
	
	.w2gm-dropdowns-menu .ui-menu-item:hover {
	  border-bottom: 1px solid #e6dada;
	  background: none;
	  background-color: #dcf0f8;
	  font-weight: inherit;
	  color: #000000;
	}
	
	.w2gm-dropdowns-menu-only-address.ui-menu .ui-menu-item,
	.w2gm-dropdowns-menu-only-address.ui-menu .ui-menu-item.ui-state-hover,
	.w2gm-dropdowns-menu-only-address.ui-menu .ui-menu-item.ui-state-focus {
	  padding: 3px 8px 3px 8px !important;
	}
	
	.w2gm-dropdowns-menu.ui-menu .ui-menu-item a {
	  color: #000000;
	}
	
	.w2gm-dropdowns-menu.ui-menu .ui-menu-item a:hover {
	  cursor: pointer;
	  text-decoration: underline;
	}
	
	.w2gm-content .w2gm-form-control.ui-autocomplete-input[readonly] {
	  cursor: pointer;
	  background-color: #FFFFFF;
	}
	
	/************************ Listing Dialog ************************/
	.w2gm-listing-dialog.ui-dialog {
	  border: 0;
	  border-radius: 0;
	  padding: 0;
	  z-index: 100002;
	  position: fixed;
	  top: 0 !important;
	}
	
	.w2gm-listing-dialog.ui-dialog .ui-widget-header {
	  border: 0;
	  background: none;
	  background-color: #4297d7;
	  font-size: 25px;
	  border-radius: 0;
	  display: none;
	}
	
	.w2gm-listing-dialog.ui-dialog .ui-dialog-content {
	  padding: 30px 15px;
	}
	
	.w2gm-listing-dialog.ui-dialog .ui-dialog-titlebar {
	  padding: 15px;
	}
	
	.w2gm-close-listing-dialog {
	  float: right;
	  cursor: pointer;
	  margin-top: 10px;
	}
	
	.lightbox {
	  z-index: 100005 !important;
	}
	
	.lightboxOverlay {
	  z-index: 100004 !important;
	}
	
	.pac-container.pac-logo {
	  z-index: 100005 !important;
	}
	
	/************************ Single Listing ************************/
	.w2gm-listing {
	  position: relative;
	  margin-bottom: 60px;
	  padding: 0;
	}
	
	article.w2gm-listing {
	  clear: none;
	}
	
	.w2gm-listing.w2gm-hidden-content {
	  border-top: 0;
	  border-bottom: 0;
	}
	
	.w2gm-single-listing-text-content-wrap {
	  position: relative !important;
	}
	
	.w2gm-single-listing-text-content-wrap:after {
	  content: '';
	  display: block;
	  clear: both;
	}
	
	header.w2gm-listing-header {
	  overflow: hidden;
	  display: none !important;
	}
	
	header.w2gm-listing-header h2 {
	  margin: 10px 0;
	  padding: 0;
	}
	
	header.w2gm-listing-header h2 a,
	header.w2gm-listing-header h2 a:hover,
	header.w2gm-listing-header h2 a:focus,
	header.w2gm-listing-header h2 a:visited {
	  font-weight: bold;
	  text-decoration: none;
	}
	
	.w2gm-author-link,
	.w2gm-listing-date,
	.w2gm-views-counter {
	  float: none;
	  margin-right: 10px;
	}
	
	.w2gm-meta-data:before,
	.w2gm-meta-data:after {
	  content: '';
	  display: block;
	  clear: both;
	}
	
	.w2gm-video-iframe {
	  width: 100% !important;
	  height: 100% !important;
	}
	
	.w2gm-tab-content .fluidvids {
	  padding-top: 400px !important;
	}
	
	em.w2gm-listing-date {
	  font-size: 0.8em;
	  display: block;
	}
	
	ul.w2gm-listing-tabs.w2gm-nav {
	  margin: 20px 0;
	}
	
	/************************ Listings Logo ************************/
	/* .w2gm-listing-logo-wrap {
		border: 1px solid black;
	  width: 30%;
	  max-width: 100%;
	  text-align: center;
	  position: relative;
	  float: left;
	  margin-bottom: 10%;
	}
	
	.w2gm-listing-logo .w2gm-listing-logo-img {
	  width: 100%;
	  height: auto;
	}
	
	figure.w2gm-listing-logo {
	  margin: 0;
	  position: relative;
	}
	
	figure.w2gm-listing-logo .w2gm-listing-logo-img-wrap {
	  display: block;
	  overflow: hidden;
	}
	
	figure.w2gm-listing-logo .w2gm-listing-logo-img {
	  max-width: 100%;
	  display: block;
	  position: relative;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	
	// We are working with background image, so hide native image
	figure.w2gm-listing-logo .w2gm-listing-logo-img img {
	  visibility: hidden;
	  float: none;
	} */ 
	
	.ui-widget-overlay.ui-front {
	  background-color: #000;
	  opacity: 0.7;
	}
	
	#w2gm-ajax-loader-overlay {
	  background-color: rgba(255, 255, 255, 0.7);
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 1000000;
	}
	
	.w2gm-ajax-target-loading {
	  position: absolute;
	  background-color: rgba(255, 255, 255, 0.7);
	  z-index: 10;
	}
	
	.w2gm-loader:before {
	  content: '';
	  box-sizing: border-box;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 40px;
	  height: 40px;
	  margin-top: -10px;
	  margin-left: -10px;
	  border-radius: 50%;
	  border: 5px solid transparent;
	  border-top-color: #2393ba;
	  border-bottom-color: #2393ba;
	  animation: w2gm-spinner .8s ease infinite;
	}
	
	.w2gm-loader.w2gm-loader-max-top:before {
	  top: 300px;
	}
	
	@keyframes w2gm-spinner {
	  to {
		transform: rotate(360deg);
	  }
	}
	.w2gm-search-input-reset:before {
	  content: '\e014' !important;
	  box-sizing: unset;
	  position: relative;
	  top: 0;
	  left: 0;
	  width: auto;
	  height: auto;
	  margin-top: 0;
	  margin-left: 0;
	  border-radius: 0;
	  border: 0;
	  border-top-color: transparent;
	  border-bottom-color: transparent;
	}
	
	.w2gm-search-input-loader:before {
	  content: '' !important;
	  box-sizing: border-box;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 22px;
	  height: 22px;
	  margin-top: -12px;
	  margin-left: -12px;
	  border-radius: 50%;
	  border: 4px solid transparent;
	  border-top-color: #777777;
	  border-bottom-color: #777777;
	  animation: w2gm-spinner .8s ease infinite;
	}
	
	.w2gm-ajax-iloader {
	  margin: 0px auto;
	  width: 50px;
	  height: 22px;
	  text-align: center;
	  font-size: 10px;
	}
	
	.w2gm-ajax-iloader > div {
	  background-color: #FFF;
	  margin-left: 3px;
	  height: 100%;
	  width: 6px;
	  display: inline-block;
	  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	  animation: sk-stretchdelay 1.2s infinite ease-in-out;
	}
	
	.w2gm-ajax-iloader .rect2 {
	  -webkit-animation-delay: -1.1s;
	  animation-delay: -1.1s;
	}
	
	.w2gm-ajax-iloader .rect3 {
	  -webkit-animation-delay: -1.0s;
	  animation-delay: -1.0s;
	}
	
	.w2gm-ajax-iloader .rect4 {
	  -webkit-animation-delay: -0.9s;
	  animation-delay: -0.9s;
	}
	
	.w2gm-ajax-iloader .rect5 {
	  -webkit-animation-delay: -0.8s;
	  animation-delay: -0.8s;
	}
	
	@-webkit-keyframes sk-stretchdelay {
	  0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
	  }
	  20% {
		-webkit-transform: scaleY(1);
	  }
	}
	@keyframes sk-stretchdelay {
	  0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	  }
	  20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	  }
	}
	/************************ Maps and Info Window ************************/
	.w2gm-maps-canvas {
	  margin: 0;
	  width: 100%;
	  height: auto;
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	}
	
	.w2gm-maps-canvas .gm-style img {
	  max-width: none !important;
	  box-shadow: none !important;
	}
	
	.w2gm-maps-canvas .gm-style label {
	  width: auto !important;
	  display: inline !important;
	}
	
	/* This CSS rule will stop the vertical Google Map copyright label in IE */
	.w2gm-maps-canvas .gm-style-cc > div {
	  word-wrap: normal;
	}
	
	.w2gm-maps-canvas-wrapper {
	  position: relative;
	  left: 0%;
	  top: 40%;
	  overflow: hidden;
	  border-radius: 2px;
	  border: 1px solid #bdbdbd;
	  margin: 5% 0 2% 0;
	  width: 100%;
	}
	
	.w2gm-maps-canvas-wrapper.w2gm-sticky-scroll {
	  border-radius: 0;
	  border: 0;
	}
	
	.w2gm-maps-direction-route {
	  margin: 20px 0;
	}
	
	.w2gm-map-info-window {
	  border-radius: 5px;
	  height: 10%;
	}
	
	.w2gm-map-info-window,
	.w2gm-map-info-window-tongue {
	  background-color: #FFFFFF;
	  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	  position: relative;
	}
	
	.w2gm-map-info-window-title,
	.w2gm-map-info-window-title a.w2gm-map-info-window-title-link,
	.w2gm-map-info-window-title a.w2gm-map-info-window-title-link:hover,
	.w2gm-map-info-window-title a.w2gm-map-info-window-title-link:visited,
	.w2gm-map-info-window-title a.w2gm-map-info-window-title-link:focus {
	  color: #ffffff;

	}
	
	.w2gm-map-info-window-title {
	  padding: 5px;
	  border-radius: 5px 5px 0 0;
	}
	
	.gm-style div.w2gm-map-info-window-title,
	.gm-style div.w2gm-map-info-window-title a.w2gm-map-info-window-title-link {
	  font-weight: bold !important;
	  font-size: 14px !important;
	}
	
	.w2gm-map-info-window-title .w2gm-close-info-window {
	  float: right;
	  font-size: 16px !important;
	  cursor: pointer;
	}
	
	.w2gm-map-info-window-logo {
	  float: right;
	  padding: 5px;
	}
	
	.gm-style div,
	.gm-style span,
	.gm-style label,
	.gm-style a {
	  font-size: 13px !important;
	}
	
	.w2gm-map-info-window-content {
	  padding: 5px;
	}
	
	.w2gm-map-info-window-field {
	  line-height: 1.7em;
	}
	
	.w2gm-map-field-icon {
	  width: 12px;
	  padding-right: 15px;
	  vertical-align: top;
	  line-height: 1.7em;
	}
	
	.w2gm-map-listing-logo-img-wrap
	{
		z-index: 1 !important;
	}
	
	.w2gm-map-info-window-field strong {
	  display: inline-block;
	  width: 80px;
	}
	
	.w2gm-map-info-window-buttons,
	.w2gm-map-info-window-buttons-single {
	  margin-top: 5%;
	  padding: 5px;
	}
	
	.w2gm-map-listings-panel .w2gm-map-info-window-buttons,
	.w2gm-map-listings-panel .w2gm-map-info-window-buttons-single {
	  padding: 10px 0 0;
	}
	
	.w2gm-map-info-window-buttons a {
	  width: 49%;
	}
	
	.w2gm-map-info-window-buttons a:first-child {
	  float: left;
	}
	
	.w2gm-map-info-window-buttons a:last-child {
	  float: right;
	}
	
	.w2gm-map-info-window-buttons-single a {
	  float: none;
	  width: 100%;
	}
	
	.infoBox > img {
	  z-index: 100;
	}
	
	span.w2gm-show-on-map {
	  cursor: pointer;
	}
	
	.w2gm-map-field-hours {
	  display: inline-block;
	}
	
	.gm-style .w2gm-map-locations-counter-bar {
	  margin: 10px;
	  padding: 10px;
	  background-color: #FFF;
	}
	
	.w2gm-map-locations-counter {
	  font-weight: bold;
	}
	
	.gm-style .w2gm-map-locations-counter,
	.gm-style .w2gm-map-locations-counter-bar {
	  font-size: 20px !important;
	}
	
	.w2gm-map-custom-controls {
	  margin: 10px 10px 0;
	}
	
	/************************ Maps Draw Panel ************************/
	.w2gm-map-draw-panel {
	  margin: 10px;
	}
	
	.w2gm-map-draw-panel button.w2gm-btn {
	  display: block;
	  border-radius: 0;
	}
	
	.w2gm-map-draw-panel button.w2gm-btn:first-child {
	  border-radius: 2px 2px 0 0;
	}
	
	.w2gm-map-draw-panel button.w2gm-btn:last-child {
	  border-radius: 0 0 2px 2px;
	}
	
	.w2gm-map-draw-panel button.w2gm-btn.w2gm-btn-primary,
	.w2gm-map-draw-panel button.w2gm-btn.w2gm-btn-primary:hover,
	.w2gm-map-draw-panel button.w2gm-btn.w2gm-btn-primary:focus,
	.w2gm-map-draw-panel button.w2gm-btn.w2gm-btn-primary[disabled] {
	  border-width: 1px;
	  border-style: solid;
	}
	
	.w2gm-map-draw-panel button.w2gm-btn[disabled] {
	  opacity: 0.75;
	}
	
	.w2gm-map-draw-panel button.w2gm-btn.w2gm-btn-primary.w2gm-btn-active {
	  background: gray !important;
	}
	
	/************************ Maps Markers ************************/
	.w2gm-map-marker,
	.w2gm-map-marker-empty {
	  border-radius: 50% 50% 50% 0;
	  height: 40px;
	  margin: -30% 0;
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	  width: 40px;
	  cursor: pointer;
	  text-align: center;
	}
	
	.w2gm-map-marker:after {
	  background: #fff none repeat scroll 0 0;
	  border-radius: 50%;
	  content: "";
	  display: block;
	  height: 78%;
	  left: 11%;
	  position: absolute;
	  top: 11%;
	  width: 78%;
	}
	
	.w2gm-map-marker-empty:after {
	  background: #fff none repeat scroll 0 0;
	  border-radius: 50%;
	  content: "";
	  display: block;
	  height: 40%;
	  left: 32%;
	  position: absolute;
	  top: 28%;
	  width: 40%;
	}
	
	.w2gm-map-marker .w2gm-map-marker-icon {
	  font-size: 22px !important;
	  position: relative;
	  top: 20%;
	  transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  z-index: 1;
	  vertical-align: middle;
	}
	
	/************************ Map Search ************************/
	.w2gm-maps-canvas-wrapper .w2gm-btn {
	  padding: 8px 10px;
	  font-size: 14px;
	  height: 40px;
	}
	
	.w2gm-map-search-wrapper {
	  width: 345px;
	  height: 48px;
	  z-index: 2;
	  position: absolute;
	  top: 20px;
	  left: 10px;
	  border-radius: 2px;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 -1px 0px rgba(0, 0, 0, 0.1);
	}
	
	.w2gm-map-search-panel-wrapper,
	.w2gm-map-directions-panel-wrapper {
	  height: 100%;
	  width: 365px;
	  z-index: 1;
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	  position: absolute;
	  top: 0;
	  background-color: #FFFFFF;
	  overflow: visible;
	  margin-left: -365px;
	}
	
	.w2gm-sidebar-open .w2gm-map-search-panel-wrapper {
	  margin-left: 0;
	  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	}
	
	.w2gm-maps-canvas.w2gm-sidebar-open {
	  margin-left: 365px;
	  width: calc(100% - 365px) !important;
	}
	
	.w2gm-map-search-toggle-container {
	  width: 48px;
	  height: 48px;
	  position: absolute;
	  background-color: #FFFFFF;
	  border-radius: 2px 0 0 2px;
	}
	
	.w2gm-map-search-toggle {
	  width: 48px;
	  height: 48px;
	  display: block;
	  padding: 12px;
	  cursor: pointer;
	}
	
	.w2gm-map-search-toggle::before {
	  content: '';
	  display: block;
	  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAENJREFUeNpi/P//PwMtARMDjcGoBQNvAQsyh5GRkSpJCpgyGQfGByBPjEYyoSCiVrkxGsmjkUxFwDhao41aQDEACDAAGC4MNf+J1i8AAAAASUVORK5CYII=");
	  height: 24px;
	  width: 24px;
	  opacity: .62;
	}
	
	.w2gm-sidebar-open .w2gm-map-search-toggle::before {
	  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMZJREFUeNrsldENgzAMRBN2SIagZf8v0h1amCc9q0ZC1HZqKqSqItJ9kdyz7Evoaq3hSHXh4HUC9gFijAM0QgkKDWWoQBeRIE0eq9An6AElo8AMzbx3FL0UQGJzC7I2v9MeD2CBTGwwbSBv5mo3DIAEyZr5XsBS7Roimn8D2LZENNcAP3HRqPob1HOiqE0DRzk1TzdaJA1UjbB3BtkYqBhhD8AyVyPsAZSGuRTh4gFc6W35aIgvCBXUS15Ryf35w/kjwFOAAQD4GtEHKMueeAAAAABJRU5ErkJggg==");
	}
	
	.w2gm-map-sidebar-toggle-container {
	  position: absolute;
	  top: 55px;
	  left: 0;
	  z-index: 1;
	  margin-left: 0;
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
	}
	
	.w2gm-map-sidebar-toggle {
	  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==) 7px center/7px 10px no-repeat;
	  background-color: #FFFFFF;
	  transform: scaleX(-1);
	  width: 23px;
	  height: 48px;
	  cursor: pointer;
	  display: block;
	}
	
	.w2gm-sidebar-open .w2gm-map-sidebar-toggle-container {
	  margin-left: 365px;
	}
	
	.w2gm-sidebar-open .w2gm-map-sidebar-toggle {
	  transform: scaleX(1);
	}
	
	.w2gm-map-sidebar-toggle-container-mobile {
	  display: none;
	}
	
	.w2gm-map-search-input-container {
	  position: absolute;
	  left: 0;
	  width: 345px;
	}
	
	.w2gm-map-search-toggle {
	  width: 48px;
	  height: 48px;
	}
	
	.w2gm-map-search-toggle::after {
	  content: "";
	  position: absolute;
	  right: 0;
	  top: 10px;
	  border-left: 1px solid #CCCCCC;
	  height: 28px;
	}
	
	.w2gm-map-search-panel {
	  padding: 88px 10px 20px 10px;
	}
	
	.w2gm-no-map-search-categories .w2gm-map-search-panel {
	  padding: 20px 10px 20px 10px;
	}
	
	.w2gm-map-listings-panel {
	  overflow-y: scroll;
	  height: calc(100% - 233px);
	  position: relative;
	  -webkit-overflow-scrolling: touch;
	}
	
	.w2gm-no-map-search-categories .w2gm-map-listings-panel {
	  height: calc(100% - 138px);
	}
	
	.w2gm-no-map-search-locations .w2gm-map-listings-panel {
	  height: calc(100% - 88px);
	  padding-top: 88px;
	}
	
	.w2gm-no-map-search-form .w2gm-map-listings-panel {
	  height: 100%;
	}
	
	/* It works with devices width less than 768 pixels. */
	@media screen and (max-width: 768px) {
	  .w2gm-map-full-screen .w2gm-map-search-form,
	  .w2gm-map-full-screen.w2gm-directions-sidebar-open .w2gm-map-directions-panel-wrapper {
		display: none;
	  }
	
	  .w2gm-map-search-input-container {
		width: 100%;
		position: inherit;
		padding: 20px 10px;
	  }
	
	  .w2gm-sidebar-open .w2gm-map-search-wrapper {
		width: 100%;
		position: inherit;
		height: 68px;
		box-shadow: none;
	  }
	
	  .w2gm-map-search-panel {
		padding: 10px 10px 20px 10px;
	  }
	
	  .w2gm-map-search-toggle-container {
		display: none;
	  }
	
	  .w2gm-map-listings-panel {
		height: calc(100% - 165px);
	  }
	
	  .w2gm-map-search-wrapper,
	  .w2gm-map-search-panel-wrapper {
		display: none;
		height: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	  }
	
	  .w2gm-sidebar-open .w2gm-map-search-wrapper,
	  .w2gm-sidebar-open .w2gm-map-search-panel-wrapper {
		display: block;
	  }
	
	  .w2gm-map-sidebar-toggle-container-mobile {
		display: block;
		position: absolute;
		top: 0;
		/* left: calc(50% - 40px); */
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 1;
		margin-left: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
		/* width: 100px; */
		background-color: white;
		text-align: center;
		height: 23px;
		padding: 0 10px;
		cursor: pointer;
	  }
	
	  .w2gm-map-sidebar-toggle-container-mobile .w2gm-map-sidebar-toggle {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==) 7px center/7px 10px no-repeat;
		background-color: #FFFFFF;
		transform: rotate(-90deg);
		height: 23px;
		display: block;
		float: left;
	  }
	
	  .w2gm-map-sidebar-toggle-container-mobile .w2gm-map-sidebar-toggle-label {
		height: 23px;
		display: block;
		float: left;
	  }
	
	  .w2gm-sidebar-open .w2gm-map-sidebar-toggle-container-mobile .w2gm-map-sidebar-toggle {
		transform: rotate(90deg);
	  }
	}
	/* It works with devices width more than 768 pixels. */
	@media screen and (min-width: 769px) {
	  .w2gm-map-search-input-container input.w2gm-form-control,
	  .w2gm-map-search-input-container input.w2gm-form-control:focus {
		border-radius: 2px;
		border: none !important;
		padding-left: 55px;
	  }
	}
	.w2gm-content article.w2gm-listing-location {
	  overflow: hidden;
	  clear: both;
	  padding: 20px 10px;
	  border: 0;
	  margin: 0;
	  cursor: pointer;
	}
	
	.w2gm-listing-location-content {
	  overflow: hidden;
	}
	
	div.w2gm-map-listing-content-wrap 
	{
		position: relative !important;
		width: 100% !important;
		left: 0% !important;
	}
	
	.w2gm-map-listing-logo-wrap {
	  position: relative;
	  left: 28%;
	  top: 0%;
	  margin: 0;
	  padding: 0;
	  overflow: hidden;
	}
	
	header.w2gm-map-listing-header {
	  position: relative;
	  float: none;
	  padding: 0;
	  margin-top: 10%;
	  clear: none;
	  width: 100%;
	  left: 0% !important;
	  overflow: hidden;
	  text-align: center;
	  word-wrap: break-word;
	}
	
	header.w2gm-map-listing-header h2 {
	  margin: 0 0 2% 0;
	  font-size: 14pt !important;
	  left: 0% important;
	  position: relative;
	}
	
	.w2gm-map-listing-field {
	  font-size: 13px !important;
	  line-height: 1.7em;
	  margin: 5px 0;
	  /* white-space: nowrap; */
	}
	
	.w2gm-map-listing-field-icon {
	  margin-right: 5px;
	  width: 12px;
	  vertical-align: inherit;
	}
	
	.w2gm-map-listing-field-address address,
	.w2gm-map-listing-field-address address.w2gm-location {
	  display: inline;
  	}
	
	.w2gm-map-listing-field-hours .w2gm-map-listing-field-icon {
	  vertical-align: top;
	}
	
	.w2gm-map-listing-field-hours strong {
	  display: inline-block;
	  width: 40px;
	}
	
	.w2gm-no-listings-found {
	  padding: 10px;
	}
	
	/************************ Map Directions ************************/
	.w2gm-map-directions-panel-wrapper {
	  z-index: 3;
	}
	
	.w2gm-map-directions-panel {
	  padding: 20px 10px;
	}
	
	.w2gm-route-container {
	  position: relative;
	  height: 100%;
	  font-size: 11px;
	  line-height: normal;
	  padding: 0;
	}
	
	.w2gm-route-container-description {
	  font-size: 15px;
	  padding: 40px 20px 0;
	  text-align: center;
	  line-height: 30px;
	}
	
	.w2gm-route-container table {
	  table-layout: auto;
	}
	
	.w2gm-route-container table td {
	  border: 0;
	  border-top: 1px solid #cdcdcd;
	  padding: 5px;
	}
	
	.w2gm-route-container img.adp-marker2 {
	  max-width: inherit;
	}
	
	.w2gm-directions-sidebar-open .w2gm-map-directions-panel-wrapper {
	  margin-left: 0;
	  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	}
	
	.w2gm-maps-canvas.w2gm-directions-sidebar-open {
	  margin-left: 365px;
	  width: calc(100% - 365px) !important;
	}
	
	.w2gm-map-directions-sidebar-buttons a:first-child {
	  float: left;
	}
	
	.w2gm-map-directions-sidebar-buttons a:last-child {
	  float: right;
	}
	
	.w2gm-map-directions-sidebar-buttons a {
	  width: 49%;
	}
	
	/* It works with devices width less than 768 pixels. */
	@media screen and (max-width: 768px) {
	  .w2gm-maps-canvas.w2gm-sidebar-open,
	  .w2gm-maps-canvas.w2gm-directions-sidebar-open {
		margin-left: 0;
		width: 100% !important;
	  }
	
	  .w2gm-map-directions-panel-wrapper {
		display: none;
	  }
	
	  .w2gm-directions-sidebar-open .w2gm-map-directions-panel-wrapper {
		display: block;
	  }
	
	  .w2gm-map-directions-panel-wrapper {
		min-height: 221px;
		max-height: 500px;
	  }
	
	  .w2gm-map-search-panel-wrapper {
		height: 590px;
	  }
	
	  .w2gm-map-search-panel-wrapper,
	  .w2gm-map-directions-panel-wrapper {
		width: 100%;
		position: relative;
		/* -webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none; */
		margin-left: 0;
		box-shadow: none !important;
	  }
	
	  .w2gm-map-sidebar-toggle-container {
		display: none;
	  }
	}
	.w2gm-updated,
	.w2gm-error,
	.w2gm-no-found-listings {
	  margin-bottom: 20px;
	  padding: 10px;
	  border-radius: 2px;
	  border-style: solid;
	  border-width: 1px;
	  display: block;
	}
	
	.w2gm-updated p,
	.w2gm-updated div,
	.w2gm-error p,
	.w2gm-error div {
	  margin: 1em !important;
	  padding: 0;
	}
	
	.w2gm-updated {
	  background-color: #FFFFE0;
	  border-color: #E6DB55;
	}
	
	.w2gm-error {
	  background-color: #FFEBE8;
	  border-color: #CC0000;
	}
	
	.w2gm-no-found-listings {
	  background-color: #FFF5F4;
	  border-color: #FBC5C5;
	}
	
	/************************ Misc ************************/
	.w2gm-contact-form label {
	  display: block;
	}
	
	input[type=submit], input[type=button] {
	  -webkit-appearance: none;
	  -webkit-border-radius: 0;
	}
	
	a.w2gm-hint-icon:before {
	  content: "\f059";
	}
	
	a.w2gm-hint-icon {
	  font-family: 'FontAwesome' !important;
	  text-decoration: none !important;
	  font-size: 24px;
	}
	
	.w2gm-popover {
	  width: 100%;
	}
	
	/************************ Our plugin section in settings manager ************************/
	.w2gm-our-plugins {
	  margin: 100px 0;
	}
	
	.w2gm-our-plugins ul:after {
	  content: "";
	  clear: both;
	  display: table;
	}
	
	.w2gm-our-plugins li {
	  list-style: none;
	  float: left;
	  margin: 0 20px 20px 0;
	}
	
	.w2gm-our-plugins li img {
	  width: 440px;
	}
	
	/************************ Frontpanel Buttons ************************/
	.w2gm-listing-frontpanel {
	  margin-bottom: 10px;
	}
	
	.w2gm-listing-single .w2gm-listing-frontpanel {
	  margin: 0;
	  float: right;
	}
	
	@media screen and (max-width: 768px) {
	  .w2gm-listing-single .w2gm-listing-frontpanel {
		float: none;
	  }
	}
	.w2gm-listing-frontpanel a.w2gm-btn {
	  margin: 10px 10px 10px 0;
	}
	
	/* Avoid fluid-width-video-wrapper */
	.w2gm-content .fluid-width-video-wrapper {
	  padding-top: 0 !important;
	  height: 400px !important;
	}
	
	.g-recaptcha {
	  margin: 10px 0;
	}
	
	.w2gm-red-asterisk {
	  color: red;
	  font-weight: bold;
	  font-size: 1.2em;
	  line-height: 1px;
	  padding: 2px;
	}
	
	/************************ Lightbox styles  ************************/
	.w2gm-content .lb-prev,
	.w2gm-content .lb-next {
	  outline: 0 none !important;
	}
	
	/* 
		Bootstrap has default img max-width set to 100% and for some reason lightbox stops resizing
		http://stackoverflow.com/questions/17523977/lightbox-v2-shrinks-the-image-in-the-box
	*/
	.lb-image {
	  max-width: inherit;
	}
	
	.lb-number {
	  display: none !important;
	}
	
	/************************ Profile template ************************/
	.dashicons, .dashicons-before::before {
	  line-height: inherit;
	}
	
	/************************ Adapted for Contact Fotm 7 plugin ************************/
	.w2gm-content .wpcf7-form .wpcf7-text,
	.w2gm-content .wpcf7-form .wpcf7-select,
	.w2gm-content .wpcf7-form .wpcf7-number,
	.w2gm-content .wpcf7-form .wpcf7-date,
	.w2gm-content .wpcf7-form .wpcf7-textarea {
	  width: 100%;
	}
	
	div.w2gm-content .wpcf7-form .wpcf7-submit,
	div.w2gm-content .wpcf7-form .wpcf7-submit:hover
	div.w2gm-content .wpcf7-form .wpcf7-submit:visited,
	div.w2gm-content .wpcf7-form .wpcf7-submit:focus {
	  background-image: none;
	}
	
	/************************ Paginator ************************/
	.w2gm-content .w2gm-pagination > li:first-child > a,
	.w2gm-content .w2gm-pagination > li:first-child > span {
	  border-bottom-left-radius: 2px;
	  border-top-left-radius: 2px;
	}
	.w2gm-content .w2gm-pagination > li:last-child > a,
	.w2gm-content .w2gm-pagination > li:last-child > span {
	  border-bottom-right-radius: 2px;
	  border-top-right-radius: 2px;
	}
	.w2gm-content .w2gm-pagination .w2gm-btn-group > .w2gm-btn:first-child:not(:last-child):not(.w2gm-dropdown-toggle) {
	  border-bottom-left-radius: 2px;
	  border-top-left-radius: 2px;
	}
	.w2gm-content .w2gm-pagination .w2gm-btn-group > .w2gm-btn:last-child:not(:first-child),
	.w2gm-content .w2gm-pagination .w2gm-btn-group > .w2gm-dropdown-toggle:not(:first-child) {
	  border-bottom-right-radius: 2px;
	  border-top-right-radius: 2px;
	}
	.w2gm-content .w2gm-pagination-wrapper {
	  text-align: center;
	  margin: 20px 0;
	}
	.w2gm-content .w2gm-pagination li {
	  margin: 0;
	}
	
	/************************ Badges ************************/
	.w2gm-badge.w2gm-listing-status-active {
	  background-color: #5BB75B;
	}
	
	.w2gm-badge.w2gm-listing-status-expired {
	  background-color: #DA4F49;
	}
	
	.w2gm-badge.w2gm-listing-status-unpaid {
	  background-color: #FAA732;
	}
	
	.w2gm-badge.w2gm-listing-status-stopped {
	  background-color: #000000;
	}
	
	/************************ Demo ************************/
	.w2gm-demo-prev-next-demos {
	  padding: 30px;
	  background-color: #e6f5ff;
	  margin-bottom: 80px;
	  font-size: 26px;
	}
	
	@media screen and (max-width: 768px) {
	  .w2gm-demo-prev-next-demos {
		padding: 10px;
		margin-bottom: 40px;
		font-size: 16px;
	  }
	}
	.w2gm-demo-prev-next-demos:after {
	  clear: both;
	  content: "";
	  display: table;
	}
	
	.w2gm-demo-prev-next-demos a {
	  text-decoration: underline;
	}
	
	.w2gm-demo-prev-demo {
	  float: left;
	  width: 50%;
	  text-align: left;
	}
	
	.w2gm-demo-next-demo {
	  float: right;
	  width: 50%;
	  text-align: right;
	}
	
	.w2gm-rating {
	  font-size: 18px;
	  display: inline-block;
	  margin: 5px 0;
	  vertical-align: middle;
	}
	
	.w2gm-dashboard-listings .w2gm-rating {
	  margin-left: 10px;
	}
	
	.w2gm-rating-stars {
	  overflow: hidden;
	}
	
	.w2gm-maps-canvas .w2gm-rating-icon {
	  font-size: 18px !important;
	}
	
	label.w2gm-rating-icon {
	  margin: 0;
	  float: right;
	  color: #FFB300;
	  padding-left: 2px;
	  font-size: 20px;
	  font-weight: normal;
	}
	
	.w2gm-rating-active label.w2gm-rating-icon {
	  cursor: pointer;
	}
	
	.w2gm-rating-icon:last-child {
	  padding-left: 0;
	}
	
	.w2gm-rating-active .w2gm-rating-icon:hover:before,
	.w2gm-rating-active .w2gm-rating-icon:hover ~ .w2gm-rating-icon:before {
	  content: "\f005" !important;
	  color: #CB8E00;
	}
	.w2gm-rating-active.w2gm-rating-stars:hover .w2gm-rating-icon:before {
	  content: "\f006";
	}
	
	.w2gm-rating-avgvalue {
	  display: block;
	  position: relative;
	  top: -2px;
	  float: right;
	  margin-left: 5px;
	}
	
	.w2gm-rating-avgvalue span {
	  border-radius: 50%;
	  color: #fff;
	  display: block;
	  font-family: Arial !important;
	  font-size: 11px !important;
	  padding: 5px;
	  line-height: 15px;
	  background-color: #2393ba;
	  text-align: center;
	}
	
	.w2gm-admin-rating {
	  margin: 10px 0;
	}
	
	.w2gm-admin-stars {
	  width: 80px;
	  display: inline-block;
	}
	
	.w2gm-dropdowns-menu-search .w2gm-rating {
	  margin: 0;
	}
	
	.w2gm-dropdowns-menu-search label.w2gm-rating-icon {
	  font-size: 16px;
	}
	
	/************************ Color Picker panel ************************/
	#w2gm-color-picker-panel {
	  left: -177px;
	  position: fixed;
	  top: 25%;
	  width: 227px;
	  z-index: 100000;
	}
	
	#w2gm-color-picker {
	  background-color: #F7FFFF;
	  float: left;
	  padding: 5px;
	  width: 170px;
	  border-radius: 0 0 6px 0;
	  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
	}
	
	#w2gm-color-picker table {
	  line-height: 15px;
	  margin-bottom: 10px;
	  width: 100%;
	  min-width: auto;
	}
	
	.w2gm-color-scheme-name {
	  margin: 5px 0;
	}
	
	#w2gm-color-picker-panel-tools {
	  width: 57px;
	  height: 50px;
	  background-color: #F7FFFF;
	  float: left;
	  padding: 5px;
	  border-radius: 0 6px 6px 0;
	  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
	  text-align: right;
	  cursor: pointer;
	}
	
	#w2gm-color-picker-panel-tools img {
	  display: inline;
	  box-shadow: none;
	  width: 40px;
	  animation: spin 4s linear infinite;
	}
	
	@-moz-keyframes spin {
	  100% {
		-moz-transform: rotate(360deg);
	  }
	}
	@-webkit-keyframes spin {
	  100% {
		-webkit-transform: rotate(360deg);
	  }
	}
	@keyframes spin {
	  100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	  }
	}
	.w2gm-color-option {
	  cursor: pointer;
	  padding: 3px;
	  margin-bottom: 2px;
	}
	
	.w2gm-color-option.color-option:hover, .w2gm-color-option.color-option.selected {
	  background: none repeat scroll 0 0 #DDDDDD;
	}
	
	.w2gm-search-overlay {
	  background: url("../images/search_overlay.png") no-repeat;
	  background-repeat: repeat-y;
	  background-size: 100% auto;
	  /* overflow: auto; */
	  padding: 15px;
	}
	
	.w2gm-search-form {
	  border-radius: 2px;
	  border: 1px solid #CCCCCC;
	  margin-bottom: 20px;
	}
	
	.w2gm-content a.w2gm-advanced-search-label,
	.w2gm-content a.w2gm-advanced-search-label:hover,
	.w2gm-content a.w2gm-advanced-search-label:focus {
	  font-size: 15px;
	  font-weight: bold;
	  text-decoration: none;
	}
	
	.w2gm-advanced-search-toggle {
	  font-size: 12px;
	}
	
	.w2gm-search-content-field {
	  clear: both;
	}
	
	.w2gm-search-radius-label {
	  /* margin-bottom: 20px; */
	  font-size: 12px;
	  line-height: 16px;
	}
	
	.w2gm-jquery-ui-slider {
	  overflow: visible !important;
	  /* margin-top: 5px; */
	  padding-right: 11px;
	}
	
	.w2gm-submit-button-hidden {
	  /* display: none !important; */
	  position: absolute;
	  left: -9999px;
	}
	
	.w2gm-on-row-button .w2gm-btn {
	  width: 100%;
	}
	
	/* Decrease gutters between search fields and submit button in one row */
	/* Minimum width of 768 pixels. */
	@media screen and (min-width: 992px) {
	  .w2gm-col-md-5.w2gm-search-input-field-wrap ~ .w2gm-search-input-field-wrap,
	  .w2gm-col-md-5.w2gm-search-input-field-wrap ~ .w2gm-search-submit-button-wrap,
	  .w2gm-col-md-6.w2gm-search-input-field-wrap ~ .w2gm-search-input-field-wrap,
	  .w2gm-col-md-6.w2gm-search-input-field-wrap ~ .w2gm-search-submit-button-wrap {
		padding-left: 0;
	  }
	
	  .w2gm-col-md-7.w2gm-search-datetime-input-wrap ~ .w2gm-col-md-5.w2gm-search-datetime-button-wrap {
		padding-left: 0;
	  }
	
	  .w2gm-col-md-10.w2gm-search-input-field-wrap ~ .w2gm-search-submit-button-wrap {
		padding-left: 0;
	  }
	}
	.w2gm-search-form .w2gm-form-group .w2gm-radio:last-child,
	.w2gm-search-form .w2gm-form-group .w2gm-checkbox:last-child {
	  margin-bottom: 0 !important;
	}
	
	.w2gm-search-form .w2gm-search-content-field:last-child .w2gm-form-group,
	.w2gm-search-form .w2gm-search-input-field-wrap:last-child .w2gm-form-group {
	  /* margin-bottom: 0 !important; */
	}
	
	@media screen and (max-width: 768px) {
	  .w2gm-field-search-block-select .w2gm-form-group,
	  .w2gm-field-search-block-checkbox .w2gm-form-group,
	  .w2gm-field-search-block-radio .w2gm-form-group {
		margin-bottom: 5px !important;
	  }
	
	  .w2gm-field-search-block-select .w2gm-form-group:last-child,
	  .w2gm-field-search-block-checkbox .w2gm-form-group:last-child,
	  .w2gm-field-search-block-radio .w2gm-form-group:last-child {
		margin-bottom: 15px !important;
	  }
	}
	.w2gm-search-fields-block + .w2gm-search-form-bottom {
	  margin-top: 15px;
	}
	
	.w2gm-search-fields-block[style*="none"] + .w2gm-search-form-bottom {
	  margin-top: 0;
	}
	
	.w2gm-range-slider-scale {
	  height: 35px;
	  position: relative;
	}
	
	.w2gm-range-slider-scale label {
	  position: absolute;
	  width: 40px;
	  text-align: center;
	  margin-left: 4px;
	  margin-top: -10px;
	  font-size: 75%;
	  font-weight: normal;
	  transform: translateX(-50%);
	}
	
	.w2gm-range-slider-scale label span {
	  display: block;
	  font-size: 75%;
	}
	
	.w2gm-range-slider-scale label span.w2gm-range-slider-label {
	  font-size: 100%;
	}
	
	@media screen and (max-width: 768px) {
	  .w2gm-range-slider-scale label:nth-child(even) span.w2gm-range-slider-label {
		display: none;
	  }
	}
	.w2gm-content p.w2gm-search-suggestions {
	  margin-top: 5px;
	  margin-bottom: 0;
	  padding: 0;
	  display: none;
	}
	
	.w2gm-content p.w2gm-search-suggestions a {
	  font-weight: bold;
	  text-decoration: none;
	  border-bottom: 1px dashed;
	}
	
	.w2gm-bx-wrapper {
	  width: auto;
	  margin: 0 auto;
	  position: relative;
	  margin-bottom: 20px;
	  border: 0;
	}
	
	.w2gm-bx-wrapper .w2gm-bx-viewport {
	  border: 0;
	}
	
	.w2gm-bx-wrapper .w2gm-bx-controls-direction a {
	  outline: 0 none !important;
	  border: none !important;
	  text-indent: unset;
	}
	
	.w2gm-bx-wrapper img {
	  width: 100%;
	  max-width: 100%;
	  display: block;
	}
	
	.w2gm-bx-pager {
	  margin: 20px;
	  margin-bottom: 60px;
	  text-align: center;
	}
	
	.w2gm-bx-pager a {
	  margin: 0 3px;
	  margin-bottom: 5px;
	  display: inline-block;
	}
	
	.w2gm-bx-pager a img {
	  width: auto;
	  height: 60px !important;
	  transition: .4s ease-in-out;
	  border-radius: 5%;
	  border: 1px solid #FFFFFF;
	}
	
	.w2gm-bx-wrapper a.w2gm-bx-prev,
	.w2gm-bx-wrapper a.w2gm-bx-next {
	  text-decoration: none !important;
	  position: absolute;
	  top: 50%;
	  margin-top: -30px;
	  background: white;
	  color: #666;
	  width: 30px;
	  height: 60px;
	  text-align: center;
	  z-index: 10;
	  cursor: pointer;
	}
	
	.w2gm-bx-wrapper a.w2gm-bx-prev,
	.w2gm-bx-wrapper a.w2gm-bx-next {
	  opacity: 60%;
	}
	
	.w2gm-bx-wrapper a.w2gm-bx-prev:hover,
	.w2gm-bx-wrapper a.w2gm-bx-next:hover {
	  opacity: 90%;
	}
	
	.w2gm-bx-wrapper a.w2gm-bx-prev {
	  left: 0;
	  border-radius: 0 5px 5px 0;
	}
	
	.w2gm-bx-wrapper a.w2gm-bx-next {
	  right: 0;
	  border-radius: 5px 0 0 5px;
	}
	
	.w2gm-bx-wrapper a.w2gm-bx-prev:before,
	.w2gm-bx-wrapper a.w2gm-bx-next:before {
	  font-family: "FontAwesome";
	  font-size: 30px;
	  line-height: 60px;
	}
	
	.w2gm-bx-wrapper a.w2gm-bx-next:before {
	  content: "\f105";
	}
	
	.w2gm-bx-wrapper a.w2gm-bx-prev:before {
	  content: "\f104";
	}
	
	.w2gm-dashboard-tabs-content h2 {
	  margin-top: 40px;
	  margin-bottom: 30px;
	}
	
	.w2gm-submit-listing-link-wrapper {
	  margin-bottom: 20px;
	}
	
	#w2gm-images-upload-wrapper {
	  margin-bottom: 50px;
	}
	
	.w2gm-editor-class {
	  background-color: white;
	  width: 100%;
	}
	
	.w2gm-submit-section {
	  margin-bottom: 50px;
	  background: #FBFBFB;
	  border: 1px solid #CCCCCC;
	  border-radius: 2px;
	  padding: 0;
	}
	
	.w2gm-submit-section-adv {
	  margin-bottom: 30px;
	}
	
	.w2gm-submit-section h3.w2gm-submit-section-label {
	  border-bottom: 1px solid #CCCCCC;
	  font-size: 18px;
	  margin: 0;
	  padding: 20px 10px;
	  border-top-left-radius: 2px;
	  border-top-right-radius: 2px;
	  color: #464646;
	  background: #F3F3F3;
	}
	
	.w2gm-submit-section-inside {
	  padding: 10px;
	}
	
	.w2gm-content .w2gm-choose-plan {
	  border-width: 4px;
	  border-style: solid;
	  transition: all .2s ease-in-out;
	}
	
	.w2gm-choose-plan:hover,
	.w2gm-choose-plan.w2gm-featured-level {
	  box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
	  /* transform: scale(1.15);
	  z-index: 1; */
	}
	
	.w2gm-choose-plan {
	  text-align: center;
	}
	
	.w2gm-content .w2gm-panel-heading.w2gm-choose-plan-head {
	  color: #FFFFFF;
	  border: 0;
	  border-top-right-radius: 0;
	  border-top-left-radius: 0;
	}
	
	.w2gm-choose-plan-head.w2gm-featured h3 {
	  font-size: 2em;
	}
	
	.w2gm-choose-plan-level h3 {
	  font-size: 1.5em;
	}
	
	.w2gm-choose-plan-level {
	  margin-top: 20px;
	  margin-bottom: 20px;
	  padding-bottom: 20px;
	  color: #FFFFFF;
	  border-bottom: 1px solid #FFFFFF;
	}
	
	.w2gm-choose-plan-head ins {
	  background-color: inherit;
	}
	
	.w2gm-choose-plan-head a.w2gm-hint-icon,
	.w2gm-choose-plan-head a.w2gm-hint-icon:hover {
	  color: #FFFFFF;
	  position: absolute;
	  top: 0;
	  right: 24px;
	}
	
	.w2gm-choose-plan-head .w2gm-popover {
	  color: #666666;
	}
	
	.w2gm-choose-plan-head.w2gm-featured .w2gm-price {
	  font-size: 4em;
	}
	
	.w2gm-choose-plan-option {
	  padding: 10px;
	  border: 1px solid #CCCCCC;
	}
	
	.w2gm-choose-plan-option {
	  margin: 0 0 -1px;
	}
	
	.w2gm-choose-plan-option:nth-child(even) {
	  background: none repeat scroll 0 0 #FAFAFA;
	}
	
	.w2gm-choose-plan-option-wrapper {
	  width: 210px;
	  text-align: left;
	  margin: 0 auto;
	  font-size: 1.3em;
	}
	
	.w2gm-choose-plan-option-icon {
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: inherit;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  transform: translate(0, 0);
	  font-size: 23px;
	  margin: 0px 10px 0 0;
	  width: 25px;
	  display: inline-block;
	}
	
	.w2gm-choose-plan-option-yes {
	  color: #2393ba;
	}
	
	.w2gm-choose-plan-option-yes:after {
	  content: "\f00c";
	}
	
	.w2gm-choose-plan-option-no {
	  color: #FF6D6D;
	}
	
	.w2gm-choose-plan-option-no:after {
	  content: "\f00d";
	}
	
	.w2gm-content .w2gm-plan-column {
	  margin: 0 auto;
	  display: inline-block;
	  float: none;
	  vertical-align: middle;
	}
	
	/* Maximum width of 800 pixels. */
	@media screen and (max-width: 768px) {
	  .w2gm-content .w2gm-plan-column {
		display: block;
		width: 100% !important;
	  }
	}
	/* Categories Checkboxes List */
	div.w2gm-categories-tree-panel {
	  height: 300px;
	  min-height: 42px;
	  max-height: 950px;
	  resize: vertical;
	  overflow: auto;
	  padding: 0.9em;
	  margin-top: 1em;
	  border: 1px solid #CCCCCC;
	  border-radius: 2px;
	}
	
	ul.w2gm-categorychecklist {
	  position: relative;
	  margin-left: 0 !important;
	  padding-left: 0 !important;
	}
	
	ul.w2gm-categorychecklist, ul.w2gm-categorychecklist li {
	  list-style: none outside none !important;
	}
	
	ul.w2gm-categorychecklist li {
	  line-height: 19px;
	  margin: 0;
	  padding: 0;
	  word-wrap: break-word;
	}
	
	ul.w2gm-categorychecklist li ul.children {
	  margin-left: 12px;
	}
	
	ul.w2gm-categorychecklist li label {
	  padding-left: 5px;
	}
	
	ul.w2gm-categorychecklist li.parent > .w2gm-category-parent {
	  background-image: url("../images/plus_minus_icons.png");
	  background-position: 25px center;
	  display: inline-block;
	  vertical-align: text-bottom;
	  position: relative;
	  height: 21px;
	  width: 25px;
	  cursor: pointer;
	}
	
	ul.w2gm-categorychecklist li > .w2gm-category-empty {
	  display: inline-block;
	  vertical-align: text-bottom;
	  height: 21px;
	  width: 25px;
	}
	
	ul.w2gm-categorychecklist span.w2gm-category-has-checked {
	  background-image: url("../images/down_arrow.png");
	  bottom: -2px;
	  display: inline-block;
	  height: 10px;
	  position: absolute;
	  right: -2px;
	  width: 10px;
	}
	
	ul.w2gm-categorychecklist li.active > .w2gm-category-parent {
	  background-position: 0 center;
	}
	
	ul.w2gm-categorychecklist li ul {
	  border-left: 1px solid #CCCCCC;
	  overflow: hidden;
	  padding: 0 0 0 25px;
	}
	
	ul.w2gm-categorychecklist li ul li {
	  position: relative;
	}
	
	ul.w2gm-categorychecklist li ul li:before {
	  border-bottom: 1px dashed #CCCCCC;
	  content: "";
	  left: -20px;
	  position: absolute;
	  top: 12px;
	  width: 15px;
	}
	
	.w2gm-dashboard {
	  /* Maximum width of 768 pixels. */
	}
	.w2gm-dashboard a:hover {
	  text-decoration: none;
	}
	.w2gm-dashboard .w2gm-td-listing-options {
	  text-align: right;
	}
	.w2gm-dashboard .w2gm-td-listing-options .w2gm-dashboard-btn-mobile {
	  display: none;
	}
	@media screen and (max-width: 768px) {
	  .w2gm-dashboard td {
		padding: 1px !important;
	  }
	  .w2gm-dashboard th {
		display: none;
	  }
	  .w2gm-dashboard .w2gm-rating {
		width: auto;
	  }
	  .w2gm-dashboard .w2gm-rating-stars {
		display: none;
	  }
	  .w2gm-dashboard .w2gm-td-listing-id {
		display: none;
	  }
	  .w2gm-dashboard .w2gm-td-listing-options {
		max-width: 100px !important;
	  }
	  .w2gm-dashboard .w2gm-td-listing-options .w2gm-btn {
		display: none;
	  }
	  .w2gm-dashboard .w2gm-td-listing-options .w2gm-dashboard-btn-mobile {
		display: block;
	  }
	}
	
	.w2gm-table.w2gm-dashboard-listings {
	  table-layout: auto;
	}
	
	.w2gm-table.w2gm-dashboard-listings td,
	.w2gm-table.w2gm-dashboard-listings th {
	  border: 0;
	  text-align: left;
	}
	
	p.w2gm-description {
	  margin: 10px 0;
	}
	
	/* Content fields */
	.w2gm-delete-selection-item {
	  float: left;
	  margin-right: 5px;
	  cursor: pointer;
	}
	
	.w2gm-content-fields-metabox .w2gm-field {
	  padding: 20px 0;
	  overflow: hidden;
	}
	
	.w2gm-content-fields-metabox .w2gm-field p.description {
	  margin: 10px 0;
	  float: none;
	  clear: both;
	}
	
	.w2gm-content-fields-metabox .w2gm-field-input-select {
	  min-width: 200px;
	}
	
	.w2gm-content-fields-metabox .w2gm-field-icon {
	  box-shadow: none !important;
	  margin-right: 5px;
	  display: inline-block;
	  vertical-align: middle;
	}
	
	.w2gm-content-fields_metabox .w2gm-description-big {
	  font-size: 14px;
	  font-style: italic;
	  font-weight: bold;
	}
	
	.w2gm-content-fields-metabox .w2gm-field-checkbox-input {
	  display: inline-block;
	  width: 300px;
	}
	
	.w2gm-week-day-wrap, .w2gm-week-day-clear-button {
	  margin-top: 20px;
	  margin-bottom: 20px;
	}
	
	.w2gm-week-day-wrap:first-child {
	  margin-top: 0;
	}
	
	span.w2gm-week-day {
	  display: inline-block;
	  width: 160px;
	}
	
	/* Maximum width of 768 pixels. */
	@media screen and (max-width: 768px) {
	  span.w2gm-week-day {
		display: block;
	  }
	
	  span.w2gm-week-day-controls {
		display: block;
	  }
	}
	/* Listing locations input */
	.w2gm-locations-metabox {
	  padding-bottom: 10px;
	}
	
	.w2gm-locations-metabox label {
	  width: 100%;
	}
	
	.w2gm-location-in-metabox {
	  border-bottom: 2px double #CCCCCC;
	  padding: 25px 0;
	  margin-bottom: 15px;
	}
	
	.w2gm-location-input {
	  overflow: hidden;
	}
	
	input.w2gm-add-term-input {
	  margin: 5px 0;
	}
	
	/* Icons selection dialog */
	.w2gm-icons-theme-name {
	  font-size: 14px;
	  color: black;
	  font-weight: bold;
	  padding-bottom: 4px;
	  text-align: center;
	}
	
	.w2gm-icons-theme-block {
	  padding: 8px;
	}
	
	.w2gm-icon,
	.w2gm-png-image,
	.w2gm-fa-icon {
	  padding: 3px;
	  float: left;
	  background-color: white;
	  cursor: pointer;
	  font-size: 25px !important;
	}
	
	.w2gm-icon:hover,
	.w2gm-png-image:hover,
	.w2gm-fa-icon:hover {
	  background-color: #EFEFEF;
	}
	
	.w2gm-selected-icon,
	.w2gm-selected-icon:hover {
	  background-color: #FCA057;
	}
	
	#w2gm-upload-functions {
	  margin: 20px 0 40px;
	}
	
	.w2gm-upload-option {
	  margin: 10px 0;
	}
	
	.w2gm-attached-item,
	.w2gm-upload-item {
	  position: relative;
	  color: #FFFFFF;
	  float: left;
	  margin: 0 20px 20px 0;
	  background-color: #8d8d8d;
	  width: 255px;
	  height: 322px;
	}
	
	#w2gm-attached-videos-wrapper .w2gm-attached-item {
	  height: 240px;
	}
	
	.w2gm-drop-attached-item,
	.w2gm-attached-item-img {
	  background-color: #ababab;
	  border: 2px dashed #7e7e7e;
	  height: 180px;
	  margin: 10px;
	  padding: 40px 0;
	  text-align: center;
	}
	
	.w2gm-attached-item-img {
	  display: block;
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	}
	
	.w2gm-btn.w2gm-upload-item-button {
	  display: block;
	  margin: 0 auto;
	  margin-top: 10px;
	}
	
	.w2gm-drop-attached-item input[type="file"] {
	  display: none;
	}
	
	.w2gm-attached-item-input,
	.w2gm-attached-item-logo {
	  margin: 10px;
	}
	
	.w2gm-attached-item-logo label {
	  white-space: nowrap;
	}
	
	.w2gm-attached-item-delete {
	  position: absolute;
	  bottom: 10px;
	  font-size: 23px;
	  right: 10px;
	  cursor: pointer;
	}
	
	.w2gm-attached-item-metadata {
	  position: absolute;
	  bottom: 10px;
	  left: 10px;
	  width: auto !important;
	  /* sortable functions breaks layout without !important */
	}
	
	#w2gm-attached-images-wrapper .ui-sortable-placeholder {
	  background-color: #FFFBCC !important;
	  display: inline-block;
	  float: left;
	  margin: 0 20px 20px 0;
	}
	
	.w2gm-move-label {
	  cursor: move;
	}
	
	label.w2gm-fsubmit-contact {
	  display: block;
	  font-weight: bold;
	  margin: 15px 0 5px;
	}
	
	ul.w2gm-dashboard-tabs.w2gm-nav {
	  margin: 20px 0;
	}
	
	.dashicons,
	.dashicons-before::before {
	  line-height: inherit;
	}
	
	#pass-strength-result {
	  background-color: #eee;
	  border: 1px solid #CCCCCC;
	  color: #23282d;
	  margin: -2px 5px 5px 1px;
	  padding: 3px 5px;
	  text-align: center;
	  width: 25em;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  opacity: 0;
	}
	
	#pass-strength-result.short {
	  background-color: #f1adad;
	  border-color: #e35b5b;
	  opacity: 1;
	}
	
	#pass-strength-result.bad {
	  background-color: #fbc5a9;
	  border-color: #f78b53;
	  opacity: 1;
	}
	
	#pass-strength-result.good {
	  background-color: #ffe399;
	  border-color: #ffc733;
	  opacity: 1;
	}
	
	#pass-strength-result.strong {
	  background-color: #c1e1b9;
	  border-color: #83c373;
	  opacity: 1;
	}
	
	#pass1.short,
	#pass1-text.short {
	  border-color: #e35b5b;
	}
	
	#pass1.bad,
	#pass1-text.bad {
	  border-color: #f78b53;
	}
	
	#pass1.good,
	#pass1-text.good {
	  border-color: #ffc733;
	}
	
	#pass1.strong,
	#pass1-text.strong {
	  border-color: #83c373;
	}
	
	.pw-weak {
	  display: none;
	}
	
	.indicator-hint {
	  padding-top: 8px;
	}
	
	#pass1-text,
	.show-password #pass1 {
	  display: none;
	}
	
	#pass1-text,
	#pass1 {
	  width: 25em;
	}
	
	.show-password #pass1-text {
	  display: inline-block;
	}
	
	.wp-switch-editor {
	  box-sizing: content-box;
	}
	
	/* close button on WP media window */
	.screen-reader-text {
	  border: 0 none;
	  clip: rect(0px, 0px, 0px, 0px);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px;
	  word-wrap: normal !important;
	}
	
	/* Listing Info metabox */
	.w2gm-edit-listing-info-label {
	  margin: 10px 0;
	}
	
	.w2gm-tokenizer {
	  border-radius: 2px;
	}
	
	/************************   jquery.tokenize.css   ************************/
	div.TokenizeMeasure,
	div.Tokenize ul li span,
	div.Tokenize ul.TokensContainer li.TokenSearch input {
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	}
	
	div.Tokenize {
	  position: relative;
	  display: inline-block;
	  zoom: 1;
	  width: 100%;
	}
	
	div.Tokenize ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	}
	
	div.Tokenize ul li {
	  white-space: nowrap;
	}
	
	div.Tokenize ul.TokensContainer {
	  cursor: text;
	  padding: 0 5px 10px 0;
	  overflow-y: auto;
	  background-color: white;
	  -webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  width: 100%;
	}
	
	div.Tokenize ul.TokensContainer.Autosize {
	  height: auto;
	}
	
	div.Tokenize.Disabled ul.TokensContainer,
	div.Tokenize.Disabled ul.TokensContainer input {
	  cursor: not-allowed;
	}
	
	div.Tokenize ul.TokensContainer li.Token {
	  border: 1px solid #ccd5e3;
	  background-color: #eff2f7;
	  padding: 0 5px;
	  line-height: 18px;
	}
	
	div.Tokenize ul.TokensContainer.ui-sortable:not(.ui-sortable-disabled) li.Token {
	  cursor: move;
	}
	
	div.Tokenize ul.TokensContainer li.Token.MovingShadow {
	  border: 1px solid #fcefa1;
	  background-color: #fbf9ee;
	}
	
	div.Tokenize ul.TokensContainer li.Token.PendingDelete {
	  opacity: 0.5;
	  -moz-opacity: 0.5;
	  -ms-filter: "alpha(opacity=50)";
	  filter: alpha(opacity=50);
	}
	
	div.Tokenize ul.TokensContainer li.Token,
	div.Tokenize ul.TokensContainer li.TokenSearch {
	  margin: 5px 0 0 5px;
	  height: 22px;
	  float: left;
	}
	
	div.Tokenize ul.TokensContainer li.TokenSearch input {
	  margin: 0;
	  padding: 1px 0;
	  background-color: transparent;
	  line-height: 18px;
	  border: none;
	  outline: none;
	}
	
	div.Tokenize ul.TokensContainer li.Placeholder {
	  color: #ddd;
	  position: absolute;
	  line-height: 20px;
	  padding: 5px 0 0 5px;
	  display: none;
	}
	
	div.Tokenize ul.TokensContainer,
	div.Tokenize ul.Dropdown {
	  border: 1px solid #969696;
	}
	
	div.Tokenize ul.TokensContainer li.Token a.Close {
	  font-family: Arial, Helvetica, sans-serif !important;
	  font-size: 16px !important;
	  line-height: 18px;
	  float: right;
	  margin: 1px 0 0 5px;
	  padding: 0;
	  cursor: pointer;
	  color: #a6b4ce;
	}
	
	div.Tokenize.Disabled ul.TokensContainer li.Token a.Close {
	  display: none;
	}
	
	div.Tokenize ul.TokensContainer li.Token a.Close:hover {
	  background: transparent;
	  text-decoration: none;
	}
	
	div.Tokenize ul.Dropdown {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  display: none;
	  width: 100%;
	  padding: 5px 0;
	  margin: -1px 0 0 0;
	  position: absolute;
	  background-color: white;
	  overflow-y: auto;
	  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	  -webkit-background-clip: padding-box;
	  -moz-background-clip: padding;
	  background-clip: padding-box;
	  -webkit-border-radius: 0 0 6px 6px;
	  -moz-border-radius: 0 0 6px 6px;
	  border-radius: 0 0 6px 6px;
	  z-index: 20;
	}
	
	div.Tokenize ul.Dropdown li {
	  padding: 5px 20px;
	  overflow: hidden;
	  cursor: pointer;
	  margin: 2px;
	}
	
	div.Tokenize ul.Dropdown li.Hover {
	  color: white;
	  text-decoration: none;
	  background-color: #0081c2;
	  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
	}
	
	.w2gm-content .ui-slider .ui-slider-handle:before,
	.w2gm-content .ui-slider .ui-slider-handle:after {
	  content: none;
	}
	.w2gm-content .ui-slider .ui-slider-handle {
	  z-index: 1 !important;
	  cursor: pointer;
	}
	.w2gm-content .ui-widget-overlay {
	  background-repeat: repeat !important;
	  z-index: 5 !important;
	}
	.w2gm-content .ui-slider.ui-slider-horizontal .ui-widget-header {
	  background: none;
	  background-color: #1f82a5;
	}
	.w2gm-content .ui-slider.ui-slider-horizontal,
	.w2gm-content .ui-slider.ui-slider-horizontal .ui-slider-range {
	  height: 6px;
	  top: -1px;
	}
	.w2gm-content .ui-slider-horizontal .ui-slider-range-min {
	  left: -1px;
	}
	.w2gm-content .ui-slider.ui-slider-horizontal {
	  margin: 20px 0;
	}
	.w2gm-content .ui-slider .ui-slider-handle.ui-corner-all {
	  top: -13px;
	  width: 30px;
	  height: 30px;
	  border-radius: 50%;
	}
	.w2gm-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default,
	.w2gm-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:focus,
	.w2gm-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:active,
	.w2gm-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-focus,
	.w2gm-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover {
	  border: 1px solid #1f82a5;
	  border-width: 1px;
	  background: none;
	  background-color: rgb(181, 24, 32) !important;
	  font-weight: bold;
	}
	
	.w2gm-listings-sidebar-widget .w2gm-listings-block .w2gm-listing {
	  margin-bottom: 20px;
	}
	
	.w2gm-field-output-block {
		overflow: visible;
	}
	
	.w2gm-listings-sidebar-widget .w2gm-listings-block .w2gm-listing:last-child {
	  margin-bottom: 0;
	}
	
	.w2gm-widget-description {
	  display: block;
	  padding: 0 0 15px;
	  margin: 0;
	  font-style: normal;
	  color: #72777c;
	}
	
	// new css for custom styles
	
	.single_listing_images {
		float: left;
		object-fit: fill;
	}
	
	.gallery_element img.single_listing_images {
		height: 120px !important;
	}
	
	.logoImage img.single_listing_images {
		height: 140px !important;
	}
	
	iframe.video {
		height: 120px !important;
	}
	
	.gallery_element {
		margin: 4% 2% 3% 0; 
		top: 45;
		border: none;
		left: 0%;
		float: left;
		position: relative;
	}

	.contact_box {
		border: 1px solid black;
	}	
	
	.w2gm-field-output-block-6 {
		position: relative;
		left: 0%;
		margin-top: 2%;
		float: left;
	}
	
	.placeholder {
		position: relative; 
		left: 0%; 
		top: 7.5%; 
		border-bottom: 1px solid rgb(225, 225, 225); 
		width: 100%; 
		height: 10%; 
		float: left;
		margin-top: 1%;
	}
 	
	.listingTitle {
		float: left;
		margin: 6.5% 0 2% 2%;
		position: relative;
		font-size: 22pt;
	}
	
	.w2gm-map-listing-field-address {
		width: 80%;
		left: 18%;
		position: relative;
		
	}
	
	.w2gm-map-listing-field-phone {
		width: 80%;
		left: 18%;
		position: relative;
	}
	
	.w2gm-map-listing-field-website {
		width: 80%;
		left: 18%;
		position: relative;
	}
	
	.w2gm-map-listing-field-email {
		width: 80%;
		left: 18%;
		position: relative;
	}
	
	.w2gm-field-description {
		font-size: 12pt;
	}
	
	.descriptionFieldTitle {
		font-size: 14pt;
	}
	
	.phoneTag {
		position: relative;
		left: 14%;
		margin-top: 3.5%;
		float: left;
		margin-bottom: 1.5%;
	}
	
	.websiteTag {
		position: relative;
		left: 19%;
		margin-top: 3.5%;
		float: left;
		margin-bottom: 1.5%;
	}
	
	.emailTag {
		position: relative;
		left: 24%;
		margin-top: 3.5%;
		float: left;
		margin-bottom: 1.5%;
	}
	
	.logoImage {
		width: 30%;
		height: 20%;
		top: 0%;
		margin: 2% 0 2% 0;
		left: 0%;
		float: left;
		position: relative;
	}
	
	.video {
		width: 22%;
		height: 20%;
		margin: 4% 2% 4% 0;
		float: left;	
		position: relative;
	}
	
	
	
	.ui-button.ui-corner-all.ui-widget {
		
		padding: 1% 2% 1% 2%;
		border-radius: 5px 5px;
		background-color: rgb(225, 225, 225);
		position: relative;
		right: 0%;
		font-size: 14pt;
		top: 0%;
		margin: 0;
		border: none;
		padding: 10px 10px 10px 10px;
		float: right;
	}

	.w2gm-listing {
		display: none;
	}
	
	.w2gm-map-listing-field {
		width: 80% !important;
		left: 18% !important;
		position: relative !important;
	}
	
.column_top_margin{ margin-top: 0; } 
	
.logoWrap {
	width: 180px !important;
	position: relative;
	left: 20%;
	margin: 0;
}

.logoWrap img {
	object-fit: contain !important;
}