/*
Theme Name: News Time
Theme URI: https://themesbazar.com/newstime/
Author: The ThemesBazar Team
Author URI: https://themesbazar.com/
Description: News Time brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newstime
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use

/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6> {
    margin: 0 0 15px;
    font-weight: 700;
}
html,


a:hover { text-decoration: none }



.main_wbsite {
    background-color: #fff;
    box-shadow: 0 0 20px #2f2c2c29;
}


/*=====header css start=======*/

.header-section {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ddd8d845;
    padding: 4px 10px;
}
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9507476836348248"
     crossorigin="anonymous"></script>

.date{
    padding-top: 2px;
    color: #000;
}

.example {
	margin: 0;
} 


form.example input[type=text] {
    padding: 5px;
    font-size: 15px;
    border: 1px solid #ddd;
    float: left;
    width: 70%;
    background: #fff;
}
form.example button {
    float: left;
    width: 30%;
    padding: 5px;
    background: #012B5B;
    color: #fff;
    font-size: 15px;
    border: 1px solid #1C041E;
    border-left: none;
    cursor: pointer;
}

form.example button:hover {
    background: #23527C;
}

.top-hdr-social ul {
    list-style: none;
    float: right;
    margin-bottom: 0;
}
.top-hdr-social ul li{
    display: inline-block; 
    color: #fff; 
}
.top-hdr-social ul li a{
    font-size: 21px;
}
.top-hdr-social ul li:after{
    content: "।";
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
 } 
.top-hdr-social ul li:last-child:after{
    display: none;
 }

/*=====header css start=======*/

/*=====logo css start=======*/

.logo-banner-secion {
    margin-top: 8px;
    margin-bottom: 1px;
}

.logo img {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
}
/*=====logo css End=======*/
/**==================================
    Menu & Search Section start
 ==================================**/ 


.scroll-section {
	margin-top: 1px;
	margin-bottom: 2px;
}
.top_scrool {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.scrool {
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.scrool_2{
    padding:6px;
    font-size:17px;
    color:#9A1515;
    background-color: #F1F7FB;
}
.scrool_2 a{
    font-size:17px;
    color:#000;
}



/*=============headding css Start================*/

.hadding_01{  
    padding: 3px 0px 5px 0px;
    margin: 0;
}

.hadding_01 a:hover{
    color:#f00;
}

.hadding_02 {
    margin: 0;
    
}


.hadding_02 a:hover{
    color:#3499E1;
}

.hadding_02 i.fa {
    color: #750101;
    margin-right: 4px;
}

.hadding_03{  
    padding-right: 3px;
    padding-left: 7px;
    padding-bottom:4px;
    margin: 0;
}

.hadding_03 a:hover{
    color:#020B43;
}

.hadding_03 i.fa {
    margin-right: 5px;
}

.more_news {
    float:right;
    margin-bottom: 3px;
}

.more_news a:hover{
    color: #f00;
    transition: .7s;
  }

/*=============headding css End================*/

/*===========================
        All Image css start
============================*/

.big_images{
    position: relative;
}
.big_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}
.big_img img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    width:100%;
    height:auto;
}

.big_images:hover .big_img img{
    position: relative;
    z-index: 20;
    -webkit-transform: scale(1.1111);
    transform: scale(1.2);
}
.big_image_title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    width: 100%;
    padding: 10px 14px;
}
.hover_image_title a {
    transition: .8s;
    text-decoration: none;
}

.big_images:hover .big_image_title a{
    color: #ff0;
}



.box-shadow {
    box-shadow: 0 0 6px #eaeaea;
}
.content_detalis {
    text-align: justify;
    color: #000;
    padding: 0 8px;
}

/*---------imgaes------------------*/
.image {
    margin-bottom: 8px;
}
.image img {
    width: 100%;
    height: auto;
}

/*---------medum------------------*/


.medum-image {
    margin-top: 8px;
}
.medum-image img {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 8px;
    box-shadow: 0 0 1px #464343;
    padding: 2px;
}

/*---------small------------------*/

.small-image img {
    margin-top: 2px;
    float: left;
    width: 38%;
    margin-right: 8px;
}




