/*
 Theme Name:   Wedding Details
 Theme URI:    https://elocalwebsolutions.com/
 Description:  Wedding Details 
 Author:       Amit Ahuja
 Author URI:   https://elocalwebsolutions.com/
 Template:     virtue_premium
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  weddingdetails
*/
#mobile-nav-trigger:hover .kad-menu-name {
	color: #46C0CB !important;
}
#nav-second ul.sf-menu > li {
	width: auto !important;
}
#nav-second ul.sf-menu > li > a {
	padding: 10px 12px;
}
.sf-menu ul {
	width: 220px !important;

}
.kad-header-left {
	float: none;
	margin: 0 auto;
}
.kad-header-right {
	display: none;
}
.homecontent .widget-title span, #content .heading-style-icon .widget-title span {
	font-family: Niconne;
	display: block;
	color: #327688;
	line-height: 26px;
	padding-top: 10px;
}
.homecontent .widget-title, #content .heading-style-icon  .widget-title {
	background: url(./images/heading-icon.png) no-repeat;
	display: inline-block;
	margin: 0 auto;
	padding-left: 86px;
	min-height: 82px;
	position:relative;
}
.homecontent .widget-title::before, #content .heading-style-icon .widget-title::before {
	background: url(./images/heading-left-border.png) no-repeat;
	height: 1px;
	width: 175px;
	display: inline;
	content: "";
	position: absolute;
	left: -180px;
	top: 50px;
}
.homecontent .widget-title::after, #content .heading-style-icon .widget-title::after {
	background: url(./images/heading-right-border.png) no-repeat;
	height: 1px;
	width: 175px;
	display: inline;
	content: "";
	position: absolute;
	right: -180px;
	top: 50px;
}
.page-template-page-fullwidth .contentclass {
	padding-top: 2px;
}
.business-directory .contentclass {
	padding-top: 2px;
}
.image-page-header-box {
	text-align: center;
	padding: 80px 0;
}
.page-heading-img h1 {
	display: inline-block;
	margin: 0 auto;
	padding-left: 0px;
	min-height: 82px;
	position:relative;
	font-family: Niconne;
	font-size: 52px;
	color: #fff;
	line-height: 82px;
}
.page-heading-img h1::before {
	background: url(./images/page-heading-border-r.png) no-repeat right center;
	height: 1px;
	width: 175px;
	display: inline;
	content: "";
	position: absolute;
	left: -180px;
	top: 50px;
}
.page-heading-img h1::after {
	background: url(./images/page-heading-border-l.png) no-repeat left center;
	height: 1px;
	width: 175px;
	display: inline;
	content: "";
	position: absolute;
	right: -180px;
	top: 50px;
}
#pageheader {
	background: #86d6dd;
	margin-bottom: 30px;
	text-align: center;
}
.page-header {
	margin: 0;
	border: none;
}
.page-header h1 {
	display: inline-block;
	margin: 0 auto;
	padding-left: 0px;
	min-height: 82px;
	position:relative;
	font-family: Niconne;
	font-size: 52px;
	color: #fff;
	line-height: 82px;
}
.page-header h1::before {
	background: url(./images/page-heading-border-r.png) no-repeat right center;
	height: 1px;
	width: 175px;
	display: inline;
	content: "";
	position: absolute;
	left: -180px;
	top: 50px;
}
.page-header h1::after {
	background: url(./images/page-heading-border-l.png) no-repeat left center;
	height: 1px;
	width: 175px;
	display: inline;
	content: "";
	position: absolute;
	right: -180px;
	top: 50px;
}
.single-wpbdp_listing .page-header h1::before {
	background: none;
	height: auto;
	width: auto;
	display: inline;
	content: "Vendor Directory";
	position: relative;
	top: 0;
	left: 0;
}
.single-wpbdp_listing .page-header h1::after {
	background: none;
	height: 1px;
	width: auto;
	display: inline;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}
