/*
	Theme Name: evolvecreativegroup.com
	Theme URI: http://www.evolvecreativegroup.com
	Author: Evolve Creative Group
	Author URI: http://www.evolvecreativegroup.com
	Description: The official theme of Evolve Creative Group.
*/





/* General Styles */

body {
	background: #fff;
	color: #403f3f;
	font: 20px/20px "lato", arial, sans-serif;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	-webkit-user-select: text;
	-webkit-text-size-adjust: none;
}

main {
	display: block;
}

a {
	color: #000;
	transition: color .3s, background .3s;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3 {
	font-family: "lato bold", sans-serif;
	font-weight: normal;
}

img {
	height: auto !important;
	max-width: 100% !important;
	border: 0;
}

strong,
b {
	font-family: "lato bold", arial, sans-serif;
}

.image-align-right,
img.alignright{
	float: right;
	margin: 0 0 25px 25px;
}

.image-align-left,
img.alignleft{
	float: left;
	margin: 0 25px 25px 0;
}

.image-align-center,
img.aligncenter{
	display: block;
	margin: 0 auto 25px;
}

img.image-border {
	border: 1px solid #E0E0E0;
	box-shadow: 0px 3px 5px -4px #B5B5B5, 3px 0 6px -3px 
}

.img-inset-shadow {
	display: inline-block;
	position: relative;
}

	.img-inset-shadow:before {
	    border-radius: 50%;
	    box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.2) inset;
	    content: "";
	    height: 100%;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;							
	}

	.img-inset-shadow img {
		float: left;
	}

	.img-inset-shadow img,
	.image-circle {
		border-radius: 50%;
	}

.small-text {
    font-size: 12px;
    line-height: 16px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.btn {
	background: #b9c41f;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.34);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 19px/19px lato, sans-serif;
    outline: 0;
    overflow: hidden;
    padding: 9px 40px 9px 18px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}

.btn:hover,
.btn:focus {
	background: #A4AF13;
}

	.btn:after {
		content: "b";
		font-size: 12px;
		margin-top: -6px;
		position: absolute;
		right: 13px;
		top: 50%;
		font-family: "evolve-creative-group" !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

.btn.btn-dark {
	background: #403f3f;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	background: #7a775d;
}

	.btn img {
		display: inline-block;
		position: relative;
		top: 1px;
		margin-left: 10px;
	}

.clear {
	clear: both;
	height: 0px !important;
	font-size: 0px;
	line-height: 0px;
}

blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

	blockquote.quote:before, 
	blockquote.quote:after {
	    color: #a09f9f;
	    content: open-quote;
	    font-family: initial;
	    font-size: 80px;
	    left: -42px;
	    line-height: 1px;
	    position: absolute;
	    top: 34px;
	}

	blockquote.quote:after {
		bottom: 0;
		content: close-quote;
		left: auto;
		right: 0;
		top: auto;
	}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* HEADER */

header {
	background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.18);
	color: #fff;
	height: 83px;
	position: fixed;
	top: 0;
	text-align: center;
	text-transform: uppercase;
	transition: height 0.3s, background-color 0.3s;
	width: 100%;
	z-index: 3;
}


/* STICKY HEADER */

header.sticky {
	height: 70px;
	position: fixed;
	top: 0;
	transition: height 0.3s, background-color 0.3s;
}

	header.sticky .navigation {
		padding: 8px 0;
		background: url('images/bg-header-leaves.png') no-repeat 100% -67px;
		transition: padding 0.3s, background 0.3s;
	}

	header.sticky .navigation img.header-logo {
		/*transform: scale(0.8);*/
		transition: transform 0.3s;
		-webkit-backface-visibility: hidden;
	}

	header.sticky .navigation nav:nth-of-type(1) {
		left: 90px;
		transition: left 0.3s;
	}

	header.sticky .navigation nav:nth-of-type(2) {
		right: 90px;
		transition: right 0.3s;
	}


	/* NAVIGATION */

	header .navigation {
		max-width: 1120px;
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
		background: url('images/bg-header-leaves.png') no-repeat 100% 0;
		font: 16px/16px 'lato bold', sans-serif;
		color: #cad276;
		text-align: center;
		text-transform: uppercase;
		word-spacing: 5px;
		transition: padding 0.3s, background 0.6s;
	}

		header .navigation nav {
			position: relative;
			float: left;
			padding-top: 20px;
		}

		header .navigation img.header-logo {
			display: inline-block;
			transform: scale(1.0);
			transition: transform 0.3s;
		}

		header .navigation nav:nth-of-type(1) {
			width: 30.9%;
			left: 60px;
			text-align: right;
			transition: left 0.3s;
		}

		header .navigation nav:nth-of-type(2) {
			width: 29.5%;
			float: right;
			right: 60px;
			text-align: left;
			transition: right 0.3s;
		}

			header .navigation a {
				margin-right: 17px;
				padding-bottom: 0;
				position: relative;
				color: #8c961d;
				text-decoration: none;
				transition: padding-bottom 0.3s, color 0.3s;
				word-spacing: 0;
			}

			header .navigation a:hover,
			header .navigation a:focus {
				padding-bottom: 5px;
				color: #514d43;
			}


	/* MOBILE NAVIGATION */

	.navigation nav:nth-of-type(3),
	.say-hello {
		display: none;
		float: right;
	}

	#mobile-menu {
		display: none;
	}


