/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


body {
    font-size: 16px;
    color: #777;
    font-weight: 400;
    line-height: 1.66em;
}
body, p:not(.form-row):not(.woocommerce-mini-cart__empty-message):not(.woocommerce-mini-cart__total):not(.woocommerce-mini-cart__buttons):not(.mk-product-total-name):not(.woocommerce-result-count), .woocommerce-customer-details address, .mk-button, .mk-blog-container .mk-blog-meta .the-excerpt p, .mk-single-content p {
}
a {
    color: #df7649;
}
a:hover,
a:focus{
    color: #df5d11;
}

h1, h2, h3, h4, h5, h6, #mk-page-introduce, .the-title, .mk-edge-title, .edge-title, .main-navigation-ul, .mk-vm-menuwrapper, #mk-footer-navigation ul li a, .mk-pricing-table .mk-offer-title, .mk-pricing-table .mk-pricing-plan, .mk-pricing-table .mk-pricing-price, .mk-custom-box, .mk-blog-container .mk-blog-meta .the-title, .post .blog-single-title, .mk-blog-hero .content-holder .the-title, .blog-blockquote-content, .blog-twitter-content, .mk-employees .mk-employee-item .team-info-wrapper .team-member-name {
    font-family: Lato;
}

h1{
    font-size: 3.5rem;
    font-weight: 400;
}

h2{
    font-size: 2.5rem;
    font-weight: 300;
}

h3{
    font-size: 2rem;
    font-weight: 300;
}

h4{
    font-size: 1.5rem;
    font-weight: 300;
    font-family: var(--secondary-font);
}

h5{
    font-size: 1.25rem;
    font-weight: 400;
}

h6{
    font-size: 1rem;
    font-weight: 400;
}
p{
    font-size: clamp(16px, 1rem, 18px);
    line-height: 1.4em;
    font-family: Lato;
	color: #777777;
}

.master-holder strong{
    color: #777
}

.master-holder h1{
    font-size: 36px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase
}

.master-holder h2{
    font-size: 30px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase
}

.master-holder h3{
    font-size: 24px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase
}

.master-holder h4{
    font-size: 18px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase
}

.master-holder h5{
    font-size: 16px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase
}

.master-holder h6{
    font-size: 14px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase
}

.mk-section-preloader {
    background-color: #ffffff!important
}
#respond input#submit, #review_form_wrapper input[type=submit], .post-password-form input[type=submit], .woocommerce-product-search button[type=submit], .woocommerce-product-search input[type=submit], .wpcf7-submit, a.button, button.button, input.button {
    margin: 0;
    border: none;
    outline: 0!important;
    font-size: 13px;
    line-height: 13px!important;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    background-color: #252525;
    color: #fff;
	background-color: #de764a!important;
}

button.button:hover,
button.button:focus{
	background-color: #252525 !important;
}
.master-holder select:not(.gfield_select),.woocommerce select {
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    background-image: url(../png/selectbox-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 12px 12px 16px;
    font-size: 12px;
    line-height: 14px;
    color: #252525;
    border-radius: 0;
    font-weight: 700;
    min-width: 240px;
    max-width: 100%;
    display: block
}

