/*
 Theme Name:   wpmozo
 Description:  Child theme of Divi
 Template:     Divi
*/

/* Typography */
h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

/* Footer */
.wpmozo-footer-menu-links .et_pb_widget {
    width: 100% !important;
    margin-bottom: 20px !important;
    text-align: center;
}

.wpmozo-footer-menu-links .et_pb_widget ul li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

.wpmozo-footer-menu-links .et_pb_widget ul li:not(:last-child) {
    margin-right: 15px;
}

.woocommerce-currency-switcher .selector, .woocommerce-currency-switcher .dropdown-content {
    border: none !important;
} 

/* My Account */
.woocommerce-table--order-downloads tr {
	display: grid;
    grid-template-columns: minmax(auto, 30%) minmax(auto, 30%) minmax(auto, 20%) minmax(auto, 20%);
}

.woocommerce-table--order-downloads .wpmozo_license_key {
	background: #f2f8f5;
    border: none;
	width: 260px;
    max-width: 100%;
    padding: 4px 8px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.wpmozo_license_key_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wpmozo_copy_key_info {
	font-size: 12px;
    font-style: italic;
}

@media screen and (min-width: 981px) {
/* Header */
#main-header.et-fixed-header {
    box-shadow: 0 0 18px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.2)!important;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.2)!important;
}
}

@media (max-width: 980px) {
/* Header */
.et_header_style_left #logo {
    max-width: 30%;
}

/* Typography */
h1 {
    font-size: 50px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}
}

@media screen and (max-width:768px) {
    .wpmozo_license_key_wrapper {
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
/* Header */
.et_header_style_left #logo {
    max-width: 40%;
}

/* Typography */
h1 {
    font-size: 40px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}
}