/*
Theme Name: mastergroup
Theme URI: http://designcity.com.au/
Author: Design City
Author URI: http://designcity.com.au/
Description: Designed by Design City
Version: 1.0.0
Text Domain: mastergroup
*/


@import url("base.css");

@font-face {font-family: 'FFDIN';font-weight: normal;font-style: normal;src: url('webfonts/301E4F_0_0.eot');src: url('webfonts/301E4F_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/301E4F_0_0.woff2') format('woff2'),url('webfonts/301E4F_0_0.woff') format('woff'),url('webfonts/301E4F_0_0.ttf') format('truetype'),url('webfonts/301E4F_0_0.svg#wf') format('svg');} 
  
@font-face {font-family: 'FFDIN';font-weight: bold;font-style: normal;src: url('webfonts/301E4F_1_0.eot');src: url('webfonts/301E4F_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/301E4F_1_0.woff2') format('woff2'),url('webfonts/301E4F_1_0.woff') format('woff'),url('webfonts/301E4F_1_0.ttf') format('truetype'),url('webfonts/301E4F_1_0.svg#wf') format('svg');}



/*--------------------------------------------------------------
## Now we get to the real styles, bootstrap is loaded earlier
--------------------------------------------------------------*/

#page{
	background-color: white;
}

header{
	background-color: rgba(255,255,255,0.7);
	padding: 30px 15px 20px 15px;
	width: 100%;
	position: relative;
	z-index: 2000;
}

.a{
	cursor: pointer;
	outline: 0;
}

.network-wrapper{
	display: block;
	    background-color: #f9f9f9;
	    background-size: cover;
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	    top: -120px;
	    height: 350px;
}

.top-image{
	width: 100%;
	overflow: hidden;
	position: absolute;
    top: 0;
	height: 450px;
	background-color: #000;	
}

.top-image img {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    width: auto;
}

@media screen and (max-width: 1455px) {
	.top-image img {
		width: auto;
		height: 100%;
		max-width: none;
	}

}


.top-image .quote{
	padding-top: 150px;
	color: white;
	font-size: 48px;
	font-weight: bold;
	position: absolute;
	bottom: 42px;
	width: 100%;
	z-index: 2;
}

.overlay40{
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	z-index: 1;
	min-height: 100%;
    min-width: 100%;
}

.top-image .overlay40{
	top: 117px;
}

#tagline{
	position: absolute;
	z-index: 100;
	font-size: 44px;
	text-align: center;
	font-weight: bold;
	line-height: 56px;
	padding: 0 25px;
	bottom: 30px;
	width:100%;
}

.network-wrapper > #network-video{
	position: absolute;
	top: 0;
	min-height: 100%;
	min-width: 100%;
}

#primary-menu{
	float: left;
	margin: 20px 0 0 40px;
}

#logo{
	float: left;
}

#primary{
	overflow: hidden;
	margin-top: 340px;
}

#primary h1, #primary .h1{
	font-size: 50px;
	margin: 40px 0 40px 0;
}

.entry-header h1, .entry-header .h1{
	margin: 40px 0 0 0;
}

#primary-menu li{
	padding: 0 12px 0 13px;
}

#primary-menu li a{
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	line-height: 32px;
	text-decoration: none;
	border-bottom: 5px solid transparent; /* this is so we don't have height changes */
}

#primary.home{
	margin-top: -120px;
}

#primary-menu li a:hover, #primary-meni li.current-page-ancestor, #primary-menu li a:focus, #primary-menu li a:active, #primary-menu li.current-menu-item a, #primary-menu li.current-page-item a, #primary-menu .current_page_parent a {
	border-bottom: 5px solid #00d9ff;
}

