
/* -----------------------------------------
			   01. RESET CSS
-------------------------------------------- */


blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html{
    overflow-y: scroll;
    font-size: 15px;
}

/* -----------------------------------------
 BASE TYPOGRAPHY
-------------------------------------------- */

/* body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
} */

body {
    color: #030f27;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    font-family: 'Roboto';
}
    

/* p {
    margin-bottom: 1.25em;
} */

h1, h2, h3 {
    font-family: 'Crimson';
    color: #1E1E1E;
    font-size: 35px;
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    
}
 
h4, h5,h6 {
    font-family: 'Crimson';
    color: #1E1E1E;
    font-size: 35px;
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    
}



strong, b{
    font-weight: 500;
}
a {
    text-decoration: none !important;
    color: #686868;
    transition: .5s;
}

/*form field css*/
.form-control {
	border-color: #ebebeb;
	height: calc(2.5em + .75rem + 2px);
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #568d47;
}
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value{
    color: #b1b1b1 !important;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value{
    color: #b1b1b1;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value{
    color: #b1b1b1;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value{
    color: #b1b1b1;
}

.section-heading h2 span{
    font-weight: 400;
    font-size: 2rem;
}
button.wpcf7-submit.btn.solid-btn {
    background: #ed6d06;
    color: #fff;
    padding: 13px 30px;
    border-radius: 7px;
    transition: .5s;
    border-radius: 0;
    margin-top: 20px;
}
.wp-block-post-comments-form {
    box-sizing: border-box;
    margin-bottom: 10px;
}
ul.wp-block-rss li {
    margin: 18px 0;
}
ul.wp-block-rss {
    list-style: square;
}