/*! elixar-admin.css
* 
* @package Elixar
*/

/*--------------------------------------------------------------
	THEME DASHBOARD
--------------------------------------------------------------*/
.webhuntthemes-badge {
	position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
	background-image: url('../../../images/elixar_logo.png') !important;
    background-position: no-repeat scroll center 24px;
    background-repeat: no-repeat;
    background-size: 65px 65px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #78c8e6;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    margin: 5px 0 0;
    padding-top: 100px;
    text-align: center;
    text-rendering: optimizelegibility;
    width: 130px;
    text-decoration: none;
}

.theme_info_wrapper p span {
	margin-left: 30px;
}

.theme_info_wrapper a.elix_social {
	margin-left: 15px;
}

.info-tab-content {
	margin: 50px 0px;
}

.theme_info_left {
	width: 39%;
	margin-right: 4%;
	float: left;
}

.theme_info_right {
	width: 57%;
	float: left;
}

.theme_info_right img {
	width: 100%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.theme_info h3 {
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 10px;
}

.theme_info h4 {
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 10px;
}

.theme_info .theme_link {
	margin-bottom: 30px;
}
#free_pro .free-pro-table {
    width: 100%;
    border-spacing: 0;
}
#free_pro .free-pro-table td {
    padding: 10px 0 15px;
    border-top: 1px solid #ccc;
}
#free_pro .free-pro-table th {
    padding-bottom: 20px;
}
#free_pro .free-pro-table h3,
#free_pro .free-pro-table td p {
    margin: 0;
}
#free_pro .free-pro-table .only-lite, #free_pro .free-pro-table .only-pro {
    width: 15%;
    text-align: center;
}
#free_pro .free-pro-table .only-lite .dashicons-before:before,
#free_pro .free-pro-table .only-pro .dashicons-before:before {
    width: 35px;
    height: 35px;
    font-size: 35px;
}
#free_pro .free-pro-table .only-lite .dashicons-before:before {
    color: #00a878;
}
#free_pro .free-pro-table .only-pro .dashicons-before:before {
    color: #ff3439;
}
#free_pro .ti-about-page-text-center {
    text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

@media screen and (max-width:782px) {
	.theme_info_left {
    	width: 100%;
    	margin-right: none;
    }
    .theme_info_right {
    	width: 100%;
    }
}

/*--------------------------------------------------------------
	x
--------------------------------------------------------------*/
.theme-action-count {
    padding: 0 6px;
    display: inline-block;
    background-color: #d54e21;
    color: #fff;
    font-size: 9px;
    line-height: 17px;
    font-weight: 600;
    margin: 1px 0 0 2px;
    vertical-align: top;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 26;
    margin-top: 5px;
    margin-left: 5px;
}
.action-required {
    border-left: 3px solid #f8800c;
    padding: 10px 25px 5px;
    background: #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    position: relative;
}
.action-required h3 {
    margin-top: 10px;
}
.action-required .dismiss {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    color: #d54e21;
}

.theme_info_boxed {
    background: #FFFFFF;
    text-align: center;
    padding: 20px 30px 20px 30px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.demo-import-boxed {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 2.1em;
    margin-bottom: 25px;
    max-width: 1050px;
    overflow: auto;
    padding: 0 12px;
    position: relative;
    border-left: 4px solid #0085ba;
}

/* Recommend plugins */
.recommend-plugins > h3 {
    margin-bottom: 20px;
}
.rcp::after {
    clear: both;
    content: "";
    display: block;
}
.rcp {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px 10px;
}
.rcp h4 {
    margin: 0px;
}
.rcp a {
    text-decoration: none;
}
.rcp .action-btn {
    display: inline-block;
}
.rcp .plugin-detail {
    margin-left: 10px;
    margin-right: 10px;
}

/* Customizer Repeater */
.customize-control-title {
    margin-top: 15px;
    color: rgb(0, 142, 214);
}

.customizer-repeater-general-control-repeater-container, .customizer-repeater-general-control-repeater_container {
    width: 100%;
    float: left;
    padding: 5px 0;
    cursor: move;
}

.customizer-repeater-general-control-repeater-container .customizer-repeater-box-content-hidden, .customizer-repeater-general-control-repeater-container .customizer-repeater-box-content-hidden {
    padding: 5px;
    border: 1px solid #dfdfdf;
    border-top: 0px;
    padding-top: 0px;
}

button.social-repeater-general-control-remove-field {
    display: inline-block;
    white-space: initial !important;
    line-height: 17px !important;
    width: 100%!important;
    margin-top: 10px!important;
}

button.social-repeater-general-control-remove-field:hover {
    background-color: #00a0d2!important;
    color: #FFFFFF!important;
    border: 0;
}

.customizer-repeater-general-control-repeater-container .customizer-repeater-text-control, .customizer-repeater-general-control-repeater-container .customizer-repeater-link-control {
    width: 100% !important;
    margin: 3px 0 0 !important;
}

.customizer-repeater-general-control-repeater-container .customizer-repeater-icon-control {
    width: 100%;
    margin: 0;
    padding: 0;
}

#customizer-repeater-new-field {
    width: 100%;
}

.customize-control-widget_form .elixar-widget-control-save {
    display: block !important;
}

.customizer-repeater-general-control-repeater-container .customizer-repeater-box-content-hidden {
    display: none;
}

.customizer-repeater-box-content-hidden {
    background-color: #FFFFFF;
}

.customizer-repeater-customize-control-title {
    border: 1px solid #dfdfdf;
    cursor: move !important;
    font-weight: bold;
    padding: 0 10px !important;
    height: 40px;
    line-height: 40px !important;
    background-color: #f1f1f1;
    background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
    background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
    background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
    background-image: linear-gradient(top, #f9f9f9, #ececec);
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    text-align: center;
    color: #00a0d2;
}

.customizer-repeater-image-control .customizer-repeater-custom-media-button {
    margin-top: 5px;
}

.customizer-repeater-general-control-repeater-container .customizer-repeater-box-content-hidden {
    padding-top: 5px;
}

.customizer-icons {
    display: inline-block;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.social-repeater-remove-social-item {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #ff0000;
    border: none;
    background: none;
    cursor: pointer;
}

.customizer-repeater-social-repeater>.customizer-repeater-social-repeater-container:not(:first-child) {
    margin-top: 25px;
}

.icp-container {
    margin-bottom: 10px;
}

.customizer-repeater-social-repeater-link {
    width: 215px!important;
}

.social-repeater-add-social-item {
    margin-top: 10px;
}