/***********  Swarm Custom CSS ***********/

.uk-article a {
	text-decoration: underline;
	color: #3f6ea2;
}

.tm-bottom-a a {
	color: #3f6ea2;
}

.tm-wrapper {
	/*background: #f1ede4;*/
	background: #DDCFB9;
}

.tm-background {
	/*background: #f1ede4;*/
	background: #DDCFB9;
	/*background-image: url("../images/foot-bg.jpg");*/
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.tm-background:after {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #DDCFB9 100%);
}

.customcaption {
  background-color: rgba(41, 59, 81, 0.51);
  padding: 20px;
/*  width: 65%;
  margin-left: 15%;*/
}

h3, .uk-h3 {
  font-size: 18px;
  line-height: 18px;
}

.whiteout {
	color: #fff;
}

.btn {
	padding: 12px;
}

.hp-btn {
    padding: 10px;
    margin-bottom: -8px;
}

.uk-tab {
  font-size: 14px;
  }
  
#tm-home-opinion {
    margin-top: -15px;
  }
  
 .tm-toolbar {
padding: 5px 10px 10px 10px;
margin-top: 10px;
margin-bottom: -120px;
 }
 
 .tm-logo {
   float: left;
   margin-top: -35px;
 }
 
 .uk-navbar-nav > li > a {
 	padding: 0 1px;
 }
 
 .uk-dropdown-navbar {
 	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.21);
 }
 
 .uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
     background: rgb(241, 235, 226);
     }
     
.uk-nav-navbar ul a:hover {
      background: rgb(241, 235, 226);
     }
 
 .uk-subnav > .uk-active > * {
     color: #ffffff;
 }
  
  .dotdiv {
      border-right: 1px dotted #293B51;
  }
  
/*img.uk-align-right{
  	width: 25%;
  }*/

.uk-panel-box-primary .uk-button:not(.uk-button-primary):not(.uk-button-success):not(.uk-button-danger) {
    background: #ffffff;
    color: #283b51;
}

.uk-panel-box-primary .uk-button:not(.uk-button-primary):not(.uk-button-success):not(.uk-button-danger):hover, .uk-panel-box-primary .uk-button:not(.uk-button-primary):not(.uk-button-success):not(.uk-button-danger):focus {
    background: #f6f8f9;
}

/*********** Doctor.com Widget Tweaks ***********/

.embedded-reviews__head {
font-size: 20px !important;
font-weight: lighter !important;
font-family: 'Lato' !important;
text-transform: uppercase !important;
}

.review__write__option {
height: 30px !important;
border: 1px solid rgba(99, 85, 63, 0.8) !important;
background-color: #e9dfd1 !important;
font-family: 'Lato' !important;
font-weight: lighter !important;
color: rgba(99, 85, 63, 0.8) !important;
border-radius: 0px !important;
padding: 0 10px !important;
}

/*********** Mobile ***********/

@media (min-width: 1220px){
	.tm-navbar-space .tm-navbar {
	  margin-top: 25px;
	  margin-bottom: 160px;
	}
	.tm-navbar-space .tm-toolbar-center {
	  margin-top: -130px;
	  margin-bottom: 50px;
	}
}

@media (min-width: 960px) {
	.tm-navbar-space .tm-navbar {
	  margin-top: 25px;
	  margin-bottom: 15px;
	}
	.tm-navbar-space .tm-toolbar-center {
	  margin-top: -40px;
	  margin-bottom: 50px;
	}
}