.home-blocks-img .kadence_img_menu_widget {
	max-width: 294px;
	margin: 0 auto;
}
.image_menu_message h4 {
	position: absolute;
	color: #444;
	z-index: 2;
	background-color: #fff;
	background-color: transparent;
	padding: 20% 13% 20px;
	display: table-cell;
	border: 1px solid #ababab;
	height: calc(100% - 20px);
	margin: 10px;
	text-align: center;
	top: 0;
	left: auto;
	color: #fff;
	line-height: 30px;
	width: calc(100% - 20px);
	font-size: 22px;
	text-transform: uppercase;
	-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
	text-shadow: 2px 1px 1px #555;
}
.homepromolink .image_menu_hover_class {
	background: rgba(92,93,129,0.8);
/*background: -moz-linear-gradient(top, rgba(147,26,95,0.8) 0%, rgba(92,93,129,0.8) 65%, rgba(63,129,147,0.8) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,26,95,1)), color-stop(65%, rgba(92,93,129,0.8)), color-stop(100%, rgba(63,129,147,0.8)));
background: -webkit-linear-gradient(top, rgba(147,26,95,0.8) 0%, rgba(92,93,129,0.8) 65%, rgba(63,129,147,0.8) 100%);
background: -o-linear-gradient(top, rgba(147,26,95,0.8) 0%, rgba(92,93,129,0.8) 65%, rgba(63,129,147,0.8) 100%);
background: -ms-linear-gradient(top, rgba(147,26,95,0.8) 0%, rgba(92,93,129,0.8) 65%, rgba(63,129,147,0.8) 100%);
background: linear-gradient(to bottom, rgba(147,26,95,0.8) 0%, rgba(92,93,129,0.8) 65%, rgba(63,129,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#931a5f', endColorstr='#3f8193', GradientType=0 );
	-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
opacity: 1 !important;*/
}
.addtoany_header {
	display: inline-block;
	margin-right: 10px;
}
.kadence_img_menu_widget:hover .homepromolink .image_menu_hover_class {
background: rgba(50,118,137,0.4);
/*background: -moz-linear-gradient(top, rgba(147,26,95,0.4) 0%, rgba(92,93,129,0.4) 65%, rgba(63,129,147,0.4) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,26,95,1)), color-stop(65%, rgba(92,93,129,0.4)), color-stop(100%, rgba(63,129,147,0.4)));
background: -webkit-linear-gradient(top, rgba(147,26,95,0.4) 0%, rgba(92,93,129,0.4) 65%, rgba(63,129,147,0.4) 100%);
background: -o-linear-gradient(top, rgba(147,26,95,0.4) 0%, rgba(92,93,129,0.4) 65%, rgba(63,129,147,0.4) 100%);
background: -ms-linear-gradient(top, rgba(147,26,95,0.4) 0%, rgba(92,93,129,0.4) 65%, rgba(63,129,147,0.4) 100%);
background: linear-gradient(to bottom, rgba(147,26,95,0.4) 0%, rgba(92,93,129,0.4) 65%, rgba(63,129,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#931a5f', endColorstr='#3f8193', GradientType=0 );*/
opacity: 1 !important;
}
.kadence_img_menu_widget:hover .image_menu_message h4 {
	border: 1px solid #fff;
}
.footer-social {
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}
.footer-social .tooltip {
	display: none !important;
}
.footer-social .widget-title {
	color: #fff !important;
	font-family: GothamBook;
	font-size: 38px;
	display: table-cell;
	margin: 20px 10px;
	vertical-align: middle;
}
.footer-social .virtue_social_widget {
	display: table-cell;
	position: relative;
	padding: 16px 10px 10px;
}
.footer-social .virtue_social_widget a {
	display: inline-block;
	float: none;
	width: auto;
	text-align: center;
	line-height: 20px;
	padding: 5px;
	background: transparent !important;
	margin-left: 3px;
	margin-bottom: 3px;
	color: #444;
	transition: background .6s ease-out;
	-webkit-transition: background .6s ease-out;
	-moz-transition: background .6s ease-out;
	-o-transition: background .6s ease-out;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #fff !important;
	line-height: 32px;
}
.footer-social .virtue_social_widget a i {
	font-size: 24px;
	line-height: 26px;
	vertical-align: middle;
}
.footer-icon-box .kad-info-box img {
	float: none;
	display: block;
	margin: 5px auto;
}
.footer-icon-box {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.footer-icon-box .kad-info-box {
	padding: 5px;
	color: #555555;
}
.footer-icon-box h4 {
	font-size: 20px;
	font-weight: ;
	font-family: GothamMedium;
	color: #327688;
	line-height: 26px;
}
.footer-icon-box .kadinfolink:hover {
	color: #555555;
}
.col-md-12.footercol1 {
	margin-top: -30px;
}
.footercol2, .footercol3 {
	padding-top: 40px;
}
#containerfooter .menu li {
	display: inline;
	padding: 0 5px 0 3px;
	border-right: 1px solid #fff;
}
#containerfooter .menu li a {
	padding: 2px 6px;
	margin-bottom: 5px;
	background: rgba(0,0,0,0);
	display: inline;
	max-width: 250px;
	-webkit-transition: background .4s ease-in-out;
	-moz-transition: background .4s ease-in-out;
	-ms-transition: background .4s ease-in-out;
	-o-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 0px solid #fff;
}
.col-md-6.col-sm-6.footercol2 {
	width: 100%;
	text-align: center;
}
#containerfooter .menu li a:hover {
	background: rgba(0,0,0,0) !important;
}
#containerfooter .menu {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
}
#containerfooter .footercol2 h3, #containerfooter .footercol3 h3 {
	font-weight: bold;
	border-bottom: 1px dashed;
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-family: GothamBook;
	font-size: 28px;
	line-height: 30px;
}
.footercol2 .virtue_social_widget a i {
	font-size: 38px;
	line-height: 44px;
	vertical-align: middle;
}
.footerbase {
	background: #327689;
	margin-top: 15px;
}

