/*
	Theme Name: Finnegans Restaurant & Bar
	Theme URI: http://www.finnegansrestaurant.com
	Description: Finnegans WordPress Theme
	Version: 1.0
	Author: CloveRock Design (@cloverockdesign)
	Author URI: http://www.cloverockdesign.ie
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    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 element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 15px/26px "proxima-nova" , sans-serif;
	color:#444;
    background:url(img/bg.jpg) top center no-repeat fixed #0e0e0e;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after, .clr{
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
    height:auto;
}
a {
	color:#444;
	text-decoration:none;
    transition: all 400ms ease-in-out 0s;
}
a:hover { 
	color:#444;
    transition: all 400ms ease-in-out 0s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.clr {
    clear:both;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1270px;
	width:100%;
	margin:0 auto;
	position:relative;
    background:#fff;
    min-width:320px;
}
.topbar {
    max-width:1270px;
    padding:0px 100px;
    width:100%;
    margin:0 auto;
    height:70px;
	font:300 15px/70px "proxima-nova" , sans-serif;
}
.topleft {
    width:50%;
    float:left;
    color:#b57b5c;
}
.topleft i {
    color:#fff;
    font-size:26px;
    margin:0px 0px -5px 5px;
}
.topright {
    width:50%;
    float:right;
    text-align:right;
    color:#fff;
}
.topright strong, .topright a {
    color:#b57b5c;
}
/* header */
.header {
    width:100%;
    max-width:1270px;
    position:relative;
    height:170px;
    border-bottom:1px solid #eaeaea;
}
.home header {
    border-bottom:0 none !important;
}

