/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
body.widget{

}
.logo-widget {
  text-align: center;
}

.container.widget{
  padding: 0!important;
}

.container.widget .row {
  margin-left: 0;
  margin-right: 0;
}

.container.widget .col-md-3,  .container.widget .col-sm-6{
  width: 100%;
  padding: 0;
}

#widget{
  text-align: center;
  padding: 3rem;
  background-color: #57575f;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#code {
  padding: 3rem;
  background-color: rgba(50,133,250,.4);
  border-radius: 5px;
  color: #fff;
  margin-bottom: 1.5rem;
  word-break: break-all;
}


.widget-container .select2-selection{
  box-shadow: none;
  display: block;
  width: 100%;
  text-align: left;
  height: 50px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  position: relative;
  padding-right: 2rem;
  color: #2d2d37
}

#build_widget {
  color: #fff;
  background-color: #e32b1c;
  font-family: 'Montserrat', sans-serif;
  padding: 8px 16px;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  min-height: 36px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 500;
  line-height: 1.4em;
  border-radius: 4px;
  text-transform: uppercase;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}

.widget-container label {
  display: block;
  margin-bottom: .4rem;
  margin-top: .4rem;
  font-weight: normal;
  clear: both;
  font-size: 20px;
}

#widget, #code{
  display: none;
}

.select, .checkboxes {
  float: left;
  margin: 1rem 0;
}

.checkboxes{
  clear: both;
  width: 100%;
  display: flex;
  margin: 1.4rem .4rem;
  text-align: center;
}

.checkboxes .choice{
  text-align: center;
  margin-right: 20px;
}

.checkboxes .choice input{
  margin: 0 auto;
}
.checkboxes .choice label{
  font-size: 16px;
}

#build_widget{
  clear: both;

}

.select.large{
  width: 100%;
}
.select.medium{
  width: 65%;
}
.select.small{
  width: 32%;
  margin-right: 2%;
}

.select.small.last{
  margin-right: 0;
}

#copy {
  color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  background-color: #3C82F0;
  padding: 8px 16px;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  min-height: 36px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 500;
  line-height: 1.4em;
  border-radius: 4px;
  text-transform: uppercase;
}

.widget .main-container.no_image .grid-el-container > a{
  display: none;

}

.widget .main-container.no_image .grid-el-container > .responsive {
  width: 100%!important;
  margin: 0;
  padding: 0 15px;
}

.widget .more{
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 4px 6px;
  background: #f4f4f4;
  font-size: 14px;
}

.widget .navbar{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}

.select2-container {
  width: 100%!important;
}

.widget #wpadminbar {
  display: none;
}