/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
@font-face {
    font-family: 'verlagbook';
    src: url('css/fonts/verlag-webfonts/verlag-book-regular/verlag-book-webfont.eot');
    src: url('css/fonts/verlag-webfonts/verlag-book-regular/verlag-book-webfont.eot#iefix') format('embedded-opentype'),
         url('css/fonts/verlag-webfonts/verlag-book-regular/verlag-book-webfont.woff2') format('woff2'),
         url('css/fonts/verlag-webfonts/verlag-book-regular/verlag-book-webfont.woff') format('woff'),
         url('css/fonts/verlag-webfonts/verlag-book-regular/verlag-book-webfont.ttf') format('truetype'),
         url('css/fonts/verlag-webfonts/verlag-book-regular/verlag-book-webfont.svg#verlagbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'verlagbold';
    src: url('css/fonts/verlag-webfonts/verlag-bold-regular/verlag-bold-webfont.eot');
    src: url('css/fonts/verlag-webfonts/verlag-bold-regular/verlag-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('css/fonts/verlag-webfonts/verlag-bold-regular/verlag-bold-webfont.woff2') format('woff2'),
         url('css/fonts/verlag-webfonts/verlag-bold-regular/verlag-bold-webfont.woff') format('woff'),
         url('css/fonts/verlag-webfonts/verlag-bold-regular/verlag-bold-webfont.ttf') format('truetype'),
         url('css/fonts/verlag-webfonts/verlag-bold-regular/verlag-bold-webfont.svg#verlagbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'verlaglight';
    src: url('css/fonts/verlag-webfonts/verlag-light-regular/verlag-light-webfont.eot');
    src: url('css/fonts/verlag-webfonts/verlag-light-regular/verlag-light-webfont.eot#iefix') format('embedded-opentype'),
         url('css/fonts/verlag-webfonts/verlag-light-regular/verlag-light-webfont.woff2') format('woff2'),
         url('css/fonts/verlag-webfonts/verlag-light-regular/verlag-light-webfont.woff') format('woff'),
         url('css/fonts/verlag-webfonts/verlag-light-regular/verlag-light-webfont.ttf') format('truetype'),
         url('css/fonts/verlag-webfonts/verlag-light-regular/verlag-light-webfont.svg#verlaglight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'verlagextra_light';
    src: url('css/fonts/verlag-webfonts/verlag-xlight-regular/verlag-xlight-webfont.eot');
    src: url('css/fonts/verlag-webfonts/verlag-xlight-regular/verlag-xlight-webfont.eot#iefix') format('embedded-opentype'),
         url('css/fonts/verlag-webfonts/verlag-xlight-regular/verlag-xlight-webfont.woff2') format('woff2'),
         url('css/fonts/verlag-webfonts/verlag-xlight-regular/verlag-xlight-webfont.woff') format('woff'),
         url('css/fonts/verlag-webfonts/verlag-xlight-regular/verlag-xlight-webfont.ttf') format('truetype'),
         url('css/fonts/verlag-webfonts/verlag-xlight-regular/verlag-xlight-webfont.svg#verlagextra_light') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'verlaglight', sans-serif;
	-webkit-font-smoothing: antialiased;
}
/*
h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
	font-family: 'verlagbook', sans-serif;
}
*/
p {
    line-height: 1.5;
}
a:link, a:visited {
	font-family: 'verlagbook';
    font-weight: normal;
    color: #4a703d;
    text-decoration: none;
	border-bottom: 1px solid rgba(74, 112, 61, 0);
  -webkit-transition: border 500ms ease;
  -moz-transition: border 500ms ease;
  -ms-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease; 
}
a:hover, a:active {
  border-bottom: 1px solid rgba(74, 112, 61, 1);
}
.menu-primary ul.menu-smart > li > a, .menu-primary ul.menu-smart li.dropdown > a, .menu-primary ul.menu-smart li.mega-menu > a, .vmenu-container ul.menu-smart > li > a, .vmenu-container ul.menu-smart li.dropdown > a {
    text-transform: uppercase;
	border-bottom: none;
}
b, strong {
	font-family: 'verlagbold';
    font-weight: normal;
}
#main-logo .navbar-brand img {
    width: auto;
    height: 100%;
    display: block;
    margin: auto;
	opacity: 0.9;
}
.uncode-list ul.text-large li {
    font-size: 20px;
}
.uncode-gmaps-widget address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 9px;
    color: white;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
	letter-spacing: 0.5px;
}
.btn, .btn-link {
    display: inline-block;
    font-size: 16px;
    padding: 13px 31px 13px 31px !important;
    font-style: normal !Important;
    text-align: center;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border: 1px solid;
    border-radius: 2px;
    outline: none;
    white-space: pre-wrap;
    -webkit-text-stroke: 0px;
}
.style-light .btn-default, .style-dark .style-light.style-override .btn-default, .style-dark .style-light .btn-default {
    color: #fff !important;
    background-color: #528a40 !important;
    border-color: #528a40 !important;
	font-size: 18px;
}
/* MEDIA GALLERY */
.tmb-light.tmb-border, .tmb-light.tmb-bordered:not(.tmb-no-bg):not(.tmb-media-shadowed).tmb > .t-inside, .tmb-light.tmb-bordered.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual {
    border: 0px solid #eaeaea;
}
.single-block-padding {
    padding: 20px 20px 20px 20px;
}
.tmb .t-entry p.t-entry-meta span:first-child {
    margin: 0px 5% 0px 5%;
}
.tmb .t-entry p.t-entry-meta span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.tmb-light.tmb-color-title, .tmb-light.tmb .t-entry-text .t-entry-title a, .tmb-light.tmb .t-entry-text .t-entry-title, .tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta span, .tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta a:not(:hover) {
    color: #333333;
}
/* FOOTER */
footer .footer-last {
    font-size: 22px;
}
.plan .plan-title {
	background-color: #528a40;
}
.plan .plan-title > h3 {
    font-family: 'verlaglight';
	color: #fff;
    font-weight: normal;
	font-size: 20px;
}
.plan .plan-price .price {
    display: block;
	font-family: Julius Sans One;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    margin: 0;
    letter-spacing: 0 !important;
}
.plan .plan-button {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 30px 18px 30px 36px;
}
.row-inner div[class*=col-lg-] {
    font-size: 20px;
}
footer .footer-center {
    padding-top: 36px;
    padding-bottom: 36px;
}
footer .footer-last p {
    font-size: 18px;
	letter-spacing: 0.5px;
}

