<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Vaccination
Theme URI: http://smthemes.com/vaccination/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.4.2.0.1
License: Creative Commons 3.0
Theme date: 03/07/2016
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background: rgb(19,130,208);
	background: -moz-linear-gradient(top,  rgba(19,130,208,1) 0%, rgba(19,130,208,1) 90%, rgba(0,17,113,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,130,208,1)), color-stop(90%,rgba(19,130,208,1)), color-stop(100%,rgba(0,17,113,1)));
	background: -webkit-linear-gradient(top,  rgba(19,130,208,1) 0%,rgba(19,130,208,1) 90%,rgba(0,17,113,1) 100%);
	background: -o-linear-gradient(top,  rgba(19,130,208,1) 0%,rgba(19,130,208,1) 90%,rgba(0,17,113,1) 100%);
	background: -ms-linear-gradient(top,  rgba(19,130,208,1) 0%,rgba(19,130,208,1) 90%,rgba(0,17,113,1) 100%);
	background: linear-gradient(to bottom,  rgba(19,130,208,1) 0%,rgba(19,130,208,1) 90%,rgba(0,17,113,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1382d0', endColorstr='#001171',GradientType=0 );
}
body { 	
	color:#5f5f60;
	font-family:'opensansregular';
}
a {
	color:#5f5f60;
}
a:hover {
	color:#017ced;
}
a.post_ttl, .post-caption h1 {
	color:#017ced;
	font-size:18px;
	font-weight:bold;
	font-family:'arial';
}
h2 a.post_ttl:hover{
	color:#5f5f60;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:29px;
	line-height:29px;
	color:#545454;
	font-family: 'robotoregular';
	text-transform:lowercase;
}
.searchbtn {
	height:29px;
	width:17px;
	margin-right:10px;
}
.searchform {
	height:29px;
	background:#fff;
	border:1px solid #1382d0;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
#content .container { 
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(239,239,239,1)));
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(239,239,239,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(239,239,239,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 );
	padding-top:50px !important;
}
.one-post { 
	margin-bottom:40px;
}
.articles .post-body { 
	line-height:20px;
}
.articles .post-caption { 
	padding:0;
}
#commentform #submit, input.readmore, a.readmore {
	background: #1382d0;
	border:none;
	width:auto;
	padding:4px 16px 4px 10px;
	text-transform:lowercase;	
	border-radius:0 14px 14px 0;
	-moz-border-radius:0 14px 14px 0;
	-webkit-border-radius:0 14px 14px 0;
	box-shadow:0 0 1px #e5e5e5;
	color:#fff;
}
a.readmore { 
	float:left;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background:#378f1c;
	box-shadow:0 0 1px #378f1c;
	color:#fff;
	text-decoration:none;
}
.featured_image{
	margin-top:15px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	box-shadow:3px 3px 3px #8d8d8d;
}
.googlemap {
	padding:0;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:0;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:center;
}
.page-numbers {
	padding:2px 10px;
	font-family: 'robotoregular';
	font-size:18px;
	border-radius:19px;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	margin-right:11px
}
a.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce #content nav.woocommerce-pagination ul li a,
body.woocommerce-page #content nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce #content nav.woocommerce-pagination ul li span,
body.woocommerce-page #content nav.woocommerce-pagination ul li span {
	background: #0851af;
	color:#fff;
	text-decoration:none;
}
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li  { 
	margin-right:3px;
} 
a.page-numbers:hover, 
span.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
body.woocommerce #content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce #content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:focus  {
	background: #1c620c;
	color:#fff;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	color:#fff;
}

#footer a{
	color:#fff;
}

#footer h3{
	font-family:'tahoma';
	color:#fff;
	font-size:24px;
}

#footer .container {
}
#footer .widget_archive ul li a, 
#footer .widget_categories ul li a, 
#footer .widget_meta ul li a, 
#footer .widget_pages ul li a, 
#footer .widget_recent_entries ul li a{
	background:url(images/footer-list.png) 12px center no-repeat;
	padding:5px 1px;
	padding-left:30px;
	text-decoration:none;
	color:#fff;
	display:block;
}
#footer .widget_archive ul li a:hover, 
#footer .widget_categories ul li a:hover, 
#footer .widget_meta ul li a:hover, 
#footer .widget_pages ul li a:hover, 
#footer .widget_recent_entries ul li a:hover{
	border:1px solid #1382d0;
	background-position:11px center;
	padding:4px 0;
	padding-left:29px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
