/*
	Theme Name: David Littleproud MP 2017
	Description: Custom Web Design
	Version: 1.0
	Author: Plash Creative
	Author URI: http://www.plashcreative.com/
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {

}
body {
	font-family: 'Open Sans', sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
h1, h2, h3 {
	text-transform: uppercase;
}
h1 {
	font-size:44px;
	line-height:52px;
	font-weight:800;
	color:#333;
	text-transform: uppercase;
	margin: 0px;
}
h2 {
	color:#ffc20e;
	letter-spacing:0px;
	font-size:24px;
	line-height:30px;
}
.single h1 {
    font-size: 24px;
    line-height: 32px;
}
.home-social-col h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight:18px;
	color:#444444;
	border-bottom: 2px solid #ffc20e;
	padding:0px 0px 20px 0px;
}
/* wrapper */
.wrapper {
	width:100%;
	float:left;
	margin:0;
	position:relative;
}
/* header */
.header {
	width:100%;
	float:left;
	height:120px;
	padding: 10px 5% 10px 5%;
	background:none;
	position:absolute;
	z-index:9999;
	top:0px;
	left:0px;
}
/* logo */
.logo {
	max-width:70px;
	float:left;
	margin:30px 0px 0px 0px;
    position: absolute;
}
.logo-img {
	width:100%;
	float:left;
}
/* nav */
.nav {
	width: 90%;
	float: right;
	margin: 10px 0px;
	padding:0px;
}
.nav ul li a {
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    width:  ;
    float: left;
    margin: 0px 0px 0px 4px;
    padding: 10px 0px 14px 0px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
ul.dropdown li a {
    padding: .8em .8em;
    cursor: pointer;
}

.nav ul li a:hover {
    color: #FFF100;
}
.nav .current-page-ancestor a{  
	color: #FFF100; 
}
.nav .current_page_item a {
	border-bottom: solid 3px #FFF100;
}
.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
	width:auto;
    position: relative;
    z-index: 3000;
}
.nav ul li {
    float: left;
    position: relative;
    width:;
    text-align: center;
}
.nav li ul {
    position: absolute;
    top: 0;
    display: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
ul.sub-menu {
	padding:10px 0px!important;
	background: #163260;
	text-align:left!important;
}
ul.dropdown-horizontal.dropdown-align-right ul {
    right: auto!important;
    left: 0!important;
}
.social-links {
	float:right;
	width:50%;
}
.social-links img {
	width:26px;
	height:auto;
	float: right;
	margin:10px 0px 6px 20px;
}
/* Weather */

div#weather, div#weather2, div#weather3, div#weather4, div#weather5 {
    margin: 0px!important;
    padding: 0px;
    float: left;
    top: 0px;
    position: relative;
    width: 100%;
}
.rslides span {
	width:100%;
	float:left;
	position:relative;
}
.rslides p {
	margin: 0px!important;
    padding: 0px;
}
.rslides strong {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
}
.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	right: 20px!Important;
	z-index: 9999;
	opacity: 1;color:#fff;
	text-indent:-9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("img/arrows.png") no-repeat left top;
	margin-top: -45px;
}

	.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		height:250px;
		padding: 0px 0px 0px 0px;
		margin: 0; 
	}
	.rslides li {
		-webkit-backface-visibility: hidden;
		position: absolute;
		display: none;
		width: 100%; 
		left: 0;
		height:250px;
		background-size:cover; 
		background-position:center center;
		top: 0;
	}  

	.rslides li:first-child {
		position: relative;
		display: block;
		float: left;
	}
  a.rslides_nav.rslides1_nav.prev {
		display: none;
	}
