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


/* Fonts
----------------------------------------------------------------------------------------------------*/


/* UIkit
----------------------------------------------------------------------------------------------------*/

/* Typography */

/* Backgrounds */

/* Spacings */

/* Accordion */

/* Article */

/* Badge */

/* Base */

a {
	transition: all 100ms ease-in 0ms;
}

a:hover {
	transition: all 100ms ease-in 0ms;
}


/* Block */

/* Breadcrumb */

/* Button */

/* Close */

/* Comment */

/* Contrast */

/* Description */

/* Dotnav */

/* Dropdown */

/* Form */

/* Grid */

/* Icon */

/* List */

/* Modal */

/* Nav */

/* Navbar */

/* Offcanvas */

/* Overlay */

/* Pagination */

/* Panel */

/* Progress */

/* Slidenav */

/* Subnav */

/* Tab */

/* Tables */

/* Text */

/* Thumbnail */

/* Tooltip */

/* Utility */


/* Theme
----------------------------------------------------------------------------------------------------*/

/* Top Nav */


/* Widgets
----------------------------------------------------------------------------------------------------*/

/* Team Slideshow */

.uk-panel.team-slideshow .uk-panel-box {
    background: #000;
    background: #000000 url("") 0 0 repeat;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(160, 167, 169, 0.3);
}

/* Recent Posts */

.recent-posts-image.uk-border-circle {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
}

.recent-posts-image img {
    display: inline;
    margin: 0 auto;
    margin-left: -20px;
    width: auto;
    max-width: 300%;
    height: 100%;
}

/* Locations Form */

.uk-panel.locations-form .uk-form textarea {
    height: 150px;
}


/* Forms
----------------------------------------------------------------------------------------------------*/


/* Plugins
----------------------------------------------------------------------------------------------------*/

/* Widgetkit */

.uk-modal-dialog.video {
    width: 870px;
}

.uk-modal-dialog.video iframe {
    height: 490px !important;
    vertical-align: top;
}

.gm-style .gm-style-iw {
    padding: 5px !important;
    line-height: 18px !important;
}

.gm-style .gm-style-iw .uk-margin {
    margin: 0px !important;
}

.gm-style .gm-style-iw .uk-margin > *:first-child {
    margin-top: 0px !important;
}

.gm-style .gm-style-iw .uk-margin > *:last-child {
    margin-bottom: 0px !important;
}


/* Custom Pages
----------------------------------------------------------------------------------------------------*/

/* Home */

.wp-page-32 .uk-article {
    padding: 0px !important;
    box-shadow: none !important;
    background: transparent !important;
}

.wp-page-32 .uk-article .uk-article-title {
    display: none;
}

.wp-page-32 .home-slideshow-panel .uk-grid .uk-position-top-right {
    display: none;
}


/* Blog */

.wp-page-1421 .uk-article {
    padding: 0px !important;
    box-shadow: none !important;
    background: transparent !important;
}


/* Custom Content
----------------------------------------------------------------------------------------------------*/

/* Team Archive */

.wp-our-team-archive .tm-content .team-anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.wp-our-team-archive .tm-content .uk-article .uk-grid .text .team-member-biography > *:last-child {
    margin-bottom: 0px !important;
}


/* Media Single */

.uk-article.media .tm-article-image .wp-post-image {
    height: 490px;
    width: 870px;
}

.uk-article.media .tm-article-image .start {
    color: rgba(255,255,255,0.5);
    font-size: 100px;
}

.uk-article.media .tm-article-image .start:hover {
    color: rgba(255,255,255,0.75);
}


/* Responsive
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1219px) {

	/* Theme */

	.uk-navbar-nav > li > a {
    padding: 0 10px;
	}

	.uk-subnav-line > :nth-child(n+2):before {
    margin-right: 12px;
	}

	/* Widgets */

	.recent-posts-image.uk-border-circle {
    width: 50px;
    height: 50px;
	}

	.recent-posts-image img {
    margin-left: 0px;
	}

}

/* Tablets (Landscape) */
@media (max-width: 959px) {

	.uk-article-title {
		margin-top: 15px !important;
    	font-size: 30px;
    	line-height: 36px;
	}

}

/* Phones (Landscape) & Tablets (Portrait) */
@media (max-width: 767px) {

	.tm-isblog .tm-article.tm-article-box {
	    padding: 40px;
	}

	.uk-article-title {
    	font-size: 30px;
    	line-height: 36px;
	}

}

/* Phones (Portrait) */
@media (max-width: 479px) {

}