/*---------add image--------*/
.siteber-add-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sitebar-add-image img {
    width: 100%;
    height: auto;
}

.add-image {
    padding: 7px 0;
}
.add-image img {
    width: 100%;
    height: auto;
}
/*===============================
        All Image css End
=================================*/



.photo_gallary {
    box-shadow: 0 0 4px #ddd;
    padding: 3px;
}

.photo_gallary img{
    width:100%;
	height:auto;
}

.photo_caption {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.3); /* Black see-through */
  color: #00ACEE; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  padding: 10px;
  margin:0;
}

.photo_caption a:hover {
    color:#ff0;
    
}

.Name .photo_caption  {
  opacity: 2;
}

/**=================================
           catagory title  start   
==================================**/




/**=================================
           catagory title  start   
==================================**/





/**=================================
    All border/margin/padding-css  start   
==================================**/

.section-margin {
    margin-top: 20px;
}

.all-section-border {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
}


.all-image {
    margin-bottom: 13px;
}


.hadding_padding {
    padding: 0 2px 4px 10px;
}


.border {
    border-bottom: 1px solid #BFBDBD;
    margin-bottom: 6px;
    overflow: hidden;
    padding-bottom: 7px;
}

.hadding-border {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 7px;
    padding-bottom: 7px;
    overflow: hidden;
}
/**=================================
    All border/margin/padding-css  End   
==================================**/



