/*
 Theme Name:   Ukko WP Child
 Theme URI:    https://demo.cocobasic.com/ukko-wp
 Description:  Ukko WP Child Theme
 Author:       CocoBasic
 Author URI:   https://cocobasic.com/
 Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
 Template:     ukko-wp
 Text Domain:  ukko-wp-child
*/

body {
    color: #235a78;
}

body .sm-clean a {
    color: #235a78;
}
body a {
    text-decoration: none;
    color: #235a78;
    transition: color .3s linear;
}

.widget a {
    border-bottom: none;
}


h1, h2, h3, h4, h5, h6 {
    color: #0085a5;
    padding: 20px 0;
}

h2 {
    font-size: 20px;
    line-height: 25px;
	text-transform: uppercase;
}

.wpcf7-form input[type=submit] {
    display: inline-block;
    border: 2px solid;
    text-align: center;
    padding: 20px 0px;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    background-color: transparent;
    color: #235a78;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    width: 100%;
    letter-spacing: 1px;
    transition: opacity .3s ease;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 30px;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #235a78;
    background-color: transparent;
    width: 100%;
    height: 28px;
    border: 0;
    border-bottom: 2px solid;
    padding-top: 13px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}


@media only screen and (max-width: 600px) {
.elementor-181 .elementor-element.elementor-element-61546de .entry-title {
    font-size: 50px;
}
}