.footercredits {
	text-align: center;
}
.footercredits a:hover {
	color: #46C0CB !important;
}
.search-box-section {
	padding: 20px 40px;
	color: #fff;
	margin-bottom: 25px;
}
#wpbdp-main-box {
	color: #fff;
	font-size: 18px;
}
.search-upper-text {
	margin-bottom: 15px;
	text-align:center;
}
.search-box-section {
	text-align: center;
}
.search-heading h3, #wpbdp-main-box h3 {
	font-size: 50px;
	color: #fff;
	font-family: Niconne;
	text-align: center;
	margin-bottom: 8px;
}
.search-box-section input[type="text"], #wpbdp-main-box .keywords-field {
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	display: inline-block;
	float: left;
}
.submit.wpbdp-search-widget-submit, #wpbdp-main-box submit {
	background: #fff;
	border: 1px solid #fff;
	padding: 8px 30px;
	color: #297487;
	text-transform: uppercase;
	margin-left: 20px;
}
.search-box-section input[type="text"], #wpbdp-main-box .keywords-field, .search-box-section input[name="wpbdp_location"], #wpbdp-main-box input[type="text"]{
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	display: inline-block;
	float: left;
	line-height: 40px;
	color:#fff;
	padding:0 0 0 45px;
}
.search-box-section input[name="kw"]:focus,.search-box-section input[name="wpbdp_location"]:focus, #wpbdp-main-box .keywords-field:focus {
	box-shadow: none;
}

.search-box-section input[name="wpbdp_location"],#wpbdp-main-box input[type="text"] {
	background: url(./images/state-search-icon.png) no-repeat;
	padding-left: 45px;
}
.search-box-section input[name="kw"], #wpbdp-main-box .keywords-field {
	background: url(./images/vendor-search-icon.png) no-repeat !important;
	padding-left: 45px;
}
.search-box-section input[type="text"]::-webkit-input-placeholder,
#wpbdp-main-box .keywords-field::-webkit-input-placeholder,
#wpbdp-main-box input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size:18px;
}
.search-box-section input[type="text"]::-moz-placeholder,
#wpbdp-main-box .keywords-field::-moz-placeholder,
#wpbdp-main-box input[type="text"]::-moz-placeholder{ /* Firefox 19+ */
  color: #fff;
  font-size:18px;
}
.search-box-section input[type="text"]:-ms-input-placeholder,
#wpbdp-main-box .keywords-field::-ms-input-placeholder,
#wpbdp-main-box input[type="text"]::-ms-input-placeholder{ /* IE 10+ */
  color: #fff;
  font-size:18px;
}
.search-box-section input[type="text"]:-moz-placeholder,
#wpbdp-main-box .keywords-field:-moz-placeholder,
#wpbdp-main-box input[type="text"]::-moz-placeholder{ /* Firefox 18- */
  color: #fff;
  font-size:18px;
}
#wpbdp-main-box {
	background: url(./images/search-bg.jpg) no-repeat;
	background-size: cover;
	padding: 20px 40px;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 10px 25px;
	margin: 5px auto 0;
	background: #327688;
	border: none;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .1s ease-in;
}
#sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a:hover  {
background: rgba(84,86,200,1);
background: -moz-linear-gradient(left, rgba(84,86,200,1) 0%, rgba(193,46,144,1) 50%, rgba(246,121,19,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(84,86,200,1)), color-stop(50%, rgba(193,46,144,1)), color-stop(100%, rgba(246,121,19,1)));
background: -webkit-linear-gradient(left, rgba(84,86,200,1) 0%, rgba(193,46,144,1) 50%, rgba(246,121,19,1) 100%);
background: -o-linear-gradient(left, rgba(84,86,200,1) 0%, rgba(193,46,144,1) 50%, rgba(246,121,19,1) 100%);
background: -ms-linear-gradient(left, rgba(84,86,200,1) 0%, rgba(193,46,144,1) 50%, rgba(246,121,19,1) 100%);
background: linear-gradient(to right, rgba(84,86,200,1) 0%, rgba(193,46,144,1) 50%, rgba(246,121,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5456c8', endColorstr='#f67913', GradientType=1 );
box-shadow:none !important;
}

.wpbdp-main-box .submit-btn input[type="submit"] {
	margin-top: 0;
	padding: 8px 10px;
	border: 1px solid #fff;
	background: #fff;
	font-size: 18px;
	text-transform: uppercase;
	color: #297487;
}
.advanced-search-link {
	color: #fff !important;
	font-size: 14px !important;
}
.wpbdp-restaurant-listing-title {
	font-family: GothamBook !important;
}
.wpbdp-page, .wpbdp-bar {
	font-family: GothamBook !important;
	font-size: 14px !important;
	line-height: 180% !important;
}
.wpbdp-with-button-styles a.wpbdp-button, .wpbdp-with-button-styles input.wpbdp-button {
	background: #fff !important;
	color: #297487 !important;
	padding: 7px 10px 7px 10px !important;
	text-shadow: 0 0 0px #444 !important;
	text-decoration: none !important;
	border-radius: 0px !important;
	border: 1px solid #ddd !important;
	box-shadow: 0 0 0px #888 !important;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 14px;
}
ul.wpbdp-categories.with-images li a.category-label {
	font-size: 14px;
}
.oxilab-flip-box-2-image {
	max-width: 87px !important;
	height: 53px;
	width: 100%;
	float: none !important;
	position: relative;
	margin: 15px auto 0 !important;
}
.oxilab-flip-box-2-image-icon {
	display: none !important;
}
.oxilab-flip-box-2-heading-data {
	margin-top: 10px !important;
	color: #222 !important;
	width: 100%;
	float: left;
	text-align: Center;
	font-size: 20px;
	font-family: "GothamBook" !important;
	font-weight: 400 !important;
	font-style: normal;
	padding: 10px 20px 20px 20px;
}
.oxilab-flip-box-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 0px solid rgba(0, 120, 153, 1) !important;
	background-color: #fff !important;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(217, 217, 217, 0.73);
	-moz-box-shadow: 0px 2px 8px 0px rgba(217, 217, 217, 0.73);
	-ms-box-shadow: 0px 2px 8px 0px rgba(217, 217, 217, 0.73);
	-o-box-shadow: 0px 2px 8px 0px rgba(217, 217, 217, 0.73);
	box-shadow: 0px 2px 8px 0px rgba(217, 217, 217, 0.73);
}
.oxilab-flip-box-back-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid;
	border-color: rgba(255, 2555, 255, 1) !important;
	background-color: #fff !important ;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(217, 217, 217, 0.73);
	-moz-box-shadow: 0px 2px 8px 0px rgba(217, 217, 217, 0.73);
	-ms-box-shadow: 0px 2px 8px 0px rgba(217, 217, 217, 0.73);
	-o-box-shadow: 0px 2px 8px 0px rgba(217, 217, 217, 0.73);
	box-shadow: 0px 2px 8px 0px rgba(217, 217, 217, 0.73);
}
.oxilab-flip-box-back-2 .oxilab-flip-box-back-2-data {
	background-color: rgba(255, 255, 255, 1) !important;
}
.oxilab-flip-box-back-2 .oxilab-flip-box-back-2-data .oxilab-info {
	width: 100%;
	float: left;
	color: #222 !important;
	text-align: Center;
	font-size: 16px;
	font-family: "GothamBook" !important;
	font-weight: 400 !important;
	font-style: normal;
	padding: 15px 10px 20px 20px;
}
.oxilab-flip-box-2-data {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 1) !important;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	margin: 3px;
	padding: 7px 7px;
	display: block;
}

