@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Raleway:500,600');


/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
 */

 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
em {
    font-style: italic;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------------*/

/* cookie popup css */
.cookie-pop { 
    background-color: #1d3686;
    border-bottom: 1px solid #fff;
    color: #fff;
    left: 0; 
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding-bottom: 15px;
}
.cookie-pop p{
    display: inline;
  }

.cookie-pop p a{
    color: #fff;
    padding-left: 5px;
    font-weight: 600;
  }
  .cookie-pop p a:hover {
    color: red;
  }
  .cookie-pop button {
    border-radius: 5px;
    border: 0px none;
    padding: 6px 10px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    margin: 15px 15px 0px 15px;
    transition: all 0.25s ease 0s;
    text-shadow: rgb(0, 0, 0) 0px 0px 2px;
    display: inline-block;
    background-color: rgb(91, 183, 91);
    color: rgb(255, 255, 255);
 /*   margin: 10px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: red;*/
  }





/*------------------Text Wrapping css ------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
} 

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}
/*---------------------------------------------------------------------------*/


body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: #363636;
  background: #fff;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

@font-face {
    font-family: Monotype-Corsiva;
    src: url('./fonts/Monotype-Corsiva.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'vani';
    src: url('./fonts/Vanib.ttf');
    font-weight: bold;
}
@font-face {
  font-family: 'seguibl';
  src: url('./fonts/seguibl.ttf') format('truetype');
}
a {
  color: #003366;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  width: 100%;
}
a:hover, a:active, a:focus {
  color: #003366;
  outline: none;
  text-decoration: none;  
}
p a {
    display: inline;
    font-weight: 400;
}

* , *:hover , *:focus {
  outline: none !important;
  word-wrap: break-word;
}

.pad-l-0{
  padding-left: 0px;
}

.pad-r-0{
  padding-right: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: normal;
}

::-webkit-selection {
  color: #fff;
  background: #1d3686;
}

::-moz-selection {
  color: #fff;
  background: #1d3686;
}

::selection {
  color: #fff;
  background: #1d3686;
}

.col-xs-5-custom,
.col-sm-5-custom,
.col-md-5-custom,
.col-lg-5-custom {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5-custom {
    width: 20%;
    float: left;
}
.post-block.sub-post img {
    width: 100%;
    height: 250px;
}
footer.footer .footer-nav:not(.footer-nav2) .nav-column:last-child ul {
    border: 0px !important;
}
footer.footer .footer-nav-2 .nav-column:nth-last-child(-n+2) ul {
    border: 1 !important;
}

/*.footer-tsp-centre h3{
    text-align: center !important;
}*/
a.view-all-txt{
  text-align: center;
   font-weight: 700;
   font-size: 16px;
}

a.trending-view-all-txt {
    font-weight: 700;
    font-size: 16px;
    display: inline;
    margin-left: 8%;
}

.footer-tsp-centre h3{
  
  text-align: center !important;
   
}
.footer-tsp-centre .menu-tsp-container ul{
    display: table;
}

.footer-tsp-centre .menu-tsp-container ul li {
    width: 50%;
    float: left;
}

.full-image .vc_figure
{
  display: block;
}
.full-image .vc_single_image-wrapper{
    /*display: inline-block;
    vertical-align: top;*/
    max-width: inherit;
    width: 100%;
}
.full-image img 
{
  width: 100%;
  max-width: inherit;
}
.myc-content-overlay {
      right: 40px;
}

@media (min-width: 768px) {
    .col-sm-5-custom {
       /* width: 20%;*/
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5-custom {
        width: 20%;
        float: left;
    }
    .custom-ads
    {
      margin-top: -10px;
        display: block;
    }

}

@media (min-width: 1200px) {
    .col-lg-5-custom {
        width: 20%;
        float: left;
    }
}




.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-35{
  margin-bottom: 35px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-45{
  margin-bottom: 45px;
}
.mb-50{
  margin-bottom: 50px;
}


.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 10px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.mt-25{
  margin-top: 25px;
}
.mt-30{
  margin-top: 30px;
}
.mt-35{
  margin-top: 35px;
}
.mt-40{
  margin-top: 40px;
}
.mt-45{
  margin-top: 45px;
}
.mt-50{
  margin-top: 50px;
}


.section-heading {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  font-size: 28px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  position: relative;
  display: block;
  letter-spacing: 1px;
  margin-top: 0px;
  padding-bottom: 15px;
  line-height: 1.5;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 76px;
  height: 2px;
  background: #003366;
  left: 50%;
  margin-left: -38px;
  bottom: 0;
}
.mega-menu .pull-left img.img-responsive, .footer .pull-left img.img-responsive {
    width: 185px;
    height: auto;
    margin-bottom: 10px;
}

header.mega-menu{
  background: #fff;
}

p.text-center.header-menu-ad {
    color: #fff;
    margin: -6%;
}

/*.trend-text-ad{
    margin-top: 20px;
  }*/


header.mega-menu p.site-info{
  font-size:14px;
  line-height:10px;
  text-align:center;
  color:#949494;  
  margin: 10px auto;
}

p.site-info{
  font-size:14px;
  line-height:10px;
  text-align:center;
  color:#949494;  
  margin: 10px auto;
}

header.mega-menu p.site-purpose{
  font-size: 23px;
    line-height: 17px;
    text-align: center;
    color: #006391;
    font-family: 'Roboto', sans-serif;
    font-weight: bold !important;
    margin-top: 5px;
    margin-bottom: 10px;
  /*font-size:23px;
  line-height:2px;
  text-align:center;
  color:#006391;  
  font-weight: 600;
  margin: 10px auto;
  font-family: 'vani';
  font-weight: bold !important;*/
}

header.mega-menu .today-details{
  font-size:14px;
  line-height:10px;
  text-align:right;
  color:#949494;  
  font-weight: 400;
  margin: 10px auto;
}

header.mega-menu .header-social{
  display: inline-block;  
  float: right;
  margin-top: 12px;
  margin-top:40px;
}

header.mega-menu .header-social li{
  display: inline-block;
  float: left; 

}

header.mega-menu .header-social li a{
  font-size:16px;
  line-height:16px;
  text-align:center;
  color:#797979;  
  font-weight: 700;
  display: inline-block;
  padding: 6px 6px;
}

header.mega-menu .navbar-form{
  display: inline-block;
  box-shadow: none !important;  
}

header.mega-menu .navbar-form .input-group{
  border: 1px solid #c6d4db;
  border-radius: 5px;
  overflow: hidden;
}

header.mega-menu .navbar-form .input-group input {
    background: url(images/search-icon.png) no-repeat;
    background-position: 12px center;
    transition: 0s;
    padding-left: 35px;
}


header.mega-menu .navbar-form  .input-group-btn{
  background: #70b3d2;
  overflow: hidden;
}

header.mega-menu .navbar-form .btn{ 
  background: transparent;
  color: #fff;
  text-align: center;
  border:none !important ;
}

.search-form .btn
{
  background: #70b3d2;
  color: #fff;
  text-align: center;
  border: 1px solid;
}
.search-form .btn {
    border: 1px solid #70b3d2!important;
}

header.mega-menu .navbar-form input{
  box-shadow: none !important;
  border: 0px !important;
}

header.mega-menu .navbar-form {
  height: 36px;
  padding: 0px ;
}

header.mega-menu .nav-custom{
  margin-bottom: 0px;
  background: #1d3686;
  border-radius: 0px !important;
}

header.mega-menu .nav-custom .navbar-nav li.home-btn{
  float: left;
}

{
  width: 100% !important;
  display: inline-block;
}

.home-btn img{
  width: 24px;
  height: auto;
}

header.mega-menu .nav-custom .navbar-nav li.home-btn a{
  background: #d32411;
}

header.mega-menu .nav-custom .navbar-nav > li > a{
  color: #fff !important;  
}

header.mega-menu .nav-custom .nav,
header.mega-menu .nav-custom .collapse,
header.mega-menu .nav-custom .dropup,
header.mega-menu .nav-custom .dropdown {
  position: static;
}
header.mega-menu .nav-custom .container{
  position: relative;
}
header.mega-menu .nav-custom .dropdown-menu {
  left: auto;
}
header.mega-menu .nav-custom .mega-sub-menu {
  padding: 0px 0px !important;
}
#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 25px 0px 25px 25px;
    margin-right: 25px;
}
.mega-menu-column img.center-block
{
    padding: 25px;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    line-height: 18px;
    padding: 10px 0 0 0;
}
header.mega-menu .nav-custom .dropdown.nav-custom-fw .dropdown-menu {
  left: 0;
  right: 0;
  background: #0070ae !important;
}   

header.mega-menu .nav-custom .dropdown-menu .nav-custom-content h4.submenu-title a{
  font-size:18px;
  line-height:24px;
  text-align:left;
  color:#fff !important;  
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-decoration: underline;
}

header.mega-menu .nav-custom .dropdown-menu .nav-custom-content .submenu-block li{
  padding: 4px 0;
}

header.mega-menu .nav-custom .navbar-nav > li > a{
  background: transparent !important; 
  line-height: 25px;
}

header.mega-menu .nav-custom .navbar-nav > li > a:focus , 
header.mega-menu .nav-custom .navbar-nav > li > a:hover{
  background-color: #0070ae !important;
  line-height: 25px;
}

header.mega-menu .nav-custom .dropdown-menu .nav-custom-content .submenu-child{
  border-right: 1px solid #fff;
}

.mega-menu .mega-menu-item > .mega-sub-menu {
  border-right: 1px solid #fff !important;
}




#mega-menu-wrap-top #mega-menu-top {
    display: block;
    margin: 0px auto;
    text-align: center;
}


#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
  border-right: 1px solid #fff !important;
  text-decoration: underline;
}

header.mega-menu .nav-custom .dropdown-menu .nav-custom-content .submenu-child:last-child{
  border: 0px !important;
}

header.mega-menu .nav-custom .dropdown-menu .nav-custom-content .submenu-block li a{
  font-size:16px;
  line-height:20px;
  text-align:left;
  color:#fff !important;  
  font-weight: 400;
}

header.mega-menu .navbar-brand{
  height: auto;
  padding: 0 !important;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu{
    padding: 0px 10px !important;
  /*padding-left: 10px !important;*/
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{
    padding-right: 0px !important;
}

.mega-sub-menu .mega-menu-link {
    /*margin-bottom: 10px !important*/;
    font-size: 30px;
}

.mega-menu-link img {
    margin-top: 10px;
}

.homepage-blocks{
  margin-top: 60px;
  display: inline-block;
  width: 100%;
}

.ad-block-home{
  /*margin-bottom: 25px;
  margin-top:25px;*/ 
  width: 100%;
  display: inline-block;
}
.home .ad-block-home
{
  margin-top: 0;
}
.ad-block-home:empty {
    margin: 0!important;
}
.page-template-default:not(.Home) .sidebar .ad-block-home { 
    margin-top: 30px; 
}

.ad-block-home p , p.ad-text{
  font-size:14px;
  line-height:14px;
  color:#a4a4a4;  
  font-weight: 300;
  margin-top: 5px;
}

.home-page-adbanner , .post-page-adbanner{
  width: 100%; 
  height: auto; 
}
.sidebar .recent-stories h2{
  font-size:18px;
  line-height:24px;
  text-align:left;
  color:#003366;  
  font-weight: 700;
  background: #f2f2f2;
  padding: 15px 15px;
}

.rp4wp-related-posts h3{
  font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #003366;
    font-weight: 700;
    background: #f2f2f2;
    padding: 15px 15px;
}

.rp4wp-related-post-content a{
font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #003366;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  
}

.rp4wp-related-post-content{
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
}

.rp4wp-related-post-content p{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #003366;
    font-weight: 300;
    margin-top: 10px;
}

.post-date-widget-left {
      font-size: 14px;
      color: #949494;
  }
.sidebar .recent-stories .recent-post{
  border-bottom: 1px solid #cccccc;
  padding: 18px 0;
}

.sidebar .recent-stories .recent-post:last-child{
  border-bottom: 0px !important;
}

.sidebar .recent-stories .recent-post img{

}

.sidebar .recent-stories .recent-post a.post-line{
  font-size:16px;
  line-height:22px;
  text-align:left;
  color:#003366;  
  font-weight: 700;  
  display: inline-block;
  width: 100%;
  display: inline-block;
    width: calc(100% - 65px);
    vertical-align: middle;

}

hr{

     border-top: 2px solid #b7afaf;
}

.sidebar .recent-stories .recent-post .day-count{
   font-size: 12px;
    color: red;
    font-weight: 600;
    display: inline-block;
    width: 50px;
    vertical-align: top;
}

.sidebar .recent-stories .recent-post p.post-sub-text{
  font-size:14px;
  line-height:20px;
  text-align:left;
  color:#003366;  
  font-weight: 300;  
  margin-top: 10px;
}

.sidebar-recent-post-right h3 {
   font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #003366;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}

.sidebar-recent-post-right{
font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #003366;
    font-weight: 300;
    margin-top: 10px;
  }

.content-block .head-post{
  margin-bottom: 25px;
}
.head-post img {
    width: 100%;
    height: auto;
    max-width: 653px;
    max-height: 338px;
}

.content-block .head-post .post-title{
  font-size:24px;
  line-height:30px;
  text-align:left;
  color:#003366;  
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.content-block .head-post{
  font-size:16px;
  line-height:22px;
  text-align:left;
  color:#003366;  
  font-weight: 300;
  display: inline-block;
  width: 100%;
}

.content-block .sub-post{
  margin-bottom: 15px; 
}

.content-block .sub-post .post-title{
  font-size:16px;
  line-height:24px;
  text-align:left;
  color:#003366;  
  font-weight: 700;
  margin-top: 20px;
}

.trending {
  margin-bottom: 50px;
}

.trending .trending-title{
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #003366;
  font-weight: 700;
  background: #f2f2f2;
  padding: 15px 15px;
}

.missed-it .trending-title {
    color: #003366;
    font-weight: 700;
    padding: 0 30px;
    background: #fff;
    display: inline-block;
    position: relative;
}
.missed-it .trending-title:before {
    content: "";
    display: block;
    width: 1600px;
    left: 100%;
    margin-left: 0;
    height: auto;
    border-bottom: 4px double #ccc;
    background: #fff;
    position: absolute;
    top: 10px;
    z-index: -1;
}
.missed-it .container
{
  overflow: hidden;
}
.trending .trending-block h4{
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #003366;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.trending-block img {
    height: 285px;
    width: 100%;
}

.missed-it{
  margin-bottom: 50px;
}

.missed-it .content-block h4{
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #003366;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.missed-it {

}

footer.footer .logo-social{
  background: #e9e9e9;
  padding: 20px 0;
}

footer.footer .footer-nav{
  background: #f4f4f4;
  padding: 30px 0 20px;
}

footer.footer .footer-nav .nav-column ul{
  border-right: 1px solid #bbbbbb;
}


footer.footer .nav-column ul.bor-no{
  border: 0px !important;
}

footer.footer .footer-nav .nav-column h3{
  font-size:16px;
  line-height:24px;
  text-align:left;
  color:#454545;  
  font-weight: 700;
  margin-bottom: 20px;
}

footer.footer .footer-nav .nav-column li a{
  font-size:16px;
  line-height:24px;
  text-align:left;
  color:#454545;  
  font-weight: 300;
  padding: 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

footer.footer .footer-nav.footer-nav-2{
  background: #e9e9e9;
  padding: 30px 0 20px;
}
.col-sm-5-custom  + .text-center
{
  clear: both;
}
footer.footer .imp-links{
  margin-top: 25px;
  display: inline-block;
  text-align: center;
}

footer.footer .footer-social{
  margin-top:45px;
  border: 1px solid #363636;
  border-radius: 8px;
  display: inline-block;
}

footer.footer .footer-social li{
  display: inline-block;
  float: left;
  padding: 5px 10px;
  height: 40px;
  border-right: 1px solid #363636;
}

footer.footer .footer-social li:last-child{
  border-right: 0px !important;
}

footer.footer .footer-social li a{
  font-size:18px;
  line-height:18px;
  text-align:center;
  color:#363636;  
  font-weight: 700;
  display: inline-block;
  padding: 8px 0px;
}

 .copy-right .imp-links{
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
}

footer.footer .imp-links li , .copy-right .imp-links li{
  display: inline-block;
  float: left;
}

footer.footer .imp-links li a , .copy-right .imp-links li a{
  font-size:16px;
  line-height:24px;
  text-align:left;
  color:#454545;  
  font-weight: 300;
  padding: 0 8px;
  display: inline;
}

.copy-right .imp-links li a{
  color: #0f0f0f !important;
}

footer.footer .imp-links li::after , .copy-right .imp-links li::after{
  content: "|";
  display: inline-block;
}

footer.footer .imp-links li:last-child::after , .copy-right .imp-links li:last-child::after{
  content: "";
  display: none;
}

.widget-title{
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #003366;
    font-weight: 700;
    background: #f2f2f2;
    padding: 15px 15px;
}
  .widget {
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}

.copy-right{
  background: #f4f4f4;
  padding: 20px 0 20px;
}

.copy-right p{
  font-size:16px;
  line-height:22px;
  text-align:center;
  color:#0f0f0f;  
  font-weight: 300;
  
}

.rp4wp-related-posts {
    margin-top: 30px;
}

.rp4wp-related-post-image{
  width: 100% !important;
}
.textwidget .rp4wp-related-post-image 
{
  padding-right: 0;
}

.entry-content .rp4wp-related-posts h3 {
    font-size: 28px;
    padding-bottom: 10px;
}
.related-post h4 {
    border-top: 1px solid #e1e1e1;
    padding: 40px 0 15px;
    margin-top: 20px;
    font-size: 24px;
}
.related-post img {
    width: 100%;
    height: auto;
}



.author-big-ad {
    margin-bottom: 5px;
}

  .sidebar-front .author-big-ad {
      display: none;
  }

.author-page .author-page-content .disclaimer{
  border: 3px solid #003366;
}

.author-page .author-page-content .disclaimer h3{
  font-size:18px;
  line-height:24px;
  text-align:center;
  color:#fff;  
  font-weight: 700;
  padding: 6px 0;
  background: #003366;
  width: 100%;

}

.author-page .author-page-content .disclaimer p{
  font-size:16px;
  line-height:24px;
  text-align:left;
  color:#3c3c3c;  
  font-weight: 300;
  padding: 15px;
}

.author-page .author-page-content {
    margin-bottom: 50px;
    font-weight: 300;
    color: #363636;
}

.author-page .author-page-content p{
  font-size:16px;
  line-height:24px;
  text-align:left;
  color:#363636;  
  font-weight: 300;
  margin-bottom: 15px;
}

.author-page .author-info .author-info-box{
  padding: 15px;
  background: #efefef;
}

.author-page .author-info .author-info-box p{
  font-size:18px;
  line-height:24px;
  text-align:center;
  color:#363636;  
  font-weight: 300;
  margin-bottom: 25px;
}

.author-page .author-info .author-info-box h4{
  font-family: Monotype-Corsiva;
  font-size:22px;
  line-height:28px;
  text-align:center;
  color:#003366;  
  font-weight: 400;
  margin-bottom: 15px;
}

.author-page .author-info .author-info-box h5{
  font-size:16px;
  line-height:22px;
  text-align:center;
  color:#363636;  
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 50px;
}

.author-page .author-info .author-info-box .author-details li a{
  font-size:16px;
  line-height:22px;
  text-align:center;
  color:#363636;  
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}

.author-page .author-info .author-info-box .author-details li .fa{
  color: #7c7c7c;
  font-size: 16px;
  line-height: 22px;
  padding-right: 8px;
}

.author-page .author-info .author-social li{
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}

.author-page .author-info .author-social li .fa{
  color: #434343;
  font-size: 16px;
  line-height: 22px;
}

.author-page .author-info .author-social{
  margin: 15px 0;
}



/*====================Auther page css===============================*/


.authoer-name-title {
    margin: 60px 0 37px;
    
}
.authoer-name-title p {
    font-family: 'seguibl';
    font-size: 14px;
    line-height: 14px;
    color: #363636;
}

.authoer-name-title h2 {
    padding-bottom: 20px;
    border-bottom: 4px double #cccccc;
    font-size: 27px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    color: #363636;
}

.authoer-sub-info .text-right {
    max-width: 50%;
    min-width: 250px;
    float: right;
    text-align: left;
    padding: 0px 0 90px;
    color: #363636;
}
.col-sm-5-custom li {
    width: 80%;
}
.author-info img, .sidebar img, .widget.widget_text img{
    width: 100%;
    height: auto;
}
ul.mega-sub-menu::after {
    content: "";
    display: table!important;
    clear: both;
}
.author-page .author-info .author-info-box h4{font-size: 30px;}

      
.authors-page-box img {
    width: 150px;
    height: 150px;
    margin: 20px 0;
    border: 1px solid #ddd;
    padding: 4px;
}
.authors-page-box h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
}
.authors-page-box > div {
    min-height: 390px;
}


/*==================template fullwidth css start===================*/
.template-full-width .page-title-main {
    padding: 85px 0px;
    background-color: #fff!important;
    margin: 0px 0px 30px 0px!important;
}
.template-full-width .page-title-main h1{

  font-family: 'Roboto', sans-serif;
  color:#363636;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}

.template-full-width .page-title-main .page-sub-text
{
  font-family: 'Roboto', sans-serif;
  color:#363636;
  font-size:18px;
  font-weight:300;
  padding-top: 20px;
  width: 51%;
  margin: 0 auto;
}

/*----------------other css------------*/

  .template-full-width .full-width-header h1 {
      padding-bottom: 15px;
      border-bottom: 4px double #ccc;
      text-align: left;
  }
  .template-full-width .full-width-header .page-sub-text{
    float: left;
  }


/*----------------Visual css------------*/

.template-full-width .custom-heading {
    border-bottom: 4px double #ccc;
}
.template-full-width .entry-content {
    overflow: hidden;
}
.template-full-width .custom-heading-wrapper .vc_column_container>.vc_column-inner
{
  padding: 0;
}
.template-full-width .custom_heading_text h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}
.template-full-width .section p
{
    font-weight:300;
    color:#363636;
}
.template-full-width .vc_box_shadow {
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.41)!important;
}
.template-full-width .vc-row-container
{
    margin: 0px auto!important;
    display: table;

}
.template-full-width .section .vc_column-inner 
{
    width:95%;
}
/*==================template fullwidth css end===================*/

/*==================template sidebar css start===================*/
.template-sidebar .page-ttl-section {
    padding: 85px 15px;
    background-color: #f0f0f0;
    margin-bottom: 95px;
}

.template-sidebar .page-title-main h1{

  font-family: 'Roboto', sans-serif;
  color:#363636;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.template-sidebar .section p
{
    font-weight:300;
    color:#363636;
}
.template-sidebar .page-title-main .page-sub-text
{
  font-family: 'Roboto', sans-serif;
  color:#363636;
  font-size:18px;
  font-weight:300;
  padding-top: 20px;
  width: 51%;
  margin: 0 auto;
}


.template-sidebar .page-sub-text-with-img {
    max-width: 550px;
    color: #363636;
    font-weight: 300;
    line-height: 24px;
    margin-top: 20px;
}

/*--------------------Visual 1 css----------------*/
.vc_box_shadow {
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.41)!important; 
}

.template-sidebar .section.temp1-section {
    margin-bottom: 80px;
    
}

.template-sidebar .temp1-section .section.temp1-section p
{
    font-weight:300;
    color:#363636;
}
.template-sidebar .head-border .vc_column-inner .wpb_wrapper {
    overflow: hidden;
}
.template-sidebar .temp1-section .wpb_wrapper.vc_figure {
    overflow: visible;
    transform: scale(0.95);
    
}
.template-sidebar .head-border .wpb_wrapper h2 {
    background: #fff;
    position: relative;
    display: inline-block;
    line-height: 26px;
}
.template-sidebar .head-border .wpb_wrapper h2:before {
    content: "";
    display: block;
    width: 960px;
    left: 100%;
    margin-left: 10px;
    height: auto;
    border-bottom: 4px double #ccc;
    background: #fff;
    position: absolute;
    top: 10px;
    z-index: -1;
}
.template-sidebar .temp1-section .wpb_single_image.vc_align_left {
    text-align: left;
}


/*------------------visual temp2 css------------------------*/
.section.temp2-section {
    font-weight: 300;
    color: #363636;
    margin-bottom: 40px;
}
.temp2-section .vc_box_shadow {
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.41)!important;
}



  
/*==================template sidebar css end===================*/


/*================== annuity-tax-considerations css start===================*/
.header-fluid {
    background: #f3f3f3;
    padding: 30px 0;
}
.entry-header h1 {
    font-family: 'Roboto', sans-serif;
    color: #363636;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.entry-content {
    padding: 30px 0;
}
.entry-content a {
    display: inline;
    font-weight: 500;
}
ul.list {
    list-style-type: disc;
    margin-left: 20px;
}
.list.none {
    list-style-type: none;
}

ul.list.circle{
    list-style-type: circle;
    margin-left: 20px;
}
ol.list {
    list-style-type: decimal;
    margin-left: 20px;
}t
.Subhead{
    color: #105ba5;
    font-size: 24px;
    margin-top: 0;
    padding: 0;
    text-transform: none;
}
h3.Subhead {
    font-size: 18px;
}
.photo-plugin-wrapper {
    width: 100%;
    overflow: auto!important;
}

.jumbo-title {
    font-size: 36px;
    line-height: 38px;
    margin: 30px 0 10px;
}
/*================== annuity-tax-considerations css end===================*/


/*================== template-Single css start===================*/

.template-Single .recent-articles-right h3 {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
}
 .template-single .post-date{
  font-size: 13px;
 }
 .template-single .recent-articles-right p{
  font-size: 15px !important;
  color: #181818 !important;
 }
 .template-single .post-date a{
  display: inline;
  color: #939393;
   }
 .template-single .post-date a:hover{
  color: #e01820;
 }
 .template-single .exe_read_more{
  color: #e01820;
  color: 15px;
 }
 .template-single .post-date .screen-reader-text {
    display: none;
}

/*================== template-Single css end===================*/

/*================== template-part-content css start===================*/
.template-part-content .entry-title {
    color: #006391 !important;
    font-size: 36px !important;
    line-height: 36px;
    padding-top: 30px;
    padding-bottom: 10px;
}
  .template-part-content .entry-meta, .post-date.cat-article-date{
    font-size: 13px;
    color: #939393;
  }
  .template-part-content .post-thumbnail img {
    padding-top: 15px;
    max-width: 100%;
    height: auto;
  }

  .template-part-content .social-icon{
    margin-bottom: 20px;
  }
  .template-part-content .social-icon a {
      width: auto;
      text-align: left;
      margin-right: 5px;
      margin-bottom: 5px;
  }
  .template-part-content .social-icon img {
      width: auto;
      height: 60px;
      vertical-align: middle;
  }
  .template-part-content .entry-meta .posted-on{
    width: 43% !important;
  }
  .template-part-content .posted-on a{
  display: inline !important;
  }
  .template-part-content .entry-meta .byline{
    width: 31% !important;
  } 
  
  .template-part-content .entry-meta .author {
    display: inline-block !important;
  }
  .template-part-content strong {
      font-weight: 700;
  }

/*================== template-part-content css end===================*/


/*================Search page Css start=======================*/

.search .header-fluid, .archive .header-fluid
{
  margin-bottom: 30px;
}
.search  h2.entry-title {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 15px;
}
.search .entry-summary {
    margin-bottom: 30px;
}
.search .exe_read_more {
    margin-top: 10px;
}

.search-page-image-left img {
    width: 200px;
    height: 180px;

}


.pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.navigation.pagination {
    padding-left: 0;
    border-radius: 4px;
    text-align: center;
    border-top: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    padding: 10px 0;
    clear: both;
    display: block;
    margin-left: 0;
    min-height: 0;
}
.navigation h2 {
    display: none;
}
.page-numbers, .pagination2 .navigation.pagination  > * {
    color: #fff;
    font-size: 16px;
    background: #70b3d2;
    border-radius: 0;
    border: 0;
    padding: 5px 11px 4px;
    margin-right: 1px;
    display: inline;
}
.pagination2 .navigation.pagination .pages, .pagination2 .navigation.pagination a.first, .pagination2 .navigation.pagination a.last {
    display: none;
}
.nav-links {
    font-size: 0;
}
.pagination2 .navigation.pagination > *:hover, .pagination2 .navigation.pagination .current{
    background: #1d3686;
    color: #fff;
}
.nav-links a
{
  color: #fff;
}

.nav-links a:hover {
    color: #fff;
    background: #1d3686;
}
.page-numbers svg {
    display: none;
}
.meta-nav.screen-reader-text {
    display: none;
}
.page-numbers.current{
    border-radius: 0;
    font-size: 16px;
    border: 0;
    color: #fff;
    padding: 5px 11px 4px;
    background: #1d3686!important;
    color: #fff;
}
.pagination:first-child {
    border-radius: 10px 0 0 10px;
}
.pagination:last-child {
    border-radius: 0 10px 10px 0;
}


.taxonomy-description h1 {
    font-size: 24px;
    color: #363636;
    text-align: left;
    font-family: Raleway;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.entry-content h2 {
    color: #003366;
    margin-bottom: 15px;
    font-size: 24px;
}
h2.heading {
    margin-bottom: 0;
}
.entry-content h3
{
    color: #003366;
    margin-bottom: 10px;
    font-size: 20px;
}
.entry-content h4
{
    color: #003366;
    margin-bottom: 10px;
    font-size: 18px;
}
.entry-content p
{
  margin-bottom: 15px;
}
.page-id-20090 .entry-content p
{
  margin-bottom: 0; /*privacy policy css*/
}
.entry-content p strong {
    font-size: 20px;
    line-height: 24px;
    display: block;
    color: #003366;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 500; 
}
.entry-content p strong.title-sm {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
}
 p:empty {
    display: none;
}
figure figcaption {
    line-height: normal;
    padding: 10px 0;
    clear: both;
}

/*-----------contact css-------------------*/
input:not([type=checkbox]):not([type=radio]), select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ddd;
}

form.wpcf7-form input:not(.wpcf7-submit) {
    width: 100%;
    padding: 5px;
}
form.wpcf7-form textarea {
    width: 100%;
    padding: 5px;
    max-height: 130px;
    resize: none;
}
input[type=submit], .sitebutton {
    background: #70b3d2;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 2px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz--webkit-transition: all 0.5s ease;
    -ms--webkit-transition: all 0.5s ease;
}
input[type=submit]:hover,
.sitebutton:hover,
input[type=submit]:focus,
.sitebutton:focus,
.search-form .btn:hover,
header.mega-menu .navbar-form .input-group-btn:hover, .header .header.mega-menu .navbar-form .input-group-btn:hover .btn{
    background: #1d3686!important;
    color: #fff;
    border-color:#1d3686!important;
}
.table-wrapper {
    border: 1px solid #ddd;
    padding: 20px;
    display: inline-block;
    margin-bottom: 30px;
    max-width: 610px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}
th {
    font-weight: bold;
}


ul.list.gov-list a {
    font-weight: 700;
}

.jumbo-title + h2 strong {
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

img.alignleft, figure.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;  
}

.federalimg
{
    max-width: 230px;
    height: auto;
}
.title-sm {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 25px;
}
.title-xs {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
}
.postimg {
    margin-bottom: 30px;
}
.postimg img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.federal-article-sec .postimg img {
    width: 300px;
    height: 250px;
}

.inline {
    display: inline!important;
}

 
  #breadcrumbs li{
      display:inline-block;
      vertical-align:middle;
      margin-right:15px;
  }
    
  #breadcrumbs .separator{
      font-size:18px;
      font-weight:100;
      color:#ccc;
  }
.page-id-372 .pb_single_image.vc_align_left {
    display: inline-block;
}
/*====================Newsletter popup css===============================*/
#mega-menu-wrap-top #mega-menu-top li.mega-menu-item.newslatter-waper-li{float: right;}
#mega-menu-wrap-top #mega-menu-top li.mega-menu-item.newslatter-waper-li a{padding: 0 30px;background-color: #aa1616;font-weight: 600;}
#mega-menu-wrap-top #mega-menu-top li.mega-menu-item.newslatter-waper-li a:hover,
#mega-menu-wrap-top #mega-menu-top li.mega-menu-item.newslatter-waper-li a:focus{
  font-weight: 600 !important; 
}
#exampleModalCenter button.close{
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: 0;
  opacity: 1;
  color: #0070ae;
  padding: 20px;
  margin-top: 0;
}
#exampleModalCenter .modal-content{
  border-radius: 0;
}
#exampleModalCenter .modal-dialog{
  top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 480px;
}
#exampleModalCenter .modal-title{
  font-size: 20px;
}
#exampleModalCenter input {
  border: 0;
  border-radius: 0;
  background: #f4f4f4;
  color: #363636;
  font-weight: 300;
  font-size: 16px;
  box-shadow: none;
  padding: 10px 20px;
  height: 44px;
}
#exampleModalCenter input.btn-primary{
  background: #70b3d2;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}
