File "addon.css"

Full Path: /home/leadltht/fastlinkinternet.com/themes/internet-provider/css/addon.css
File size: 7.18 KB
MIME-type: text/plain
Charset: utf-8

.theme-info-wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.theme-info-wrap img {
	max-width: 100%;
}
/*theme link*/
span.themelink {
    width: 25%;
    display: inline-block;
    margin: 10px;
    text-align: center;
}
.themelink strong {
    display: block; 
    margin-bottom: 0; 
    font-weight: 700;
    font-size: 14px;
}
.themelink a, .themelink-1 a {
      color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    background-image: linear-gradient(to right, #4734c0, #8472f7);
    padding: 10px 12px;
    color: #fff !important;
    margin: 10px 0 20px;
    display: inline-block;
    font-weight: 600;
    border-radius: 5px;
}
.themelink-1 a{
	margin-left: 10px;
}
.themelink a:hover,.themelink-1 a:hover {
    background: #4734c0;
}
.important-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.themelink {
    flex-basis: calc(33.33% - 10px); 
    background-color: #fff; 
    padding: 20px 40px; 
    margin-bottom: 20px;
}
.themelink p{
	margin: 5px 0;
}
.important-link {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 5px;  
    width: 95%;
    margin: 20px 0;
    text-align: center;
}
/* Clearing Floats */
.theme-info-wrap .clearfix::before,
.theme-info-wrap .clearfix::after {
	display: table;
	content: " ";
}
.theme-info-wrap .clearfix::after {
	clear: both;
}
/* Columns */
.theme-info-wrap .columns-wrapper {
	margin-right: 0;
}
.theme-info-wrap .columns-wrapper .column {
	float: left;
	box-sizing: border-box;
	padding-right: 4em;
}
.theme-info-wrap .columns-wrapper .column-half {
	width: 50%;
}
.theme-info-wrap .columns-wrapper .column-third {
	width: 33.3333333333333%;
}
.theme-info-wrap .columns-wrapper .column-quarter {
	width: 25%;
}

/* Font Styles */
.theme-info-wrap h3 {
	margin: 1em 0 0.6em;
	font-size: 1.8em;
	line-height: 1.5;
}
.theme-info-wrap h4 {
	margin: 0.2em 0;
	font-size: 1.4em;
}

/* Theme Info Header */
.theme-info-wrap h1 {
	margin: 0.2em 0 0 0;
	font-size: 3em;
	line-height: 1.2;
	text-align: center;
	font-weight: 600;
}

.theme-info-wrap .theme-description {
	margin: 1em 0;
	min-height: 60px;
	color: #777;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.6;
	text-align: center;
}
.theme-info-wrap .theme-description-1 {
	margin: 1em 0;
	min-height: 60px;
	color: #777;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.6;
}

/* Important Links */
.theme-info-wrap .important-links p strong {
	margin-right: 1em;
}
.theme-info-wrap .important-links p a {  
    padding: 10px 32px;
    border-radius: 10px;
}
.important-links.clearfix {
    text-align: center;
}

/* Getting Started */
#getting-started {
	margin: 2em 0;
}
#getting-started .section {
	margin: 2em 0 4em;
}
#getting-started .section .about {
	color: #777;
	font-size: 1.2em;
	line-height: 1.6;
}
a.button.button-secondary.premium-btn {
    margin-left: 20px;
}