.oxilab-flip-box-3-image {
	max-width: 70px !important;
	width: 27% !important;
	float: left;
	position: relative;
	height: auto !important;
}
.oxilab-flip-box-3-image-icon {
	display: none !important;
}
.oxilab-flip-box-3-heading {
	width: 72% !important;
	float: left;
}
.oxilab-flip-box-3-heading-data {
	margin-top: 0 !important;
	color: #222 !important;
	width: 100%;
	float: left;
	text-align: Center;
	font-size: 20px;
	font-family: "GothamBook" !important;
	font-weight: 400 !important;
	font-style: normal;
	padding: 10px 20px 20px 20px;
	line-height: 28px;
}
.oxilab-flip-box-3-data {
	
	background: rgba(240, 240, 240, 1) !important;
	width: calc(100% - 0px) !important;
	height: calc(100% - 0px) !important;
	margin: 0px !important;
	padding: 7px 7px;
	display: block;
}
.oxilab-flip-box-3 {
	border: 0px solid rgba(92, 75, 82, 1) !important;
	background-color: #f0f0f0 !important;
	-webkit-box-shadow:  0px 3px 4px 1px rgba(180, 180, 180, 0.83) !important;
	-moz-box-shadow:  0px 3px 4px 1px rgba(180, 180, 180, 0.83) !important;
	-ms-box-shadow: 0px 3px 4px 1px rgba(180, 180, 180, 0.83) !important;
	-o-box-shadow:  0px 3px 4px 1px rgba(180, 180, 180, 0.83) !important;
	box-shadow: 0px 3px 4px 1px rgba(180, 180, 180, 0.83) !important;
}
.oxilab-flip-box-back-3 {
	border: 0px solid !important;
	border-color: rgba(0, 120, 153, 0.0);
	background-color: #f0f0f0 !important;
	-webkit-box-shadow:  0px 3px 4px 1px rgba(180, 180, 180, 0.83) !important;
	-moz-box-shadow:  0px 3px 4px 1px rgba(180, 180, 180, 0.83) !important;
	-ms-box-shadow: 0px 3px 4px 1px rgba(180, 180, 180, 0.83) !important;
	-o-box-shadow:  0px 3px 4px 1px rgba(180, 180, 180, 0.83) !important;
	box-shadow: 0px 3px 4px 1px rgba(180, 180, 180, 0.83) !important;
}
.oxilab-flip-box-back-3 .oxilab-flip-box-back-3-data {
	background-color: rgba(240, 240, 240, 1) !important;
}
.oxilab-flip-box-back-3 .oxilab-flip-box-back-3-data .oxilab-info {
	width: 100%;
	float: left;
	color: #222 !important;
	text-align: Center;
	font-size: 16px;
	font-family: "GothamBook" !important;
	font-weight: 400 !important;
	font-style: normal;
	padding: 15px 10px 20px 20px;
}
.interesting-facts-row h3 {
	display: none !important;
}
.interesting-facts-row .testimonialbottom {
	display: none;
}

