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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-navbar {
    background: rgba(241, 241, 241, 0.96);
    color: #ffffff;
}
.uk-navbar-nav > li > a {
    color: #47698a;
  
}

.uk-navbar-nav > li.uk-active > a {
    color: #666666;
}

.gform_wrapper textarea.medium {
    height: 9.375em;
    width: 97.5%;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: 700;
    font-family: 'montserrat';
    color: #47698a;
    text-transform: uppercase;
    font-size: 35px;
	letter-spacing:.15em;
}

user agent stylesheet
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: #ffffff;
	font-size:12px;
	font-family:'montserrat';
	text-transform:uppercase;
	letter-spacing:.15em;
    background-color: #47698a;
    box-sizing: border-box;
    padding: 10px;
    border:none;
}

user agent stylesheet
input[type="button" i], input[type="submit" i], input[type="reset" i] {
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
}


.uk-panel-box {
    padding: 40px;
    background: #47698a;
    color: #ffffff;
}



a, .uk-link {
    color: #47698a;
}


/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
  background-color: #47698a;
  color: #ffffff;
  line-height:13px;
  padding:13px;
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #47698a;
  color: #ffffff;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #47698a;
  color: rgba(255, 255, 255, 0.65);
  box-shadow: inset 2px 2px 6px rgba(76, 71, 65, 0.2);
}

.uk-panel-box-primary {
    background-color:#47698a;
    color: #ffffff;
	;
}

div#tm-top-c.tm-block-top-c.uk-block.uk-block-primary.uk-block-large.uk-cover-background{
	background-attachment: fixed;
}

div#tm-top-d.tm-block-top-d.uk-block.uk-block-muted.uk-block-large.uk-cover-background{
	background-position: 95% 15%;
	background-size: 200px;
}


.uk-panel-box-primary h1, .uk-panel-box-primary h2, .uk-panel-box-primary h3, .uk-panel-box-primary h4, .uk-panel-box-primary h5, .uk-panel-box-primary h6 {
    color: #ffffff;
	font-family:'montserrat';
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    font-family: 'montserrat';
    color: #47698a;
}


.uk-panel-box-primary .uk-button {
    background: #ffffff;
    color: #47698a;
}

.uk-panel-box-primary .uk-button:hover {
    background: #2a4865;
    color: #eaeaea;
}

.uk-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #ffffff;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    background: #47698a;
    vertical-align: middle;
    line-height: 40px;
    min-height: 40px;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    padding: 0 33px;
    border-radius: 0;
    z-index: 1;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.uk-button:hover, .uk-button:focus {
    background-color: #2a4865;
    color: #eaeaea;
    outline: none;
    text-decoration: none;
}



body {
    background: #fafafa;
}

.tm-block-footer {
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #47698a;
}

.uk-block-large {
    padding-top: 60px;
}


.uk-navbar-toggle {
    font-size: 24px;
    color: #ffffff !important;
    text-decoration: none;
}


.uk-offcanvas-bar {
    background: #47698a;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #37526b;
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0);
  color: #000080;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #000080;
}

.uk-nav-navbar ul a:hover {
  color: #ffffff;
}

.uk-dropdown-navbar {
  background: rgba(71, 105, 138, 0.9);
  color: #ffffff!important;
}


.uk-dropdown {
  padding: 15px;
  background: #f9f9f9;
  color: #ffffff;
}


.uk-offcanvas .uk-panel a:not([class]):hover {
    color: #ffffff!important;
}


.uk-offcanvas .uk-panel-title {
    color: #ffffff; 
}


.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #37526b;
    color: #ffffff;
    outline: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}


.uk-navbar-toggle {
    font-size: 24px;
    color: #0a0383 !important;
    text-decoration: none;
}

::selection {
    background: #96afcb;
    color: #ffffff;
    text-shadow: none;
}



.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a {
    background: rgba(0, 0, 0, 0);
    color: #000000;
    background-image: url(http://www.vbmarbleandgranite.com/wp-content/uploads/squares.png);
    background-repeat: no-repeat;
    background-size: 27px;
}



ul.uk-nav-sub {
    padding: 6px 0 3px 27px;
	line-height:15px;
}



.uk-nav ul a {
    padding: 15px 0;
}


.uk-dropdown .uk-nav {
    margin: 0 -15px;
    line-height: 16px;
}

.uk-nav, .uk-nav li {
    padding: 10px 5px;
}


.uk-grid > * > :last-child {
    margin-bottom: 20px;
}


.uk-panel-title {
    margin-top: -25px;
}

.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin-bottom: -10px;
    color: #47698a;
    font-size: 3.4vw;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.82);
    padding-top: 1.5%;
	padding-bottom: 1.5%;
    font-family: montserrat;
}



@media (max-width: 767px) {
  .tm-navbar-sticky .tm-navbar-wrapper,
  .tm-navbar-sticky .tm-navbar-wrapper-animate {
    border-width: 0px;
  }
}