/*
Theme Name: My Twenty Twenty Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty.
Author: Your Name
Author URI: https://example.com/
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700&display=swap');

body{
    font-family: "Open Sans"
}

img.custom-logo{
    width: 45%;
    height: auto;
}
/*.home header.entry-header.has-text-align-center.header-footer-group{
		height: 100vh;
	  display: flex;
		justify-content: center;
		align-items: center;
		background-image: url(" http://blog.kudizy.com/wp-content/uploads/2019/12/her3.jpg");
		background-size:cover;
    background-position-y: -166px;
    background-repeat: no-repeat;
}

.home h1.entry-title{
	color:#ffffff
}*/

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
	margin-right: 12px!important;
}
div.heateor_sss_sharing_title {
	margin-bottom: 16px!important;
}

.uagb-post__image img,
.uagb-post__image .uagb-post__inner-wrap{
	border-radius: 8px;
}
.header-inner.section-inner {
	padding: 1.8rem
}
.home header.entry-header.has-text-align-center.header-footer-group {
	padding-top:0px;
}

.mc4wp-form-fields p{
	max-width:none!important;
}

.mc4wp-form-fields .newsletter-submit{
	height:52px!important;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

.mc4wp-form-fields .newsletter-input{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.mc4wp-form-fields{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top: 20px;
}

.mc4wp-response p{
    font-size: 16px;
    font-family: "Open Sans";
    text-align: center;
}
li#menu-item-34 a{
	text-decoration:none;
	color:#000
}
li#menu-item-34 a:hover{
	color:#16825c;
}

li.post-author.meta-wrapper,li.post-comment-link.meta-wrapper {
	
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
	max-width: 80rem;
}

@media screen and (min-width: 977px) {
	.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		max-width: 69rem;
	}
	body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		max-width: 120rem;
	}
  }
  h4.uagb-post__title a{
	webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	
  }
 
.entry-content p{
    font-family: "Lora";
    font-size: 20px;
	line-height: 35px;
	color: rgba(0, 0, 0, 0.84);
}

.welcome-text p{
	  max-width: 70%!important;
    margin: auto!important;
}

.newsletter-text{
	margin-bottom: 30px;
}

.newsletter-text p{
	max-width: 67%!important;
    margin: auto!important;
}

.entry-categories,li.post-comment-link.meta-wrapper{
	display:none;
}
input[type="submit"]:hover {
    text-decoration: none!important;
}

input.newsletter-submit:hover{
	background-color:#1a6e51;
}

input{
    font-family: "Open Sans";
}