iframe #placement-bottom {
    display: none !important;
}
/*================Search page Css end=======================*/



@media only screen and (max-width: 1024px){
.trending-block img {
    height: 200px;
}
.post-block.sub-post img {
    height: 200px;
}
header.mega-menu .nav-custom .container {
    width: 100%;
    padding: 0;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link
{
  font-size: 13px;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link
{
  max-width: 90%;
}
  #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px;
  }
  .mega-menu-column img.center-block {
      padding: 10px;
  }
  #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.newslatter-waper-li a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px){
.author-info .img-responsive
{
    width: 100%;
}
.col-md-3.col-xs-12.author-info {
    margin-bottom: 30px;
}
.sidebar {
    max-width: 400px;
    margin: 0px auto 20px;
    display: table;
    float:none;
    clear: both;
}
.missed-it .content-block .head-post {
    max-width: 400px;
    margin: 0px auto 20px;
    display: table;
}
.missed-it .content-block h4 {
    text-align: center;
}
.missed-it .ad-block-home p, .missed-it p.ad-text{
    text-align: center;
}

.jumbo-title {
    text-align: center;
}


.jumbo-title + iframe {
    text-align: center;
    margin: 0px auto;
    display: table;
}

}

@media only screen and (min-width: 992px){
  
  #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.newslatter-waper-li{
    position: absolute;
    right: 0;
    float: none;
  }
  
}

