@charset "UTF-8";
/* CSS Document */

.cc-reviews-wrap {
	width: 100%;
	max-width: 950px;
	margin: 40px auto;
	text-align: center;
}

.cc-reviews-wrap img {
  width: 100%;
  display: inline-block;
  margin: 5px auto 0px;
	max-width: 280px;
}

.cc-grid-section {
	width: 100%;
	margin: 0px auto 0px;
	text-align: center;
	min-width: 300px;
}

.cc-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 0;
}


@media only screen and (max-width:768px) {
	.cc-grid-section {
		width: 98% !important;
		margin: 0px auto;
		text-align: center;
		min-width: 300px;
	}
}





[class^="cc-hvr2-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.cc-hvr2-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
	width: 33%;
	min-width: 100px;
}

.cc-hvr2-grow-rotate img {
    display: inline-block;
    vertical-align: middle;
	width: 100%;
}

.cc-hvr2-grow-rotate h3 {
    display: block;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF !important;
	margin: 10px auto 5px !important;
	text-decoration: none;
	font-size: 15px !important;
	line-height: 1 !important;
	padding: 15px 0px !important;
	font-weight: 600 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 100px !important;
}



/*.cc-hvr2-grow-rotate:hover, .cc-hvr2-grow-rotate:focus, .cc-hvr2-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(
4deg);
    transform: scale(1.1) rotate(
4deg);
	
	text-decoration: none !important;
}
*/


.cc-hvr2-grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
	text-decoration: none !important;
}


a.cc-hvr2-grow-rotate{
	text-decoration: none !important;
}

a.cc-hvr2-grow-rotate:hover > h3 {
	
	background-color: #262626 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}



.google-signup {
	margin: 20px auto 20px;
	padding: 15px 15px;
	border: 1px solid #cccccc;
	background-color: #f9f8e6;
	width: 55% !important;
	color: #000000 !important;
	min-width: 270px;
}

.google-signup p {
	font-size: 16px !important;
	line-height: 1.1 !important;
	margin: 0px auto !important;
}

.google-signup a {
	font-size: 18px !important;
	line-height: 1.1 !important;
	text-decoration: none !important;
	font-weight: 700;
}

.google-signup a:hover {
	text-decoration: underline !important;
}



@media only screen and (max-width:768px) {
	
[class^="cc-hvr2-"] {
    padding: 5px 15px !important;
}


.cc-hvr2-grow-rotate {
	width: 45% !important;
}
	
	
.google-signup {
	width: 88% !important;
}

.google-signup p {
	font-size: 14px !important;
	line-height: 1.1 !important;
	margin: 0px auto !important;
}

.google-signup a {
	font-size: 16px !important;
	line-height: 1.1 !important;
	text-decoration: none !important;
	font-weight: 700;
}


}