#products{
	margin-bottom: 50px;
	position: relative;
}
#products:before{
	content: '';
	position: absolute;
	display: block;
	left: 0;
	width: 50%;
	box-sizing: content-box;
	top: -40px;
	bottom: -50px;
	background: #f0f0f0;
	margin-left: -99em;
	padding-left: 99em;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+7,f0f0f0+45 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 7%, #f0f0f0 45%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 7%,#f0f0f0 45%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 7%,#f0f0f0 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

}
@media screen and (max-width: 767px) {
	#products:before{
		display: none;
	}
}
#products h1, #products .h1, #agrimaster, #reep {
	z-index: 2;
	position: relative;
}

#agrimaster{
	padding-bottom: 640px; /*  space for image height */
}

.summary div{
	font-size: 18px;
}

#reep .summary{
	margin-left: 70px;
}

#agrimaster .summary{
	margin: 0 90px 0 0;
}

#agrimaster .product-logo {
	margin-bottom: 21px;
}

.product a, .button, .section-3 a, .button-container a, .support a{
	border: 1px solid #666;
	padding:  10px 12px 8px 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: black !important;
	font-size: 16px;
	display: inline-block;
	width: auto;
	margin: 20px 0 0;
}

.product a{
	float: right;
}

.product a:hover, .button:hover, .section-3 a:hover, .button-container a:hover, .support a:hover, .support .hover a, .summary:hover a{
	border: 1px solid #00d9ff;
	background-color: #00d9ff !important;
	color: white !important;
	text-decoration: none;
}

.product-logo{
	display: block;
	margin: 0 auto 25px;
	text-align: center;
}

.screen{
	position: absolute;
	display: block;
	max-width: none;
}

#agrimaster .screen{ 
	top: 370px;
	right: 0;
	height: 600px;
}

#reep .screen{
	top: 340px; /* space for text */
	left: 45px;
	height: 700px;
}

#agrimaster.product a{
	margin-bottom: 0;
	background: transparent;
}

.value{
	background-color: #1addff;
	margin-bottom: 50px;
	overflow: hidden;
}

.value.white{
	background-color: white;
	border: 1px solid #7F7F7F;
	padding: 25px;	
}

.value.white p{
	line-height: 140%;
	font-size: 28px;
	text-align: center;
	padding: 0;
}

.value .top{
	background-size: cover;
	
}

.value .top .overlay{
	background-color: rgba(0,0,0,0.4);
	padding: 25px;
}


.value .top h2{
	margin: 0;
	color: white;
	font-size: 40px;
	text-align: center;
}

.value .top .grid-icon{
	max-width: 125px;
	max-height: 125px;
	margin: 25px auto;
	display: block;
}

.value p{
	padding: 20px;
	font-size: 20px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.value p{
		font-size: 16px;
	}
	.value .top .grid-icon {
		margin-bottom: 10px
	}
}

.full-image{
	color: white;
	height: 430px;
	overflow: hidden;
    position: relative;
	margin: 25px 0;
}

.full-image img{
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	top: 0;
    left: -9999px;
    right: -9999px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.full-image img{
		min-height: initial;
		max-width: 100%;
	}
}

.full-image .container{
	position: relative;
	z-index: 200;
	font-size: 36px;
	padding: 25px;
	font-weight: 100;
}

.full-image p{
	margin-bottom: 20px
}

.full-image strong{
	font-size: 70%;
	font-weight: normal;
	display: block;
	line-height: 1.2;
	margin-top: 20px;
}

.section-3{
	background-color: #f0f0f0;
	font-size: 21px;
}

#partners .ticker{
	padding: 0;
	margin: 0 0 40px 0;
}

#partners p{
	margin: 0 15px;
	text-align: center;
}

#partners p.left-md{
	text-align: left;
}

