/*
Theme Name: Dexter
Theme URI: http://tamilprogrammer.cu.cc/themes/
Description: A free wordpress responsive and professional blog and business Theme.
Author: Suseelan john
Author URI: http://www.suseelanjohn.cu.cc
Version: 1.0
License: The License with which You Bought This Theme from tamilprogrammer
License URI: http://www.tamilprogrammer.cu.cc/licence/
Tags: brown
*/

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text{}

.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}

body {
  font-weight: 300;
}

p {
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.6em;
  font-size: 20px;
}


.navbar-custom{
	border-radius: 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	 
}

.navbar-default {
	position: absolute;
}
.navbar-transparent{
  background-color: transparent !important;
}


.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent !important;
}


.navbar-default .navbar-brand {
  font-size: 20px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  font-weight: 400;
}


.dexter-background{
	height: 35em;
  	padding-top: 9em;
  	margin-bottom: 2em;
  	color: #fff;
	text-align: center;
}


footer{
  background-color: rgba(40,41,41,1.0);
  color: #fff;
  height:auto;
  min-height: 200px;
 
}

footer .row{
  height: auto;
  min-height: 170px;
}

footer p{
  margin-bottom: 0px;
  font-size: 15px;
}


.feature-circle{
  margin-top: 10px;
  margin-bottom: 10px;
}

.circle{
  display: inline-block;
  width:100px;
  border-radius: 50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  height:100px;
  background-color: rgba(40,41,41,1.0);
  color: #fff;
  font-size: 40px;
  line-height: 100px;
}


.circle-disp{
  font-size: 15px;
}


.content{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
}


.recentPost{
  background-color:#000 !important;
  background-image: url(assets/images/cc.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.6;
  filter:alpha(opacity=60);
  height: 400px;
}


#bigHead{
   background-color: rgba(40,41,41,1.0);
   color: #fff;
   font-size: 45px;
   margin-top: -30px;
   padding: 10px;
}


.format-standard h1{
  color: rgba(40,41,41,1.0);
}


.format-standard h1 a {
  color: rgba(40,41,41,1.0);
  text-decoration: none;
}

.format-standard h1 a:hover{
  text-decoration: none;
}

.more-link { 
  color: #FFFFFF; 
  background-color: #282929; 
  border-color: #282828; 
} 
 
.more-link:hover, 
.more-link:focus, 
.more-link:active, 
.more-link.active, 
.open .dropdown-toggle.more-link { 
  color: #FFFFFF; 
  background-color: #282828; 
  border-color: #282828; 
} 
 
.more-link:active, 
.more-link.active, 
.open .dropdown-toggle.more-link { 
  background-image: none; 
} 
 
.more-link.disabled, 
.more-link[disabled], 
fieldset[disabled] .more-link, 
.more-link.disabled:hover, 
.more-link[disabled]:hover, 
fieldset[disabled] .more-link:hover, 
.more-link.disabled:focus, 
.more-link[disabled]:focus, 
fieldset[disabled] .more-link:focus, 
.more-link.disabled:active, 
.more-link[disabled]:active, 
fieldset[disabled] .more-link:active, 
.more-link.disabled.active, 
.more-link[disabled].active, 
fieldset[disabled] .more-link.active { 
  background-color: #282929; 
  border-color: #282828; 
} 
 
.more-link .badge { 
  color: #282929; 
  background-color: #FFFFFF; 
}

.more-link {
  padding: 10px;
}

.more-link:hover{
text-decoration: none;
}


.page-header,.page-header a{
  color: #282929;
}

.page-header a:hover{
   color: #282929; 
  text-decoration: none;
}

a.image-thumbnail{
  display: block;
  background: rgba(40,41,41,1.0);
  padding: 10px;
}

a.image-thumbnail img{
  background: #000;
  opacity: 0.6;
  filter:alpha(opacity=60);
}

a.image-thumbnail img:hover{
  opacity: 1.0;
  filter:alpha(opacity=100);
}


.format-quote{
  margin-top: 20px;
}