/*--
	Theme Name: theme54852
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.5
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

/* BEGIN - CSS to modify template to match PSD */

html, .main-holder, .content-holder {
	background-color: #fff !important;
}

body {
	font-family: 'Montserrat', sans-serif;
}

.header {
	background:#fff !important;
}

.header .header_block_1 {
	background:none !important;
}
.header .header_block_1::after {
	background:none !important;
}
.header .header_block_1::before {
	background:none !important;
}

.header .header_block_2 {
	border:none !important;
}
.header .header_block_2::after {
	border-top:1px solid #fff !important;
}
.header .header_block_2::before {
	border-top:1px solid #fff !important;
}

.header_block_4 {
	display: none !important;
}

.content-holder {
    background:#fff !important;
}

.content-holder #content {
    padding-top: 5px !important;
}

h1 a {
	color:#fff !important;
	text-decoration:none !important;
}

h2 {
	margin-bottom: 10px !important;
}
h2 a {
	color:#000 !important;
	text-decoration:none !important;
}
h2 a:hover {
	color:#000 !important;
	text-decoration:none !important;
}

h4 {
	text-transform:none !important;
}

#homepage-cols-1-2 {
	font-size:12px !important;	
}
#homepage-cols-1-2 h4 a {
	color:#000 !important;
}
#homepage-cols-1-2 h4 a:hover {
	color:#f44336 !important;
}

p.portalWhite {
	color:#fff;
	font-size:15px;
}

p.portalBlack {
	color:#000;
	font-size:15px;
}

.list-5-padding ul {
	padding-bottom:20px !important;
}

.about-disabilities{
	font-size:14px;
	line-height:28px;
}

.footer {
	background:#fff !important;
}
.footer-text {
	color:#000 !important;	
}

.portal_side_menu {
	font-weight:bold;
	list-style:square;
}
.portal_side_menu li {
	margin-bottom:20px;
}
/* END - CSS to modify template to match PSD */