/*
Theme Name:		Quark Studios - AD Design Show	
Theme URI: 		http://quarkstudios.com
Author: 		-
Author URI: 	-
Description:	Child Theme for base WP Theme
Template:		betheme
Version: 		1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */
@import 'https://fonts.googleapis.com/css?family=PT+Sans';

#Wrapper #Footer .container div.column:nth-child(1){ width: 30% !important; }
#Wrapper #Footer .container div.column:nth-child(2), #Footer .container div.column:nth-child(3), #Footer .container div.column:nth-child(4){ text-align: center; width: 22.5% !important; }


label {
    display: block !important;
}

.search-field > label {
	display: inline-block !important;
	width:250px;
}

ul.wpum-user-listings li.wpum-single-user div.user {
    float: left;
    width: auto !important;
    padding: 0;
    line-height: 1.5em;
    /* margin: 0 auto; */
}


#exhibitors-ul {
    margin: 0 auto;
    text-align: center;
}

.exhibitors-li {
    display: inline-block;
    vertical-align: top;
    margin: 20px 5px;
    font-size: 14px;
}

.page-numbers {
    margin: 0 auto;
    text-align: center;
}

.page-numbers > li {
    display: inline-block;
    vertical-align: top;
    margin-bottom:20px;
}

.unslider{overflow:auto;margin:0;padding:0}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}

.unslider-nav { display:none;}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #000;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #000;
  cursor: default;
}





#blueselect {
  /* background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color:#f7f7f7;;
  background-repeat:no-repeat;
  background-position: right 10px top 15px;
  background-size: 16px 16px;
  padding:12px; */
  width:100px;
  /* font-family:Merriweather, Georgia, serif;
  font-size:16px;
  font-weight:normal;
  color:#686868;
  text-align:center;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius:3px;
  line-height:normal !important;
  -webkit-border-radius:3px;
  -webkit-appearance: none;
  border:0;
  outline:0;
  -webkit-transition:0.3s ease all;
	   -moz-transition:0.3s ease all;
	    -ms-transition:0.3s ease all;
	     -o-transition:0.3s ease all;
	        transition:0.3s ease all; */
}


select:focus, select:active {
  border:0;
  outline:0;
}

.field-file > .description {
	background-color: #f1c40f;
    color: #000 !important;
    font-weight: bold;
}

.ptsans {
	font-family: 'PT Sans', sans-serif !important;
	text-transform: uppercase;
}	

