@charset "UTF-8";
/**
 * Description: RT-Theme Admin CSS File
 * Version: 1.0.0
 * Author: RT-Themes - http://rtthemes.com
 */
/* ==========================================================================
   Custom Meta Form
   ========================================================================== */
.rt-metaboxes {
  padding: 10px;
  width: 100%;
  /* hidden options */
}
.rt-metaboxes, .rt-metaboxes *, .rt-metaboxes *:before, .rt-metaboxes *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rt-metaboxes .wp-core-ui, .rt-metaboxes .wp-core-ui * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.rt-metaboxes input:focus {
  outline: none;
}
.rt-metaboxes .form_element:hover {
  background: #ECECEC;
}
.rt-metaboxes .form_element {
  background: #F5F5F5;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  text-shadow: 1px 1px #FFFFFF;
}
.rt-metaboxes .form_element.inline {
  display: inline-block;
  max-width: 300px;
  width: 100%;
}
.rt-metaboxes .form_element.rangeinput {
  display: block;
}
.rt-metaboxes .form_element .button {
  height: 27px;
  margin-top: 1px;
  vertical-align: top;
}
.rt-metaboxes .color_field {
  display: block;
  position: relative;
}
.rt-metaboxes .form_element.color {
  width: 90px;
  position: relative;
}
.rt-metaboxes .sp-replacer {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 3px;
}
.rt-metaboxes .sp-replacer .sp-dd {
  display: none;
}
.rt-metaboxes .sp-preview {
  border: 1px solid #B1B1B1;
  float: left;
  height: 20px;
  margin-right: 3px;
  width: 20px;
  z-index: 0;
  border-radius: 50%;
  overflow: hidden;
  top: 2px;
}
.rt-metaboxes .form_element.radio {
  width: auto !important;
  font-size: 11px;
  color: #868686;
  text-shadow: 1px 1px 0px  #fff;
  padding: 10px;
}
.rt-metaboxes span.radio_button_holder {
  margin-right: 10px;
  display: inline-block;
}
.rt-metaboxes span.radio_button_holder label {
  padding-left: 5px !important;
  display: inline-block;
}
.rt-metaboxes input[type="text"], .rt-metaboxes textarea {
  width: 100%;
  font-size: 12px;
  border: 1px solid #D9D9D9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 6px;
  margin: 0;
  -moz-box-shadow: 1px 1px 0px #fff;
  -webkit-box-shadow: 1px 1px 0px #fff;
  box-shadow: 1px 1px 0px #fff;
  display: block;
  min-width: 40px;
  line-height: 1;
}
.rt-metaboxes input[type=text]:focus, .rt-metaboxes textarea:focus {
  border: 1px solid #D0D0D0;
  -moz-box-shadow: inset 0 0 2px #CFD7D5;
  -webkit-box-shadow: inset 0 0 2px #CFD7D5;
  box-shadow: inset 0 0 2px #CFD7D5;
}
.rt-metaboxes textarea {
  height: 100px;
}
.rt-metaboxes .wp-editor-area {
  height: 300px;
}
.rt-metaboxes select {
  width: 100%;
  font-size: 12px !important;
  border: 1px solid #D9D9D9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 6px 6px 6px !important;
  margin: 0;
  -moz-box-shadow: 1px 1px 0px #fff;
  -webkit-box-shadow: 1px 1px 0px #fff;
  box-shadow: 1px 1px 0px #fff;
  height: 28px !important;
  outline: none;
}
.rt-metaboxes select.withbutton {
  width: 85%;
}
.rt-metaboxes .form_element.rt_checkbox {
  width: 24px;
}
.rt-metaboxes .key_list {
  display: block;
  clear: both;
}
.rt-metaboxes .key_list li {
  float: left;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #E4E4E4;
  font-size: 10px;
  padding: 2px 4px;
  margin: 2px;
}
.rt-metaboxes .hidden_options_set {
  border: 2px dashed #dfe3d0;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.rt-metaboxes .hidden_options_set:before {
  border-color: transparent transparent #dfe3d0;
  border-style: solid;
  border-width: 10px;
  content: "";
  margin-left: -5px;
  margin-top: -20px;
  position: absolute;
  top: 0;
  z-index: 9999;
}

.rt-metaboxes-footer {
  z-index: 1;
  position: relative;
  margin: 0 -12px -12px;
  background: #f5f5f5;
  padding: 20px;
  border-top: 1px solid #eeeeee;
  text-align: right;
}

