/* #######################################################################

	2.	Shortcodes

####################################################################### */
.one_half {
  width: 48%;
}

.one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  width: 100%;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
}

.last {
  margin-right: 0 !important;
}

@media screen and (min-width: 60em) {
  .the-content {
    display: flow-root;
  }

  .the-content > .one_half,
  .the-content > .one_third,
  .the-content > .two_third,
  .the-content > .three_fourth,
  .the-content > .one_fourth,
  .the-content > .one_fifth,
  .the-content > .two_fifth,
  .the-content > .three_fifth,
  .the-content > .four_fifth,
  .the-content > .one_sixth,
  .the-content > .five_sixth {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}

.status,
.comment-body em {
  display: block;
  width: 96%;
  padding: 10px 2%;
  border-radius: 4px;
  margin: 0.5em 0 1em 0;
}

.status.oops {
  background: #f9e1e1;
  border: 1px solid #eec4c4;
}

.status.less-oops,
.comment-body em {
  background: #fde8d9;
  border: 1px solid #e1c5af;
}

.status.ok {
  background: #d2ebd1;
  border: 1px solid #bad2ba;
}

.status p {
  margin: 0.5em 0;
}

a.btn,
button,
a.button,
a.button:visited,
.password-protect input[type=submit],
.form-submit input, .comment-reply a {
  padding: 0.75em 1.75em 0.8em 1.75em;
  width: auto;
  background: none;
  border: none;
  display: inline-block;
  color: #fff !important;
  background: #f88172;
  text-decoration: none;
  transition: background 0.25s ease-in;
  vertical-align: middle;
  margin-bottom: 10px;
  font-weight: 400;
  border-radius: 3px;
}

a.button.square {
  border-radius: 2px;
}

a.button.large,
a.btn.large {
  padding: 20px 60px;
}

a.button:hover,
a.btn:hover,
button:hover,
.password-protect input[type=submit]:hover, .form-submit input:hover, .comment-reply a:hover {
  text-decoration: none;
  background: #363f48;
}

a.button:active {
  position: relative;
  top: 1px;
}

a.button.grey {
  background: #757c7e;
}

a.button.grey:hover {
  background: #3e4345;
}

a.button.black {
  background: #333;
}

a.button.black:hover {
  background: #000;
}

a.button.green {
  background: #b3ce7e;
}

a.button.green:hover {
  background: #7e9b47;
}

a.button.light-blue {
  background: #8aabb5;
}

a.button.light-blue:hover {
  background: #4b7784;
}

a.button.blue {
  background: #3b98b4;
}

a.button.blue:hover {
  background: #266476;
}

a.button.red {
  background: #f77564;
}

a.button.red:hover {
  background: #b75548;
}

a.button.orange {
  background: #f7a664;
}

a.button.orange:hover {
  background: #cf6916;
}

a.button.purple {
  background: #a18bcf;
}

a.button.purple:hover {
  background: #6547a4;
}

a.button.pink {
  background: #e38f8f;
}

a.button.pink:hover {
  background: #c76d6d;
}

.mt-tabs .ui-tabs-hide {
  position: absolute;
  left: -99999em;
}

.mt-tabs {
  background: none;
  margin: 0 0 2em 0;
}

.mt-tabs ul.nav {
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
  background: none;
  border: 0;
  float: none;
}

.mt-tabs ul.nav li {
  float: left;
  position: relative;
  margin: 0 2px -1px 0 !important;
  z-index: 10;
  list-style: none !important;
}

.mt-tabs ul.nav li a {
  border: 1px solid #dfdfdf !important;
  border-bottom: none !important;
  display: block;
  overflow: hidden;
  padding: 5px 10px 0 10px;
  height: 26px;
  background: #fcfcfc;
  margin: 0 !important;
  text-decoration: none;
  color: #373737 !important;
  border-radius: 3px 3px 0 0;
}

.mt-tabs ul.nav li a:hover {
  background: #fff !important;
  margin: 0 !important;
}

.mt-tabs ul.nav li.ui-tabs-selected a {
  height: 27px;
  background: #fff;
}

.mt-tabs .tab {
  background: #fff;
  padding: 10px;
  border: 1px solid #dfdfdf;
}

.toggle {
  margin: 0 0 2em 0;
}

.toggle .toggle-title {
  display: block;
  padding: 10px 10px 10px 30px;
  background: #fcfcfc;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  outline: none;
  position: relative;
}

.toggle .toggle-title:hover {
  border: 1px solid #c5c5c5;
}

.toggle-inner {
  padding: 10px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-top: none;
}

.toggle span.ui-icon {
  background: url(../img/toggle-open.png) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -6px 0 0 0;
}

.toggle .ui-state-active .ui-icon {
  background: url(../img/toggle-close.png) no-repeat;
}

.clearfix {
  display: flow-root;
}

.bullets ul li, .bullets ol li {
  list-style-type: none;
  background: url(../img/tick-green.png) 0 0.75em no-repeat;
  margin-left: -1em;
  padding: 0.25em 0 0.25em 2em;
}

.bullets.green li {
  background-image: url(../img/tick-green.png);
}

.bullets.red li {
  background-image: url(../img/tick-red.png);
}

.bullets.black li {
  background-image: url(../img/tick-black.png);
}

.bullets.light-blue li {
  background-image: url(../img/tick-light-blue.png);
}

.bullets.blue li {
  background-image: url(../img/tick-blue.png);
}

.bullets.grey li {
  background-image: url(../img/tick-grey.png);
}

.bullets.orange li {
  background-image: url(../img/tick-orange.png);
}

.bullets.pink li {
  background-image: url(../img/tick-pink.png);
}

.bullets.purple li {
  background-image: url(../img/tick-purple.png);
}