.ticker{
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.ticker li{
	list-style-type: none;
	display: inline-block;
}

.ticker img{
	width: 162px;
	/* margin is set programmatically in the JS */
}

.blog h3 a{
	font-weight: bold;
	color: black;
	font-size: 20px;
}

.blog{
	margin-bottom: 15px;
}

.blog .entry{
	padding: 5px;
}

.blog .entry:hover{
	background-color: #f0f0f0;
}
.blog .author{
	margin: 35px 0 10px;
	font-size: 16px;
}

.blog .author .avatar{
	margin-bottom: 5px;
}

.blog h1, .blog .h1{
	margin-bottom: 30px;
}
.blog .author .name a{
	color: black;
	font-weight: bold;
	font-size: 16px;
}

#colophon{
	background-color: #4d4d4d;
	padding: 35px 0 10px 0;
	color: #ffffff;
	font-size: 15px;
	margin-top: 20px;
}

#colophon a, #colophon a:hover, #colophon a:active, #colophon a:visited{
	color: #ffffff;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#colophon .vanity{margin-top: 5px;}

#colophon a:hover{
	color: white;
	text-decoration: underline;
}

#colophon img{
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}

img.blue{
	position: absolute;
	left: 0;
	opacity: 0;
}

#social-links a{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#social-links a:hover img.blue{
	opacity: 1;
}

#colophon a:hover img.blue{
	opacity: 1;
}

.blog-meta{
	font-weight: bold;
	font-size: 14px;
}
body.home .blog-meta {
	margin-top: 10px;
}
body.home .blog .entry {
	margin-top: -10px;
}

.site-main a, .vanity a {
	text-decoration: underline;
}
.site-main .product a, .site-main .button, .site-main .section-3 a, .site-main .button-container a, .site-main .support a, .blog .entry a, .entry-title a{
	text-decoration: none;
}
.product a{
	background: #fff;
}

a.nourl{
	text-decoration: none !important;
	cursor: text !important;
	text-decoration: none !important;
}

.share{
	margin-bottom: 25px;
}

.entry-header{
	padding: 0;
	text-align: center;
}

#legend{
	text-align: center;
	margin: 40px 0;
	font-size: 16px;
}

#legend .row.circles span{
	font-size: 50px;
	cursor: pointer;
	display: block;
}

#team{
	margin-bottom: 50px;
}

.team_member{
	position: relative;
	height: 215px;
	margin-bottom: 15px;
}

#breadcrumbs a, #breadcrumbs{
	font-size: 14px;
	text-transform: uppercase;
	text-decoration:none;
	color: black;
}

#breadcrumbs a:hover{
	text-decoration: underline;
}

#breadcrumbs{
	padding: 10px 15px;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.team_member {
		float: left;
		width: 50%;
	}
}


.team_member .inner{
	border-bottom: 7px solid #333;
	padding: 10px 10px 10px 10px;
	width: 100%;
	height: 100%;
	bottom: 0;
    background-color: #f0eded;
	transition: all 0.3s;
	overflow: hidden;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}

.team_member .candid{
	opacity: 0;
	transition: opacity 0.5s;
	min-width: 100%;
	min-height: 100%;
	max-width: auto;
}

.team_member .inner.hoverEnabled:hover .candid{
	opacity: 1;
}

.team_member .inner.hoverEnabled:hover{
	height: 150% !important;
	bottom: 50%;
}
 
.team_member>div{
	position: relative;
}