/* Baner */
.page-banner {
	width:100%;
	float:left;
	position:relative;
	height:580px;
	text-align:center;
	background-color:#555;
	background-size:cover;
	background-position:center center;
}
.page-id-2 .page-banner {
	height:920px;
}
.page-template-page-media .page-banner, .page-template-page-news .page-banner, .page-template-page-speeches-home .page-banner, .page-template-page-speeches .page-banner, .page-template-page-gallery .page-banner, .single .page-banner, .archive .page-banner, .page-id-509 .page-banner {
	height:420px;
}
.david-banner {
	position:absolute;
	bottom:0px;
	height: 76%;
	width:auto;
	right:5%;
	z-index:100;
}
img.davidlittle-proud-mp-title {
    max-width: 400px;
    position: absolute;
    left: 10%;
    top: 26%;
}
.page-id-2  .davidlittle-proud-mp-title {
    top: 20%;
	max-width: 460px;
}
.office-locations {
	width:30%;
	float:left;
	margin:0px 3% 0px 0px;
}
div#mc_signup {
    width: 50%;
    float: left;
}
.mc_merge_var {
    width: 50%;
    float: left;
}
label.mc_var_label.mc_header.mc_header_email,
label.mc_var_label.mc_header.mc_header_text {
    width: 100%;
    float: left;
	font-size:15px;
	margin:20px 0px 4px 0px;
}
#mc_mv_EMAIL {
    width: 98%;
	margin:0px 2% 10px 0px;
	border:none;
    padding: 4px;
}
#mc_mv_FNAME {
    width: 98%;
	margin:0px 0px 10px 2%;
	border:none;
    padding: 4px;
}
div#mc-indicates-required {
    display: none;
}
.home-email {
	width: 70%;
    font-size: 20px;
    left: 15%;
    right: 15%;
    text-align: left;
    position: absolute;
    z-index: 1;
    bottom: 100px;
    padding: 0px 40px 40px 40px;
    color: #fff;
	background-color: rgba(27, 50, 96, 0.8);
}
.home-email-mobile {
	display:none;
}
img.pdf-doc-icon {
    height: 20px;
    width: auto;
}
.wpcf7-form {
	width: 50%;
}
.wpcf7-text {
	width:49%;
	float:left;
	margin:0px 1% 10px 0px;
	padding:8px 20px;
	font-weight:700;
	font-size:13px;
	color:#666666;
	background:#fff;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	text-transform:uppercase;
	border:solid 1px #fff!important;
	-webkit-appearance: none;
}
.wpcf7-email {
	width:49%;
	margin: 0px 0px 10px 1%;
}
.page-id-21 .wpcf7-form {
	width: 100%;
	float: left;
    background: #f2f2f2;
    border: solid 1px #ddd;
    padding: 2px 18px 18px 18px;
    border-radius: 4px;
}
.page-id-21 .wpcf7-text, .page-id-21 .wpcf7-email, .page-id-21 .wpcf7-textarea {
	width:100%!important;
	margin: 0px 0px 10px 0%;
	background:#fff;
	-webkit-appearance: none;
	border:solid 1px #ccc!important;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.wpcf7-textarea {
	padding:8px 20px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-webkit-appearance: none;
}
.page-id-21 label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
}
.wpcf7-submit, #mc_signup_submit {
	width:100%;
	float:left;
	margin: 0px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	padding:8px 20px;
	font-weight:700;
	-webkit-appearance: none;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	background:#ffc20e;
	border:solid 0px #ffc20e!important;
}
.home-speech-link {
	width:100%;
	float:left;
	margin: 0px;
	padding:20px 5% 40px 5%;
	background-color:#222222;
	color:#fff;
	letter-spacing:1px;
	font-weight:700;
	text-transform:uppercase;
	font-size:28px;
}
.home-speech-link strong {
	color:#ffc20e;
	font-size:18px;
	margin:0px;
	padding:0px;
	position: relative;
    bottom: -10px;
    padding: 0px;
}
.home-speech-link-inner {
	max-width:500px;
	margin:0px auto;
}
.weather-feed {
	float: left;
    width: 50%;
	height:360px;
	position: relative;
	padding:40px;
	font-size:18px;
	line-height:32px;
	color:#fff;
	background-color:#163260;
}
.weather-icon {
	width:64px;
	height:auto;
}
.weather-feed h3 {
	font-size:24px;
	line-height: 32px;
	letter-spacing:1px;
	margin: 0px 0px 20px 0px;
	padding:0px;
}
.issues-link {
	float: left;
    width: 50%;
	height:360px;
	padding:20px;
	color:#fff;
	font-size:34px;
	line-height:30px;
	font-weight:700;
	position:relative;
	background-color:#333;
	background-image:url(img/home-issues-link.jpg);
	background-size:cover;
}
.home-issues-david {
	width:180px;
	position:absolute;
	bottom:0px;
	margin-left: 40px;
}
.issues-link strong{
	font-size:18px;
	position:relative;
	bottom:-6px;
	text-transform:uppercase;
}
.issues-link a{
	position:relative;
	width:80%;
	text-align: left;
    position: absolute;
	bottom: 60px;
	padding: 20px;
	right:0px;
	display:block;
    color: #fff;
    background-color: rgba(0, 97, 175, 0.8);
}
.play-speech-icon { 
	float: right;
    width: 72px;
	position: relative;
    bottom: -17px;
}
.download-speech-icon { 
	float: right;
    width: 60px;
	position: relative;
    bottom: 0px;
}
/* Content */
.about-left {
	font-family: 'Montserrat', sans-serif;
	width:50%;
	float:left;
	border: solid 10px #fff;
	position:relative;
	height: 400px;
	background-size:cover;
	background-position:center center;
}
.about-left span{
	width: 80%;
    font-size: 26px;
	line-height:28px;
    right: 0%;
    text-align: left;
    position: absolute;
    z-index: 1;
    bottom: 50px;
	height:140px;
	font-weight:700;
    padding: 0px 40px 0px 30px;
    color: #fff;
	background-color: rgba(0, 97, 175, 0.8);
}
.about-left span strong{
	font-size:16px;
	position: relative;
    bottom: -6px;
}
.about-right {
	font-family: 'Montserrat', sans-serif;
	width:50%;
	float:left;
	border: solid 10px #fff;
	border-left: solid 0px #fff;
	position:relative;
	height: 400px;
	background-size:cover;
	background-position:center center;
}
.about-right span{
	width: 80%;
    font-size: 26px;
	line-height:28px;
    right: 0%;
	height:140px;
    text-align: left;
    position: absolute;
    z-index: 1;
    bottom: 50px;
	font-weight:700;
    padding: 0px 40px 0px 30px;
    color: #fff;
	background-color: rgba(0, 97, 175, 0.8);
}

