/*
Theme Name: Inkspot Child
Theme URI: https://techmatessolutions.com/
Author: TechMates
Author URI: https://techmatessolutions.com/
Description: A Premium and Responsive Elementor WordPress theme, designed for E-Commerce websites
Template: inkspot
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: inkspot-child
*/


.list-posts .entry-format figure img, 
.ts-blogs figure img,
.list-posts .entry-format figure,
.ts-blogs figure 	  						{ border-radius: 10px; }
.list-posts .entry-format figure img, 
.ts-blogs figure img						{ height: 350px; width: 100%; object-fit: cover; object-position: center;  }
.ts-blogs .entry-content > header,
.list-posts .entry-content > header			{ gap: 5px; }
.contact-col-2								{ display: flex; justify-content: space-between; }
.contact-col-2 > *							{ width: calc(50% - 15px); }
.wpcf7 label								{ font-size: 14px; }
.wpcf7 p :is(input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea) 									{ border-radius: 10px; font-size: 14px; }
.wpcf7 p 									{ margin-bottom: 10px; }
.ts-mailchimp-subscription-shortcode .mailchimp-subscription .subscribe-email > * 
											{ border-radius: 10px; font-size: 14px; }
html input[type^="button"], html input[type^="submit"] 
											{ border-radius: 10px; }
											
@media only screen and (max-width: 767px)	{
	.contact-col-2 							{ flex-wrap: wrap; }
	.contact-col-2 > *						{ width: 100%; }
}