.profileHeader, .designList {
	padding: 20px 15px;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: 16px;
	margin-right: 11px;
	position: relative;
	width: -webkit-calc(100% - 16px);
	width: -moz-calc(100% - 16px);
	width: calc(100% - 16px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
}

@media (min-width: 960px) {
	.profileHeader, .designList {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.designList{ background-color:#fff; }

.profileVendorLeft {
  /*
  width: 600px;
  transform-style: preserve-3d;
  */
  width: -webkit-calc(100% - 27px);
  /*
  width: 600px;
  transform-style: preserve-3d;
  */
  width: -moz-calc(100% - 27px);
  /*
  width: 600px;
  transform-style: preserve-3d;
  */
  width: calc(100% - 27px);
  display: block;
  text-align: center;
}
@media (min-width: 960px) {
  .profileVendorLeft {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 300px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: initial;
  }
}
@media (min-width: 1080px) {
  .profileVendorLeft {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.profileVendorLeft::after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  line-height: 1px;
}

.profileAddressBlock {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: left;
}
@media (min-width: 960px) {
  .profileAddressBlock {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (min-width: 1080px) {
  .profileAddressBlock {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.profileVendorLeft img {
    border: 1px solid #ccc;
}


.profileVendorLeft h2 {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #2991d6;
  margin-bottom: 0;
}

.profileVendorLeft h3 {
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin-bottom: 0;
  line-height: initial;
}

.profileAddressBlock a {
  display: inline-block;
  color: #2991d6;
  border-bottom: none;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.profileAddressBlock a:hover {
  display: inline-block;
  color: black;
  text-decoration: none;
}

/* .profileSocials {
  text-align: right;
  padding: 0 15px 15px;
  position: absolute;
  top: -5px;
  right: -5px;
} */

.profileAddressBlock p{
	margin:0;
	font-size: 14px;
}

.profileSocials img {
  margin-right: 5px;
  margin-left: 0;
}

.searchTitle{ margin: 20px 0 0; float: left; width: 100%; }
.exhibitors-li a { font-size: 14px; text-decoration: none; text-transform: none; box-shadow: none !important; }

.pager{
  font-size: 11px;
  background-color: #ebebeb;
  /* padding-top: 5px; */
  padding-bottom: 10px;
  padding-right: 14px;
  margin-left: 16px;
  margin-right: 11px;
  width: -webkit-calc(100% - 27px);
  width: -moz-calc(100% - 27px);
  width: calc(100% - 27px);
  clear: both;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-right: 15px;
}

.pager ol,.pager ol li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 2px;
    padding-left: 0px;
    list-style: none;
}

.pager ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pager li {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  color: #2991d6;
  border: 1px solid transparent;
  -webkit-transition-property: background-color, color, border;
  -moz-transition-property: background-color, color, border;
  transition-property: background-color, color, border;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.pager li.active {
  background-color: #2991d6;
}

.pager a{
  text-decoration: none;
  color: #2991d6;
  outline: none;
}

.pager li.active a {
  color: #ebebeb;
}

.pager li:hover {
  border: 1px solid #2991d6;
}

.pager .brackets {
  display: none;
}

.pager .legend {
  color: #2991d6;
  text-transform: uppercase;
  margin-left: 10px;
}

.pager label {
  color: #2991d6;
  display: initial !important;
  text-transform: uppercase;
}

.pager em {
  font-weight: bold;
  font-size: 13px;
}

.pager a.prev,.pager span.prev {
  width: 10px;
  height: 14px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 200%;
  text-align: right;
  color:#2991d6;
  cursor:pointer;
}

.pager a.next,.pager span.next {
  width: 10px;
  height: 14px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 200%;
  text-align: left;
  color:#2991d6;
  cursor:pointer;
}

.pager .hide {
  display: none;
}

select#pagerChoose1 {
    margin-right: 10px;
}

#Wrapper #Footer .container div.column:nth-child(1){ width: 30% !important; }
#Wrapper #Footer .container div.column:nth-child(2), #Footer .container div.column:nth-child(3), #Footer .container div.column:nth-child(4){ text-align: center; width: 22.5% !important; }
.showManufacturer { width: 200px; height: 235px; margin-left: 40px; margin-right: 0px; margin-top: 15px; margin-bottom: 15px; text-align: center; float: left; }
.filterExhibitors{ margin:0 15px; text-align: left;width: 95%;background-color:#eee; float: left; }
.filterExhibitors a:first-child { margin-left: 10px !important; }
.filterExhibitors a{ padding: 4px; float: left; }
.productImages{ float:left; margin-right:10px;	 }
.productImages img{ width:auto; height:150px !important; }
li.wpum-form-tab.tab-adminonlyfields-hidden, li.wpum-form-tab.tab-readonlyfields {
    display: none !important;
}
.profileLogoWrapper{ max-width: 250px; max-height: 250px; min-height: 250px; min-width: 250px; position: relative; margin-top: 5px; }
#Content .profileVendorLeft img{ max-width: 100%; height: auto; top: 0; bottom: 0; right: auto; left: auto; }
.tickets-row, .tickets-row .vc_btn3-container { margin-bottom: 0 !important; }
.tickets-row { margin-right: 75px; text-align: center; }
.loaderImage { position: fixed; top: 0; width: 90% !important; display: block; }