.bootbox.bootbox-alert.in .modal-body{
	padding: 10px !important;}
.bootbox.bootbox-alert.in .modal-body > button.bootbox-close-button{
	margin-top: -10px;
    background: none;
    border: none;
    font-size: 35px;
    font-weight: 100;
    color: #8a8a8a8a;
    opacity: 1;}
.bootbox.bootbox-alert.in .modal-body .bootbox-body{
	text-align: center;
    margin: 15px 0;
    font-family: 'Open Sans';}
.bootbox.bootbox-alert.in .modal-footer > button.btn.btn-primary{
    padding: 5px 45px;}
@media screen and (min-width: 769px){
	.bootbox.bootbox-alert.in {
	    top: 70vh !important;
	}}
/*Variable*/
:root {
  --round7px: 7px;
  --round5px: 5px;
}

/*Main slide*/
#main-slide .carousel-main .owl-item {
	/*border-radius: var(--round7px);*/
	/*overflow: hidden;*/
}

/*Featured Vendor*/
.grid .flex-grid.bordered article {
	/*padding: 15px 5px 0 !important;*/
    /*min-height: 105px;*/
}

/*Realweedd*/
.collection .profile-picture{
	/*padding: 10px 0 10px 5px !important;*/
}
.grid article .detail img:nth-child(2) {
	/*padding: 0 !important;*/
}

/*Inspo*/
.mfp-figure .mfp-content {
	/*padding: 20px 0 20px 15px;*/
	/*border-radius: 7px;*/
	/*overflow: hidden;*/
}
/*message-me*/
#message-me img.head-icon {
	border-radius: 0;
}

/*Rounded 5px*/
.btn, 
.headline ul.type li.dropdown {
	/*border-radius: var(--round5px);*/
}
/*Rounded 7px*/
.lazy, 
.bg-grey,
.grid img,
.grid .img,
img.mfp-img,
.bordered a,
#heritage li,
.packDetail .packView .packImg > div {
    /*border-radius: var(--round7px);*/
	/*overflow: hidden;*/
}
.bordered, 
.grid-banner {
	/*border-radius: var(--round7px);*/
	/*overflow: hidden;*/
    /*border: none !important;*/
}
.grid img.circle {
    /*border-radius: 50%;*/
    /*-moz-radius: 50%;*/
    /*-webkit-border-radius: 50%;*/
}

/*Article Text*/
.grid article {
	/*min-height: 120px;*/
}
article.small {
	/*min-height: 95px !important;*/
}
.grid article h3, 
.grid article h4,
.grid .flex-grid.bordered article h3 {
	/*min-height: 1.44em !important;*/
    /*max-height: 2.88em;*/
    /*margin-bottom: 5px;*/
}
.grid article .stat.bottom,
.grid article .stat.sticky,
.grid article.small .stat.sticky {
	/*position: unset;*/
	/*line-height: 1.5em;*/
	/*bottom: unset;*/
	/*padding: 0 !important;*/
}