/*
Template Name: Yellow Blog
Template URI: http://www.wpfreeware.com/yellow-blog/
Author: WpFreeware
Author URI: http://www.wpfreeware.com
Description: A Pro bloging responsive website template
Version: 1.0 
License: GPL 2.0 or Later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Yesteryear);

*{margin:0;padding:0}
body{font-family:Arial;
    font-size:14px;line-height:20px}

a{text-decoration:none;color:#F8F8FF;}
a:hover{text-decoration:underline;}
input[type=text],input[type=password],input[type=submit],textarea{border:1px solid #ddd;padding:5px;outline:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;margin:0 0 15px;font-family: 'Open Sans', sans-serif;}
h2 {font-size:25px;line-height:30px}

sup {vertical-align: baseline; position: relative; top: -0.4em; font-size: smaller;}
b {font-weight: bold;}
i {font-style: italic;}

img {
  display: block;	
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.alignleft{float:left;margin-right:10px}	
.aligncenter{display:block;margin:10px auto}	
.alignright{float:right;margin-left:10px}	

.floatleft{float:left}
.floatright{float:right}

.wrapper{width:1020px;display:block;margin:0 auto}
.clearfix{overflow:hidden}

.shift {
  padding-left: auto;
  padding-right: auto;
}

ul,ol{margin:0;padding:0;list-style:none;}

#nav {font-weight:bold;}

#selectnav1{display:none;}

/* home page style */
#header_area{background-image: url(../images/beer-droplets1.jpg); background-repeat: no-repeat; background-attachment: scroll; padding-bottom: 0.5px;}

#content_area{background: url("images/body_top_bg.png") repeat-x scroll center top #fff; padding-top: 25px;}

#filler_area{background: none repeat scroll 0 0 #171716; padding: 2.5px 0; border-top: 5px solid #b31328;}

#footer_bottom_area{padding:30px 0px; background-image: url(../images/beer-droplets1.jpg); background-repeat: no-repeat; background-attachment: scroll;}