.rt-metaboxes .asmSelect, .widget-content .asmSelect {
  display: inline;
}
.rt-metaboxes .asmOptionDisabled, .widget-content .asmOptionDisabled {
  color: #999;
}
.rt-metaboxes .asmHighlight, .widget-content .asmHighlight {
  padding: 3px 0;
  margin: 0;
  width: 100%;
  display: block;
}
.rt-metaboxes .asmList, .widget-content .asmList {
  margin: 0.25em 0 1em 0;
  position: relative;
  display: block;
  padding-left: 0;
  list-style: none;
}
.rt-metaboxes .asmListItem, .widget-content .asmListItem {
  position: relative;
  list-style: none;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  color: #989898;
  width: 100% !important;
  margin: 5px 0;
  padding: 4px 0;
  line-height: 1em;
}
.rt-metaboxes .asmListItem:hover, .widget-content .asmListItem:hover {
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.rt-metaboxes .asmListItemLabel, .widget-content .asmListItemLabel {
  padding: 5px;
  display: block;
}
.rt-metaboxes .asmListSortable .asmListItemLabel, .widget-content .asmListSortable .asmListItemLabel {
  cursor: move;
}
.rt-metaboxes .asmListItemRemove, .widget-content .asmListItemRemove {
  position: absolute;
  right: 5px;
  top: 7px;
  padding: 1px 5px 3px 6px;
  margin: 0;
  line-height: 12px;
  display: inline-block;
  background-color: #D0D3D1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
.rt-metaboxes .asmListItemRemove:hover, .widget-content .asmListItemRemove:hover {
  background-color: #B90A00;
  color: #fff;
  text-decoration: none;
}

.display_file_name {
  padding-left: 7px;
  padding-top: 4px;
  vertical-align: middle;
}

/* cols
   ========================================================================== */
.rt-metaboxes .boxes {
  display: inline-block;
  clear: both;
  width: 100%;
}
.rt-metaboxes .boxes.box_border .box {
  -webkit-box-shadow: -1px 0 0 0 #EFEFEF inset;
  -moz-box-shadow: -1px 0 0 0 #EFEFEF inset;
  box-shadow: -1px 0 0 0 #EFEFEF inset;
}
.rt-metaboxes .boxes.box_border .box:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.rt-metaboxes .box {
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
  border: 0;
}
.rt-metaboxes .paddings .box {
  padding: 0 30px;
}
.rt-metaboxes .paddings_small .box {
  padding: 0 5px;
}
.rt-metaboxes .box.box_border {
  box-shadow: 0 0 0;
}
.rt-metaboxes .box.four {
  width: 25%;
}
.rt-metaboxes .box.three {
  width: 33.3333%;
}
.rt-metaboxes .box.two {
  width: 50%;
}
.rt-metaboxes .box.one {
  width: 100%;
}
.rt-metaboxes .box.two-three {
  width: 66.6666%;
}
.rt-metaboxes .box:first-child {
  padding-left: 0;
}
.rt-metaboxes .box:last-child {
  padding-right: 0;
}

/* Tables
   ========================================================================== */
.rt-metaboxes {
  /* info */
  /* hr */
  /* titles */
}
.rt-metaboxes table {
  width: 100%;
  text-align: left;
  font-size: 13px;
  width: 100%;
}
.rt-metaboxes table th {
  width: 350px;
  font-weight: normal;
  color: #666;
}
.rt-metaboxes table th div {
  position: relative;
  padding-right: 25px;
}
.rt-metaboxes table th label {
  display: block;
}
.rt-metaboxes table label span {
  transform: rotateY(180deg);
  margin-right: 10px;
}
.rt-metaboxes table .td_master table th {
  width: 150px;
}
.rt-metaboxes table table .col1 {
  width: 450px;
}
.rt-metaboxes table .col2 {
  vertical-align: middle;
  height: 36px;
}
.rt-metaboxes table.table-row {
  margin-bottom: 10px;
}
.rt-metaboxes .table-row {
  display: hidden;
}
.rt-metaboxes .table-row div.desc {
  opacity: 0;
  display: none;
}
.rt-metaboxes .table-row div.desc.active {
  opacity: 1;
  display: block;
}
.rt-metaboxes .table-row th div .rt-panel-icon-help-circled {
  cursor: pointer;
}
.rt-metaboxes .table-row th div .rt-panel-icon-help-circled:before {
  font-size: 18px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  display: none;
}
.rt-metaboxes .table-row:hover th div .rt-panel-icon-help-circled:before {
  display: inline-block;
}
.rt-metaboxes .table-row th div .clicked:before,
.rt-metaboxes .table-row th div .rt-panel-icon-help-circled:hover {
  color: #7E9E39;
}
.rt-metaboxes table.seperator {
  margin: 40px 0;
  text-shadow: 1px 1px 0px  #fff;
  background: url(../images/line.png) left 18px repeat-x;
  padding: 0 !important;
  position: relative;
}
.rt-metaboxes table.seperator:first-child {
  margin-top: 0;
}
.rt-metaboxes table.seperator td.col1 {
  padding: 0 !important;
  margin: 0;
}
.rt-metaboxes .col1 .desc {
  color: #868686;
  margin: 5px 0 0 0;
  font-style: oblique;
  padding-bottom: 20px;
}
.rt-metaboxes div.desc {
  margin-left: 30px;
  overflow: hidden;
  position: relative;
  color: #888;
  font-size: 12px;
  display: block;
}
.rt-metaboxes .form_element:hover div.desc {
  height: inherit;
  overflow: inherit;
  bottom: 0;
  margin: 10px 0 4px 30px;
  opacity: 1;
}
.rt-metaboxes .col1 .info_text {
  color: #868686;
  margin: 5px 0 0 0;
  font-style: oblique;
  padding-bottom: 20px;
}
.rt-metaboxes hr {
  height: 1px;
  border: 0;
  outline: 0;
  background: #eee;
  margin: 20px 0;
}
.rt-metaboxes h3.page_title {
  color: #63808f;
  font-size: 17px;
  margin: 0;
}
.rt-metaboxes h4.sub_title {
  color: #000;
  padding: 10px 20px 0px 0;
  margin: 0;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  background: #fff;
}
.rt-metaboxes h4.sub_title:before {
  left: -15px;
  position: absolute;
  text-align: left;
}
.rt-metaboxes div.info {
  background: none repeat scroll 0 0 #F5F5F5;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 #DDDDDD, 0 0 0 1px #FFFFFF inset;
  color: #777777;
  display: block;
  margin: 20px 0;
  padding: 20px 10px;
  position: relative;
  text-align: left;
  text-shadow: 1px 1px 0 #FFFFFF;
}
.rt-metaboxes .info.rt-panel-icon-info-circled:before {
  color: #7E9E39;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  top: 17px;
}
.rt-metaboxes .info.rt-panel-icon-info-circled > p {
  margin: 0;
  padding: 0 20px 0 40px;
}

#side-sortables .rt-metaboxes th, #side-sortables .rt-metaboxes td {
  display: block;
  width: 100%;
}

/* ==========================================================================
   Elements
   ========================================================================== */
.customize-control-rt_seperator .customize-control-title {
  position: relative;
  margin: 20px 0 10px;
  letter-spacing: 3px;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #999;
}
.customize-control-rt_seperator .customize-control-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1lx;
  background: transparent;
  top: 50%;
  margin: 0px 0 0 10px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #fafafa;
}

/* no margin no padding */
.nomargin {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}

.nopadding {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

/* ==========================================================================
   Customize control screen
   ========================================================================== */
.customize-control-rt_seperator {
  padding-bottom: 10px;
}

#available-rt-skins .skin img {
  display: block;
  padding: 10px 20px;
  max-width: 260px;
}

#available-rt-skins {
  padding: 20px 0;
}

.selecting-skins #available-rt-skins {
  left: 0;
}

.skins-loading-spinner {
  margin: 20px auto;
  text-align: center;
  display: block;
}

#available-rt-skins {
  position: absolute;
  overflow: auto;
  top: 0px;
  bottom: 0px;
  left: -301px;
  width: 300px;
  margin: 0px;
  z-index: 1;
  background: none repeat scroll 0% 0% #FFF;
  transition: all 0.2s ease 0s;
  border-right: 1px solid #DDD;
}

#available-rt-skins .skin p {
  text-align: center;
  margin-top: 0;
}

#available-rt-skins .skin img {
  cursor: pointer;
}

body.selecting-skins .wp-full-overlay-main {
  left: 300px;
  opacity: 0.4;
}

#rt-skin-selector:before {
  content: "";
  display: inline-block;
  position: relative;
  left: -2px;
  top: -1px;
  font: 400 20px/1 dashicons;
  vertical-align: middle;
  transition: all 0.2s ease 0s;
  -moz-osx-font-smoothing: grayscale;
}

body.selecting-skins #rt-skin-selector:before {
  transform: rotate(45deg);
}

body.selecting-skins #rt-skin-selector {
  box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.5) inset;
}

.customize-control-rt_color .wp-picker-container {
  position: relative;
}

.customize-control-rt_color .wp-picker-container:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==");
  content: "";
  height: 24px;
  left: 1px;
  position: absolute;
  width: 30px;
  z-index: 0;
}

.control-section a.highlight-section {
  background: #e4ac2c;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: -5px;
  padding: 6px;
  text-decoration: none;
}

.rt-hide-section {
  display: none !important;
}

.customize-control-rt_subsection_heading h3 {
  background-color: #fbfbfb;
  border-color: #eaeaea;
  border-style: dashed;
  border-width: 1px 0;
  margin: 40px -20px 20px;
  padding: 10px 20px;
  color: #888;
}
.customize-control-rt_subsection_heading h3 span {
  font-family: dashicons;
  float: left;
  margin-right: 4px;
  vertical-align: middle;
}

#accordion-section-rt_general_options_logos img {
  width: auto !important;
}

.rt-color-control-result {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  height: 22px;
  margin: 0 6px 6px 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom;
  display: inline-block;
  padding-left: 30px;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
  top: 0;
}

.rt-color-control-result:after {
  background: #f7f7f7;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  border-left: 1px solid #ccc;
  color: #555;
  content: attr(title);
  display: block;
  font-size: 11px;
  line-height: 22px;
  padding: 0 6px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
}

/* ==========================================================================
   Admin Bar Icons
   ========================================================================== */
#wp-admin-bar-rt_shortcode_helper_button .ab-icon:before {
  content: "\f475";
  top: 2px;
}