.inner.development, .inner.development span{border-color: #b2d233;}
.inner.portfolio, .inner.portfolio span{border-color: #00d9ff;}
.inner.sales_and_marketing, .inner.sales_and_marketing span{border-color: #002b5a;}
.inner.customer_service, .inner.customer_service span{border-color: #f7901e;}

#legend .development{color: #b2d233;}
#legend .portfolio{color: #00d9ff;}
#legend .sales_and_marketing{color: #002b5a;}
#legend .customer_service{color: #f7901e;}


.team_member img{
	position: absolute;
	bottom: 0;
	left: 0;
	vertical-align: top;
}

.team_member strong, .team_member span{
	display: block;
	z-index: 100;
	position: relative;
}

.team_member strong{
	line-height: 20px;
}
.team_member span{
	font-size: 14px;
	border-bottom: 2px solid #333;
	line-height: 1.2;
	opacity: 0;
	transition: all 0.5s;
}

.team_member a, 
.team_member a:hover, 
.team_member a:active, 
.team_member a:visited{
	color: black;
	text-decoration: none;
}

.team_member .inner.hoverEnabled:hover span{
	opacity: 1;
}

.margin-lg{
	margin: 60px 0;
}

.sidebar{
	padding-top: 40px;
}

.sidebar img{
	margin-bottom: 25px;
}

.sidebar .social{
	margin-right: 10px;
}

.bio .entry-header{
	text-align: left;
}

#primary .team_body .entry-header h1{
	margin-bottom: 0;
}

#primary .team_body .entry-header h2{
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 3px solid #00d9ff;
}

#primary .main-blog h1{
	margin: 40px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 3px solid #00d9ff;
}

.blue-bottom{
	margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 3px solid #00d9ff;
}

.blog article{
	height: 620px;
	overflow: hidden;
	border-bottom: 3px solid #00d9ff;
	position: relative;
}

.blog .blog-container{
	padding-top: 12px;
}

.blog .blog-container:hover, 
.blog .blog-container:active, 
.blog .blog-container:focus, 
.blog .blog-container:hover .entry-footer, 
.blog .blog-container:focus .entry-footer, 
.blog .blog-container:active .entry-footer, 
.blog .blog-container:hover .entry-header,
.blog .blog-container:active .entry-header,
.blog .blog-container:focus .entry-header{
	background-color: #f0f0f0;
}

.blog .entry-title{
	text-align: left;
}

.blog .entry-title a{
	font-size: 29px;
	color: black;
	font-weight: bold;
}

.blog .entry-meta{
	font-size: 13px;
	font-weight: bold;
}

.blog .entry-content{
	font-size: 16px;
	-webkit-column-width: 3000px; /* prevents text clipping mid line */
    column-width: 3000px;
	height: 230px;
}

.blog .entry-content h4{
	font-size: 16px;
	font-weight: bold;
}

.blog .entry-footer{
	text-align: center;
	font-size: 19px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -145px;
    width: 290px;
	padding-top: 1.3em;
	background-color: #fff;
}

.blog .entry-footer:before{
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	height: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.blog .blog-container:hover .entry-footer:before, .blog .blog-container:focus .entry-footer:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.blog .entry-footer img{
	margin: 25px 0 10px 0;
}

@media screen and (max-width: 767px) {
	.blog .entry-content{
		height: auto;
	}
	.blog .entry-footer{
		padding-top: 0;
	}
	.blog .entry-footer img {
		margin-top: 0;
	}
}


.blog .entry-footer a{
	color: black;
	font-weight: bold;
}

.featured{
	margin-top: 10px;
	width: 100%;
}

.main-blog p{
	font-size: 17px;
}

.main-blog ul, .main-blog ol{
	font-size: 17px;
	margin: 30px 0;
    padding-left: 20px;
}

.main-blog li{
	padding: 3px 0;
}


.main-blog h1{
	font-size: 44px;
	font-weight: bold;
	text-align: left;
}

.main-blog h3{
	font-weight: bold;
	font-size: 19px;
}

.main-blog blockquote{
	margin: 25px 0;
    font-size: 30px;
    font-weight: bold;
	padding: 0;
	border: none;
}

.blog-sidebar{
	padding-top: 25px;
	font-size: 17px;
}

.blog-sidebar .avatar{
	margin-bottom: 10px;
}

.blog-sidebar .name a{
	color: black;
	font-weight: bold;
}

.blog-sidebar .entry-meta{
	margin-top: 50px;
	font-size: 19px;
}

.blog-sidebar strong{
	display: block;
}

.blog-sidebar .post-date{
	font-weight: bold;
}

.blog-sidebar .entry-meta a{
	text-transform: capitalize !important;
	font-size: 16px;
	line-height: 40px;
	text-decoration: underline;
}

.nav-links, .edit-link, .tags-links { display: none; }

.support{
	font-size: 18px;
	text-align: center;
	margin-top: 60px;
}

.support_inner{
	border-bottom: 5px solid #0edafe;
	padding: 25px 0;
}

.support_inner:hover{
	background-color: #f0f0f0;
}

.support p{
	margin: 0 25px 20px;
}

.support .logo{
	display: block;
	margin: auto auto 40px auto;
	height: 70px;
}

.support .screenshot{
	display: block;
	margin: 40px auto;
	height: 170px;
}

.support .button{
	text-align: center;
}

.container.form{
	margin-top: 40px;
}

#map {
	height: 430px;
	margin: 20px 0;
}

@media screen and (max-width: 767px) {
	#map {
		height: 380px;
	}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
	#map {
		height: 200px;
	}
}

