/*
	Theme Name: Estorganics
	Theme URI: http://www.moliverymedia.ee/
	Description: Estorganics E-pood
	Version: 1.4.3
	Author: Ormet Juusaar
	Author URI: http://www.moliverymedia.ee/

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

main {
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
/* html element 62.5% font-size for REM use */
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	font-size: 16px !important;
	background-color:#F7F7FB !important;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.btn.main-btn{
	border: none;
    text-transform: uppercase;
	background-color: #489903;
	color: #fff;

}
.btn.main-btn:hover{
	background-color: #785400;
	color: #fff;
}
input, select,button, textarea {
	outline: none;
	box-shadow:none !important;
	border:1px solid #ccc !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */
.wrapper {
	width: 100%;
}
/* header */
.header {
	background-color: #fff;
}
.site-topbar{
	width: 100%;
	height: 20px;
	line-height: 35px;
}
.header ul{
	margin: 0;
	list-style:none;
	padding:0;
}
.header ul li{
	display: inline-block;
}
.equal-divider{
	display: flex;
    justify-content: space-between;
    align-content: center;
}
.site-middlebar{
	padding: 10px 0 16px 0;
}
.site-middlebar .grid-table{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.site-middlebar .grid-item{
	float:none;
	display: table-cell;
	vertical-align: middle;
}
.site-middlebar .grid-five{
	width: 40%;
}
.site-middlebar .grid-two{
	width: 20%;
}
.site-middlebar ul{
	margin: auto;
	padding-left: 0;
}
.site-middlebar .site-nav a{
	padding: 15px 20px;
	font-size: 14px;
	letter-spacing: 1.24px;
	color: #2E6A02;
	transition: all .15s ease;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
.site-middlebar .site-nav a:hover{
	color: #785400;
}
.site-middlebar .site-nav .cart a{
	padding-top: 0px;
    padding-bottom: 0px;
}
.site-middlebar .site-nav .cart{
	vertical-align: -6px;
}
.grid:after, .grid--rev:after, .grid--full:after, .grid-uniform:after {
    content: '';
    display: table;
    clear: both;
}
.sticky-header{
	-moz-transition: all 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -webkit-transition: all 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    position: fixed;
    top: -150px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    padding: 0;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.05);
}

.sticky-header-active{
	top: 0;
}
.sticky-header .middle-logo{
	font-size: 36px;
	color: #489903;
	font-weight: 300;
}
.sticky-header .middle-logo span{
	font-weight: 700;
	color: #489903;
}

.main-menu{width: 100%; height: 100%; opacity: 0; visibility: hidden;}
.nav-open .main-menu {opacity: 1; visibility: visible; background: rgba(247, 247, 247, 0.92); }
.main-menu .nav li a{color:#000; font-size: 5vh; font-weight:600; }
.main-menu .nav li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
.nav-open .main-menu .nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.main-menu .nav li.delay-1{-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
.main-menu .nav li.delay-2{-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
.main-menu .nav li.delay-3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
.main-menu .nav li.delay-4{-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
.main-menu .nav li.delay-5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -ms-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s; }
.main-menu .nav li.delay-6{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -ms-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
.main-menu .nav li.delay-7{-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -ms-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s; }
.main-menu .nav li.delay-8{-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -ms-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s; }
.main-menu .nav li.delay-9{-webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }

.nav-button{position:relative; z-index:1111; border:solid 1px #2E6A02;  height:42px; display:block; width:50px; padding:12px !important; }
.nav-button #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button #nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:#2E6A02;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:14px}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}

.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}

.mobile{
	display: none;
}

.desktop{
	display: block;
}


@media only screen and (max-width: 991px) {
	.mobile {
	  display: block;
	}
	.desktop {
		display: none;
	}
  }

@media only screen and (max-width: 767px) {
	body main {
		padding-bottom: 633px;
	}
}

/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* cart */
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

li.cart a.menu-item{
	position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    color: #fff;
    background: #65B700;
    font-weight: bold;
    border-radius: 50%;
    padding: 1px 6px;
    line-height: 1.5;
    vertical-align: top;
    height: 17px;
    width: 17px;
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: 15px;
}
#wc_shipping_smartpost_estonia_terminal{
	width: 100%;
}

/* sidebar */
.sidebar {

}
/* footer always bottom */
main{
	padding-bottom: 350px;
}
footer {
	position:absolute;
	bottom:0;
}
.page-container{
	min-height:100%;
	position: relative;
}
/* footer */

.footer {
	width: 100%;
	background-color: #2A2B2F;
	padding-top: 61px;
    padding-bottom: 31px;
}
.footer h3{
	color: #65B700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
.footer h3:before{
    content: '';
    width: 33px;
    height: 1px;
    background-color: #65B700;
    border-top: 1px solid #65B700;
    content: '';
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.footer li{
	margin-bottom: 4px;
}
.footer li a{
	color: #9e9787;
    font-size: 12px;
	letter-spacing: 1.24px;
	position: relative;
    text-transform: uppercase;
}
.footer li a:hover{
	text-decoration: none;
}
.footer li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: #65B700;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.footer li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.footer .footer-subscribe span{
	color: #9e9787;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
.footer .footer-subscribe button{
	border: none;
    text-transform: uppercase;
	background-color: #489903;
	background-image: none;
}
.footer .footer-subscribe button:hover{
	background-color: #785400;
}
.site-copyright{
	margin-top: 30px;
}
.site-copyright span{
	color: #848484;
	letter-spacing: 1.24px;
	font-size: 12px;
	text-transform: uppercase;
}
.no-bullets{
	list-style: none outside;
	margin-left: 0 !important;
	margin: 0 0 15px 20px;
    padding: 0;
}

/* Review */
.total-like-user-main a {
    display: inline-block;
    margin: 0 -17px 0 0;
}
.total-like {
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    height: 34px;
    line-height: 33px;
    padding: 0 13px;
    vertical-align: top;
}
.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -24px;
}
.graph-star-rating-header .star-rating {
    font-size: 17px;
}
.progress {
    background: #f2f4f8 none repeat scroll 0 0;
    border-radius: 0;
    height: 30px;
}
.rating-list {
    display: inline-flex;
    margin-bottom: 15px;
    width: 100%;
}
.rating-list-left {
    height: 16px;
    line-height: 29px;
    width: 10%;
}
.rating-list-center {
    width: 80%;
}
.rating-list-right {
    line-height: 29px;
    text-align: right;
    width: 10%;
}
.restaurant-slider-pics {
    bottom: 0;
    font-size: 12px;
    left: 0;
    z-index: 999;
    padding: 0 10px;
}
.restaurant-slider-view-all {
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
.offer-dedicated-nav .nav-link.active,
.offer-dedicated-nav .nav-link:hover,
.offer-dedicated-nav .nav-link:focus {
    border-color: #3868fb;
    color: #3868fb;
}
.offer-dedicated-nav .nav-link {
    border-bottom: 2px solid #fff;
    color: #000000;
    padding: 16px 0;
    font-weight: 600;
}
.offer-dedicated-nav .nav-item {
    margin: 0 37px 0 0;
}
.restaurant-detailed-action-btn {
    margin-top: 12px;
}
.restaurant-detailed-header-right .btn-success {
    border-radius: 3px;
    height: 45px;
    margin: -18px 0 18px;
    min-width: 130px;
    padding: 7px;
}
.text-black {
    color: #000000;
}
.icon-overlap {
    bottom: -23px;
    font-size: 74px;
    opacity: 0.23;
    position: absolute;
    right: -32px;
}
.menu-list img {
    width: 41px;
    height: 41px;
    object-fit: cover;
}
.restaurant-detailed-header-left img {
    width: 88px;
    height: 88px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.reviews-members .media .mr-3 {
    width: 56px;
    height: 56px;
    object-fit: cover;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.total-like-user {
    border: 2px solid #fff;
    height: 34px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    width: 34px;
}
.total-like-user-main a {
    display: inline-block;
    margin: 0 -17px 0 0;
}
.total-like {
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    height: 34px;
    line-height: 33px;
    padding: 0 13px;
    vertical-align: top;
}
.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -24px;
}
.graph-star-rating-header .star-rating {
    font-size: 17px;
}
.progress {
    background: #f2f4f8 none repeat scroll 0 0;
    border-radius: 0;
    height: 30px;
}
.rating-list {
    display: inline-flex;
    margin-bottom: 15px;
    width: 100%;
}
.rating-list-left {
    height: 16px;
    line-height: 29px;
    width: 10%;
}
.rating-list-center {
    width: 80%;
}
.rating-list-right {
    line-height: 29px;
    text-align: right;
    width: 10%;
}
.restaurant-slider-pics {
    bottom: 0;
    font-size: 12px;
    left: 0;
    z-index: 999;
    padding: 0 10px;
}
.restaurant-slider-view-all {
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

.woocommerce .star-rating{
	float: none;
	color: #f1c40f;
	margin-top: 5px;
	font-size: 14px;
}

.reviews-members-header .review-rating i{
	color: #888787;
}

.reviews-members-header .review-rating i.active{
	color: #f1c40f;
}

.woocommerce p.stars a{
	font-size: 22px;
	color: #f1c40f;
}

.progress {
    background: #f2f4f8 none repeat scroll 0 0;
    border-radius: 0;
    height: 30px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Front Page */

.home-cover{
	width: 100%;
	height: 600px;
}
.cover-image{
	height: 100%;
	width: 100%;
	background: url('/wp-content/uploads/2019/11/hemp_cover.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.front-products{
	padding: 50px 0px;
}
.front-recipes{
	padding-bottom: 50px;
}
.owl-carousel a h4{
	font-size: 12px;
    text-align: center;
    margin-top: 5px;
    color: #6e8e77;
}
.owl-carousel a .image-container{
    position: relative;
    margin: auto;
    overflow: hidden;
}
.owl-carousel a img{
	transition: all 0.3s;
	transform: scale(1);
}
.owl-carousel a:hover{
	text-decoration: none;
}
.owl-carousel a:hover img{
	transform: scale(1.1);
}
h2.no-span {
    display: table;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: #489903;
	padding-bottom: 50px;
}
h2.no-span span{
	border: 1px solid;
    padding: 10px 20px;
}
h2.no-span:before,h2.no-span:after {
	color: #489903;
	border-top: 1px solid ;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.5em;
	width: 40%;
}
.popular{
	margin-top: -7.5rem;
	padding: 1.5rem 3rem;
	width: 100%;
	height: 200px;
	background: #f7f7fb;
}
.popular .cta{
	display: block;
    margin-top: -4rem;
    padding: .75rem;
    background: #65B700;
    color: #fff;
    font-size: 20px;
	text-align: center;
	margin-bottom: 1.5rem;
}
.popular p{
	margin:0;
	margin-bottom: 5px;
}
.popular .product-label{
	padding: .35rem;
    font-weight: 800;
    color: #fff;
    background: #65B700;
    text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
}
.popular .social{
	padding: 0;
}
.popular .social li a{
	margin: 0;
	height: auto;
	line-height:inherit;
	border-radius: 0;
}
.popular .social span.amount{
	font-weight: 700;
    vertical-align: 8px;
	margin-left: 5px;
	color: #785400;
}
.popular h4 a{
	color: #2E6A02;
	font-weight: 700;
	transition: all .15s ease;
}
.popular h4 a:hover{
	text-decoration: none;
	color: #785400;
}
.popular .popular-img{
	padding-right: 0;
}
.section{
	padding: 50px 0;
}
.front-content{
	background-color: #ececec;
	padding: 50px 60px;
	height: 100%;
}
.front-content h2{
	font-size: 46px;
    letter-spacing: -.125rem;
	line-height: 1.11;
	font-weight: 700;
	color: #2E6A02;
}
.front-content .content-text{
	font-size: 18px;
	color: #6b6b6b;
}
.front-content a{
	background-color: #489903;
    color: #fff;
    font-weight: 700;
    line-height: 1rem;
    transition: all .15s ease;
    text-transform: uppercase;
    /* padding: .875rem 2.25rem; */
    font-size: 1rem;
    padding: 15px 20px;
}
.front-content a:hover{
	background-color: #785400;
    color: #fff;
}

/* Product page */
.product-name h1{
	margin-bottom: 0;
}
.ratings {
	unicode-bidi: bidi-override;
	position: relative;
	font-size: 18px;
}
.ratings > span::before {
	content: "\2605";
}
.ratings > span {
	display: inline-block;
	position: relative;
	color: #888787;
}
.ratings > span.active:before,
.ratings > span.active ~ span.active:before {
	color: #f1c40f;
}
.short-desc{
	color: #6b6b6b;
    margin: 10px 0;
}
.short-desc p{
	margin:0;
}
.price-box{
	margin: 10px 0;
}
.price-box .price{
	font-size: 28px;
    color: #785400;
    font-weight: 700;
    letter-spacing: 1.24px;
}
.add-to-cart label{
	font-weight: 700;
    font-size: 14px;
}
.add-to-cart #qty{
    width: 80px;
	float: left;
	height: auto;
	padding: 10px 20px;
}
.add-to-cart .btn{
	padding: 10px 20px;
    font-size: 0.8125rem;
    text-align: center;
    margin-left: 7px;
    font-weight: 700;
}
.product-tabs{
	margin: 10px 0;
    border-color: #65B700;
}
.product-tabs .nav-tabs{
	margin: 0 0 -1px 0;
}
.product-tabs .nav-item a{
	background-color: #f3f3f3;
    color: #1d1d1d;
    border: none;
    border-radius: 0;
    font-size: 16px;
    border-bottom: 0 !important;
}
.product-tabs .nav-item .active{
	background-color:#f6f7f6 !important;
	border: 1px solid #d6dccd;
	font-weight: 700;
}
.product-tabs .tab-content{
	padding: 15px 1rem;
    background-color: #f6f7f6;
    border: 1px solid #d6dccd;
}
.product-tabs .tab-content p{
	margin:0;
}

/* CART */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	display: none;
	margin: 0;
}
.quantity input.qty {
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

/*PRODUCT GRID*/
/********************* Shopping Demo-6 **********************/
.product-grid6,.product-grid6 .product-image6{overflow:hidden}
.product-grid6{font-family:'Open Sans',sans-serif;text-align:center;position:relative;transition:all .5s ease 0s;margin-bottom: 15px;}
.product-grid6:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}
.product-grid6 .product-image6 a{display:block}
.product-grid6 .product-image6 img{width:100%;height:auto;transition:all .5s ease 0s}
.product-grid6:hover .product-image6 img{transform:scale(1.1)}
.product-grid6 .product-content{padding:12px 12px 15px;transition:all .5s ease 0s}
.product-grid6:hover .product-content{opacity:0}
.product-grid6 .title{font-size:20px;font-weight:600;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid6 .title a{color:#2E6A02}
.product-grid6 .title a:hover{color:#785400;text-decoration: none;}
.product-grid6 .price{font-size:18px;font-weight:600;color:#785400}
.product-grid6 .social{background-color:#F7F7FB;width:100%;padding:0;margin:0;list-style:none;opacity:0;transform:translateX(-50%);position:absolute;bottom:-50%;left:50%;z-index:1;transition:all .5s ease 0s}
.product-grid6:hover .social{opacity:1;bottom:20px}
.social li{display:inline-block}
.social li a{color:#785400;font-size:16px;line-height:45px;text-align:center;height:45px;width:45px;margin:0 7px;border:1px solid #2E6A02;border-radius:50px;display:block;position:relative;transition:all .3s ease-in-out}
.social li a:hover{color:#fff;background-color:#785400;width:80px}
.social li a:after,.product-grid6 .social li a:before{content:attr(data-tip);color:#fff;background-color:#2E6A02;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;border-radius:5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.social li a:hover:after,.product-grid6 .social li a:hover:before{opacity:1}
@media only screen and (max-width:990px){.product-grid6{margin-bottom:30px}
}

.mapouter{
	margin-bottom: 25px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

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

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/* CONTACT */
.page-template-template-front-page main{
	margin-top:0px;
}
main{
	margin-top: 25px;
}

.page-template-template-contact main{
	margin-top: 25px;
}

.contact-info{
	list-style: none;
    padding: 0;
    vertical-align: middle;
}

.contact-info li{
	padding: 3px 0;
}

.contact-info li i{
	color: #3e6b10;
    font-size: 26px;
}

.contact-info li span{
	vertical-align: 7px;
    padding-left: 5px;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
