/*************************** SITE ***************************/
@import url('https://fonts.googleapis.com/css?family=Lato:200,700,900&display=swap');

.uk-button-text:before, .wk-button-link:before {
    background: url(/wp-content/themes/yootheme-dmdesigns/images/link-icon.png) no-repeat;
    content: "";
    width: 46px;
    height: 36px;
    display: block;
    float: left;
    position: relative;
    top: -9px;
}
.uk-button-text, .wk-button-link{
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none !important;
    color: #808080;
}
.wk-button-link:before {
    background: url(/wp-content/themes/yootheme-dmdesigns/images/link-icon-green.png) no-repeat;
}
.wk-h2 {
    font-weight: 900;
    color: #9385b4;
}
.grey{
    color:#58595b;
}
.green{
    color:#7ab042;
}
.purple{
    color:#9385b4;
}
.red{
    color:#f06f61;
}
.tm-header, .add-border{
    border-right: 30px solid white;
    border-left: 30px solid white;
}

@media (min-width: 961px){
    .tm-header, .add-border, .add-border-left, .add-border-right{
        border-width: 50px;
    }
}
.uk-article-meta {
    display: none;
}
/*************************** HEADER ***************************/
.header-text {
    text-align: right;
    font-size: 21px;
    color: #58595B;
    border-right: 5px solid #7ab042;
    padding-right: 15px;
}
.header-text strong{
    color:#000;   
}
@media (min-width: 1200px){
    .tm-header .tm-headerbar-top .uk-container {
        padding-left: 100px;
        padding-right: 100px;
    }
	.add-border-left{
    	border-left: 30px solid white;
	}
	.add-border-right{
    	border-right: 30px solid white;
	}
}
