/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

h1.et_pb_module_header, span.et_pb_fullwidth_header_subhead, div.et_pb_header_content_wrapper {
	padding-top: 24px;
	padding-bottom: 36px !important;
}
div.header-content {
		padding-bottom: 120px !important;
}
h1, h2, h3, h4, h5, h5, h6 {
	font-weight: 900;
	line-height: 1.7em;
}
h2 {
	font-size: 150% !important;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
h3 {
	font-size: 120% !important;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
input, textarea {
	font-size: 100%;
	padding: 0.3em 1em!important;	}
input[type="button"] {
	border-radius: 3px;
  font-weight: 500;
  line-height: 1.7em !important;
	color: white;
	background-color: #ff9933;
}
.border {
border: 1px solid #666666;
}

@media screen and (max-width: 980px) {
	h1.et_pb_module_header {
		font-size: 40px !important;
	}
	.header-content {
	padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

/* Ninja Forms */

/* Success */
.nf-response-msg {
	border: 3px solid green;
	padding: 6px 24px 24px 24px;
	background-color: #ddffdd;
}

/* Cardstore */

.edd_download_buy_button {
	padding-top: 24px;
}

table#edd_purchase_receipt_products .edd_purchase_receipt_product_notes {
    font-style: normal;
	font-size: 80%;
	padding: 24px 0px 24px 0px;
}
table#edd_purchase_receipt_products td {
	vertical-align: top;
}
table#edd_purchase_receipt_products ul.edd_purchase_receipt_files::before { 
	content: "Download your files";
	font-weight: 700;
	padding: 24px 0px 12px 0px;
}
table#edd_purchase_receipt_products li.edd_download_file {
	font-size: 15px;
	margin: 0px;
	list-style: none;
}

/* fix for https://github.com/kiwix/web/issues/100 */
#kx-hero-module .et_parallax_bg_wrap {
	/* width: 100vw; */
}
#kx-hero-module {
	color: #ff9933 !important;
}

/* TEAM */

#kx-team img {
    border-radius: 100%;
    filter: grayscale(100%);
        width: 75%

}


/* Google Ads Landing Page */

#kx-google-ads-landingpage-hero h1 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 4.4rem;
    max-width: 600px;
    color: #FF9933 !important;
    text-shadow: 1px 1px 2px black;
}
#kx-google-ads-landingpage-hero .et_pb_fullwidth_header_subhead {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 2.8rem;
    max-width: 600px;
    color: white !important;
    text-shadow: 1px 1px 2px black;
}
#kx-google-ads-landingpage-hero .header-content .et_pb_header_content_wrapper p {
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.6rem;
    max-width: 400px;
    color: black !important;

}

#kx-google-ads-landingpage-content a.kx-button-primary {
    background-color: #FF9933;
    color: white;
    border: 3px solid #FF9933;
    font-weight: 600;
}
#kx-google-ads-landingpage-content a.kx-button-secondary,
#kx-google-ads-landingpage-content a.kx-button-secondary:hover {
    background-color: white;
    border: 3px solid #FF9933;
    font-weight: 600;
}



/* DOWNLOAD */


/* platform icons */

.kx-platforms {
    display: flex;
        column-gap: 1rem;
        row-gap: 1rem;
}

@media screen and (max-width: 640px) {
    .kx-platforms {
        flex-direction: column;
    }
    .kx-platforms.et_pb_row_1 {
        padding-bottom: 0;
    }
    .kx-platforms.et_pb_row_2 {
        padding-top: 0;
    }
}

.kx-platforms .et_pb_blurb {
    height: 100%;
    border: 1px solid gray;
    padding: 1rem;
    transition-duration: 0.2s;
}

@media screen and (max-width: 981px) {
    .kx-platforms .et_pb_blurb {
    }
    .kx-platforms .et_pb_column {
        margin-bottom: 0;
    }
    .kx-platforms .et_pb_blurb {
    }
}

.kx-platforms .et_pb_blurb:hover {
    transform: scale(105%);
}

.kx-platforms .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.kx-platforms .et_pb_main_blurb_image {
    flex-basis: 80%;
    display: flex;
}

.kx-platforms .et_pb_blurb_container {
    flex-basis: 20%;
}

.kx-platforms img {
    max-width: 120px;
}