/* logo */
.logo {

}
.logo-img {
   width:220px;
   position:absolute;
   height:auto;
   top:60px;
   left:100px;
}
/* nav */
.nav {
  position: absolute;
  right: 90px;
  top: 50px;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
   text-align:center;
   min-width:320px;
   margin:0px auto;
   padding:40px 0px 160px 0px;
   color:#fff;
   font:300 12px/20px "proxima-nova" , sans-serif;
}
.footer i {
   color:#b57b5c;
   font-size:22px;
   margin-right:15px;
}
.footer a { 
   color:#fff;
}
.ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
   border-top:0px !important;
}

    .google-maps {
        position: relative;
        padding-bottom: 60%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
        max-width:570px;
        margin:30px auto 0px auto;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


   
.extra-front {
   text-align:left !important
}

.room-intro {
   max-width:600px;
   padding:70px 20px 40px 20px;
   margin:0px auto;
   text-align:center;
}
.room-intro h1 {
    font: 300 28px/26px "georgia",serif;
    letter-spacing: 1px;
    margin: 0 0 30px 0;
}
/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
.splash {
   width:100%;
   max-width:1270px;
   margin:0px auto;
   padding:0px 50px;

}
.splash-rest {
   background:url(img/restaurant.jpg) center center no-repeat;
   display:inline-block;
   float:left;
   height:400px;
   width:65%;
   max-width:770px;
   margin:0px 1.3% 0px 0px;
   position:relative;
}
.splash-bar  {
   background:url(img/bar.jpg) center center no-repeat;
   display:inline-block;
   float:left;
   height:400px;
   width:16.2%;
   max-width:190px;
   margin:0px 1.3% 0px 0px;
   position:relative;
}
.splash-menus {
   background:url(img/menus.jpg) center center no-repeat;
   display:inline-block;
   float:left;
   width:16.2%;
   height:400px;
   max-width:190px;
   margin:0px;
   position:relative;
}
a.splash-link {
   width:100%;
   height:400px;
   position:absolute;
   top:0px;
   left:0px;
   display:block;
}
.location-strip {
   width:100%;
   background:url(img/loc_bg.jpg) center center no-repeat #341401;
   color:#fff;
   font:300 22px/26px "proxima-nova" , sans-serif; 
   text-align:center;
   padding:75px 25px;
   text-transform:uppercase;
}
.location-strip strong {
   font:300 30px/26px 'georgia' , serif;  
   color:#b57b5c;
   text-transform:lowercase;
}
.catering-strip {
   width:100%;
   background:url(img/catering.jpg) center center no-repeat #341401;
   color:#fff;
   font:300 22px/26px "proxima-nova" , sans-serif; 
   text-align:center;
   padding:75px 25px;
   text-transform:uppercase;
}
.catering-strip a {
   color:#fff;
}
.catering-strip strong {
   font:300 30px/26px 'georgia' , serif;  
   color:#b57b5c;
   text-transform:lowercase;
}
 
.splash-text {
    position:absolute;
    text-align:center;
    display:block;
    width:100%;
    top:40%;
    left:0px;
   font:300 32px/32px "proxima-nova" , sans-serif; 
     color:#fff;
     letter-spacing:1px;
     text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
    pointer-events: none;
}
.splash-text span {
     display:block;
   font:300 28px/26px 'georgia' , serif;       
}
.home article.post-2  img, article.post-5  img {
     width:41.5%;
     float:right;
     margin:0px 0px 0px 7.5%;
}
article.post-2, article.post-5 {
     text-align:right;
}
.home article.extra-front {
     text-align:left;
}
article.extra-front img {
     width:41.5%;
     float:left;
     margin:0px 6.5% 0px 0px;
}
.text-wrap {
     overflow:hidden;
}
.home article#post-2, article#post-5 {
    max-width:770px;
    padding:70px 0px;
    margin:0px auto;
    text-align:right !important;
}
article#post-142 {
    max-width:710px;
    padding:20px 20px 70px 20px;
    margin:0px auto;
    text-align:right !important;
}
article.post-142 img {
  float: right;
  margin: 0 0 0 7.5%;
  width: 48.5%;
}
.home h1 {
   font:300 28px/26px 'georgia' , serif;   
   margin:20px 0px 20px 0px;
   letter-spacing:1px;
} 
.home h2 {
   font:300 26px/24px 'georgia' , serif;   
   margin:20px 0px 20px 0px;
   letter-spacing:1px;
} 
.home h1 strong, .home h2 strong {
   color:#b57b5c;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page article {
    max-width:870px;
    padding:70px 50px;
    margin:0px auto;
    text-align:center;

}
.page-id-142 article {
    max-width:690px;
    padding:70px 20px;
}
.page-id-142 article.extra-front img {
  float: left;
  margin: 0 6.5% 0 0;
  width: 48.5%;
}
.page-id-9 article, .page-id-11 article {
    max-width:720px;
}
.restaurant-strip {
    background:url(img/rest_bg.jpg) center center no-repeat;
    color:#fff;
}
.strip-text {
    max-width:870px;
    width:100%;
    padding:70px 50px;
    margin:0px auto;
    text-align:center;
}
.strip-text h2 {
    color: #fff;
    font: 300 22px/26px "proxima-nova",sans-serif !important;
}
.strip-text h2 strong {
    color: #b57b5c;
    font: 300 30px/26px "georgia",serif;
    text-transform: lowercase;
    margin:0px 5px;
}
.strip-link {
    color:#fff;
    border:2px solid #fff;
    margin:50px auto 0px auto;
    width:230px; 
    display:block;
    height:50px;
    font: 700 16px/46px "proxima-nova",sans-serif; 
    letter-spacing:2px;
} 
.strip-link:hover {
    color:#0e0e0e;
    background:#fff;
}
.contact-box {
    background:url(img/form_bg.jpg) center center;
    padding:60px 0px 50px 0px;
}
#contactform {
    margin: 0px auto 0;
    max-width: 450px;
    padding: 0 20px;
}
#contactform input {
    border: 1px solid #ccc;
    display: block;
    height: 50px;
    margin: 0 0 10px;
    padding: 0 30px;
    width: 100%;
}
#contactform textarea {
    border: 1px solid #ccc;
    display: block;
    height: 150px;
    margin: 0 0 10px;
    padding: 10px 30px;
    width: 100%;
}
#contactform label {
    display: block;
    height: 40px;
    line-height: 30px;
    margin: 0px;
    text-align: center;
    color:#fff;
}
.wpcf7-submit {
    border: 2px solid #fff !important;
    color: #fff;
    display: block;
    font: 700 16px/46px "proxima-nova",sans-serif;
    height: 50px;
    background:0 none;
    letter-spacing: 2px;
    margin: 50px auto 0 auto !important;
    width: 230px !important;
} 
.wpcf7-submit:hover {
    background: #fff none repeat scroll 0 0 !important;
    border: 2px solid #fff !important;
    color: #2d2d2d !important;
    transition: all 400ms ease-in-out 0s;
}
div.wpcf7-response-output {
    margin: 10px auto 0 !important;
    max-width: 450px !important;
    width: 90% !important;
    color:#fff;
    text-align:center;
}
div.wpcf7-validation-errors {
    border: 2px solid #fff !important;
}
span.wpcf7-not-valid-tip {
  color: #2d2d2d;
  display: block;
  font-size: 12px;
  left: 10px;
  margin: 0 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: 26px;
  width: 300px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #b57c5c !important;
}
.page-template-contact-page .extra-front {
    max-width:670px !important;
    text-align:center !important;
}
.post-7 a {
    font: 300 18px/24px "proxima-nova",sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
}
    