.testimonialbox {
	padding: 20px;
	background: #f0f0f0;
	border: 0px solid #eee;
	border-radius: 0;
	font-size: 16px;
	font-style: normal;
	color: #444;
}
.tradition-footer-contact .kt-call-to-action-subtitle {
	color: #fff;
	font-size: 26px !important;
	font-weight: 400 !important;
	font-family: "GothamBook";
	text-align: left !important;
	max-width: 800px;
	margin: 25px 15px;
}
.tradition-footer-contact .kt-call-to-action-subtitle span {
	font-weight: 600;
}
.tradition-footer-contact {
	position: relative;
}

.tradition-footer-contact .lg-kad-btn {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: rgba(255,255,255,0);
}
.tradition-footer-contact .lg-kad-btn:hover {
	background: rgba(255,255,255,0);
}
.revslider_home_hidetop {
	margin-top: 0;
}
.submit-event-btn {
	border: none;
	color: #fff;
	background: #297487;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	border-bottom: none;
	font-size: 14px;
	display: inline-block;
	padding: 8px 12px;
	margin-top: 4px;
	margin-right: 5px;
	cursor: pointer;
	box-shadow: none;
transition: background .6s ease-out;
-webkit-transition: background .6s ease-out;
-moz-transition: background .6s ease-out;
-o-transition: background .6s ease-out;
}
.submit-event-btn:hover {
        color: #fff;
background:#46c0cb;
}
.evoau_submission_form h2 {
	display: none;
}
.ajde_evcal_calendar b {
	font-weight: 700;
	color: #297487;
}
.country-btns-row .panel-grid-cell {
	margin-bottom: 10px !important;
}
.country-btns .textwidget {
	display: table;
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
}
.country-btns .kad-btn {
	border-radius: 8px;
	font-size: 18px;
	text-align: center;
	line-height: 26px;
	padding: 10px 10px;
	min-height: 72px;
	width: 100%;
	max-width: 330px;
	display: table-cell;
	height: 72px;
	vertical-align: middle;
}
.wp-caption.alignright, img.alignright {
	margin: 0px 0 10px 20px;
}
.services select {
	width: 21%;
	max-width: 300px;
	border-radius: 25px;
	float: left;
	margin-right: 15px;
	height: 47px;
	background: #22293a;
	border-color: #22293a;
	color: #989898;
}
/*Pricing Plan start here*/
.custom-pricing-box {
	margin-top: -30px;
}
.custom-pricing-box #ptp-11655 div.ptp-item-container {
	box-shadow: 0px 2px 3px #9d9d9d;
	border: none;
}
.custom-pricing-box div.ptp-plan {
	background: #fff;
	text-transform: uppercase;
	color: #297487;
}
.ptp-bullet-item span, .pricing-terms span {
	color: #f00;
}
.pricing-terms {
	font-size: 14px;
	padding: 0 40px;
}
.custom-pricing-box #ptp-11655 div.ptp-price {
	font-size: 2em;
	padding: .4375em .35em;
}
.custom-pricing-box div.ptp-price {
	background: #46c0cb;
	color: #fff;
}
.custom-pricing-box #ptp-11655 a.ptp-button {
	border-radius: 0;
	font-size: 1em;
	color: #000;
	background-color: #fee442;
	border-bottom: #fdc126 4px solid;
	margin: 0;
}
.custom-pricing-box #ptp-11655 a.ptp-button:hover {
	background: #fdc126;
}
.custom-pricing-box #ptp-11655 div.ptp-cta {
	padding-top: .8375em;
	padding-bottom: .8375em;
}
.custom-pricing-box div.ptp-cta {
	text-align: center;
	background-color: #fff;
}
/*Pricing Plan end here*/

