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


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


/**Fonts**/

@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,500italic);

/* Logo color */

[class*='tm-logo'] svg path,
[class*='tm-logo'] path,
[class*='tm-logo'] rect {
    fill: #c3cce8;
}

ul.uk-slideshow img{
    display:block;
    margin:0 auto;
}

body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] svg path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached)[class*='tm-logo'] path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] rect {
    fill: #fff;
}

.wp-caption {
    border: 10px solid #DFDFDF;
    margin: 10px;
}

.tm-block-padding-small {
    padding-top: 60px;
    padding-bottom: 60px;
}

.uk-nav-navbar > li > a {
    color: #000000;
    font-weight: normal;
}

.uk-dotnav-contrast > .uk-active > * {
    background: #C2C2C2;
    border-color: #c2c2c2;
}

.uk-contrast .uk-button-primary {
    background-color: #8dcd42;
}

.uk-contrast .uk-text-primary {
    color: #8dcd42 !important;
}

.page article.uk-article {
 position: relative;
    min-height: 150px; 
 padding-bottom: 55px;
}

.page h1.uk-article-title {
	    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: auto;
    font-size: inherit;
    color: inherit;
    margin: 0px;
    line-height: normal;
}

.uk-contrast .uk-button-primary:hover,
.uk-contrast .uk-button-primary:focus {
    background-color: #6d9f32;
    color: #ffffff;
}


/* Background image in layout position bottom-e */


/*.tm-block-bottom-e > div, .home .tm-block-top-c > div {
    background-image: url(../images/custom/image_default.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}*/


/* SVG fill color for layout position bottom-e */

.tm-block-bottom-e .uk-panel .uk-panel svg path,
.tm-block-bottom-e .uk-panel .uk-panel path {
    fill: #c3cce8;
    opacity: 0.3;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.tm-block-bottom-e .uk-panel .uk-panel:hover svg path,
.tm-block-bottom-e .uk-panel .uk-panel:hover path {
    opacity: 1;
}


/* WordPress Pagination */

.home.tm-article-blog .uk-pagination {
    display: none;
}

.uk-button,
.uk-subnav-pill > .uk-active > * {
    border-radius: 0px;
}

.uk-contrast .uk-button-primary {
    /* background-color: #88BB6E;
    color: #000000;*/
}

.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

span.wpcf7-list-item {
    /*display: block;*/
}

#tm-main .tm-block-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

aside.tm-sidebar-a {
    margin-top: 5%;
}


/***Logo**/

.tm-nav-logo {
    text-align: center;
}

.tm-nav-logo p {
    /*font-style: italic;
    font-family: 'Alegreya Sans SC', Helvetica, Arial, sans-serif;*/
    border-top: 1px solid #9DCB3B;
	font-size: 20px;
}


/*****Nav Bar*****/

.tm-nav {
    align-self: baseline;
}

.home ul.uk-navbar-nav.uk-hidden-small:nth-child(1) {
    display: none;
    visibility: hidden;
}

div#tm-header {
    background: #000000;
}

.tm-navbar-bg .tm-navbar {
    background: rgba(0, 0, 0, 0.9);
}

.tm-block-footer {
    /*background-color: #E8E8E8;*/
}

.tm-block-footer,
.tm-block-footer h1,
.tm-block-footer h2,
.tm-block-footer h3,
.tm-block-footer h4,
.tm-block-footer h5,
.tm-block-footer h6,
.tm-subnav-bullet > li > a,
.tm-subnav-bullet > li > a:hover,
.tm-block-footer a,
.tm-block-footer a:hover {
    /*color: #686868;*/
}

.tm-block-footer .uk-icon-button {
    color: #DBDBDB;
}

.tm-block-footer .uk-icon-button::before {
    background: #000;
}

.tm-block-footer .uk-icon-button:hover:before {
    background: #8dcd42;
    color: #000;
}

.uk-navbar-nav > li > a {
    /*color: rgb(193, 193, 193);	*/
}

