/*
 * Instagram Feed Lite
 * Wordpress Admin TinyMCE v.1.0.0.3
 * Copyright (c) 2012 GhozyLab, Inc. - https://ghozylab.com/
*/

#tinyfeed {
	position: relative;
	width: auto;
}

.gifeed_input {
	padding: 7px;
	border-bottom: 1px solid #ddd;
	width: auto;
}

.gifeed_button {
	position: relative;
	bottom: 0px;
	padding: 13px 0 2px 8px;
	border-top: 1px solid #fff;
	overflow: hidden;
	width: 495px;
}

.gifeed_select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	width: 100%;
	max-width: 330px !important;
}

.label_option {
	display: block;
	float: left;
	width: 165px;
	height: 30px;
	line-height: 25px;
}

/* ThickBox */
#TB_overlay {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.TB_gifeed_window {
	position: fixed;
	left: 50%;
	max-width: 550px;
	background-clip: padding-box;
	border: 6px solid rgba(140, 140, 140, 0.3);
	/*-webkit-box-shadow: 0px 0px 11px -4px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 11px -4px rgba(255,255,255,1);
	box-shadow: 0px 0px 11px -4px rgba(255,255,255,1);
	border: 2px solid rgb(119, 119, 119); */
}

#TB_title {
	background-color: rgb(0, 130, 201);
	border-bottom: 2px solid rgb(91, 140, 176);
	height: 45px;
	color: #fff;
	font-size: 16px;
}

#TB_ajaxWindowTitle {
	line-height: 47px;
}

.tb-close-icon {
	line-height: 55px;
	color: #FFF;
}

.gfeed_sc_ttl_ico {
	position: relative;
	top: 5px;
	margin: 0 5px 0 5px;
}

.TB_gifeed_ajaxContent {
	width: auto !important;
	padding: 15px;
}

@media only screen and (max-width: 640px) {
	.TB_gifeed_window {
		height: 100% !important;
		max-height: 100% !important;
	}
}

/* Gutenberg button */
.mce-ifeed_gut_shorcode_btn #ifeed_gut_shorcode-button {
	border: 1px #d4d4d4 solid;
	border-radius: 3px;
	background: #fff;
}

.mce-ifeed_gut_shorcode_btn #ifeed_gut_shorcode-button i {
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.mce-ifeed_gut_shorcode_btn #ifeed_gut_shorcode-button .mce-txt {
	position: relative;
	top: 3px;
	margin: 0 3px 0 3px;
	font-size: 12px;
}