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

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

.downloadBtn {
  background: #DBB256;
  padding:10px 20px;
  font-weight:900;
  color:#FFF;
  font-size:20px;
  letter-spacing:2px;
}

.downloadBtn:hover {
  background:#000;
}

.creative_form_18 .creativecontactform_send {
  padding:20px 30px !important;
  float:none !important;
}


p, ul, li {
  color: #000;
}

.creative_form_18 .creativecontactform_field_name {
  color:#B4A1A7 !important;
}

.creative_form_18 .creativecontactform_input_element, .creative_form_18 .creativecontactform_input_element.closed:hover {
  border-radius:0 !important;
  border-color: #DDD !important;
}

.creative_form_18 .creativecontactform_title {
  display:none;
}

.imageResponsive {
  float: right;
  width: 350px;
  margin-left: 10px;
  margin-bottom:10px;
}

ul.paws {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.paws > li {
  background-image: url(../../../images/smallPaw.png);
  background-position: 0;
  background-repeat: no-repeat;
  padding: 4px 0 5px 40px;
  margin-bottom: 5px;
}

.yellowBlock {
  background: #DBB256;
  padding: 20px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.brownBlock {
  background:  #B4A1A7;
  padding: 20px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.brownBlock h5 {
  text-align: center;
  color:#FFF;
  font-family:'futura-pt', sans-serif;
  font-size: 20px;
}

.yellowBlock h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  line-height:40px;
  text-align: center;
}

.cw-mod-contact-light-clean-buttons .btn-submit {
  float: none;
  text-align: center;
}

.btn-submit .btn {
  background: #DBB256;
  border-radius: 0;
  padding: 10px 60px;
  color:#000;
}

.btn-submit .btn:hover {
  box-shadow: 0;
  background: #D08D60;
}

.poochThumb {
  border: 1px solid #EEE;
}





.uk-offcanvas-bar::placeholder {
  color:#FFF;
  background:#FFF;
}

a.uk-navbar-toggle.uk-visible-small {
  align-items: center;
}

h1, h2, h3, h4,  .tm-toolbar {
  font-family: "futura-pt",sans-serif;
}

h1, .uk-h1 {
  color: #B4A1A7;
  border-bottom: 2px solid currentColor;
}

h2 {
  padding-top: 0;
  margin-top:0;
}

.uk-article-title {
  border-bottom: 0px solid;
  margin-top: 5px;
}

a.galleryBtn {
  background: #B4A1A7;
  padding: 10px 20px;
  margin-top: 30px;
  display: inline-block;
}

a.galleryBtn:hover {
  color: #FFF;
}

.tm-logo img {
  width: 450px;
}



.tm-navbar {
  background:#DBB256;
}

.tm-navbar:after {
  background-image:url('../../../images/creamZigZag.png');
  content:"";
  width:100%;
  height: 10px;
  position: absolute;
  left: 0;
  z-index: 20;
  background-size: contain;
}

.tm-top-a:after {
  background-image:url('../../../images/whiteZigZagUp.png');
  content:"";
  width:100%;
  height: 10px;
  position: absolute;
  left: 0;
  z-index: 20;
  background-size: contain;
  bottom:0;
}

#tm-bottom-d:before {
  background-image:url('../../../images/blackZigZagUp.png');
  content:"";
  width:100%;
  height: 10px;
  position: absolute;
  left: 0;
  z-index: 20;
  background-size: contain;
  top:-10px;
}

.tm-navbar .uk-container {
  max-width: 100%;
}

.uk-navbar-nav.uk-hidden-small {
  float: right;
}

.paddingBox {
  padding: 30px 0;
}

div.uk-sticky-placeholder {
  height: auto !important;
}

.tm-top-a h2 {
  padding-bottom:0;
  margin-bottom:0;
}

.tm-top-a p {
  margin-top: 0;
  padding-top: 0;
}

div.uk-overlay-panel.uk-flex.uk-flex-middle.uk-overlay-fade {
  float: left;
  margin-left: 100px;
}

a.slideBtn {
  background:  #B4A1A7;
  padding: 10px 20px;
  color:#FFF;
}

a.slideBtn:hover {
  background:#575256;
}

.homeBox1 {
  border: 15px solid #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  width: 100%;
  float: right;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background:#FFF;
 }

.homeBox2 {
  border: 15px solid #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  width: 100%;
  float: right;
  text-align: center;
    -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
    background:#FFF;
}

.homeBox1:hover {
  -webkit-transform: rotate(-10deg) scale(1.1,1.1);
  transform: rotate(-10deg) scale(1.1,1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-color:  rgba(219,178,86,1);
  background:  rgba(219,178,86,1);
}

.homeBox2:hover {
  -webkit-transform: rotate(10deg) scale(1.1,1.1);
  transform: rotate(10deg) scale(1.1,1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-color:  rgba(219,178,86,1);
  background:  rgba(219,178,86,1);
}

.uk-panel-box-primary:before {
  background-image:url('../../../images/yellowZigZagUp.png');
  content:"";
  width:100%;
  height: 10px;
  position: absolute;
  left: 0;
  background-size: contain;
  top:-10px;
  display: block;
}

.uk-panel-box-primary:after {
  background-image:url('../../../images/creamZigZag.png');
  content:"";
  width:100%;
  height: 10px;
  position: absolute;
  left: 0;
  z-index: 20;
  background-size: contain;
  bottom:-10px;
  display: block;
}

.socialBtn {
  width: 40px;
  filter: brightness(0) invert(1);
}

.socialBtn:hover {
  width: 40px;
  filter: brightness(100%) invert(0);
}

.tm-bottom-d {
  color:#B4A1A7;
}

.tm-bottom-d a {
  color: #DBB256 !important;
}

.small { color: #FFF; }

.uk-nav > li > a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url('../../../images/pawBlack.png');
  position: absolute;
  background-size: contain;
  left: 10px;
}

.uk-nav > li > a {
  margin-left: 20px;
}

@media (max-width:1308px)  {
  .tm-logo img {
    width: 300px;
  }
  
}

@media (max-width:1000px) {
  .uk-visible-small {
    display: flex !important;
  }
  
  .uk-hidden-small {
    display: none !important;
  }
  
  a.tm-logo-small.uk-visible-small {
    display: block !important; }
}

@media (max-width:767px) {
  .tm-top-a h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  div.uk-overlay-panel.uk-flex.uk-flex-middle.uk-overlay-fade {
    margin-left: 0;
  }
  
  h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
