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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 em {
  color: #cfb984;
}
 
 
 .uk-modal-caption {  
display: block;  
height: auto;  
top: 100%;  
bottom: auto;  
white-space: normal;  
}



.uk-tab {    
    font-family: "Roboto", Tahoma, sans-serif;  
    font-size: 18px;  
}

/* MY SETTING TO ENLARGE HOMEPAGE SLIDE TEXT*/
.tm-fullscreen-slideshow .uk-heading-large {   
background-color: rgba(0, 0, 0, 0.3);
letter-spacing: -4px;
text-transform: uppercase;
/*font-size: 100px;*/
}

/* END MY SETTING TO ENLARGE HOMEPAGE SLIDE TEXT*/


/* FOR HOME PAGE SLIDER TEXT MOBILE*/
@media (min-width: 768px) {      
    .tm-fullscreen-slideshow .uk-heading-large {      
    font-size: 100px;  
    line-height: 120px;  
    padding: 40px;  
    }  
}

/* END FOR HOME PAGE SLIDER TEXT MOBILE FROM YOUTHEME*/

.tm-fullscreen-slideshow .uk-overlay-panel > div {  
    width: 100%;  
}

.uk-text-bold {
    font-weight: bold;
    color: #cfb984;
}

.uk-text-large {
    color: #000000;
    font-weight: bold;
}

.tm-panel-header > .uk-panel-title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}


.uk-navbar {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: rgba(51, 51, 51, 0.1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: rgba(102, 102, 102, 0.5);
}

.tm-footer a {
    color: #cccccc;
}

.uk-overlay-panel {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}
/*
.uk-overlay-background {  
  background: #000000;  
}*/

.tm-panel-header > .uk-panel-title {
    color: #000000;
}


.uk-subnav-pill > * > * {  
    border: 2px solid black;  
}  
.uk-subnav > * > * {  
    color: #000000;  
    font-family: "Roboto Condensed", sans-serif;
}

/*Space above home intro text. Was 90px*/
.tm-block-padding-large {
    padding-bottom: 50px;
    padding-top: 50px;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6 {
    letter-spacing: 1px;
}

.uk-panel-title {
    color: #cfb984;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

h3, .uk-h3 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
}

/*Space below logo*/
svg#Layer_1 {margin-top: 10px;}

.uk-panel-box {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    background-color: #f6f3eb;
}

/*SCROLLSPY Home page*/
h4.uk-panel-title {  
  	color: #000000;    
}

h4 + p {  
    margin-top: 0px;  
   /* line-height: -20%;*/
}  

h4.uk-panel-title {  
    margin-bottom: 5px;  
}  
/*END SCROLLSPY Home page*/

.testimonial .uk-overlay-panel .uk-h2 {
color: #cfb984;
}

.testimonial .uk-overlay-panel {
margin-left: 10%;
margin-right: 10%;
font-family: "Roboto", sans-serif;
line-height: 20px;
}


/*blog categories sidebar
.tm-sidebar-a .uk-panel {
padding-top: 70px;
border: 1px solid #5b5b5b;
}*/


/*blog categories sidebar
.uk-panel-title .blogmenu {
color: 000;
}*/

/*
.blogpad .tm-content {    
    padding-top: 50px; 
    padding-bottom: 50px;
}*/

 
 .blogpad .uk-article-title a {
 	color: #cfb984;
}
 
  .blogpad .uk-article-title a:hover {
 	color: #000;
}
 
.blogpad a, .uk-link {
    color: #cfb984;
}
  
  .blogpad a:hover {
    color: #000;
}
  
.testimonial2 {
color:#cfb984;
}

/*Services menu list*/
ul.services {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

li.services {
    display: inline-block;
   	border-radius: 8px;
    border: 1px solid #dddddd;
	padding: 5px 10px;
}

/*About section headings*/

h2.about {

color: #000;
}

/*Team headings*/

h3, uk-h3 .team {
margin:0;
font-size: 30px;
line-height: 38px;;

}

h4, uk-h4 .team {
margin:0;
font-size: 24px;
color: #000;
}
 

