/*
Theme Name: TRAVEL
Theme URI: https://www.webree.com/esc
Author: Web Tree
Author URI: https://www.webree.com/esc
Description: Online NP TV
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: travel, trekking, tourism, timeline
*/

@import url('css/bootstrap.min.css');

/* Body */
*
{
	font-size:14px;
}
body {
  padding-top: 0px;
  font-family: Arial,sans-serif;
  background-color: #560501;
}

.container
{
	background-color: #fff;
}

.logo
{
	margin-bottom: 0px;
	padding-top: 5px;
}
/* Boot Strap Customization */
.navbar {
    
	 min-height:50px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
}

.navbar-inverse {
  background-color: #560501;
  border: none;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-weight: normal;
  border-right: 1px solid #efefef;
  font-size:16px;
}

.navbar-inverse .navbar-nav > li > a:last-of-type {
  border: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:visited {
  color: #eee;
  background-color: #c6a876;
}



.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #eee;
  background-color: #c6a876;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #c6a876;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #c6a876;
}

.navbar-inverse .navbar-toggle {
border: 1px solid #fff;
margin-top:15px;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #c6a876;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}



.brownborder
{
	border: none;
	border-top: 7px solid #c6a876;
	border-bottom: 7px solid #c6a876;
}

.brownborder li a
{
	font-size:14px;
}

/*boostrap customization end */

/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Top Row */
.toprow
{
	background-image:url(images/top.png);
	background-repeat:repeat-x;
	height: 4px;
}

.social
{
line-height:35px;
margin-bottom: 3px;

}
.titleheader
{
position: relative;
}
.header-content { 
position: absolute; 
bottom: 0; 
left: 0; 
font-weight:bold; 
font-size:18px;
}

.social img
{
	margin-left: 5px;
	outline:none;
}
.topmenubold
{
	font-weight:bold;
}
.topmenu
{
	text-align:left;
	line-height:26px;
}

.topmenu a, .social a
{
	color: #f2844f;
}

.absmiddleme
{
	text-align:center;
	background-color: #eee;
	height:90px;
	overflow: hidden;
	margin-top: 10px;
	color:#999;
}
/*menu from wp menu*/
.topmenu ul {
	margin: 0;
	padding: 0;
}

.topmenu ul:before, .site-nav ul:after { content: ""; display: table; }
.topmenu ul:after { clear: both; }
.topmenu ul { *zoom: 1; }

.topmenu ul li {
	list-style: none;
	float: left;
}

.topmenu ul li a:link,
.topmenu ul li a:visited {
	display: block;
	margin-right: 20px;
}

/*menu from wp menu*/
.footermenu ul {
	margin: 0;
	padding: 0;
}

.footermenu ul:before, .site-nav ul:after { content: ""; display: table; }
.footermenu ul:after { clear: both; }
.footermenu ul { *zoom: 1; }

.footermenu ul li {
	list-style: none;
	/*float: right; */
}

.footermenu ul li a:link,
.footermenu ul li a:visited {
	display: block;
	margin-left: 20px;
	color: #dbdbdb;
}

/*Top News */
.topnews
{

	text-align:left;
	padding-right: 15px;
	background-image:url(images/ef.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.topnews h4
{
	padding:0;
	margin:0;
	margin-bottom: 10px;
}

.topnews .post-item {
	border-bottom: 1px solid #DDD;
	padding-bottom: 1px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.topnews .square-thumbnail {
	float: left;
	margin-right: 10px;
}

.topnews .post-item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.topnews h4 {
	margin-bottom: 6px;
	font-weight: bold;
}

.topnews h4 a {
	text-decoration: none;
}

.main-column
{
	
}



.video-topic
{
	font-weight:bold;
	font-size: 120%;
	margin-bottom:10px;
}
.owl-carousel .item
{
	text-align:center;
}

.owl-carousel .item img
{
	width: 200px;
}


.img-centered
{
	 margin: 0 auto;
}



/* footer */
footer
{
	background-color:#560501;
	color: #fb8800;
}

footer hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #fb8800;
    margin: 1em 0; padding: 0; }
	
/* contact form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
  display: block;
  width: 80%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wpcf7 textarea
{
	width : 100%;
	height: 100px;
}	
.wpcf7 input[type="submit"]
{
	  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}


/*footer 4 list style */




.footermenu h2,
.footer1 h2,
.footer2 h2
{
	color: #fb8800;
	font-size:16px;
	margin:10px 0;
	padding:0;
}

.texts
{
	color: #eee;
	font-size:16px;
}




/*social sprits */
#facebook {
width: 24px;
height: 24px;
background: url(images/social24.png) 0px 0;
}
#twitter {
width: 24px;
height: 24px;
background: url(images/social24.png) -24px 0;
}
#googleplus {
width: 24px;
height: 24px;
background: url(images/social24.png) -48px 0;
}
#linkedin {
width: 24px;
height: 24px;
background: url(images/social24.png) -72px 0;
}
#pinterest {
width: 24px;
height: 24px;
background: url(images/social24.png) -96px 0;
}
#youtube {
width: 24px;
height: 24px;
background: url(images/social24.png) -120px 0;
}

/*page*/
.pagefi img
{
  display: block;
  max-width: 100%;
  height: auto;
}

/*single post */

.singlepost h2 .days
{
	color: #CC0000;
}

.mynavtab li a
{
	font-size:16px;
	border-top: 3px solid #FF3300;
}
.mynavtab li a:active
{
	border-top: 3px solid #666633;
}

#likebox-wrapper * {
	   width: 100% !important;
	   
}

.brownlink
{
	font-size:22px;
	color:#663300;
	font-weight:bold;
}

.main_p
{
	padding-left: 25px;
}

.main_p img
{
	margin: 0 auto;
	display: block;
    max-width: 100%;
    height: auto;
    
}