blockquote {
	width:100%;
	margin-left:0px;
	margin-right:0px;
	font-size:26px;
	line-height:32px;
	color:#005294;
}
.home-social-col {
	width:33.33%;
	min-height:540px;
	float:left;
	padding:20px;
	color:#333;
}
.wff-link-tab {
	color:#005294;
}
.wff-fb-item {
    padding: 0px 0 6px 0!important;
    overflow: auto;
	border-bottom: 1px solid #ccc;
}
.wff-fb-item .wff-fb-item-photo {
	border-bottom: 1px solid #ccc;
}
a.wff-link-tab {

}
hr {
  border: 0;
  border-top: 1px solid #ccc;
}
h4 a {
	color:#777777!important;
}
.news-summary {
	width:100%;
	float:left;
	font-size:14px;
	line-height:18px;
	color:#333;
	padding:10px 0px;
	border-bottom: 1px solid #ccc;
}
.readmore {
	color:#ffc20e;
	float:right;
}
.page-id-2 .readmore {
	color:#444!important;
	font-size:13px;
	float:right;
}
.news-summary h2 {
	font-size:14px;
	line-height:16px;
	color:#005294;
}
span.date {
    font-size: 12px;
    color: #444;
}
span.author {
    font-size: 14px;
    color: #999;
}
.social-feed-icon {
	width:40px;
	height:auto;
	margin:0px 20px 0px 0px;
}
.wff-facebook-feed-title-div, .wff-facebook-feed-image-div {
	display:none;
}
.middle-col {
	background-color:#F0F0F0;
}
.page-id-2 .content-wrapper {
	padding: 0px 5%;
}
.content-wrapper {
	width:100%;
	float:left;
	background-color:#fff;
	padding:80px 5%;
}
.content {
	max-width:1140px;
	margin:0px auto;
	font-size:16px;
	line-height:24px;
	color:#444444;
}
.page-id-722 .content img {
	width:32%;
	height:auto;
	float:left;
	margin:0px 1.333% 20px 0px;
}
.page-id-722 .content-left{
	width:100%;
	margin:0px 0% 20px 0px;
}
.page-id-722 .content-right{
	display:none;
}
.content a {
	color: #163260;
}
.content a:hover {
	color:#444;
}
.page-id-17 .content-left li a, .archive .content-left li a, .page-template-page-speeches-home .content-left li a {
	color:#555;
}
.page-id-17 .content-left li, .archive .content-left li, .page-template-page-speeches-home .content-left li{
	background-image:url(img/news-li.png);
	padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}
