/*
Theme Name: WeddingVendor
Theme URI: http://thegenius.co/wedding/live
Author: Udayraj Khatri
Author URI: http://thegenius.co/
Description: Description
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: weddingvendor
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

weddingvendor is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	 
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}


a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (max-width: 992px){
	.vendor-list-details .caption {
	    padding: 20px 25px 50px 25px !important;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	border: none;
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.paypal_pack {
  background-image: url("images/paywithpaypal.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 40px;
  margin: 11px 20px 5px 0;
  width: 225px;
}
.single_item .reply_box{
	display:none;
}
#googleMap:empty{
	display:none;
}

/* CUSTOM */
.vendor-box-list {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #e9e6e0;
}
.vendor-box-list .no-right-pd {
    padding-right: 0px;
}
.vendor-image {
    position: relative;
    overflow: hidden;
}
.favourite-bg {
    background: #fcfbf9;
    border-radius: 100px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 9px 12px 5px 12px;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
}
.vendor-box-list .no-left-pd {
    padding-left: 0px;
}
.vendor-list-details .caption {
    padding: 20px 25px 0px 25px;
}
.vendor-list-details .location {
    font-size: 13px;
    margin-bottom: 10px;
    color: #9c9693;
}
.vendor-price {
    background-color: #fcfbf9;
    padding: 9px 29px;
    border-top: 1px solid #e9e6e0;
}
.vendor-price .price {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #3c3634;
}
.price, .cap-people {
    font-size: 18px;
    letter-spacing: -1px;
    color: #3c3634;
    display: block;
}
.title{
	-webkit-font-smoothing: antialiased;
}
#inquiry .ajax-auth input[type='text'],#inquiry .ajax-auth input[type='email'],#inquiry .ajax-auth select,#inquiry .ajax-auth textarea{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: linear .3s border;
    -o-transition: linear .3s border;
    -webkit-transition: linear .3s border;
    transition: linear .3s border;
    -moz-box-shadow: 0 0 0 2px #f0f0f0;
    -webkit-box-shadow: 0 0 0 2px #f0f0f0;
    box-shadow: 0 0 0 2px #f0f0f0;
    border-radius: 3px;
    border: 1px solid #CCC;
    display: inline-block;
    background-color: white;
    font-size: .8em;
    font-size: 14px;
    padding: 5px;
    margin: 5px 0;
    height: 35px;
    color: #999999;
}
#cssmenu > ul > li > a{
	padding: 27px 14px !important;
}

@media screen and (max-width:991px){
	.d-none-mobile{
		display: none !important;
	}
}
@media screen and (min-width:992px){
	.d-none-desktop{
		display: none !important;
	}
}

@media screen and (max-width:1199px){
	.d-none-mobile-md{
		display: none !important;
	}
}
@media screen and (min-width:1200px){
	.d-none-desktop-md{
		display: none !important;
	}
}

@media screen and (max-width:999px){
	.form-absolute{
		z-index: 9999;
		width: 100%;
		margin:0px auto;
	}
}
@media screen and (min-width:1000px){
	.form-absolute{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 9999;
		width: 50%;
		margin:0px auto;
	}
}
@media screen and (min-width:1000px) and (max-width:1570px){
	.form-absolute{
		width: 80% !important;
	}
}

