/*
 Theme Name:   Donat Child  
 Theme URI:    https://wordpress.themeholy.com/donat
 Description:  This is a child theme for donat - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy
 Template:     donat
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  donat-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 

:root {
  --theme-color1: #459e75;
  --theme-color2: #152636;
  --theme-color-white: #FFFFFF;	
  --theme-dark: #152636;
}

.th-btn.style2:hover {
    box-shadow: inset 0 -100px 0 0 var(--theme-color1);
    background: var(--theme-color1);
}

.hero-style1 .title {
	font-size: 44px;
}

.hero-style1 .sub-title {
	color: var(--theme-color1);
}

.hero-style1 .sub-title:before,
.hero-style1 .sub-title:after {
	background: var(--theme-color1);
}

.info-card .box-icon .bg-shape2 {
	display: none;
}

.info-card .box-icon .bg-shape1 {
    border-radius: 50%;
}

.th-widget-about .about-logo img {
    height: 75px;
}

.box-title .txt-email {
	font-size: 14px;
}

.box-text.txt-email a {
	font-size: 14px;
}

.th-widget-contact {
    background: rgba(69, 158, 117, 0.26);
    border: 1px solid rgba(69, 158, 117, 0.46);
}

.video-thumb1-1 {
    height: auto;
	margin: auto;
}

.donation-card .donation-card_progress-wrap .donation-card_progress-content .donation-card_goal {
	margin-left: 24px;
}

.inst-fontes .author-widget-wrap .author-tag {
   left: 130px;
   top: -40px;
}

.video-thumb3-1 img {
	width: 100vw !important;
	height: 88vh !important;
	max-height: 640px;
	min-height: auto;
}

.widget-banner .box-link a {
	font-size: 32px;
}