@media only screen and (max-width: 767px){

  #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link{
      font-size: 12px;
      padding: 0px 7px;
  }

  #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.newslatter-waper-li{
    background-color: #aa1616 !important;
  }

  .myc-content-overlay {
    right: 0px;
}
.cookie-pop{
    margin-bottom: 40px;
}
  .post-block.sub-post img {
    width: 100%;
    height: auto;
  }

  p.text-center.header-menu-ad {
    margin: -2%;
}

  .cookie-pop button {
      margin: 0px 15px 0px 15px;
      padding: 6px 25px;
    }

  header.mega-menu p.site-info {
    visibility: hidden;
    line-height: 0px;
    margin: 0px auto;
   
}

footer.footer .footer-social{
  margin-top:0;
}
img.alignleft, figure.alignleft {
    float: none;
    display: block;
}
.template-part-content .entry-title {
    font-size: 26px !important;
    line-height: 26px;
}
.jumbo-title {
    font-size: 26px;
    line-height: 28px;
    margin: 30px 0 10px;
}
.entry-content h2 {
    margin-bottom: 13px;
    font-size: 22px;
}
.entry-content h3 {
    font-size: 18px;
}
.authors-page-box > div {
    min-height: inherit;
}

.template-full-width .page-title-main {
    padding: 50px 0 20px;
}
.template-full-width .section .vc_column-inner {
    width: 100%;
}
.template-full-width .content-psr, .template-full-width .content-psr .container {
    padding: 0;
}

