/*
Theme Name: melbourne
Author: melbourne
Description: melbourne
Version: 2.3
*/

body {
  font-family: 'maven_promedium', sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  background-color: #efefef;
}
@font-face {
    font-family: 'king_basil_literegular';
    src: url('font/king-basil-lite-webfont.woff2') format('woff2'),
         url('font/king-basil-lite-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{
 padding: 0;
 margin: 0;
  }
 *{
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }
a{
 	color:#e77300;
 	text-decoration: none;
 }
 a:hover{
 	text-decoration: underline;
 }
 :focus{
    outline: none;
 }
 a, a:hover, a:focus, a:active, .top-post h4 a:hover {
    outline: 0;
    transition: .4s;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
 @font-face {
    font-family: 'maven_promedium';
    src: url('font/mavenpro-medium-webfont.woff2') format('woff2'),
         url('font/mavenpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 @font-face {
	font-family: 'zag_regular';
	src: url('font/zag_regular-webfont.woff2') format('woff2'),
	     url('font/zag_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
    font-family: 'zag_boldregular';
    src: url('font/zag_bold-webfont.woff2') format('woff2'),
         url('font/zag_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.hdr{
	height: 105px;
    background: #fff;
}
.wrap{
	width: 943px;
    height: inherit;
    padding: 0 15px;
    margin: 0 auto;
}
nav.menu{
	width: 100%;
    background: rgba(0,0,0,.05);
    float: left;
    height: 32px;
}
.menu ul {
    padding: 5px 0;
}
.menu ul li {
    display: block;
    float: left;
    margin-right: 30px;
    font-family: 'zag_boldregular';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}
.menu ul li a{
	color:#333;
}
.menu ul li a:hover{
	color:#e77300;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.fix:before,
.fix:after {
    content: "";
    display: table
}
.fix:after {
    clear: both
}
.fix {
    zoom: 1
}
.logo h1 {
    float: left;
    padding: 12px 0 0;
}
#search_box {
    height: 36px;
    float: right;
    margin-top: 15px;
    position: relative;
}
.search_input {
    width: 340px;
    height: 34px;
    float: left;
    border: 1px solid #ffffff;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}
.search_input input {
    width: 300px;
    border: 1px solid #ccc;
    background: #f7f7f7 !important;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    padding: 7px 20px 10px;
}
.search_btn {
    float: left;
    width: 36px;
    height: 34px;
    /* background: #f78d1e; */
    position: relative;
    margin-left: -41px;
    /* border: 1px solid #f78d1e; */
    margin-top: 1px;
    background-position: 3px;
}
.search_btn input {
    border: 1px solid #f78d1e;
    background: #f78d1e;
    cursor: pointer;
    padding: 7px 7px 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 16px;
    color: #fff;
}
.desc{
	text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 20px;
    margin:0 0 5px 0;
}
.content {
	background: #fff;
    border-bottom: 1px solid #ccc;
    min-height: 410px;
    padding-bottom: 40px;
}
.content h2, h1.pag{
    /*margin-top: 40px;*/
    color: #588b35;
    font-size: 26px;
    font-family: 'zag_regular';
    text-shadow: #fff 1px 1px 0;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: normal;
}
.content ul{
    margin: 5px 0 5px 15px;
}
h1.pag {
    margin-top: 15px;
    margin-bottom: 0;
    color:rgba(66, 65, 65, 0.7);
    text-transform: capitalize;
}
h2.pag {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    margin-top: 0;
    text-shadow: none;
}
p.line {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
}
ul.prom {
    list-style: none;
    margin: 15px 0 30px;
    text-align:center;
}
ul.prom li {
    display: inline;
    margin-right: 15px;
}
.thumb,.slats{
	width: 137.5px;
	height: 139px;
	margin-right: 15px;
	margin-bottom: 15px;
	float:left;
}
.thumb:nth-child(6n){
	margin-right: 0;
}
.slats:nth-child(4n){
	margin-right: 0;
}
.imgs,.simag{
    width: 137.5px;
    height: 139px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 5px solid white;
    box-shadow: 0 0 1px rgba(0,0,0,0.50);
    background: #fff;
	/*box-shadow: inset 0px 0px 60px rgba(0,0,0,0.2), 2px 2px 5px rgba(0,0,0,.3);*/
}
.thumb img,.slats img {
    width: auto;
    height: auto;
    max-width: 129px;
    max-height: 129px;
    vertical-align: middle;
}
.thumb.cate {
    height: 177px;
}
.content .cate h2 {
    font-size: 1.1em;
    margin: 0;
    text-shadow: none;
    font-family: inherit;
    text-align: center;
    letter-spacing: inherit;
}
.ads{
	width: 728px;
	height: 90px;
	background: #fea;
	margin: 15px auto;
}
.featured{
	width: 412px;
	height: 302px;
	margin-right: 38px;
    margin-bottom: 15px;
	background: #fff;
	float:left;
}
.featured img{
	width:auto;
	height:auto; 
	max-width: 412px;
    max-height: 302px;
    vertical-align: middle;
}
.fimg{
	width: 412px;
    height: 302px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 5px solid white;
    box-shadow: 0 0 1px rgba(0,0,0,0.50);
    background: #fff;
}
.cont{
	float:left;
	width: 463px;
}
.cont h1{
    font-weight: 400;
    font-size: 22px;
    color: rgba(66, 65, 65, 0.7);
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 5px;
}
.stat,p{
    margin-bottom: 10px;
}
.action span {
    margin-right: 10px;
}
span.ri{
    border-right: 1px solid rgb(183, 183, 183);
    padding-right: 10px;
    color: rgb(118, 116, 116);
}
.stat span:nth-child(4n) {
    border-right: none;
}
p.category{
	border-bottom: 2px dotted #ccc;
	margin-bottom: 10px;
    padding: 0 0 10px 0;
}
p.relat {
    margin: 10px 0 0;
}
.source {
    margin: 10px 0;
}
.source textarea {
    width: 100%;
    font-size: 12px;
    padding: 3px;
    margin-top: 3px;
    border: 1px solid #ccc;
    color: #9c9caf;
}
.action {
    margin-top: 10px;
}
.latest{
	width: 610px;
	float:left;
}
h2.lats{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px dotted #ccc;

}
.lads {
    width: 300px;
    height: 600px;
    background: #fea;
    float: right;
}
.skyads{
    width: 160px;
    height: 600px;
    background: #fea;
    display: block;
    margin: 0 auto;
    position: relative;
}
.lig {
    width: 100%;
    height: auto;
    min-height: 139px;
    margin-bottom: 15px;
}
.limg {
    float: left;
    margin-right: 15px;
}
a.slimg{
    width: 137.5px;
    height: 139px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 5px solid white;
    box-shadow: 0 0 1px rgba(0,0,0,0.50);
    background: #fff;
}
.limg img {
    width: auto;
    height: auto;
    max-width: 129px;
    max-height: 129px;
    vertical-align: middle;
}
.bcon {
    float: left;
    width: 447px;
}
.bcon h3 {
    margin-bottom: 5px;
    line-height: 20px;
}
.bcon h3 a {
    color: #555;
    font-weight: 400;
    font-size: 18px;
}
/* Blog */
.bread {
    text-shadow: 0 1px 0 #fff;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fafafa;
    -webkit-box-shadow: inset 1px 1px 0 #fff;
    -moz-box-shadow: inset 1px 1px 0 #fff;
    box-shadow: inset 1px 1px 0 #fff;
    padding: 15px;
    position: relative;
    z-index: 1;
}
h1.bog {
    font-family: inherit;
    letter-spacing: -1px;
    color: #666;
}
.wrap.wblog {
    position: relative;
    background: #fff;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 0;
}
.blog-content{
    min-height: 400px;
    font-size: 15px
}
.btent {
    border-left: 1px solid #E0E0E0;
    width: 758px;
    float: right;
}
.btent:before {
    content: '';
    background: #f7f7f7;
    width: 183px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.sw {
    width: 183px;
    float: left;
}
.sw ul{
    list-style: none;
    margin:15px;
}
.sw ul li{
    padding: 0 0 10px 19px;
    position: relative;
}
.sw ul li:before{
    border-color: transparent transparent transparent #e77300;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 0;
    position: absolute;
    top: 4px;
}
.sw ul li a{
    color:#000;
}
.sw ul li a:hover {
    color: #a3a3a3;
    text-decoration: none;
}
.f-blog img, .sing-b img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.sing-b ol,.sing-b ul {
    margin-left: 30px;
}
.sing-b ol li,.sing-b ul li {
    font-weight: 600;
    font-size: 1.1em;
margin-top:30px;
}
.sing-b img{
    margin-top:10px;
    margin-bottom:10px;
}
.pad-lf{
    padding: 0 15px;
}
.abl {
    margin: 30px 0;
    position: relative;
}
.bcl{
    float: right;
    width: 57%;
    height: auto;
    overflow: hidden;
}
.fab{
    float: left;
    width: 40%;
    height: auto;
    margin-right: 0.7em;
}
/* ---------------------------------------------------------------- */
.foot{
	min-height: 250px;
	background: #121212;
	border-top: 1px solid #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ccc;
}
.foot h3 {
    font-weight: 400;
}
.foot ul {
    margin-top: 10px;
    margin-left: 15px;
}
.foot a {
    color: #777;
}
.foots {
    float: left;
    margin-right: 45px;
}
.copies {
    background: #171717;
    color: #777;
    font-size: 12px;
    text-align: center;
    padding: 10px;
}
/* PAGINATION */
.wp-pagenavi {
    margin: 20px 0;
}

.page_nav ul li,.wp-pagenavi span, .wp-pagenavi a {
    float: left;
    margin-right: 10px;
}

.page_nav ul li a, .wp-pagenavi a, .wp-pagenavi span {
    width: auto;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: transparent;
    display: table;
    color: #6a7a89;
}

.page_nav ul li.active a,
.page_nav ul li a:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #2a3744;
    background-color: #e9edf1;
    text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{border-color:inherit;}