/*!
Theme Name: ellersliefarms
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ellersliefarms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ellersliefarms is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body{
	font-family: "Albert Sans", serif;
	margin: 0;
	min-height: 100vh;
	padding-bottom: 83px;
}
header{
	background-color: #002A45;
	width: 100%;
	max-width: 100%;
	padding-top: 46.5px;
	padding-bottom: 46.5px;
}
header .site-logo{
	display: inline-block;
}
header .site-logo img{
	width: 100%;
	max-width: 350px;
}

header .contact-info-right{
	float: right;
	display: inline-block;
}
header .contact-info-right a.icon-mail{
	position: relative;
	top: -1px;
}
header .contact-info-right a.icon-mail span{
	position: relative;
}
header .contact-info-right a.icon-mail span:before{
	content: '';
	position: absolute;
	background-image: url(images/mail.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 28px;
	height: 28px;
	right: 0;
}

@media(max-width: 767px){
	header{
	
		padding-top: 27px;
		padding-bottom: 27px;
	}
	header .site-logo img{
		
		max-width: 180px;
	}
	header .container{
		padding-left: 31px;
		padding-right: 30px;
	}
	body{
		padding-bottom: 127px;
	}
}
@media(max-width: 600px){
	header .contact-info-right{
		float: right;
		display: inline-block;
		position: relative;
		right: 0;
	}
}



/* footer */
footer{
	position: fixed;
	padding-top: 32.5px;
	padding-bottom: 32.5px;
	background-color: #F7F2DF;
	width: 100%;
	bottom: 0;
}

footer ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
}
footer ul li{
	display: inline-block;
}
footer ul li a,
footer ul li p{
	display: inline-block;
	color: #002A45;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

footer ul li a:hover{
	color: #002A45;
}
footer ul li a.mailto{
	text-decoration: underline;
	margin-left: 33px;
	margin-right: 27px;
}

/* main */


@media(max-width:767px){
	footer .container{
		padding-left: 31px;
		padding-right: 30px;
	}
	footer ul li{
		display: block;
	}
	footer ul li a.mailto{
		margin: 5px 0;
	}

}


a.btn-circle-white{
	position: relative;
	background-color: #fff;
	border: 1px solid #002A45;
	color: #002A45;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 40px;
	border-radius: 60px;
	display: inline-block;
	-webkit-transition: 0.2s all;
    transition: 0.2s all;
}
a.btn-circle-white:hover{
	color: #fff;
	background-color: #002A45;
	border: 1px solid #fff;
}

a.btn-circle-blue{
	position: relative;
	background-color: #002A45;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 40px;
	border-radius: 60px;
	display: inline-block;
	-webkit-transition: 0.2s all;
    transition: 0.2s all;
}
a.btn-circle-blue:hover{
	color: #002A45;
	background-color: #fff;
	border: 1px solid #002A45;
}


h1{
	color: #002A45;
	font-size: 82px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1; /* 101.22% */
	margin: 0;
}

h3{
	color: #002A45;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28px;
	margin: 0;
}

p{
	color: #002A45;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
	margin: 0;
}

.desktop-view{
	display: inline-block;
}
.mobile-view{
	display: none;
}

@media(max-width:767px){
	a.desktop-view{
		display: none;
	}
	.mobile-view{
		display: inline;
	}
}


@media(min-width: 1690px){
	.container-large{
		max-width: 1590px;
	}
}

@media(max-width: 767px){
	.container-large{
		max-width: 100%;
	}
}


h1 span.yellow{
	color: #FABE46;
}

.panel-text-image{
	position: relative;
	padding-top: 86px;
	padding-bottom: 92px;
}
.panel-text-image .row{
	align-items: center;
}
.panel-text-image h3{
	margin-bottom: 54px;
}
.panel-text-image h1{
	margin-bottom: 24px;
}
.panel-text-image a.btn-circle-blue{
	position: relative;
	display: inline-block;
	margin-top: 54px;
}
.panel-text-image .img-wrapper img{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
@media(max-width: 1600px){
	.panel-text-image h1{
		font-size: 60px;
	}
}

@media(max-width: 1199px){
	.panel-text-image h1{
		font-size: 57px;
	}
}

@media(max-width: 991px){
	.panel-text-image h1 {
        font-size: 68px;
    }

	.panel-text-image .text-wrapper{
		margin-bottom: 43px;
	}
}

@media(max-width: 767px){
	.panel-text-image {
		padding-top: 41px;
		padding-bottom: 24px;
	}
	.panel-text-image .text-wrapper{
		margin-bottom: 43px;
	}
	.panel-text-image .container{
		padding-left: 31px;
		padding-right: 30px;
	}
	.panel-text-image h3{
		font-size: 20px;
	}
	.panel-text-image a.btn-circle-blue{
		font-size: 13px;
	}
}
@media(max-width: 600px){

	.panel-text-image h3{
		margin-bottom: 32px;
	}
	.panel-text-image h1{
		margin-bottom: 17px;
	}
	.panel-text-image h1 br{
		display: none;
	}
	.panel-text-image a.btn-circle-blue{
		margin-top: 32px;
	}
	
}
@media(max-width: 500px){
	.panel-text-image h1{
		font-size: 13.4vw; 
	}
}

@media(max-width: 450px){
	.panel-text-image h1{
		font-size: 12.4vw; 
	}
}
