/*
Theme Name: Denver Headshot Co.
Author: Atom Studio
Author URI:  atomstudio.ca
Theme URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: blockstarter
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.2
Version: 0.1.07

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.video-social-block {
    max-width: 100% !important;
    margin: 0 !important;
}
/**************Lead Gen Page Css start***************/
.sub-heading {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}
.lead-gen-content p {
    padding-top: 5px;
}
.main-btn {
    background-color: var(--wp--preset--color--primary);
    color: #fff;
    text-decoration: none;
    border: 0;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
}

.lead-gen-image {
    height: 445px;
}

.lead-gen-image img {
    object-fit: cover;
    height: 100%;
    display: block;
}
.lead-gen-content {
    display: flex;
align-items: center;
}