/** The font selector **/ 

.input-wrap {
	width: auto;
	margin-bottom: 30px;
	overflow: visible;
	height: 30px;
}	
.input-wrap .font-select {
	float: left;
}
.input-wrap input[type="text"] {
	float: left;
	width: 200px;
	margin: 0 10px;
	padding: 6px 6px 5px 6px;
}
input.add_google_font.button { 
	padding: 2px 10px 1px;
	height: auto;
	float: left;
	margin-top: 0px;
}


/** The preview screen **/
	
.font-preview-screen { 
	width: 70%; 
	padding: 25px 10%;	
	background: #ffffff; 
	border: 1px solid #aaa; 
	margin: 10px 0 30px 0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}


/** Section for managing the fonts **/

ul#selected-fonts {
	width: 100%;
}

ul#selected-fonts li {
	width: 55%;
	padding: 20px;
	overflow: auto;
	background: #ededed;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cfcfcf;
}

ul#selected-fonts li p {
	font-size: 23px;
	float: left;
	width: auto;
	margin: 10px 10px 10px 0;
}

ul#selected-fonts li p a.dele_form {
	font-size: 12px;
}

#menu-appearance a[href^="themes.php?page=tk-google-fonts-optionss"]:before {
	content: "\21B3";
	margin-right: 0.5em;
	opacity: 0.5;
	padding: 0 5px;
}

.container-pricing{
    width: 100%;
    min-height: 100vh;
}

.container-pricing h2{
    color: #fca300;
    font-size:32px;
    padding:25px 0;
    text-align: center;
    line-height: 1.2em;
}

.price-row{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px;
}

.tkgf-price-col{
    max-width: 300px;
    background: rgb(107,107,107);
    background: linear-gradient(360deg, rgba(107,107,107,1) 0%, rgba(174,174,177,1) 35%, rgba(255,255,255,1) 100%);
    padding: 10% 15%;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.tkgf-price-col p{
    font-size: 22px;
}

.tkgf-price-col h5{
    color: #243b53;
    margin-bottom: 40px;
}

.tkgf-price-col h4{
    margin-bottom: 20px !important;
}

.tkgf-price-col h4, #savings-price, #tkgf-savings-price-pro, #tkgf-savings-price-bundle{
    position: relative;
    font-size: 24px;
    margin: 20px 0 40px;
    font-weight: 500;
    color: #243b53;
}

.tkgf-price-col h4::after{
    position: absolute;
    top: 50%;
    left: 50px;
    width: 130px;
    height: 1px;
    content: ' ';
    transform: rotate(-6deg);
    border-bottom: 2px solid #d64545;
}

.tkgf-price-col h4 span{
    font-size: 16px;
    color: #fca300;
}

.tkgf-price-col h3{
    position: relative;
}

.tkgf-price-col h3 span.fs-bundle-currency{
    font-size: 1.5em;
}

.tkgf-price-col h3 span.fs-bundle-price-1, .tkgf-price-col h3 span.tkgf-fs-pro-price, .tkgf-price-col h3 span.tkgf-fs-bundle-price{
    font-size: 50px;
    color: #243b53;
}

.tkgf-price-col ul{
    text-align: left;
    margin: 20px 0;
    color: #ddd;
}
.tkgf-price-col ul li{
    margin: 15px 0;
    size: 20px;
}
.tkgf-price-col button{
    width: 100%;
    padding: 14px 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.5s;
}

.tkgf-price-col #tkgf-purchase-bundle-plan:hover, .tkgf-price-col #tkgf-purchase-pro-plan:hover, .tkgf-price-col #purchase:hover{
    background: #fca300;
}

.tkgf-price-col.tk-bundle-1{
    height: 480px;
}

button.tkgf-bundle-list-see-more{
    background: none;
    border: none;
    padding-top: 0px;
}

div.separator{
    display: block;
    width: 80%;
    height: 3px;
    background: #243b53;
    margin: 10px auto;
}

p.bundle-type{
    color: #fca300;
    font-weight: bold;
    box-shadow: 1px 1px 10px #000000;
    margin-bottom: 50px;
}

select#licenses-1, select#tkgf-pro-license, select#tkgf-membership-license{
    margin-bottom: 30px;
}

li.tk-bundle-product{
    font-size: 12px;
    color: #000000;
    letter-spacing: 2px;
    list-style: none;
}

.container-pricing h3{
    text-align: center;
    color: #727272;
    margin-bottom: 50px;
}

.tk-bundle-link{
    text-decoration: none;
    color: black;
}

.bundle-picture{
    text-align: center;
}

.bundle-picture img{
    width: 300px;
}

.list-bundle-ul{
    height: 180px;
    overflow: hidden;
}

#tkgf-purchase-pro-plan{
    margin-top: 160px;
}