#wp-admin-bar-rt_icons .ab-icon:before {
  content: "\f339";
  top: 1px;
  font-size: 0.9em;
}

/* ==========================================================================
   RT-modal window
   ========================================================================== */
/* shortcode helper */
.rt_modal {
  background: #fff;
  box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.7);
  height: 80%;
  left: 45%;
  margin-left: -40%;
  position: fixed;
  top: 50px;
  width: 90%;
  z-index: 1000000;
  display: none;
  text-align: left;
  font-family: inherit;
}

.rt_modal:after {
  background: none repeat scroll 0 0 transparent;
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.rt_modal .modal_content {
  position: static;
  height: 100%;
  overflow-y: auto;
  padding: 0;
  background: #fff;
}

.rt_modal .window_bar {
  background: none repeat scroll 0 0 #464646;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  padding: 10px 20px;
}

.rt_modal_control {
  background: rgba(255, 255, 255, 0.2);
  line-height: 20px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 20px;
}

.rt_modal_control:hover {
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.rt_modal .window_bar .title {
  display: inline-block;
  margin-right: 10px;
}

.rt_modal .window_bar .title input, #rt_icon_search {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 2px #333 inset;
  -moz-box-shadow: 1px 1px 2px #333 inset;
  box-shadow: 1px 1px 2px #333 inset;
  color: #FFFFFF;
  font-size: 13px;
  width: 200px;
  padding: 7px 7px 6px;
  display: inline-block;
}

.rt_modal .window_bar .title input[type="text"]:focus, #rt_icon_search:focus {
  -webkit-box-shadow: 0 0 2px #CFD7D5 inset;
  -moz-box-shadow: 0 0 2px #CFD7D5 inset;
  box-shadow: 0 0 2px #CFD7D5 inset;
}

.window_bar .left {
  display: inline;
}

/* ==========================================================================
   Shortcode helper window
   ========================================================================== */
#rttheme_shortcode_helper .tab_nav > div {
  background: #fff;
  font-weight: bold;
  padding-left: 10px;
}
#rttheme_shortcode_helper .tab_nav > li {
  font-weight: normal;
  padding-left: 30px;
}
#rttheme_shortcode_helper .parameters {
  border: 1px solid #F0F0F0;
}
#rttheme_shortcode_helper .parameters > li {
  padding: 5px;
}
#rttheme_shortcode_helper .parameters li li {
  padding: 5px;
  margin: 0;
}
#rttheme_shortcode_helper .parameters > li, #rttheme_shortcode_helper .parameters li li {
  border-top: 1px solid #F0F0F0;
}
#rttheme_shortcode_helper .parameters > li:first-child {
  border-top: 0;
}
#rttheme_shortcode_helper .parameters li li:first-child {
  padding-top: 0;
  border-top: 0;
}
#rttheme_shortcode_helper .parameters ul {
  margin-left: 220px;
  padding: 0 0 0 10px;
  border-left: 1px solid #F0F0F0;
}
#rttheme_shortcode_helper .parameters .pname {
  float: left;
  min-width: 200px;
  text-align: right;
  padding: 13px 5px;
  font-weight: bold;
  font-size: 13px;
}
#rttheme_shortcode_helper .parameters .pdesc {
  margin: 0;
}
#rttheme_shortcode_helper .poptionname {
  background: #F0F0F0;
  font-weight: bold;
  margin-right: 5px;
  padding: 0 5px;
}
#rttheme_shortcode_helper .poptions {
  display: block;
  margin-bottom: 5px;
}
#rttheme_shortcode_helper textarea {
  height: 300px;
  padding: 10px;
  width: 100%;
}
#rttheme_shortcode_helper table {
  width: 100%;
}
#rttheme_shortcode_helper td {
  vertical-align: top;
  width: 50%;
  padding: 0 20px;
}
#rttheme_shortcode_helper .insert_to_editor {
  display: none;
}
#rttheme_shortcode_helper .pformat {
  background: #F7F7F7;
  color: #888;
  display: block;
  margin: 10px 0 20px;
  padding: 5px 10px;
}

/* ==========================================================================
   Photo Gallery MetaBox
   ========================================================================== */
.rt_gallery_add_button {
  background: url("../images/add.png") no-repeat scroll 10px 4px #FFFFFF;
  border-radius: 5px;
  color: #A2A2A2;
  cursor: pointer;
  padding: 5px 10px 5px 30px;
  font-size: 11px;
  margin: 0;
}

.rt-gallery-uploaded-photos .ui-sortable-placeholder {
  background: #ddd;
  box-shadow: inset 0 0 0 1px #ccc;
}

.rt-gallery-uploaded-photos.ui-sortable li {
  margin: 2%;
  width: 45%;
  position: relative;
  display: inline-block;
}

.rt-gallery-uploaded-photos.ui-sortable li:hover {
  cursor: move;
}

.rt-gallery-uploaded-photos.ui-sortable li img {
  height: auto;
  display: block;
  min-height: 50px;
  min-width: 100%;
  width: 100%;
}

.rt-gallery-uploaded-photos.ui-sortable li .gallery_delete {
  left: 0;
  top: 0;
  border: 1px solid #E8E8E8;
  height: 16px;
  line-height: 16px;
  position: absolute;
  width: 16px;
  background: url("../images/edit_delete.png") no-repeat scroll 0px -21px #fff;
  cursor: pointer;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
/* global */
.rt_tabs {
  display: inline-block;
  width: 100%;
}
.rt_tabs .tab_nav {
  list-style: none outside none;
}
.rt_tabs .tab_nav > li {
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
.rt_tabs .tab_nav > li.active {
  cursor: default;
  color: #008ec2;
}
.rt_tabs .tab_contents .tab_content_wrapper {
  display: none;
  width: 100%;
}
.rt_tabs .tab_contents .tab_content_wrapper.active {
  display: inline-block;
}
.rt_tabs .tab_contents .tab_title {
  display: none;
  cursor: pointer;
}
.rt_tabs .tab_contents .active > .tab_title {
  cursor: default;
}

/* position 1 */
.rt_tabs.tab-position-1 .tab_nav {
  display: block;
  margin: 0;
  padding: 10px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eee;
}
.rt_tabs.tab-position-1 .tab_nav > li {
  display: inline-block;
  border-color: #eee;
  padding: 10px 20px;
}
.rt_tabs.tab-position-1 .tab_content_wrapper > .tab_title {
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  padding: 10px;
  position: relative;
  margin-bottom: 2px;
}
.rt_tabs.tab-position-1 .tab_content_wrapper.active > .tab_title {
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #eee;
}
.rt_tabs.tab-position-1 .tab_content_wrapper .tab_content {
  padding: 40px 0 10px 0;
}
.rt_tabs.tab-position-1 .tab_nav > li > span:before,
.rt_tabs.tab-position-1 .tab_content_wrapper > .tab_title > span:before {
  margin-right: 5px;
}

/* position 2 */
.rt_tabs.tab-position-2 {
  clear: both;
  display: block;
}
.rt_tabs.tab-position-2 .tab_nav {
  width: 200px;
  border-style: solid;
  border-color: #eee;
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  position: absolute;
  height: 100%;
  overflow-y: auto;
}
.rt_tabs.tab-position-2 .tab_nav > * {
  display: block;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.2em 0.8em;
  margin: 0;
}
.rt_tabs.tab-position-2 .tab_nav > *.active {
  background-color: #eee;
}
.rt_tabs.tab-position-2 .tab_nav > *:hover {
  opacity: 0.7;
}
.rt_tabs.tab-position-2 .tab_nav > li > span:before,
.rt_tabs.tab-position-2 .tab_content_wrapper > .tab_title > span:before {
  margin-right: 5px;
}
.rt_tabs.tab-position-2.left .tab_nav {
  float: left;
  border-width: 0;
}
.rt_tabs.tab-position-2.left .tab_nav > li.active:after {
  right: -3px;
}
.rt_tabs.tab-position-2.left .tab_contents {
  margin-left: 200px;
  padding: 20px 40px;
  border-left: 1px solid #eeeeee;
  min-height: 300px;
}

#rttheme_design_tabs {
  margin: -15px -22px;
}
#rttheme_design_tabs .tab_nav li {
  background-size: 26px 26px;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}
