/*
 Theme Name:   GeneratePress RTO Child Theme
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
    font-family: 'AdobeTextPro-Regular';
    font-style: normal;
    /* font-weight: normal; */
    src: url('/wp-content/themes/generatepress_rto/fonts/AdobeTextPro/AdobeTextPro-Regular.woff');
}

body .site-content {
	font-family: 'AdobeTextPro-Regular';
	margin-right: auto;
	margin-left: auto;
}
#page.site.hfeed {display: block !important;}

body .site-content h1 {
	font-size:36px;
}
body .site-content h2,
body .site-content h2 * {
	font-family: 'AdobeTextPro-Regular';
	font-style: normal;
    font-weight: 400;
    font-size: 34px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:17px;
	font-weight: bold;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:15px;
}
/* removing footnotes from home page */
.home .easy-footnote-title, .home .easy-footnotes-wrapper {
	display:none;
}
.sidebar .widget .widget-title {
	font-size: 1.3em;
}

.gform-body input,
.gform-body select {
	height: 32px;
}
.gform-body input,
.gform-body textarea,
.gform-body select {
	border: 1px solid #888888;
	border-radius: 4px;
}

body .site-content .gform-body select {
	margin-top: 0px !important; /*TO-DO: fix this*/
}
.gform-body #field_column_1 {
	width: 50%;
	float:left;
}
.gform-body #field_column_2 {
	width:50%;
	float:right;
}
.posted-on {
	display: block;
}
#gform_wrapper_13 {margin-top:-25px;}

.page-id-32989 .site-content .content-area {width:100%;}

/*** HEADER ITEMS ***/
/* header donate link as button */
.header-donate-button {
	background-color: #d22;
	color: white;
	padding: 0.25em;
	text-align: center;
	font-weight: bold;
	
	border: 1px solid #444;
	border-radius: 0.25em;
	cursor: pointer;
}
.header-donate-button:hover {
	background-color: #f22;
	color: white;
}
.menu-toggle {
	display:none !important;
}

/* get rid of extra newsletter box at bottom of articles */

.vwo_1718292815967:nth-of-type(2) {display:none}

@media (max-width: 768px) {
	header.site-header .wp-image-30357,
	header.site-header .wp-image-30357 {
		display: none;
	}
	
	.header-donate-button {
		font-size: 0.75em;
		padding: 0.125em;
		width: 100px;
	}
	
	#36752 h1.entry-title {width:50%;}
}