.template-full-width .page-title-main .page-sub-text
{
  width: 100%;
}
.template-sidebar .section.temp1-section {
    margin-bottom: 0;
}

/*------------------visual temp2 css------------------------*/

.trending .trending-block h4 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

.temp2-section .wpb_single_image.vc_align_right {
    text-align: left;
}
.temp2-section .wpb_single_image {
    display: inline-block;
}


/*---------*/

.pad-l-0, .pad-r-0
{
  padding-left:0px;
  padding-right:0px;
}




.mega-menu .mega-menu-item > .mega-sub-menu {
    border-right: 0px solid #fff !important;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    border-right: 0px solid #fff !important;
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12, #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    padding: 0 10px;
    width: 100%!important;
}
#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px 0;
    width: 100%;
}
header.mega-menu .nav-custom .mega-sub-menu {
    padding: 0px 0px !important;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
}
  #mega-menu-wrap-top .mega-menu-toggle {
    display: none;
}
#mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top {
    display: block;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
}

  header.mega-menu .nav-custom .container {
    padding-left: 15px;
    padding-right: 15px;
}

  header.mega-menu .pull-right , header.mega-menu .pull-left{
    float: none !important;
    text-align: center;
  }
  header.mega-menu .nav-custom
  {
      margin-top:5px;
  }
  .row.authoer-sub-info
  {
    margin:0;
  }

  header.mega-menu .today-details{
    text-align: center;
    display: none;
  }


 /* header.mega-menu p.site-purpose {
    font-size: 20px;
    line-height: 26px;
    display: none;
  }*/
  
  @media only screen and (max-width: 767px)
  {
    header.mega-menu p.site-purpose {
    font-size: 14px;
    line-height: 10px;
    display: block;
    margin-bottom: 5px;
  }
  footer.footer .imp-links{
    padding: 0 30px;
  }
  }

  header.mega-menu .header-social{
    width: 100%;
    float: none;
    text-align: center;
    display: none;
  }

  header.mega-menu .header-social li{
    float: none !important;
  }

  header.mega-menu .navbar-brand img{
    max-height: 40px;
    display: inline-block;
  }

  header.mega-menu .navbar-brand{
    text-align: center;
    margin: 10px 0;
  }

  header.mega-menu .navbar-form{
    margin: 0;
    display: none;
  }

  

  .content-block .head-post .post-title {
    font-size: 20px;
    line-height: 28px;
  }

  footer.footer .logo-social .pull-left  , footer.footer .logo-social .pull-right{
    float: none !important;
    text-align: center;
  }

  footer.footer .footer-nav .nav-column ul{
    border-right: 0px !important;
  }

  footer.footer .footer-nav .nav-column h3{
    margin-bottom: 10px;
    margin-top: 20px;
  }

  footer.footer .footer-nav .nav-column li a {
    font-size: 14px;
    line-height: 20px;
  }

  footer.footer .logo-social .pull-left{
    margin-bottom: 20px;
  }
  #mega-menu-wrap-top #mega-menu-top li.mega-menu-item.newslatter-waper-li a{background-color:inherit;font-weight: inherit;}