@media screen and (min-width:769px) and (max-width:1200px){
	.menu-spose-aziende{
		position: absolute !important;
		bottom:0px;
		right:0px;
	}
}
.feature-block .item-title{
	font-family: 'MV Boli' !important;
}
.error_custom {
    color: red;
}
.vendor-image{
	opacity:1 !important;
}
@media screen and (min-width:768px){
	.vendor-image:hover img {
	    -webkit-transform: translate3d(0,-2px,0) scale3d(1.1,1.1,1.1);
	    -ms-transform: translate3d(0,-2px,0) scale3d(1.1,1.1,1.1);
	    -moz-transform: translate3d(0,-2px,0) scale3d(1.1,1.1,1.1);
	    transform: translate3d(0,-2px,0) scale3d(1.1,1.1,1.1);
	}
	.vendor-image img {
	    transition: transform .3s;
	    -webkit-backface-visibility: visible;
	    backface-visibility: visible;
	    -webkit-perspective: 1000;
	    -moz-perspective: 1000;
	    -ms-perspective: 1000;
	}
}
.menu-item.has-submenu a .text-small,
.menu-item.has-submenu a .text-big{
	color:#d00c94 !important;
}
.open-modal-form-search{
	position: absolute; 
	top: 50%;
    transform: translateY(-50%);
    left: 0px;
	width: 550px;
	z-index: 99;    
	background-color: white; border-radius:2px; border:1px solid #A0A0A0;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.open-modal-form-search.modal-dove{
	width: 780px !important;
    left: -100px !important;
    height:475px;
    overflow-y: scroll;
}
.open-modal-form-search.modal-cosa-cerchi .column-one{
	float:left; padding:10px 16px; min-width: 270px;
}
.open-modal-form-search.modal-cosa-cerchi .column-two{
	float:left; border-left:1px solid #A0A0A0; padding:10px 16px; min-width: 270px;
}
.open-modal-form-search.modal-cosa-cerchi .column-three{
	float:left; border-left:1px solid #A0A0A0; padding:10px 16px; min-width: 270px;
}
.open-modal-form-search.modal-dove .column-one{
	float:left; padding:12px 16px 16px 16px; min-width: 190px; max-width:190px;
}
.open-modal-form-search.modal-dove .column-two{
	float:left; border-left:1px solid #A0A0A0; padding:12px 16px 16px 16px; min-width: 190px; max-width:190px;
}
.open-modal-form-search.modal-dove .column-three{
	float:left; border-left:1px solid #A0A0A0; padding:12px 16px 16px 16px; min-width: 190px; max-width:190px;
}
.open-modal-form-search.modal-dove .column-four{
	float:left; border-left:1px solid #A0A0A0; padding:12px 16px 16px 16px; min-width: 190px; max-width:190px;
}
.open-modal-form-search.modal-cosa-cerchi .title{
	font-family: 'MV Boli'; color: #d00c94; font-size:20px; font-weight:bold;
	margin-bottom:5px;
}
.open-modal-form-search.modal-cosa-cerchi ul{
	list-style: none; padding-left: 0;
}
.open-modal-form-search.modal-dove .title{
	font-family: 'MV Boli'; color: #d00c94; font-size:15px; font-weight:bold;
	margin-bottom:5px;
}
.open-modal-form-search.modal-dove ul{
	list-style: none; padding-left: 0;
	font-size: 15px;
	margin-left: 10px;
}
.open-modal-form-search.modal-dove ul li a {
    font-size: 14px;
}
.open-modal-form-search ul li{
	padding: 2px 0px 3px 0px;
}
.open-modal-form-search ul li a{
	font-family: inherit;
    color: black !important;
}
.cursor-pointer{ cursor:pointer !important; }

.split-auto{
	-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 75px;
}

.split-auto ul{
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid;           /* Theoretically FF 20+ */
	break-inside: avoid-column;         /* IE 11 */
	display:table;                      /* Actually FF 20+ */
}
.split-auto .title{
	break-inside: avoid-column;
}
.split-auto .block-regions{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: table;
}

#headersticky{
	z-index:999999;
}
#menu-prim_menu .menu-item.active:after,
#menu-prim_menu .dropdown-togglemenu-item.active:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #d00c94;
    width: 100% !important;
    height: 2px;
    width: 0;
    top: 64px;
    display: block;
    transition: .15s cubic-bezier(.18,.89,.32,1.28) width;
}
#menu-prim_menu .menu-item.active:before,
#menu-prim_menu .dropdown-togglemenu-item.active:before {
    height: 100%;
}
#menu-prim_menu .menu-item.active:before,
#menu-prim_menu .dropdown-togglemenu-item.active:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: -29px;
}
#menu-prim_menu .menu-item.active-fix:after,
#menu-prim_menu .dropdown-togglemenu-item.active-fix:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #d00c94;
    width: 100% !important;
    height: 2px;
    width: 0;
    top: 64px;
    display: block;
    transition: .15s cubic-bezier(.18,.89,.32,1.28) width;
}
#menu-prim_menu .menu-item.active-fix:before,
#menu-prim_menu .dropdown-togglemenu-item.active-fix:before {
    height: 100%;
}
#menu-prim_menu .menu-item.active-fix:before,
#menu-prim_menu .dropdown-togglemenu-item.active-fix:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: -29px;
}