/* Theme Author */
#theme-author {
	margin: 1em 0;
}
#theme-author p {
	color: #777;
	font-size: 1.2em;
	line-height: 1.6;
}
a.get-premium{
	background-image: linear-gradient(to right, #34c082, #85f772);
}


/* Demo Importer CSS */
.wrapper-info {
    text-align: center;
    max-width: 100%;
    background-color: #0d223e;
    opacity: 0.9;
    padding:3.3em 5em;
    box-shadow: 0 10px 20px 0 rgb(94 44 237 / 20%);
    color: #fff;
    font-size: 15px;
}
.wrapper-info img {
    margin-bottom: 25px;
}
span.version {
    font-size: 15px;
    font-weight: normal;
}
.wrapper-info p{
    font-size: 15px;
}
.theme-offer p {
    color: red;
    font-size: 12px;
    padding: 0 5em;
    margin: 30px 0;
}
.success {
    margin-top: 35px;
    color: #000;
    font-weight: 800;
    font-size: 24px;
    -webkit-animation: bounce .4s ease infinite alternate;
}
.theme-id-container .theme-browser .theme .theme-name {
    height: 48px;
}
.start-box{
    margin-top: 20px;
}
.start-box .success{
    color: #fff;
}
.start-box .columns-wrapper .column {
	padding-right: 1em !important;
}
.start-box p{
	font-size: 15px;
	color: #fff;
}
.start-box b{
	font-weight: bold !important;
}
.start-box h2 {
    font-size: 25px;
    color: #fff;
    padding: 15px;
	line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #4734c0, #8472f7);
}
.start-box .button-large{
	background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
    font-weight: bold;
    padding: 4px 30px !important;
    font-size: 15px;
}

.start-box .columns-wrapper {
	margin-right: 0;
}
.start-box .columns-wrapper .column {
	float: left;
	box-sizing: border-box;
	padding-right: 4em;
}
.start-box .columns-wrapper .column-half {
	width: 50%;
}
.start-box .get-screenshot img{
	width: 100%;
    height: 612px !important;
}
.start-box .wrapper-info{
    min-height: 513px !important;
}
.theme-offer #setting-error-tgmpa span{
    color: #000;
}

@-webkit-keyframes bounce {
  0% {
      text-shadow:
                  0 2px 3px rgba(0, 0, 0, 1);  
  }
  100% {
    transform:translateY(-20px);
  }
}

/* Activation Notice */
.getstrat.updated.notice.notice-success.is-dismissible.notice-get-started-class{
    display: flex !important;
    flex-wrap: wrap;
    padding: 20px;
    gap: 40px;
}
.notice-get-started-class .admin-content {
    flex: 1;
    padding-right: 30px;
    text-align: left;
}
.notice-get-started-class .button{
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
.notice-get-started-class .admin-content h1 {
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.notice-get-started-class .admin-content p {
    color: #3c434a;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
}

.notice-get-started-class .admin-content > div {
    justify-content: left;
    grid-template-columns: auto auto auto auto;
}

.notice-get-started-class .admin-image img{
    height: 154px;
    width: 100%;
    max-width: 320px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.notice-get-started-class .button-group.button-hero .button, .wp-core-ui .button.button-hero {
    font-size: 14px;
    min-height: 46px;
    line-height: 3.14285714;
    padding: 4px 38px;
    margin-right: 4px;
    background-image: linear-gradient(to right, #4734c0, #8472f7);
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
    border-radius: 3px;
    border: none;
    outline: none;
}
.notice-get-started-class .button-group.button-hero .button, .wp-core-ui .upgrade-pro{
    background-image: linear-gradient(to right, #34c082, #85f772) !important;
}
.notice-get-started-class .admin-content .dashicons{
    vertical-align: middle;
    margin-left: 5px;
}
.notice-get-started-class .notice-dismiss {
    position: absolute;
    top: 0;
    right: 1px;
    border: none;
    margin: 0;
    padding: 9px;
    background: 0 0;
    color: #787c82;
    cursor: pointer;
}

@media screen and (max-width: 1300px) {
    .notice-get-started-class .admin-content > div {
        grid-template-columns: auto auto;
    }
    .notice-get-started-class .admin-content .admin-notice-btn{
        margin: 5px;
    }
} 
@media screen and (max-width: 767px) {
    .notice-get-started-class .admin-content > div {
        grid-template-columns: auto;
    }
}