.header_top {padding: 20px 0px 0px; position: relative; text-align:center; color:#cbb26a; margin-bottom: 20px;}

.strapline {position: absolute; top: 85%; left: 50%; font-size:18px; font-weight:bold; transform: translate(-50%, -50%); color:#cbb26a;}

#more {display: none;}

/* home page style 
.logo{}
.logo a{}
.logo a h1
{color: #823f3f;
font-size: 50px;
font-weight: bold;
line-height: 52px;
text-transform: uppercase;
text-shadow: 1px 2px #FF0000;
font-family: 'Montserrat', 'Open Sans', 'sans-serif';
font-weight: 900px;
-webkit-text-size-adjust: none;
}
*/

/* 
.logo a h1 span{color: #ffd500;}
 */

.logo a:hover{text-decoration:none;}

.header_bottom{background: none repeat scroll 0 0 #b31328;
min-height: 30px;
padding: 10px;}
/* dropdown menu*/
.header_bottom ul{list-style: none outside none;
margin: 0;
padding: 0;}
.header_bottom ul li{float: left;position:relative;}
.header_bottom ul li a{display: block;
font-family: font-family: 'Open Sans', sans-serif;
font-size: 15px;
padding: 5px 19px;}
.header_bottom ul li a:hover{background:#000 url(images/menu_item.png) no-repeat scroll left center;
-webkit-transition: background 300ms ease-in;
-moz-transition: background 300ms ease-in;
-ms-transition: background 300ms ease-in;
-o-transition: background 300ms ease-in;
transition: background 300ms ease-in;}
/* dropdown menu 2nd level*/
#dropdown{background: url("images/down.png") no-repeat scroll right 8px rgba(0, 0, 0, 0);
padding-right: 2px;}
.header_bottom ul li ul{background: none repeat scroll 0 0 #b31329;
left: -99999px;
position: absolute;
z-index: 1000;
transition: all .3s ease 0s;-moz-transition: all .3s ease 0s;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;-ms-transition: all .3s ease 0s;}
.header_bottom ul li:hover ul{left:0px;top:30px}
.header_bottom ul li ul li{width:200px;border-bottom:1px solid #ddd}
.header_bottom ul li ul li:last-child{border-bottom:0px;}
.header_bottom ul li ul li a{padding:10px;}
.header_bottom ul ul li a:hover{background:#330033 url(images/menu_item.png) no-repeat scroll left center;
-webkit-transition: background 300ms ease-in;
-moz-transition: background 300ms ease-in;
-ms-transition: background 300ms ease-in;
-o-transition: background 300ms ease-in;
transition: background 300ms ease-in;
padding-left:15px;
transition: all .3s ease 0s;-moz-transition: all .3s ease 0s;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;-ms-transition: all .3s ease 0s;}

.slider img {width: 100%;}

.slider .img-wrapper {
    display: flex;
}
.slider .img-wrapper > div {
    position: relative;
}

.slider .caption {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    background-image: url("images/slider_bg.png");
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.main_content_area{}

.main_content{width: 690px;
margin-right: 10px;}

.content{margin-top: 50px;}
.content_title {background: url("images/latest_post_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 73px;
margin-bottom: 15px;}
.content_title  h2{color: #fff;
font-size: 16px;
margin-bottom: 0;
padding: 8px;
text-transform: uppercase;}
.single_content{margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 3px solid #E7E7E7;}
.single_content:last-child{border-bottom:none;}

.post_date{background: none repeat scroll 0 0 #c3c3c3;
margin-right: 10px;
padding: 5px;}
.post_date .date{border: 1px solid #ddd;
padding: 10px;
text-align: center;}
.post_date h3{font-size: 36px;
font-weight: bold;
margin-bottom: 5px;
margin-top: 5px;text-align:center;}
.post_date p{font-size: 14px;
font-family: 'Open Sans', sans-serif;}

.post_detail{}
.post_detail > a{background: no-repeat scroll 130px 4px #b31328;
display: block;
font-family: 'Open Sans', sans-serif;
margin-top: 10px;
padding: 5px 10px;
width: 140px;float:right;}
.post_detail > a:hover{font-family: 'Open Sans', sans-serif;}
.post_detail h2{font-size: 20px; margin-bottom: 10px;}
.post_detail h2 a{color:#b31328; line-height: 22px;}

.post_excerpt{}
.post_excerpt img{float: left;
margin-right: 10px;
width: 220px;
height: 150px;}
.post_excerpt p {color: #333;}

.sidebar_container{background: none repeat scroll 0 0 #fff;
width: 300px;}
.sidebar{}
.single_sidebar > h2{}
.single_sidebar{background: url("images/slider_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);padding: 10px;margin-bottom:25px;}

.sidebar_title{background: url("images/title_down.png") no-repeat scroll 12px 45px rgba(0, 0, 0, 0);
height: 73px;margin-bottom:15px;}
.sidebar_title > h2{background: none repeat scroll 0 0 #222222;
color: #fff;
font-size: 16px;
margin-left: -10px;
margin-top: -10px;
padding: 8px 10px;
text-transform: uppercase;
width: 100%;}

/*special feature posts in index*/
.sidebar_title1{background: url("images/title_down.png") no-repeat scroll 12px 45px rgba(0, 0, 0, 0);
height: 73px;margin-bottom:15px;}
.sidebar_title1 > h2{background: none repeat scroll 0 0 #b31328;
color: #fff;
font-size: 16px;
margin-left: -10px;
margin-top: -10px;
padding: 8px 10px;
text-transform: uppercase;
width: 100%;}

/*latest recomendation post in index
.sidebar_title2{background: url("images/title_down.png") no-repeat scroll 12px 45px rgba(0, 0, 0, 0);
height: 73px;margin-bottom:15px;}
.sidebar_title2 > h2{background: none repeat scroll 0 0 #808080;
color: #fff;
font-size: 16px;
margin-left: -10px;
margin-top: -10px;
padding: 8px 10px;
text-transform: uppercase;
width: 100%;}
*/

/*popular post*/
.single_sidebar .popular_post ul{}
.single_sidebar .popular_post ul li{}
.single_sidebar .popular_post ul li a{display: block;
background: #fff;
padding: 10px;
margin-bottom: 10px;
color: #b31328;
font-size: 16px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
box-shadow: 1px 4px 3px -2px #DDDDDD;
-webkit-box-shadow: 1px 4px 3px -2px #DDDDDD;
-moz-box-shadow: 1px 4px 3px -2px #DDDDDD;
-o-box-shadow: 1px 4px 3px -2px #DDDDDD;}
.single_sidebar .popular_post ul li a:hover{background:#ddd;
-webkit-transition: background 300ms ease-in;
-moz-transition: background 300ms ease-in;
-ms-transition: background 300ms ease-in;
-o-transition: background 300ms ease-in;
transition: background 300ms ease-in;}

/*Category*/
.single_sidebar .cat-item {background: none repeat scroll 0 0 #454545;
color: #ffd500;
font-weight: bold;
margin-bottom: 5px;
padding: 5px;
text-align: right;}
.single_sidebar .cat-item a{color: #ddd;
display: inline-block;
font-weight: normal;
width: 80%;
text-align: left;
float: left;}
.single_sidebar .cat-item a:hover{color:#000;text-decoration:none;}
.single_sidebar .cat-item:hover{color:#000;background:#FFD500;
-webkit-transition: background 300ms ease-in;
-moz-transition: background 300ms ease-in;
-ms-transition: background 300ms ease-in;
-o-transition: background 300ms ease-in;
transition: background 300ms ease-in;}

/*default sidebar list item*/
.single_sidebar > ul{}
.single_sidebar > ul li{margin-bottom: 10px;
padding: 5px;
background: #fff;}
.single_sidebar > ul li a{}
.single_sidebar > ul li a:hover{text-decoration:underline;}
.footer_bottom{}
.copyright{font-family: 'Open Sans', sans-serif;  color: #000; font-size: 12px;}
.copyright span{color: #823f3f;}

.social{}
.social ul{}
.social ul li{float: left;}
.social ul li a{
display: block;
padding: 10px;}

/* Home page style */

.content h1{font-size: 25px;line-height: 30px;}
.content h2,.content h3,.content h4,.content h5,.content h6{font-size: 16px;}
.content ul{margin-left: 30px;}
.content ul li{margin-bottom:5px;color:#222;}
.content ul li a{color: #222;
display: block;
padding: 5px;}
.content ul li a:hover{text-decoration:underline;font-weight:bold;}
.btn{display: inline-block;
padding: 8px 14px;
background: #FFD500;
margin: 15px 5px 15px 0px;
font-family: font-family: 'Open Sans', sans-serif;}
.btn:hover{background:#F1B215}

/*=========================
CONTENT
===========================*/

.container {
  padding: 131px 0 100px 0;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400px;
  -webkit-text-size-adjust: none;
  color: #5f5e4e;
}

.container a {
  font: inherit;
  color:#b31328;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.container img {
  padding-bottom: 30px;
  padding-top: 5px;
}

.container a:active {
  background: transparent;
}

.container p a:hover {
  text-decoration: underline;
}

/*===================
     FORMATTING
===================*/
p {font-weight:normal;margin:0 0 15px;font-family: 'Open Sans', sans-serif; font-size:15px;line-height:22px;}

hr {margin-top:30px; margin-bottom:10px; color: #878f99;}

.narrow75 {width:75%;}
.narrow60 {width:60%;}
.narrow50 {width:50%;}
.narrow40 {width:40%;}
.narrow30 {width:30%;}
.small {max-width:20%; max-height:20%;}
.small-narrow40 {max-width:20%; max-height:20%;}
.small-gap {max-width:40%; max-height:40%; margin-bottom: 75px;}

.center {text-align: center;}
.italic {font-style: italic;}
.bold {font-weight: bold;}
.gap {padding-bottom: 20px;}
.doublegap {padding-bottom: 40px;}
.left-align {text-align: center;}
.indent {margin-left: 15px;}
.doubleindent {margin-left: 30px;}
.margin-top10 {margin-top: 10px;}
.underline {text-decoration:underline;}
.postscript {font-size: 1em; line-height: 1.5em; color: #2F4F4F; font-style: italic; margin-bottom: -50px;}
.superscript {vertical-align: baseline; position: relative; top: -0.4em; font-size: smaller;}
.gold {color: #DAA520;}
.latest {font-size: 1.2em; line-height: 1.5em; margin-bottom: 40px; text-align: center;}
.latest a {color: #2F4F4F;}

.double-underline:after, .double-underline:before{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  background-color:black;
  display: block;
  height: 1px;
}
.double-underline:after {
   bottom: -1px;
}
.double-underline:before {
   bottom: -5px;
 }

iframe {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 0;
}

.update {
	display: block;
	color: #444;
	width: 220px;
	float: right;
	border: 1px solid #ddd;
	background-color: #fff;
	margin: 10px;
	padding: 5px 5px 5px 10px;
	box-shadow: 6px 5px 3px hsla(0,0%,0%,.2);
}

#list_update {
	display: block;
	color: #444;
	width: 220px;
	float: right;
	border: 1px solid #ddd;
	background-color: #fff;
	margin: 10px;
	padding: 5px 5px 5px 10px;
	box-shadow: 6px 5px 3px hsla(0,0%,0%,.2);
	text-align: center;
}

#list_update li {
	list-style: square;
	margin-left: 15px;
	text-align: left;
}

#nested_list_update {
	text-align: left;
}

#nested_list_update li {
	list-style: circle;
	margin-left: 30px;
}

#list_selection {
	margin-bottom: 10px;
}

#list_selection li {
	list-style: square;
	margin-left: 30px;
}

#nested_list_selection1 {
	margin-bottom: 25px;
}

#nested_list_selection1 li {
	list-style: circle;
	margin-left: 15px;
}

#nested_list_selection2 {
	margin-bottom: 10px;
}

#nested_list_selection2 li {
	list-style: none;
	font-style: italic;
	margin-left: -2.5px;
}

#nested_list_selection3 {
	margin-bottom: 10px;
}

#nested_list_selection3 li {
	list-style: circle;
	margin-left: 60px;
}

#list_selection_numbered {
	margin-bottom: 10px;
}

#list_selection_numbered li {
	list-style-type: decimal;	
	margin-left: 30px;
}

/*=========================
First Header
===========================*/

.container h1 {
	text-align: center;
	font-size:70px;
	line-height: 82px;
	color: #823f3f;
	font-weight:normal;
	margin-top: -40px;
	margin-bottom: 40px;
}

/*=========================
Second Header
===========================*/

.container h2 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  line-height: 62px;
  font-weight: 300;
  color: #b31328;
}

.container h2 em {
  text-align: center;
  display: block;
  font-family: 'Yesteryear', cursive;
  font-size: 50px;
  line-height: 62px;
  font-weight: 400;
  margin-top: -60px;
}

/*=========================
Sixth Header
===========================*/

.container h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28.5px;
  line-height: 29px;
  font-weight: 400;
  text-align: center; 
  padding-top: 20px;
  padding-bottom: 20px;
  color: #b31328;
}

/*
color: #393328;
*/

/*=========================
Fourth Header
===========================*/

.container h4 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 37px;
  line-height: 42px;
  color: #823f3f;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container h4 em {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 37px;
  line-height: 42px;
  color: #b31328;
}

/*=========================
Fifth Header
===========================*/

.container h5 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;  
  font-size: 32px;
  line-height: 35px;
  padding-top:35px;  
  padding-bottom:10px;
  color: #823f3f;
}

/*=========================
Third Header
===========================*/

h6 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;  
  font-size: 42px;
  padding-top:40px;  
  padding-bottom:10px;
  color: #823f3f;
}

.container h6 {
	font-size:42px;
	color: #823f3f;
	line-height: 45px;
	font-weight:normal;
	margin-bottom: 20px;
}

/*========================
a {
  font: inherit;
  color:#00f;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
==========================*/

/*==================      Well     ======================*/

.well {
  display: block;
}
.well__offset-3 {
  padding: 5px 0 5px 0;
}
.well__offset-3 img {
  margin-top: 5%;
}
.well__offset-1 {
  padding: 0;
}
.well__offset-1 img {
  margin-top: 0;
}

/*===================
        OTHER
===================*/

* + .row {
  margin-top: 80px;
}

.box-1 .img {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}
* + .box-1 {
  margin-top: 65px;
}
.box-1 * + p {
  margin-top: 1px;
}
.box-1 * + h3 {
  margin-top: 19px;
}

/*==================   Grid system    ======================*/
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
    padding: 10px;
}
.grid-item {
  border: none;
  padding: 20px;
  font-size: 30px;
  text-align: center;
}
.grid-item img {
  width: 100%;
  height: auto;
}