.post-7 a::before {
    color: #d88124;
    content: "\f019";
    font-family: "FontAwesome";
    margin: 0 10px 0 0;
}

.functions-strip {
    background:url(img/functions.jpg) center center;
    color:#fff;
}
.team-strip {
    background:url(img/team.jpg) center center;
    color:#fff;
}  

.page-id-142 main ul {
    list-style:none;
    padding:0px;
    margin:0px;
}
.page-id-142 main li {
    margin:0px 0px 10px 0px;
}
.page-id-142 main li::before {
    color: #b57b5c;
    content: "\f05d";
    font-family: "FontAwesome";
    margin: 0 10px 0 0;
    font-size:17px;
}
.page-id-142 main h2 {
    font: 300 28px/26px "georgia",serif;
    letter-spacing: 1px;
    margin: 30px 0 20px 0;
}
/*------------------------------------*\
    SPECIALS
\*------------------------------------*/

.specials {
   padding:50px;
   min-height:120px;
   background:url(img/specials_bg.jpg) center center;
   position:fixed;
   bottom:0px;
   left:0px;
   width:100%;
   font:300 18px/20px 'georgia' , serif;   
   color:#2d2d2d;
   text-align:center;
}
.specials span {
    font: 300 16px/20px "proxima-nova",sans-serif;
    text-transform:uppercase;
    color:#fff;
    margin:0px 10px;
}
.specials .sep {
    color:#2d2d2d;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.page-template-default h1, .page-template-about-page h1, .page-template-contact-page h1 {
   font:300 28px/26px 'georgia' , serif;   
   margin:20px 0px 20px 0px;
   letter-spacing:1px;

} 
.page-template-default h2, .page-template-about-page h2, .page-template-contact-page h2 {
   font:300 28px/26px 'georgia' , serif;   
   margin:20px 0px 20px 0px;
   letter-spacing:1px;

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

.taptap-by-bonfire ul li a {
   color:#fff;
}
.taptap-by-bonfire ul li.current-menu-item a {
   color:#b57b5c;
}
.taptap-menu-button-three::after, .taptap-menu-button-three::before, .taptap-menu-button-three div.taptap-menu-button-three-middle::before {
  background-color: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 1270px) {
.nav {
    display:none;
}
.header {
  height:140px;
}
.logo-img {
  left: 50%;
  margin-left:-110px;
  top:45px;
}
.topbar {
  height: 0px;
  margin: 0 auto;
  padding: 0px;
}
.specials {
   padding:50px;
   min-height:120px;
   background:url(img/specials_bg.jpg) center center;
   position:relative;
   bottom:auto;
   left:auto;
   width:100%;
}
.footer {

  padding: 40px 0 40px;

}
}
@media only screen and (min-width: 801px) and (max-width: 1270px) {
.topright {
   position:fixed;
   top:0px;
   right:50px;
   z-index:999999;
}
.taptap-menu-button-wrapper {
  left: 39px;
}
.specials span { 
   display:block;
   margin:10px auto;
   text-align:center;
}
.specials .sep {
   display:none;
}
}

@media only screen and (min-width: 801px) and (max-width: 1000px) {
.splash-rest {
   background:url(img/restaurant.jpg) center center no-repeat;
   display:inline-block;
   float:left;
   height:400px;
   width:56%;
   max-width:770px;
   margin:0px 2% 0px 0px;
}
.splash-bar  {
   background:url(img/bar.jpg) center center no-repeat;
   display:inline-block;
   float:left;
   height:400px;
   width:20%;
   max-width:190px;
   margin:0px 2% 0px 0px;
}
.splash-menus {
   background:url(img/menus.jpg) center center no-repeat;
   display:inline-block;
   float:left;
   width:20%;
   height:400px;
   max-width:190px;
   margin:0px;
}

}


@media only screen and (min-width: 481px) and (max-width: 800px) {
    
.splash {
   padding:0px 20px;

}
.specials span { 
   display:block;
   margin:10px auto;
   text-align:center;
}
.specials .sep {
   display:none;
}
.extra-front {
   text-align:center !important;
}
.page article {
    max-width:570px !important;
    padding:70px 50px;
    margin:0px auto;
    text-align:center;

}
.home article#post-2, article#post-5 {
    text-align:center !important;
    padding:70px 20px;
}
article#post-142 {
    text-align:center !important;
    padding:20px 20px 50px 20px;
}
.splash-rest {
   background:url(img/restaurant.jpg) center center no-repeat;
   display:block;
   float:none;
   height:300px;
   width:100%;
   max-width:770px;
   margin:0px 0px 10px 0px;
}
.splash-bar  {
   background:url(img/bar-sm.jpg) center center no-repeat;
   display:inline-block;
   float:left;
   height:300px;
   width:49%;
   max-width:400px;
   margin:0px 2% 0px 0px;
   background-size: auto 100% !important;
}
.splash-menus {
   background:url(img/menus-sm.jpg) center center no-repeat;
   display:inline-block;
   float:left;
   width:49%;
   max-width:400px;
   height:300px;
   margin:0px;
   background-size: auto 100% !important;
}
a.splash-link {
   height:300px;
}
.catering-strip br {
    display:none;
}
.topright {
   width:80%; 
   position:fixed;
   top:0px;
   right:20px;
   z-index:999999;

}
.taptap-menu-button-wrapper {
  left: 9px;
}