.uk-form input,
.uk-form select,
.uk-form textarea {
    color: #fff;
}

.uk-form input[type="radio"],
.uk-form input[type="checkbox"] {
    background: #BBBBBB;
}

label.uk-form-label {
    margin: 5px 0px;
    display: -webkit-inline-box;
}


/***Home Top****/

.home div#tm-top-a {
    background-color: #000000;
}


/*******Home Parallax**********/

.home div#tm-top-c {
    /* margin-top: 0px;
    padding-top: 0px;*/
}

.home-top-parallax {
    /*background-size: cover !important;*/
}


/***Home Top Call Out***/

.home div#tm-top-b .tm-block-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

#tm-top-b{
    background-color: black;
}

div#tm-bottom-c .tm-block-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}


/****Home Services****/

.home div#tm-bottom-b {
    /*background-color: #000;
    padding-top: 15px;*/
}

.home div#tm-bottom-b .uk-panel-hover:hover {
    border-color: rgba(255, 255, 255, 0.49);
}

.home div#tm-bottom-b .uk-panel-hover {
    align-self: center;
    display: inline;
}

.home div#tm-top-c,
.home div#tm-bottom-a, .home div#tm-bottom-b {
    background-color: #000;
    padding-top: 15px;
}

.home div#tm-top-c .uk-panel-hover:hover {
    border-color: rgba(255, 255, 255, 0.49);
}

.home div#tm-top-c .uk-panel-hover {
    align-self: center;
    display: inline;
}

.home div#tm-top-c .uk-grid-width-1-1 > div:first-child > .uk-panel {
    font-weight: 800;
}

.home div#tm-top-c .uk-dotnav > * > * {
    width: 5px;
    height: 5px;
}

#tm-top-c{
    height: 55px;
}

.grid-services{
    height: 280px;
    
}

.services_text{
height: 210px;

}

.learn_more_button{

        bottom: 0;
}


/*****Footer*****/

.tm-block-footer .tm-footer {
    color: inherit;
}

.home div#tm-footer {
    padding-top: 15px;
}

.tm-footer .uk-subnav {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-inline-box;
}

textarea.footer {
    padding: 10px;
}

.tm-block-footer .tm-divider {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*****Form Elements******/


/*captcha*/

input.wpcf7-form-control.wpcf7-captchar {
    height: 25px;
}

.hide-yt {
    position: absolute;
    background: #000;
    height: 100px;
    width: 10%;
    display: block;
    right: 0;
    bottom: 0px;
}


/*****Blog******/

.tm-isblog article {}

.tm-isblog .tm-article-image {
    padding: 30px;
}

.tm-article-blog .tm-article-image:before {
    opacity: 0.9;
}

.tm-article-blog [class*='tm-article-image']:not(.tm-article-image-align)::before {
    background: #000;
}

.tm-article-blog [class*='tm-article-image']:not(.tm-article-image-align):hover::before {
    background: #8dcd42;
}

.single-post .tm-article-image-single-view:hover::before {
    background: #ffffff;
}

.tm-article-blog .tm-article-image .tm-article-title,
.tm-article-blog .tm-article-image .tm-article-meta,
.tm-article-blog .tm-article-image .tm-article-more,
.tm-article-blog .tm-article-image .tm-article-edit {
    opacity: 1;
}

.tm-isblog .tm-article-blog .tm-article-image .tm-article-title {}

.tm-article-blog .tm-article-image-single-view:not(.tm-article-image-align)::before {
    background: transparent;
    opacity: 1;
}

.tm-article-blog .tm-article-image-single-view:not(.tm-article-image-align):hover::before {
    background: transparent;
}

.single-post .uk-article-title {
    font-size: 40px;
    line-height: 50px;
}

.single-post .tm-contrast .uk-article-title > a {
    color: #000 !important;
}

.single-post .tm-contrast .uk-article-meta,
.single-post .tm-contrast .uk-article-meta a {
    color: rgba(0, 0, 0, 0.6) !important;
}

.single-post .tm-article-image-single-view {
    background: none !important;
    height: auto;
}

.tm-isblog div#tm-bottom-a .tm-block-padding,
.is-single div#tm-bottom-a .tm-block-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.anchor {
    display: block;
    height: 160px;
    content: " ";
    visibility: hidden;
    margin-top: -160px;
}


