/*
 Theme Name:   Twenty Twenty Child
 Description:  Twenty Twenty Child Theme
 Author:       Christian Voudantas
 Author URI:   http://christianvoudantas.me
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwentychild
*/

* {
	font-family: 'Poppins', sans-serif;
}

body, .buttontag, .entry-content, select {
	color:#354962;
}

select {
    font-size: 1.6rem;
	padding: 1.5rem 1.8rem;
}

h1 {
	font-size: 5.0rem;
	font-weight: 400;
}

.widget_text p {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}

.textwidget, .widget-content {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}

.footer-widgets-outer-wrapper {
	padding-top: calc(10vmax / 10);
    padding-bottom: calc(10vmax / 10);
	padding-right: 3vw;
	padding-left: 3vw;
	margin: 0 auto;
}

#site-footer {
	font-size: 12px;
	padding: 17px;
	justify-content: center;
}

#site-footer .section-inner {
	align-items: center;
	display: flex;
	justify-content: center;
}


a, body:not(.overlay-header) .primary-menu > li > a, .footer-widgets a {
	color: #FF816B;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

.wp-block-column {
	text-align: center;
}

button, button:not(.toggle), .button, .wp-block-button__link, .wp-block-button__link:visited, .wp-block-button__link:hover,  input[type="submit"] {
	background-color: #FF816B;
	color: #354962;
	border-radius: 10px;
	margin-top: 10px;
}

.fa {
	color: #354962;
}

.entry-content h5 {
	margin: 2.5rem auto 0.5rem;
}

.fa {
	padding: 0px 10px 0px 10px;
}


.user-registration-profile-header{
	
	display:none;
}

.crm-lookup-popup
{
	height:650px !important;
}