/* Switch CSS */
.switch_options{
    display: block;
}
.switch_options:before,
.switch_options:after{
    content:'.';
    display:block;
    overflow:hidden;
    visibility:hidden;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
.switch_options:after{
	clear:both;
}
.switch_options span{
    display: inline-block;
    float: left;
    padding: 4px 9px;
    margin: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    color: #555;
    border: 1px solid #aaa;
    text-transform: uppercase;
    line-height: 16px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.switch_options span:first-of-type{
    border-radius: 2px 0 0 2px;
    border-right: 0;
}
.switch_options span:last-of-type{
    border-radius: 0 2px 2px 0;
    border-left: 0;
}
.switch_options span:hover{
    background: #fafafa;
}
.switch_options span.selected{
    background: #00b7ea; /* Old browsers */
    background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
    border-color: #0082A3;
    color: #fff;
}

/**
* Widget media uploader
*/
.widget-content .attachment-media-view{
  font-size: 13px;
  line-height: 1.5;
  margin: 1em 0;
}
.widget-content .placeholder{
    width: 100%;
    position: relative;
    text-align: center;
    cursor: default;
    border: 1px dashed #b4b9be;
    box-sizing: border-box;
    padding: 9px 0;
    line-height: 20px;
}
.widget-content .actions{
    margin-top: 8px;
}

/**
 * Styles for admin
 */
/*=================================================
            Meta Box section
=================================================*/
.mt-meta-container {
    display: inline-block;
}
#parallaxsome_post_meta ul.mt-meta-menu-wrapper {
    width: 22%;
    float: left;
    box-sizing: border-box;
}
/*.mt-single-meta {
    display: none;
}*/
.mt-single-meta.active {
    display: block;
}
.mt-meta-tab span.dashicons {
    margin-right: 7px;
}
.mt-meta-menu-wrapper li {
    margin: 0;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    cursor: pointer;
}
.mt-meta-menu-wrapper li:last-child {
    border-bottom: 1px solid #dcdcdc;
}
.mt-metabox-content-wrapper {
    width: 75%;
    float: right;
    margin-left: 2.5%;
}

/*=================================================
            Radio Image Control
=================================================*/
.mt-meta-options-wrap .ui-button {
    margin:        0;
    border-radius: 0;
    border:        none;
    background:    transparent;
}

.mt-meta-options-wrap .ui-button-text { padding: 0; }

.mt-meta-options-wrap img {
    box-sizing: border-box;
    max-width:  100%;
    height:     auto;
    padding:    1px;
    border:     4px solid transparent;
}

.mt-meta-options-wrap img:hover,
.mt-meta-options-wrap img:focus {
    border-color: #ddd;
}

.mt-meta-options-wrap .ui-state-active img {
    border-color: #00a0d2;
}

.pro-theme-info{
  margin-top: 10px;
}

.pro-theme-info a{
  background: #90c847;
  padding: 7px 10px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-top: 5px;
  line-height: 1.3;
  box-shadow: none;
  text-decoration: none;
}

.pro-theme-info a:hover{
  background: #78b923;
}