/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks,accessibility-ready
Version: 1.1.1585488067
Updated: 2020-03-29 13:21:07

*/
 
 /* Blue BTNS */
ul.blue-btns{
	margin: 0px auto;

	width: 100%; 
	position: relative;
	padding-left: 0;
}

ul.blue-btns li a {
	color: #fff !important;
	box-shadow:none;
	text-decoration:none;
}
ul.blue-btns li {
	position: relative;
	overflow: visible;
	height: 60px;
	background: #1F68B0;
	border-radius: 3px; -ms-border-radius: 3px; -moz-transition: all 0.65s ease; -ms-transition: all 0.65s ease;
	-o-transition: all 0.65s ease; transition: all 0.65s ease; -webkit-transition: all 0.65s ease; width: 100%; float: left; margin-bottom: 6px;
	background: linear-gradient(0deg,#2989d8 0,#1e5799 4%,#207cca 94%,#207cca 0,#7db9e8);
	border-radius: 32px;
	border: 1px #fff;
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,.5);
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
	display: table;
	cursor: pointer;
	width: 49%;
	margin: 0.7% 0.5%;
}

 ul.blue-btns li.lastodd{
	width: 99%;
}

 ul.blue-btns li a{    
text-shadow: 1px 1px 0 rgba(0,0,0,.5); 
	 position: relative; 
	 display: block; 
	 overflow: visible; 
	 word-wrap: break-word; 
	 text-transform: capitalize; 
	 font-size: 1.2em; 
	 line-height: 27px; 
	 height: 37px; 
 padding: 0 30px 0 30px; color: #fff; 
letter-spacing: 0.5px;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}
 ul.blue-btns li span{ background: url("https://thm-files.s3.amazonaws.com/img/nchev.png") no-repeat; width: 14px ;height: 23px;
position: absolute;  line-height: 37px; text-align: center; font-size: 18px; font-weight: normal; color: #fff;
    text-indent: 10000px;
    top: 18px;
    right: 10px;
    overflow: hidden;
}
 ul.blue-btns li span:before{ content: ">"; }
 ul.blue-btns li:hover{   opacity: .8; }
@media only screen and (max-width:599px){
	 ul.blue-btns li,  ul.blue-btns li.lastodd { width: 100%; }
}


body .penci-standard-cat {
	display: none !important;
}

body ul.one-blue-btn {
	text-align: center;
}

body ul.one-blue-btn li {
	float: none !important;
	margin: 10px auto 5px auto !important;
	background: #1F68B0 !important;
	border-radius: 3px;
}

body ul.one-blue-btn li a {
	font-weight: normal;
    letter-spacing: 2px;
	text-transform: uppercase;
}

body .bottom-btn {
	text-align: center;
	color: rgba(0,0,0,0.5);
	font-size: 14px;
}

@media only screen and (max-width: 600px){ 
	
	body ul.one-blue-btn li {
		width: 100% !important;
	}
}
/* Blue BTNS - END */


@media screen and (min-width: 61.5625em) {
	body .site-header {
    padding: 0.4em 4.5455%;
		margin-bottom: 30px;
}
}

body .site-header {
	border-bottom: 2px solid #c95a8f4f;}


/* NEW CSS */

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

body .site-description,
body.single-post .entry-categories,
body .post-meta-wrapper,
body .powered-by-wordpress,
body .featured-media{
	display: none !important;;
}

body h1.entry-title {
	font-size: 4.4rem;
}

body .post-inner {
    padding-top: 2rem !important;
}

.singular .entry-header {
    padding: 4rem 0 ;
}


@media only screen and (max-width: 600px){ 
body h1.entry-title {
    font-size: 2.4rem;
}
	
	.singular .entry-header {
    padding: 2rem 0 ;
}
}

body .uagb-post__title {
	font-size: 2.5rem;
}

body .gform_wrapper {
	margin: 0 auto;
}

body .comment-form-cookies-consent {
float: left;
}