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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@import url('https://use.fontawesome.com/7af5db9921.js');
@import url('https://fonts.googleapis.com/css?family=Delius');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700');
@import url('theme.css');

/* Override background color from theme.css to allow background image to show thorough */
html	{
	background: none;
}

/* Background Image */
body {
    background: url('../../../images/wood_bg.png');
}

/* Company Text Branding */
.branding	{
	font-family:'Delius';
	font-size:17px;
	font-weight:bold;
	color:#67BaD6;
}

/* Logo footer */
.tm-footer .tm-logo-footer { margin-top: -10px; }

/* Set width of website */
.uk-notouch body	{
	margin: 0 auto;
	max-width: 1000px;
}

/*
@media(max-width: 769px) {  
    #tm-top-b .uk-panel-title {  
        font-size: 16px;  
    }   
}


.tm-toolbar{  
    text-align: center;  
}  

.tm-toolbar div {  
    width: 100%;  
}
*/

div.uk-grid.uk-container-center {
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
}

/* WidgetKit Home Slideshow Header h1 line-height */
.home_slide	{
	line-height: 95%;
}

/* Change background of WidgetKit Slide when viewing on small screen sizes (INACTIVE) 
@media only screen 
    and (min-device-width : 375px) // or 213.4375em
    and (max-device-width : 667px) // or 41.6875em { 
	ul.uk-slideshow.uk-overlay-active .uk-cover-background .uk-position-cover {
	background-image: url(../../../images/wood_bg.png);
	}
}
*/

/* Auto resize text Home Slideshow Header, different break points */
@media screen and (max-width: 875px) {
    h1.home_slide {
        font-size:42px;
    }
}

@media screen and (max-width: 768px) {
    h1.home_slide {
        font-size:36px;
    }
}

/* Auto resize Logo at different break points */
@media screen and (max-width: 900px) {
    .tm-logo {
        width:224px;
    }
}

/* About Me Image Align, Spacing, and Breakpoints */
@media screen and (max-width: 768px) {
    .about_me {
     	max-height:500px;
    	display: block;
    	margin-left: auto;
    	margin-right: auto; 
    	padding-right:20px;
    	padding-bottom:15px;
    }
}

/*
.tm-gallery {
	padding:15px;
}
*/

/* About Me background image */
.about_bg	{
	max-width:1000px;
	padding:25px;
	background:url(../../../images/about_bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

/* Contact Block */


/* Widgetkit Services Text Size Media Query */
/* iPhone 5/5S/SE */
@media (max-width: 640px) {
  .tm-slideshow .uk-overlay-panel.uk-flex-middle:not(.uk-flex-center) .uk-h3 {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  h1, .uk-h1 {
  font-size: 36px;
  line-height: 56px;
  }
}

/* Fox Contact Form */
div#fox-container-m155 .fox-item-html p:last-child {
	margin-bottom: 0;
	color: #fff;
}

div#fox-container-m155 h2 {
	margin-bottom: 0;
	color: #fff;
	font-size:14px;
}

div#fox-container-m155 p {
	margin-bottom: 0;
	color: #fff;
	font-size:15px;
}

div#fox-container-m155 label.hasTooltip {
	color: #fff;
	font-size:14px;
}

div#fox-container-m155 .control-label label {
	color: #fff;
	font-size:14px;
}

div#fox-container-m155 .alert-success {
	background:#fff;
	color:#555;
	border:1px solid #888;
}

div#fox-container-m155 p {
	color:#555;
}

div#fox-container-m155 p:after {
	font-size:16px;
	color:#4994EC;
	content: '\f118';
   	font-family: FontAwesome;
   	font-weight: normal;
   	font-style: normal;
  	margin:0px 0px 0px 10px;
  	text-decoration:none;
}

/* Footer Background Color */
.tm-footer {  
  	background: #2196f3;
	background-image: url('#'); 
	background-size:cover; 
	padding-bottom:100px;
}

.tm-footer, .tm-padding-around	{
	padding-top: 100px;
}

.tm-subnav-footer > li.uk-active > a	{
	color:#fff;
}

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

.tm-footer a:hover	{
	color:orange;
}

ul.uk-subnav.tm-subnav-footer a	{
	color:#fff;
}

ul.uk-subnav.tm-subnav-footer a:hover	{
	color:orange;
}

/* Footer */
.footer, .tm-footer	{
	padding-bottom: 40px;
}