.home article {
    max-width:580px;
    width:100%;
    padding:70px 50px;
    margin:0px auto;
    text-align:center !important;
}
article img {
    float:none !important;
    width:100% !important;
    max-width:480px;
    margin:0px auto 30px auto !important;
}
.page article {
    max-width:870px;
    padding:70px 20px;
    margin:0px auto;
    text-align:center;
}
.strip-text {
    padding:70px 20px;
}
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
    
.splash {
   padding:0px 20px;

}
.home article#post-2, article#post-5 {
    text-align:center !important;
    padding:70px 20px;
}
article#post-142 {
    text-align:center !important;
    padding:0px 20px 50px 20px;
}
.specials span { 
   display:block;
   margin:10px auto;
   text-align:center;
}
.specials .sep {
   display:none;
}
.splash-rest {
   background:url(img/restaurant.jpg) center center no-repeat;
   display:block;
   float:none;
   height:200px;
   width:100%;
   max-width:770px;
   margin:0px 0px 10px 0px;
}
.extra-front {
   text-align:center !important;
}
.splash-bar  {
   background:url(img/bar-sm.jpg) center center no-repeat;
   display:inline-block;
   float:left;
   height:200px;
   width:48%;
   max-width:400px;
   margin:0px 4% 0px 0px;
   background-size: auto 100% !important;
}
.splash-menus {
   background:url(img/menus-sm.jpg) center center no-repeat;
   display:inline-block;
   float:left;
   width:48%;
   max-width:400px;
   height:200px;
   margin:0px;
   background-size: auto 100% !important;
}
a.splash-link {
   height:200px;
}
.splash-text {
    top:35%;
}
.catering-strip br {
    display:none;
}
.location-strip strong {
    display:block;
}
.topleft {
    display:none;
}
.topright {
   width:80%;  
   position:fixed;
   top:0px;
   right:20px;
   z-index:999999;

}
.taptap-menu-button-wrapper {
  left: 9px;
}
.home article {
    max-width:580px;
    width:100%;
    padding:70px 50px;
    margin:0px auto;
    text-align:center !important;
}
article img {
    float:none !important;
    width:100% !important;
    margin:0px auto 30px auto !important;
}
.page article {
    max-width:870px;
    padding:70px 20px;
    margin:0px auto;
    text-align:center;

}
.strip-text {
    padding:70px 20px;
}
}