#rttheme_design_tabs [data-tab-number="rttheme-header"] {
  background-image: url(../images/header.svg);
}
#rttheme_design_tabs [data-tab-number="rttheme-topbar"] {
  background-image: url(../images/topbar.svg);
}
#rttheme_design_tabs [data-tab-number="rttheme-subheader"] {
  background-image: url(../images/subheader.svg);
}
#rttheme_design_tabs [data-tab-number="rttheme-sidebar"] {
  background-image: url(../images/sidebar.svg);
}
#rttheme_design_tabs [data-tab-number="rttheme-body"] {
  background-image: url(../images/body.svg);
}
#rttheme_design_tabs [data-tab-number="rttheme-footer"] {
  background-image: url(../images/footer.svg);
}

/* ==========================================================================
   range input
   ========================================================================== */
.rt-metaboxes {
  /* drag handle */
}
.rt-metaboxes .form_element .slider {
  background: linear-gradient(to bottom, #e3e3e3, #ffffff) repeat scroll 0 0 #F3F3F3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05) inset, 0 0 0 1px #FFFFFF;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05) inset, 0 0 0 1px #FFFFFF;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05) inset, 0 0 0 1px #FFFFFF;
  cursor: pointer;
  height: 17px;
  margin: 2px 75px 0 4px;
  position: relative;
  padding: 0;
  top: 6px;
}
.rt-metaboxes .handle {
  background: linear-gradient(to bottom, #f5f5f5, #e7e7e7) repeat scroll 0 0 #F3F3F3;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: move;
  height: 15px;
  position: absolute;
  top: 1px;
  width: 25%;
  margin-left: 1px;
}
.rt-metaboxes .range {
  float: right;
  text-align: center;
  width: 50px !important;
}

/* ==========================================================================
   Loading
   ========================================================================== */
.rt_loading {
  margin: 5px 0 0 30px;
  position: absolute;
}

/* loading */
.rt_loading_bar {
  position: fixed;
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999999;
}

/* ==========================================================================
   Icon selection
   ========================================================================== */
.icon-selection ul li {
  -webkit-box-shadow: 0 0 0 1px #EEEEEE inset;
  -moz-box-shadow: 0 0 0 1px #EEEEEE inset;
  box-shadow: 0 0 0 1px #EEEEEE inset;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  margin: 1%;
  padding: 10px 0;
  text-align: center;
  width: 31%;
  color: #000;
}

.icon-selection ul li:hover {
  box-shadow: 0 0 0 1px #aaa inset;
  cursor: pointer;
}

.admin_bar.icon-selection ul li:hover {
  cursor: text;
}

.icon-selection ul li span {
  display: block;
  font-size: 12px;
  min-height: 44px;
}

.icon-selection ul .blank {
  background: #FBFBFB;
}

.icon-selection ul .blank:before {
  content: "";
  padding: 10px;
}

/* icon list */
.icon_list {
  list-style: decimal;
}

.icon_list {
  margin: 0 0 30px 0;
}

.icon_list .hidden_line {
  display: none;
}

.right-col .icon_list li input {
  display: inline-block;
}

.icon_list li input:first-child {
  width: 9%;
}

.icon_list li input:nth-child(2) {
  width: 85%;
}

.icon_list li .s_delete {
  background-position: 3px -18px;
  border: 1px solid #D9D9D9;
  display: inline-block;
  height: 20px;
  margin-top: 2px;
  padding: 1px 0;
  position: relative;
  vertical-align: top;
  width: 22px;
}

.icon_list li .s_move {
  border: 1px solid #D9D9D9;
  display: inline-block;
  height: 20px;
  margin-top: 2px;
  padding: 1px 0;
  position: relative;
  vertical-align: top;
  width: 22px;
  background: url("../images/move.png") no-repeat scroll center 5px #FFFFFF;
  cursor: move;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.template_button {
  font-size: 12px;
  border: 0;
  color: #fff;
  text-shadow: 1px 1px 0px  #424441;
  border: 1px solid transparent;
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  line-height: 25px;
  background: #89949e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5OTQ5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTY2NzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #89949e 0%, #4e6673 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89949e), color-stop(100%, #4e6673));
  background: -webkit-linear-gradient(top, #89949e 0%, #4e6673 100%);
  background: -o-linear-gradient(top, #89949e 0%, #4e6673 100%);
  background: -ms-linear-gradient(top, #89949e 0%, #4e6673 100%);
  background: linear-gradient(to bottom, #89949e 0%, #4e6673 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89949e', endColorstr='#4e6673',GradientType=0 );
  border-radius: 3px;
}

.template_button:hover {
  cursor: pointer;
  opacity: 0.9;
}

.template_button:active {
  opacity: 1;
  background: #4e6673;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNjY3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTk0OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4e6673 0%, #89949e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e6673), color-stop(100%, #89949e));
  background: -webkit-linear-gradient(top, #4e6673 0%, #89949e 100%);
  background: -o-linear-gradient(top, #4e6673 0%, #89949e 100%);
  background: -ms-linear-gradient(top, #4e6673 0%, #89949e 100%);
  background: linear-gradient(to bottom, #4e6673 0%, #89949e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6673', endColorstr='#89949e',GradientType=0 );
}

.template_button.light {
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd;
  color: #7D7D7D;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
  background: white;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e0e0e0));
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
}

.template_button.light:active {
  background: #e0e0e0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e0e0e0 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #e0e0e0 0%, white 100%);
  background: -o-linear-gradient(top, #e0e0e0 0%, white 100%);
  background: -ms-linear-gradient(top, #e0e0e0 0%, white 100%);
  background: linear-gradient(to bottom, #e0e0e0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
}

.template_button.green {
  color: #fff;
  border: 1px solid transparent;
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background: white;
  background: -moz-linear-gradient(top, #ABBC1B 0%, #91A202 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ABBC1B), color-stop(100%, #91A202));
  background: -webkit-linear-gradient(top, #ABBC1B 0%, #91A202 100%);
  background: -o-linear-gradient(top, #ABBC1B 0%, #91A202 100%);
  background: -ms-linear-gradient(top, #ABBC1B 0%, #91A202 100%);
  background: linear-gradient(to bottom, #abbc1b 0%, #91a202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABBC1B', endColorstr='#91A202',GradientType=0 );
}

.template_button.green:active {
  background: white;
  background: -moz-linear-gradient(top, #91A202 0%, #ABBC1B 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91A202), color-stop(100%, #ABBC1B));
  background: -webkit-linear-gradient(top, #91A202 0%, #ABBC1B 100%);
  background: -o-linear-gradient(top, #91A202 0%, #ABBC1B 100%);
  background: -ms-linear-gradient(top, #91A202 0%, #ABBC1B 100%);
  background: linear-gradient(to bottom, #91a202 0%, #abbc1b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91A202', endColorstr='#ABBC1B',GradientType=0 );
}

/* ==========================================================================
   Theme Option Forms
   ========================================================================== */
.rt_custom_css {
  max-width: 100%;
}

.delete-font {
  color: #ff0000;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  vertical-align: middle;
}

/* ==========================================================================
    upload
    ========================================================================== */
.rt-metaboxes .upload input[type="text"], #customize-theme-controls .upload input[type="text"] {
  width: 80%;
  display: inline-block;
}
.rt-metaboxes .upload button, #customize-theme-controls .upload button {
  min-width: 80px;
  width: 17%;
  float: right;
  height: 31px;
  font-family: inherit;
}

.rt-metaboxes .uploaded_file, #customize-theme-controls .uploaded_file, .rt-category-image .uploaded_file {
  display: none;
}
.rt-metaboxes .uploaded_file.visible, #customize-theme-controls .uploaded_file.visible, .rt-category-image .uploaded_file.visible {
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  margin-top: 5px;
  position: relative;
  display: block;
}
.rt-metaboxes .delete_single, #customize-theme-controls .delete_single, .rt-category-image .delete_single {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  padding: 2px;
  color: #fff;
}
.rt-metaboxes .delete_single:hover, #customize-theme-controls .delete_single:hover, .rt-category-image .delete_single:hover {
  background: #ff0000;
}
.rt-metaboxes .loadit, #customize-theme-controls .loadit, .rt-category-image .loadit {
  border: 4px solid #fff;
  display: block;
  margin: 0 auto;
  max-width: 250px;
}

.rt-category-image .uploaded_file.visible {
  display: inline-block;
}

#customize-theme-controls .upload button {
  font-size: 11px;
  height: 26px;
  line-height: 23px;
  padding: inherit;
  font-family: inherit;
}
#customize-theme-controls .customize-control.customize-control-rt_media .upload_field {
  width: 65%;
}

/* ==========================================================================
    VC Fixes
    ========================================================================== */
.wpb_edit_form_elements .vc_column:last-child {
  padding-bottom: 20px;
}

.vc_container_for_children [data-element_type="rt_slide"] {
  border: 1px solid #f5f5f5;
}
.vc_container_for_children [data-element_type="rt_slide"]:before {
  background: #e6e6e6;
  bottom: 0;
  left: 0;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 33px;
  color: #fff;
  font-weight: bold;
  line-height: 33px;
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(1):before {
  content: "1";
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(2):before {
  content: "2";
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(3):before {
  content: "3";
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(4):before {
  content: "4";
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(5):before {
  content: "5";
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(6):before {
  content: "6";
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(7):before {
  content: "7";
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(8):before {
  content: "8";
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(9):before {
  content: "9";
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(10):before {
  content: "10";
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(11):before {
  content: "11";
}
.vc_container_for_children [data-element_type="rt_slide"]:nth-child(12):before {
  content: "12";
}

.wpb_rt_tl_event .wpb_element_wrapper > *:not(:first-child):not(.month):not(.year) {
  padding-left: 42px;
}

.wpb_rt_tl_event .wpb_element_wrapper > .month:after, .wpb_rt_tl_event .wpb_element_wrapper > .day:after {
  content: " ";
}

.wpb_vc_param_value.content.textarea_html > br:last-child {
  display: none;
}

.vc_wrapper-param-type-rt_separator {
  padding: 20px !important;
  margin: 0 0 20px !important;
  border-width: 1px 0;
  background-color: rgba(0, 0, 0, 0.01);
  border-style: dashed;
  border-color: #ddd;
  font-size: 1em;
  color: #aaa;
}

.vc_wrapper-param-type-rt_separator:not(:first-child) {
  margin-top: 30px !important;
}

body .wpb_rt_slider .vc_container_for_children {
  outline: none !important;
}
body .wpb-elements-list-modal .wpb-content-layouts li {
  margin: 0 0 4px 4px;
  background: #fff;
  border: 1px solid #ededed;
  width: 242px;
  padding: 4px;
  height: 100px;
}
body .wpb-elements-list .vc_col-lg-2 {
  width: 25% !important;
}
body .wpb-elements-list-modal .wpb-content-layouts li .vc_el-container {
  height: 99px;
}
body .wpb-elements-list-modal .wpb-content-layouts a {
  padding: 20px 4px 2px 52px;
  vertical-align: top;
}
body .wpb-elements-list-modal .wpb-content-layouts a:focus {
  box-shadow: none;
  color: inherit;
}
body .wpb-elements-list-modal .vc_element-icon {
  left: 14px;
  top: 24px;
}

/* Grid correction for Visual Composer for fixing order of the columns on mobile phones
   ========================================================================== */
.rtl .vc_col-xs-1, .rtl .vc_col-xs-2, .rtl .vc_col-xs-3, .rtl .vc_col-xs-4, .rtl .vc_col-xs-5, .rtl .vc_col-xs-6, .rtl .vc_col-xs-7, .rtl .vc_col-xs-8, .rtl .vc_col-xs-9, .rtl .vc_col-xs-10, .rtl .vc_col-xs-11, .rtl .vc_col-xs-12 {
  float: right;
}
@media (min-width: 768px) {
  .rtl .vc_col-sm-1, .rtl .vc_col-sm-2, .rtl .vc_col-sm-3, .rtl .vc_col-sm-4, .rtl .vc_col-sm-5, .rtl .vc_col-sm-6, .rtl .vc_col-sm-7, .rtl .vc_col-sm-8, .rtl .vc_col-sm-9, .rtl .vc_col-sm-10, .rtl .vc_col-sm-11, .rtl .vc_col-sm-12 {
    float: right;
  }
}
@media (min-width: 992px) {
  .rtl .vc_col-md-1, .rtl .vc_col-md-2, .rtl .vc_col-md-3, .rtl .vc_col-md-4, .rtl .vc_col-md-5, .rtl .vc_col-md-6, .rtl .vc_col-md-7, .rtl .vc_col-md-8, .rtl .vc_col-md-9, .rtl .vc_col-md-10, .rtl .vc_col-md-11, .rtl .vc_col-md-12 {
    float: right;
  }
}
@media (min-width: 1200px) {
  .rtl .vc_col-lg-1, .rtl .vc_col-lg-2, .rtl .vc_col-lg-3, .rtl .vc_col-lg-4, .rtl .vc_col-lg-5, .rtl .vc_col-lg-6, .rtl .vc_col-lg-7, .rtl .vc_col-lg-8, .rtl .vc_col-lg-9, .rtl .vc_col-lg-10, .rtl .vc_col-lg-11, .rtl .vc_col-lg-12 {
    float: right;
  }
}

/* ==========================================================================
   Editor Icons
   ========================================================================== */
.vc_element-icon.rt_theme {
  background-size: cover;
  background-color: #E1AF00;
  background-position: 5px center;
  background-size: 70% auto;
  border-radius: 6px;
  background-image: none !important;
}

.vc_element-icon.rt_theme.sub {
  background-color: #fff;
  -moz-box-shadow: 0 0 0 2px #E1AF00;
  -webkit-box-shadow: 0 0 0 2px #E1AF00;
  box-shadow: 0 0 0 2px #E1AF00;
}

.vc_element-icon.rt_theme.sub:before {
  color: #E1AF00;
}

.vc_element-icon.rt_theme:before {
  font-family: "rt-panel";
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #fff;
  display: inline-block;
  text-decoration: inherit;
  content: "\e805";
  line-height: 32px;
  text-align: center;
  text-decoration: inherit;
  width: 32px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vc_element-icon.portfolio_box:before, .vc_element-icon.product_box:before {
  content: "\e88b";
}
.vc_element-icon.product_box:before {
  content: "\6c";
}
.vc_element-icon.blog:before {
  content: "\e88a";
}
.vc_element-icon.carousel:before {
  content: "\6b";
}
.vc_element-icon.pricing_table:before {
  content: "\e861";
}
.vc_element-icon.slider:before {
  content: "\e874";
}
.vc_element-icon.timeline:before {
  content: "\e82b";
}
.vc_element-icon.link:before {
  content: "\e865";
}
.vc_element-icon.banner:before {
  content: "\e88c";
}
.vc_element-icon.rt_button:before {
  content: "\e88c";
}
.vc_element-icon.comp_table:before, .vc_element-icon.pricing_table:before {
  content: "\e861";
}
.vc_element-icon.img_gallery_grid:before {
  content: "\e879";
}
.vc_element-icon.testimonial:before {
  content: "\f10e";
}
.vc_element-icon.quote:before {
  content: "\f10d";
}
.vc_element-icon.content_box:before {
  content: "\e88d";
}
.vc_element-icon.rt_heading:before {
  content: "H";
  font-family: inherit;
}
.vc_element-icon.rt_team:before {
  content: "\e875";
}
.vc_element-icon.rt_maps:before {
  content: "\e727";
}
.vc_element-icon.rt_location:before {
  content: "\e724";
}
.vc_element-icon.list_line:before {
  content: "\f105";
}
.vc_element-icon.contact_form:before {
  content: "\e893";
}
.vc_element-icon.info_box:before {
  content: "\2139";
}
.vc_element-icon.accordion:before {
  content: "\e86e";
}
.vc_element-icon.tab:before {
  content: "\e891";
}
.vc_element-icon.accordion-content:before, .vc_element-icon.tab-content:before {
  content: "\270e";
}
.vc_element-icon.product_section:before {
  content: "\e876";
}
.vc_element-icon.wc {
  background-image: url(../images/editor_icons/wc.png) !important;
}
.vc_element-icon.wc:before {
  content: "";
}
.vc_element-icon.icon_list:before {
  content: "\e886";
}
.vc_element-icon.rt_counter:before {
  content: "\f162";
}
.vc_element-icon.latest_news:before {
  content: "\34";
}
.vc_element-icon.rt_icon:before {
  content: "\e764";
}
.vc_element-icon.rt_pie_chart:before {
  content: "\e809";
}
.vc_element-icon.rt_progress_bar:before {
  content: "\e800";
}
.vc_element-icon.rt_retina_image:before {
  content: "\e80c";
}
.vc_element-icon.rt_retina_image:before {
  content: "\e80c";
}
.vc_element-icon.rt_countdown:before {
  content: "\e802";
}

.vc_ui-tabs-line-dropdown-toggle span.vc_ui-tabs-line-trigger {
  background: #e1af00 !important;
}

.wpb_rt_accordion_content:not(:last-child), .wpb_rt_tab:not(:last-child) {
  border-bottom: 1px dotted #e6e6e6;
}

body #wpbody #vc_license-activation-notice {
  display: none !important;
}

.rt-vc-grouped > div {
  width: 25%;
  padding: 5px;
  display: inline-block;
  box-sizing: border-box;
}

.rt-vc-grouped {
  margin: 0 -5px;
}

.rt-vc-grouped input {
  text-align: center;
}

.rt-vc-grouped span {
  text-align: center;
  display: block;
  line-height: 2em;
  font-size: 0.8em;
}

/* ==========================================================================
   Location Selector
   ========================================================================== */
.gllpMap {
  display: table-row;
  height: 80%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 490px;
}

.gllpLatlonPicker > ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 10%;
  width: 100%;
}

.gllpLatlonPicker > ul:first-child li {
  display: inline-block;
}
.gllpLatlonPicker > ul:first-child li:first-child {
  width: 20%;
}
.gllpLatlonPicker > ul:first-child li:nth-child(2) {
  width: 60%;
}
.gllpLatlonPicker > ul:first-child li:last-child {
  width: 10%;
}
.gllpLatlonPicker > ul:first-child input {
  width: 100%;
}

.gllpLatlonPicker > ul:last-child li:first-child {
  text-align: center;
  width: 100%;
}

.gllpLatlonPicker .button {
  vertical-align: inherit;
}

.gllpLatlonPicker ul .text_align_right {
  text-align: right;
}

.gllpLatlonPicker {
  margin: 20px 0;
}

.gllpLatlonPicker.hide {
  visibility: hidden;
  margin-left: -1000px;
  position: absolute;
}

.gllpUpdateButton {
  display: none;
}

.gllpLatlonPicker {
  position: relative;
  z-index: 9999;
}

.gllpLatlonPicker {
  display: table;
  height: 100%;
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 9999;
}

/* ==========================================================================
   Custom Posts UI
   ========================================================================== */
#rt-id-column {
  width: 100px;
}

.form_element #rttheme_testimonial {
  min-height: 300px;
}

/* ==========================================================================
	Demo Import
	========================================================================== */
#rt_demo_import_settings .importing p > span.ok,
#rt_demo_import_settings .importing p > span.failed {
  display: none;
}
#rt_demo_import_settings .importing span:before {
  content: "[";
  font-family: "rt-panel";
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
#rt_demo_import_settings .importing .see_logs {
  display: none;
}
#rt_demo_import_settings .imported p > span:first-child, #rt_demo_import_settings .imported p > span.failed {
  display: none;
}
#rt_demo_import_settings .imported span.ok:before {
  content: "";
  font-family: "rt-panel";
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
#rt_demo_import_settings .imported .see_logs {
  display: inline;
}
#rt_demo_import_settings td.builder {
  display: none;
}
#rt_demo_import_settings .import-failed p > span:first-child, #rt_demo_import_settings .import-failed p > span.ok {
  display: none;
}
#rt_demo_import_settings .import-failed span.failed:before {
  content: "";
  font-family: "rt-panel";
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
#rt_demo_import_settings .import-failed .see_logs {
  display: inline;
}
#rt_demo_import_settings #contents-result, #rt_demo_import_settings #widgets-result, #rt_demo_import_settings #options-result, #rt_demo_import_settings #revslider-result {
  display: none;
}
#rt_demo_import_settings .logs {
  display: none;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid rgba(0, 0, 0, 0.22);
  height: 200px;
  overflow: auto;
  padding: 20px;
}
#rt_demo_import_settings .demo-image {
  display: none;
}

/* ==========================================================================
	CSS Animations
	========================================================================== */
/* spins for icons */
.animate-spin:before {
  -moz-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* ==========================================================================
   Plugin welcome
   ========================================================================== */
.svg .rt-admin-layout-wrapper .wp-badge {
  background-image: url(../images/theme-logo.svg);
  background-color: #000;
  background-size: auto;
  background-position: center;
}
.svg .rt-admin-layout-wrapper .wp-badge > span {
  position: absolute;
  bottom: 2px;
  width: 100%;
  left: 0;
  font-size: 11px;
}

.rt-framework-admin-notice {
  background-color: #fff;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  margin: 20px 0;
  padding: 12px 12px;
  display: flex;
  align-items: center;
}
.rt-framework-admin-notice h4 {
  margin: 0.5em 0;
}
.rt-framework-admin-notice > div > *:first-child {
  margin-top: 0.5em;
}

.rt-framework-admin-notice:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 466.705 466.705' style='enable-background:new 0 0 466.705 466.705;' xml:space='preserve'%3E%3Cpath d='M459.925,358.907L269.505,61.503c-7.893-12.323-21.518-19.776-36.145-19.776c-14.628,0-28.254,7.453-36.146,19.776 L6.78,358.907c-8.462,13.209-9.047,29.987-1.511,43.752c7.522,13.757,21.964,22.319,37.655,22.319h380.854 c15.691,0,30.134-8.555,37.656-22.319C468.972,388.894,468.387,372.116,459.925,358.907z M209.453,162.607 c0-13.078,10.605-23.675,23.675-23.675c13.072,0,23.676,10.597,23.676,23.675v101.584c0,13.078-10.604,23.675-23.676,23.675 c-13.07,0-23.675-10.597-23.675-23.675V162.607z M232.682,373.613c-16.338,0-29.594-13.249-29.594-29.594 c0-16.347,13.256-29.594,29.594-29.594c16.339,0,29.595,13.247,29.595,29.594C262.276,360.364,249.021,373.613,232.682,373.613z' fill='orange'/%3E%3C/svg%3E");
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 25px;
  align-self: flex-start;
  background-repeat: no-repeat;
  background-position: center;
}

.rt-framework-admin-notice:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 466.705 466.705' style='enable-background:new 0 0 466.705 466.705;' xml:space='preserve'%3E%3Cpath d='M459.925,358.907L269.505,61.503c-7.893-12.323-21.518-19.776-36.145-19.776c-14.628,0-28.254,7.453-36.146,19.776 L6.78,358.907c-8.462,13.209-9.047,29.987-1.511,43.752c7.522,13.757,21.964,22.319,37.655,22.319h380.854 c15.691,0,30.134-8.555,37.656-22.319C468.972,388.894,468.387,372.116,459.925,358.907z M209.453,162.607 c0-13.078,10.605-23.675,23.675-23.675c13.072,0,23.676,10.597,23.676,23.675v101.584c0,13.078-10.604,23.675-23.676,23.675 c-13.07,0-23.675-10.597-23.675-23.675V162.607z M232.682,373.613c-16.338,0-29.594-13.249-29.594-29.594 c0-16.347,13.256-29.594,29.594-29.594c16.339,0,29.595,13.247,29.595,29.594C262.276,360.364,249.021,373.613,232.682,373.613z' fill='orange'/%3E%3C/svg%3E");
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 25px;
  align-self: flex-start;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rt-framework-admin-notice.rt-framework-error:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Ccircle style='fill:%23D75A4A;' cx='25' cy='25' r='25'/%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' points='16,34 25,25 34,16 '/%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' points='16,16 25,25 34,34 '/%3E%3C/svg%3E");
}
.rt-framework-admin-notice.rt-framework-updated:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='405.272px' height='405.272px' viewBox='0 0 405.272 405.272' style='enable-background:new 0 0 405.272 405.272;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='green' d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z'/%3E%3C/g%3E%3C/svg%3E");
}

.rt-framework-verified {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: green;
  font-size: 18px !important;
}
.rt-framework-verified:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 487.9 487.9' style='enable-background:new 0 0 487.9 487.9;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='green' d='M470.491,284.1l-1.3-2c-8.3-12.7-16.8-25.9-25.4-38.8c7.4-11.2,14.8-22.6,21.9-33.6l4.1-6.4c7.5-11.7,9.6-24.3,5.8-35.6 c-3.8-11.3-13.1-20.2-26.1-25c-8.1-3-16.4-6.1-24.3-9.1c-6.5-2.5-13.2-5-19.8-7.5c-0.5-10.3-1-20.6-1.6-30.6c-0.3-6-0.7-12-1-18 c-1.2-22.5-17-38.3-38.5-38.3c-3.9,0-7.9,0.5-11.9,1.6l-3.5,0.9c-14.3,3.8-29,7.7-43.5,11.9c-6.5-8.1-13.1-16.2-19.5-24.1 c-3.7-4.5-7.3-9-11-13.5c-8.4-10.3-19.5-16-31.3-16s-23,5.7-31.4,16.1l-4.8,5.9c-8.4,10.4-17.2,21.2-25.6,32 c-11.5-3.2-23-6.3-32.5-8.8c-3.5-0.9-6.9-1.8-9.9-2.6c-0.1,0-0.2-0.1-0.4-0.1c-5.4-1.3-10.5-1.9-15.3-1.9 c-22.5,0-37.5,14.1-39.2,36.8c-1.3,17.9-2,35.4-2.5,49.4c-15.9,6-31.3,11.9-45.9,17.7c-12.1,4.8-20.7,13.5-24.2,24.6 c-3.6,11.1-1.6,23.3,5.4,34.3c8.5,13.2,17.6,27.1,26.8,41c-9.5,14.4-18.6,28.5-27.2,42.2c-6.5,10.3-8.2,22.5-4.6,33.3 c3.6,10.9,12.3,19.7,23.8,24.2l4.3,1.7c13.8,5.3,28,10.8,42.2,16.1c0.3,4.8,0.6,9.6,0.9,14.3c0.8,10.9,1.5,21.2,1.4,31.6 c-0.1,11.1,4.2,21.9,11.8,29.5c7.3,7.4,17.1,11.4,27.6,11.4c4.5,0,9-0.7,13.5-2.1c9.8-3.1,20.1-5.8,30.1-8.4 c4.8-1.3,9.8-2.6,14.8-3.9c10.3,12.9,20.7,25.6,30.5,37.6c8.5,10.3,19.6,16,31.3,16c11.8,0,22.9-5.7,31.3-16.1 c11.3-13.9,20.9-25.8,30.3-37.8c12.3,3.4,24.8,6.7,36.9,9.9l10.3,2.7c3.9,1,7.8,1.5,11.6,1.5l0,0c21.2,0,37.5-15.9,38.6-37.9 c0.3-5.5,0.6-11,0.9-16.6c0.6-10.7,1.2-21.7,1.6-32.6c14.1-5.3,28.2-10.8,42-16.2l3.3-1.3c12.3-4.8,21.1-13.6,24.7-24.8 C479.591,307.3,477.691,295.1,470.491,284.1z M450.291,310.2c-1.1,3.4-4.2,6.2-8.8,8l-3.3,1.3c-14.7,5.7-29.9,11.6-44.9,17.3 c-9,3.4-13.8,9.8-14.1,19.1c-0.4,12-1.1,24.2-1.8,36.1c-0.3,5.6-0.6,11.1-0.9,16.7c-0.4,7.7-4.7,12.3-11.6,12.3l0,0 c-1.5,0-3-0.2-4.6-0.6l-10.3-2.7c-13.4-3.5-27.2-7.2-40.8-11c-2.1-0.6-4.1-0.9-6-0.9c-6.1,0-11.3,2.7-15.6,8 c-10.2,12.9-20.5,25.7-32.7,40.8c-3.2,4-6.9,6.1-10.3,6.1c-3.5,0-7.2-2.2-10.5-6.2c-10.6-12.9-21.9-26.7-32.9-40.6 c-5.2-6.5-11.3-7.9-15.4-7.9c-2,0-4,0.3-6.2,0.9c-6.1,1.7-12.4,3.4-18.5,5c-10.3,2.7-20.9,5.5-31.3,8.8 c-5.7,1.8-10.5,0.9-13.9-2.5c-2.6-2.6-4-6.3-4-10.3c0.1-11.4-0.7-22.7-1.4-33.7c-0.4-5.8-0.8-11.8-1.1-17.6 c-0.5-11.6-7.7-16.6-13.7-18.8c-15.2-5.6-30.6-11.5-45.6-17.3l-4.3-1.7c-4-1.5-6.8-4.2-7.9-7.5c-1.1-3.2-0.4-6.9,1.8-10.4 c9.1-14.4,18.8-29.5,28.9-44.7c5.2-7.8,5.2-16,0-23.8c-9.8-14.6-19.6-29.6-28.6-43.7c-2.6-4.1-3.5-8.1-2.4-11.4c1-3.2,4-6,8.4-7.7 c15.6-6.2,32.2-12.5,49.3-19c8.5-3.2,13.2-9.7,13.5-18.9c0.5-14.3,1.2-33.3,2.6-52.5c0.6-8.4,4-11.7,12.2-11.7 c2.6,0,5.6,0.4,8.9,1.2c3,0.8,6.3,1.7,9.8,2.6c10.6,2.8,22.6,6,34.7,9.5c2.6,0.7,4.9,1.1,7.2,1.1c6.7,0,12.4-3,17-8.9 c8.8-11.4,18.1-22.8,27-33.9l4.8-5.9c3.2-3.9,6.9-6.1,10.4-6.1s7.2,2.1,10.3,6c3.7,4.5,7.3,9,11,13.5c7.1,8.7,14.5,17.8,21.6,26.7 c4.4,5.5,9.8,8.3,16,8.3c2.1,0,4.3-0.3,6.6-1c15.5-4.5,31.4-8.7,46.8-12.8l3.5-0.9c1.7-0.5,3.4-0.7,4.9-0.7 c9.9,0,11.4,8.9,11.6,12.7c0.3,6,0.6,12,1,18.1c0.6,11.2,1.3,22.8,1.8,34.2c0.4,9.1,5.2,15.8,13.6,18.9c7.8,2.9,15.7,5.9,23.4,8.8 c8,3,16.3,6.2,24.6,9.2c5.2,1.9,8.7,4.9,9.9,8.3c1.1,3.4,0.1,7.8-2.9,12.4l-4.1,6.4c-7.7,12-15.7,24.4-23.7,36.4 c-6.6,9.9-3.7,18.4,0,23.8c9.3,13.7,18.4,27.9,27.3,41.6l1.3,2.1C450.491,302.8,451.391,306.9,450.291,310.2z'/%3E%3Cpath fill='green' d='M297.091,190.2l-78.6,78.6l-27.8-27.8c-5.3-5.3-13.8-5.3-19.1,0c-5.3,5.3-5.3,13.8,0,19.1l37.3,37.3 c0.3,0.3,0.7,0.6,1,0.9c2.5,2,5.5,3,8.5,3c3.5,0,6.9-1.3,9.5-4l88.2-88.2c5.3-5.3,5.3-13.8,0-19.1 C310.891,184.9,302.391,184.9,297.091,190.2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.rt-admin-info-bar {
  min-height: 160px;
  margin-bottom: 40px;
}
.rt-admin-info-bar .rt-theme-info {
  display: flex;
  align-items: center;
  margin: 0 200px 40px 0;
}
.rt-admin-info-bar .rt-theme-info img {
  margin-right: 0.5em;
  max-width: 1.6em;
}
.rt-admin-info-bar .rt-theme-info span {
  text-transform: uppercase;
  font-weight: bold;
  min-width: fit-content;
}
.rt-admin-info-bar .rt-theme-info::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #c3c4c7;
  display: block;
  margin-left: 1em;
}

.rt-nav-tab-passive {
  opacity: 0.5;
}

.rt-framework-admin-list {
  display: flex;
  align-items: center;
}
.rt-framework-admin-list .dashicons {
  margin-right: 10px;
}

/* ==========================================================================
License
========================================================================== */
.rt-framework-license-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rt-framework-license-row > * {
  margin-right: 10px;
}
.rt-framework-license-row #rt-framework-license-key {
  min-width: 300px;
}

/* ==========================================================================
Installer
========================================================================== */
.rt-framework-installer-plugin-card {
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.rt-framework-installer-plugin-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.rt-framework-installer-plugin-list:not(.done) {
  cursor: pointer;
}
.rt-framework-installer-plugin-list li {
  margin: 0;
}
.rt-framework-installer-plugin-list .rt-framework-installer-checkbox {
  margin: 0;
}
.rt-framework-installer-plugin-list .rt-framework-installer-checkbox:before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-3' transform='translate(-141.000000, 1.000000)' stroke='%238B8D98' stroke-width='1.6'%3E%3Cg id='Group-2-Copy' transform='translate(142.000000, 0.000000)'%3E%3Cg id='Group'%3E%3Ccircle id='Oval' cx='13' cy='13' r='13'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 28px;
  width: 28px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
}
.rt-framework-installer-plugin-list.checked .rt-framework-installer-checkbox:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-3' transform='translate(1.000000, 1.000000)'%3E%3Ccircle id='Oval' stroke='%231934C8' stroke-width='1.6' cx='13' cy='13' r='13'%3E%3C/circle%3E%3Cpath d='M19.9079125,10.4141529 L12.6212477,17.4823421 C12.0816613,18.005886 11.2063672,18.005886 10.6662697,17.4823421 L6.90484311,13.8331737 C6.3650523,13.3096298 6.3650523,12.4604209 6.90484311,11.9367778 C7.44473618,11.4130356 8.31996211,11.4130356 8.8596166,11.9365795 L11.6440484,14.6377483 L17.9528323,8.5176579 C18.4927253,7.99391568 19.3680194,7.99431243 19.907708,8.5176579 C20.4473966,9.04130094 20.4473966,9.89021234 19.9079125,10.4141529 Z' id='Path' fill='%231934C8' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.rt-framework-installer-plugin-list.done .rt-framework-installer-checkbox:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='405.272px' height='405.272px' viewBox='0 0 405.272 405.272' style='enable-background:new 0 0 405.272 405.272;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='green' d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z'/%3E%3C/g%3E%3C/svg%3E");
}

.rt-framework-installer-bottom {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 20px 0;
}
.rt-framework-installer-bottom #rt-framework-install-plugins-button {
  margin-right: 20px;
}
.rt-framework-installer-bottom .rt-framework-installer-loading {
  display: none;
  width: auto;
  margin: 0 10px;
}
.rt-framework-installer-bottom .rt-framework-installer-status {
  margin: 0 10px;
}

.rt-framework-installer-plugin-desc:before {
  content: none !important;
}

/* ==========================================================================
   Other fixes
   ========================================================================== */
.rs-update-notice-wrap {
  display: none !important;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media screen and (max-width: 1380px) {
  .rt-metaboxes table th {
    width: 150px;
  }
}
@media screen and (max-width: 1240px) {
  .rt-metaboxes table th, .rt-metaboxes table .col2, .rt-metaboxes table td {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width: 425px) {
  #rttheme_design_tabs {
    margin: 0;
  }

  .rt_tabs.tab-position-2.left .tab_nav {
    display: none;
  }

  .rt_tabs.tab-position-2.left .tab_contents {
    margin: 0;
  }

  .rt_tabs .tab_contents .tab_content_wrapper {
    display: block !important;
  }
}
