/*
 Theme Name:   RKN Therapist
 Theme URI:    https://siteguy.dev
 Description:  Renata child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     renata
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  renata-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */


.wpcf7-submit {
	background-color: #9d6b54!important;
}

@media (min-width: 1200px) { 
	.bt_bb_ca_absolute {
		position: absolute;
		right: 0;
	}
}

.date {
	font-size: 12px!important
}

.wpcf7-submit {
		background: transparent!important;
	}

.bordinha {
	border-style: solid!important;
	border-color: #214442;
	border-width: 1px;
}

.video {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}

.video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.siteguy {
	color: #784937!important;
}

.siteguy a {
	color: #784937!important;
}

.wpcf7-list-item-label {
	font-size: 11px!important;
}

.wpcf7-list-item-label a {
	color: #214442!important;
}

@media (max-width: 768px) {
    .video {
        height: 100vh; /* Adjust the height for smaller screens */
    }

    .video video {
        /* Adjust the styling for smaller screens if needed */
        object-fit: cover;
    }
}