/*
Theme Name:   Brunn Child
Theme URI:    https://mundrisoft.com
Description:  Brunn Child Theme
Author:       Select Themes
Author URI:   http://themeforest.net/user/select-themes
Template:     brunn
Version:      1.0.0
Text Domain:  brunnchild
*/

/* Case study added custom fonts
 */
@font-face { font-family: 'TuesdayNight-Regular'; src: url(/wp-content/themes/brunn-child/fonts/TuesdayNight-Regular.otf); font-weight: normal; }

/* Case study added custom fonts
 */

/* Blog post anchor color*/
.qodef-blog-single-standard a, .qodef-blog-single-standard p a {
	color: #632fc5 !important;
}

/* FOr Demo Video Forms */
.forminator-custom-form-9598 {
    width: 100%;
    margin: auto;
}
.forminator-custom-form-9598 .forminator-response-message {
    display: none;
}
 .qodef-btn.qodef-btn-outline {
    color: #110729 !important;
    background-color: #fac400 !important;
    border: 1px solid #e1e1e1 !important;
    line-height: 1;
}

.qodef-title-holder.qodef-standard-type.qodef-title-va-header-bottom.qodef-has-bg-image {
    background-size: cover;
}

.input-mail input {
    background-color: #fff !important;
}

.input-btn .qodef-btn.qodef-btn-outline:hover,.input-btn .qodef-btn.qodef-btn-outline:active {
	color: #fff!important;
    background-color: #110729!important;
    border: 1px solid transparent!important;
}

.input-btn  .wpcf7-submit.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-border-hover):hover
{
	color: #fff!important;
    background-color: #110729!important;
    border: 1px solid transparent!important;
}
.input-btn .qodef-btn.qodef-btn-outline {
	color: rgb(250, 196, 0)!important;
    background-color: rgb(255, 255, 255)!important;
    border-color: rgb(255, 255, 255)!important;
}

/* new code added 16/6/22 */
.ms-blog-white-text.qodef-grid-row.qodef-grid-small-gutter {
    padding: 30px 10px 30px 10px;
    background-color: #fff;
}


/* End code added 16/6/22 */
.feature-box .qodef-iwt.qodef-iwt-icon-top .qodef-iwt-icon img.attachment-full {
    max-width: 75px;
    min-width: 75px;
    height: auto;
}

.qodef-section-title-holder .qodef-label .qodef-label-text {
    font-size: 14px !important;
}

.qodef-post-info-author a {
    display: none;
}
.qodef-blog-holder article .qodef-post-info-top>div:after {
    display: none;
}

.qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner {
    padding: 30px 0 30px 0;
}
.qodef-title-holder.qodef-standard-type .qodef-page-title {
    max-width: fit-content !important;
}
/* case study page */

h1.qodef-st-title,h1.qodef-e-title {
    font-size: 50px;
}

h2.qodef-st-title,h2.qodef-e-title {
    font-size: 40px;
}

h3.qodef-st-title,h3.qodef-e-title {
    font-size: 24px;
}

.elementor-element p {
    font-size: 18px;
}

.case-study-text .elementor-heading-title
{
 font-family: "TuesdayNight-Regular", Sans-serif !important;
}
/* End case study page */


/* code blockquate styles
 */
blockquote{
	padding-right: 0px !important;
    padding-bottom: 10px!important;
    background: none!important;
    border-left: 4px solid #fac400 !important;
    padding-left: 30px!important;
   
    margin: 20px 0px 20px 0px !important;
}
blockquote p {
    font-weight: 500!important;
}

/* End of code for blockquate styles
 */

@media (max-width: 1500px)
{
.qodef-container-inner
{
	width: auto !important;
}
}
@media (max-width: 768px)
{
h3.qodef-st-title, h3.qodef-e-title {
    font-size: 20px!important;
}
	
h1.qodef-st-title,h1.qodef-e-title {
    font-size: 36px!important;
}

h2.qodef-st-title,h2.qodef-e-title {
    font-size: 28px!important;
}

	
}

@media only screen and (max-width: 680px){
.qodef-mobile-header .qodef-mobile-header-holder .qodef-grid {
    width: 90%;
}
}

@media only screen and (max-width: 768px){
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-grid {
    padding: 70px 0 70px !important;
}
}
/*blog dates*/
.qodef-blog-holder.qodef-blog-single article.has-post-thumbnail .qodef-post-heading .qodef-post-info-date, .qodef-blog-holder.qodef-blog-masonry article.qodef-post-has-media .qodef-post-heading .qodef-post-info-date, .qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-navigation-date, .qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-navigation-date, .qodef-related-posts-holder .qodef-related-post .qodef-related-post-image .qodef-post-info-date, .qodef-post-info-date.entry-date.published.updated {   
    display: none !important;
}
