/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* Green - 8cc640 */
/* Light Blue - 50bbd3 */
/* Orange - f5b593 */

::selection{
 background: #8cc640;
}
section.tm-top-a > .uk-grid-margin {
	margin: 0;
}
 .tm-logo {
 	width: auto;
 	text-align: left !important;
 	float: left !important;
 }
 .tm-logo p {
 	margin: 0px;
 }
 .tm-navbar {
 	padding-top: 0px;
 	border-bottom: 5px solid #8CC640;
 }
 .uk-navbar-content {
 	height: 150px;
 }
.tm-block-footer {
    background: #4A4949;
    padding: 20px;
    border-top: 5px solid #8CC640;
}
 .tm-totop-scroller:after {
    color: #FFF;
}
.tm-main-bottom h2 {
	color:#8cc640;
}
.uk-navbar-nav > li > a {
	height: 150px;
	line-height:  150px;
}
.uk-navbar-nav.uk-hidden-small li:last-of-type a {
	background: #8cc640;
	color: #ffffff;
}
body > .tm-top-b.tm-block.tm-block-default {
    border-bottom: 5px solid #8CC640;
    margin-bottom: 0px;
    border-top: 5px solid #8CC640;
}
body > .tm-bottom-a {
    background: url(../images/green_bg.jpg) no-repeat top right #8cc640;
    color: #fff;
    padding: 77px;
}
body > .tm-top-c {
    border-bottom: 5px solid #8CC640;
}
body > .tm-bottom-b {
	border-top: 5px solid #8CC640;
	margin-top:40px;
    background: #2b2b2b;
    color: #fff;
}
.caption-text {
    margin-left: 40px;
    font-size: 40px;
    line-height: 1.2em;
}
p.social-media-block {
    margin: 10px;
    display: inline-block;
    margin-bottom: 50px!important;
}
p.social-media-block {
    font-size: 35px;
}
/* Buttons */
.uk-button {
    background: #fff;
    color: #8cc640;
    border: 2px solid #8cc640;
}
.uk-button:hover {
    background: #8cc640;
    color: #fff;
    border: 2px solid #8cc640;
}
.uk-button.secondary {
    background: #8cc640;
    color: #fff;
    border: 2px solid #8cc640;
}
.uk-button.secondary:hover {
    background: #fff;
    color: #8cc640;
    border: 2px solid #8cc640;
}
.uk-button.blue {
    background: #fff;
    color: #50bbd3;
    border: 2px solid #50bbd3;
}
.uk-button.blue:hover {
    background: #50bbd3;
    color: #ffffff;
    border: 2px solid #50bbd3;
}
.uk-button.orange {
    background: #fff;
    color: #f5b593;
    border: 2px solid #f5b593;
}
.uk-button.orange:hover {
    background: #f5b593;
    color: #ffffff;
    border: 2px solid #f5b593;
}
.green {
	color: #8cc640;
}
.blue {
	color: #50bbd3;
}
.orange {
	color: #f5b593;
}
.form-cont {
    border: 2px solid #8CC640;
    padding: 20px;
}
.form-cont.orange {
    border: 2px solid #f5b593;
	background: #FFF8F4;
}
.form-cont.blue {
    border: 2px solid #50bbd3;
    background: #F4FDFF;
}
.map-text {
    position: absolute;
    z-index: 10000;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    height: 400px;
}
.map-text-cont {
    align-self: center;
    width: 500px;
    text-align: center;
}
#get-in-touch h2 {
	color: #ffffff;
}
#get-in-touch button {
	margin: 0px 0px 0px 10px;
	border: 2px solid #8cc640;
	background: transparent;
	color:#8cc640;
}
#get-in-touch input {
    margin: 0;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 10px;
    background: transparent;
}
.uk-margin-large.tm-social-links {
    margin-top: 5px;
}
.uk-form-horizontal .uk-form-controls {
    margin-left: 0;
}
.tm-logo-small a p {
	display: inline;
}
.form-cont.orange {
    float: right;
}
.mijoshop #content_oc {
    min-height: 500px;
}
body:not(.homepage) > .tm-bottom-b {
	padding-top:30px !important;
}
.tm-bottom-b a {
    color: #8cc640;
}
.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding: 10px;
}
.mijoshop .input-group button, .mijoshop .input-group input {
    height: 45px;
}
p.social-media-block a:hover {
    color: #8CC640;
    text-shadow: 1px 1px 10px #8CC640;
}

 /* Smartphones */
@media (max-width: 480px) { 
.caption-text {
    margin-left: 0px;
    font-size: 20px;
    line-height: 1.2em;
}

.tm-top-b .uk-width-1-3 {
    width: 100%;
}
body > .tm-bottom-a {
    background: url(../images/green_bg.jpg) repeat top right #8cc640;
    color: #fff;
    padding: 77px;
}
#get-in-touch input {
    margin: 0;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 10px;
    background: transparent;
    width: 50% !important;
}
}
/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) { 
.tm-top-b .uk-width-1-3 {
    width: 100%;
}
}
/* Tablets */
@media (min-width: 768px) and (max-width: 959px) { ... }
/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) { ... }
/* Large Display */
@media (min-width: 1200px) { ... }