#footer .footer_txt {
	text-align:center;
	color:#fff;
}
#footer .footer_txt .container {
}
#footer .footer-widgets { 
	background: rgb(23,79,170);
	background: -moz-linear-gradient(-45deg,  rgba(23,79,170,1) 0%, rgba(0,23,114,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(23,79,170,1)), color-stop(100%,rgba(0,23,114,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(23,79,170,1) 0%,rgba(0,23,114,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(23,79,170,1) 0%,rgba(0,23,114,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(23,79,170,1) 0%,rgba(0,23,114,1) 100%);
	background: linear-gradient(135deg,  rgba(23,79,170,1) 0%,rgba(0,23,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174faa', endColorstr='#001772',GradientType=1 );
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-right:30px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-left:30px;
}
.widget_archive ul li:before, 
.widget_categories ul li:before, 
.widget_meta ul li:before, 
.widget_pages ul li:before, 
.widget_recent_entries ul li:before{
	content:none !important;
}
#content .widget_archive ul li a, 
#content .widget_categories ul li a, 
#content .widget_meta ul li a, 
#content .widget_pages ul li a, 
#content .widget_recent_entries ul li a{
	background:url(images/content-list.png) left no-repeat;
	padding-left:15px;
	text-decoration:none;
	color:#656565;
}
#content .widget_archive ul li a:hover, 
#content .widget_categories ul li a:hover, 
#content .widget_meta ul li a:hover, 
#content .widget_pages ul li a:hover, 
#content .widget_recent_entries ul li a:hover{
	text-decoration:underline;
	color:#1177be;
}
.sidebar { 
	border:1px solid #e7e7e7;
	border-radius:0 34px 0 0;
	-moz-border-radius:0 34px 0 0;
	-webkit-border-radius:0 34px 0 0;
	border-top:none;
	width:292px !important;
	box-shadow:3px 0 2px #f1f1f1;
	overflow:visible;
	padding:0 !important;
}
#content .widget .caption h3 {
	font-family: 'robotoregular';
	color:#1177be;
	font-size:24px;
}
#content .widget:first-child { 
	border-top:1px solid #e7e7e7;
	border-radius:0 34px 0 0;
	-moz-border-radius:0 34px 0 0;
	-webkit-border-radius:0 34px 0 0;
}
#content .widget {
	padding:20px!important;
	background:url(images/content-widget.png) right bottom no-repeat;
}
#content .widget.widget_banners { 
	padding:10px !Important;
}
.widget_posts .day{}
.widget_posts .date{}
.tabs_captions .tabscaption{
	background:#0851af;
	color:#fff;
	text-transform:lowercase;
	border:none !Important;
	padding:6px 12px !important;
	margin:3px;
}
.tabs_captions .tabscaption.active, .tabs_captions .tabscaption:hover{
	background:#1b600b;
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		
	}
	body { 
		background:url(images/top.jpg) top no-repeat;
		-moz-background-size: 100%; 
		-webkit-background-size: 100%; 
		-o-background-size: 100%;
		background-size: 100%;
	}
	#header .container {
		width:944px;
		padding:0 28px;
		background:#fefefe;
	}
	#content .container {
	}
	#logo {
		float:left;
		max-height:105px;
	}
	.menusearch {
		width:165px;
		float:left;
		margin-left:40px;
		margin-top:26px;
	}
	.menusearch .searchtxt { 
		width:111px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:105px;
		position:relative;
		z-index:1000;
	}
	
	
	#secondarymenu {
		float:right;
		margin-top:26px;
		height:31px;
		max-width:334px;
	}
	#secondarymenu a {
		padding:2px 0;
		margin:3px 10px;
		color:#6d6d6d;
		font-size:14px;
		border-bottom:1px solid #1382d0;
	}
	#secondarymenu a:hover{
		color:#1177bf;
		border-color:#fefefe;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:47px;
		z-index:18;
	}
	#mainmenu ul &gt; li &gt; a {
		padding:0 50px 0 20px;
		margin-right:-30px;
		font-size:14px;
		color:#fff;
		font-family: 'verdana';
		text-shadow:1px 1px 0 #0f65a2;
		min-width:134px;
		height:47px;
		line-height:47px;
		background:url(images/mainmenu-a.png) right top no-repeat;
		position:relative;
		z-index:990;
	}
	#mainmenu ul &gt; li:nth-child(n) &gt; a{ z-index:999; }
	#mainmenu ul &gt; li:nth-child(2n) &gt; a{ z-index:998; }
	#mainmenu ul &gt; li:nth-child(3n) &gt; a{ z-index:997; }
	#mainmenu ul &gt; li:nth-child(4n) &gt; a{ z-index:996; }
	#mainmenu ul &gt; li:nth-child(5n) &gt; a{ z-index:995; }
	#mainmenu li {
		position:relative;
	}
	#mainmenu ul li:hover a{
		background-image:url(images/mainmenu-a-hover.png);
	}


	#header li ul {	top:28px; }
	#header #mainmenu li ul { top:47px; }
	
	#header li ul .transparent {	}
	#header li ul .inner { 
		background: rgb(57,144,28);
		background: -moz-linear-gradient(left,  rgba(57,144,28,1) 0%, rgba(40,111,20,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(57,144,28,1)), color-stop(100%,rgba(40,111,20,1)));
		background: -webkit-linear-gradient(left,  rgba(57,144,28,1) 0%,rgba(40,111,20,1) 100%);
		background: -o-linear-gradient(left,  rgba(57,144,28,1) 0%,rgba(40,111,20,1) 100%);
		background: -ms-linear-gradient(left,  rgba(57,144,28,1) 0%,rgba(40,111,20,1) 100%);
		background: linear-gradient(to right,  rgba(57,144,28,1) 0%,rgba(40,111,20,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39901c', endColorstr='#286f14',GradientType=1 );
		border-radius:0 0 29px 29px;
		-moz-border-radius:0 0 29px 29px;
		-webkit-border-radius:0 0 29px 29px;
	}
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {	}
	
	#header ul.children li, #header .sub-menu li { height:auto !important; }
	#header ul.children li a, #header .sub-menu li a {
		color:#fefefe; 
		height:auto !important;
		padding:5px 20px 5px 35px;
		text-align:left;
		background:url(images/sub-list.png) 20px center no-repeat !Important;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#fff95c !important;
	}
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {		
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		position:relative;
		margin:0 auto;
		width:944px;
		height:507px;
		background:url(images/slider-shadow.png) bottom no-repeat;
		clear:both;
	}
	.slider {
		position:absolute;
	}
	.fp-title a{
		font-size:48px;
		text-decoration:none;
		font-family: 'robotoregular';
		color:#39911c;
	}
	.fp-content p {
		color:#1177be;
		font-size:15px;
		font-family: 'robotoregular';
	}
	.fp-content p a { 
		text-transform:lowercase;
		color:#1177be !important;
	}
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:428px;
		width:944px;
	}
	.fp-content-fon {
		border:none;
		height:120px;
		left:0;
		right:0;
		bottom:0;
		background:#fff;
	}
	.fp-content { 
		left:0;
		right:360px;
		height:110px;
		bottom:0;
		text-align:left;
		font-size:13px;
	}
	.fp-nav {
		right:10px;
		bottom:10px;
		left:auto;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	.fp-pager a { 
		width:22px;
		height:22px;
	}
	#footer .footer_txt  {
		margin:0 auto;
		padding-left:0;
		padding:20px 0;
	}
	#footer .footer_txt .container { padding-left:20px; }
	

}	