/*Tans start here*/
.nav-tabs.sc_tabs li.active a {
	background: #46c0cb;
	color: #fff;
}
.nav-tabs {
	border-bottom: solid 3px #46c0cb !important;
	border-color: rgba(0,0,0,.05);
	margin-bottom: 0;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 8px 8px 0 0 !important;
	background: #e5e5e5;
	color: #333;
}
.nav-tabs.sc_tabs li {
	width: calc(16.6% - 10px);
	margin-right: 10px;
	text-align: center;
}
.tab-content {
	border: none;
	padding: 20px 10px;
}
.entry-content .nav-tabs > li {
	margin-bottom: 0px;
}
.nav-tabs > li > a:hover {
	background: #46c0cb;
	color: #fff;
}
.grey-box {
	background: #e5e5e5;
	padding: 20px;
}
.linkable-tabs-menu ul {
	list-style: none;
	padding: 0;
	border-bottom: 3px solid #46c0cb;
}
.linkable-tabs-menu li {
	display: inline-block;
	width: calc(16.66% - 10px);
	text-align: center;
	border-radius: 6px 6px 0 0;
	margin-bottom: 0;
	margin-right: 6px;
}
.linkable-tabs-menu li  a {
	color: #333;
	display: block;
	padding: 10px;
	background: #e5e5e5;
	border-radius: 6px 6px 0 0;
}
.linkable-tabs-menu li a:hover {
	background: #46c0cb;
	color: #fff;
}
.linkable-tabs-menu li.current_page_item a {
	background: #46c0cb;
	color: #fff;
}
.country-sticky-nav ul {
	padding:0;
	margin-bottom: 0;
}
.country-sticky-nav li {
	list-style: none;
	display: inline-block;
	width: 15.6%;
	margin-right: 1%;
	margin-bottom: 0;
}
.custom-wider-tabs.country-sticky-nav li {
	width: 20%;
}
.country-sticky-nav a {
	padding: 10px 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #e5e5e5;
	border-radius: 6px 6px 0 0;
	color: #333;
}
.country-sticky-nav a:hover, .country-sticky-nav a.mPS2id-clicked {
	background: #46c0cb;
	color: #fff;
}
.country-sticky-nav {
	border-bottom: 3px solid #46c0cb;
	margin-bottom: 30px;
	background: #fff;
}
.country-sticky-nav-row {
	background: #fff;
}
.country-pages-content .widget-title {
	border-bottom: 2px solid #46c0cb;
	display: inline-block;
	padding-bottom: 5px;
}
.country-pages-content {
	margin-bottom: 20px;
}
/*Tabs end here*/
.wpbdp-msg {
	font-size: 13px;
	padding: 6px 12px;
	color: #555;
	margin: 5px 0;
	background: #fffbcc;
	border-radius: 3px;
	font-weight: bold;
}
[class*="wp-image"] {
	padding: 0;
}


/*Theme setting inline css start*/
.home .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
	text-align: center;
}
article h2, article h3, article h4, article h5 {
	font-family: GothamMedium;
	line-height: 40px;
	font-weight: 400;
	font-style: normal;
	color: #222222;
	font-size: 32px;
}
.checklist-tabs .panel.panel-default {
	margin-bottom: 2px;
	border: 0px solid #e5e5e5;
	border-bottom: 1px solid #327689;
}
.checklist-tabs .panel-body {
	padding: 4px 15px;
	border-top: 0px solid #e5e5e5;
}
.checklist-tabs h5 {
	font-family: GothamBook;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #061929;
}
.checklist-tabs .panel-heading .accordion-toggle {
	font-weight: 700;
	border-left: 0px solid;
}
a, a:active, a:focus {
   outline: none;
}
.grey-row{
background-color: #f2f2f2;
padding-top:50px;
padding-bottom:30px;
margin-top:30px;
}
.grey-row-content{
background-color: #f2f2f2;
padding-bottom:50px;
}
.white-row{

padding-top:50px;
padding-bottom:50px;

}
.checklist-nav .country-sticky-nav a:hover, .checklist-nav .country-sticky-nav a.mPS2id-clicked {
	background: #46c0cb;
	color: #fff;
	padding: ;
}
.checklist-nav .country-sticky-nav li {
	list-style: none;
	display: inline-block;
	width: auto;
	font-size: 15px;
	margin: 5px auto;
}
.checklist-nav .country-sticky-nav a {
	padding: 10px 10px;
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #e5e5e5;
	border-radius: 0px 0px 0 0;
	color: #333;
}
.checklist-nav {
background: #fff;
}
.checklist-nav .country-sticky-nav ul {

	text-align: center;
}
.checklist-header .kad-btn {
	margin: 10px;
}
/*Theme setting inline css end*/

@media (max-width: 800px){
.tablet-img-middle img {
	float: none;
	margin: 10px auto;
}
.hidden-tablet {
	display: none !important;
}
}


@media (min-width: 801px){
.hidden-desktop {
	display: none !important;
}
/*.wpbdp-plan-selection-list {
	display: table;
	width: 100%;
	border-spacing: 10px;
}
.wpbdp-plan-info-box .wpbdp-plan-duration {
	width: 100%;
	text-align: center;
	background: #46c0cb;
	color: #fff;
	min-height: 80px;
	display: table;
	vertical-align: middle;
	float: none;
}
.wpbdp-plan-info-box .wpbdp-plan-details {
	width: 100%;
	padding: 0 20px;
	display: table;
	float: none;
}
.wpbdp-plan-info-box .wpbdp-plan-price {
	width: 100%;
	float: none;
	display: table;
}
.wpbdp-plan-info-box {
	padding: 10px;
	margin: 0 0 6px 0;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	background: #fafafa;
	width: 33%;
	display: table-cell;
}
.wpbdp-plan-info-box .wpbdp-plan-label {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.wpbdp-plan-info-box .wpbdp-plan-feature-list {
	margin: 0 0 0 0px;
	padding: 0;
}
.wpbdp-plan-info-box .wpbdp-plan-price label {
	font-size: 20px;
	border-bottom: 4px solid #fdc126;
	background: #fee442;
	border-radius: 2px;
	display: block;
	padding: 10px 15px;
	text-align: center;
}
.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label:hover {
	border-color: #fdc126;
	background: #fdc126;
}*/
}

