.post-type-ginstagramfeed .about-wrap {
	max-width: 100% !important;
}

.gifeed-badge {
	padding-top: 140px;
	height: 128px;
	width: 128px;
	color: #989898;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	margin: 0 -5px;
	background: url('../img/plugin-logo.png') no-repeat;
}

.about-wrap .gifeed-badge {
	position: absolute;
	top: 0;
	right: 0;
}

.gifeed-welcome-screenshots {
	-webkit-box-shadow: -3px 1px 15px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -3px 1px 15px -4px rgba(0, 0, 0, 0.75);
	box-shadow: -3px 1px 15px -4px rgba(0, 0, 0, 0.75);
	float: right;
	margin: 20px 0 30px 30px !important;
}

.gifeed-class .feature-section p {
	max-width: 100% !important;
}

.about-wrap .feature-section {
	margin-top: 50px;
}

.about-wrap .feature-section h4 {
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 1px dashed #CCC;
}

.about-wrap .feature-section .faq-question {
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	color: #666;
}

.about-wrap .feature-section .faq-answer {
	font-style: normal;
	font-weight: normal;
	color: #666;
	font-size: 0.9em;
}

.gifeed-class h1 {
	font-size: 2.5em;
	font-weight: 600;
	letter-spacing: 1.1px;
}

.gifeed-class .about-text {
	font-size: 17px;
}

#gifeed_config {
	display: block;
	width: 100%;
	clear: both;
	margin: 10px 0 10px 0;
}

.fil-sections {
	display: block;
	width: 100%;
}

.gifeed_generate_token_button {
	display: inline-block;
	padding: 0 21px 0 160px;
	height: 47px;
	line-height: 47px;
	background: #D43834 url('../img/instagram-logo.png') no-repeat 16px 11px;
	color: #e9eef3;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.gifeed_generate_token_button:hover {
	background-color: #E7423E;
	color: #fff;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.gifeed_credential_container {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	clear: both;
	padding: 15px;
	margin-top: 20px;
}

#gifeed-submit-btn .submit {
	display: inline-block;
}

.gifeed_credential_container th {
	width: 110px !important;
	font-size: 13px;
	padding-bottom: 0px !important;
	padding-top: 22px !important;
}

.gifeed_credential_container td {
	padding-bottom: 5px !important;
}

#gif_instagram_opt_token,
#gif_instagram_opt_uid {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

/* Token List */
.fil-token-list {
	position: relative;
}

h4.fil_token_list_title {
	color: #565353;
}

.fil-each-token-cont {
	display: block;
	width: auto;
	background: #fff;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ece9e9;
}

.fil_each_token {
	padding: 10px;
	border: 1px dashed #eae6e6;
	margin-bottom: 5px;
	display: flex;
}

.fil_token_pp {
	display: inline-block;
	width: 90px;
	height: auto;
	text-align: center;
	padding: 3px;
	background: #f2f1f1;
}

.fil_pp_img {
	width: 100%;
	max-width: 70px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.fil_token_details {
	display: flex;
	align-items: center;
	width: calc(100% - 90px);
	padding: 10px;
}

.fil_user_img_picker {
	margin-top: 5px !important;
	position: relative;
}

.fil_token_dtl {
	display: inline-block;
}

.fil_token_usr,
.fil_token_tbl_usr {
	width: 30%;
}

.fil_token_token,
.fil_token_tbl_token {
	width: 60%;
}

.fil_token_tbl_usr,
.fil_token_tbl_token,
.fil_token_tbl_action {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	color: #898989;
	text-align: center;
}

.fil_token_tbl_action {
	width: auto;
}

.fil_token_delete {
	width: auto;
	cursor: pointer;
	float: right;
}

.fil_token_delete:hover {
	color: #e92c2c;
}

.fil_no_token {
	text-align: center;
	margin-top: 15px;
	display: none;
}

/* Token Generator */
.fil-token-gen-box {
	display: none;
	width: 300px;
	position: absolute;
	top: -89px;
	left: 100px;
	padding: 10px;
	background: #34495e;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 11px -3px rgba(102, 96, 96, 0.6);
	-moz-box-shadow: 0px 0px 11px -3px rgba(102, 96, 96, 0.6);
	box-shadow: 0px 0px 11px -3px rgba(102, 96, 96, 0.6);
}

.fil-token-gen-box:after {
	content: '';
	position: absolute;
	left: 150px;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #34495e;
	clear: both;
}

.fil-token-gen-box-close {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: -8px;
	right: -8px;
	background: #e74c3c;
	height: 18px;
	width: 18px;
	text-align: center;
	border-radius: 100%;
	line-height: 13px;
	cursor: pointer;
}

.fil-token-gen-box-close:hover {
	background: #da4131;
}

.fil-token-gen-username {
	display: block;
	width: 100%;
	margin: 0;
}

.fil-generate-now {
	float: right;
	padding: 0px 10px 3px 10px;
	background: #27ae60;
	color: #fff;
	margin-top: 7px;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	font-size: 14px;
}

.fil-generate-now:hover {
	background: #219b54;
}

.no-close .ui-dialog-titlebar-close,
.no-close .ui-icon-alert {
	display: none;
}

/* General Settings Section */

.opt-desc {
	color: rgb(137, 127, 127);
}

.gifeed-opt-cont {
	margin: 10px 0px;
	padding-bottom: 15px;
	/*border-bottom: 1px dashed rgb(185, 185, 185);*/
}


/* Loading */
#overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#loading {
	width: 50px;
	height: 57px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -25px;
	background: url(../img/metabox/ajax-loader.gif) center no-repeat;
}

