/*
Theme Name: PetClinic
Theme URI: http://smthemes.com/petclinic/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0.1
License: Creative Commons 3.0
Theme date: 10/28/2016
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:Arial;
	font-size:14px;
	background:url(images/topback.jpg) top left repeat-x, url(images/back.jpg) top left repeat;
	color:#484848;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#e6bb73;
	text-decoration:none;
}
a:hover {
	color:#c19d60;
}
.submit, .button, input[type="submit"] {
	padding:10px 25px;
	background:none;
	color:#7cb4b0;
	text-transform: uppercase;
	font-weight:bold;
	padding: 0 25px 0 0;
	margin-top: 10px;
	display: block;
	text-align: left;
}
article .button {
	padding: 0 25px 0 0;
	margin-top: 10px;
	display: block;
	text-align: left;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	color:#e6bb73;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	background-color:#f3f3f3;
	border-color:#e0e0e0;
	color:#aaa;
	border-radius:2px;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	border-color:#e0e0e0;
}
.accent {
	font-size:26px;
	color:#484848;
}
.descent {
	color:#bcbcbc;
}



/* ========================================= Theme Header. ========================================= */
#logo {
	text-align:center;
	float:none;
	background:#fff;
	border-radius:2px;
	margin-bottom:12px;
	display: inline-block;
	width: 100%;
}
.site_ttl {
	display: block;
	margin: 0 0 10px;
	padding: 16px 0;
	color: #E6BB73;
	background: #fff;
	text-transform: none;
	text-align: center;
	font-weight: normal;
}
.headersearch {
	float:right;
}
@media screen and (min-width:1024px) {
	.headersearch {
		float: none;
	}
	#smt-menu-search {
		float: none;
		background:#fff;
		border-radius: 2px;
		padding:15px 10px;
		box-sizing:border-box;
	}
	.has-slider #smt-menu-search  {
		float:left;
		/*position:absolute;
		height:100%;*/
		width:30%;
		float:left;
		margin-right:2%;
		box-sizing:border-box;
		padding: 18px 8px;
		box-shadow:0 1px 3px rgba(0,0,0,0.08);
	}
}
@media screen and (max-width:1024px) {
	.headersearch {
		top: -82px;
		margin-right: 65px;
		right: 5%;
		margin-left: 20px;
		position: absolute;
	}
	#logo {
		text-align:left;
		padding-left:20px;
		box-sizing:border-box;
	}
}
@media only screen and (max-width:640px) {
	#smt-menu-search {
		position:relative;
		background: #fff;
		padding: 10px;
		margin-bottom: 12px;
	}
	.headersearch {
		position: relative;
		top: auto;
		width: 100%;
		right: auto;
		float: none;
		margin: 0;
	}
}


/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	background: #f3f3f3;
	color: #aaa;
	border:1px solid #e0e0e0;
	border-radius: 2px;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #aaaaaa;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	top: 0;
	margin-top:0;
	border:none;
	color: #171717;
}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		text-align: center;
	}
	#extra-menu > div {
		display: inline-block;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 15px 25px 10px 10px;
		font-size:13px;
		font-family: 'latoregular';
	}
	#extra-menu ul.nav-menu li > a > .sf-sub-indicator::after {
		content:'+';
		padding-left:5px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#c35e16;
	}
	#extra-menu ul.nav-menu  > li > ul {
		margin-top:5px;
	}
	#extra-menu ul.nav-menu  > li ul {
		border-radius:2px;
		background:#2b2b2b;
	}
	#extra-menu ul.nav-menu  > li ul li {
		color:#fff;
		text-transform: uppercase;
		padding: 5px 8px;
	}
	#extra-menu ul.nav-menu  > li ul li a {
		color:#fff;
		font-weight:bold;
		padding: 10px 20px;
		text-transform: uppercase;
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#c35e16;
		background:#373737;
		border-radius:2px;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		margin-top: 10px;
		margin-bottom: -10px;
	}
	#main-menu ul.nav-menu li {
		padding: 5px 8px;
	}
	#main-menu ul.nav-menu > li {
		float:none;
		padding: 5px 0;
	}
	#main-menu ul.nav-menu li a {
		color: #171717;
		position:relative;
		padding: 18px 10px;
		float:none;
		line-height:14px;
		font-weight: bold;
		display:block;
		text-transform: uppercase;
		border-radius:2px;
		font-size: 14px;
	}
	#main-menu ul.nav-menu li:hover > a {
		background-color:#f3f3f3;
		color: #171717;
	}	
	#main-menu ul.nav-menu li > a > .sf-sub-indicator {
		background:url(images/arrow-right.png) right 10px center no-repeat;
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
	}
	#main-menu ul.nav-menu > li > ul {
		margin-left:12px;
	}
	#main-menu ul.nav-menu > li ul {
		background:#fff;
		left:100%;
		top:0;
		border-radius:2px;
	}
}
@media only screen and (max-width:1023px) {
	#mobile-menu-trigger {
		margin-right:20px;
		margin-top: 5px;
	}	
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}
@media only screen and (max-width:783px) {
	.admin-bar #mobile-menu-trigger {
		top: 46px;
	}
}


