/*
  Hide WordPress stuff
*/
#tdc-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: left 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s, box-shadow 0.4s ease 0s;
  -moz-transition: left 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s, box-shadow 0.4s ease 0s;
  -o-transition: left 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s, box-shadow 0.4s ease 0s;
  transition: left 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s, box-shadow 0.4s ease 0s;
  overflow: hidden;
}
#tdc-sidebar:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  z-index: -1;
}
#tdc-sidebar:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url('../images/bg-composer.jpg');
  z-index: -2;
  opacity: 1;
}
.tdc-sidebar-hidden {
  left: -300px !important;
}
.tdc-sidebar-inline {
  position: absolute !important;
}
.tdc-sidebar-inline#tdc-sidebar {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) !important;
}
.tdc-sidebar-inline#tdc-sidebar:before {
  opacity: 1;
}
.tdc-sidebar-inline#tdc-sidebar .tdc-icon-bullet {
  background: url('../images/sidebar/spritesheet.png');
  top: 11px;
  left: 11px;
  background-position: -54px -35px;
  width: 20px;
  height: 20px;
}
.tdc-sidebar-inline .tdc-top-buttons {
  z-index: 110;
}
.tdc-sidebar-inline .tdc-sidebar-bottom {
  z-index: 105;
}
.tdc-sidebar-hidden .tdc-top-buttons,
.tdc-sidebar-hidden .tdc-sidebar-bottom {
  width: 300px;
}
.tdc-sidebar-hidden#tdc-sidebar {
  border-right: none;
}
.tdc-no-sidebar {
  left: 0 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*
  Top buttons
*/
.tdc-top-buttons {
  height: 43px;
  width: 300px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
.tdc-top-buttons .tdc-add-element {
  width: 110px;
  font-size: 12px;
  line-height: 43px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-left: 10px;
  padding-left: 14px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tdc-top-buttons .tdc-add-element .tdc-icon-add {
  position: absolute;
  top: 11px;
  right: 8px;
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  background-position: -95px -5px;
  width: 20px;
  height: 20px;
}
.tdc-top-buttons .tdc-add-element:hover {
  background-color: #268ac2;
}
.tdc-top-buttons .tdc-window-open {
  background-color: #fff;
  color: #000000;
}
.tdc-top-buttons .tdc-window-open .tdc-icon-add {
  background: url('../images/sidebar/spritesheet.png');
  background-position: -5px -5px;
  width: 20px;
  height: 20px;
}
.tdc-top-buttons .tdc-window-open:hover {
  background-color: #fff;
}
.tdc-view-page {
  width: 44px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 97px;
  cursor: pointer;
}
.tdc-view-page:hover {
  background-color: #268ac2;
}
.tdc-view-page .tdc-icon-view {
  position: absolute;
  top: 9px;
  right: 10px;
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  background-position: -63px -124px;
  width: 24px;
  height: 20px;
}
.tdc-save-page {
  width: 44px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 53px;
  cursor: pointer;
}
.tdc-save-page:hover {
  background-color: #268ac2;
}
.tdc-save-page .tdc-icon-save {
  position: absolute;
  top: 10px;
  right: 12px;
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  background-position: -125px -5px;
  width: 20px;
  height: 20px;
}
.tdc-close-page {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.tdc-close-page:hover {
  background-color: #268ac2;
}
.tdc-close-page .tdc-icon-close {
  position: absolute;
  top: 10px;
  right: 11px;
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  background-position: -5px -125px;
  width: 20px;
  height: 20px;
}
/*
  Modal window
*/
.tdc-sidebar-modal {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  -moz-transition: visibility 0.2s linear, opacity 0.2s linear;
  -o-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 43px;
  bottom: 43px;
  padding-top: 61px;
  padding-bottom: 10px;
  z-index: 100;
  overflow: hidden;
}
.tdc-sidebar-modal .tdc-sidebar-modal-content {
  overflow-y: scroll;
  width: 317px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.tdc-sidebar-modal .tdc-sidebar-modal-search {
  position: absolute;
  top: 20px;
  left: 20px;
  border-bottom: 1px solid #ddd;
}
.tdc-sidebar-modal .tdc-sidebar-modal-search input[type=text] {
  border: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  color: #888;
  outline: 0;
  width: 258px;
  font-size: 12px;
}
.tdc-sidebar-modal .tdc-modal-magnifier {
  position: absolute;
  right: 0;
  top: 2px;
  background: url('../images/sidebar/spritesheet.png');
  background-position: -140px -35px;
  width: 20px;
  height: 20px;
}
.tdc-sidebar-modal .tdc-element-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  width: 40px;
}
.tdc-modal-open {
  opacity: 1;
  visibility: visible;
}
.tdc-sidebar-element {
  height: 30px;
  padding-bottom: 7px;
  position: relative;
  cursor: pointer;
}
.tdc-sidebar-element:hover {
  opacity: 0.65;
}
.tdc-sidebar-separator {
  line-height: 1;
  border-bottom: 1px solid #ededed;
  margin: 21px 20px 15px 0;
  padding-bottom: 6px;
  font-size: 12px;
  color: #666;
  cursor: default;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none;
}
.tdc-element-ico {
  height: 24px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 3px;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tdc-element-id {
  margin-left: 55px;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
}
.tdc-sidebar-modal-menu .tdc-sidebar-modal-content {
  padding-left: 0;
}
.tdc-sidebar-modal-menu .td-box-close-open-icon {
  background: url(../images/sidebar/spritesheet.png);
  background-repeat: no-repeat;
  position: relative;
  top: 8px;
  left: -10px;
  background-position: -5px -4px;
  width: 20px;
  height: 20px;
}
.tdc-sidebar-modal-menu .td-box-close .td-box-close-open-icon {
  background-position: -65px -5px;
}
.tdc-sidebar-modal-menu .td-box-header {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: -1px;
}
.tdc-sidebar-modal-menu select {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  margin: 0;
  padding: 0 4px;
}
/*
  Breadcrumbs
*/
.tdc-breadcrumbs {
  clear: left;
  padding: 0 12px;
  min-height: 20px;
  margin-top: 8px;
}
.tdc-breadcrumbs a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.tdc-breadcrumbs a:hover {
  opacity: 1;
}
.tdc-breadcrumb-arrow {
  display: inline-block;
  background: url('../images/sidebar/spritesheet.png');
  position: relative;
  top: 2px;
  left: 2px;
  background-position: -5px -35px;
  width: 10px;
  height: 10px;
}
.tdc-current-element-head {
  font-size: 14px;
  margin-top: 0;
  color: #fff;
  display: inline-block;
  position: relative;
}
.tdc-current-element-head:hover {
  cursor: pointer;
}
.tdc-current-element-head:hover span:before {
  background-color: #000;
  transform: translate3d(5px, 0, 0);
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
}
.tdc-current-element-head span {
  padding: 2px 10px 19px 12px;
  display: inline-block;
}
.tdc-current-element-head span:before {
  content: '';
  position: absolute;
  top: 3px;
  right: -9px;
  background: url(../images/sidebar/spritesheet.png);
  background-repeat: no-repeat;
  background-position: -154px -126px;
  width: 17px;
  height: 16px;
  border-radius: 2px;
  display: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tdc-current-element-head.tdc-block-selection span:before {
  display: block !important;
}
.tdc-current-element-siblings {
  font-size: 12px;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  padding: 0 16px;
  cursor: pointer;
  top: 100px;
  left: -5px;
  width: 116%;
  height: calc(100% - 142px);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  overflow-y: scroll;
  box-sizing: border-box;
}
.tdc-current-element-siblings .tdc-selected-option .tdc-element-id {
  color: #4db2ec;
}
.tdc-current-element-siblings li:hover .tdc-element-id {
  color: #4db2ec;
}
.tdc-current-element-siblings li {
  position: relative;
}
.tdc-current-element-siblings-visible {
  opacity: 1;
  pointer-events: all;
}
#tdc-breadcrumb-row,
#tdc-breadcrumb-column,
#tdc-breadcrumb-inner-row,
#tdc-breadcrumb-inner-column {
  display: none;
  float: left;
}
/*
  inspector + tabs
*/
.tdc-inspector-wrap {
  overflow: hidden;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 43px 0;
}
.tdc-inspector-active:after {
  content: '';
  width: 100%;
  height: 2000px;
  position: absolute;
  background-color: #fff;
  top: 200px;
  left: 0;
}
.tdc-inspector {
  overflow-y: scroll;
  width: 317px;
  height: 100%;
}
.tdc-tabs {
  padding: 0 12px;
}
.tdc-tabs a {
  padding: 8px 12px 7px 12px;
  display: inline-block;
  position: relative;
  top: 1px;
  color: #fff !important;
  background-color: #000;
  text-decoration: none;
  font-size: 12px;
  outline: none !important;
}
.tdc-tabs .tdc-tab-active {
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff;
  position: relative;
  z-index: 2 !important;
  color: #000 !important;
}
.tdc-tabs .tdc-tab-active:before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: -5px;
  z-index: 1;
  width: 125%;
  height: 12px;
  background-color: #fff;
}
.tdc-tabs-wrapper {
  height: 100%;
}
.tdc-tab-content-wrap {
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1) !important;
  padding: 18px 13px 15px 14px;
  background-color: #fff;
  height: 100%;
  position: relative;
  z-index: 1;
}
.tdc-tab-content-wrap:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 20px;
  background-color: #fff;
}
.tdc-tab-content-wrap div.tdc-tab-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 270px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tdc-tab-content-wrap div.tdc-tab-content-visible {
  visibility: visible;
  opacity: 1;
}
.tdc-tab-content-wrap .tdc-row-col-dropdown,
.tdc-tab-content-wrap .tdc-innerRow-col-dropdown {
  margin-bottom: 22px !important;
  margin-top: 4px;
}
/*
placeholder when sidebar is empty
*/
.tdc-empty-sidebar {
  width: 317px;
  position: absolute;
  top: 55px;
  bottom: 35px;
  text-align: center;
  color: #000000;
  overflow-y: scroll;
}
.tdc-empty-sidebar .tdc-start-tips {
  padding: 26px 26px 2px;
  line-height: 22px;
  font-size: 13px;
  margin-bottom: 7px;
  text-align: center;
  color: #fff;
}
.tdc-empty-sidebar .tdc-start-tips img {
  display: table;
  width: 80px;
  margin: 0 auto 20px;
  opacity: 0.96;
}
.tdc-empty-sidebar .tdc-start-tips span {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 21px;
}
.tdc-empty-sidebar .tdc-start-tips p {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
.tdc-empty-sidebar .tdc-start-tips p span {
  font-size: 13px;
  line-height: 20px;
  color: #9edfff;
}
.tdc-empty-sidebar .tdc-add-element {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 16px 30px 15px;
  line-height: 1;
  background-color: #4db2ec;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tdc-empty-sidebar .tdc-add-element:hover {
  color: #ffffff;
  background-color: #268ac2;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}
/*
  sidebar row operations buttons (delete clone)
*/
.tdc-sidebar-row-buttons {
  margin-top: 20px;
  padding-top: 27px;
  border-top: 1px dashed #eeeeee;
  text-align: center;
  margin-bottom: 40px;
}
.tdc-sidebar-row-buttons .tdc-sidebar-button {
  display: inline-block;
  padding: 6px 12px 7px 12px;
  margin: 0 3px;
  cursor: pointer;
  text-align: center;
  color: white;
  background-color: #000;
  min-width: 71px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tdc-sidebar-row-buttons .tdc-sidebar-button:hover {
  background-color: #268ac2;
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.14);
}
/*
  sidebar bottom
*/
.tdc-sidebar-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  width: 300px;
  background-color: #333;
  height: 43px;
  z-index: 50;
}
.tdc-sidebar-info {
  display: block;
  position: absolute;
  left: 0;
  bottom: 43px;
  max-width: 260px;
  background-color: #eee;
  padding: 0 10px;
  font-size: 11px;
  line-height: 18px;
  overflow: hidden;
}
/*
  sidebar bottom buttons
*/
.tdc-sidebar-bottom-button {
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.tdc-sidebar-bottom-button:hover {
  background-color: #000;
}
.tdc-sidebar-bottom-button.tdc-window-open {
  background-color: #000;
}
.tdc-sidebar-bottom-button.tdc-window-open span {
  opacity: 0.75;
}
.tdc-sidebar-bottom-button.tdc-window-open:hover {
  background-color: #111111;
}
.tdc-sidebar-close {
  position: absolute;
  top: 0;
  left: 0;
}
.tdc-sidebar-close .tdc-icon-sidebar-close {
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 11px;
  background-position: -35px -5px;
  width: 20px;
  height: 20px;
}
.tdc-sidebar-open {
  width: 43px;
  height: 43px;
  position: fixed;
  bottom: 0;
  left: -43px;
  background-color: #fff;
  cursor: pointer;
  z-index: 52;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1) !important;
}
.tdc-sidebar-open .tdc-icon-sidebar-open {
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 11px;
  background-position: -65px -5px;
  width: 20px;
  height: 20px;
}
.tdc-sidebar-reopen {
  -webkit-transition: left 0.4s ease 0.4s;
  -moz-transition: left 0.4s ease 0.4s;
  -o-transition: left 0.4s ease 0.4s;
  transition: left 0.4s ease 0.4s;
  left: 0;
}
.tdc-bullet {
  position: absolute;
  top: 0;
  left: 43px;
}
.tdc-bullet .tdc-icon-bullet {
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 12px;
  background-position: -25px -35px;
  width: 20px;
  height: 20px;
}
.tdc-main-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.tdc-main-menu .tdc-icon-view {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  background-position: 0 -154px;
  width: 24px;
  height: 20px;
}
#tdc-restore {
  position: fixed;
  left: 301px;
  bottom: 43px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #000;
  padding: 4px 10px;
  display: none;
}
#tdc-restore-content {
  display: none;
  position: fixed;
  left: 301px;
  bottom: 69px;
  font-size: 12px;
  color: #000000;
  background-color: #fff;
  border: 1px solid red;
  width: 520px;
  max-height: 200px;
  overflow-y: scroll;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
#tdc-live-panel .td-box-description {
  padding-bottom: 15px;
}
#tdc-live-panel .td-box-content {
  padding-bottom: 25px;
}
#tdc-live-panel .td-wrapper-radio-buttons {
  padding-bottom: 0;
}
#tdc-live-panel ul {
  margin: 0;
}
#tdc-live-panel .td-box {
  margin: 0;
}
#tdc-live-panel .td-box-header {
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: none;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
#tdc-live-panel .tdc-panel-menu {
  cursor: pointer;
}
#tdc-live-panel .tdc-panel-menu:hover {
  color: #4db2ec;
}
#tdc-live-panel .td-box-content {
  padding-left: 12px;
  padding-right: 12px;
}
#tdc-live-panel .td-box-control-full {
  width: 100%;
}
#tdc-live-panel .td-wrapper-radio-buttons a {
  width: auto;
  max-width: 100%;
  margin-right: 0;
}
#tdc-live-panel .td_panel_box_header_style .td-small-wrapper-o-separator {
  margin-bottom: 20px;
  margin-right: 20px;
}
#tdc-live-panel .td_panel_box_header_style .td-small-wrapper-o-separator:nth-child(2n) {
  margin-right: 0;
}
#tdc-live-panel .td_panel_box_header_style .td-visual-selector-o-img {
  padding: 5px !important;
}
#tdc-menu-settings,
#tdc-page-settings {
  box-sizing: border-box;
  position: fixed;
  border: 1px solid #ddd;
  width: 1100px;
  min-width: 800px;
  height: 600px;
  min-height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  margin: 0 auto;
  background-color: #fff;
  display: none;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15) !important;
}
#tdc-menu-settings header,
#tdc-page-settings header {
  margin: -1px 0 0 -1px;
  height: 35px;
  background-color: #000;
}
#tdc-menu-settings header .title,
#tdc-page-settings header .title {
  padding: 9px 0 0 19px;
  float: left;
  font-size: 12px;
  color: #fff;
  pointer-events: none;
}
#tdc-menu-settings footer,
#tdc-page-settings footer {
  margin-left: -1px;
  padding: 4px;
  height: 39px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-top-color: #e3e3e3;
  box-sizing: border-box;
}
#tdc-menu-settings .content,
#tdc-page-settings .content {
  height: calc(100% - 72px);
}
.tdc-iframe-close-button {
  position: relative;
  float: right;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.05s ease-in-out;
  -moz-transition: background-color 0.05s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out;
  transition: background-color 0.05s ease-in-out;
}
.tdc-iframe-close-button:hover {
  background-color: #268ac2;
}
.tdc-iframe-close-button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  background-position: -5px -126px;
}
.tdc-iframe-apply-button,
.tdc-iframe-ok-button {
  position: relative;
  float: right;
  background-color: #000;
  margin-left: 5px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.05s ease-in-out;
  -moz-transition: background-color 0.05s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out;
  transition: background-color 0.05s ease-in-out;
}
.tdc-iframe-apply-button:hover,
.tdc-iframe-ok-button:hover {
  background-color: #268ac2;
}
.tdc-iframe-apply-button:before,
.tdc-iframe-ok-button:before {
  display: block;
  padding: 0 18px;
  line-height: 29px;
}
.tdc-iframe-apply-button:before {
  content: 'Apply';
}
.tdc-iframe-ok-button:before {
  content: 'Ok';
}
#tdc-wpeditor {
  box-sizing: border-box;
  position: fixed;
  border: 1px solid #ddd;
  height: 750px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  margin: 0 auto;
  background-color: #FFFFFF;
  display: none;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15) !important;
}
#tdc-wpeditor header {
  margin: -1px 0 0 -1px;
  height: 35px;
  background-color: #000;
}
#tdc-wpeditor header #title {
  padding: 9px 0 0 19px;
  float: left;
  font-size: 12px;
  color: #fff;
}
#tdc-wpeditor .content {
  height: calc(100% - 35px);
}
/* ----------------------------------------------------------------------------------------
  When a element is dropped, the job is running and we're waiting for new content
*/
@keyframes tdc-dropped-colorchange {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes tdc-dropped-colorchange {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.tdc-dropped,
.tdc-dropped-wpeditor {
  position: relative;
  max-height: 600px;
  min-height: 120px;
  overflow: hidden;
  margin-bottom: 45px;
}
.tdc-dropped .td-video-play-ico,
.tdc-dropped-wpeditor .td-video-play-ico {
  display: none;
}
.tdc-dropped:before,
.tdc-dropped-wpeditor:before {
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  content: '';
  z-index: 1;
  min-height: 100px;
  background-color: white;
}
.tdc-dropped:after,
.tdc-dropped-wpeditor:after {
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #f1f1f1 url("../images/loader.gif") no-repeat;
  content: '';
  z-index: 2;
  background-position: center;
  animation: tdc-dropped-colorchange 1s linear infinite;
  -webkit-animation: tdc-dropped-colorchange 1s linear infinite;
}
.tdc-dropped-wpeditor {
  max-height: none;
}
.clear-position {
  transform: none !important;
}
/*
  Full screen loader
*/
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
  full screen loader
*/
.tdc-fullscreen-loader-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: 999999;
  background: url('../images/loader.gif');
  background-repeat: no-repeat;
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}
body.tdcComposerLoaded {
  background-color: #fff;
}
body.tdcComposerLoaded > * {
  visibility: visible;
}
body.tdcComposerLoaded .tdc-fullscreen-loader-wrap,
body.tdcComposerLoaded .screen-meta-toggle {
  display: none;
}
/*
  save button loader
*/
.tdc-saving-loader {
  background-color: transparent !important;
}
.tdc-saving-loader .tdc-icon-save {
  background-position: 3px 2px !important;
  background: transparent url("../images/loader-small.gif") no-repeat;
}
/*
  Open editor loader - it's not here, it's in assets/less_wp_admin/wp_admin_main.less
*/
body.tdc #adminmenuback,
body.tdc #adminmenuwrap,
body.tdc #local-storage-notice,
body.tdc #setting-error-tgmpa,
body.tdc #wpfooter,
body.tdc #wpadminbar,
body.tdc #vc_ui-panel-add-element,
body.tdc #vc_ui-panel-edit-element,
body.tdc #vc_ui-panel-templates,
body.tdc #vc_ui-panel-post-settings,
body.tdc #vc_ui-panel-row-layout {
  display: none;
}
body.tdc #wpcontent,
body.tdc #wpfooter {
  margin-left: 0 !important;
  padding-left: 0 !important;
  width: 100%;
}
/*body.tdc #wpbody {*/
/*top: -64px; */
/* two adminbar heights */
/*}*/
.td_composer {
  padding-top: 0 !important;
}
.td_composer #wpcontent {
  position: absolute;
}
.td_composer #wpbody {
  height: 100%;
}
body.tdc #wpbody-content {
  padding-bottom: 0;
}
#tdc-live-iframe-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: padding 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: padding 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: padding 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: padding 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tdc-live-iframe-wrapper-inline {
  padding-left: 300px !important;
  position: absolute !important;
  -webkit-transition: padding 0.4s ease;
  -moz-transition: padding 0.4s ease;
  -o-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
