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



.custombutton {
	background-color: #ffffff;
	color: #021d4f !important;
	border: 1px solid #021d4f;
	padding: 10px 16px;
	cursor: pointer;
	align-content: center;
	border-radius: 5px;
	box-sizing: border-box;
    display: inline-block;
}

.custombutton:hover {
	border: 1px solid #021d4f;
	color:#ffffff !important;
	background-color: #021d4f;  
}

.custombuttontwee {
	border: 1px solid #ffffff;
	color:#ffffff !important; 
	padding: 10px 16px;
	cursor: pointer;
	align-content: center;
	border-radius: 5px;
	box-sizing: border-box;
    display: inline-block;
}

.custombuttontwee:hover {
	color: #1176bd !important;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.whitetext p,
.whitetext ul li,
.whitetext ol li {
	color:#ffffff;  
}

.bluetext p,
.bluetext ul li,
.bluetext ol li {
	color:#021d4f;
}

.customicon span:before{
	font-size: 2em !important;
}

.whitetext ul,
.whitetext ol,
.bluetext ul{
    list-style: disc;
    margin-left: 20px;
}