/* Update Notify */

.update_notify {
	display: inline-block;
	margin-left: 30px;
	vertical-align: bottom;
	width: 16px;
	height: 16px;
}

.notifyupdated {
	background: url(../img/settings/valid.png) center no-repeat;

}

.notifyerror {
	background: url(../img/settings/invalid.png) center no-repeat;

}

.notifyjs-bootstrap-warn {
	height: 10px !important;
	vertical-align: middle !important;
	padding-top: 17px !important;
	background-position: 1px !important;
}

.update_notify_gfont {
	margin-left: 10px;
}

/* Fonts Section */
.blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin-bottom: 2.5em;
	padding: 0.5em 10px;
	font-size: 13px;
}

/* NOTIFY re-build Users */
.notify-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.68);
	z-index: 9999999;
}

.notify-overlay .popup {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 1024px;
	max-height: 580px;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	padding: 0;
	text-align: center;
	z-index: 1000;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.69);
	-moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.69);
	box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.85);
	border: 2px solid #424242;
}

.notify-overlay .popup .header {
	padding: 7px 5px 12px 5px;
	background: #e12c2c;
}

.notify-overlay .popup h1.entry-title {
	margin: 0;
	color: #fff;
	font-size: 23px;
	line-height: normal;
}

.notify-overlay .popup h1.entry-title:before {
	content: "\f488";
	left: 19px;
	position: absolute;
	top: 12px;
	font-family: "dashicons";
}

.notify-overlay .popup .gifeed-entry-container {
	background: #f0f0f0;
	padding: 10px 10px 2px 10px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-y: visible;
	max-height: 505px;
	height: 100%;
	border-bottom: 1px solid #eee;
}

.notify-overlay .popup .gifeed-entry-content {
	text-align: justify;
	margin-bottom: 10px;
	line-height: normal;
	padding: 5px 21px 5px 21px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.17);
}

.gifeed-entry-content h3 {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5;
}

.gifeed-entry-content h4,
.gifeed-entry-content p {
	font-size: 15px;
}

.gifeed-entry-content h4 {
	font-style: italic;
	color: #ff672b;
}

.gifeed-entry-content ol {
	line-height: normal;
}

.gifeed-entry-content li {
	margin-bottom: 10px !important;
}

.gifeed-entry-content li:last-child {
	margin-bottom: 0 !important;
}

.gifeed-entry-content hr {
	padding: 0 !important;
	margin: 3px 0 0 0 !important;
	height: 1px;
	background-color: #f0f0f0;
	border: none;
}

.steps_parent {
	background: #fff7ee;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
	display: block;
	margin: 17px 0 20px 0;
}

ul.missing_features {
	list-style: disc;
	margin-left: 2em;
}

.pay_attention {
	background: #d2d2d280;
	padding: 0 5px 0 5px;
	font-weight: bold;
	color: #646464;
}

p.recommend_you {
	padding: 13px;
	background: #fff7ee;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}

.notity_close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-family: "dashicons";
	color: #fff;
	font-size: 30px;
	z-index: 99999999999;
	cursor: pointer;
}

.notity_close:hover {
	text-shadow: 0 0 5px #fff;
}

.link_me {
	text-decoration: none;
}

.link_me:before {
	content: "\f504";
	font-family: "dashicons";
	position: relative;
	top: 2px;
	margin-right: 3px;
}