.container.form>div{
	background-color: #f0f0f0;
	padding: 25px 95px;
}

.container.form input, .container.form textarea{
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	margin-top: 25px;
	outline: 0;
}

.container.form textarea{
	height: 90px;
}


.container.form .wpcf7-submit{
	border: 1px solid #666;
	padding:  10px 12px 8px 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: black !important;
	font-size: 16px;
	display: block;
	width: auto;
	margin:  auto;
	box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    outline: 0;
}

.container.form .wpcf7-submit:hover{
	border: 1px solid #00d9ff;
	background-color: #00d9ff;
	color: white !important;
	text-decoration: none;
}

.menu-toggle{
	border: none;
	outline: 0;
	border-radius: 0;
    box-shadow: none !important;
    background: transparent;
    text-shadow: none;
    float: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	height: 55px;
	padding: 10px 50px 7px 15px;
}

.menu-toggle::after{
	font-size: 38px;
	line-height: 25px;
	font-weight: normal;
	position: absolute;
	right: 5px;
	top: 17px;
	color: #00d9ff;
	content: "\2630";
}

.menu-toggle.active::after{
	content: "×";
	font-size: 42px;
	line-height: 25px;
    font-weight: normal;
    font-family: "Arial";
    top: 13px;
	position: absolute;
	right: 10px;
}
.menu-toggle:hover{
	color: #00d9ff;
}

.summary{
	padding: 15px;
	z-index: 2;
	position: relative;
}

.summary:hover{
	background: #f0f0f0;
	background: rgba(0,0,0,0.06);
}

#primary .full-image a{
	color: white;
}

#primary .bio h1{
	margin: 40px 0 40px 0;
}

#legend .row>div{
	cursor: pointer;
}

#primary .page-header{
	margin: 0 20px;
	padding: 0;
	border: 0;
}


/* Begin Media queries -------------------------------------------------------- */

