/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* Contact form re-size */

textarea.wpcf7-form-control.wpcf7-textarea {
    resize: none;
    min-height: 100px;
}

.wpcf7 .screen-reader-response {
    display: none;
}

/* Newsletter form re-style */

.mailchimp-submit {
	background-color: #098664;
	color: #ffffff;
	border-radius: 35px;
}

.mailchimp-submit:hover {
	background-color: #035F46;
	color: #ffffff;
}

/* Frontpage styling */



/* Page styling */
/* Page title margin */

.page-title .container {
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .wd-fontsize-xxl,.wd-fontsize-xxxl {
        font-size: 28px;
    }
	.wd-fontsize-xl {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .title-wrapper .title {
        font-size: 26px!important;
    }
}

li.meta-author {
    display: none;
}