#mega-menu-wrap-top #mega-menu-top li.mega-menu-item.newslatter-waper-li a:hover,
#mega-menu-wrap-top #mega-menu-top li.mega-menu-item.newslatter-waper-li a:focus{
  font-weight: inherit !important;
}
#mega-menu-wrap-top #mega-menu-top li.mega-menu-item.newslatter-waper-li{
  float: inherit;
}
#exampleModalCenter .modal-title {
  font-size: 18px;
}
#exampleModalCenter input{
  height: 40px;
  padding: 10px 15px;
  font-size: 14px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  header.mega-menu .nav-custom .navbar-nav > li > a{
    padding: 10px 6px !important;
  }
  footer.footer .footer-nav .nav-column li a {
    font-size: 14px;
    line-height: 20px;
  }

  footer.footer .footer-nav .nav-column h3 {
    font-size: 16px;
    line-height: 22px;
  }

  footer.footer .imp-links li a, .copy-right .imp-links li a {
    font-size: 14px;
    line-height: 22px;
  }

  .copy-right p{
    font-size:14px;
    line-height:20px;
    text-align: center;
  }
  .trending-block .ad-block-home {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1300px){
  .container{
    width: 1260px;
  }
}

@media only screen and (max-width: 567px){

.trending-block img
{
  height: 160px;
}

}


    .agent-content .moduleSection img {
    width: 100%;
    display: inline-block;
}