/*======================================
Theme Name: Pure Cure
Theme URI: https://divicake.com/
Description: Pure Cure
Version: 1.0
Author: Wheaton Website Services
Author URI: https://wheatonwebsiteservices.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.svg-icon.search-icon {
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  margin-top: 4px;
  /* On hover: blue strokes */
  /* On click: thicker black strokes  */
}
.svg-icon.search-icon:focus .search-path, .svg-icon.search-icon:hover .search-path {
  stroke: #299ecc;
}
.svg-icon.search-icon:active .search-path {
  stroke: #111516;
  stroke-width: 2px;
}

.form-search {
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;	
}

.form-search.open {
	display: flex;
}

.form-search form input[type=search] {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	border: 0;
	width: 250px;
	padding: 0 15px;
}

.form-search form input[type=submit] {
	color: #ffffff;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
	background: #d8794c;
	cursor: pointer;
	border: 0;
	height: 50px;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 600;
}

.form-search .form-close {
	display: block;
	cursor: pointer;
	background: #000;
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 18px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}


.post-type-archive-fundraisers #sidebar #block-3,
.post-type-archive-fundraisers #sidebar #block-4,
.post-type-archive-fundraisers #left-area .post-meta {
	display: none;
}


.search-grid {
	margin: -10px;
}

.search-grid:before,
.search-grid:after {
	content: "";
	clear: both;
	display: table;
}

.search-grid .item {
	float: left;
	width: 33.33333%;
	padding: 10px;
}

.search-grid .item .inner {
	border: 1px solid #dedede;
}

.search-grid .item .inner img {
	width: 100%;
}

.search-grid .item .inner .caption {
	margin: 0;
	padding: 10px 20px 15px 20px !important;
}

.search-grid .item .inner .caption h2,
.search-grid .item .inner .caption p {
	margin-bottom: 30px;
}

.search-grid .item .inner .caption .button {
	display:inline-block;
	margin-right: 10px;
	color: #fff;
	background: #428bca;
	padding: 7px 15px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	text-decoration: none;
	transition: all .3s ease;
}

.search-grid .item .inner .caption .button:hover {
	background: #222;
}

.post-type-archive .fsearch,
.search-results .fsearch {
	margin-bottom: 50px;
	text-align: center;
}

.post-type-archive .fsearch input,
.search-results .fsearch input {
	height: 35px;
}

.post-type-archive #sidebar {
	display: none;
}

@media (max-width: 1199px) {
	.search-grid .item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.search-grid .item {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 380px;
		width: 100%;
	}
	
	.search-grid .item .inner .caption .button {
		margin-bottom: 10px;
	}
}