@media (max-width: 599px){
.country-sticky-nav li {
	width: calc(33.2% - 1px);
	max-width: 400px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.country-sticky-nav a {
	border-radius: 0px 0px 0 0;
}
.linkable-tabs-menu li {
	width: 100%;
	border-radius: 0px 0px 0 0;
	margin-bottom: 1px !important;
	margin-right: 0px;
	max-width: 400px;
}
.linkable-tabs-menu li a {
	border-radius: 0px 0px 0 0;
}
h3 {
	line-height: 30px !important;
	font-size: 24px !important;
}
.wpbdp-main-box .box-col {
	margin-bottom: 8px;
	display: inline-block;
}
}

@media (max-width: 480px){
.footer-social .widget-title {
	display: block;
	width: 100%;
	margin: 5px 10px;
}
.footer-social .virtue_social_widget {
	display: block;
}
}

/*Copy from Old theme*/
.home .evo_lightboxes {
	display: none !important;
}

.wpbdp-main-box .main-fields.box-row.cols-2.cf {
	max-width: 800px;
	margin: 0 auto;
}
.wpbdp-main-box input[type="text"] {
	border: 1px solid #c3c3c3;
	font-size: 16px;
	padding: 3px 10px;
	max-width: 400px;
}
.wpbdp-main-box ::placeholder {
	font-size: 16px;
	color: #000;
	font-family: GothamBook;
	font-weight: 400;
}
.submit-btn input {
	background: #297487;
	border: 1px solid #297487;
	color: #fff;
	padding: 3px 9px;
	font-size: 16px;
}
.wpbdp-main-box {
	background: #e9e9e9;
	border-radius: 0px;
	padding: 25px 10px 15px 10px;
}
.wpbdp-categories .cat-item:nth-child(2n+1) {
	/*clear: none;*/
}
.wpbdp-categories .cat-item:nth-child(5n+1) {
	/*clear: left;*/
}
ul.wpbdp-categories > li {
	/*width: 20% !important;
	padding: 10px !important;*/
}
.wpbdp-restaurant-sidebar-block h3, .wpbdp-listing h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-size: 24px;
	font-weight: 400;
	color: #297487;
	border-bottom: 1px solid #ddd;
margin-bottom: 10px;
}
.wpbdp-restaurant-listing-title {
	border-bottom: 1px solid #dedede;
	color: #297487;
	font-size: 24px;
	font-weight: 400;
	text-shadow: 0 0 0px #94b4cd;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 14px;
	line-height: 40px;
	font-family: Overlock;
margin-bottom: 10px;
}
.listing-actions input {
	margin: 0;
	font-size: 80%;
	font-size: 14px;
}
.wpbdp-page, .wpbdp-bar {
	font-size: 14px;
	line-height: 24px;
}
.kad-sidebar h3 {
	border-bottom: 1px solid #dedede;
}
.single-wpbdp_listing.wpbdp-theme-restaurant .main {
	width: 100%;
}
.single-wpbdp_listing.wpbdp-theme-restaurant .kad-sidebar {
	display: none;
}

