/*
 * Custom Site: http://moivui.com/
 */

.clearfix:before,
.clearfix:after{
	display: block;
	content: '';
	clear: both;
	height: 0;
	overflow: hidden
}
.custom_site_settings *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.custom_site_settings{
	display: flex;
	justify-content: space-between;
}
	.custom_site_settings img{
		max-width: 100%;
		height: auto;
	}
	.custom_site_settings em,
	.custom_site_settings i{
		font-style: italic;
	}
	.custom_site_settings strong,
	.custom_site_settings b{
		font-weight: bold;
	}
	.custom_site_advanced label{
		display: inline-block;
		width: 20%;
		vertical-align: top;
	}
	.custom_site_settings p{
		margin: 0 0 5px;
	}
	.custom_site_advanced .pre{
		white-space: normal;
    	background: #ddd;
    	padding: 5px;
    	width: 100%;
    	height: auto;
	}
	.custom_site_advanced .inputbox{
		display: inline-block;
		width: 75%;
	}
	.custom_site_advanced .textareabox {
		height: 70px;
	}
	.custom_site_settings .col-md-6{
		float: left;
		width: 50%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
.custom_site_advanced {
	width: 100%;
}
.custom_site_sidebar {
	width: 360px;
	max-width: 100%;
	padding-left: 15px;
}
.custom_site_links{
	padding-bottom: 10px;
	min-height: 10px;
	height: 10px;
	height: auto !important;	
}
	.custom_site_links li{
		display:block;
		float:left;
		padding-right: 15px;
		line-height: 20px
	}
		.custom_site_links li img{
			vertical-align: middle;
		}
		.custom_site_links li strong{
			font-weight: normal;
		}
		.custom_site_links li em{
			font-style: none;
		}
.custom_site_sidebar_box {
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 10px;
}
.custom_site_sidebar_box h4{
	margin-top: 0;
	font-size: 14px;
	line-height: 20px;
}
.custom_site_settings_footer .custom_site_sidebar_box {
	width: 45%;
}

.custom_site-icon-click {
	position: relative;
	animation: custom_site_left 1s ease-in-out infinite;
	display: inline-block;
	width: 30px;
}
.custom_site-icon-click .dashicons-arrow-right-alt:before {
	color: #f00;
}
	
@media screen and ( max-width: 766px )
{
	.custom_site_settings .col-md-6{
		float: none;
		width: auto;
	}
	.custom_site_advanced label,
	.custom_site_advanced .inputbox{
		width: 100%;
	}
}
.custom_site_links{
	padding-bottom: 10px;
	min-height: 10px;
	height: 10px;
	height: auto !important;	
}
	.custom_site_links li{
		display:block;
		float:left;
		padding-right: 15px;
		line-height: 20px
	}
		.custom_site_links li img{
			vertical-align: middle;
		}
		.custom_site_links li strong{
			font-weight: normal;
		}
		.custom_site_links li em{
			font-style: none;
		}
.inline-block{
	display: inline-block;
}
.inline-table{
	display: inline-table;
}
.display-table{
	display: table;
}
.table-cell{
	display: table-cell;
}


@-webkit-keyframes custom_site_left {
	0%   { left: 0; }
	100% { left: 10px; }
}
@keyframes custom_site_left {
	0%   { left: 0; }
	100% { left: 10px; }
}