#menu-cerca-le-aziende ul{
	list-style: none; padding-left: 0;
	font-size: 15px;
}
#menu-cerca-le-aziende ul li a {
    font-size: 14px;
}
#menu-cerca-le-aziende ul li{
	padding: 2px 0px;
}
#menu-cerca-le-aziende ul li a{
	font-family: inherit;
    color: black;
}
/* fix menu a capo su tablet */
@media screen and (min-width: 768px) and (max-width:991px){
	.tp-nav .container {
		width: auto !important;
	}
}
@media screen and (min-width: 769px) and (max-width:806px){
	#menu-prim_menu li a {
	    font-size: 11px !important;
	}
}
.fancybox-infobar{
	bottom: 0 !important;
    right: 0 !important;
    position: absolute !important;
    top: initial !important;
    left: initial !important;
}
@media screen and (min-width:769px){
	.navbar-header{
		margin-left:20px !important;
	}
}
.tp-nav .navbar-brand{
	padding: 15px 0px !important;
}
.submenu-nozzespeciali a:hover {
    color: #f9a630 !important;
    text-decoration: none;
}
.submenu-nozzespeciali .item-title{
	word-spacing: -2px !important;
}

ul#menu-prim_menu li a:hover {
    color: #d00c94 !important;
}

.modal-dove ul li{
	padding:0px 0px !important;
}
.modal-dove .title{
	margin-bottom:0px !important;
}
.open-modal-form-search a:hover{
	color: #f9a630 !important;
}
.st-tabs .nav-tabs>li.active>a{
	color:#d00c94 !important;
}
.check-circle li:before{
	color:#d00c94 !important;
}
.btn-primary {
    background-color: #d00c94 !important;
}

#resetpassword{
	z-index:999999999 !important;
}

#cssmenu ul ul li a{
	background: white !important;
	background-color: white !important;
}

.wpcf7-form label{
	width:90%;
}
.wpcf7-form label textarea{
	width:100%;
}

@media screen and (min-width:768px){
	.projectitem img{
		height:373px;
	}
}

#wpadminbar{
	z-index: 99999999999;
}
div#headersticky {
    position: relative !important;
}

div#cookie-law-info-bar {
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 23px;
    box-shadow: rgb(0, 0, 0) 0px 0px 8px;
    padding: 3px 0px;
}
a#cookie_action_close_header {
	text-decoration: none !important;
    border-radius: 5px;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px 10px !important;
    color: rgb(255, 255, 255) !important;
    transition: 0.25s;
    display: inline !important;
    text-shadow: rgb(0, 0, 0) 0px 0px 2px;
    white-space: nowrap;
    font-size: 13px !important;
    padding: 2px 6px 3px 6px;
}
#cookie-law-info-bar a {
    text-decoration: underline;
    color: rgb(0, 0, 0);
}

@media screen and (max-width:1023px){
	.d-none-mobile-md-gall{
		display: none !important;
	}
}
@media screen and (min-width:1024px){
	.d-none-desktop-md-gall{
		display: none !important;
	}
}

.btn.focus, .btn:focus {
    color: white !important;
}

#search_fornitori .btn{
	background-color: #d00c94 !important;
	outline:none !important;
}

#add-listing input.form-control, #add-listing #wp-add_content-wrap, #add-listing select.form-control{
	border: 1px solid #888888 !important;
}

@media screen and (max-width:340px){
	#book-now-on{
		font-size:12px !important;
	}
}



.home-newBlockAziende {
    display: none;
}
.spacer.tp-section .home-newBlockAziende {
    display: block !important;
}
.cercaaziendehome .feature-block{
	text-align: left;
}
.cercaaziendehome ul{
	list-style: none; padding-left: 0;
	font-size: 15px;
}
.cercaaziendehome ul li a {
    font-size: 14px;
}
.cercaaziendehome ul li{
	padding: 2px 0px;
}
.cercaaziendehome ul li a{
	/*font-family: inherit;*/
	font-family: 'Montserrat';
    color: black;
}