.wpbdp-listing-excerpt.even {
	background: #FDF1CD;
}
.wpbdp-field-business_description .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
	display: none;
}
.wpbdp-field-display label {
	display: inline;
}
.wpbdp-field-business_description {
	margin-bottom: 25px;
}
.wpbdp-ratings-reviews {
	margin-top: 25px;
}
.wpbdp-listing-attachments {
	margin-top: 25px;
}
.wpbdp-map-directions-config-container h4 {
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.wpbdp-map-directions-config {
	background: #efefef;
	padding: 10px 20px;
	border-radius: 0;
}
.find-route-btn {
	margin: 15px 0 10px;
}
.wpbdp-map-directions-config .directions-from input, .wpbdp-map-directions-config .directions-travel-mode select {
	margin-left: 0;
}
.wpbdp-restaurant-sidebar-block {
	margin: 12px 0;
	clear: both;
}
.wpbdp-restaurant-sidebar-block:first-child {
	margin-top: 0;
}
.wpbdp-listing-single {
	margin-top: 12px;
}
.wpbdp-restaurant-sidebar-gallery li img {
	width: 100vw;
	max-width: 150px;
}
.wpbdp-listing-excerpt .wpbdp-field-value {
	margin-bottom: 0 !important;
}
.widget_wpbdp_featuredlistingswidget .wpbdp-listings-widget-list {
	padding: 0;
	margin: 0;
}
.widget_wpbdp_featuredlistingswidget .wpbdp-listings-widget-list li {
	background: #CBF7E6;
	padding: 10px 20px;
	margin-bottom: 4px;
}
.widget_wpbdp_featuredlistingswidget .listing-title {
	font-size: 18px;
	font-weight: 400 !important;
	color: #297487;
}
ul.wpbdp-categories.with-images li a.category-label {
	font-size: 14px;
}
.single-post .kad-sidebar {
	display: none;
}
.wpbdp-ratings-reviews .review-form .field label {
	margin-right: 10px;
	display: inline;
	width: auto;
}
.review-form input, .review-form textarea {
	border: 1px solid #aaa;
	max-width: 470px;
	width: 100%;
}
.review-form textarea {
	margin-left: 47px;
	margin-top: 10px;
}
.review-form div.submit {
	margin-left: 47px;
	margin-top: 10px;
}
.review-form div.submit .submit {
	background: #297487 !important;
	color: #fff !important;
	padding: 5px 10px 5px 10px !important;
	text-shadow: 0 0 2px #444 !important;
	text-decoration: none !important;
	border-radius: 5px !important;
	border: 1px solid #fff !important;
	box-shadow: 0 0 5px #888 !important;
	margin-left: 2px;
	margin-right: 2px;
}
.review-form ::placeholder {
	color: #383838;
	opacity: 1;
	font-size: 15px;
	font-weight: normal;
}
.wpbdp-with-button-styles a.wpbdp-button, .wpbdp-with-button-styles input.wpbdp-button {
	background: #297487 !important;
}
.wpbdp-view-main  .col-lg-9.main {
width: 100%;
}
.wpbdp-view-main  .col-lg-3.kad-sidebar  {
display: none;
}
.wpbdp-listing-excerpt {
	border-bottom: solid 1px #b37800;
}
.wpbdp-listing-excerpt .stickytag img {
	height: auto;
}
.wpbdp-listing-excerpt.sticky .stickytag {
	position: absolute;
	width: 70px;
	top: 5px;
	left: 0px;
}
.archive.post-type-archive-ajde_events .wrap.contentclass , .ajde_events-template-default .wrap.contentclass{
	padding-bottom: 0;
}
.archive.post-type-archive-ajde_events .kad-sidebar {
	display: none;
}
.ajde_events-template-default .kad-sidebar {
	display: none;
}
#content.container-fullwidth {
	width: 100%;
	max-width: 1170px;
}
.ajde_evcal_calendar {
	width: 100%;
	max-width: 1170px;
	margin: auto;
}
.bridal-expos #pageheader h1 {
	font-size: 38px;
	font-weight: bold;
}
.eventon_sort_line .eventon_sortval_for_dropdown, .eventon_filter_line .filtering_set_val, .eventon_sort_line .eventon_sf_cur_val p {
	margin-bottom: 0px;
}
.eventon_filter_dropdown p {
	margin-bottom: 0;
}
.eventon_filter_dropdown {
	margin-top: 0;
}
.filter-label {
	font-size: 14px;
	text-transform: uppercase;
}
#eventon_form p #evoau_submit, a.evoAU_form_trigger_btn, .evoau_submission_form .msub_row a, .row .enterNew, .evoau_submission_form .formBtnS {
	background: #297487 !important;
	
}
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, .evo_lightbox .evcal_btn, .evcal_btn, .evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn {
	background: #297487 !important;

}
.evcal_btn:hover {
	color: #fff;
}
.ajde_yn_btn {
	background-color: #297487 !important;
}
.ajde_yn_btn:hover {
	background-color: #297487 !important;
}
.ajde_yn_btn.NO:hover {
	background-color: #7A7A7A !important;
}
.ajde_yn_btn.NO {
	background-color: #A3A3A3 !important;
}
#eventon_form p input::placeholder {
	color: #7A7A7A  !important;
}
.evoau_file_field span.evoau_img_btn {
	background: #A3A3A3 !important;
	color: #fff;
}
.evoau_file_field span.evoau_img_btn:hover {
	opacity: 1;
background-color: #7A7A7A !important;

}
@media (min-width: 1200px){
.wpbdp-view-show_category .col-lg-3.kad-sidebar, .wpbdp-view-show_region  .col-lg-3.kad-sidebar,  .wpbdp-view-search  .col-lg-3.kad-sidebar {
	width: 35%;
}
.wpbdp-view-show_category .col-lg-9.main, .wpbdp-view-show_region  .col-lg-9.main,  .wpbdp-view-search  .col-lg-9.main {
	width: 65%;
}
}
@media (max-width: 768px){
#wpbdp-restaurant-listing-sidebar {
	width: 100%;
	float: none;
}
.wpbdp-restaurant-listing.single {
	float: none;
	width: 100%;
}
.directions-travel-mode select {
	max-width: 100%;
}
.wpbdp-show-on-mobile.button.back-to-dir.wpbdp-button {
	font-size: 20px;
}
}