/*------------------------------------*\
	FORMS
\*------------------------------------*/
.form-wrap {
  background: #2a7dc0 none repeat scroll 0 0;
  color: #fff;
  padding: 0 0 80px 0;
  text-align: center;
}
.form-box {
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
  position: relative;
  width: 90%;
}
.form-sep {
	 padding:10px 0px 5px 0px;
	 text-align:center;
	 font:400 30px/30px "proxima-nova", sans-serif;
	 color:#fff;
		margin:0px 0px 20px 0px;
		text-transform:lowercase;
}
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}
ul.gform_fields {
   list-style:none;
	 padding:0px;
	 margin:0px;
}
.gform_wrapper {
  margin: 0 auto;
  padding: 0px;
  position: relative;
	width:90%;
	max-width:560px;
}
.form-box .gform_wrapper {
  width:100% !important;
}
.gform_wrapper {
  margin: 0 auto;
  padding: 0px;
  position: relative;
	clear:both;
	color:#fff;
}
article .gform_confirmation_message {
  background: #19223e none repeat scroll 0 0;
  margin: 10px 0 0;
  padding: 20px;
  position: relative;
	clear:both;
	color:#fff;
}
#gform_wrapper_5 {
    margin:0px !important;
}
#gform_wrapper_3 {
    margin:0px !important;
}
.gform_fields input.large, .gform_fields input.medium, .gform_fields select.large, .gform_fields select.medium{
    border: 1px solid #ccc;
    border-radius: 0 !important;
    font: 400 18px/18px "proxima-nova",sans-serif;
    height: 60px;
    padding: 20px 15px 0 15px;
    width: 100% !important;
}
.gform_fields textarea.large, .gform_fields textarea.medium {
    border: 1px solid #ccc;
    border-radius: 0 !important;
    font: 400 18px/18px "proxima-nova",sans-serif;
    height: 200px;
    padding: 40px 15px 0 15px;
    width: 100% !important;
}
li.gfield {
    position:relative;
		margin:0px 0px 13px 0px;
		clear:both;
}
li.gfield label {
    color: #6b6b6b;
    font: 400 13px/14px "proxima-nova",sans-serif;
    left: 15px;
    position: absolute;
    top: 12px;
    z-index: 99;
}
li.gf_left_half {
    float:left;
		width:49%;
		margin:0px 2% 13px 0px;
		clear:none;
		min-height:60px;
}
li.gf_right_half {
    float:left;
		clear:none;
		width:49%;
		margin:0px 0px 13px 0px;
		min-height:60px;
}
.validation_error {
    text-align:center;
		color:#f4925e;
    font: 400 20px/18px "proxima-nova",sans-serif;
    padding:0px 0px 20px 0px;
		text-transform:lowercase;
}
.validation_message {
    color:#f4925e;
		text-transform:lowercase;
		padding:5px 0px 0px 15px;
		text-align:left !important;
}
.gform_wrapper .gform_button {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font: 700 16px/46px "proxima-nova",sans-serif;
  height: 50px;
  letter-spacing: 2px;
  margin: 30px auto 0;
  width: 230px;
	background:transparent;
	text-transform:uppercase;
    transition: all 400ms ease-in-out 0s;
}
.gform_wrapper .gform_button:hover {
  border: 2px solid #fff;
  color: #2d2d2d;
  background:#fff;
}
.gform_body h2, .enterreg h2 {
    font: 400 22px/20px "proxima-nova",sans-serif;
		text-transform:uppercase;
    margin:0px 0px 20px 0px;
		padding:15px 0px 0px 0px !important;
		color:#fff;
		text-align:center;
}


#input_3_6, #input_3_7, #input_3_8 {
    background:#ccc !important;
}

#field_3_7 .validation_message, #field_3_8 .validation_message {
    display:none;
}
#field_3_11 {
    margin:30px 0px 25px 0;
    padding: 0;
}
.gform_anchor {
    display: block;
    position: absolute;
    top: -20px;
}

#gform_submit_button_1.single_add_to_cart_button {
 border: 2px solid #fff;
    border-radius: 99px;
    color: #fff;
    display: block;
		padding:0px !important;
		background:#2a7dc0;
    font: 700 19px/66px "proxima-nova",sans-serif !important;
    height: 70px;
    letter-spacing: 2px;
    margin: 50px auto 0 !important;
    max-width: 270px;
    text-align: center;
    width: 90%;
		float:none !important;
}
#gform_submit_button_1.single_add_to_cart_button:hover {
 border: 2px solid #fff;
    background:#fff;
    color: #2d2d2d;
}

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

li.gf_left_half {
    float:none;
		width:100%;
		margin:0px 0px 13px 0px;
}
li.gf_right_half {
    float:none;
		width:100%;
		margin:0px 0px 13px 0px;
}
}


/*------------------------------------*\
    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;
	}
}