/* .......................................................................... Slider .......................................................................... */
.slider, .fp-slides, .slider-container {
	width:100%;
}
.fp-thumbnail {
	border-radius:2px;
}
.fp-thumbnail img {
	width:100%;
	height: auto !important;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	width: 41%;
	left: 20px;
	bottom: 40px;
}
.fp-title {
	color:#171717;
	padding:20px 20px 5px;
	background: rgba(255,255,255,0.5);
	margin:0;
	font-size:24px;
	border-radius: 2px 2px 0 0;
}
.fp-description {
	padding: 0 20px 8px;
	color:#171717;
	font-size:13px;
	margin: 0;
	background: rgba(255,255,255,0.5);
	border-radius: 0 0 2px 2px;
}
.fp-more {
	color:#171717;
	background:#e6bb73;
	border:1px solid #c29a57;
	border-radius:2px;
	margin-top:13px;
	padding: 11px 41px;
	display: inline-block;
	font-weight: normal;
	text-transform: none;
}
.fp-more:hover {
	background:#e2be82;
	color:#171717;
	border-color:#987a48;
}
.fp-prev-next-wrap {
	width:100%;
	top: 30px;
	right: 20px;
	z-index: 5;
}
.fp-prev-next-wrap a {
	color:#2b2b2b;
}
.fp-prev {
	right: 50px;
	padding: 0 14px 0 14px;
}
.fp-next {
	right:0;
	padding: 0 12px 0 15px;
}
.fp-prev,
.fp-next {
	box-shadow:0 1px 8px rgba(0,0,0,0.15);
	width:40px;
	box-sizing:border-box;
	background:#f2f5f6;
	line-height:40px;
	border-radius: 2px;
	text-align:center;
}
.fp-prev:hover,
.fp-next:hover {
	background:#fff;
}
@media screen and (min-width:1024px) {
	.slider-container {
		width:68%;
		float:right;
	}	
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin: 20px 0 45px;
}
.entry-title {
	margin:0;
	padding-bottom: 15px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:26px;
	color:#484848;
	text-transform:none;
	font-weight:normal;
}
.entry-title a { color:#484848;	font-weight:normal; }
.entry-title a:hover { color:#c19d60; }
.site-content .boxed-container #container {
	background:#fff;
	border-radius:2px;
	box-shadow:0 1px 3px rgba(0,0,0,0.08);
}
article { padding:20px;border-bottom: none;margin-bottom: 35px;}
article:last-child { margin:0; }
article .featured_image {
	vertical-align:bottom;
	margin-bottom: 13px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#757070;
	font-size:12px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.entry-meta a {
	color:#757070;
	text-decoration:none;
	font-size:14px;
}
.entry-meta a:hover {
	color:#c19d60;
	border:none;
}
.entry-meta > span {
	float:left;
}
.entry-meta > span:not(:last-child)::after {
	content:"|";
	padding-left:10px;
}
.entry-meta > span:not(:first-child) {
	padding-left:8px;
}
.post-categories a {
	color:#fff;
	background:#e6bb73;
	padding:8px 13px;
	border-radius:2px;
	text-transform:uppercase;
	font-size:10px;
}
.post-categories a:not(:last-child) {
	margin-right: 3px;	
}
.post-categories a:hover {
	background:#c19d60;
	color:#fff;
}


/* ....................... Page Navigation .................... */
nav.pagination {
	padding: 20px;
}
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background: #e6bb73;
	border: 1px solid #c29a57;
	border-radius: 2px;
	color:#171717;
	padding:10px 19px;
	margin: 0 5px 10px;
}
nav.pagination span.page-numbers.dots {
	border:none;
}
nav.pagination a.page-numbers:hover {
	background:#e2be82;
	border-color:#987a48;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#e2be82;
	border-color:#987a48;
}


/* ....................... Sidebar .................... */

.sidebar { 
	color:#999; 
}
.sidebar .widget {
	background:#fff;
	padding:12px;
	border-radius:2px;
	margin-bottom: 35px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.widget .caption h4 {
	color:#222;
	font-size:22px;
	padding-left:10px;
	margin-bottom: 10px;
}
.widget .caption h4:first-letter {
	color:#c19d60;
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	color:#171717;
	border-radius:2px;
	padding: 14px 20px;
	display:block;
	margin-bottom:10px;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	text-decoration:none;
	background:#f3f3f3;
}
.widget_smt_comments .comment_avatar {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_text {
	margin-left: 42px;
	display:block;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .smt-img-container {
	position:relative;
	width:100%;
}
.widget_smt_posts .smt-img-container img {
	width:100%;
	vertical-align: bottom;
}
.smt-img-container .post-date {
	position:absolute;
	bottom: 0;
	left:10px;
}
.widget_smt_posts .post-date {
	color:#fff;
	background:#e6bb73;
	text-transform:uppercase;
	font-size: 11px;
	padding: 4px 24px;
	border-radius:2px;
	margin-bottom: 10px;
	display: inline-block;
}
.widget_smt_posts .title,
.widget_smt_comments .comment_author {
	color: #484848;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
} 
.widget_smt_posts .title {
	color: #484848;
	margin: 15px 0 10px;
}
.widget_smt_posts .title:hover, 
.widget_smt_comments .comment_author:hover {
	color:#c19d60;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }

@media only screen and (min-width:801px) {
	.sidebar { width:28%; }	
	.sidebar-right .sidebar { margin-left:-28%;	}
}

/* ========================================= FOOTER. ========================================= */
footer {
	background:url(images/footer.jpg) top center no-repeat;
	background-color: #fff;
	padding-top: 40px;
}
footer .footer-columns {
	border-bottom:2px solid #dadada;
	margin-bottom: 40px;
}
footer .footer_txt {
	text-align: center;
	padding-bottom: 40px;
	color:#171717;
}
.footer_txt a { color:#b4b4b4; }
.footer_txt a:hover { text-decoration:underline; }
footer .widget {
	margin-bottom: 40px;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}