/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  border-style: solid;
  border-color: #fff;
  overflow: hidden;
  background: url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  filter: alpha(opacity=100);
}

/*==================     ToTop     ======================*/

.toTop {
  width: 115px;
  height: 115px;
  font-size: 88px;
  line-height: 115px;
  color: #fff;
  background: #b6b2b3;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  border-radius: 50%;
}

.toTop:hover {
  color: #fff;
  background: #663535;
  text-decoration: none;
}

/*==================     Test classes     ======================*/
.Little-Image-left {
  float: left;
  height: 60px;
  width: 60px;
}

.Little-Image-right {
  float: right;
  height: 60px;
  width: 60px;
}

.image-back {position: relative;}

.image-fore {position: absolute; top: 20%; left: 50%; transform: translate(-50%, -50%);}

/*==================     Video class - not used yet   ======================*/
.video_play {
  display: block;
  width: 60%;
  height: 60%;
}
/*==================     Social media sharing classes     ======================*/
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: middle;
}

.resp-sharing-button__icon--solid {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

/*==================     Volcanic Wine classes     ======================*/
#header2_area{background-image: url(../images/beer-droplets1.jpg); background-repeat: no-repeat; background-attachment: scroll; padding-bottom: 0.5px;}

.header2_bottom{background: none repeat scroll 0 0 #b31328;
min-height: 30px;
padding: 10px;}
/* dropdown menu*/
.header2_bottom ul{list-style: none outside none;
margin: 0;
padding: 0;}
.header2_bottom ul li{float: left;position:relative;}
.header2_bottom ul li a{display: block;
font-family: font-family: 'Open Sans', Verdana;
font-size: 20px;
padding: 5px 19px;
}
.header2_bottom ul li a:hover{background:#000 url(images/menu_item.png) no-repeat scroll left center;
-webkit-transition: background 300ms ease-in;
-moz-transition: background 300ms ease-in;
-ms-transition: background 300ms ease-in;
-o-transition: background 300ms ease-in;
transition: background 300ms ease-in;}
/* dropdown menu 2nd level*/
#dropdown{background: url("images/down.png") no-repeat scroll right 8px rgba(0, 0, 0, 0);
padding-right: 2px;}
.header2_bottom ul li ul{background: none repeat scroll 0 0 #b31329;
left: -99999px;
position: absolute;
z-index: 1000;
transition: all .3s ease 0s;-moz-transition: all .3s ease 0s;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;-ms-transition: all .3s ease 0s;}
.header2_bottom ul li:hover ul{left:0px;top:30px}
.header2_bottom ul li ul li{width:200px;border-bottom:1px solid #ddd}
.header2_bottom ul li ul li:last-child{border-bottom:0px;}
.header2_bottom ul li ul li a{padding:10px;}
.header2_bottom ul ul li a:hover{background:#330033 url(images/menu_item.png) no-repeat scroll left center;
-webkit-transition: background 300ms ease-in;
-moz-transition: background 300ms ease-in;
-ms-transition: background 300ms ease-in;
-o-transition: background 300ms ease-in;
transition: background 300ms ease-in;
transition: all .3s ease 0s;-moz-transition: all .3s ease 0s;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;-ms-transition: all .3s ease 0s;}

#footer_bottom2_area{padding:30px 0px; background-image: none;}

.strapline2 {position: absolute; top: 72%; left: 50%; font-size:20px; font-weight:bold; transform: translate(-50%, -50%); color:#cbb26a;}