.tdc-live-iframe-wrapper-inline .tdc-notice-wrapper {
  padding-left: 300px;
}
#tdc-live-iframe {
  margin: 0 auto !important;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04) !important;
  -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04) !important;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04) !important;
}
.tdc-remove-iframe {
  opacity: 0 !important;
}
.tdc-live-iframe-temp {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#tdc-iframe-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
}
.tdc-iframe-cover-show {
  opacity: 0.7 !important;
  pointer-events: all !important;
}
#tdc-dragged-helper {
  display: none;
  position: fixed;
  margin: 10px;
  width: 40px;
  height: 24px;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  color: #FFFFFF;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: grab;
}
.minimize {
  transform: scale(0.175);
}
.tdc-notice-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.tdc-live-iframe-wrapper-full .tdc-notice-wrapper {
  padding-left: 300px;
}
.tdc-notice,
.tdc-notice-error {
  height: 43px;
  color: white;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 43px;
  padding-left: 20px;
  position: relative;
}
.tdc-notice:before,
.tdc-notice-error:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 43px;
  left: 0;
  background-color: #fff;
}
.tdc-notice:last-child:before,
.tdc-notice-error:last-child:before {
  display: none;
}
.tdc-notice {
  background-color: #88be4e;
}
.tdc-notice-error {
  background-color: red !important;
}
.tdc-close-notice {
  display: none;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: -5px -125px;
  width: 20px;
  height: 20px;
}
