/*
Theme Name: CCC Agronomy
Description: CCC Agronomy are independent Agronomists based in the south of England
Version: 1.0
Author: Odes and Ink
Author URI: http://odeaandink.com
Template: CCC Agronomy
*/

 /* Sections */

 .members_area {
 	padding: 50px;
 }

#portfolio .container { 
	width: 100% !important; max-width: 100%; padding: 0px; margin: 0;
}

#top .av-flex-placeholder {
	width: 1.5%;
}

.ccc-overlay {
	box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.63);
}

.ccc-home-bx {
	border: 10px solid #d0d672;
}

 /* Typograhpy */

#do-etfw-3 > h3 {
	font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 20px;
}

.ccc-title-hov > h3:hover {
	color: #b0bb14;
}

#top h3 a:hover {
	color: #b0bb14;
}

.av-masonry-date {
    display: none !important;
}

.av-main-nav > li > a {
	font-size: 15px;
}


/* UI Styles */

/* #b0bb14 - CCC Green */
/* #d0d672 - CCC Highlight Green */
/* #007ca1 - CCC Blue */
/* #644c17 - CCC D Brown */
/* #867b57 - CCC L Brown */

.avia-chrome img.avia_image {
    width: 100%;
}

.ccc-ser-table {
	border: none;
}

.ccc-divi > span.av-seperator-icon {
	font-size: 20px;
}

div.ccc-icon-bg {
	background-size: 50% 50% !important;
}

.ccc-ser-submenu {
	padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 50px;
	border: none;
	font-size: 16px;
	border-bottom-style: none !important;
}

#top .av-fullscreen-button .avia-button-fullwidth {
	padding: 20px 10px;
}

.alternate_color .toggler {
	border-color: #007ca1;
}

.toggle_icon, .vert_icon, .hor_icon {
	border-color: #007ca1 !important;
	padding
	
}

.ccc-map-div {
	margin-top: 0px !important;
	margin-right: 0px !important;
}
/* Footer */

img.ccc-logo-foot {
	max-width: 60%;
}

/* Images */
.avia_image {
	border-radius: 0px !important;
}

/* Header and Navigation */

#header {
	background: rgba(255, 255, 255, 0.70);
}


/* Responsive Styles */

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

  /* Brand */

	.logo img {
		display: none;
	}

	.logo {
		background: url('/wp-content/uploads/2017/06/CCC_Agronomy_Logo.svg') no-repeat; 
		width: 230px;
		height: 90%;
		margin-top: 5px;
	}

	#top .header-scrolled .logo{
		background: url('/wp-content/uploads/2017/05/CCC_Agronomy_Logo_scrolled.svg') no-repeat; 
		width: 140px;
		height: 90%;
		margin-top: 3px;
	}


}

/*
iPad Landscape Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

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

	.flex_column {
		padding: 35px 25px 35px 25px !important;
	}

	.ccc-icon-bg {
		padding-bottom: 125px !important;
	}
}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  	/* Add your Mobile Styles here */
  	/* Brand */

	.responsive .logo img {
		display: none;
	}

	.logo {
		background: url('/wp-content/uploads/2017/06/CCC_Agronomy_Logo.svg') no-repeat;
		width: 145px !important;
		margin-top: 10px;
	}

	.ccc-service {
		padding: 10px !important;
	}

	/* Sections */

	.flex_column {
		padding: 35px 25px 35px 25px !important;
	}

	.ccc-icon-bg {
		padding-bottom: 125px !important;
	}

}



/*Add your own styles here:*/