/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.1
Template: x

*/

@import url("../x/style.css");
/* =Theme customization starts here
------------------------------------------------------- */


/* Custom styles for this child theme are located in /inc/css/warrenvt.css 
and may also be located in theme customization section in X-Theme Options 
when you log into wordpress admin */
.acf-rpw-title {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}
.searchdocs_btn {
	background-color: #4e9dae;
	color: #fff;
	padding: .8em 1.25em .8em .8em;
	display: block;
	margin-bottom: .25em;
	border-radius: 8px;
	transition: background-color 0.5s ease;
	font-size: .99em;
	line-height: 1em;
}
.searchdocs_btn:hover {
	background-color: rgb(54, 132, 149);
	color: #fff;
}
.searchdocs_btn span { display: table-cell; vertical-align: middle; }
.searchdocs_btn i {
	background-color: #fff;
	border-radius: 50%;
	font-size: 22px;
	padding-left: .25em;
	line-height: 1.5em;
	height: 1.4em;
	width: 1.4em;
	margin-right: .25em;
}
.searchdocs_btn [class^="icon-"] { 
	background-color: #ffffff;
	padding: .35em;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	position: relative;
	/*margin-bottom: -.6em;*/
	margin-right: .25em;
	/*float: left;*/
}
.simcal-default-calendar-dark .simcal-nav-button {
  color: #000000e6 !important;
}