/* BACK TO TOP */

.back-to-top {
    background: #fff;
    bottom: 55px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.52);
    display: none;
    padding: 3px 3px 0;
    position: fixed;
    right: 15px;
    transition: .3s opacity;
    z-index: 9999;
}

.back-to-top:hover {
	opacity: 1;
}

	.back-to-top i {
		display: inline-block;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}


/* FOOTER */

.footer {

}

	.footer .container{
		margin: 0 auto;
		max-width: 1100px;
		padding: 30px 20px;
	}

		.footer-welcome {
			background: #b9c41f;
			border-bottom: 7px solid #fff;
			}

			.footer-welcome .container{
				padding: 20px 20px 0 20px;
				margin: 0 auto;
				max-width: 690px
			}

				.fw-hello {
					float: left;
					text-align: right;
					line-height: 27px;
					margin: 20px 0 0 20px;
				}

					.fw-title {
						color: #fff;
						font: 24px/24px "lato bold", sans-serif;
						margin-bottom: 0.4em;
						margin: 30px 0 13px;
						text-transform: uppercase;
					}

						.fw-hello a {
							color: #fff;
						}

						.fw-hello a:hover,
						.fw-hello a:focus{
							color: #000;
						}

					.fw-phone {
						color: #fff;
						font-size: 25px;
					}

				.fw-visit {
					float: right;
					line-height: 27px;
					margin: 20px 0 0;
				}

					.fw-address {
						color: #fff;
					}

						span[itemprop="name"] {
							display: none;
						}

						span[itemprop="streetAddress"] {
							display: block;
						}

				.fw-tree {
		    		background: url("images/bg-tree.png") no-repeat 0 0;
		    		height: 186px;
		    		margin: 0 auto -2px;
		    		width: 226px;
				}

		.footer-conversation {
			background: #b9c41f;
			box-shadow: inset 0px 4px 4px rgba(112, 119, 19, 0.45);
			color: #fff;
		}

			.footer-conversation .container {
				margin: 0 auto;
				max-width: 1250px;
				padding: 30px 20px;
			}

				.fc-form {
					font: 27px/34px lato, sans-serif;
					position: relative;
					vertical-align: top;
					margin: 0 auto;
					max-width: 100%;
					width: 620px;
				}

					.fc-form-title{
						font: 51px/51px "lato bold", sans-serif;
						margin: 30px 0 25px;
						text-align: center;
						text-transform: uppercase;
					}

					.fc-form-required {
						color: #3b3325;
					    font-size: 14px;
					}

					.fc-forms-leaves {
						background: url('images/bg-footer-leaves.png') no-repeat 0 0;
						height: 172px;
						position: absolute;
						right: -50px;
						top: 45px;
						width: 144px;
					}

						.evolve-form_wrapper{position: relative;}

							.evolve-form ul {
								margin: 0;
								padding: 0;
							}

								.evolve-form li {
									list-style: none;
									margin: 0 0 10px;
								}

									.evolve-form label {
										position: absolute;
										top: -9999px;
										left: -9999px;
									}

									.evolve-form .gform_footer {
										position: relative;
										text-align: right;
									}

										.evolve-form input[type="text"],
										.evolve-form input[type="email"],
										.evolve-form textarea,
										.evolve-form select {
											border: 0;
											border-radius: 4px;
											box-shadow: inset 6px 0px 5px -5px #B5B5B5, inset 0px 7px 5px -6px #B5B5B5;
											box-sizing: border-box;
											color: #3b3325;
											font: 19px/23px lato, sans-serif;
											padding: 9px 15px 5px;
											vertical-align: middle;
											width: 100%;
										}

										.evolve-form input[type="text"]:focus,
										.evolve-form input[type="email"]:focus,
										.evolve-form textarea:focus,
										.evolve-form select:focus {
											outline-color: #403f3f;
										}

										::-webkit-input-placeholder {
										    color: #3b3325;
										}

										:-moz-placeholder {
										    color: #3b3325;
										}

										::-moz-placeholder {
										    color: #3b3325;
										}

										:-ms-input-placeholder {
										    color: #3b3325;
										}

											#field_1_1,
											.evolve-form ul li:nth-of-type(1) {
												float: left;
												margin-right: 2%;
												width: 50%;
											}

											#field_1_2,
											.evolve-form ul li:nth-of-type(2) {
												float: left;
												width: 48%;
											}

										.evolve-form textarea {
											height: 150px;
										}

										.evolve-form input[type="submit"] {
											background: #403f3f;
										    box-shadow: 0px 4px 3px #565555;
										    border: 0;
										    border-radius: 4px;
										    color: #fff;
										    cursor: pointer;
										    display: block;
										    font: 18px/18px "lato bold", sans-serif;
										    padding: 10px 30px;
										    text-transform: uppercase;
										    transition: .3s background;
										    width: 100%;
										}

										.evolve-form input[type="submit"]:after {
											content: "";
										}

										.evolve-form input[type="submit"]:hover,
										.evolve-form input[type="submit"]:focus {
											background: #7a775d;
											outline: none;
										}

							/* validation */
							.evolve-form .validation_error {
								display: none;
							}

							.evolve-form .validation_message {
								color: #CF0000;
								font-size: 15px;
								line-height: 19px;
							}

							.evolve-form .gform_confirmation_message {
								background: rgba(255, 255, 255, .2);
								border: 1px solid #b1bb32;
								font-size: 19px;
								padding: 10px;
								text-align: center;
							}

							.evolve-form #gform_ajax_spinner_1 {
								right: -20px !important;
								position: absolute !important;
								top: 12px !important;
							}

							span.wpcf7-not-valid-tip{
								font-size: 20px;
							}

							div.wpcf7-response-output {
							    margin: 0;
							}

							/* hide the honeypot */
							.evolve-form .gform_validation_container {
								position: absolute;
								top: -9999px;
								left: -9999px;
							}

		.footer-links {
			background: #7a775d;
			color: #34332c;
			font-size: 0;
			}

			.footer-links .container {
				margin: 0 auto;
				max-width: 1250px;
				padding: 30px 20px;
			}

				.footer-links ul,
				.footer-links li {
					list-style: none;
					margin: 0;
					padding: 0;
				}

					.footer-links a {
						color: #fff;
						display: inline-block;
						padding: 3px 0;
						text-decoration: none;
						transition: color .3s;
					}

					.footer-links a:hover,
					.footer-links a:focus {
						color: #252525;
						text-decoration: underline;
					}

				.fl-nav {
					border-right: 1px solid #88856e;
					display: inline-block;
					font: 17px/17px "lato bold", sans-serif;
					margin-right: 40px;
					padding-right: 50px;
					vertical-align: top;
					width: 180px;
				}

					.fl-nav ul li {
						margin: 0 0 8px;
					}

					.fl-nav ul li a {
						text-transform: uppercase;
					}

				.fl-blog {
					display: inline-block;
					font: 14px/20px lato, sans-serif;
					vertical-align: top;
					width: 40%;
				}

					.fl-blog img {
					    margin: 23px 0 0;
					}

					.fl-blog ul {
						float: right;
					    margin-top: 30px;
					    padding: 0;
					    width: 52%;
					}

						.fl-blog li {
							margin: 0 0 8px;
						}

							.fl-blog li i {
								color: #252525;
								display: inline-block;
								font-size: 9px;
								width: 3%;
							}

							.fl-blog li a {
							    font: 14px/14px lato, arial, sans-serif;
								padding-left: 5%;
								vertical-align: middle;
								width: 92%;
							}

			.footer-social {
				border-left: 1px solid #88856e;
				display: inline-block;
				font: 17px/17px lato, sans-serif;
				margin-left: 40px;
				padding-left: 40px;
				vertical-align: top;
				width: 310px;
			}

			.fl-nav,
			.footer-social {
				min-height: 191px;
			}

				.fs-title {
					color: #fff;
					font-weight: 800;
					margin-bottom: 15px;
					text-transform: uppercase;
				}

				.footer-social div:first-child ul {
					margin-bottom: 40px;
				}

					.footer-social ul li {
						display: inline-block;
						margin-right: 10px;
					}

					.footer-social .affiliations ul li {
						width: 27%;
					}

						.footer-social li a {
							opacity: .7;
							transition: opacity .3s;
						}

							.footer-social .affiliations li a img {
								width: 100%;
							}

						.footer-social li a:hover,
						.footer-social li a:focus {
							opacity: 1;
						}

	    .footer-copyright {
	    	background: #252525;
	    	font-size: 12px;
	    	color: #fff;
	    	}

	    	.footer-copyright .container {
				margin: 0 auto;
				max-width: 1250px;
				padding: 10px 20px;
	    		}

		    	.fc-copy {
		    		float: left;
		    		margin-right: 20px;
		    	}

		    	.fc-nav {
		    		float: right;
		    	}

		    		.fc-nav a {
		    			color: #fff;
		    			display: inline-block;
		    			line-height: 1;
						text-decoration: none;
		    		}

		    		.fc-nav a + a {
		    			border-left: 1px solid #fff;
		    			margin-left: 2px;
		    			padding-left: 5px;
		    		}

		    			.fc-nav a:hover,
						.fc-nav a:focus {
		    				text-decoration: underline;
		    			}