/**=================================
    All section css  start   
==================================**/
.section-one {
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-two {
    margin-bottom: 13px;
    margin-top: 10px;
}
.section-three {
    margin-top: 13px;
    margin-bottom: 10px;
}

.section-four {
    margin-top: 11px;
    margin-bottom: 10px;
}

.section-five {
    margin-top: 12px;
    margin-bottom: 10px;
}

.section-six {
    margin-top: 12px;
    margin-bottom: 10px;
}

.section-seven {
    margin-top: 12px;
    margin-bottom: 10px;
}

.section-eight {
    margin-top: 12px;
    margin-bottom: 10px;
}


.section-nine {
    margin-top: 12px;
    margin-bottom: 10px;
}


.section-ten {
    margin-top: 12px;
    margin-bottom: 10px;
}



/**=================================
    All section css  End   
==================================**/








/**=================================
           tab  start   
==================================**/

.news-titletab{
    overflow: scroll;
    max-height: 280px;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid#D8D9DC;
    padding:  0 3px;
}

.tab-header{background:#fff;margin-bottom: 10px;}
.tab-header .nav-tabs{border:none;}
.tab-header .nav-tabs {color: #000;background:#D2D5DB;}
.tab-header .nav-tabs > li > a{ border: none;border-top: 3px solid #d2d2d2;color:#000;font-size: 1.15em;border-radius: 0;padding:5px 15px;text-decoration: none;margin-bottom:0;font-size: 14px;}
.tab-header .nav-tabs > li > a:hover { background:#d2d2d2;}
.tab-header .nav-tabs > li.active > a, .tab-header .nav-tabs > li.active > a:focus, .tab-header .nav-tabs > li.active > a:hover {
    border: none;
    border-radius: 0;
    background: #F0F0F0;
    color: #000;
    border-top: 3px solid #7719AA;
    font-size: 14px;
}



/**====================================
       slider customization css
 ===================================**/ 

.carousel {
    position: relative;
}
.carousel-inner {
    background-color: #F9FAFA;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0000) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 0%);
    background-repeat: repeat-x;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 25px;
    height: 25px;
    font-size: 30px;
}



/**=======================================
        footer section css start
 =======================================**/ 



.ftr-logo {
    padding: 0px 0px 0px 20px;
}

.footer-border {
    border-bottom: 1px solid #AAAEB4;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer_social {
    padding: 18px 5px 10px 5px;
    overflow: hidden;
}
.footer_social ul{
    list-style: none;
    padding: 0;
    float: right;
}
.footer_social ul li {
    display: inline-block;
    margin-right: 3px;
    font-size: 16px;
    margin-top: 5px;
}

/**========= facebook start========**/ 

.facebookk{
    background-color: #023369;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.facebookk:hover{
    background-color: #fff;
    color: #023369!important;
    padding: 7px 10px;
    border-radius: 5px;
    border:1px solid#023369;
    transition: .5s;
}
 
/**========= twitter start========**/ 

.twitterr{
    background-color: #00ACEE;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.twitterr:hover{
    background-color: #fff;
    color: #00ACEE!important;
    padding: 7px 10px;
    border-radius: 5px;
    border:1px solid#00ACEE;
    transition: .5s;
}

/**========= instagram start========**/ 

.instagramm{
    background-color: #E9667F;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.instagramm:hover{
    background-color: #fff;
    color: #E9667F!important;
    padding: 7px 10px;
    border-radius: 5px;
    border:1px solid#E9667F;
    transition: .5s;
}


/**========= linkedin start========**/ 

.linkedinn{
    background-color: #3B5999;
    color: #fff!important;
    padding: 7px 10px;
    border-radius: 5px;
}
.linkedinn:hover{
    background-color: #fff;
    color: #3B5999!important;
    padding: 7px 10px;
    border-radius: 5px;
    border:1px solid#3B5999;
    transition: .5s;
}

/**========= google-plus start========**/ 

.google-pluss{
    background-color: #DD4A3A;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.google-pluss:hover{
    background-color: #fff;
    color: #DD4A3A!important;
    padding: 7px 10px;
    border-radius: 5px;
    border:1px solid#DD4A3A;
    transition: .5s;
}

/**========= reddit start========**/ 

.youtubee{
    background-color: #FF0000;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.youtubee:hover{
    background-color: #fff;
    color: #FF0000!important;
    padding: 7px 10px;
    border-radius: 5px;
    border:1px solid#FF0000;
    transition: .5s;
}
.footer-text{
    padding: 15px 5px;
}


/**=======================================
      bottom  footer section css start
 =======================================**/ 


.root_02 a{
    color: #F2D82A;
}

/**=======================================
      go to top css start
 =======================================**/ 


.scrollToTop:hover{
    text-decoration:none;

}



/**=======================================
      single page css start
 =======================================**/
.widget img{
	margin-bottom:10px;
	width:100%;
	height:auto;
}
.biggapon img{
    width:100%;
    height:auto;
	margin-bottom:10px;
}
 .single-cat-info{
    overflow:hidden;
    margin-bottom:15px;
    background : #EAE5E5;
    width : 100%;
}
.single-cat-home{
    background : #DC4E41;
    padding: 5px 15px;
    float: left;
}
.single-cat-home a{
    color: #fff;
    font-size: 15px;
	text-decoration:none;
}
.single-cat-cate{
    background : #666666;
    padding: 5px 15px;
    float: left;
	color: #fff!important;
    font-size: 15px!important;
}
.single-cat-cate a{
     color: #fff;
     font-size: 15px;
	 text-decoration:none;
}
.caption{
    margin-top: -5px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: black;
    opacity: .4;
    color: white;
}
.more-catagory {
    display: inline-block;
}
.more-catagory ul {
    margin: 0;
    list-style: none;
    margin-left: -30px;
    padding-top: 4px;
    padding-bottom: 5px;
}
.more-catagory ul li{
    display: inline-block;   
    color: #000;
}
.more-catagory ul li a{
    color: #000;
    font-size: 16px;
	text-decoration:none;
}
.more-catagory ul li:after{
    content: "I";
    padding-left: 10px;
    padding-right: 7px;
    
 } 
.more-catagory ul li:last-child:after{
    display: none;
 }

 /**=======================================
      single page css start
 =======================================**/ 
.singlepage-section{
    margin-top: 15px;
    margin-bottom: 10px;
}
.single-title{
    margin-bottom: 10px;
    color: #022751;
    padding-left: 2px;
 }


.sgl-page-views-count {
    display: inline-block;
    background-color: #DBDDE0;
    padding: 8px;
    width: 100%;
    margin-bottom: 10px;
}
.sgl-page-views-count ul {
    margin: 0;
    list-style: none;
    font-size: 15px;
    margin-left: -35px;
}
.sgl-page-views-count ul li{
    display: inline-block;   
    color: #000;
}
.sgl-page-views-count ul li:after{
    content: "/";
    padding-left: 10px;
    padding-right: 7px;
    
 } 
.sgl-page-views-count ul li:last-child:after{
    display: none;
 }

.single-img{
    margin-bottom: 15px;
 } 
 .single-img img{
    width: 100%;
    height: auto;
 }
 .single-dtls{
    font-size: 17px;
    color: #202020;
    line-height: auto;
    text-align: justify;
    padding: 5px;
    margin-bottom: 10px;
 }

 .sgl-page-social-title h4{
    font-size: 20px;
    color: #000;
    margin-bottom: -10px;
    border-bottom: 1px solid#EDEDED;
    padding-bottom: 8px;
 }

 .sgl-page-social ul{
    list-style: none;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 15px;
}
.sgl-page-social ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    margin-top: 20px;
}

/**========= facebook start========**/ 

.facebook{
    background-color: #023369;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.facebook:hover{
    background-color: #fff;
    color: #023369!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#023369;
    transition: .5s;
}

/**========= twitter start========**/ 

.twitter{
    background-color: #00ACEE;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.twitter:hover{
    background-color: #fff;
    color: #00ACEE!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#00ACEE;
    transition: .5s;
}

/**========= linkedin start========**/ 

.linkedin{
    background-color: #3B5999;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.linkedin:hover{
    background-color: #fff;
    color: #3B5999!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#3B5999;
    transition: .5s;
}

/**========= google-plus start========**/ 

.google-plus{
    background-color: #DD4A3A;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.google-plus:hover{
    background-color: #fff;
    color: #DD4A3A!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#DD4A3A;
    transition: .5s;
}

/**========= reddit start========**/ 

.reddit{
    background-color: #3B5999;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.reddit:hover{
    background-color: #fff;
    color: #3B5999!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#3B5999;
    transition: .5s;
}

/**========= digg start========**/ 

.digg{
    background-color: #3B5999;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.digg:hover{
    background-color: #fff;
    color: #3B5999!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#3B5999;
    transition: .5s;
}

/**========= pinterest start========**/ 

.pinterest{
    background-color: #CB2028;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.pinterest:hover{
    background-color: #fff;
    color: #CB2028!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#CB2028;
    transition: .5s;
}

/**========= print start========**/ 

.print{
    background-color: #A897F3;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.print:hover{
    background-color: #fff;
    color: #A897F3!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#A897F3;
    transition: .5s;
}

.sgl-cat-tittle{
    background-color: #4962A4;
    color: #fff;
    font-size: 18px;
    padding: 7px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.Name-again {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.image-again  {
    margin-bottom: 7px;
}
.image-again img {
    border-top:2px solid#2487DB;
    width: 100%;
    height: auto;
}
.sgl-hadding {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.3); /* Black see-through */
  color: #00ACEE; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  padding: 10px;
  margin:0;
}
.sgl-hadding  a {
    text-decoration:none;
    color:#fff;
    font-size: 20px;
    font-weight:400;
}

.Name-again .sgl-hadding  {
  opacity: 2;
}
 iframe {
	width:100%; height:350px;
}


/*============================================
		video & photogallary Page css start
============================================*/
.photogallary{
	margin-bottom:15px !important;
	margin-top:15px!important;
	overflow:hidden;
}
.gallary img{
	width:100%;
	height:auto;
	border:1px solid#E7E5E5!important;
	padding:2px;
	background:#fff!important;
}
.photo_title a{
	color:#000;
	text-decoration:none;
	font-weight:400;
}
.photo_title a:hover{
	color:#23529C;
}
.photo_title {
	background:#E8E8FF;
	padding:8px 12px 12px 12px;
	text-align:center;
}


/*============================================
		Photo Gallery single_page css start
============================================*/
.psingle_page{
	margin-bottom:10px !important;
	margin-top:10px!important;
	overflow:hidden;
}
.psingle_page img{
	width:100%;
	height:auto;
}
.ppage_hadding{
	font-size:22px;
	line-height:auto;
	color:#020F74;
	border-bottom:1px solid#B9B9B9;
	border-top:1px solid#B9B9B9;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}
 iframe {
	width:100%; height:450px;
}
/**==================================
        Date & Archive Page CSS Start
 ==================================**/
.archive-section{
	margin-bottom:30px;
	margin-top:10px;
	padding-top:10px;
}
 .archive-page-post {
    background: #EEF6FC;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 5px;
	border:1px solid#EAEAEA;
	box-shadow:0 0 10px #F9F9F9;
	box-shadow:0 0 10px #F9F9F9;
}
.archive-img{
    border:1px solid #ddd;
    padding:2px;
}
.archive-title {
    font-size: 20px;
}

/* Archive Page ========================= */
.archive-page-section{
    margin-top: 10px;
}
.archive_page{
    margin-bottom:5px;
}
.archive_page img{
    border:1px solid #E3DDDD;
    padding:2px;
	 width:100%;
    height:auto;
}
.category_info {
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
	background:#EEE;
}
.archive_title01 {
    font-size: 22px;
    line-height: 25px;
    padding: 10px 0px 0px 0px;
    font-weight: 400;
}
.archive_title01 a{
    color:#027AB2;
}
.archive_title01 a:hover{
    color:#690101;
}

.archive_title02 {
    font-size:17px;
    line-height: 20px;
    padding: 5px 0px 0px 0px;
    font-weight: 400;
}
.archive_title02 a{
    color:#3289B2;
}
.archive_title02 a:hover{
    color:#690101;
}
.archive_back{
    background-color : #EDF3F5 ;
    margin:5px 5px 5px 0px;
    overflow:hidden;
    padding: 5px 0px;
}
.archvie_more{
    margin-top:10px;
    font-size:14px;
}
.archvie_more a{
    background-color:#3689B0;
    padding:5px;
    border-radius:5px;
    color:white;
    font-weight: 400;
    
    
}
.archvie_more a:hover{
    background-color:#690101;
    padding:5px 5px 5px 10px;
    border-radius:5px;
    color:white;
    transition: 1s;
    
}
.search-page-padding{
	margin-top:20px;
}



/* =========================================================
Our Family
 ========================================================= */

.family_border{
	border:1px solid #A4A6A9;
	background-color:#EBF2EE;
	padding:3px;
}
.family{
	text-align:center;
	padding:4px 2px;
	font-size:20px;
	font-weight:400;
	line-height:auto;
	margin:0px;
}
.family a{
	color:black;
	text-decoration:none;
}
.family_deg{
	text-align:center;
	padding:4px 2px;
	font-size:17px;
	font-weight:400;
	line-height:auto;
	margin:0px;
}
.family a:hover{
	color:#E31418;
}
.ppage_deg {
	text-align: center;
}
.profile_news {
	margin-bottom:15px;
}
.profile_news img{
	width:100%;	
	float:bottom;	
	border:1px solid #A4A6A9;
	padding:2px;
}
.single-dtlss {
	font-size: 20px;
	color: #202020;
	line-height: auto;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
.single-family-img {
	text-align: center;
}

/* =========================================================
Comments
 ========================================================= */
.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-left: 4px solid #444;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
	font-size: 20px;
	margin-bottom: 30px;
}
.comment-respond {
	padding-bottom: 5%;
	margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
	color: #adaeb3;
	font-size: 14px;
	margin-bottom: 20px;
}
.comment-header cite a {
	border: none;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}
.comment-header .comment-meta a {
	border: none;
	color: #adaeb3;
}
li.comment {
	background-color: #fff;
	border-right: none;
}
.comment-content {
	clear: both;
	overflow: hidden;
}
.comment-list li {
	font-size: 14px;
	padding: 20px 30px 20px 50px;
}
.comment-list .children {
	margin-top: 40px;
	border: 1px solid #ccc;
}
.comment-list li li {
	background-color: #f5f5f6;
}
.comment-list li li li {
	background-color: #fff;
}
.comment-respond textarea,
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
	background : #F1EDEE;
}
.comment-respond input{
    background: #E8E4E5;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-author {
	margin-bottom: 0;
	position: relative;
}
.entry-comments .comment-author img {
	border-radius: 50%;
	border: 5px solid #fff;
	left: -80px;
	top: -5px;
	position: absolute;
	width: 60px;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    display:none;   
}