/***Auto Background***/

.page-id-997 div#tm-main > div {
    background: url(/wp-content/uploads/car-bkg.jpg) no-repeat 43% 50%;
    background-size: cover;
}

.page-id-997 div#tm-main .uk-container {
    background: #fff;
    opacity: 0.9;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.14);
}

.mobilePhone {
    color: #fff;
    font-size: 1.3em;
    z-index: 99999999;
    position: relative;
    text-align: center;
    margin-top: -20px;
}


/****Custom Button********/

.custom-flat-button {
  display: inline-flex;
    position: relative;
    vertical-align: 20px;
    align-items: center;
    width: 190px;
    height: 40px;
    /* padding: 0 !important; */
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #374355;
    background: #94f505;
    border: 0;
    /* text-align: center !important; */
    box-sizing: border-box;
}
.custom-flat-button:hover {
  color: #94f505;
  background-color: #2d591e;
  outline: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.video_backgrond{
background-color: black;
}

/*****Media Queries*******/

@media only screen and (max-width: 768px) {
    .su-column-inner {
        margin-bottom: 0px !important;
    }
    .page-id-997 div#tm-main > div,
    .page-id-997 div#tm-main .uk-container {
        background: #fff;
        box-shadow: none;
    }
    .tm-article-blog [class*='tm-article-image']:not(.tm-article-image-align):hover::before {
        background: transparent;
    }
    .tm-block-padding,
    .tm-block-large-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .tm-article-blog .tm-article-image .tm-article-meta {
        line-height: 0px;
        font-size: 0px;
        display: none;
        visibility: hidden
    }
}

@media (min-width: 767px) {
    .tm-fullscreen .uk-sticky-placeholder + .tm-header-container {
        margin-top: 0px;
    }
    .tm-fullscreen .tm-header-container {
        height: auto;
    }
}

@media (max-width: 767px) {
    .uk-navbar-center {
        max-width: 100%;
    }
    .uk-navbar-toggle {
        color: #ffffff;
    }
    .uk-slideshow {
        /*height: auto !important;*/
    }
    .uk-slideshow .uk-cover-object {
        /*top: 0px;	
		left: auto;
		width: 100%;
		height: auto;
		min-height:0;
		transform:none;
		-webkit-transform: none;*/
    }
    .home-top-parallax {
        padding: 20px;
        height: 100% !important;
    }
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .entry-content img,
    .entry-content iframe,
    .entry-content object,
    .entry-content embed {
        max-width: 100%;
    }
    .home div#tm-top-c .uk-slideshow h2 {
        font-size: 1.5em;
    }
    .home #tm-top-c .uk-overlay-panel.uk-overlay-bottom {
        
    }
	.home div#tm-top-c .uk-panel-hover {
    	border-color: rgba(255, 255, 255, 0.49);
	}
    .home #tm-top-c .uk-slideshow {
        border-bottom: 1px solid #fff;
    }
	.tm-footer .uk-subnav {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
	}
	.tm-footer .uk-subnav > * {
		-ms-flex: none;
		-webkit-flex: none;
		flex: none;
		padding-left: 0px;
		margin-top: 15px;
		/* position: relative; */
		/* text-align: center; */
		display: inline;
		float: none;
	}
}

@media (max-width:1300px){
    #tm-top-c {
        height: auto !important;
    }
    .services_text {
        height: auto !important;
    }
    .grid-services {
        height: auto !important;
    }
    .uk-overlay-panel{
        padding: 5px;
    }
}

@media (max-width: 959px) and (min-width: 768px) {
    .hide-yt {
        display: none;
        visibility: hidden;
    }
    .mobilePhone {
        display: none;
    }
}

@media (min-width: 1020px) {
    .mobilePhone {
        display: none;
    }
}