/*
Theme Name:   Santi - Child theme
Theme URI:    http://webdesign-finder.com/santi-v2
Description:  Extra Small child theme of Santi theme
Author:       the MWTemplates team
Author URI:   https://themeforest.net/user/mwtemplates
Template:     santi
Version:      1.0.0
License:      Commercial
License URI:  https://themeforest.net/licenses/regular_extended
Text Domain:  santi
Domain Path:  /languages
Tags:         blog, e-commerce, news, custom-background, custom-colors, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, block-styles, wide-blocks, left-sidebar, right-sidebar, one-column, two-columns, grid-layout, microformats, post-formats, translation-ready
*/

/* Your styles goes here*/
.wpcf7-form .col-acceptance {
	display: block;
	padding: 5px 5px 10px 5px;
}
.wpcf7-form .col-acceptance .wpcf7-acceptance, .wpcf7-form .col-acceptance label, .wpcf7-form .col-acceptance a {
	display: inline;
}
.wpcf7-form .col-acceptance .wpcf7-acceptance span {
	margin-left: 0px;
}
.wpcf7-form .col-acceptance label strong {
	font-weight: 500;
}
.wpcf7-form .col-acceptance a {
	padding-left: 5px;
}
.wpcf7-form hr {
	background: rgba(0, 0, 0, .05);
    margin: 15px 5px
}
@media (max-width: 479px){
	.logo:not(.logo-between) .logo-text-primary {
		font-size: 30px;
	}
	.logo .logo-text .logo-text-secondary {
		font-size: 10px;
	}
}