@media screen and (max-width: 768px) {
	
	header{
		padding-top: 75px;
	}
	
	header .container{
		text-align: center;
	}
	
	#logo {
		float: none;
		display: block;
		width: 100%;
	}
	
	.main-navigation {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 55px;
		background-color: white;
	}
	
	#primary-menu{
		background-color: white;
		position: absolute;
		top: 35px;
	    right: 0;
	    left: -40px;
	}
	
	.margin200{
		margin-top: 200px;
	}
	
	.margin244{
		margin-top: 244px !important;
	}
	
	#primary-menu li{
		float: none;
		text-align: right;
	}
	
	#primary-menu li a{
		font-size: 18px !important;
		    line-height: 35px;
		display: inline;
	}
	
	#tagline, .top-image .quote{
		font-size: 34px;
		font-size: 4.5vw;
		line-height: 1.35;
	}
	
	#primary{
		margin-top: 280px;
	}

	#agrimaster .summary, #reep .summary{
		margin: 0;
		text-align: center;
	}
	
	#products {
	    margin-bottom: 15px;
	}
	
	.product a{
		float: none;
	}
	

	#agrimaster{
		background: #f2f2f2;
		margin: 0 -15px;
		padding: 15px 27px 520px 28px;
		margin-bottom: 20px
	}
	
	#agrimaster ['data-equal-height']{
	    min-height: auto !important;
	}
	
	#agrimaster .screen{
		height: 450px;
	}
	
	#reep{
		height: 860px;
	}
	
	#reep .screen{
		height: 500px;
	}
	
	.full-image{
		height: auto;
	}
	
	.full-image img {
	    position: static;
	}
	
	.full-image .container{
		font-size: 26px;
		padding: 35px 25px 25px 25px !important;
		text-align: center;
	}
	
	.valeues .col-md-4, .values .col-sm-6{
		padding: 0;
	}
	
	.value{
		height: auto !important;
		margin-bottom: 15px;
	}
	
	.value.white{
		padding: 0;
		border: none;
	}
	
	.value.white p{
		font-size: 20px;
	}
	
	.full-image{
		height: auto;
	}
	
	
	.blog .author{
		display: none;
	}
	
	.blog .entry{
		margin-bottom: 30px;
	}
	
	.blog h3{
		margin-top: 10px;
	}
	
	#colophon .col-xs-12{
		    text-align: center;
	}
	
	.top-image{
		height: 380px;
		margin-top: 45px;
	}
	
	.top-image .quote{
    	bottom: 42px;
		font-size: 32px;
	}
	
	.top-image img{
		height: auto;
	}
	
	.team_member{
		position: relative;
		height: 325px;
		margin-bottom: 15px;
	}
	
	.blog article{
		height: auto;
		padding-bottom: 164px;
	}
	
	#legend .row.circles span{
		display: inline;
		position: relative;
	    top: 5px;
	    left: 0;
	    padding-right: 10px;
	    line-height: 0.8;
	}
	
	#legend .row.circles{
		font-size: 21px;
		text-align: left;
	}
	
	.support_inner{
		margin-bottom: 25px;
	}
	
	.container.form>div {
	    background-color: #f0f0f0;
	    padding: 25px;
	}
	
	.support .logo{
		margin: auto auto 25px auto;
	}
	
	.support .screenshot{
		margin: 15px auto 0 auto;
	}
	
	#primary .bio h1 {
	    margin: 25px 0 40px 0;
	}
}

@media screen and (max-width: 479px) {
	#tagline, .top-image .quote{
		font-size: 25px;
		font-size: 7vw;
		line-height: 1.35;
	}
	#agrimaster .screen, {
		top: 400px;
	}
	#reep .screen{
		top: 380px;
	}
}

@media screen and (max-width: 350px) {
	#reep .screen{
		height: 465px;
		top: 420px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	
	#primary{
		margin-top: 280px;
	}
	
	.blog article{
		height: 550px;
	}
	
	.blog .entry-footer{
		margin-left: -162px;
	    width: 324px;
	    padding-top: 1.3em;
	}
	
	#reep .summary{
		margin-left: 0;
	}
	
	#reep{
		height: 875px;
	}
	
	#reep .screen{
		top: 350px;
	}
	
	#agrimaster .summary {
	    margin: 0 20px 0 0;
	}
	
	.full-image .container{
		font-size: 28px;
	}
	
	.about .full-image .container{
		padding: 70px 0 0 500px !important;
	}
	
	.team_member{
		height: 150px;
	}
	
	.team_member strong{
		font-size: 14px;
	}
	
	.top-image{
		height: 370px;
	}
	
	.top-image .quote{
    	bottom: 42px;
		font-size: 32px;
	}

}

@media screen and (min-width: 992px) {
	.left-md{
		text-align: left !important;
		margin: 0 !important;
	}
	
	#legend{
		font-size: 21px;
	}

	
}

@media screen and (max-width: 992px) {
	
	.blog-sidebar .avatar{
		width: 130px;
		margin-right: 25px;
	}
	
	.blog-sidebar .entry-meta{
		margin-top: 0;
	}
	
	.blog-sidebar .entry-meta br{
		display: none;
	}
	
}




#wpadminbar{ display: none !important;}
