/*
Theme Name: Flora Child
Description: Child theme for the Flora
Author: Your name here
Template: flora
*/

@font-face {
	font-family: 'Konvo';
	src: url('/fonts/konvo-icons/font/konvo-icons.eot'); /* IE9 Compat Modes */
	src: url('/fonts/konvo-icons/font/konvo-icons.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/konvo-icons/font/konvo-icons.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/konvo-icons/font/konvo-icons.woff') format('woff'), /* Pretty Modern Browsers */
		url('/fonts/konvo-icons/font/konvo-icons.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('/fonts/konvo-icons/font/konvo-icons.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.vertical-menu > li > a, .vertical-menu .back-to-parent span{
	font-weight: normal;
}
button, input[type="submit"], input[type="button"], input[type="reset"]{
	cursor: pointer;
}
.contact-center-col{
	color: #ffffff;
}
.contact-center-col p{
	margin-bottom: 10px;
	color: #ffffff;
}
.contact-center-col a{
	color: #ffffff
}
.contact-center-col a:hover{
	text-decoration: underline;
}

.w-view.w-effect-flora-2 figure figcaption > span > a{
	color: #ffffff;
}
.w-effect-flora-2 figure h3, .w-effect-flora-2 figure p{
	color: #ffffff;
}
.no-touch .w-effect-flora-2 figure figcaption{
	background: rgba(0, 0, 0, 0.8);
}
.w-effect-flora-2 figure figcaption{
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.contact-image-icon{
	position: relative;
}

a.home-client-btn{
	color: #ffce00;
	margin: 0 auto;
	display: block;
	font-weight: normal !important;
	font-size: 18px !important;
}
a.home-client-btn:hover{
	color: #000000;
}
a.home-client-btn i.fa{
	font-size: 24px;
	top: 2px;
	position: relative;
}

.no-touch .w-effect-flora-2 figure h3{
	margin-bottom: 10px !important;
}
.w-effect-flora-2 figure p{
	white-space: inherit !important;
}

.client-row .container{
	background: #ffffff;
}
.client-row .col-4:after{
	content: '+';
	color: #f7d557;
	font-size: 30px;
	display: block;
	float: right;
	line-height: 20px;
	font-family: helvetica, arial, sans-serif;
}
.client-row .col-4:last-child:after, 
.client-row:last-child .col-4:after{
	display: none;
}

.w-view figure{
	border: none;
}

.widget .w-posts p a{
	color: #555555;
}
.widget .w-posts p a:hover{
	color: #ffd300;
}



@media all and (max-width: 1024px){

	.w-effect-flora-2 figure h3, .w-effect-flora-2 figure p{
		width: 100%;
		background: #ffffff;
	}
	#side-nav .social-icons > li a{
		padding-right: 15px;
	}

}

@media all and (max-width: 768px){

	.w-effect-flora-2 figure h3, .w-effect-flora-2 figure p{
		width: 100%;
		background: #ffffff;
	}
	#side-nav .social-icons > li a{
		padding-right: 15px;
	}
	.mobile-hide{
		display: none !important;
	}

}