.page-id-17 .content-left h3{
	border-bottom: solid 1px #ccc;
	padding:10px 0px;
}
.page-id-17 .content-left span, .archive .content-left span, .page-template-page-speeches-home .content-left span{
	color:#163260;
	font-size:13px;
}
.page-id-17 .content-left li a:hover {
	color:#163260;
}
.content-left {
	width:60%;
	float:left;
	margin:0px 5% 0px 0px;
}
.content-left li {
	margin-bottom: 8px;
	background-image:url(img/content-li.png);
	background-position: left 5px;
	padding-left:26px;
	margin-left:0px;
	background-repeat: no-repeat;
	list-style:none;
	background-size:16px auto;
}
.content-left ul {
	padding:0px;
}
.helplist li {
	width:45%;
	float:left;
	margin:0px 5% 8px 0px;
}
.content-right {
	width:35%;
	float:left;
}
.content-right ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.content-right ul li{
	list-style:none;
	margin:0px;
	padding:0px;
}
.downloadsurvery {
	padding:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#fff!important;
	background-color: #ffc20e;
	font-weight:700;
	text-transform:uppercase;
}
.downloadsurvery:hover {
	background-color: #163260;
}
/* Gallery */
.instragam-logo-large {
	width:40px;
	margin:0px 10px 0px 0px;
}
.gallery-list {
	width:100%;
	float:left; 
	margin: 40px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
.gallery-list li {
	width:24%;
	float:left; 
	padding:0px;
	margin:0px 1% 10px 0px;
	list-style:none;
}
.gallery-list li img {
	width:100%;
	height:auto;
}
.instagram-wrapper {
	width:100%;
	float:left;
	padding:50px 5%;
	color:#444;
	background-color:#eee;
}
/* Event */

.event-summary {
	width:100%;
	float:left;
	padding:30px 0px;
	border-bottom:solid 1px #ccc;
}
.event-thumb {
	width:20%;
	height:220px;
	float:left;
	background-color:#eee;
	margin:0px 5% 0px 0px;
}
.eventDate {
	width:100%;
	float:left;
    font-weight: 700;
}
.eventLocation {
	width:100%;
	float:left;
    font-weight: 700;
}
.eventDetails {
	width:70%;
	float:left;
	font-size: 14px;
    line-height: 22px;
}
/* Google Map */

.gmap-wrapper {
	width:100%;
	float:left;
	height:450px;
}
.mapoverlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}
/* footer */
.footer-quick-link {
	font-family: 'Montserrat', sans-serif;
	width:100%;
	float:left;
	height:600px;
	padding:0px 5%;
	text-align:center;
	background-color:#333;
	background-size:cover;
	background-position: center top;
	color:#fff;
	font-size:40px;
	letter-spacing:1px;
	font-weight:700;
	text-transform:uppercase;
	display: table; 
}
.footer-quick-link strong {
	font-size:20px;
	position: relative;
    bottom: -10px;
}
.footer-quick-link a {
	font-size:24px;
	color:#fff;
	background-color:#163260;
	padding:16px 30px;
}
.footer-quick-link a:hover {
	background-color:#ffc20e;
}
.footer-quick-link-inner {
	display: table-cell; 
	vertical-align: middle;
}
.footer {
	width:100%;
	float:left;
	color:#fff;
	position:relative;
	font-size:14px;
	padding: 50px 5%;
	background-color:#163260;
	border-top: solid 5px #ffc20e;
}
.social-links-footer {
    width: 100%;
    top: 30px;
    right: 0px;
    left: 0px;
    position: absolute;
    text-align: center;
}
.social-links-footer img {
	width:26px;
	height:auto;
	float: none;
	margin:10px 0px 6px 20px;
}
.plash {
	float:right;
	color:#fff;
	position: relative;
    z-index: 999;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px) {
	.logo {
		max-width:60px;
		margin:15px 0px 0px 0px;
	}
	h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.wpcf7-form {
		width: 100%;
	}
	.page-banner {
		height: 380px;
	}
	.page-id-2 .page-banner {
		height: 380px;
	}
	img.davidlittle-proud-mp-title {
		max-width: 160px;
		position: absolute;
		left: 5%;
		top: 36%;
	}
	.page-id-2 .davidlittle-proud-mp-title {
		max-width: 160px;
		position: absolute;
		left: 5%;
		top: 26%;
	}
	.desktop {
		display:none;
	}
	div#mc_signup {
		width: 100%;
	}
	.home-email-mobile {
		display:block;
		width: 100%;
		float:left;
		font-size: 18px;
		left: 0%;
		right: 0%;
		text-align: left;
		position: relative!important;
		z-index: 1;
		bottom: none;
		padding: 0px 5% 30px 5%;
		color: #fff;
		background-color: rgba(22, 50, 96, 1);
	}
	.header .social-links {
		
		display:none;
	}
	.david-banner {
		position: absolute;
		bottom: 0px;
		height: auto;
		width: 60%;
		right: 1%;
		z-index: 100;
	}
	.home-social-col {
		width: 100%;
		min-height: 240px;
		padding: 20px;
	}
	.weather-feed h3 {
		font-size: 18px;
	}
	.weather-feed {
		width: 100%;
		height: 260px;
		padding: 20px;
		font-size: 15px;
	}
	.home-speech-link {
		padding: 20px 10%;
		background-color: #222222;
		font-size: 24px;
	}
	.issues-link {
		width: 100%;
		height: 260px;
		font-size: 24px;
		line-height: 24px;
	}
	.issues-link a {
		width: 90%;
		position: absolute;
		bottom: 60px;
		padding: 20px;
	}
	.issues-link strong {
		font-size: 15px;
		bottom: -2px;
	}
	.home-issues-david {
		width: 140px;
		position: absolute;
		bottom: 0px;
		margin-left: 0px;
	}
	.footer-quick-link {
		height: 400px;
		font-size: 30px;
	}
	.footer-quick-link a {
		font-size: 14px;
		padding: 12px 22px;
	}
	.about-left {
		width: 100%;
		height: 300px;
	}
	.about-right {
		width: 100%;
		height: 300px;
	}
	.content-wrapper {
		padding: 40px 5%;
	}
	blockquote {
		font-size: 20px;
		line-height: 26px;
	}
	.content-left {
		width: 100%;
		margin: 0px 0% 0px 0px;
	}
	.about-left span strong {
		font-size: 14px;
		bottom: -2px;
	}
	.play-speech-icon {
		width: 50px;
		bottom: -17px;
	}
	.about-left span, .about-right span {
		width: 90%;
		font-size: 20px;
		line-height:28px;
		position: absolute;
		z-index: 1;
		bottom: 50px;
		height: 100px;
		padding: 0px 20px 0px 20px;
	}
	.about-left span {
		height: 120px;
	}
	.download-speech-icon {
		float: right;
		width: 40px;
		position: relative;
		bottom: 0px;
	}
	.content-right {
		width: 100%;
	}
	.social-links-footer {
		width: 100%;
		top: 0px;
		position: relative;
		margin:20px 0px;
	}
	.footer-quick-link {
		height: 400px;
		padding: 0px 5%;
		font-size: 28px;
	}
	.footer-quick-link strong {
		font-size: 16px;
		position: relative;
		bottom: -5px;
	}
	.footer {
		padding: 30px 5%;
		text-align:center;
	}
	.plash {
		width:100%;
		float: left;
		text-align:center;
	}
	.office-locations {
		width:100%;
		margin:0px 0% 10px 0px;
	}
	hr {
		border: 0;
		width: 100%;
		float: left;
		border-top: 1px solid #ccc;
	}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