/* WooCommerce */
.woocommerce a.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page #content input.button.alt,
.woocommerce-page #content .products li a.button {
	background:#1382d0 !important;
	color:#fff !important;
	border-radius:0 14px 14px 0 !important;
	-moz-border-radius:0 14px 14px 0 !important;
	-webkit-border-radius:0 14px 14px 0 !important;
	box-shadow:0 0 1px #e5e5e5 !important;
	text-transform:lowercase !important;
	border:none !important;
	text-shadow:none !Important;
	font-weight:normal !important;
}
.woocommerce a.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content .products li a.button:hover  {
	background:#378f1c !important;
	box-shadow:0 0 1px #378f1c !important;
}
.widget.woocommerce.widget_product_search #s {    
	background:#fff !important;
	border:1px solid #1382d0 !important;
	border-radius:15px !important;
	-moz-border-radius:15px !important;
	-webkit-border-radius:15px !important;
	color:#545454 !important;
}
.widget.woocommerce.widget_product_search #searchsubmit {
	background:#262626;
	padding:2px 6px;
	color:#fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
	background:#073dbd !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background:#052c88 !important;
}
.woocommerce-page #main_content &gt; #container &gt; #content { 
	padding:30px 0 !important;
}
/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
		background:#fff;
	}
	#logo {
		float:left;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	
	#secondarymenu-container {
		padding-top:0px;
	}
	
	
	
	
		
	
	
	

	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
		background:#fff;
	}
	#logo {
		margin-top:5px;
		margin-bottom:-35px;
	}
	#content .container.clearfix { width:100% !important; }
	.searchbtn {
		width:auto !important;
	}
	#secondarymenu-container {
		padding-top:6px;
	}
	
	
	
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
}
}</pre></body></html>